Skip to content

Commit 71d89ed

Browse files
authored
Update posts/2022/02/nlp-icelandic-pypy.rst
1 parent d7c6ba6 commit 71d89ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,9 @@ wheels for the most common targets so most users don’t have to worry
128128
about setup requirements.
129129

130130
With the positive experience from the parser project, we proceeded to
131-
take a similar approach for two other core NLP packages: our `compressed
132-
vocabulary package <https://github.com/mideind/BinPackage>`__ and our
131+
take a similar approach for two other core NLP packages: our compressed
132+
vocabulary package `BinPackage <https://github.com/mideind/BinPackage>`__
133+
(known on PyPI as `islenska <https://pypi.org/project/islenska/>`__ and our
133134
`trigrams database package <https://github.com/mideind/Icegrams>`__.
134135
These packages both take large text input (3.1 million word forms with
135136
inflection data in the vocabulary case; 100 million tokens in the

0 commit comments

Comments
 (0)