Skip to content

Commit 67ea70d

Browse files
authored
Update posts/2022/02/nlp-icelandic-pypy.rst
1 parent 4109ee3 commit 67ea70d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

posts/2022/02/nlp-icelandic-pypy.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ runs tight loops and performs a large number of small, repetitive
9191
operations. It runs very well on PyPy’s JIT and has not required further
9292
optimization.
9393

94-
Our `Icelandic parser <https://github.com/mideind/GreynirPackage>`__ is,
94+
Our Icelandic parser `Greynir <https://github.com/mideind/GreynirPackage>`__
95+
(known on PyPI as `reynir <https://pypi.org/project/reynir/>`__) is,
9596
if I may say so myself, a piece of work. It `parses natural language
9697
text <https://aclanthology.org/R19-1160.pdf>`__ according to a
9798
`hand-written context-free

0 commit comments

Comments
 (0)