classes-format.5

来自「这是一款很好用的工具包」· 5 代码 · 共 35 行

5
35
字号
.\" $Id: classes-format.5,v 1.2 2003/05/10 17:58:10 stolcke Exp $.TH classes-format 5 "$Date: 2003/05/10 17:58:10 $" "SRILM File Formats".SH NAMEclasses-format \- File format for word class definitions.SH SYNOPSIS\fIclass\fP [\fIp\fP] \fIword1\fP \fIword2\fP ....SH DESCRIPTIONVarious programs dealing with word classes use this format to definethe posssible expansions of classes and their respective probabilities.Each expansion appears on a separate line as in the synopsis, where.I classnames a word class,.I pgives the probability for the class expansion, and.I "word1 word2 ..."defines the word string that the class expands to.If .I pis omitted it is assumed to be 1.(All expansion probabilities for a given class should sum to one,although this is not necessarily enforced by the software and wouldlead to improper models.).PPNote that the concept of word class here is generalized to include``multi-words'', or phrases consisting of more than one word.All expansions must have at least one word.Certain models might impose more restrictive formats..SH "SEE ALSO"ngram(1), ngram-class(1), disambig(1), training-scripts(1), pfsg-scripts(5)..SH AUTHORAndreas Stolcke <stolcke@speech.sri.com>..brCopyright 1999 SRI International

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?