OlegBaskov / language-learning

OpenCog unsupervised Language Learning project
https://wiki.opencog.org/w/Language_learning
MIT License
0 stars 1 forks source link

Input parses CHECK: words without links not marked [non-parsed] -- CLI utility? #76

Open OlegBaskov opened 5 years ago

OlegBaskov commented 5 years ago

Link Grammar output: non-parsed words in sentences are marked with square brackets: [word]...
However, some words are not marked [], but no links for them are present in the parses following the sentence.
Objective: function (and*/or CLI utility?) checking Link Grammar parses (.ull file). Output: a file with "wrong" sentences.

OlegBaskov commented 5 years ago

Part of code committed with urgent https://github.com/OlegBaskov/language-learning/commit/ec933de2c003e82b426e8161093b6a345ce7841d, PR https://github.com/singnet/language-learning/pull/171.
TODO: complete file check utilities, add "cleaned" file save, prettify ...ipynb (or CLI utility?)

OlegBaskov commented 5 years ago

Commit https://github.com/OlegBaskov/language-learning/commit/ec933de2c003e82b426e8161093b6a345ce7841d » https://github.com/singnet/language-learning/commit/ec933de2c003e82b426e8161093b6a345ce7841d, PR https://github.com/singnet/language-learning/pull/171.