nltk_book
nltk_book copied to clipboard
Chapter 7 Example 4.2 code error
line 13 should be updated to:
t= nltk.Tree.fromstring('(S (NP Alice) (VP chased (NP the rabbit)))')