The sentence as an nltk.tree object.
(self)
| 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 | |
| 998 | class Slice(Sentence): |
| 999 |
nothing calls this directly
no test coverage detected