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
On macOS and older distros, input (http://sprunge.us/FrmAHK) echo -ne '^Apertium<np><al><m><sg>$ ^être<vbser>pri><p3><sg>$ ^un<det><ind><m><sg>$ ^logiciel<n><m><sg>$ ^de<pr>$ ^traduction<n><f><sg>$ ^automatique<adj><mf><sg>$^.<sent>$[][\n]' | lsx-proc fra-cat.autosep.bin yields output ^Apertium<np><al><m><sg>$ ^être<vbser><pri><p3><sg>$ ^un<det><ind><m><sg>$ ^logiciel<n><m><sg>$ ^de<pr>$ ^traduction<n><f><sg>$ ^automatique<adj><mf><sg>$^.<sent>$ where the final blanks are missing.
echo -ne '^Apertium<np><al><m><sg>$ ^être<vbser>pri><p3><sg>$ ^un<det><ind><m><sg>$ ^logiciel<n><m><sg>$ ^de<pr>$ ^traduction<n><f><sg>$ ^automatique<adj><mf><sg>$^.<sent>$[][\n]' | lsx-proc fra-cat.autosep.bin
^Apertium<np><al><m><sg>$ ^être<vbser><pri><p3><sg>$ ^un<det><ind><m><sg>$ ^logiciel<n><m><sg>$ ^de<pr>$ ^traduction<n><f><sg>$ ^automatique<adj><mf><sg>$^.<sent>$
Works on Ubuntu 20.04, weirdly enough.
Potentially related to #26
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On macOS and older distros, input (http://sprunge.us/FrmAHK)
echo -ne '^Apertium<np><al><m><sg>$ ^être<vbser>pri><p3><sg>$ ^un<det><ind><m><sg>$ ^logiciel<n><m><sg>$ ^de<pr>$ ^traduction<n><f><sg>$ ^automatique<adj><mf><sg>$^.<sent>$[][\n]' | lsx-proc fra-cat.autosep.bin
yields output
^Apertium<np><al><m><sg>$ ^être<vbser><pri><p3><sg>$ ^un<det><ind><m><sg>$ ^logiciel<n><m><sg>$ ^de<pr>$ ^traduction<n><f><sg>$ ^automatique<adj><mf><sg>$^.<sent>$
where the final blanks are missing.
Works on Ubuntu 20.04, weirdly enough.
Potentially related to #26
The text was updated successfully, but these errors were encountered: