RubyGems Navigation menu

engtagger 0.1.0

A Ruby port of Perl Lingua::EN::Tagger, a probability based, corpus-trained tagger that assigns POS tags to English text based on a lookup dictionary and a set of probability values. The tagger assigns appropriate tags based on conditional probabilities--it examines the preceding tag to determine the appropriate tag for the current word. Unknown words are classified according to word morphology or can be set to be treated as nouns or other parts of speech. The tagger also extracts as many nouns and noun phrases as it can, using a set of regular expressions.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.4.1 - April 30, 2024 (595.0 KB)
  2. 0.4.0 - January 21, 2023 (594.5 KB)
  3. 0.3.2 - August 05, 2022 (597.0 KB)
  4. 0.3.1 - June 21, 2022 (597.0 KB)
  5. 0.3.0 - June 21, 2022 (597.0 KB)
  6. 0.1.0 - May 07, 2008* (616.0 KB)
显示所有版本 (共 11 个)

Runtime 依赖 (2):

hoe >= 1.5.1
hpricot >= 0

业主:

作者:

  • Yoichiro Hasebe

SHA 256 校验和:

cdae642438f220bbfa15a329c79efcd20750fce65622be54bec15158c88685aa

下载总量 2,211,555

这个版本 4,031

许可:

需要的 Ruby 版本:

链接: