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
$ printf ".\n"|apertium-destxt -n|lt-proc -we nob.automorf.bin ^./.<sent><clb>$[][ ] $ printf "."|apertium-destxt -n|lt-proc -we nob.automorf.bin [] $ printf "r."|apertium-destxt -n|lt-proc -we nob.automorf.bin ^r/ralphabet<n><m><sg><ind>$[] $ printf "9"|apertium-destxt -n|lt-proc -we nob.automorf.bin [] $ printf "9\n"|apertium-destxt -n|lt-proc -we nob.automorf.bin ^9/9<det><qnt><un><pl>$[][ ] $ printf "r"|apertium-destxt -n|lt-proc -we nob.automorf.bin ^r/ralphabet<n><m><sg><ind>$[]
9 and . are in inconditional sections, while r is standard, might have something to do with this.
9
.
r
The text was updated successfully, but these errors were encountered:
Probably the same issue: echo -e 'États-Unis\0' | lt-proc -w fra.automorf.bin (see apertium/apertium#108)
echo -e 'États-Unis\0' | lt-proc -w fra.automorf.bin
(Note that -z is not needed to trigger this behavior, and adding -z doesn't change the lack of output.)
-z
Sorry, something went wrong.
be more careful about final LUs in analysis mode (#104)
fb9a05f
be more careful about final LUs in analysis mode (#104) (#105)
56bbe28
Successfully merging a pull request may close this issue.
9
and.
are in inconditional sections, whiler
is standard, might have something to do with this.The text was updated successfully, but these errors were encountered: