-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.1.6 Release, KOMORAN v3.3.9 및 Py4J v0.10.9.2 적용
- Loading branch information
Showing
11 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,10 @@ | |
__title__ = 'PyKomoran' | ||
__description__ = 'PyKomoran is Python wrapper for KOMORAN, KOrean MORphical ANalyzer.' | ||
__url__ = 'https://pydocs.komoran.kr' | ||
__version__ = '0.1.5' | ||
__version__ = '0.1.6' | ||
__author__ = 'Junghwan Park, Junsoo Shin, Geunho Lee' | ||
__author_email__ = '[email protected]' | ||
__license__ = 'Apache 2.0' | ||
__copyright__ = 'Copyright 2019 SHINEWARE' | ||
__copyright__ = 'Copyright 2021 SHINEWARE' | ||
__download_url__ = 'https://github.com/shineware/PyKOMORAN/releases/download/{0}/PyKomoran-{0}.tar.gz'.format(__version__) | ||
__keywords__ = 'KOMORAN, PyKomoran, KOrean MORphical ANalyzer, Morph Analyzer', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+118 KB
python/PyKomoran/libs/py4j0.10.8.1.jar → python/PyKomoran/libs/py4j-0.10.9.2.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
py4j==0.10.8.1 | ||
py4j==0.10.9.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
] | ||
|
||
install_requires = [ | ||
'py4j==0.10.8.1', | ||
'py4j==0.10.9.2', | ||
] | ||
|
||
tests_require = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
coverage==4.5.3 | ||
nose==1.3.7 | ||
py4j==0.10.8.1 | ||
py4j==0.10.9.2 |