Crates.io | rsmorphy |
lib.rs | rsmorphy |
version | 0.4.0 |
source | src |
created_at | 2017-05-18 01:36:08.493924 |
updated_at | 2018-08-26 21:23:49.690221 |
description | Morphological analyzer / inflection engine for Russian and Ukrainian (soon) languages (WIP) |
homepage | https://github.com/irbis-labs/rsmorphy |
repository | https://github.com/irbis-labs/rsmorphy |
max_upload_size | |
id | 14999 |
size | 181,627 |
Morphological analyzer (POS tagger + inflection engine) for Russian and Ukrainian languages.
RsMorphy is a native Rust implementation of PyMorphy2.
Work In Progress.
The implementation is at a very early stage and the API is a subject of changes.
cargo run --example inflect
1 яблоко + 4 яблока = 5 яблок
102 яблока - 11 яблок = 91 яблоко
1 яблоком сыт не будешь
накормил 2 хлебами
Licensed under either of
Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.