Commit
·
ea7fea1
1
Parent(s):
afcca73
fixed string issue
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ from nltk.stem import WordNetLemmatizer
|
|
4 |
from fastapi import FastAPI
|
5 |
from fastapi.responses import JSONResponse
|
6 |
from pydantic import BaseModel
|
|
|
7 |
import joblib
|
8 |
|
9 |
# Download necessary NLTK resources
|
|
|
4 |
from fastapi import FastAPI
|
5 |
from fastapi.responses import JSONResponse
|
6 |
from pydantic import BaseModel
|
7 |
+
import string
|
8 |
import joblib
|
9 |
|
10 |
# Download necessary NLTK resources
|