Hi guys ,
i am developing a simple example application as web
application.with the help of adam,matthew ,micheal and sunil i am able reach
a point where i can read my out put.here my problem is i am getting whole
documetation but i want onlt annoation which i have passed in it.my out put
is like this
Processing file input.txt
Typeuima.tcas.Annotation
uima.tcas.DocumentAnnotation
"Hi welcome to UIMA?what it mean?who is working on this?
UIMA ...
"
sofa = uima.cas.Sofa
sofaNum = 1
sofaID = "_InitialView"
mimeType = "text"
sofaArray = null
sofaString = "Hi welcome to UIMA?what it mean?who is working on this?
UIMA ..."
sofaURI = null
begin = 0
end = 348
language = "x-unspecified"
com.iton.uima.TestType
"Michael"
sofa = uima.cas.Sofa
sofaNum = 1
sofaID = "_InitialView"
mimeType = "text"
sofaArray = null
sofaString = "Hi welcome to UIMA?what it mean?who is working on this?
UIMA ..."
sofaURI = null
begin = 146
end = 153
TestType = "Michael"
com.iton.uima.TestType
"vijay"
sofa = uima.cas.Sofa
sofaNum = 1
sofaID = "_InitialView"
mimeType = "text"
sofaArray = null
sofaString = "Hi welcome to UIMA?what it mean?who is working on this?
UIMA ..."
sofaURI = null
begin = 250
end = 255
TestType = "vijay"
com.iton.uima.TestType
"sunil"
sofa = uima.cas.Sofa
sofaNum = 1
sofaID = "_InitialView"
mimeType = "text"
sofaArray = null
sofaString = "Hi welcome to UIMA?what it mean?who is working on this?
UIMA ..."
sofaURI = null
begin = 304
end = 309
TestType = "sunil"
i = 1
Test UIMA Servlet Begin::0<br>
Test UIMA Servlet End::348<br>
Test UIMA Servlet Content::Hi welcome to UIMA?what it mean?who is working on
this?
UIMA stands for unstructured information management architecture.as per my
knowledge
Michael who is working on it from long time and adam who also works on the
same topic.
and who is this vijay? he is started learning this one month back.And sunil
is his guide to
show the path to him.<br>
Test UIMA Servlet End::uima.tcas.DocumentAnnotation<br>
here i want only TestType 's to be printed.ie MIcaheal,vijay,sunil.can any
one help me here???
vijay