コード例 #1
0
ファイル: linkgrammar.py プロジェクト: hckiang/link-grammar
 def verbosity(self):
     """
     This is the level of description printed to stderr/stdout about the
     parsing process.
     """
     return clg.parse_options_get_verbosity(self._obj)
コード例 #2
0
 def verbosity(self):
     """
     This is the level of description printed to stderr/stdout about the
     parsing process.
     """
     return clg.parse_options_get_verbosity(self._obj)