# freeling を Homebrew, MacPorts でインストール

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

## インストール

```sh
sudo av install brew:freeling
```

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

### macOS

- Homebrew (100%):

```sh
brew install freeling
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install freeling
```

  証拠: MacPorts ports tree: textproc/freeling/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:freeling
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/freeling>
- **バージョン:** 4.2.1
- **ソース概要:** Suite of language analyzers
- **ホームページ:** <https://nlp.lsi.upc.edu/freeling/>
- **リポジトリ:** <https://github.com/TALP-UPC/FreeLing>
- **上流ドキュメント:** <https://freeling-user-manual.readthedocs.io/en/latest>
- **ライセンス:** AGPL-3.0-only
- **ソースアーカイブ:** <https://github.com/TALP-UPC/FreeLing/releases/download/4.2/FreeLing-src-4.2.1.tar.gz>
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- analyzer (cli)
- analyzer_client (cli)
- convert_model (cli)
- threaded_analyzer (cli)
- treeler (cli)
- analyzer (エイリアス)
- analyzer_client (エイリアス)
- convert_model (エイリアス)
- threaded_analyzer (エイリアス)
- treeler (エイリアス)

## 依存関係

- boost
- dynet
- icu4c@78

## ビルド依存関係

- cmake

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 4.2.1
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/TALP-UPC/FreeLing
- 情報: No package-manager update timestamp was available.
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

FreeLing is an open source language-analysis suite from the TALP Research Center at Universitat Politecnica de Catalunya. It is a C++ library with command-line front ends for morphological analysis, named entity detection, part-of-speech tagging, parsing, word-sense disambiguation, semantic-role labeling, and related NLP tasks.

### プロジェクトの歴史

The official FreeLing page says the project was created and led by Lluis Padro to make UPC natural-language-processing research available to the community. The project grew into a multilingual library and command-line toolkit, with official documentation for developers and non-developer users.

### 採用の歴史

FreeLing is more common in research and NLP toolchain packaging than in general-purpose system distributions. The supplied package facts list Homebrew and MacPorts, while the official project distributes source through GitHub and publishes user documentation for installation, modules, configuration files, and the analyzer front end.

### 使われ方

Users run analyzer or threaded_analyzer for text analysis and use configuration files under the FreeLing data/config tree to choose language resources and output formats such as XML, JSON, or CoNLL. Developers link the C++ library modules directly and consult the technical reference manual.

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

FreeLing is a science-package example where code and linguistic data are inseparable. Packagers must install binaries, C++ libraries, model data, language-specific resources, and configuration files in paths that let the analyzer find the right data without manual environment surgery.

### タイムライン

- Pre-2016: FreeLing was developed at UPC/TALP as an open source NLP suite.
- 2016: GitHub releases list FreeLing 4.0.
- 2018: GitHub releases list FreeLing 4.1.
- 2020: GitHub releases list FreeLing 4.2.
- 2020s: The Read the Docs user manual documents current installation, modules, configuration, and analyzer usage.

### Related projects

- The official site links FreeLing to TALP Research Center, UPC, its technical reference manual, online demo, linguistic data, and community contributions. Related package-level tools in the same source tree include analyzer, analyzer_client, crfsuite, and treeler.

### ソース

- <https://api.github.com/repos/TALP-UPC/FreeLing/releases>
- <https://freeling-user-manual.readthedocs.io/en/latest>
- <https://github.com/TALP-UPC/FreeLing>
- <https://nlp.lsi.upc.edu/freeling>
- <https://raw.githubusercontent.com/TALP-UPC/FreeLing/master/README.md>


## セキュリティノート

broad file, network, media, or database tool signal.

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ${FREELINGDIR}/share/freeling/config/*.cfg
- Windows: %FREELINGDIR%\share\freeling\config\*.cfg
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** freeling
- **Version Scheme:** 0
- **Revision:** 13
- **Conflicts With:** crfsuite, foma, hunspell
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** yes
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

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

- MacPorts - freeling: normalized package name match | MacPorts ports tree: textproc/freeling/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Secret-risk packages](https://www.automicvault.com/ja/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://www.automicvault.com/ja/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [cmake](https://www.automicvault.com/ja/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [sfst](https://www.automicvault.com/ja/pkg/brew/sfst/) - Shares av.db curated category or tags: c-plus-plus, cli, morphology, natural-language-processing, nlp.
- [juman](https://www.automicvault.com/ja/pkg/brew/juman/) - Shares av.db curated category or tags: cli, natural-language-processing, nlp, science.
- [jumanpp](https://www.automicvault.com/ja/pkg/brew/jumanpp/) - Shares av.db curated category or tags: cli, natural-language-processing, nlp, science.
- [kytea](https://www.automicvault.com/ja/pkg/brew/kytea/) - Shares av.db curated category or tags: cli, natural-language-processing, nlp, science.
- [link-grammar](https://www.automicvault.com/ja/pkg/brew/link-grammar/) - Shares av.db curated category or tags: cli, natural-language-processing, science.
- [biosig](https://www.automicvault.com/ja/pkg/brew/biosig/) - Shares av.db curated category or tags: c-plus-plus, cli, science.
- [ccfits](https://www.automicvault.com/ja/pkg/brew/ccfits/) - Shares av.db curated category or tags: c-plus-plus, cli, science.
- [clhep](https://www.automicvault.com/ja/pkg/brew/clhep/) - Shares av.db curated category or tags: c-plus-plus, cli, science.

## Combined YAML source

View the package source record on GitHub. [combined/freeling.yml](https://github.com/automic-vault/db/blob/main/combined/freeling.yml)


## ソース

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
