shineware / PyKOMORAN

(Beta) PyKOMORAN is wrapped KOMORAN in Python using Py4J.
https://pydocs.komoran.kr
Apache License 2.0
42 stars 5 forks source link

konlpy 제공 함수명과 동일한 함수명 제공 #16

Closed 9bow closed 5 years ago

9bow commented 5 years ago

기능 설명

konlpy 이용에 익숙한 사용자를 위해 konlpy에서 제공하는 함수명을 alias로 함께 제공합니다.

추가 정보

konlpy Komoran Class

morphs(phrase)¶
Parse phrase to morphemes.

nouns(phrase)
Noun extractor.

pos(phrase, flatten=True, join=False)
POS tagger.
gamamoe commented 5 years ago

좋은 아이디어네요!