Jacobo commited on
Commit
864e374
1 Parent(s): d02718e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ text = st.text_area("Greek text","φύσει μὲν οὖν αἴσθησιν
29
 
30
  #config = {"punct_chars": [".", ";", "·"]}
31
 
32
- nlp = spacy.load(spacy_model, exclude="senter")
33
  #nlp.add_pipe("sentencizer", config=config, before="parser")
34
 
35
 
29
 
30
  #config = {"punct_chars": [".", ";", "·"]}
31
 
32
+ nlp = spacy.load(spacy_model)
33
  #nlp.add_pipe("sentencizer", config=config, before="parser")
34
 
35