套件: mbt (3.6-3)
mbt 的相關超連結
Trisquel 的資源:
下載原始碼套件 mbt:
維護者:
Original Maintainers:
- Debian Science Team (郵件存檔)
- Joost van Baal-Ilić
- Ko van der Sloot
- Maarten van Gompel
外部的資源:
- 主頁 [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.17)
- GNU C Library: Shared libraries
同時作為一個虛擬套件由這些套件提供: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC support library
-
- dep: libmbt1 (>= 3.6)
- memory-based tagger-generator and tagger - runtime
-
- dep: libstdc++6 (>= 5.2)
- GNU Standard C++ Library v3
-
- dep: libticcutils8 (>= 0.24)
- utility functions used in the context of Natural Language Processing (library)
-
- dep: libtimbl4 (>= 6.5)
- Tilburg Memory Based Learner - runtime