MCPcopy Index your code
hub / github.com/clips/pattern / nltk_tree

Method nltk_tree

pattern/text/tree.py:993–996  ·  view source on GitHub ↗

The sentence as an nltk.tree object.

(self)

Source from the content-addressed store, hash-verified

991 fromxml = from_xml
992
993 def nltk_tree(self):
994 """ The sentence as an nltk.tree object.
995 """
996 return nltk_tree(self)
997
998class Slice(Sentence):
999

Callers

nothing calls this directly

Calls 1

nltk_treeFunction · 0.85

Tested by

no test coverage detected