hi -
Maybe the stack trace located at http://pastebin.com/fjkVPFAB (?) points at
what's wrong:
1.
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
2.
at
de.tudarmstadt.ukp.teaching.tutorial.lesson4.PosTagger.initialize(PosTagger.java:37)
If this is indeed the stack trace for your problem (it's different from the url
you have below) - can you look at line 37 in PosTagger and see what might cause
the Array Index out of bounds?
-Marshall
On 11/23/2010 8:37 AM, A. Schaller wrote:
> Marshall Schor <msa@...> writes:
>
>> It may help if you post the full stack trace, and it may help if you post the
>> descriptor xml that is failing to load.
>>
>> It could be that the postagger requires some resources to be on its classpath
> or
>> datapath, that are missing.
>>
>> -Marshall
>
> PosTagger.xml code:
>
> http://pastebin.com/CeHXwEhJ
>
>
> Stack trace:
>
> http://pastebin.com/fjkVPFAB
>
> Refactoring RoomNumberAnnotator example step by step until it fits my PosTagger
> project is what I already tried to do. Don't know exactly what went wrong but I
> guess I have to try it again.
>
>
>
>
>
>
|