valeriobasile / learningbyreading

Learning by Reading pipeline of NLP and Entity Linking tools
GNU General Public License v2.0
82 stars 25 forks source link

ntokkie.pl: lists instead of literals, candc.py: update path from src/ to ext/ #14

Closed prpfialho closed 7 years ago

valeriobasile commented 7 years ago

I cannot merge the request as of now. I was able to compile the C&C tools and to run bin/t, both with the newest SWI Prolog (7.4.0) and with an older stable version that was tested thoroughly with the C&C tools.

The results however are different:

with 6.6.6: $ echo "Mr. Basile went to the U.S.A. meeting today." | bin/t --stdin Mr. Basile went to the U.S.A. meeting today .

with 7.4.0: $ echo "Mr. Basile went to the U.S.A. meeting today." | bin/t --stdin Mr. Basile went to the U. S. A. meeting today.

prpfialho commented 7 years ago

I'm using:

is there other package related to the errors I got in /bin/t ?

valeriobasile commented 7 years ago

It works with an older version of SWI Prolog like 6.6.6: http://www.swi-prolog.org/download/stable/src/pl-6.6.6.tar.gz

See also the note in the issue.