Skip to content

Can't get it work with Russian #7

@houshuang

Description

@houshuang

Can't get this to work, not sure if it's a UTF8 issue or what.

require 'ffi/hunspell'
c= FFI::Hunspell.dict('ru_RU')
p c.stem("рассчитывал") #-> []

command line using hunspell binary:
textmining|master⚡ ⇒ echo рассчитывал | hunspell -d ru_RU -s
рассчитывал рассчитывать

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions