Hi Dan- How can I check out project src from below link.?
http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/SimpleServer/ as I am using svn. but not working. :( -Anuj On Wed, Jan 7, 2009 at 7:13 PM, Anuj Kumar Gupta <[email protected]>wrote: > Hi Marshall- > > can you please reply my Queries. > As I am waiting for a long time and no one is replying. :( > -Anuj > > On Wed, Jan 7, 2009 at 6:09 PM, Anuj Kumar Gupta <[email protected]>wrote: > >> Hi- >> >> I am trying to run opennlp_wrappers\src in my UIMA SDK. >> >> I have already done all opennlp-tools-1.4.2 related work (measn build >> through ant) >> >> >> >> Now I am getting some errors in mentioned files. >> >> >> >> *POSTagger.java *-->import opennlp.tools.ngram.Dictionary; (The import >> opennlp.tools.ngram.Dictionary cannot be resolved) >> >> *Parser.java* --> import opennlp.tools.parser.ParserME; (The import >> opennlp.tools.parser.ParserME cannot be resolved) >> >> *NEDetector.java*-->find (The method find(ArrayList, Map) is undefined >> for the type NameFinder ) >> >> >> >> Help Please. >> >> -Anuj >> >> >> I have download >> >> On Wed, Jan 7, 2009 at 2:36 PM, Anuj Kumar Gupta >> <[email protected]>wrote: >> >>> Hi- >>> >>> I want to Extract some information from some given sites by using GATE. >>> now i want to plug that GATE in to my UIMA. >>> >>> So how can I do this? >>> Please help me. >>> >>> Thanks. >>> Anuj. >>> On Wed, Jan 7, 2009 at 2:34 PM, Anuj Kumar Gupta >>> <[email protected]>wrote: >>> >>>> Hi- >>>> >>>> I have downloaded UIMA Annotator Addons < >>>> uimaj-annotator-addons-2.2.2-incubating-bin.zip<http://apache.ziply.com/incubator/uima/binaries/uimaj-annotator-addons-2.2.2-incubating/uimaj-annotator-addons-2.2.2-incubating-bin.zip>> >>>> file. >>>> >>>> But I am not able to deploy it in my UIMA SDK in eclipse. >>>> >>>> Can any open please let me know the procedure to deploy UIMA Annotator >>>> Addons in eclipse and how to test them. >>>> >>>> >>>> >>>> Thanks in Advance. >>>> >>>> Anuj. >>>> >>>> >>>> On Tue, Jan 6, 2009 at 8:12 PM, Marshall Schor <[email protected]> wrote: >>>> >>>>> Hi Anuj - >>>>> >>>>> I'm not able to spend much time on this, so it is best to get answers >>>>> from the entire UIMA community, who may have some relevant experiences >>>>> to share. >>>>> >>>>> I suggest you get started by reading the documentation, which is in 4 >>>>> "books" - you can print these out if you want using the PDF format. >>>>> See >>>>> our documentation pages here: >>>>> http://incubator.apache.org/uima/documentation.html >>>>> >>>>> I'll give some quick replies below. >>>>> >>>>> Good Luck! >>>>> >>>>> -Marshall >>>>> >>>>> Anuj Kumar Gupta wrote: >>>>> > Hello Marshall- >>>>> > >>>>> > >>>>> > >>>>> > Thanks a lot for reply. J >>>>> > >>>>> > As I am a very beginner in UIMA so I need some more help. >>>>> > >>>>> > So can you please give me your GTalk or IM Id. So that I can >>>>> communicate you >>>>> > easily. >>>>> > >>>>> > Marshall I want to know some queries as how can we use UIMA in text >>>>> mining >>>>> > Project? >>>>> > >>>>> > Can we extract information from any Database rather than any >>>>> Documents? >>>>> > >>>>> Yes, but you need to write the code that accesses the database, for >>>>> instance, using JDBC APIs. >>>>> > Can we do classification of that data? >>>>> > >>>>> Yes. But think of UIMA as a Framework, into which you can put >>>>> components. Some of these components can do classification of that >>>>> data. The components that do that are called "annotators". There are >>>>> some example, simple annotators that come with the SDK, and there are >>>>> more in the UIMA sandbox. It's up to you to study these and decide if >>>>> they are suitable for your kind of classification work, and to do any >>>>> customization/configuration of them. >>>>> > Can we do Co-referencing by UIMA? >>>>> > >>>>> UIMA itself is just a framework for running annotators. The sandbox >>>>> doesn't contain co-referencing annotators, but others may have >>>>> developed >>>>> these. >>>>> > GATE is a Part of UIMA or UIMA is a part of GATE? >>>>> > >>>>> No. But there was at one time an interoperability capability done by >>>>> the Gate community - please inquire there. >>>>> > >>>>> > >>>>> > My aim would be like this flow. >>>>> > >>>>> > *Fetch **à** Classify **à** Extraction **à** Sentiment **à** Display >>>>> > (Charts/Reports)* >>>>> > >>>>> > Waiting for your reply >>>>> > >>>>> > Thanks in Advance. J >>>>> > >>>>> > On Mon, Jan 5, 2009 at 7:06 PM, Marshall Schor <[email protected]> >>>>> wrote: >>>>> > >>>>> > >>>>> > >>>>> >>>> >>>> >>> >> >
