Support Article
Entity extraction rules is not working for text analytics
SA-31034
Summary
Entity extraction rules created for extracting work object ID is not working.
Error Messages
Not applicable
Steps to Reproduce
Create Entity extract rule with the below script
ruta script
----------------
PACKAGE uima.ruta.example;
W{REGEXP("(?i)(ccwd|ccwo)") -> MARK(EntityType)};
This is not working while running dataflow.
Root Cause
User defined entity types making use of RUTA scripts does work properly in the Free Text Model.
Resolution
Apply HFix-29901 to address the issue.
Published December 8, 2016 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.