Skip to content

Commit 8f4d940

Browse files
authored
Merge pull request #8 from jsrozner/patch-1
Fix nltk import
2 parents 4ef82eb + 9c66cb2 commit 8f4d940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

constituent_treelib/export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from pathlib import Path
77
from nltk import Tree
88
from nltk.draw.tree import TreeView
9-
from nltk.tree.prettyprinter import TreePrettyPrinter
9+
from nltk.treeprettyprinter import TreePrettyPrinter
1010
from typing import Dict
1111

1212

0 commit comments

Comments
 (0)