Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions custom-recipes/nlp-analysis-ontology-tagging/Cobuild.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- When `language=language_column`, set `language_column` to a column where every row contains one of the supported language codes listed for `language`; missing or unsupported values fail at runtime.
3 changes: 3 additions & 0 deletions custom-recipes/nlp-analysis-ontology-tagging/recipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"icon": "icon-pushpin"
},
"kind": "PYTHON",
"cobuild": {
"supported": true
},
"inputRoles": [
{
"name": "document_dataset",
Expand Down
Loading