From e946a8347d7a7c25d9465f4cebf0e7a974617042 Mon Sep 17 00:00:00 2001 From: sshra Date: Mon, 13 Mar 2017 18:09:01 +0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7aafd6f..ccca742 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,5 @@ Main file was divided into three parts due to github filesize limitation. It's d 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.