Home | History | Annotate | Download | only in core

Lines Matching refs:DicNode

35 class DicNode;
55 void createNextWordDicNode(DicTraverseSession *traverseSession, DicNode *dicNode,
61 void processTerminalDicNode(DicTraverseSession *traverseSession, DicNode *dicNode) const;
62 void processExpandedDicNode(DicTraverseSession *traverseSession, DicNode *dicNode) const;
63 void weightChildNode(DicTraverseSession *traverseSession, DicNode *dicNode) const;
64 float getAutocorrectScore(DicTraverseSession *traverseSession, DicNode *dicNode) const;
66 DicTraverseSession *traverseSession, DicNode *dicNode, float *features) const;
67 void processDicNodeAsOmission(DicTraverseSession *traverseSession, DicNode *dicNode) const;
68 void processDicNodeAsDigraph(DicTraverseSession *traverseSession, DicNode *dicNode) const;
70 DicNode *dicNode) const;
71 void processDicNodeAsInsertion(DicTraverseSession *traverseSession, DicNode *dicNode) const;
73 DicNode *dicNode, DicNode *childDicNode) const;
74 void processDicNodeAsSubstitution(DicTraverseSession *traverseSession, DicNode *dicNode,
75 DicNode *childDicNode) const;
77 DicNode *childDicNode) const;