Well, I tried it for ja_romaji.qml. But managed to make only one pull request...(I'm not much familiar with GitHub.) And as for JaInputHandler.qml, my modification is only to comment out Code: } else if (item.type == "prediction") { anthy.commit_prediction(item.candidate) commit(item.text) inside acceptPhrase() and treat "prediction" same with "full" since anthy.commit_prediction(item.candidate) seemed to cause crash. But it's really a temporal workaround so fixing anthy.commit_prediction(item.candidate) will be better if possible.
} else if (item.type == "prediction") { anthy.commit_prediction(item.candidate) commit(item.text)