-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
When running with the CDLI database at https://github.com/cdli-gh/cqp4rdf/tree/master/data.
Sometimes the order of the results shown is not in the order.
For eg. for this query:-
w1:[ ( conll:UPOSTAG = "NOUN" ) ] w2:[ ( conll:UPOSTAG = "NUM" ) ] :: (w1.nif:nextWord=w2 | w2.nif:nextWord=w1)
But what happens with the first result is:-

- The order of the result is not maintained. :-
for gurusz the word info is:-
ID 3
CDLI_ID o.1.3
FORM gurusz
LEMMA gurusz[male]
UPOSTAG NOUN
XPOSTAG N
FEATS Number=Sing
for 8(disz) the word info is:-
ID 2
CDLI_ID o.1.2
FORM 8(disz)
LEMMA 8(disz)[one]
UPOSTAG NUM
XPOSTAG NU
FEATS
- Also, the second word in the keywords for the first result i.e.
8(disz)is also present in the left context of the result. And the word is repeated at both the places. Thus the same word is in the left context as well as the keyword words lists which we have.
Metadata
Metadata
Assignees
Labels
No labels