Skip to content

Release 0.5.2

Compare
Choose a tag to compare
@bminixhofer bminixhofer released this 01 Nov 10:18
  • Split sequence data is now stored in the ONNX file instead of being hardcoded: #21
  • Added verbose argument to the split(..) method of the Python bindings to display a progress bar
  • Retrained Chinese model with properly removed punctuation
  • Retrained German model with Compound Splitting as additional split level
  • docs.rs documentation now has all features enabled
  • Added methods to get the levels of the current models:

Python: splitter.get_levels()
JS: splitter.getLevels()
Rust: splitter.logic().split_sequence().get_levels()