I am trying to process documented text and extract triples data from the text to build a graph. I have used the stanford nlp module for generating triples, it gives good results. I want to generate domain specific triples and process the text data. I am looking for any papers, modules or any other implementation for generation triples from text.
Any help is well appreciated.