Philipp Daumke created UIMA-2449:
------------------------------------
Summary: Initialization of Strings
Key: UIMA-2449
URL: https://issues.apache.org/jira/browse/UIMA-2449
Project: UIMA
Issue Type: Bug
Components: TextMarker
Reporter: Philipp Daumke
Priority: Minor
Hi Peter,
I coudln't find out how to initialize StringVariables. In the following code,
the variable brandStr should be reset to "" for each loop iteration, but that's
not the case.
BLOCK(forEach) Car{}{
STRING brandStr;
Brand{->MATCHEDTEXT(brandStr)};
}
How to fix that?
All the best
Philipp
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira