-
Notifications
You must be signed in to change notification settings - Fork 33
[Bug] Not working with nltk #81
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Is this a new bug?
- I believe this is a new bug
- I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
nltk.download("punkt") fails for nltk v 3.9.x
@staticmethod
def nltk_setup() -> None:
try:
nltk.data.find("tokenizers/punkt")
except LookupError:
nltk.download("punkt")
try:
nltk.data.find("corpora/stopwords")
except LookupError:
nltk.download("stopwords")
Here's a full explanation nltk/nltk#3293
Expected Behavior
pinecone-text should work with the latest nltk version
Steps To Reproduce
Relevant log output
No response
Environment
- **OS**:
- **Language version**:
- **Pinecone client version**:Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working