Skip to content

hunspell.github.io

Spell checker and morphological analyzer

Package Information

  • Domain: hunspellgithub.io
  • Name: hunspell.github.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +hunspell.github.io -- $SHELL -i

Programs

This package provides the following executable programs:

  • analyze
  • chmorph
  • hunspell
  • hunzip
  • hzip
  • munch
  • unmunch

Aliases

This package can also be accessed using these aliases:

  • hunspell

Available Versions

Show all 1 versions
  • 1.7.2

Latest Version: 1.7.2

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +hunspellgithub.io@1.7.2 -- $SHELL -i

Dependencies

This package depends on:

  • gnu.org/readline
  • invisible-island.net/ncurses
  • gnu.org/gettext

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.hunspellgithubio

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.