Skip to content
/ SRDF Public

SRDF : Lexical Knowledge Graph Extraction Tool for Korean (Open Information Extraction)

License

Notifications You must be signed in to change notification settings

sanghanam/SRDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SRDF

SRDF : Lexical Knowledge Graph Extraction Tool for Korean (Open Information Extraction)

Description

SRDF is the new Korean Open IE system. The system is designed to meet the characteristics of Korean and extract multiple relationships between argument(s) and relation(s) within a sentence by using reificaion technique(specifically, singleton property method).

How to use

mvn clean compile exec:java

Sample input and output

  • Input 문장을 입력하세요:

세종대왕은 백성들을 위해 훈민정음을 만들었다.

  • Output ==NPChunks==

세종대왕 / 은 / 0 / NP_SBJ

백성들 / 을 / 1 / NP_OBJ

훈민정음 / 을 / 3 / NP_OBJ

==VPChunks==

만들 / 었다. / 4 / [2, 3]

위하 / 어 / 2 / [0, 1]

==SRDF Reified Triples==

세종대왕 만들 훈민정음

만들 위하 백성들

====

If you want to modify input and output format specifically (path, console, file, ...), please see the SRDF.java file.

Licenses

Papers

If you use the current of SRDF, please cite the following papers.

Contact

nam.sangha at gmail.com

Acknowledgement

This work was supported by Institute for Information & communications Technology Promotion(IITP) grant funded by the Korea government(MSIT) (2013-0-00109, WiseKB: Big data based self-evolving knowledge base and reasoning platform)

About

SRDF : Lexical Knowledge Graph Extraction Tool for Korean (Open Information Extraction)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages