-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thesaurus Support #17
Comments
The thesaurus feature is not implemented yet 😢 |
How long until it’s implemented? |
Is there any alternative to get synonyms working with this script ?? |
One of the alternative is that you create a layer above ln2sql where you have a converter of synonyms to particular keywords and then pass it to ln2sql. I have done something similar on top of ln2sql for my data analytics project I had been working on. |
May you send example?
On Tue, Nov 14, 2017 at 10:34 AM VIKRAM SINGH ***@***.***> wrote:
One of the alternative is that you create a layer above ln2sql where you
have a converter of synonyms to particular keywords and then pass it to
ln2sql. I have done something similar on top of ln2sql for my data
analytics project I had been working on.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHQRmxPneGO9OR1W8XdW5ON2g7Fo6Iakks5s2d0XgaJpZM4QcQ-E>
.
--
AMIR BEHBEHANI
CEO • SERIAL METRICS
408.506.3000
SERIALMETRICS.COM
|
@Reubend @serialmetrics This feature is now implemented. I hope it'll suffice for you. |
I am having trouble getting the thesaurus support working. Here's a command I'm running in order to test the pupil -> student rule in th_english.dat:
python2.7 ln2sql.py -d database/school.sql -l lang/english.csv -j output.json -t thesaurus/th_english.dat -i "Count how many pupil are there with firstname is John"
Although it works for the word "student", it outputs this error with the word "pupil" (as shown above):
ParsingException.ParsingException: Error: No table name found in sentence!
Am I invoking it incorrectly? I'm guessing this is simply a configuration mistake on my part, but I can't figure out what's wrong with the above command.
The text was updated successfully, but these errors were encountered: