Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 698 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 698 Bytes

KAIST dependency parser

Description

This software is a dependency parser for Korean, based on KNP parser.

How to use

For the raw text, it is required to run SMA morphological analyzer

For the result of SMA:

./TransFormToJuman.o -i "SMA 분석결과 파일" -o "출력결과 파일" -punc

For the result of depenency parser:

./knp.baseline.sh "output.file"

Output file: output.file.out.xml

Licenses