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

  1. # creating BGH data
  2. import spacy
  3. remove_brackets = False
  4. server = False
  5. no_brackets_suffix = "no_br_"
  6. nlp = spacy.load("de_core_news_sm") # small one
  7. # nlp = spacy.load("de_dep_news_trf") # big one, CUDA Problems on Server...