Wrong POS in parse: POS=WORD

Bug #454979 reported by jerrry94087@yahoo.com
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
RelEx
Won't Fix
Medium
linas

Bug Description

Below are several examples of non-assigned POS. I specified which word that is after each sentence.

-- jerry

--------
I am wondering who to go to the party with. *who*
How much money did you earn. *money*
How much of the book did you read. *much*
How much more should we work on this. *more*
How much further do you think we should drive tonight. *further*
How much more oil did they spill. *much* *oil*
How many years ago did you do it. *ago*
The dogs, some of which were very large, ran after the man. *some*
The dogs, some of them very large, ran after the man. *them*
The man was chased by dogs, some of them very large. *some* *of* *them*
I believe it was John who stole the priceless documents. *who*
Where did you put the milk. *where*
He asked me how to use the program. *how*
Glaring coldly at Sarah, he walked out of the room. *out*
That's just the kind of person he is. *kind*
I finally figured out why this program is so slow. *figured*
Is he sure how to find the house. *how*
Our program works more elegantly than efficiently. *than*
Neither Mary nor Louise are coming to the party. *neither*
Either I or my friend know what happened. *either*

Revision history for this message
jerrry94087@yahoo.com (jerrry94087) wrote :

I noticed that in case of idioms constituent words are labeled with pos=WORD.
I am not sure if that's right, or it's better to set something special like this: pos=IDIOM in this case.
I think WORD probably shouldn't ever occur as pos.

-- jerry

Revision history for this message
linas (linasvepstas) wrote :

"WORD" is used as a place-holder, meaning "I don't know the pos"

Changed in relex:
status: New → Confirmed
Revision history for this message
linas (linasvepstas) wrote :

I've fixes the first 8 sentences so far. But
"The dogs, some of them very large, ran after the man."
is still broken, I am not sure of the right way to tag words in idiomatic phrases.

Revision history for this message
linas (linasvepstas) wrote :

More unhandled idiomatics:

The man was chased by dogs, some of them very large.
Glaring coldly at Sarah, he walked out of the room.
That's just the kind of person he is.
I finally figured out why this program is so slow.

All the other sentences now work, with the exception of:

Neither Mary nor Louise are coming to the party.
Either I or my friend know what happened.

The above two don't work because, at the moment, we don't export the "fat links" used by link-grammar to process conjunctions. This is a generic problem, conjuctions will not be correctly tagged for now.

Err, actually, I hacked around the above conjunction-tagging problem, for now.

Changed in relex:
assignee: nobody → linas (linasvepstas)
importance: Undecided → Medium
linas (linasvepstas)
Changed in relex:
status: Confirmed → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.