sivareddyg / graph-parser

GraphParser is a semantic parser which can convert natural language sentences to logical forms and graphs.

Home Page:http://sivareddy.in/downloads#GraphParser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Different graph parsing result from online demo and local runs

Zhenshan-Jin opened this issue · comments

Hi Siva,

When I try to run the graph-parser locally in my computer(with the release in 06/15/2015), I found out that the result from the online demo(http://sivareddy.in/graphparser.html) is different with the one that I get from the release, for which most of the time, the online demo is better than the release.
example sentence
Give price and size result for all produced sold between year AAA and BBB
local result
image
online demo
image

BTW, I tried to build the graph-parser from the master branch, however, I can't get the parsing result, except Semantic Parse(no Words, Edges, Types, etc.)
image
The Semantic Parse result is the same as the online demo, which is almost perfect to build the QA system on top of it. Appreciate it, thanks!

Cheers,
Zhenshan

Its been long that I don't remember what is different, but the output will not be drastically different. Only few rules must be different. Hope you figured it out.

Yes, I got the same issues. The online demo is shut now so I can't check it. if I run the master branch, I can't get the parsing result, except Semantic Parse(no Words, Edges, Types, etc.) too.
How do you solved it?

Hi great paper btw.
Is it possible to know where the output will be stored after I run the command:
cat input.txt | sh run.sh
In my input files I have all the original sentences but when running the command no output at all