Skip to main content

PyKomoran is Python wrapper for KOMORAN, KOrean MORphical ANalyzer.

Project description

PyKOMORAN

Introduction

Installation

Requirements

  • To use PyKomoran, the following requirements must be installed
    • Java 8+ JDK Environment
    • Py4J, 0.10.8 (or higher)
      • We recommend you to use pip, as pip install py4j. It's simple and easy.
    • Python 3
      • We recommend you to use Python 3.6 or higher.

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/komoran/PyKOMORAN
  cp -r PyKOMORAN/python/PyKomoran [DEST_LOCATION_TO_YOUR_PROJECT]

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

License

  • PyKOMORAN is distributed with the Apache 2.0 license, same as KOMORAN. See LICENSE for more information.

Contributing

Project details


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.1.tar.gz (7.8 MB view hashes)

Uploaded Source

Built Distribution

PyKomoran-0.1.1-py3-none-any.whl (7.8 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page