# 使用 Homebrew, MacPorts 安装 crfsuite

查看 crfsuite 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:crfsuite
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install crfsuite
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install crfsuite
```

  证据: MacPorts ports tree: math/crfsuite/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:crfsuite
- **软件包管理器:** Homebrew
- **版本:** 0.12
- **来源摘要:** Fast implementation of conditional random fields
- **主页:** <https://www.chokkan.org/software/crfsuite/>
- **仓库:** <https://github.com/chokkan/crfsuite>
- **最后更新:** 2026-07-10T13:05:07-04:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- crfsuite (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.12
## 项目历史与用法

CRFsuite is Naoaki Okazaki's fast implementation of Conditional Random Fields for labeling sequential data. It provides command-line training/tagging, C++ and SWIG APIs, and training algorithms such as L-BFGS, OWL-QN, SGD, averaged perceptron, passive aggressive, and AROW.

### 项目历史

The official changelog records internal releases beginning with CRFsuite 0.1 on 2007-10-29 and a first public release, 0.4, on 2008-03-05. The 0.4 release added the website, documentation, a tutorial, and a CoNLL 2000 chunking performance comparison.

### 采用历史

The project page presents CRFsuite as a faster and more flexible CRF package than older template-oriented tools, with a simple data format, benchmark results, and model storage based on CQDB. Version 0.12 added Python SWIG modules and sample programs, including named entity recognition and part-of-speech tagging examples.

### 使用方式

CRFsuite users train and tag sequence-labeling models with a feature-per-line data format. The official documentation emphasizes speed, training-method choice, performance evaluation during training, and programmatic use through C++ and SWIG APIs.

### 为什么软件包爱好者会关心

For package maintainers, CRFsuite is a compact C/C++ NLP toolkit with historical source and binary releases, a BSD license, and a small command-line surface. It is also useful as a contrast point with CRF++ because its official page calls out data-format flexibility that CRF++ lacks.

### 时间线

- 2007-10-29: CRFsuite 0.1 internal release
- 2008-03-05: CRFsuite 0.4 first public release
- 2009-03-07: Version 0.6 added SGD and reduced training memory usage
- 2011-08-11: Version 0.12 optimized training, added more algorithms, revised APIs, and added Python SWIG support

### Related projects

- The official page links CRFsuite's data-format comparison to CRF++, and also points to libLBFGS and CQDB as implementation-related software.

### 来源

- <https://www.chokkan.org/software/crfsuite>
- <https://github.com/chokkan/crfsuite/blob/master/ChangeLog>


## 安全说明

没有找到 crfsuite 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。


## 其他软件包管理器记录

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


## Combined YAML source

View the package source record on GitHub. [combined/crfsuite.yml](https://github.com/mxcl/pkgdb/blob/main/combined/crfsuite.yml)


## 来源

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