Closed prpfialho closed 7 years ago
I'm using:
is there other package related to the errors I got in /bin/t ?
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.
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.