stanza
stanza copied to clipboard
Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages
What I came to know that : Stanza does not work with multiple async workers if they are accessing the same model. Is there any way to handle this ?...
**Given**: I have a small sample document with limited number of words as follows: d =''' I go to school by the school bus everyday with all of my best...
**Is your feature request related to a problem? Please describe.** We're already running stanza on Python 3.11 and are planning to move to 3.12 as soon as torch supports it....
Actually, it's not clear what the result should be, but it's causing the depparse to get super slow ``` nlp = stanza.Pipeline('ta') doc = nlp('. . . . . ....
I am using the dependency parser and noticed 1.4.0 has bugs that do not exist in 1.3.0. Here is an example: If B is true and if C is false,...
example: most common: `'s_VERB` can be either `is` or `has` less likely, but still possible: `wound_VERB` can be `wound` or `wind` `bound`, `found` as well
## **Is your feature request related to a problem? Please describe.** I'm experimenting with two use cases: 1. building existing models with the aim to build newer versions of the...
I've been using several of the Stanza models for POS tagging in other languages (English, Spanish, Mandarin, German, Japanese) and these all seem to work great. But with the Arabic...
**Describe the bug** When Stanza for Spanish processes square brackets containing text, the brackets are not recognized as punctuation. Instead, they remain attached to the text they were next to....
**Describe the bug** It seems that a fair number of Spanish verbs return the wrong lemma. I've summarized a Spanish text of ~3,500 words, and found ~500 different lemmas, with...