Spaces:
Runtime error
Runtime error
Steven Zhang
commited on
Commit
•
0d5520a
1
Parent(s):
21c0ae2
bugfix autocorrect
Browse files
Autocorrect/autocorrectreal.py
CHANGED
@@ -8,10 +8,6 @@ Original file is located at
|
|
8 |
"""
|
9 |
|
10 |
import re
|
11 |
-
from collections import Counter
|
12 |
-
import numpy as np
|
13 |
-
import pandas as pd
|
14 |
-
import textdistance
|
15 |
|
16 |
w = []
|
17 |
with open('Autocorrect/words.txt', 'r') as f:
|
|
|
8 |
"""
|
9 |
|
10 |
import re
|
|
|
|
|
|
|
|
|
11 |
|
12 |
w = []
|
13 |
with open('Autocorrect/words.txt', 'r') as f:
|