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 174 stanza issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** The way that CoreNLP server is encapsulated using a subprocess is really nice. I want to be able to use...

enhancement

**Describe the bug** http://stanza.run/ Website crashes. I need it,Please fix it.Thank you very much.

enhancement
website

With the default pipeline, "can" is tagged as a modal verb (MD) but it should be a noun (NN) in the following examples: - "trash can" - "soda can" -...

enhancement

The Russian text is not broken down into sentences. Help me to solve this problem ## test code text = "Это первое предложение. Это тестовая строка. Почему бы не написать...

enhancement
question

* corenlp version: 4.2.0 * chinese model * `annotators` used: 'tokenize', 'ssplit', 'pos', 'lemma', 'ner', 'parse', 'depparse', 'coref' ```py client = CoreNLPClient(annotators=annotators, ...) ann = client.annotate(ANY_SENTENCE) ann.text # same as...

enhancement
question

Hi, I met a problem when doing lemmatization. When lemmatizing "**Mary fries some French fries**", the verb "fries" was wrongly lemmatized as "fries", which is the lemma of the noun...

bug
question

How can we add the abkhazian language? There are a few resources like https://gitlab.com/Bachstelze/alp and https://github.com/danielinux7/Multilingual-Parallel-Corpus . Can we port those models to stanza or do we have to retrain...

enhancement
data issue

[Python 3's Type Hints](https://docs.python.org/3/library/typing.html) seem very helpful for reading the source code and it is used in projects like [AllenNLP](https://github.com/allenai/allennlp) and [Flair](https://github.com/zalandoresearch/flair). Do you plan to use it in the...

enhancement
pinned

Is Swahili a language you're working on? Based on the requests for other languages, it sounds like the first step is to create a Universal Dependencies description. Kenneth Steimel (@ksteimel)...

enhancement
data issue

Within our study environment , we cannot pull in models from github without enabling SSL_VERIFY=false. Because of this reason we are forced to download the models outside the notebook using...

enhancement