Skip to content

Commit d7c6ba6

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ balances these factors, avoids premature optimization and seeks a
8585
careful compromise between maximal run-time efficiency and minimal
8686
programming and maintenance effort.
8787

88-
Turning to our use cases, our `Icelandic text
89-
tokenizer <https://github.com/mideind/Tokenizer>`__ is fairly light,
88+
Turning to our use cases, our Icelandic text
89+
tokenizer `"Tokenizer" <https://github.com/mideind/Tokenizer>`__ is fairly light,
9090
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.

0 commit comments

Comments
 (0)