Skip to content

Japanese morphological analysis. Wrapper over mecab.

License

Notifications You must be signed in to change notification settings

cronokirby/nicer-mecab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nicer-mecab

This provides a nicer interface over mecab, via the rust bindings provided here.

Mecab is a Japanese morphological analyzer, and it can be used to parse a sentence into its corresponding parts, and provide information about those parts.

Mecab provides a dump of that information as a big string, and not as a data structure we can easily use. This library wraps Mecab's output to make it easier to consume in programs.

disclaimer

I am neither a linguist, nor an expert of Japanese grammer: terminology used in this crate is likely to not be standard. If you know more about the correct terms for specific grammar, feel free to open an issue about it.

About

Japanese morphological analysis. Wrapper over mecab.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages