You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@uima.apache.org by Klemens Muthmann <kl...@gmx.de> on 2011/04/17 10:07:41 UTC

Where do I find dependencies for RegularExpressionAnnotator

Hi

I checked out the RegularExpressionAnnotator from SVN, but it does not compile. This is because the class "org.apache.uima.annotator.regex.impl.ConceptFileParser_impl" is missing the following classes it depends on:

import org.apache.incubator.uima.regex.AnnotationDocument;
import org.apache.incubator.uima.regex.ConceptDocument;
import org.apache.incubator.uima.regex.ConceptSetDocument;
import org.apache.incubator.uima.regex.CreateAnnotationsDocument;
import org.apache.incubator.uima.regex.ExceptionDocument;
import org.apache.incubator.uima.regex.FeatureDocument;
import org.apache.incubator.uima.regex.RuleDocument;
import org.apache.incubator.uima.regex.RulesDocument;
import org.apache.incubator.uima.regex.SetFeatureDocument;
import org.apache.incubator.uima.regex.VariableDocument;
import org.apache.incubator.uima.regex.VariablesDocument;

Please, can someone tell me where to find those classes?

Regards
    Klemens
-- 
NEU: FreePhone - kostenlos mobil telefonieren und surfen!			
Jetzt informieren: http://www.gmx.net/de/go/freephone

Re: Where do I find dependencies for RegularExpressionAnnotator

Posted by Fishice <yu...@gmail.com>.
Hi can you help me, I confront the same problems. How can I deal with it?
It is it the package problems. I do as you do, but the problem still exists.

Thanks




Re: Where do I find dependencies for RegularExpressionAnnotator

Posted by Klemens Muthmann <kl...@gmx.de>.
Hi,

"Have you tried turnin it of an'on again?" - Roy

Hm. I really thought I had checked out that project. But after deleting 
it and checking out again it works now.

Thanks for your help

Am 17.04.2011 10:11, schrieb Tommaso Teofili:
> Hi Klemens,
> It seems you checked out an old version (see the incubator in the package
> declarations), so you should checkout the whole RegularExpressionAnnotator
> project (not only the class RegularExpressionAnnotator) with the following
> command:
>
> svn co
> http://svn.apache.org/repos/asf/uima/sandbox/trunk/RegularExpressionAnnotator/.
>
> Hope this helps.
> Tommaso
>
> 2011/4/17 Klemens Muthmann<kl...@gmx.de>
>
>> Hi
>>
>> I checked out the RegularExpressionAnnotator from SVN, but it does not
>> compile. This is because the class
>> "org.apache.uima.annotator.regex.impl.ConceptFileParser_impl" is missing the
>> following classes it depends on:
>>
>> import org.apache.incubator.uima.regex.AnnotationDocument;
>> import org.apache.incubator.uima.regex.ConceptDocument;
>> import org.apache.incubator.uima.regex.ConceptSetDocument;
>> import org.apache.incubator.uima.regex.CreateAnnotationsDocument;
>> import org.apache.incubator.uima.regex.ExceptionDocument;
>> import org.apache.incubator.uima.regex.FeatureDocument;
>> import org.apache.incubator.uima.regex.RuleDocument;
>> import org.apache.incubator.uima.regex.RulesDocument;
>> import org.apache.incubator.uima.regex.SetFeatureDocument;
>> import org.apache.incubator.uima.regex.VariableDocument;
>> import org.apache.incubator.uima.regex.VariablesDocument;
>>
>> Please, can someone tell me where to find those classes?
>>
>> Regards
>>     Klemens
>> --
>> NEU: FreePhone - kostenlos mobil telefonieren und surfen!
>> Jetzt informieren: http://www.gmx.net/de/go/freephone
>>


Re: Where do I find dependencies for RegularExpressionAnnotator

Posted by Tommaso Teofili <to...@gmail.com>.
Hi Klemens,
It seems you checked out an old version (see the incubator in the package
declarations), so you should checkout the whole RegularExpressionAnnotator
project (not only the class RegularExpressionAnnotator) with the following
command:

svn co
http://svn.apache.org/repos/asf/uima/sandbox/trunk/RegularExpressionAnnotator/.

Hope this helps.
Tommaso

2011/4/17 Klemens Muthmann <kl...@gmx.de>

> Hi
>
> I checked out the RegularExpressionAnnotator from SVN, but it does not
> compile. This is because the class
> "org.apache.uima.annotator.regex.impl.ConceptFileParser_impl" is missing the
> following classes it depends on:
>
> import org.apache.incubator.uima.regex.AnnotationDocument;
> import org.apache.incubator.uima.regex.ConceptDocument;
> import org.apache.incubator.uima.regex.ConceptSetDocument;
> import org.apache.incubator.uima.regex.CreateAnnotationsDocument;
> import org.apache.incubator.uima.regex.ExceptionDocument;
> import org.apache.incubator.uima.regex.FeatureDocument;
> import org.apache.incubator.uima.regex.RuleDocument;
> import org.apache.incubator.uima.regex.RulesDocument;
> import org.apache.incubator.uima.regex.SetFeatureDocument;
> import org.apache.incubator.uima.regex.VariableDocument;
> import org.apache.incubator.uima.regex.VariablesDocument;
>
> Please, can someone tell me where to find those classes?
>
> Regards
>    Klemens
> --
> NEU: FreePhone - kostenlos mobil telefonieren und surfen!
> Jetzt informieren: http://www.gmx.net/de/go/freephone
>