diff --git a/README.md b/README.md index 374eb824..24b65ae6 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/website/src/App.vue b/website/src/App.vue index 6dc236ed..18051c05 100644 --- a/website/src/App.vue +++ b/website/src/App.vue @@ -37,9 +37,9 @@ the benchmark.