From e7c31f28377f127e666d378acb2e1c7c9e9eba6f Mon Sep 17 00:00:00 2001 From: AJ Ostrow Date: Thu, 31 Oct 2019 18:35:15 -0700 Subject: [PATCH] allow ner tasks --- lib/scale.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/scale.rb b/lib/scale.rb index 4276011..1bd1e35 100644 --- a/lib/scale.rb +++ b/lib/scale.rb @@ -12,7 +12,8 @@ class Scale "audiotranscription", "pointannotation", "cuboidannotation", - "segmentannotation" + "segmentannotation", + "namedentityrecognition" ].freeze def method_missing(methodId, *args, &block)