Shivam098 commited on
Commit
e2be02d
1 Parent(s): 19e48e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,7 +12,7 @@ data = {
12
  "fruit": ["apple", "pear", "orange"],
13
  "vegetable": ["broccoli", "spinach", "tomato"],
14
  "meat": ['beef', 'pork', 'turkey', 'duck'],
15
- "mobile" :'8920136576'
16
  }
17
  nlp.add_pipe(
18
  "concise_concepts",
@@ -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,600)
28
  },
29
  )
30
  # Streamlit app
 
12
  "fruit": ["apple", "pear", "orange"],
13
  "vegetable": ["broccoli", "spinach", "tomato"],
14
  "meat": ['beef', 'pork', 'turkey', 'duck'],
15
+ "mobile" :['8920136576']
16
  }
17
  nlp.add_pipe(
18
  "concise_concepts",
 
24
  "exclude_dep": ["DOBJ", "PCOMP"],
25
  "include_compound_words": False,
26
  "json_path": "./fruitful_patterns.json",
27
+ "topn": (100,500,300,100)
28
  },
29
  )
30
  # Streamlit app