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

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
+
28
  },
29
  )
30
  # Streamlit app