Live data from Hacker News

Show HN: A Natural Language Query Engine Without Machine Learning

blog.ayoungprogrammer.com

1–10 of 22 posts

Re: Show HN: A Natural Language Query Engine Without Machine Learning

#2
I think you might get better results in the first stage using the dependency parse from CoreNLP - rather than the phrasal parse. Online demo at http://corenlp.run

If you're willing to drop CoreNLP there's also https://demos.explosion.ai/displacy/ that's worth checking out.

Re: Show HN: A Natural Language Query Engine Without Machine Learning

#7
Partially related - has anyone worked on natural language queries with time expressions in it? Imagine analytics queries, where you want to count the number of events/unique users, given certain conditions, and in a certain time window. i'm particularly interested in the time aspect of it.

Re: Show HN: A Natural Language Query Engine Without Machine Learning

#10
post #9

This is nice! Would it be possible to run the code with other language models? (Spanish, German, and any other CoreNLP language model)

Yes it should be possible! You would need to add the grammar matching rules for those languages though.
Post reply on HN