pkg.soopen package index

brew / 順位 6344

hfstospell を Homebrew, apt, Nix, zypper でインストール

hfstospell のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install hfstospell

local Homebrew formula metadata

Linux

Debian apt確認済み · 92%
sudo apt install hfst-ospell

Debian stable package indexes · hfst-ospell · ソース: deb.debian.org

Nix確認済み · 92%
nix profile install nixpkgs#hfst-ospell

nixpkgs package indexes · pkgs/by-name/hf/hfst-ospell/package.nix · ソース: api.github.com

openSUSE zypper確認済み · 92%
sudo zypper install hfst-ospell

openSUSE Tumbleweed package metadata · hfst-ospell · ソース: download.opensuse.org

概要

パッケージ概要

Helsinki Finite-State Technology ospell

コマンドとエイリアス

  • hfst-ospell
  • hfst-ospell-office
  • hfst-ospell-predict

履歴

プロジェクトの歴史と使われ方

HFST ospell is the spell-checking library and command-line tool associated with Helsinki Finite-State Technology. It applies HFST optimized-lookup transducers to spell checking, correction, and integration with desktop proofing stacks.

プロジェクトの歴史

HFST, the Helsinki Finite-State Technology project, was built at the University of Helsinki as a toolkit for processing natural-language morphologies with finite-state automata and transducers. Its project page describes wide-coverage implementations for languages with varying morphological complexity, and the main HFST repository presents the toolkit as a bridge across finite-state libraries and toolkits for linguistic systems.

hfst-ospell is the spell-checking branch of that ecosystem. Its README describes a minimal optimized-lookup-format spell-checking library plus a demonstration command-line checker. The code exposes a C++ API around weighted transducers and a `hfst-ospell` utility that composes an error source and lexicon over standard input to print corrections.

The package kept a deliberately narrow scope: rather than replacing all of HFST, it supplies the spell-checking runtime and proofing-facing command tools. The GitHub release list records releases through 0.5.4 in February 2024, while the broader HFST site points users to binaries, libraries, morphological resources, and release notes.

採用の歴史

HFST-based spellers found use through language-technology projects that need finite-state spell checking for morphologically rich and lower-resource languages. The hfst-ospell README explicitly points to Voikko as the route into real applications, and then from Voikko into Enchant, LibreOffice, and Firefox.

The input package facts record hfst-ospell in Homebrew, Debian, Ubuntu, Nix, and zypper-family packaging. That cross-distro footprint is typical for language infrastructure that is not itself a consumer app but is needed by dictionaries, proofing tools, and build pipelines.

使われ方

Developers can link against the library with `pkg-config --cflags hfstospell` and `pkg-config --libs hfstospell`, then construct spellers from HFST transducer files. Command-line users can run `hfst-ospell` with an error source and lexicon, and related packaged tools include `hfst-ospell-office` and `hfst-ospell-predict`.

The practical workflow is usually upstream of a user-facing editor: build or obtain ZHFST/HFST resources for a language, test correction behavior with the command-line tools, and integrate the runtime through Voikko or adjacent proofing infrastructure.

パッケージ好きにとっての重要性

For package nerds, hfst-ospell is a small but important split package: it packages the proofing runtime separately from the larger HFST compiler/toolkit stack. That makes it easier for distributions to depend on the runtime where a desktop spell checker or dictionary package needs it without forcing every user to install the full morphology development environment.

It is also a good example of finite-state NLP infrastructure crossing into ordinary desktop packaging. A command-line checker, a C++ library, pkg-config metadata, and desktop proofing adapters make the same linguistic transducers useful from both shell scripts and office-suite spell checking.

タイムライン

  • 1999-2022: The HFST project page copyright range reflects the long-running Helsinki finite-state toolkit web presence.
  • 2000s-2010s: HFST developed as a finite-state toolkit for linguistic systems and morphological processing.
  • 2010s: hfst-ospell provided an optimized-lookup spell-checking library and demonstration command-line checker.
  • 2018: The `hfst-ospell-office` manual page in the repository carries a March 2018 date.
  • 2024-02-20: GitHub release metadata records hfst-ospell 0.5.4.

Related projects

  • hfst-ospell is related to the main HFST toolkit, OpenFST, foma, SFST, Voikko, Enchant, LibreOffice proofing, Firefox proofing, GiellaLT/Divvun language resources, and newer HFST-compatible spell-checking tools such as divvunspell.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
