rex icon indicating copy to clipboard operation
rex copied to clipboard

REx: Relation Extraction. Modernized re-write of the code in the master's thesis: "Relation Extraction using Distant Supervision, SVMs, and Probabalistic First-Order Logic"

Results 2 rex issues
Sort by recently updated
recently updated
newest added

Create a new program (under `org.rex.app`) that enables the creation of distantly supervised relation data. This tool will need to accept (a) a knowledge base of relation triples (subject, relation,...

enhancement

Do: 1. Implement a model serialization format for the SVM used in relation learning. 2. Use this format and enable the `learning` command to output the model. 3. Use this...

enhancement