azaninello commited on
Commit
4eaff6c
1 Parent(s): ec3c072

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def get_lists(file):
24
 
25
  sentences, sentences_lower = get_lists(file)
26
 
27
- def search_engine_collocations(target = 'scarto' , colloc = 'azioni' , nlp = nlp_it, sentences_lower = sentences_lower, sentences = sentences):
28
 
29
  verbs = []
30
  adjectives = []
 
24
 
25
  sentences, sentences_lower = get_lists(file)
26
 
27
+ def search_engine_collocations(target = 'scarto' , colloc = 'azioni' , nlp = nlp_IT, sentences_lower = sentences_lower, sentences = sentences):
28
 
29
  verbs = []
30
  adjectives = []