knowledge_graph_from_unstructured_text
knowledge_graph_from_unstructured_text copied to clipboard
Building knowledge graph from input data
when I try to use relation extractor I get this error Traceback (most recent call last): File "C:\Users\Siyavash\Desktop\maliheh\knowledge_graph_from_unstructured_text\relation_extractor.py", line 28, in Stanford_Relation_Extractor() File "C:\Users\Siyavash\Desktop\maliheh\knowledge_graph_from_unstructured_text\relation_extractor.py", line 19, in Stanford_Relation_Extractor p =...
Hello guys, Can someone please help me with this error. The 'process_large_corpus.sh' file is in the right directory so I do not understand what the issue is..?? `Traceback (most recent...
``` Traceback (most recent call last): File "knowledge_graph.py", line 292, in main() File "knowledge_graph.py", line 287, in main doc = resolve_coreferences(doc,stanford_core_nlp_path,named_entities,verbose) File "knowledge_graph.py", line 217, in resolve_coreferences result = coref_obj.resolve_coreferences(corefs,doc,ner,verbose)...
When I tried to give input: "John transferred 5000 dollars to Rohan. John committed fraud of 2 million dollars. While going through serious debt he also took loan from Bank...
If tokenizing the input still retains a ',' (e.g. "$80,000"), program will not work complaining there are 4 fields instead of 3. Refer #1 .