Skip to content

Commit

Permalink
Delete redundant files
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhanercan committed Jan 11, 2025
1 parent 9096429 commit 9b91847
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 393 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/resources/studies/
__pycache__/
__pycache__/
.idea
3 changes: 0 additions & 3 deletions .idea/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/OSimUnr-Generator.iml

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/copyright/profiles_settings.xml

This file was deleted.

238 changes: 0 additions & 238 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

49 changes: 0 additions & 49 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

17 changes: 1 addition & 16 deletions src/Run.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from src.Core import Generator
from src.Core.Generator import GenerateDataset, SetContext


from src.Core.Languages.LinguisticContext import LinguisticContext
from src.Core.Morphology.POSTypes import POSTypes
from src.Core.OSimUnrPipeline.EnglishPipeline import EnglishPipeline
Expand Down Expand Up @@ -34,18 +33,4 @@
)
logp("Dataset generation completed.",True)

#QueryLanguages()

# with 3.6
# $env:PYTHONPATH = "L:\Projects\OSimUnr-Generator"
# C:/Users/gokhan/AppData/Local/Programs/Python/Python36/python.exe -m pip install pandas (pip kurulum için)
# C:/Users/gokhan/AppData/Local/Programs/Python/Python36/python.exe src\Run.py
# C:/Users/gokhan/AppData/Local/Programs/Python/Python36/python.exe test\UnitTestsRunner.py

# with TEST2 (conda activate'ten sonra path'e gerek yok.)
# conda activate TEST2
# $env:PYTHONPATH = "L:\TEST"
# pip install pip-tools
# pip install -r requirements.txt
# python src\Run.py
# python test\UnitTestsRunner.py
#QueryLanguages()
54 changes: 0 additions & 54 deletions todos.txt

This file was deleted.

0 comments on commit 9b91847

Please sign in to comment.