1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
|
Source: hunspell
Priority: optional
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Uploaders:
Rene Engelhard <rene@debian.org>,
Chris Halls <halls@debian.org>,
Tim Retout <diocles@debian.org>,
Build-Depends:
debhelper-compat (= 13),
gettext,
libncurses5-dev,
libncursesw5-dev,
libreadline-dev,
Standards-Version: 4.6.0
Rules-Requires-Root: no
Section: text
Homepage: https://hunspell.github.io/
Vcs-Git: https://salsa.debian.org/libreoffice-team/hunspell.git
Vcs-Browser: https://salsa.debian.org/libreoffice-team/hunspell
Package: libhunspell-dev
Section: libdevel
Architecture: any
Depends:
libhunspell-1.7-0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Multi-Arch: same
Description: spell checker and morphological analyzer (development)
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 headers and the static library.
Package: libhunspell-1.7-0
Section: libs
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Recommends:
hunspell-en-us | hunspell-dictionary | myspell-dictionary,
Conflicts:
openoffice.org-core (= 2.2.0~rc2-1),
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Description: spell checker and morphological analyzer (shared library)
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 shared library.
Package: hunspell
Architecture: any
Depends:
hunspell-en-us | hunspell-dictionary | myspell-dictionary,
${misc:Depends},
${shlibs:Depends},
Suggests:
unzip,
Multi-Arch: foreign
Description: 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.
Package: hunspell-tools
Architecture: any
Depends:
${misc:Depends},
${perl:Depends},
${shlibs:Depends},
Multi-Arch: foreign
Description: tools for hunspell
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 a the munch/unmunch tools of hunspell and
ispellaff2myspell for converting ispell affix files for myspell/hunspell
format.
|