Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhanercan committed Jan 11, 2025
0 parents commit 9096429
Show file tree
Hide file tree
Showing 108 changed files with 93,211 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python package

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:

runs-on: ubuntu-latest

env:
PYTHONPATH: ${{ github.workspace }}

strategy:
fail-fast: true
matrix:
python-version: ["3.8"]


steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python setup.py
# Step 3: Verify PYTHONPATH
- name: Print PYTHONPATH
run: echo $PYTHONPATH

- name: Run unit and integration tests
run: |
python test/UnitTestsRunner.py
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/resources/studies/
__pycache__/
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Large diffs are not rendered by default.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2025 Gökhan Ercan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
144 changes: 144 additions & 0 deletions Resources/Others/MorphoLEX2-MetaPrefixes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
A
AB
AD
AES
AFTER
AL
AMBI
ANA
ANT
ANTE
ANTI
AT
AUTO
BACK
BE
BI
BY
CATA
CENTI
CINE
CIRCUM
CO
COM
CON
CROSS
CRYO
DE
DEC
DECA
DEMI
DI
DIA
DIS
DOWN
DU
DUN
DUO
DYS
E
EC
ED
EF
EN
EPI
ER
ES
EU
EX
EXTRA
FORE
FUL
GLOU
GOD
GOR
HALF
HEMI
HEPTA
HEXA
HYPER
HYPO
IM
IN
INFRA
INTER
INTRA
INTRO
JUXTA
KILO
LETRA
MAC
MACRO
MAL
MEGA
MELLI
META
MICRO
MID
MILLI
MIN
MIS
MONO
MULI
MULTI
NON
O
OB
OCTO
OFF
OMNI
ON
OUT
OVER
PAN
PANO
PEL
PENT
PENTA
PER
PERI
POLY
POS
POST
PRE
PRO
PROS
PUR
QUAD
QUADRO
QUINT
RE
RETRO
SE
SEE
SEL
SEMI
SEPTA
SEXA
SO
STEEN
SU
SUB
SUPER
SUR
SUS
SY
SYM
SYN
TEL
TETRA
THROUGH
THRU
TRANS
TRI
TY
U
ULTRA
UN
UNDER
UNI
UP
VAS
WO
HISM
HIST
Loading

0 comments on commit 9096429

Please sign in to comment.