aoldoni/stanford-corenlp

How I can use my custom relation extractor ?

jaysinghr opened this issue · 0 comments

I have changed the code as you mentioned and done the steps you suggested to train relation extractor on custom entities but when I'm trying to use that custom relation model I'm not getting relation on which i have trained a model.

this is my properties file :


annotators = tokenize, ssplit, pos, lemma, depparse, natlog, ner, openie
tokenize.language = en
ner.model = ./ner/ner-model.ser.gz
relation.model = ./relation_extractor/relation_model_pipeline.ser