Shivam098 commited on
Commit
66f16bc
1 Parent(s): a37770c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ nlp.add_pipe(
24
  "exclude_dep": ["DOBJ", "PCOMP"],
25
  "include_compound_words": False,
26
  "json_path": "./fruitful_patterns.json",
27
- "topn": (100,500,300)
28
  },
29
  )
30
  # Streamlit app
 
24
  "exclude_dep": ["DOBJ", "PCOMP"],
25
  "include_compound_words": False,
26
  "json_path": "./fruitful_patterns.json",
27
+ "topn": (100,500,300,200)
28
  },
29
  )
30
  # Streamlit app