stanza icon indicating copy to clipboard operation
stanza copied to clipboard

Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages

Results 180 stanza issues
Sort by recently updated
recently updated
newest added

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 ?...

enhancement

**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...

enhancement
question

**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....

enhancement

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('. . . . . ....

bug

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,...

bug

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

bug

## **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...

enhancement

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...

enhancement
question

**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....

bug

**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...

bug