Thilo Goetz | 1 Jan 2011 10:33
Picon
Picon

Re: RDF-like formats CAS consumer

On 12/28/2010 09:34, Tommaso Teofili wrote:
> Hi all,
> using Apache Clerezza RDF modules and its integration modules with UIMA I've
> managed to create a RDF, and other "semweb related" formats, CAS Consumer.
> As Clerezza hasn't made a release yet I don't know if we can include it in
> our sandbox, any clue about that?
> Cheers,
> Tommaso
>

Hi Tommaso,

as I understand it, you wouldn't be checking in Clerezza code,
but some code that you wrote and that uses Clerezza, right?
In that case there is no problem with adding the code to our
sandbox.  People will just have to build Clerezza from source
to use it.

--Thilo

Thilo Goetz | 1 Jan 2011 13:41
Picon
Picon

Re: TextMarker

Hi Peter,

I downloaded the source trunk and got things mostly to compile
and run: I'm running Eclipse 3.5.2, RCP edition, and installed
the latest UIMA plugins and DLTK 1.0.2.  I also had to find the
Mozilla xpcom plugin.  The only thing not compiling for me are
references to com.sun.org.apache.apache.xpath.XPathAPI.  The
internet tells me that those could be fixed by using Xalan
directly, but I haven't tried.

My main issue right now is that the TextMarker wiki is down,
and that seems to be the only source of documentation (unless
I missed something).

I noticed that TextMarker uses a lot of 3rd party libraries.
So we'll need to compile an exhaustive list of the the libs
that are being used, their licenses and provenance, and in
case the license is bad, possible alternatives.

--Thilo

