LogX-Reader
What is it?
The LogX-Reader
is a machine reading system which utilizes Odin and statistical models for parsing, tagging, and rule-based entity/event extraction. The system contains three sbt subprojects, core
, reader
, and rest
. The API documentation for each subproject can be found here: core, reader, rest.
The core
subproject includes development utilities and metadata.
The reader
subproject contains the LogX-Reader
.
The rest
subproject defines the REST API for the reader.
How do I use it?
The LogX-Reader
can be used through a REST API defined in the rest
subproject. The REST API can be run following the instructions in Usage after installing.
Developing
For instructions on developing the LogX-Reader
, navigate to the Development section.