Siguenza wrote:
Thilo Goetz wrote:
LeHouillier, Frank D. wrote:
What is an FSList useful for? I'm looking at the API and it doesn't
seem clear to me. Thanks
Frank LeHouillier
FSLists are your standard first/rest lopsided tree lists
that we know and love from logic and functional programming.
Same as a singly-linked list in Java. The main issue with
FSLists is that there is no API support for them in UIMA
(i.e., no standard functions like append). Various people
have expressed a wish for such an API in the past, but
somehow it never seemed urgent enough...
--Thilo
Is it the same with StringArray, FloatArray, StringList...?
No UIMA support for them ?
I was trying to use these defined types but didn't found out how to use
them in AE...
There's support for the fixed-length arrays, but
not for the variable length lists.
--Thilo