Shivam098 commited on
Commit
3611940
1 Parent(s): 487b45b

Update app.py

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