Skip to content

Commit

Permalink
Merge pull request #39 from The0nix/languages-info
Browse files Browse the repository at this point in the history
Update info about languages (add Russian and Ukrainian)
  • Loading branch information
bminixhofer authored Apr 15, 2021
2 parents 3ba68a9 + c0034d6 commit 5a117f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A tool to split text using a neural network. The main application is sentence bo
- __Small__: NNSplit uses a byte-level LSTM, so weights are small (< 4MB) and models can be trained for every unicode encodable language.
- __Portable__: NNSplit is written in Rust with bindings for Rust, Python, and Javascript (Browser and Node.js). See how to get started in the [usage](https://bminixhofer.github.io/nnsplit/#usage) section.
- __Fast__: Up to 2x faster than Spacy sentencization, see the [benchmark](https://bminixhofer.github.io/nnsplit/#benchmark).
- __Multilingual__: NNSplit currently has models for 7 different languages (German, English, French, Norwegian, Swedish, Simplified Chinese, Turkish). Try them in the [demo](https://bminixhofer.github.io/nnsplit/#demo).
- __Multilingual__: NNSplit currently has models for 9 different languages (German, English, French, Norwegian, Swedish, Simplified Chinese, Turkish, Russian and Ukrainian). Try them in the [demo](https://bminixhofer.github.io/nnsplit/#demo).

Documentation has moved to the NNSplit website: https://bminixhofer.github.io/nnsplit.

Expand Down
4 changes: 2 additions & 2 deletions website/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
the <a href="#benchmark">benchmark</a>.
</li>
<li>
<strong>Multilingual</strong>: NNSplit currently has models for 7
<strong>Multilingual</strong>: NNSplit currently has models for 9
different languages (German, English, French, Norwegian, Swedish,
Simplified Chinese, Turkish). Try them in the
Simplified Chinese, Turkish, Russian and Ukrainian). Try them in the
<a href="#demo">demo</a>.
</li>
</ul>
Expand Down

0 comments on commit 5a117f8

Please sign in to comment.