Skip to content
New issue

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

unknown word database mangles entities #51

Open
unhammer opened this issue Jan 24, 2017 · 0 comments
Open

unknown word database mangles entities #51

unhammer opened this issue Jan 24, 2017 · 0 comments
Labels

Comments

@unhammer
Copy link
Member

sqlite3 -header /home/apy/apertium-apy/missing.db <<EOF
.mode insert
select * from missingFreqs;
EOF

gives me e.g.

INSERT INTO table(pair,token,frequency) VALUES('sme-nob','redakt&oslash',24);
INSERT INTO table(pair,token,frequency) VALUES('sme-nob','Nollii&raquo',3);

– whenever we see an html-entity, it's cut off at the ; so we don't know what the rest of the word is.

@unhammer unhammer changed the title unknown word thing mangles entities unknown word database mangles entities Feb 3, 2017
@sushain97 sushain97 added the bug label Mar 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants