PyKomoran is Python wrapper for KOMORAN, KOrean MORphical ANalyzer.
Project description
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
- Python 3
- 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
How to install
- You can install PyKomoran using
pip.
pip install PyKomoran
- Or, just clone this repository and copy for use.
git clone https://github.com/shineware/PyKOMORAN
cp -r PyKOMORAN/python/PyKomoran [DEST_LOCATION_TO_YOUR_PROJECT]
- Please refer to installation document for detailed installation method.
Usage
Quick start
- After import dependencies, create a Komoran instance.
from PyKomoran import *
komoran = Komoran()
- After then, run analyzing method.
komoran.get_plain_text("① 대한민국은 민주공화국이다.")
# # Result
# ①/SW 대한민국/NNP 은/JX 민주공화국/NNP 이/VCP 다/EF ./SF
Usage in detail
- Please refer KOMORAN Document site for more information.
Citation
- PyKOMORAN provide DOI(Digital Object Identifier) using Zenodo.
- Please refer below links when citing 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
PyKomoran-0.1.2.tar.gz
(7.8 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file PyKomoran-0.1.2.tar.gz.
File metadata
- Download URL: PyKomoran-0.1.2.tar.gz
- Upload date:
- Size: 7.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e705b7d98b27cd256789cf8ee58ae8c791b49333f3c989890aa4aebcb6f4e2e
|
|
| MD5 |
8803d4d2c95be84383bab6b155abb058
|
|
| BLAKE2b-256 |
dd59ced824404f493e297978ec6feff8e16e376f27b92760193aa495a0e8f132
|
File details
Details for the file PyKomoran-0.1.2-py3-none-any.whl.
File metadata
- Download URL: PyKomoran-0.1.2-py3-none-any.whl
- Upload date:
- Size: 7.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db21b4ab06a418a52cce6e4d01926db9d30e2437091ae9b6ff315dc27cce9c70
|
|
| MD5 |
645425da3ed21c138255edbe0bd4333e
|
|
| BLAKE2b-256 |
01d84ad06cd4e75b42d21e9cc6abfcfdbce5ddc82b777ee5d8360838e8903509
|