<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general">
    <title>gmane.comp.apache.uima.general</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4139"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4138"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4137"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4136"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4135"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4134"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4133"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4132"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4131"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4130"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4129"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4128"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4127"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4126"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4125"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4124"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4123"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4122"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4121"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4120"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4139">
    <title>re How to use UIMA in eclipse</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4139</link>
    <description>&lt;pre&gt;Thank you
You are right, there are main function in examples, I find it, 
And I try to run RunAE with parameter, as follows,
F:/UIMA/apache-uima/examples/descriptors/analysis_engine/GovernmentOfficialR
ecognizer_RegEx_TAE.xml
F:/UIMA/apache-uima/examples/descriptors/tutorial/ex1/
F:/output

And then I get some analysized and labeled file.xml,
And then how to use these output file, I mean , it is a middle analysis
file, is it, and RunAE is one step for process, is it,
And how to know the whole work stream , that is, one by one , a whole
process framework, how to try this whole process, 

Could you help me


--------------
Tian


-----邮件原件-----
发件人: user-return-4337-guanhua.tian=ia.ac.cn-HHKbSdsD6WQPKjDvHGQMeg&amp;lt; at &amp;gt;public.gmane.org
[mailto:user-return-4337-guanhua.tian=ia.ac.cn-HHKbSdsD6WQPKjDvHGQMeg&amp;lt; at &amp;gt;public.gmane.org] 代表
Marshall Schor
发送时间: 2012年5月24日 21:03
收件人: user-HHKbSdsD6WQPKjDvHGQMeg&amp;lt; at &amp;gt;public.gmane.org
主题: Re: How to use UIMA in eclipse

You might try running the "UIMA&lt;/pre&gt;</description>
    <dc:creator>tgh</dc:creator>
    <dc:date>2012-05-25T01:49:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4138">
    <title>Testing an Entity Extraction Annotator (was: Test Uima)</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4138</link>
    <description>&lt;pre&gt;I still think this is a confusing request.

It sounds like you are interested in testing an entity extraction annotator that 
is implemented as a UIMA annotator, and the "performance" measure you're looking 
for is % of entities found, or something like that.

This is not a test of "UIMA", but rather a test of some particular annotators. 
So, the first task is to find an annotator you might be interested in testing.

Here's one that's available on the internet (you have to sign up for a license, 
I think): http://www.opencalais.com/

And, there is a UIMA annotator which, in turn, makes use of this service:
http://uima.apache.org/sandbox.html#opencalais.annotator

There may be many other Annotators that could be available, some of which might 
be better suited to your particular task; that will be up to you to discover.  
Or, you may decide to take some NLP technology (like Apache OpenNLP) which 
supports "training", and train one.

HTH -Marshall

On 5/23/2012 3:03 PM, Burt Buchman wrote:

&lt;/pre&gt;</description>
    <dc:creator>Marshall Schor</dc:creator>
    <dc:date>2012-05-24T15:57:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4137">
    <title>Test Uima</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4137</link>
    <description>&lt;pre&gt;We are interested installing and using UIMA as an entity extraction
engine. Before we do that, I'd like to test the system to see the
results. Could I send 25-100 documents , name your format, to someone to
put through their UIMA engine to test. Results sent back to me to
review. It would be greatly appreciated. Thanks!

 

Burt Buchman

Solution Architect - Editorial

EBSCO Publishing

Phone: 978-356-6500, ext 2346

bbuchman-TsyAZbWhrljby3iVrkZq2A&amp;lt; at &amp;gt;public.gmane.org

 

&lt;/pre&gt;</description>
    <dc:creator>Burt Buchman</dc:creator>
    <dc:date>2012-05-23T19:03:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4136">
    <title>Re: Recognize patterns from samples</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4136</link>
    <description>&lt;pre&gt;Hi Ross,

The UIMA Website has a page http://uima.apache.org/external-resources.html 
linked from the left-side nav bar under "External Resources".

If you would like, we could add an appropriate link to Clear-TK.  Just let us 
know, together with a 1 paragraph writeup (in the style of the rest of that page).

Cheers. -Marshall

On 5/24/2012 4:19 AM, Ross Hendrickson wrote:

&lt;/pre&gt;</description>
    <dc:creator>Marshall Schor</dc:creator>
    <dc:date>2012-05-24T13:12:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4135">
    <title>Re: How to use UIMA in eclipse</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4135</link>
    <description>&lt;pre&gt;You might try running the "UIMA Document Analyzer".

If you've done the normal Eclipse setup it should be in the Eclipse Run 
Configurations.

The Examples project has lots of examples with a "main" function.  If you're not 
seeing this, I'm guessing that when you say "in example code", you're not 
looking at the same example code that I'm thinking of.  If you downloaded the 
binary distribution and unzipped it, it has a directory called "examples", and 
in that is for instance, /src/org/apache/uima/examples/ExampleApplication.java, 
which has a "main" function.

HTH. -Marshall


On 5/24/2012 4:12 AM, tgh wrote:

&lt;/pre&gt;</description>
    <dc:creator>Marshall Schor</dc:creator>
    <dc:date>2012-05-24T13:03:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4134">
    <title>Re: Recognize patterns from samples</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4134</link>
    <description>&lt;pre&gt;You may also want to look at Clear-TK, based on UIMA, focused on NLP and
Machine Learning.

Ross

On Wed, May 23, 2012 at 8:27 PM, Marshall Schor &amp;lt;msa-DzKsKX1/Fv4AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Ross Hendrickson</dc:creator>
    <dc:date>2012-05-24T08:19:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4133">
    <title>How to use UIMA in eclipse</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4133</link>
    <description>&lt;pre&gt;Hi
I have downloaded UIMA 2.4.0, and use eclipse, I see there are some examples
in UIMA, and I try to make use of them, but in eclipse how to make it run,
there is no main function there in example code


Could anyone help me out

Thanks 
---------
Tian






&lt;/pre&gt;</description>
    <dc:creator>tgh</dc:creator>
    <dc:date>2012-05-24T08:12:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4132">
    <title>Re: Testing UIMA</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4132</link>
    <description>&lt;pre&gt;It's not really clear what you mean when you say "testing UIMA" - because UIMA 
is basically an empty framework - all the "smarts" reside in the Annotators, 
which are typically some combination of pre-done parts (you can find some of 
these on the UIMA site, or search the internet for them), and some annotators 
you develop yourself, for your particular purpose.

-Marshall

On 5/16/2012 10:20 AM, Burt Buchman wrote:

&lt;/pre&gt;</description>
    <dc:creator>Marshall Schor</dc:creator>
    <dc:date>2012-05-24T02:30:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4131">
    <title>Re: Recognize patterns from samples</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4131</link>
    <description>&lt;pre&gt;Hi,

Basic UIMA is an empty framework, designed to let people independently develop 
"annotators" and let others pull them together into processing pipelines.

So, the basic UIMA framework, by itself, won't help, without finding some 
Annotators to have it run.

You can search the internet for UIMA Annotators - there are several repositories 
of these (some of them are cataloged on the Apache UIMA website, under external 
links).  And you can write your own, to particular things you need.

