Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stanfordnlp/stanza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuhao Zhang <zyh@stanford.edu>2020-03-17 04:07:46 +0300
committerYuhao Zhang <zyh@stanford.edu>2020-03-17 04:07:46 +0300
commit5bff1194d7239e39c3b70ec1fbd45b4efaa09650 (patch)
treedf6bcba7b249f189c90259c2a18712a4c5783e5c /README.md
parentbd3bd71c6b047adecf05547a7cc76b46f5b75a41 (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 8 insertions, 11 deletions
diff --git a/README.md b/README.md
index 5ece7ca8..82fc8a7c 100644
--- a/README.md
+++ b/README.md
@@ -17,19 +17,16 @@ The Stanford NLP Group's official Python NLP library. It contains support for ru
### References
-If you use our neural pipeline including the tokenizer, the multi-word token expansion model, the lemmatizer, the POS/morphological features tagger, the dependency parser, or the named entity recognition tool in your research, please kindly cite our CoNLL 2018 Shared Task [system description paper](https://nlp.stanford.edu/pubs/qi2018universal.pdf):
+If you use this library in your research, please kindly cite our [Stanza system description paper](https://arxiv.org/abs/2003.07082):
```bibtex
-@inproceedings{qi2018universal,
- address = {Brussels, Belgium},
- author = {Qi, Peng and Dozat, Timothy and Zhang, Yuhao and Manning, Christopher D.},
- booktitle = {Proceedings of the {CoNLL} 2018 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies},
- month = {October},
- pages = {160--170},
- publisher = {Association for Computational Linguistics},
- title = {Universal Dependency Parsing from Scratch},
- url = {https://nlp.stanford.edu/pubs/qi2018universal.pdf},
- year = {2018}
+@misc{qi2020stanza,
+ title={Stanza: A {Python} Natural Language Processing Toolkit for Many Human Languages},
+ author={Qi, Peng and Zhang, Yuhao and Zhang, Yuhui and Bolton, Jason and Manning, Christopher D.},
+ year={2020},
+ eprint={2003.07082},
+ archivePrefix={arXiv},
+ primaryClass={cs.CL}
}
```
The PyTorch implementation of the neural pipeline in this repository is due to [Peng Qi](http://qipeng.me), [Yuhao Zhang](http://yuhao.im), and [Yuhui Zhang](https://cs.stanford.edu/~yuhuiz/), with help from [Jason Bolton](mailto:jebolton@stanford.edu) and [Tim Dozat](https://web.stanford.edu/~tdozat/).