You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the sentence "she is working on making a wonderful cake" the demo gives me the frames Working_on, Manufacturing, Desireability, and Food.
When I run that same sentence through the code here I get the frames Working_on, Causality, Desireability, and Food.
I've seen differences on a lot of sentences, and I much prefer the results from the demo. Is there any way you can tell me how to get those results with this code?
In config.sh there is a line export TURBO_MODEL_DIR="{BASE_DIR}/models/turbo_20130606".
Is the Turbo model what I instead of the Malt model? If so, can you tell me where I can get it and how to make the sure code uses it?
Thanks!
The text was updated successfully, but these errors were encountered:
I'm getting different results with this code than with the online demo at http://demo.ark.cs.cmu.edu/parse
For the sentence "she is working on making a wonderful cake" the demo gives me the frames
Working_on
,Manufacturing
,Desireability
, andFood
.When I run that same sentence through the code here I get the frames
Working_on
,Causality
,Desireability
, andFood
.I've seen differences on a lot of sentences, and I much prefer the results from the demo. Is there any way you can tell me how to get those results with this code?
In
config.sh
there is a lineexport TURBO_MODEL_DIR="{BASE_DIR}/models/turbo_20130606"
.Is the Turbo model what I instead of the Malt model? If so, can you tell me where I can get it and how to make the sure code uses it?
Thanks!
The text was updated successfully, but these errors were encountered: