#neural-network #machine-learning #deep-learning #tokenizer #pytorch #sentencizer

nnsplit

A tool to split text using a neural network. For sentence boundary detection, compound splitting and more.

29 releases

0.5.9 Mar 5, 2023
0.5.8 Jul 23, 2021
0.5.7 Mar 16, 2021
0.5.2 Nov 1, 2020
0.2.2 Feb 26, 2020

#201 in Machine learning

Download history 2/week @ 2024-01-25 8/week @ 2024-02-01 1/week @ 2024-02-08 48/week @ 2024-02-15 29/week @ 2024-02-22 21/week @ 2024-02-29 16/week @ 2024-03-07 12/week @ 2024-03-14 1/week @ 2024-03-21 67/week @ 2024-03-28

97 downloads per month

MIT license

33KB
665 lines

NNSplit

PyPI Crates.io npm CI License

A tool to split text using a neural network. The main application is sentence boundary detection, but e. g. compound splitting for German is also supported.

Features

  • Robust: Not reliant on proper punctuation, spelling and case. See the metrics.
  • 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 section.
  • Fast: Up to 2x faster than Spacy sentencization, see the benchmark.
  • 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.

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

License

NNSplit is licensed under the MIT license.

Dependencies

~2–14MB
~173K SLoC