Skip to content

Commit 2515855

Browse files
committed
Update docs
1 parent 75d9f76 commit 2515855

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/source/index.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
contain the root `toctree` directive.
55
66
SuPar
7-
===============================================================================
7+
================================================================
88

99
.. image:: https://github.com/yzhangcs/parser/workflows/build/badge.svg
1010
:alt: build
@@ -22,7 +22,7 @@ SuPar
2222
:alt: LICENSE
2323
:target: https://github.com/yzhangcs/parser/blob/master/LICENSE
2424

25-
A Python package that includes many state-of-the-art syntactic/semantic parsers (with pretrained models for more than 19 languages), as well as highly-parallelized implementations of several well-known and effective structured prediction algorithms.
25+
A Python package designed for structured prediction, including reproductions of many state-of-the-art syntactic/semantic parsers (with pretrained models for more than 19 languages), and highly-parallelized implementations of several well-known structured prediction algorithms.
2626

2727
.. toctree::
2828
:maxdepth: 2
@@ -43,3 +43,9 @@ Indices and tables
4343
* :ref:`modindex`
4444
* :ref:`search`
4545

46+
Acknowledge
47+
================================================================
48+
49+
The implementations of structured distributions and semirings are heavily borrowed from torchstruct_ with some tailoring.
50+
51+
.. _torchstruct: https://github.com/harvardnlp/pytorch-struct

docs/source/refs.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ @inbook{eisner-2000-bilexical
242242
publisher = {Springer Netherlands},
243243
address = {Dordrecht},
244244
pages = {29--61},
245-
url = {https://link.springer.com/chapter/10.1007%2F978-94-015-9470-7_3}
245+
url = {https://www.cs.jhu.edu/~jason/papers/eisner.iwptbook00.pdf}
246246
}
247247

248248
@inproceedings{stern-etal-2017-minimal,

0 commit comments

Comments
 (0)