singnet / language-learning

OpenCog Unsupervised Language Learning
https://wiki.opencog.org/w/Language_learning
MIT License
32 stars 11 forks source link

Minor documentation additions #223

Closed glicerico closed 5 years ago

glicerico commented 5 years ago

Minor text additions to recent PR https://github.com/singnet/language-learning/pull/221

glicerico commented 5 years ago

@alexei-gl please check and merge

alexei-gl commented 5 years ago

@glicerico, you have to fix tests data files in src/tests/test-data/cli-scripts/parse-evaluator/alt-* if you add messages, because for -a mode text output is being compared.

glicerico commented 5 years ago

@glicerico, you have to fix tests data files in src/tests/test-data/cli-scripts/parse-evaluator/alt-* if you add messages, because for -a mode text output is being compared.

@alexei-gl I see... I made the message only appear for the "ord" evaluator now, because "alt" evaluator doesn't create stat file. It passes the tests now :)