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-04-27 09:02:21 +0300
committerYuhao Zhang <zyh@stanford.edu>2020-04-27 09:02:21 +0300
commit8ad20a417bfaf2cd726813ae7c10b2ba5a774991 (patch)
tree7343384a7cf01e22012b2282c769a2f582dc4104 /README.md
parent21f66fc8ecfe2fa96dd4ad62f814ed6b2d879566 (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 280a57da..5aa53ba7 100644
--- a/README.md
+++ b/README.md
@@ -24,13 +24,11 @@ The Stanford NLP Group's official Python NLP library. It contains support for ru
If you use this library in your research, please kindly cite our [Stanza system description paper](https://arxiv.org/abs/2003.07082):
```bibtex
-@misc{qi2020stanza,
+@inproceedings{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}
+ booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics: System Demonstrations",
+ year={2020}
}
```
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/).