Registry / utility / ffi-aspell

ffi-aspell

JSON →
library1.1.0rbrubygemsunverified

FFI bindings for Aspell, providing spell-checking functionality.

gem install ffi-aspell
INSTALL
IMPORT
SIG · FFI-ASPELL
F
ffi-aspell
utilityrubyv1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FFI::Aspell
require 'ffi/aspell'

Check spelling using Aspell via FFI.

require 'ffi/aspell' speller = FFI::Aspell::Speller.new('en_US') speller.correct?('hello') # => true
Debug
Known issues
gotchaRequires Aspell library to be installed on the system.
fix
Install Aspell via package manager (e.g., apt-get install aspell).
affects: >= 0.0.0
Upgrade
Version history
1.1.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
ffi-aspell — gem install ffi-aspell · libregistry