stephbuon / posextract

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

Bug Using grammatical_triples.extract() on a data column #182

Open stephbuon opened 1 year ago

stephbuon commented 1 year ago

Was not able to extract triples using the following code:

grammatical_triples.extract(hansard['text'], TripleExtractorOptions(prep_phrase = True))