Skip to content

Commit

Permalink
Merge pull request #8 from jsrozner/patch-1
Browse files Browse the repository at this point in the history
Fix nltk import
  • Loading branch information
Halvani authored Nov 30, 2024
2 parents 4ef82eb + 9c66cb2 commit 8f4d940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constituent_treelib/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from pathlib import Path
from nltk import Tree
from nltk.draw.tree import TreeView
from nltk.tree.prettyprinter import TreePrettyPrinter
from nltk.treeprettyprinter import TreePrettyPrinter
from typing import Dict


Expand Down

0 comments on commit 8f4d940

Please sign in to comment.