-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrongly treated LEFT-WALL as pronoun? #231
Comments
Hmm. Interesting. I strongly suspect this is a side-effect of the ugly hack I made to get imperatives to work. You see, because Relex cannot add to or re-write parse trees, the only way I could force it to supply the subject of imperatives, e.g. " (You) Put down that knife, Eugene!" was to turn the left wall into the subject of the imperatives. That's why it is calling the left-wall "you" specifically. If this algorithm is being invoked it almost surely means that LG has classified "ignore" as an imperative, probably because it could not identify such a complex subject as "the rangeof our voice" as a subject. The root problems here are two: (1) that Relex cannot re-write the parse tree to add an unexpressed subject pronoun. (2) that it is difficult for LG to idenitify phrasal subjects, because it doesn't recognize the existence of phrase structure. I have been pressing Linas to work on these two short-comings for a year now, but of course, you can hack around them . . . .you should be able to find the guilty algorithm easily. Or add it to the list of things I will look into soon if my laptop can handle ubuntu .. . . |
Aaron, I'm pretty sure the actual song title is "Careful with that ax, Re: phrase structure: link-grammar has some nasty, ugly C code that creates as to relex re-writing the parse-tree -- sure, it can.. The graph stored in Once, during a long and boring lecture, I invented a way to add zero--that --linas On Tue, Nov 10, 2015 at 7:39 PM, anitzkin notifications@github.com wrote:
|
FYI:
|
Support for this has been noted a LONG time in the LG README, I just opened a github issue to track this: opencog/link-grammar#224 |
Closing, this seems to be partly fixed, and the other unfixed(?) parts are too muddled to do something with. |
When parsing a sentence
The range of our voice ignores distance.
, some of the relex outputs doesn't seem correct... for example:The text was updated successfully, but these errors were encountered: