Michael Baessler wrote:
Michael Baessler wrote:
Hi,
does the UIMA framework has a method to evaluate a feature path as
String value?
-- Michael
No response... does this mean, there is no such method or nobody have
read this?
I missed reading this message...
By feature path - do you mean instances of the type
org.apache.uima.cas.FeaturePath? If so, I think there is no "toString"
method for this. Since it's just a string a feature names, a toString
method would need to concatenate these with some separator character, I
guess.
-Marshall