Closed stephbuon closed 1 year ago
Right now I extract no triples using this code:
sent = 'The larvae feed on Fleurya capensis, Boehmeria nivea, Australina, Boehmeria, Pouzolzia, and Urtica species.' triples = grammatical_triples.extract(sent) for triple in triples: print(triple)
I should extract:
larvea as adjective
Right now I extract no triples using this code:
I should extract: