We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have found that some tags are marked as unknown * despite getting analysed by the compiled dictionary.
*
Theses cases can be discovered easily but I need help in manually inspecting them.
The tagging doesn't seem to be that easy as for example: The token bloody is located in lines 11 and 11145 https://github.com/apertium/apertium-eng/blob/master/texts/eng.tagged#L11 https://github.com/apertium/apertium-eng/blob/master/texts/eng.tagged#L11145
bloody
11
11145
^bloody/*bloody
^bloody/bloody<adj><sint>$
What do you think is the better way to fix such cases?
The text was updated successfully, but these errors were encountered:
For the weighted automata project, the best way is to just ignore these errors. Your code should just discard/skip invalidly encoded words.
Sorry, something went wrong.
No branches or pull requests
I have found that some tags are marked as unknown
*
despite getting analysed by the compiled dictionary.Theses cases can be discovered easily but I need help in manually inspecting them.
The tagging doesn't seem to be that easy as for example:
The token
bloody
is located in lines11
and11145
https://github.com/apertium/apertium-eng/blob/master/texts/eng.tagged#L11
https://github.com/apertium/apertium-eng/blob/master/texts/eng.tagged#L11145
^bloody/*bloody
^bloody/bloody<adj><sint>$
What do you think is the better way to fix such cases?
The text was updated successfully, but these errors were encountered: