Toggle menu
Nitlanguage.org
Nitdoc
nlp
stanford
NLPSentence
_tokens
private
var
_tokens
:
Array
[
NLPToken
]
nlp
::
NLPSentence
::
_tokens
Doc
Linearization
Summary
NLPTokens contained in
self
.
NLPTokens contained in
self
.
Summary
Property definitions
nlp$NLPSentence$_tokens
Property definitions
nlp
$
NLPSentence
::
_tokens
# NLPTokens contained in `self`.
var
tokens
=
new
Array
[
NLPToken
]
lib/nlp/stanford.nit:196,2--197,33