We store the words from lexicon of all locales in the database used by Yioop.
As part of the ticket, create a table LEXICON which will store the word, part of speech and locale.
The primary key for this table is (word, locale)
Steps to reproduce:
1. Apply the patch attached in this ticket
2. Use a tool like (SQLite Manager) to connect to the database and check the for the table Lexicon
We store the words from lexicon of all locales in the database used by Yioop. As part of the ticket, create a table LEXICON which will store the word, part of speech and locale. The primary key for this table is (word, locale)
Steps to reproduce: 1. Apply the patch attached in this ticket 2. Use a tool like (SQLite Manager) to connect to the database and check the for the table Lexicon
closing old issues
Attachments:
StoreLexiconInDb.patch