Home | History | Annotate | Download | only in lib

Lines Matching refs:pos

182    attribute is outside the context, e.g. for POS */
197 /* decision tree POS prediction (PosP) functions */
200 /* construct a POS prediction input vector
205 graph: the grapheme string of the word for wich POS will be predicted
223 dtres: POS or POSgroup ID classification result
231 /* decision tree POS disambiguation (PosD) functions */
234 /* construct a POS disambiguation input vector (run in left-to-right mode)
235 tree input vector: 0-2 POS or POSgroup for each of the three previous words
237 4-6 POS or POSgroup (can be history) for each of
239 pre3 - pre1: POSgroup or POS for the previous three words
240 src: POSgroup of current word (if unique POS no posdisa possible)
241 fol1 - fol3: POS or history for the following three words (the more
245 or an already unambiguous POS (FALSE)
248 if POS in fol* unique use this POS instead of real
263 dtres: POS classification result
269 /* convert (unique) POS index into corresponding tree output index */
281 9 POS
288 pos: the part of speech of the word
301 const picoos_uint8 pos,
329 tree input vector: 0-1 POS for each of the two previous words
330 2 POS for current word
331 3-4 POS for each of the two following words
335 pre2 - pre1: POS for the previous two words
336 src: POS of current word
337 fol1 - fol2: POS for the following two words
376 tree input vector: 0-1 POS for each of the two previous words
377 2 POS for current word
378 3-4 POS for each of the two following words
386 pre2 - pre1: POS for the previous two words
387 src: POS of current word
388 fol1 - fol2: POS for the following two words