Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 694 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 694 Bytes

database-russian-morphology

Russian words morphology database sql script.

Main file was divided into three parts due to github filesize limitation. It's database sql-script of table words, which includes more than 4 mln. records. There are verbs, nouns, adjectives, unions and others with its wordforms in this database.

I parsed text base from this source http://speakrus.ru/dict/index.htm.

More details and russian description you can find on my blog http://shra.ru/2017/03/morfologicheskijj-slovar-russkogo-yazyka-v-vide-sql-skripta/

To import database, use parts in right order because first of the arhive includes instruction DROP TABLE words before create if it is not exists.