VoikkoSpellService is an open source spell-checking service for macOS.
VoikkoSpellService utilises the Voikko project's libvoikko and suomi-malaga libraries for spell- and grammar checking. Those are included in the binary package.
- Mac OS X 12.0 (Monterey)
- or newer
The component includes binary for 64-bit targets.
Voikko projects homepage is at: https://voikko.puimula.org/
Open Terminal and first install Homebrew and Cask.
- Install (Homebrew)[https://brew.sh/]:
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"”
- Install voikkospellservice:
$ brew install --cask voikkospellservice
- Voikko Spellchecking should be now available.
- Remove old installation of VoikkoSpellService or Soikko and then log out and in.
- Copy the VoikkoSpellService.app to user's ~/Library/Services. If there is no such directory then create it.
- Log out and in.
- After login go to Services folder and start VoikkoSpellService with Ctrl clicking and selecting Open. This is done because the component isn't from App Store and can't work with Sandboxing.
- Voikko Spellchecking should be now available.
- open VoikkoSpellService.xcodeproj in Xcode.
- Copy voikko and voikko-fi libraries to osxspell/Resources/voikko
- Fix necessary paths to libvoikko and build
- Install by copying build results, VoikkoSpellService.app, under ~/Library/Services
Done;
GPL v3 See COPYING
2010 - 2022 Marko Wallin [email protected]
- Continuing the development 2006 – 2010 Harri Pitkänen [email protected]
- The original code for the VoikkoSpellService component