-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# gomorphy | ||
PyMorhy2 analog in Golang. | ||
Golang based PyMorphy2 analog. | ||
|
||
## How to use | ||
|
||
1. Took fresh index from opencorpora.org using opencorpora_update. It will load last index, rebuild and save in under the .data | ||
2. Check tags are successfully extracted using opencorpora_test utility. | ||
3. Make your own application | ||
4. Implement compiled index loading using opencorpora loader and its LoadIndex method. Use opencorpora_test source code as implementation example | ||
5. Implement index search using loaded index fetchString method. Use opencorpora_test/main.go/processSearch source code as implementation example | ||
|
||
|