コード例 #1
0
ファイル: linkgrammar.py プロジェクト: virneo/link-grammar
 def get_max_cost(self):
     return clg.dictionary_get_max_cost(self._obj)
コード例 #2
0
def dictionary_get_max_cost(*args):
  return _clinkgrammar.dictionary_get_max_cost(*args)
コード例 #3
0
 def get_max_cost(self):
     return clg.dictionary_get_max_cost(self._obj)