Juna190825 commited on
Commit
e7d2ad8
·
verified ·
1 Parent(s): f9984cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -1,8 +1,4 @@
1
- # @title Initialize stanza
2
- import stanza
3
- # try:
4
- # nlp = stanza.Pipeline('en', processors='tokenize,mwt,pos,lemma,depparse,ner,constituency,coref,sentiment', force=True, verbose=True)
5
- nlp = stanza.Pipeline('en', processors='tokenize,pos,lemma,constituency', force=True, verbose=True)
6
 
7
  ##################################################################
8
  # @title def analyze_sentence3
 
1
+
 
 
 
 
2
 
3
  ##################################################################
4
  # @title def analyze_sentence3