mit-nlp / MITIE

MITIE: library and tools for information extraction
2.92k stars 537 forks source link

Custom relationship extraction example in java? #30

Closed allenkim67 closed 8 years ago

allenkim67 commented 8 years ago

I dont see an example for custom relationships in java. Is this supported? How can I learn more about how to use this feature?

davisking commented 8 years ago

If you want to train a custom model you can use the Python or C++ API's to generate the model file. Then you can use that model file in Java with the existing Java APIs.

davisking commented 8 years ago

There is now a MITIE Java API thanks to this PR https://github.com/mit-nlp/MITIE/pull/32