Komoran¶
Methods¶
analyze¶
-
public List<KomoranResult>
analyze
(List<String> sentences, int thread)¶ 여러 문장을 입력 받아 형태소 분석을 진행합니다.
Parameters: - sentences – 분석할 문장들이 담긴 List. 각 원소는 하나의 문장이라고 간주합니다.
- thread – 분석 시 사용할 thread 수
Returns: 문장 별 형태소 분석 결과가 담긴 List
analyze¶
-
public KomoranResult
analyze
(String sentence)¶ 입력된 문장에 대해서 형태소 분석을 진행합니다.
Parameters: - sentence – 분석 대상 문장
Returns: 형태소 분석 결과
analyze¶
-
public List<KomoranResult>
analyze
(String sentence, int nbest)¶ 입력된 문장에 대해서 형태소 분석을 진행 후 n-best 결과를 반환합니다.
Parameters: - sentence – 분석 대상 문장
- nbest – 분석 결과 중 추출할 상위 n개의 수
Returns: 형태소 분석 결과 중 nbest 수 만큼의 결과