mirror of
https://github.com/house-of-vanity/mystem-rs.git
synced 2025-07-06 21:24:07 +00:00
Fix README.md
This commit is contained in:
@ -6,7 +6,7 @@ Rust wrapper for the Yandex MyStem 3.1 morpholocial analyzer of the Russian lang
|
|||||||
The wrapper was tested on Ubuntu Linux 18.04+, Windows 10.
|
The wrapper was tested on Ubuntu Linux 18.04+, Windows 10.
|
||||||
Mystem binary should be accessible via PATH so manual installation is required. [MyStem Web Site](https://yandex.ru/dev/mystem/)
|
Mystem binary should be accessible via PATH so manual installation is required. [MyStem Web Site](https://yandex.ru/dev/mystem/)
|
||||||
|
|
||||||
###A Quick Example
|
### A Quick Example
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
let mut instance = mystem::MyStem::new()?;
|
let mut instance = mystem::MyStem::new()?;
|
||||||
|
Reference in New Issue
Block a user