I am new in UIMA and have run the example explained in the "Integrating Text Analysis and Search" chapter of the UIMA Tutorial and Developers' Guides.
Is it possible to search synonyms of a query (word)? Suppose if I search for "room" it will also give me the documents containing word "area" as area is a synonym of room.
If possible please give me a sample or instructions how to implement it. I am using JAVA and Eclipse IDE.