The Apache UIMA project also comes with a few annotators of its own (click on 
"annotators", or use this direct link: 
http://uima.apache.org/sandbox.html#uima-addons-annotators ), and other Apache 
projects (such as OpenNLP) make their functionality available as UIMA annotators.

HTH   -Marshall

On 5/18/2012 3:06 AM, Mansour wrote:

&lt;/pre&gt;</description>
    <dc:creator>Marshall Schor</dc:creator>
    <dc:date>2012-05-24T02:27:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4130">
    <title>Re: Maven ERROR</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4130</link>
    <description>&lt;pre&gt;The eclipse-update-site is not the normal UIMA download site.  It is only for 
use with Eclipse to install the UIMA plugins into Eclipse.

The downloads are described on the uima download page - go to 
http://uima.apache.org and on the left hand side menu click on downloads, and 
read that page to figure out what you may want to download.

You might also want to click on the "documentation" page, and read the "getting 
started" guides.

Here's a link: http://uima.apache.org/documentation.html#getting_started

-Marshall

On 5/23/2012 9:01 PM, tgh wrote:

&lt;/pre&gt;</description>
    <dc:creator>Marshall Schor</dc:creator>
    <dc:date>2012-05-24T02:23:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4129">
    <title>Maven ERROR</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4129</link>
    <description>&lt;pre&gt;Hi

         I read UIMA Overview &amp;amp; SDK Setup ,and try to download UIMA with
maven, 

but ULR is ERROR, it says that
http://www.apache.org/dist/uima/eclipse-update-site/ , something is lost and
could not found, how to deal with it,

         

         could anyone help me?

 

------------

Tian

 

 

&lt;/pre&gt;</description>
    <dc:creator>tgh</dc:creator>
    <dc:date>2012-05-24T01:01:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4128">
    <title>Recognize patterns from samples</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4128</link>
    <description>&lt;pre&gt;Hello all,
I am new to this framework, and to this topic in general.
My requirement is to build a component that can take unstructured html
documents, and extract data. Something like this can be built with a regular
html parser.
However due the number of different html document types, building something
like this by hand is a time consuming, especially if there is a way to generate
a parser automatically from training data and apply incremental learning as new
samples are proven valid. 
Many of the documents I am looking to structure and extract data from, contains
financial data (currency, numbers, dates and times .. etc).

So my first question is, Can UIMA help ? I did some reading about opennlp, and
got lost, which one is closer to what I need if any.

Thank you a lot, for your time.



&lt;/pre&gt;</description>
    <dc:creator>Mansour</dc:creator>
    <dc:date>2012-05-18T07:06:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4127">
    <title>Testing UIMA</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4127</link>
    <description>&lt;pre&gt;Hi all:

We are interested in testing UIMA and wondering if there is any site
available for that? Or would we have to install it to then test it out?
Would appreciate any insight. Thanks!

 

Burt Buchman

Solution Architect - Editorial

EBSCO Publishing

Phone: 978-356-6500, ext 2346

bbuchman-TsyAZbWhrljby3iVrkZq2A&amp;lt; at &amp;gt;public.gmane.org

 

&lt;/pre&gt;</description>
    <dc:creator>Burt Buchman</dc:creator>
    <dc:date>2012-05-16T14:20:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4126">
    <title>Re: AW: uimaFIT 1.3.1 - AnalysisEngineFactory.setConfigurationParameters deprecated</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4126</link>
    <description>&lt;pre&gt;Hello Armin,


Thanks for pointing that out. Looks like there is a typo in the JavaDoc comment "&amp;lt; at &amp;gt;Deprecated" vs "&amp;lt; at &amp;gt;deprecated". Shall be fixed.

Best,

&lt;/pre&gt;</description>
    <dc:creator>Richard Eckart de Castilho</dc:creator>
    <dc:date>2012-05-16T06:35:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4125">
    <title>AW: uimaFIT 1.3.1 - AnalysisEngineFactory.setConfigurationParameters deprecated</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4125</link>
    <description>&lt;pre&gt;Hello Richard,

Thank you. I missed it in the attached JavaDoc because I've only read http://uimafit.googlecode.com/svn/tags/uimafit-parent-1.3.1/apidocs/index.html. It's not in there.

Regards,

Armin

-----Ursprüngliche Nachricht-----
Von: Richard Eckart de Castilho [mailto:eckart-S7Fx768l4CqSHq+C5vT0LZQlNPQFfrerqZSUQi4AVrg&amp;lt; at &amp;gt;public.gmane.org] 
Gesendet: Dienstag, 15. Mai 2012 21:06
An: &amp;lt;user-HHKbSdsD6WQPKjDvHGQMeg&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Betreff: Re: uimaFIT 1.3.1 - AnalysisEngineFactory.setConfigurationParameters deprecated

Hello Armin,


The method has been moved to ResourceCreationSpecifierFactory since it is not specific to analysis engines. I can see a corresponding JavaDoc comment in the sources. If you use Maven, it should automatically deliver you the sources/JavaDoc and provide such information. If you do not use Maven, you can download the JavaDoc JAR from Maven Central and attach it manually to the uimaFIT JAR in your Eclipse to get access to the JavaDoc.

Cheers,

&lt;/pre&gt;</description>
    <dc:creator>Armin.Wegner-w0Tf80GBFXAb1SvskN2V4Q&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-16T05:45:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4124">
    <title>Re: uimaFIT 1.3.1 - AnalysisEngineFactory.setConfigurationParameters deprecated</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4124</link>
    <description>&lt;pre&gt;Hello Armin,


The method has been moved to ResourceCreationSpecifierFactory since it is not specific to analysis engines. I can see a corresponding JavaDoc comment in the sources. If you use Maven, it should automatically deliver you the sources/JavaDoc and provide such information. If you do not use Maven, you can download the JavaDoc JAR from Maven Central and attach it manually to the uimaFIT JAR in your Eclipse to get access to the JavaDoc.

Cheers,

&lt;/pre&gt;</description>
    <dc:creator>Richard Eckart de Castilho</dc:creator>
    <dc:date>2012-05-15T19:06:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4123">
    <title>UIMA Addons components</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4123</link>
    <description>&lt;pre&gt;Hi,

How i can add-on components (annotators and consumes) in UIMA?

list of components:
http://uima.apache.org/sandbox.html#UIMA%20Addons%20components

I run the UIMA in eclipse.

Thanks
&lt;/pre&gt;</description>
    <dc:creator>Arash Hossein Abady</dc:creator>
    <dc:date>2012-05-14T05:07:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4122">
    <title>uimaFIT 1.3.1 - AnalysisEngineFactory.setConfigurationParameters deprecated</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4122</link>
    <description>&lt;pre&gt;Hi,

Since version 1.3.1 of uimaFIT
org.uimafit.factory.AnalysisEngineFactory.setConfigurationParameters is
marked as deprecated. What should I use instead?

Regards,

Armin

&lt;/pre&gt;</description>
    <dc:creator>Armin.Wegner-w0Tf80GBFXAb1SvskN2V4Q&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-15T11:04:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4121">
    <title>Re: Maven UIMA and import by name</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4121</link>
    <description>&lt;pre&gt;Hey you all,

thanks a lot for your answers. I had tried to add the desc/ directory as a maven resource. However, the UIMA component editor still wouldn't show me my descriptors to choose from. I have to remove the "exclude: **" entry in the build path first. Then, the whole directory is copied to the target/classes directory. I didn't like this approach too much because now I have each descriptor doubled. But I guess I can exclude the duplicates from any builds by configuring the appropriate build / package plugin.
I think I will also change it from being a resource to being a source folder. This way I don't get even a third copy of all descriptors in my target/resources directory.

Thanks again and a nice weekend to you!

Best,

Erik

Am 11.05.2012 um 18:05 schrieb Thomas Ginter:



&lt;/pre&gt;</description>
    <dc:creator>Erik Fäßler</dc:creator>
    <dc:date>2012-05-11T18:21:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4120">
    <title>Re: Maven UIMA and import by name</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4120</link>
    <description>&lt;pre&gt;We use maven for our UIMA-AS projects.  Here is the build section from our standard POM entries:

&amp;lt;build&amp;gt;
    &amp;lt;resources&amp;gt;
      &amp;lt;resource&amp;gt;
        &amp;lt;directory&amp;gt;src/main/desc/&amp;lt;/directory&amp;gt;
      &amp;lt;/resource&amp;gt;
      &amp;lt;resource&amp;gt;
        &amp;lt;directory&amp;gt;src/main/resources/&amp;lt;/directory&amp;gt;
      &amp;lt;/resource&amp;gt;
    &amp;lt;/resources&amp;gt;
    &amp;lt;pluginManagement&amp;gt;
        &amp;lt;plugins&amp;gt;
         &amp;lt;plugin&amp;gt;
          &amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
          &amp;lt;artifactId&amp;gt;maven-compiler-plugin&amp;lt;/artifactId&amp;gt;
          &amp;lt;configuration&amp;gt;
            &amp;lt;source&amp;gt;1.6&amp;lt;/source&amp;gt;
            &amp;lt;target&amp;gt;1.6&amp;lt;/target&amp;gt;
          &amp;lt;/configuration&amp;gt;
        &amp;lt;/plugin&amp;gt;
      &amp;lt;/plugins&amp;gt;
    &amp;lt;/pluginManagement&amp;gt;
   &amp;lt;/build&amp;gt;

This adds the desc and resources directories as source directories that allow you to resolve the import of descriptors by name.

Thanks,

Thomas Ginter
801-448-7676
thomas.ginter-wbocuHtxKic&amp;lt; at &amp;gt;public.gmane.org




On May 11, 2012, at 9:56 AM, Erik Fäßler wrote:



&lt;/pre&gt;</description>
    <dc:creator>Thomas Ginter</dc:creator>
    <dc:date>2012-05-11T16:05:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4119">
    <title>Re: Maven UIMA and import by name</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4119</link>
    <description>&lt;pre&gt;Hi Erik,
I mostly edit XMLs by hand (also because I use IntelliJ IDEA) but I think
you may tell Maven that desc is a resource folder:


&amp;lt;build&amp;gt;
    ...
    &amp;lt;resources&amp;gt;
      &amp;lt;resource&amp;gt;
        &amp;lt;directory&amp;gt;src/main/resources&amp;lt;/directory&amp;gt;

        &amp;lt;directory&amp;gt;desc&amp;lt;/directory&amp;gt;

&amp;lt;/resource&amp;gt; ... &amp;lt;/build&amp;gt;


HTH,
Tommaso


2012/5/11 Erik Fäßler &amp;lt;erik.faessler-S+RBGtoBSY4b1SvskN2V4Q&amp;lt; at &amp;gt;public.gmane.org&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>Tommaso Teofili</dc:creator>
    <dc:date>2012-05-11T16:04:44</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.apache.uima.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.apache.uima.general</link>
  </textinput>
</rdf:RDF>

