Noahs-ARK / semafor

http://www.ark.cs.cmu.edu/SEMAFOR
GNU General Public License v3.0
95 stars 47 forks source link

Results different form online demo #21

Open jmugan opened 8 years ago

jmugan commented 8 years ago

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, 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!

nschneid commented 8 years ago

This was recently discussed on the semafor-users mailing list: https://groups.google.com/forum/#!forum/semafor-users

jmugan commented 8 years ago

Ah, cool, thanks!

mosynaq commented 7 years ago

Thank you @nschneid! I saw that page. But it does NOT suggest any solution! Does any one know any?

juhoojala commented 6 years ago

I'm also curious on how to use semafor with TurboParser. Is there any documentation available on this?

(Thank you for this great project!)