You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
233 B
12 lines
233 B
# creating BGH data
|
|
import spacy
|
|
|
|
remove_brackets = False
|
|
server = False
|
|
|
|
no_brackets_suffix = "no_br_"
|
|
nlp = spacy.load("de_core_news_sm") # small one
|
|
# nlp = spacy.load("de_dep_news_trf") # big one, CUDA Problems on Server...
|
|
|
|
|
|
|