We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef82eb commit 9c66cb2Copy full SHA for 9c66cb2
constituent_treelib/export.py
@@ -6,7 +6,7 @@
6
from pathlib import Path
7
from nltk import Tree
8
from nltk.draw.tree import TreeView
9
-from nltk.tree.prettyprinter import TreePrettyPrinter
+from nltk.treeprettyprinter import TreePrettyPrinter
10
from typing import Dict
11
12
0 commit comments