Closed iriscxy closed 6 years ago
@yingtaomj You can refer to the code on example.py You can pass your data string like extractor.chunk_str(data) to get the triples.
example.py
extractor.chunk_str(data)
@yingtaomj You can refer to the code on
example.py
You can pass your data string likeextractor.chunk_str(data)
to get the triples.