Picon
Favicon

DKPro-UGD 1.0 release available for download

The UKP Lab at Darmstadt University would like to announce its second  
release:

	DKPro for User-Generated Discourse 1.0 (DKPro-UGD).
User-generated discourse from Web 2.0 poses particular challenges to  
natural language processing (NLP) due to its noise and error  
proneness. A data cleansing step preceding the analysis steps in an  
NLP pipeline can reduce the problems. DKPro for User-Generated  
Discourse (DKPro-UGD) provides components for data-cleansing as well  
as dictionaries for artifacts commonly found on user-generated  
discourse on the web, such as emoticons, swearwords and shorthand.

DKPro-UGD is part of the comprehensive Darmstadt Knowledge Processing  
Software Repository project (DKPro). DKPro leverages the flexibility  
of the UIMA framework to facilitate the development and integration of  
new NLP algorithms and easy configuration of NLP experiments.

The DKPro-UGD includes updated versions of some of the components that  
were shipped with DKPro-Core 1.0. Most notable a new and more robust  
TreeTagger wrapper component is included.

The release is freely available for research purposes and can be  
obtained from the DKPro website at

	http://www.ukp.tu-darmstadt.de/software/dkpro/

If you have questions or comments, please write to
dkpro@... 
.

(Continue reading)

Ahmed Abdeen Hamed | 4 Aug 20:04
Picon

Fwd: UIMA SDK

I think this note below didn't make it to the list. My apologies if it was
sent twice.
Ahmed

---------- Forwarded message ----------
From: Ahmed Abdeen Hamed <ahmed.elmasri@...>
Date: Tue, Aug 4, 2009 at 1:54 PM
Subject: UIMA SDK
To: uima-user@...

Hello,
I am using UIMA SDK from within Eclipse as a plugin. Is there a way you can
use it as a standalone without Eclipse?
Thanks,
Ahmed
Jörn Kottmann | 5 Aug 00:01
Picon

UIMA AS java.io.IOException: Bad file descriptor when started in background on unix

Hi,

on our severs I start UIMA AS in the background and redirect
the output to a file.

Here is the actual command:
nohup bin/deployAsyncService.sh XXX/desc/Deploy_XXX.xml > console.out &

The output file always contains this exception after UIMA AS started:
java.io.IOException: Bad file descriptor
    at java.io.FileInputStream.readBytes(Native Method)
    at java.io.FileInputStream.read(FileInputStream.java:199)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
    at 
org.apache.uima.adapter.jms.service.UIMA_Service.main(UIMA_Service.java:422)

Thanks,
Jörn

Ahmed Abdeen Hamed | 4 Aug 19:54
Picon

UIMA SDK

Hello,
I am using UIMA SDK from within Eclipse as a plugin. Is there a way you can
use it as a standalone without Eclipse?
Thanks,
Ahmed
Marshall Schor | 5 Aug 06:36

Re: Fwd: UIMA SDK


Ahmed Abdeen Hamed wrote:
> I think this note below didn't make it to the list. My apologies if it was
> sent twice.
> Ahmed
>
> ---------- Forwarded message ----------
> From: Ahmed Abdeen Hamed <ahmed.elmasri@...>
> Date: Tue, Aug 4, 2009 at 1:54 PM
> Subject: UIMA SDK
> To: uima-user@...
>
>
> Hello,
> I am using UIMA SDK from within Eclipse as a plugin. Is there a way you can
> use it as a standalone without Eclipse?
>   

Yes.  There are instructions for doing this in the documentation and
quick-start tutorials, with examples, on the website.

-Marshall
> Thanks,
> Ahmed
>
>   

Jörn Kottmann | 5 Aug 11:17
Picon

UIMA AS AnalysisEngineProcessException: CasManager.release(CAS) was called with a CAS that does not belong to this CasManager.

Hi,

I got this after UIMA AS started and the deployed analysis engines 
processed 3 CASes,
it then continued to run normally without any errors.

Here is the statck trace:

org.apache.uima.analysis_engine.AnalysisEngineProcessException: 
CasManager.release(CAS) was called with a CAS that does not belong to 
this CasManager.
        at 
org.apache.uima.analysis_engine.asb.impl.ASB_impl$AggregateCasIterator.processUntilNextOutputCas(ASB_impl.java:699)
        at 
