stephbuon / posextract

Grammatical information extraction methods designed for the analysis of historical and contemporary textual corpora.
MIT License
3 stars 0 forks source link

Missing Extractions: The larvae feed on Fleurya capensis, Boehmeria nivea, Australina, Boehmeria, Pouzolzia, and Urtica species. #158

Closed stephbuon closed 1 year ago

stephbuon commented 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:

stephbuon commented 1 year ago

larvea as adjective