Skip to content

machinereading/KAIST-dependency-parser

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published