textacy
textacy copied to clipboard
NLP, before and after spaCy
Running: doc = textacy.doc.Doc("In 1839, the North Ronaldsay sheep court was created to maintain the area's flock of sheep, though the European Union legislation recently suggested that it may have...
This is more of a general question or feature request. The `textacy.extract.subject_verb_object_triples()` is really interesting and useful, but I notice for a lot of texts, it ends up returning triples...
Thanks for the great tool. Can textacy be used to blackline one string against another? Is there another NLP tool which does this already?
`textacy` currently has one, small example corpus — the "Bernie and Hillary" corpus containing 3000 speeches and basic metadata from the Congressional Record — and readers for two, very large...
Hi, I've just installed the latest version of textacy in python 2.7 on a Mac. I am trying to extract topics from a set of comments that do have quite...
Currently I have the following process: 1. user provides some text possibly containing double white space, newlines, etc 1. apply `preprocess.normalize_whitespace` 1. use the NER from spacy 1. highlight found...
Hi - I am hoping to use `textacy.corpus.Corpus` as an on disk data container. What I didn't find, in the documentation was a way to write a `Doc` to a...
It's mentioned in the README and in the front page of the documentation that textacy has some facilities for true-casing words. ## Expected Behavior It should be present in the...
`textacy` currently has two visualizations: `draw_semantic_network()` for visualizing documents as networks of terms with edges given by, say, term co-occurrence; and `draw_termite_plot()` for visualizing the relationship between topics and terms...
## Description When I cloned the repository and ran the test, I noticed that I needed to download the language data. That was not mentioned in [CONTRIBUTING.md](https://github.com/chartbeat-labs/textacy/blob/main/CONTRIBUTING.md). So, I added...