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
Current lexicon lookup implementation with POS tags is ambiguous.
The token "dell'X" is found in the lexicon because the word "dell'" is in the lexicon with POS tag "X". A solution is to change the code so that a # is always inserted between the word and the POS and that # and \ are escaped with a \ for both the POS and the word.
The text was updated successfully, but these errors were encountered:
Current lexicon lookup implementation with POS tags is ambiguous.
The token "dell'X" is found in the lexicon because the word "dell'" is in the lexicon with POS tag "X". A solution is to change the code so that a # is always inserted between the word and the POS and that # and \ are escaped with a \ for both the POS and the word.
The text was updated successfully, but these errors were encountered: