kenisgod commited on
Commit
e73818e
1 Parent(s): 066e2b0

Update spaCy pipeline

Browse files
README.md CHANGED
@@ -1,16 +1,13 @@
1
  ---
2
  tags:
3
  - spacy
4
- - token-classification
5
  language:
6
  - en
7
- widget:
8
- - text: cultured grade a whole milk
9
  ---
10
  | Feature | Description |
11
  | --- | --- |
12
  | **Name** | `en_ingredient_extract` |
13
- | **Version** | `0.0.1` |
14
  | **spaCy** | `>=3.6.1,<3.7.0` |
15
  | **Default Pipeline** | `entity_ruler` |
16
  | **Components** | `entity_ruler` |
 
1
  ---
2
  tags:
3
  - spacy
 
4
  language:
5
  - en
 
 
6
  ---
7
  | Feature | Description |
8
  | --- | --- |
9
  | **Name** | `en_ingredient_extract` |
10
+ | **Version** | `0.0.2` |
11
  | **spaCy** | `>=3.6.1,<3.7.0` |
12
  | **Default Pipeline** | `entity_ruler` |
13
  | **Components** | `entity_ruler` |
en_ingredient_extract-any-py3-none-any.whl CHANGED
Binary files a/en_ingredient_extract-any-py3-none-any.whl and b/en_ingredient_extract-any-py3-none-any.whl differ
 
entity_ruler/patterns.jsonl CHANGED
@@ -3,3 +3,4 @@
3
  {"label":"TREE-NUTS","pattern":[{"LOWER":{"FUZZY1":"almonds"}}],"id":"almonds"}
4
  {"label":"LEGUMES","pattern":[{"LOWER":{"FUZZY1":"canola"}},{"LOWER":{"FUZZY1":"oil"}}],"id":"canola-oil"}
5
  {"label":"GRAIN","pattern":[{"LOWER":{"FUZZY1":"wheat"}},{"LOWER":{"FUZZY1":"flour"}}],"id":"wheat-flour"}
 
 
3
  {"label":"TREE-NUTS","pattern":[{"LOWER":{"FUZZY1":"almonds"}}],"id":"almonds"}
4
  {"label":"LEGUMES","pattern":[{"LOWER":{"FUZZY1":"canola"}},{"LOWER":{"FUZZY1":"oil"}}],"id":"canola-oil"}
5
  {"label":"GRAIN","pattern":[{"LOWER":{"FUZZY1":"wheat"}},{"LOWER":{"FUZZY1":"flour"}}],"id":"wheat-flour"}
6
+ {"label":"GRAIN","pattern":[{"LOWER":{"FUZZY1":"oats"}}],"id":"oats"}
meta.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "lang":"en",
3
  "name":"ingredient_extract",
4
- "version":"0.0.1",
5
  "description":"",
6
  "author":"",
7
  "email":"",
 
1
  {
2
  "lang":"en",
3
  "name":"ingredient_extract",
4
+ "version":"0.0.2",
5
  "description":"",
6
  "author":"",
7
  "email":"",
vocab/strings.json CHANGED
@@ -354,6 +354,7 @@
354
  "Fla.",
355
  "Florida",
356
  "G",
 
357
  "GRAIN||wheat-flour",
358
  "Ga",
359
  "Ga.",
 
354
  "Fla.",
355
  "Florida",
356
  "G",
357
+ "GRAIN||oats",
358
  "GRAIN||wheat-flour",
359
  "Ga",
360
  "Ga.",