软件包:mbt(3.4-1)
mbt 的相关链接
Debian 的资源:
下载源码包 mbt:
维护小组:
- Debian Science Team (QA 页面, 邮件存档)
- Joost van Baal-Ilić (QA 页面)
- Ko van der Sloot (QA 页面)
- Maarten van Gompel (QA 页面)
外部的资源:
- 主页 [languagemachines.github.io]
相似软件包:
memory-based tagger-generator and tagger
MBT is a memory-based tagger-generator and tagger in one. The tagger-generator part can generate a sequence tagger on the basis of a training set of tagged sequences; the tagger part can tag new sequences. MBT can, for instance, be used to generate part-of-speech taggers or chunkers for natural language processing. Features:
* Tagger generation: tagged text in, tagger out, * Optional feedback loop: feed previous tag decision back to input of next decision, * Easily customizable feature representation; can incorporate user-provided features, * Automatic generation of separate sub-taggers for known words and unknown words, * Can make use of full algorithmic parameters of TiMBL.
MBT is a product of the Centre of Language and Speech Technology (Radboud University Nijmegen, The Netherlands), the ILK Research Group (Tilburg University, The Netherlands) and the CLiPS Research Centre (University of Antwerp, Belgium).
If you do scientific research in natural language processing, MBT will likely be of use to you.
其他与 mbt 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc1 (>= 1:3.0)
- GCC 支持库
-
- dep: libgomp1 (>= 4.2.1)
- GCC OpenMP(GOMP)支持库
-
- dep: libmbt1
- memory-based tagger-generator and tagger - runtime
-
- dep: libstdc++6 (>= 5.2)
- GNU 标准 C++ 库,第3版
-
- dep: libticcutils5
- utility functions used in the context of Natural Language Processing (library)
-
- dep: libtimbl4
- Tilburg Memory Based Learner - runtime