Skip to content

DominicBurkart/fast_text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fast_text

Build Status Coveralls Coverage Status Codecov Coverage Status Crates.io Rust Documentation

FastText implements a series NLP utilities that operate efficiently on large datasets. This library allows rust programs to build and interface with Facebook's fastText library. It's not great in terms of performance: it works as a simple wrapper to the command instead of trying to bind to a shared C API.

See the fastText website and codebase for more information.

Implementation notes:

  • Does not currently support the analogy function

Releases

No releases published

Packages

No packages published

Languages