コード例 #1
0
ファイル: linkgrammar.py プロジェクト: hckiang/link-grammar
 def __len__(self):
     """The number of tokens in the sentence."""
     return clg.sentence_length(self._obj)
コード例 #2
0
 def __len__(self):
     """The number of tokens in the sentence."""
     return clg.sentence_length(self._obj)