Skip to content

thomaspmurphy/wen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

文 - Natural Language Processing Functions for Rust

An experimental library providing elementary NLP features.

Desired Features for the Near Future

  • Tokenisation
  • Parts-of-speech tagging - assign grammatical categories to tokens.
  • Named entity recognition (NER) - identify and classify named entities.
  • Language detection.
  • Stemming and lemmatisation.

The aim is to offer multi-language support.

Usage

To use wen in your Rust project, add it as a dependency in your Cargo.toml file:

[dependencies]
wen = "0.1.0"

About

Natural language functions for Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages