Skip to content

Commit

Permalink
Add calendar meta-data
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorfrom committed Oct 28, 2020
1 parent a19d37e commit eb17038
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions meta/simple-calendar/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"lang":"en",
"name":"rpa_simple_calendar",
"version":"0.0.1",
"spacy_version":">=2.3.2",
"description":"Simple model for RPA Tomorrow calendar module",
"author":"rpa-tomorrow",
"email":"",
"url":"https://github.com/rpa-tomorrow",
"license":"MIT",
"spacy_git_version":"bf778f59c",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":"spacy_pretrained_vectors"
},
"pipeline":[
"parser"
],
"factories":{
"parser":"parser"
},
"labels":{
"parser":[
"",
"BODY",
"NOUN",
"ROOT",
"TO",
"WHEN",
"dep"
]
}
}

0 comments on commit eb17038

Please sign in to comment.