Skip to content

v0.5.0

Compare
Choose a tag to compare
@annesylvie annesylvie released this 17 Feb 12:12
· 264 commits to master since this release
6dbc1d1

Breaking Changes

The -e flag used to pass in entity kinds at dataset creation has been re-purposed. One now needs to pass in a json object containing the corresponding EntityDef to be added to the new dataset. Example:

re create dataset org/example-dataset -s org/example-source --has-sentiment false -e '[{"name":"trainable_org","title":"Custom Organisation","inherits_from":["org"],"trainable":true}','{"name":"non_trainable_person","title":"Basic Person","inherits_from":["person"],"trainable":false}]'