Spaces:
Sleeping
Sleeping
Kurt
commited on
Commit
·
4274eee
1
Parent(s):
b2b6503
super
Browse files
app.py
CHANGED
@@ -5,9 +5,7 @@ from dataclasses import dataclass
|
|
5 |
import pickle
|
6 |
import os
|
7 |
from typing import Iterable, Callable, List, Dict, Optional, Type, TypeVar
|
8 |
-
from nlp4web_codebase.ir.data_loaders.dm import Document
|
9 |
from collections import Counter
|
10 |
-
import tqdm
|
11 |
import re
|
12 |
import nltk
|
13 |
nltk.download("stopwords", quiet=True)
|
|
|
5 |
import pickle
|
6 |
import os
|
7 |
from typing import Iterable, Callable, List, Dict, Optional, Type, TypeVar
|
|
|
8 |
from collections import Counter
|
|
|
9 |
import re
|
10 |
import nltk
|
11 |
nltk.download("stopwords", quiet=True)
|