PyKOMORAN
Introduction
- PyKOMORAN is Python wrapper project for KOMORAN, KOrean MORphical ANalyzer.
- PyKOMORAN is using Py4J for wrapping KOMORAN Java library.
- If you have any issue or question, please leave an issue on PyKOMORAN Project.
Installation
Requirements
- To use PyKomoran, the following requirements must be installed
- Java 8+ JDK Environment
- We recommend you use OracleJDK / OpenJDK.
- Python 3.4+
- We recommend you use Python 3.4 or higher.
- Py4J, 0.10 (or higher)
- This will be installed when installing PyKomoran using
pip.
- This will be installed when installing PyKomoran using
- Java 8+ JDK Environment
How to install
- You can install PyKomoran using
pip.
pip install PyKomoran
- Or, just clone this repository and install by yourself.
git clone https://github.com/shineware/PyKOMORAN
cd PyKOMORAN/python
python setup.py install
- Please refer to installation document for detailed installation method.
Usage
Quick start
- After import dependencies, create a Komoran instance.
from PyKomoran import *
komoran = Komoran("STABLE")
- After then, run analyzing method.
komoran.get_plain_text("① 대한민국은 민주공화국이다.")
# # Result
# '①/SW 대한민국/NNP 은/JX 민주/NNP 공화국/NNG 이/VCP 다/EF ./SF'
Usage in detail
- Please refer KOMORAN Document site for more information.
Citation
-
Please use BibTeX below.
@misc{komoran, author = {Junsoo Shin, Junghwan Park, Geunho Lee}, title = {KOMORAN}, publisher = {GitHub}, journal = {GitHub repository}, howpublished = {\url{https://github.com/shineware/PyKOMORAN}} }
License
- PyKOMORAN is distributed with the Apache 2.0 license, same as KOMORAN. See
LICENSEfor more information.
Contributing
- We're always happy to receive any contributions including code, bug reports and documentation fixes.
- Please visit our Website and/or Project Organization at GitHub for more information.
- Or, if you have any necessary features or suggestion? Please leave your idea on Request to add new feature
Release files for PyKomoran 0.1.6.post1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| PyKomoran-0.1.6.post1.tar.gz | 6.2 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| PyKomoran-0.1.6.post1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.6 MB
Release files / PyKomoran-0.1.6.post1.tar.gz
| Download URL | PyKomoran-0.1.6.post1.tar.gz |
|---|---|
| Size | 6.2 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c5eabbdd3ae27a3d50621a11bb1089decbc1884b6d55ed7779e0a8faf770df2a
|
|
BLAKE2b-256 checksum How to use checksums |
dac3a55629056b0a57496633a1fffb92ca5d5071439325280305ab76b22bbd64
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.7
|
Release files / PyKomoran-0.1.6.post1-py3-none-any.whl
| Download URL | PyKomoran-0.1.6.post1-py3-none-any.whl |
|---|---|
| Size | 6.4 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cc18a7cdf07d2d82bce3ecfbae37f315f32e68d27bd5ff8df87c41854ed76cb1
|
|
BLAKE2b-256 checksum How to use checksums |
75b5d6d45db7b150ba9be3811283c919bf80707c3bb031f43207b53fd3e88631
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.7
|