Home | History | Annotate | Download | only in openwnn

Lines Matching full:stem

45      * @param stem     The independent word part of the clause
47 public WnnClause (String stroke, WnnWord stem) {
48 super(stem.id,
49 stem.candidate,
51 stem.partOfSpeech,
52 stem.frequency,
60 * @param stem The independent word part of the clause
63 public WnnClause (String stroke, WnnWord stem, WnnWord fzk) {
64 super(stem.id,
65 stem.candidate + fzk.candidate,
67 new WnnPOS(stem.partOfSpeech.left, fzk.partOfSpeech.right),
68 stem.frequency,