Spaces:
Runtime error
Runtime error
azaninello
commited on
Commit
·
4eaff6c
1
Parent(s):
ec3c072
Update app.py
Browse files
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 =
|
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 = []
|