On 12/14/2010 15:55, Peter Klügl wrote:
> Hello,
>
> We would like to contribute our TextMarker system to Apache UIMA and
> want to ask, if the development team is interested in this contribution.
> The system is currently hosted on SourceForge
> (http://sourceforge.net/projects/textmarker/) and there is some
> documentation in the project wiki
> (http://tmwiki.informatik.uni-wuerzburg.de/).
(Continue reading)

Tommaso Teofili | 1 Jan 2011 19:06
Picon
Gravatar

Re: RDF-like formats CAS consumer

Hi Thilo,

2011/1/1 Thilo Goetz <twgoetz@...>
>
>
> Hi Tommaso,
>
> as I understand it, you wouldn't be checking in Clerezza code,
> but some code that you wrote and that uses Clerezza, right?
>

Right :-)

> In that case there is no problem with adding the code to our
> sandbox.  People will just have to build Clerezza from source
> to use it.
>

Thanks you very much Thilo.
Happy new year!
Tommaso
Tommaso Teofili (JIRA | 2 Jan 2011 00:19
Picon
Favicon

[jira] Created: (UIMA-1984) RDF formats CAS Consumer component

RDF formats CAS Consumer component
----------------------------------

                 Key: UIMA-1984
                 URL: https://issues.apache.org/jira/browse/UIMA-1984
             Project: UIMA
          Issue Type: New Feature
          Components: Sandbox
            Reporter: Tommaso Teofili
            Assignee: Tommaso Teofili

Provide a CAS Consumer to write CASs as RDF (and other similar formats) files.
This component uses Apache Clerezza to provide the RDF capabilities (using its UIMA integration modules).
Supported formats for generated files are: 
1. application/rdf+xml
2. text/turtle
3. application/x-turtle
4. text/rdf+nt
5. text/rdf+n3

--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Tommaso Teofili (JIRA | 2 Jan 2011 20:22
Picon
Favicon

[jira] Created: (UIMA-1985) Solr CAS Consumer component

Solr CAS Consumer component
---------------------------

                 Key: UIMA-1985
                 URL: https://issues.apache.org/jira/browse/UIMA-1985
             Project: UIMA
          Issue Type: New Feature
          Components: Sandbox
            Reporter: Tommaso Teofili
            Assignee: Tommaso Teofili

Create a CAS Consumer to write CAS and FeatureStructures as Solr documents and fields to a remote or
embedded Solr instance

--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Tommaso Teofili (JIRA | 3 Jan 2011 09:27
Picon
Favicon

[jira] Resolved: (UIMA-1984) RDF formats CAS Consumer component


     [
https://issues.apache.org/jira/browse/UIMA-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tommaso Teofili resolved UIMA-1984.
-----------------------------------

    Resolution: Fixed

> RDF formats CAS Consumer component
> ----------------------------------
>
>                 Key: UIMA-1984
>                 URL: https://issues.apache.org/jira/browse/UIMA-1984
>             Project: UIMA
>          Issue Type: New Feature
>          Components: Sandbox
>            Reporter: Tommaso Teofili
>            Assignee: Tommaso Teofili
>
> Provide a CAS Consumer to write CASs as RDF (and other similar formats) files.
> This component uses Apache Clerezza to provide the RDF capabilities (using its UIMA integration modules).
> Supported formats for generated files are: 
> 1. application/rdf+xml
> 2. text/turtle
> 3. application/x-turtle
> 4. text/rdf+nt
> 5. text/rdf+n3

--

-- 
(Continue reading)

Peter Klügl | 3 Jan 2011 16:00
Picon
Favicon

Re: TextMarker

Hi Thilo,

Am 01.01.2011 13:41, schrieb Thilo Goetz:
> Hi Peter,
>
> I downloaded the source trunk and got things mostly to compile
> and run: I'm running Eclipse 3.5.2, RCP edition, and installed
> the latest UIMA plugins and DLTK 1.0.2.  I also had to find the
> Mozilla xpcom plugin.  The only thing not compiling for me are
> references to com.sun.org.apache.apache.xpath.XPathAPI.  The
> internet tells me that those could be fixed by using Xalan
> directly, but I haven't tried.
>

The XPCom plugin is only necessary for the HTML visualization of the CEV 
plugin. The XULRunner plugin provides the implementations of the 
interfaces for the manipulation of the DOM within Eclipse. Both plugins 
often cause problems, but I haven't found a better solution yet.

About the XML problem: Which plugin has that reference? I've had a 
similar problem about three year ago, but that should be solved. 
However, I'm not an expert of the different XML integrations in Java. 
The only place in my code, if I'm not mistaken, where XML is actively 
used, is the engine project that is able to load dictionaries in 
trie-like structures. But that should work just fine without additional 
libraries. Can you give me more information about that problem?

> My main issue right now is that the TextMarker wiki is down,
> and that seems to be the only source of documentation (unless
> I missed something).
(Continue reading)

Peter Klügl | 3 Jan 2011 16:32
Picon
Favicon

Re: TextMarker

The wiki is running again...

Peter

Am 03.01.2011 16:00, schrieb Peter Klügl:
> Hi Thilo,
>
> Am 01.01.2011 13:41, schrieb Thilo Goetz:
>> Hi Peter,
>>
>> I downloaded the source trunk and got things mostly to compile
>> and run: I'm running Eclipse 3.5.2, RCP edition, and installed
>> the latest UIMA plugins and DLTK 1.0.2.  I also had to find the
>> Mozilla xpcom plugin.  The only thing not compiling for me are
>> references to com.sun.org.apache.apache.xpath.XPathAPI.  The
>> internet tells me that those could be fixed by using Xalan
>> directly, but I haven't tried.
>>
>
> The XPCom plugin is only necessary for the HTML visualization of the 
> CEV plugin. The XULRunner plugin provides the implementations of the 
> interfaces for the manipulation of the DOM within Eclipse. Both 
> plugins often cause problems, but I haven't found a better solution yet.
>
> About the XML problem: Which plugin has that reference? I've had a 
> similar problem about three year ago, but that should be solved. 
> However, I'm not an expert of the different XML integrations in Java. 
> The only place in my code, if I'm not mistaken, where XML is actively 
> used, is the engine project that is able to load dictionaries in 
> trie-like structures. But that should work just fine without 
(Continue reading)

Tommaso Teofili (JIRA | 4 Jan 2011 10:23
Picon
Favicon

[jira] Resolved: (UIMA-1985) Solr CAS Consumer component


     [
https://issues.apache.org/jira/browse/UIMA-1985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tommaso Teofili resolved UIMA-1985.
-----------------------------------

    Resolution: Fixed

> Solr CAS Consumer component
> ---------------------------
>
>                 Key: UIMA-1985
>                 URL: https://issues.apache.org/jira/browse/UIMA-1985
>             Project: UIMA
>          Issue Type: New Feature
>          Components: Sandbox
>            Reporter: Tommaso Teofili
>            Assignee: Tommaso Teofili
>
> Create a CAS Consumer to write CAS and FeatureStructures as Solr documents and fields to a remote or
embedded Solr instance

--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Jaroslaw Cwiklik | 4 Jan 2011 16:53
Picon

Working on UIMA-AS 2.3.1 release

Working towards 2.3.1 release candidate of UIMA-AS. So far I've updated the
poms to include dependency on ACTIVEMQ 5.4.1. It replaces
ACTIVEMQ-4.1.1 which is quite dated now. Updated maven assembly scripts to
include the new AMQ and its dependencies.

Gmane