HomeSort by relevance Sort by last modified time
    Searched full:connectible (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 326 if (connectible(stem.partOfSpeech.right, terminal.left)) {
330 if (connectible(stem.partOfSpeech.right, fzk.partOfSpeech.left)
331 && connectible(fzk.partOfSpeech.right, terminal.left)) {
381 private boolean connectible(int right, int left) { method in class:OpenWnnClauseConverterJAJP
443 if (connectible(word.partOfSpeech.right, follow.partOfSpeech.left)) {

Completed in 42 milliseconds