Shivam098 commited on
Commit
4c56ab0
1 Parent(s): e8a5fe4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -16,14 +16,8 @@ data = {
16
  nlp.add_pipe(
17
  "concise_concepts",
18
  config={
19
- "data": data,
20
- "ent_score": True, # Entity Scoring section
21
- "verbose": True,
22
- "exclude_pos": ["VERB", "AUX"],
23
- "exclude_dep": ["DOBJ", "PCOMP"],
24
- "include_compound_words": False,
25
 
26
- "topn": (100,500,300)
27
  },
28
  )
29
  # Streamlit app
 
16
  nlp.add_pipe(
17
  "concise_concepts",
18
  config={
19
+ "data": data
 
 
 
 
 
20
 
 
21
  },
22
  )
23
  # Streamlit app