Golang based PyMorphy2 analog.
- Took fresh index from opencorpora.org using opencorpora_update. It will load last index, rebuild and save in under the .data
- Check tags are successfully extracted using opencorpora_test utility.
- Make your own application
- Implement compiled index loading using opencorpora loader and its LoadIndex method. Use opencorpora_test source code as implementation example
- Implement index search using loaded index fetchString method. Use opencorpora_test/main.go/processSearch source code as implementation example