Shivam098 commited on
Commit
acad765
1 Parent(s): 789068e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -18,12 +18,6 @@ nlp.add_pipe(
18
  "concise_concepts",
19
  config={
20
  "data": data,
21
- "ent_score": True, # Entity Scoring section
22
- "verbose": True,
23
- "exclude_pos": ["VERB", "AUX"],
24
- "exclude_dep": ["DOBJ", "PCOMP"],
25
- "include_compound_words": False,
26
- "json_path": "./fruitful_patterns.json",
27
 
28
  },
29
  )
 
18
  "concise_concepts",
19
  config={
20
  "data": data,
 
 
 
 
 
 
21
 
22
  },
23
  )