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

German affixes not read correctly for "Stärke" #15

Open
dbolton opened this issue Aug 9, 2011 · 2 comments
Open

German affixes not read correctly for "Stärke" #15

dbolton opened this issue Aug 9, 2011 · 2 comments

Comments

@dbolton
Copy link

dbolton commented Aug 9, 2011

var dictionary = new Typo("de_DE", affData, dicData);
var is_spelled_correctly = dictionary.check("Stärke") //should be true, but returns false
// (The word "Stärke" is actually the root word found in the dictionary file )

I used the German dictionary and affix files listed on the OpenOffice.org website. You can obtain the files directly from: http://extensions.services.openoffice.org/project/dict-de_DE_frami

The dictionary line reads: Stärke/m

@trych
Copy link

trych commented Dec 6, 2015

I have the same issue. First I thought it might be an encoding issue, but I tried a few alternatives, none of them worked. Does anybody know, how to get this to work? Would be great!

@DavidSichau
Copy link

With the dictionary from:

https://github.com/wooorm/dictionaries/tree/master/dictionaries

I do not see this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants