textacy
textacy copied to clipboard
NLP, before and after spaCy
The `textacy.resources.ConceptNet` module appears to have methods for retrieving synonyms, meronyms, hyponyms and other word types in relation to a given word, but there doesn't appear to be any way...
### context Apologies if I'm missing something obvious here! Installing `textacy` via `conda` currently fails on Mac OS 12.3.1 using minconda conda 4.12.0 and python 3.8.13 or 3.9.12 ``` Collecting...
### steps to reproduce I've previously used most_discriminating_terms function before but it seems to be commented out. It's necessary for my current role so far because I have a series...
Hi there, I've been using textacy for at least a few months and it has helped me make significant progress on a few projects I'm working on! The `subject_verb_object_triples()` method...
Hello, The [GitHub Security Lab team](https://securitylab.github.com/) has found a potential vulnerability in your project. Please create a [Security Advisory](https://docs.github.com/en/free-pro-team@latest/github/managing-security-vulnerabilities/creating-a-security-advisory) and invite me in to further disclose and discuss the vulnerability...
### context I'm looking to get the original token positions of keyterms when performing keyterm extraction with e.g. TextRank, but this can apply to the other extractors. Example: ```python >>>...
### steps to reproduce 1. Read a text file. 2. Set the value of the following parameters one by one tf_type=["linear", "sqrt", "log", "binary"] idf_type = ["standard", "smooth", "bm25"] dl_type=...
In [`QUOTE_TRANSLATION_TABLE`](https://github.com/chartbeat-labs/textacy/blob/master/textacy/preprocessing/resources.py#L122) need to add symbols `«` / `»`. Do you think?
What I meant in the last apostrophe thread. It won't let me post there anymore, maybe because it's closed issue? What i mean is text like this "Bob tried to...
Hey there, I was wondering if [ `get_span_for_compound_noun(noun)`](https://github.com/chartbeat-labs/textacy/blob/master/textacy/spacier/utils.py#L188) is correctly implemented? Iterating over the `lefts` is not going to work for triple (plus) compounds as they won't be rooted at...