org.apache.uima.analysis_engine.asb.impl.ASB_impl$AggregateCasIterator.<init>(ASB_impl.java:407)
        at 
org.apache.uima.analysis_engine.asb.impl.ASB_impl.process(ASB_impl.java:340)
        at 
org.apache.uima.analysis_engine.impl.AggregateAnalysisEngine_impl.processAndOutputNewCASes(AggregateAnalysisEngine_impl.java:267)
        at 
org.apache.uima.aae.controller.PrimitiveAnalysisEngineController_impl.process(PrimitiveAnalysisEngineController_impl.java:391)
        at 
org.apache.uima.aae.handler.HandlerBase.invokeProcess(HandlerBase.java:130)
        at 
org.apache.uima.aae.handler.input.ProcessRequestHandler_impl.handleProcessRequestFromRemoteClient(ProcessRequestHandler_impl.java:479)
        at 
org.apache.uima.aae.handler.input.ProcessRequestHandler_impl.handle(ProcessRequestHandler_impl.java:948)
        at 
org.apache.uima.aae.handler.input.MetadataRequestHandler_impl.handle(MetadataRequestHandler_impl.java:84)
        at 
(Continue reading)

jochen.leidner | 5 Aug 17:23
Favicon

RE: UIMA SDK

Hi Ahmed,

Fabien Poulard has put together a Ubuntu Linux install for UIMA that doesn't require Eclipse:

http://markmail.org/message/cbc42ljjvg5lzfaz


Jochen

-----Original Message-----
From: Ahmed Abdeen Hamed [mailto:ahmed.elmasri <at> gmail.com] 
Sent: Tuesday, August 04, 2009 12:55 PM
To: uima-user <at> incubator.apache.org
Subject: UIMA SDK

Hello,
I am using UIMA SDK from within Eclipse as a plugin. Is there a way you can
use it as a standalone without Eclipse?
Thanks,
Ahmed
Burn Lewis | 5 Aug 20:43
Picon

Re: UIMA AS java.io.IOException: Bad file descriptor when started in background on unix

Strange, we do this often.  Is there more info in the stack trace?  What
level of UIMA-AS? Does it work without nohup?

- Burn.
Ahmed Abdeen Hamed | 6 Aug 04:56
Picon

Re: UIMA SDK

Hi Jochen,
Thank you for your response. I actually came across another UIMA-based tool
that doesn't require eclipse. It runs as a web start app or a command line:
http://u-compare.org/ which is really interesting. It also mentions the use
of API but I couldn't find a reference anywhere to it.

Has anyone tried this tool out or done any programming using it?
Thanks!
Ahmed

On Wed, Aug 5, 2009 at 11:23 AM,
<jochen.leidner@...> wrote:

> Hi Ahmed,
>
> Fabien Poulard has put together a Ubuntu Linux install for UIMA that
> doesn't require Eclipse:
>
> http://markmail.org/message/cbc42ljjvg5lzfaz
>
> Jochen
>
> -----Original Message-----
> From: Ahmed Abdeen Hamed [mailto:ahmed.elmasri@...]
> Sent: Tuesday, August 04, 2009 12:55 PM
> To: uima-user@...
> Subject: UIMA SDK
>
> Hello,
> I am using UIMA SDK from within Eclipse as a plugin. Is there a way you can
(Continue reading)

Thilo Goetz | 6 Aug 07:24
Picon
Picon

Re: UIMA SDK

Ahmed Abdeen Hamed wrote:
> Hi Jochen,
> Thank you for your response. I actually came across another UIMA-based tool
> that doesn't require eclipse. It runs as a web start app or a command line:
> http://u-compare.org/ which is really interesting. It also mentions the use
> of API but I couldn't find a reference anywhere to it.

The regular UIMA SDK, which doesn't require any Eclipse, is here:
http://incubator.apache.org/uima/downloads.cgi#Latest%20Official%20Releases

--Thilo

> 
> Has anyone tried this tool out or done any programming using it?
> Thanks!
> Ahmed
> 
> On Wed, Aug 5, 2009 at 11:23 AM,
<jochen.leidner@...> wrote:
> 
>> Hi Ahmed,
>>
>> Fabien Poulard has put together a Ubuntu Linux install for UIMA that
>> doesn't require Eclipse:
>>
>> http://markmail.org/message/cbc42ljjvg5lzfaz
>>
>> Jochen
>>
>> -----Original Message-----
(Continue reading)


Gmane