CODAIT / nlp-editor

Visual Editor for Natural Language Processing pipelines
Apache License 2.0
15 stars 9 forks source link

Error expanding Union + other extractors with Sequence #14

Closed zeusorionIBM closed 2 years ago

zeusorionIBM commented 2 years ago

Description The following exception is thrown on the backend when trying to execute the flow described below.

Exception

"exceptionMessage": "Exception when instantiating SystemT annotator: Compiling AQL encountered 18 errors: \nIn '/app/Seer-Core/watson_nlp_demos/demos/SystemT/java/systemt-java-api-example/op-dir/biadmin_elyraNLPCanvas/Amount.aql' line 9, column 32: Module 'biadmin_elyraNLPCanvasExport' not found in module path 'file:/app/Seer-Core/watson_nlp_demos/demos/SystemT/java/systemt-java-api-example/'.\nIn '/app/Seer-Core/watson_nlp_demos/demos/SystemT/java/systemt-java-api-example/op-dir/biadmin_elyraNLPCanvas/Amount.aql' line 13, column 44: View name 'biadmin_elyraNLPCanvasExport.Amount' is

Steps

Flow

image
zeusorionIBM commented 2 years ago

Fix

image