hfst-ospell実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
hfst-ospell-office実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
hfst-ospell-predict実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版0.5.4
マネージャ更新日
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:hfstospell
バージョン0.5.4
パッケージマネージャHomebrew
ホームページhttps://hfst.github.io/
リポジトリhttps://github.com/hfst/hfst-ospell
Bottle未記録
サービス宣言なし

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt92%

hfst-ospell 0.5.4-1+b3

Spell checker library and tool based on HFST

https://github.com/hfst/hfst-ospell

sudo apt install hfst-ospell
  • Section: science
  • Architecture: amd64
  • Source Package: hfst-ospell
  • 5 依存関係
  • installed executable or alias match
  • 一致条件: Hfst Ospell
Debian stable package indexes · deb.debian.org · Debian stable package indexes: hfst-ospell from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt92%

hfst-ospell-dev 0.5.4-1+b3

HFST spell checker development files

https://github.com/hfst/hfst-ospell

sudo apt install hfst-ospell-dev
  • Section: devel
  • Architecture: amd64
  • Source Package: hfst-ospell
  • 1 依存関係
  • installed executable or alias match
  • 一致条件: Hfst Ospell
Debian stable package indexes · deb.debian.org · Debian stable package indexes: hfst-ospell-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt92%

libhfstospell11 0.5.4-1+b3

HFST spell checker runtime libraries

https://github.com/hfst/hfst-ospell

sudo apt install libhfstospell11
  • Section: libs
  • Architecture: amd64
  • Source Package: hfst-ospell
  • 4 依存関係
  • 1 提供
  • installed executable or alias match
  • 一致条件: Hfst Ospell
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libhfstospell11 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix92%

hfst-ospell

nix profile install nixpkgs#hfst-ospell
  • installed executable or alias match
  • 一致条件: Hfst Ospell
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/hf/hfst-ospell/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt92%

hfst-ospell 0.5.4-1build3

Spell checker library and tool based on HFST

https://github.com/hfst/hfst-ospell

sudo apt install hfst-ospell
  • Section: science
  • Architecture: amd64
  • 5 依存関係
  • installed executable or alias match
  • 一致条件: Hfst Ospell
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: hfst-ospell from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt92%

hfst-ospell-dev 0.5.4-1build3

HFST spell checker development files

https://github.com/hfst/hfst-ospell

sudo apt install hfst-ospell-dev
  • Section: devel
  • Architecture: amd64
  • Source Package: hfst-ospell
  • 1 依存関係
  • installed executable or alias match
  • 一致条件: Hfst Ospell
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: hfst-ospell-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt92%

libhfstospell11 0.5.4-1build3

HFST spell checker runtime libraries

https://github.com/hfst/hfst-ospell

sudo apt install libhfstospell11
  • Section: libs
  • Architecture: amd64
  • Source Package: hfst-ospell
  • 4 依存関係
  • 1 提供
  • installed executable or alias match
  • 一致条件: Hfst Ospell
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libhfstospell11 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
zypper92%

hfst-ospell 0.5.4-1.10

Spell checker library and tool based on HFST

https://hfst.github.io/

sudo zypper install hfst-ospell
  • License: Apache-2.0
  • Category: Productivity/Text/Spell
  • Architecture: x86_64
  • Source Package: hfst-ospell
  • 5 依存関係
  • 1 提供
  • installed executable or alias match
  • 一致条件: Hfst Ospell
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: hfst-ospell from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper92%

hfst-ospell-devel 0.5.4-1.10

HFST spell checker development files

https://hfst.github.io/

sudo zypper install hfst-ospell-devel
  • License: Apache-2.0
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: hfst-ospell
  • 2 依存関係
  • 2 提供
  • installed executable or alias match
  • 一致条件: Hfst Ospell
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: hfst-ospell-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper92%

libhfstospell11 0.5.4-1.10

HFST spell checker runtime libraries

https://hfst.github.io/

sudo zypper install libhfstospell11
  • License: Apache-2.0
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: hfst-ospell
  • 5 依存関係
  • 3 提供
  • installed executable or alias match
  • 一致条件: Hfst Ospell
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libhfstospell11 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper92%

libhfstospell11-32bit 0.5.4-1.10

HFST spell checker runtime libraries

https://hfst.github.io/

sudo zypper install libhfstospell11-32bit
  • License: Apache-2.0
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: hfst-ospell
  • 5 依存関係
  • 2 提供
  • installed executable or alias match
  • 一致条件: Hfst Ospell
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libhfstospell11-32bit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation