analyze
Files for developing with hunspell
Install
- All systems
-
curl cmd.cat/analyze.sh
- Debian
-
apt-get install pegasus-wms-doc
- Ubuntu
-
apt-get install pegasus-wms-doc
- Alpine
-
apk add hunspell
- Arch Linux
-
pacman -S hunspell
- Kali Linux
-
apt-get install pegasus-wms-doc
- CentOS
-
yum install hunspell-devel
- Fedora
-
dnf install hunspell-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pegasus-wms-doc
- OS X
-
brew install freeling
- Raspbian
-
apt-get install pegasus-wms-doc
- Dockerfile
- dockerfile.run/analyze
- Docker
-
docker run cmd.cat/analyze analyze
powered by Commando
hunspell-devel
Files for developing with hunspell
pegasus-wms-doc
Scientific workflow management system for HTCondor - documentation files
The Pegasus project encompasses a set of technologies the help workflow-based applications execute in a number of different environments including desktops, campus clusters, grids, and now clouds. Scientific workflows allow users to easily express multi-step computations, for example retrieve data from a database, reformat the data, and run an analysis. Once an application is formalized as a workflow the Pegasus Workflow Management Service can map it onto available compute resources and execute the steps in appropriate order. This package contains the user documentation.
hunspell
spell checker and morphological analyzer (program)
Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and an OpenOffice.org UNO module. Main features: - Unicode support (first 65535 Unicode characters) - morphological analysis (in custom item and arrangement style) - Max. 65535 affix classes and twofold affix stripping (for agglutinative languages, like Azeri, Basque, Estonian, Finnish, Hungarian, Turkish, etc.) - Support complex compoundings (for example, Hungarian and German) - Support language specific algorithms (for example, handling Azeri and Turkish dotted i, or German sharp s) - Handling conditional affixes, circumfixes, fogemorphemes, forbidden words, pseudoroots and homonyms. This package contains the program with the Ispell-like terminal and pipe interfaces.