Skip to main content

Python based Korean Language Processing Lib, POS Tagger

Project description

PyCor 0.0.4

Python Module for Korean Language Processing

  • 사전(Dictionary)을 미리 등록하지 않고 사용할 수 있는 형태소분석기
  • 문장들을 처리하는 과정에서 Dictionary를 스스로 만드는 형태소분석기
  • WordCount를 이용한 키워드 추출

Install

> pip install pycor

Usage

> python3
import pycor

pycor.train('training-text-dir')
pycor.savemodel('model-dir')

# 체언 혹은 용언의 어근들을 추출하여 2차원 배열로 제공
word2dArray = pycor.trim(text) 
pycor.trimfile('text-file-path') 

# 키워드 추출
keywordArray = pycor.abstract(text) 

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

pycor-0.0.5.tar.gz (26.3 kB view hashes)

Uploaded Source

Built Distribution

pycor-0.0.5-py3-none-any.whl (31.3 kB 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