Skip to content

Repository files navigation

travis-ci

Relation Extraction Software

Extracts relations from text articles.

Instructions

Install SBT 0.13.0+.

Usage
$ sbt console
scala>valsentence="The man walks the dog."
sentence:String=The man walks the dog.
scala>valparsed=Parse(sentence)
parsed:Tree[String] =
(ROOT
(S
(@S
(NP (DTThe) (NN man))
(VP (VBZ walks)
(NP (DT the) (NN dog))))
(. .)))
scala>valcompiled=Compile(parsed)
compiled:Tree[String] \/List[Relation] =\/-([
<relation:walk(<literal:man>, <literal:dog>)>
])

Wiki

About

Extracts relations from text.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages