Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bnavetta/MacVoikko
An OS X spelling server based on Voikko
https://github.com/bnavetta/MacVoikko
Last synced: 3 months ago
JSON representation
An OS X spelling server based on Voikko
- Host: GitHub
- URL: https://github.com/bnavetta/MacVoikko
- Owner: bnavetta
- Created: 2014-12-16T01:32:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-08T20:39:59.000Z (almost 10 years ago)
- Last Synced: 2024-04-18T22:36:04.244Z (7 months ago)
- Language: Objective-C
- Size: 1.5 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- low-resource-languages - MacVoikko - An OS X spelling server based on Voikko. (Software / Utilities)
README
## MacVoikko
An OS X Spell Server implementation that uses libvoikko with arbitrary
languages.This is being implemented as a [Google Code-In 2014 task](http://www.google-melange.com/gci/task/view/google/gci2014/4990598620643328)
and is currently a work in progress.### Building
Dependencies are located under the `thirdparty` directory. Most are Git
submodules, and some are cloned during the build process. To build dependencies, run
`thirdparty/build.sh`. This script is also run during Xcode's build process, but
if execution fails, running outside of Xcode (from the `thirdparty` directory)
may be more successful, or at least provide more helpful error messages.The project can then be built from Xcode, and the `install` script (which
currently requires xctool) will install the service into `~/Library/Services`
and refresh the service cache.