1
0

typo fix.

This commit is contained in:
Nathan TeBlunthuis 2024-12-01 15:27:16 -08:00
parent 613059737a
commit b25c332cea

View File

@ -14,7 +14,7 @@ from nltk.util import ngrams
import string import string
from random import random from random import random
from pathlib import Path from pathlib import Path
os.environ(["_JAVA_OPTIONS"]="-Xmx920g" os.environ["_JAVA_OPTIONS"]="-Xmx920g"
# remove urls # remove urls
# taken from https://stackoverflow.com/questions/3809401/what-is-a-good-regular-expression-to-match-a-url # taken from https://stackoverflow.com/questions/3809401/what-is-a-good-regular-expression-to-match-a-url