DBPedia is interesting. This information about word categories can be
retrieved, e.g.
http://lookup.dbpedia.org/api/search.asmx/KeywordSearch?QueryString=running
. I think questions all questions I initially want answered questions that
are concerned with categories and relationships with them. For example,
based on input.txt AI should have facts and relations set (married to
someone, likes fishing, caught a big fish). If someone asks even something
related to keywords he should get an answer. I don't want long
conversations, only Q&A. Similar programs were written 30-40 years ago in
lisp - chatterbots. I will look into Watson.

On Fri, Mar 4, 2016 at 10:43 PM, Russ, Daniel (NIH/CIT) [E] <
dr...@mail.nih.gov> wrote:

> consider looking into how IBM developed Watson.  There is information
> online.
> Dan
>
> On Mar 4, 2016, at 2:38 PM, Nishant Kelkar <nishant....@gmail.com<mailto:
> nishant....@gmail.com>> wrote:
>
> This sounds like a mammoth task, you want concept recognition (e.g. Running
> is a type of <physical activity>). You'd probably need more than just a
> thesaurus as your auxiliary data source.
>
> Try searching DBPedia for how to get a large set of name --> type mappings,
> it's available for free.
>
> Just curious, since this is a hard problem that you're trying to solve: do
> you have any particular type of questions in mind that you want answered,
> or just any random questions need to be answered as well?
>
> Best ,
> Nishant
>
> On Friday, March 4, 2016, Vyacheslav Gonakhchyan <ytri...@gmail.com
> <mailto:ytri...@gmail.com>> wrote:
>
> Hi,
>
> I want to write a program using apache opennlp library.
>
> Program should take input and thesaurus(synonyms, antonyms, etc.) and
> produce a program that answers questions. E.g.
>
> Input: input.txt containing Q&A, thesaurus.txt.
>
> Example input.txt:
>
> Q: Do you like apples?
>
> A: Yes.
>
> Q: Do you like running?
>
> A: Yes.
>
>
> Example program run:
>
> Q: Do you like fruits?
>
> A: Yes.
>
> Q: What activities do you prefer?
>
> A: Running.
>
> Is this Q&A program possible with opennlp? Totally new to this powerful
> software. Please point me in the right direction.
>
>
>

Reply via email to