You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CQP further constraints (introduced by ::) can be added to tokens that are not directly serialized in the QL. An example by Elena is adj:[pos = "ADJ."] :: adj < 500"; which will return all adjectives in the first 500 tokens of the corpus. Some of these constraints should already be serializable in Koral but are not yet implemented.
The text was updated successfully, but these errors were encountered:
In CQP further constraints (introduced by
::
) can be added to tokens that are not directly serialized in the QL. An example by Elena isadj:[pos = "ADJ."] :: adj < 500";
which will return all adjectives in the first 500 tokens of the corpus. Some of these constraints should already be serializable in Koral but are not yet implemented.The text was updated successfully, but these errors were encountered: