varun196 / knowledge_graph_from_unstructured_text

Building knowledge graph from input data
46 stars 29 forks source link

Program can not handle commas within entities #2

Open varun196 opened 5 years ago

varun196 commented 5 years ago

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 .