Spaces:
Sleeping
Sleeping
research14
commited on
Commit
•
8217779
1
Parent(s):
58e0da5
testing lftk with input from website
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def linguistic_features_fn(message):
|
|
19 |
nlp = spacy.load("en_core_web_sm")
|
20 |
|
21 |
# Create a spaCy doc object
|
22 |
-
doc = nlp(
|
23 |
|
24 |
# Initiate LFTK extractor by passing in the doc
|
25 |
LFTK = lftk.Extractor(docs=doc)
|
|
|
19 |
nlp = spacy.load("en_core_web_sm")
|
20 |
|
21 |
# Create a spaCy doc object
|
22 |
+
doc = nlp(message)
|
23 |
|
24 |
# Initiate LFTK extractor by passing in the doc
|
25 |
LFTK = lftk.Extractor(docs=doc)
|