GreynirCorrect icon indicating copy to clipboard operation
GreynirCorrect copied to clipboard

Spelling and grammar correction for Icelandic

Results 9 GreynirCorrect issues
Sort by recently updated
recently updated
newest added

Handling for agreement errors added.

Handling for wrong prepositions.

I have a open issue in Yfirlestur but it's probably more appropriate for GreynirCorrect, creating here for visability. [Issue in Yfirlestur](https://github.com/mideind/Yfirlestur/issues/13) If we take the text `Hann vil` for example....

This is currently possible by passing "Z002" to `ignore_rules` but not without losing more functionality. Having different error codes for words that should start with an uppercase because they are...

I want to use Greynir-Correct for correction of non-whole sentences, i.e. in extreme cases single words. What method or options should I use to make that possible ? Currently, when...

The following snippet gives inconsistent results: ```python from reynir_correct import tokenize texts = ["Skúta", "300 ára gömul írsk skúta fundin við Suður-Noreg" ] for t in texts: g = tokenize(t,...

If there are multiple possibilities to correct a word, e.g. from POV of the same Levenshtein distance, is it possible to get back all possible corrections greynir-correct knows ? If...

The examples in the README do not work. ``` >>> from reynir_correct import tokenize ``` gives this error ``` ImportError: cannot import name 'tokenize' from 'reynir_correct' (path/to/python/site-packages/reynir_correct/__init__.py). Did you mean:...

Skv. leiðbeiningum þurfti maður ekkert aukalega að mér vitandi. Eldri útgáfur voru alltaf í lagi mín megin og hef alveg notað þennan pakka áður. Hefur þetta eitthvað mikið breyst í...