Peter Klügl | 1 Aug 2011 13:45
Picon
Favicon

[VOTE][RESULT] TextMarker contribution to the UIMA sandbox

  The vote has been open for 5 days, and is closed now.

The following people voted +1:
Marshall Schor
Jörn Kottmann
Eddie Eppstein
Tommase Teofili
Adam Lally
Thilo Götz

There were no 0s or -1s, so the vote passes.

Thanks for voting,

Peter

Am 28.07.2011 22:21, schrieb Peter Klügl:
> Please cast your vote for the TextMarker contribution:
>
> [ ] +1 Approve the contribution
> [ ] -1 Veto the contribution (please provide specific comments)
> [ ] 0  Don't care
>
>
> TextMarker (http://sourceforge.net/projects/textmarker/) is a 
> UIMA-based tool for information extraction and more. The full featured 
> editor of the rule language and the build process of UIMA descriptors 
> are complemented with components for visualization, explanation, 
> testing and rule learning.
>
(Continue reading)

Jörn Kottmann (JIRA | 1 Aug 2011 13:58
Picon
Favicon

[jira] [Assigned] (UIMA-2172) Donation of the TextMarker system


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

Jörn Kottmann reassigned UIMA-2172:
-----------------------------------

    Assignee: Jörn Kottmann

> Donation of the TextMarker system
> ---------------------------------
>
>                 Key: UIMA-2172
>                 URL: https://issues.apache.org/jira/browse/UIMA-2172
>             Project: UIMA
>          Issue Type: New Feature
>          Components: Sandbox
>    Affects Versions: 2.3.1Addons
>         Environment: JRE 1.6
> Eclipse >3.4
>            Reporter: Peter Klügl
>            Assignee: Jörn Kottmann
>         Attachments: TextMarker.zip
>
>
> Donation of the TextMarker system.
> TextMarker is a UIMA-based tool for information extraction and more. The full featured editor of the rule
language and the build process of UIMA descriptors are complemented with components for visualization,
explanation, testing and rule learning.

(Continue reading)

Jörn Kottmann (JIRA | 1 Aug 2011 14:00
Picon
Favicon

[jira] [Updated] (UIMA-2172) Donation of the TextMarker system


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

Jörn Kottmann updated UIMA-2172:
--------------------------------

    Affects Version/s:     (was: 2.3.1Addons)

> Donation of the TextMarker system
> ---------------------------------
>
>                 Key: UIMA-2172
>                 URL: https://issues.apache.org/jira/browse/UIMA-2172
>             Project: UIMA
>          Issue Type: New Feature
>          Components: Sandbox
>         Environment: JRE 1.6
> Eclipse >3.4
>            Reporter: Peter Klügl
>            Assignee: Jörn Kottmann
>         Attachments: TextMarker.zip
>
>
> Donation of the TextMarker system.
> TextMarker is a UIMA-based tool for information extraction and more. The full featured editor of the rule
language and the build process of UIMA descriptors are complemented with components for visualization,
explanation, testing and rule learning.

--
(Continue reading)

Jörn Kottmann (JIRA | 1 Aug 2011 14:00
Picon
Favicon

[jira] [Commented] (UIMA-2172) Donation of the TextMarker system


    [
https://issues.apache.org/jira/browse/UIMA-2172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13073504#comment-13073504
] 

Jörn Kottmann commented on UIMA-2172:
-------------------------------------

I will create a textmarker folder in the sandbox and import everything into it.

> Donation of the TextMarker system
> ---------------------------------
>
>                 Key: UIMA-2172
>                 URL: https://issues.apache.org/jira/browse/UIMA-2172
>             Project: UIMA
>          Issue Type: New Feature
>          Components: Sandbox
>         Environment: JRE 1.6
> Eclipse >3.4
>            Reporter: Peter Klügl
>            Assignee: Jörn Kottmann
>         Attachments: TextMarker.zip
>
>
> Donation of the TextMarker system.
> TextMarker is a UIMA-based tool for information extraction and more. The full featured editor of the rule
language and the build process of UIMA descriptors are complemented with components for visualization,
explanation, testing and rule learning.

(Continue reading)

Marshall Schor (JIRA | 1 Aug 2011 15:50
Picon
Favicon

[jira] [Closed] (UIMA-2187) addon FsVariables is being built as PEAR, but isn't one


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

Marshall Schor closed UIMA-2187.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3.1Addons

fixed as part of uima-2185

> addon FsVariables is being built as PEAR, but isn't one
> -------------------------------------------------------
>
>                 Key: UIMA-2187
>                 URL: https://issues.apache.org/jira/browse/UIMA-2187
>             Project: UIMA
>          Issue Type: Bug
>          Components: Sandbox-FsVariable
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>            Priority: Minor
>             Fix For: 2.3.1Addons
>
>
> For the 2.3.0 release, this was built by common build strategy in SandboxDistr pom; this put all the code to
be assembled into a directory assembly-bin/<artifactId>.
> For 2.3.1, the top parent pom for UIMA has a profile intended to handle this case, activated by the
existence of a file marker-file-identifying-single-project.  Change to use this style. 
(Continue reading)

Tommaso Teofili | 1 Aug 2011 16:05
Picon
Gravatar

Re: addons build progress

2011/7/31 Marshall Schor <msa@...>

> The addons build is now operating along the following lines:
>
> Each addon is built as if it were a single project.  A common
> target/base-bin is
> created which has the main artifact plus dependencies, documentation
> (including
> javadocs) and LICENSE/NOTICE etc. for that project's binary distribution.
>
> This is zipped / tarred up to produce "single assemblies".
>
> This is zipped / tarred up as part of the aggregate addons big assembly.
>
> This is also used as the base for making the PEAR file (for the "annotator"
> projects only) - this adds the PEAR installation xml file, and zips up as a
> PEAR.
>
> This is also used as the base for making the OSGi file (for the "annotator"
> projects only) - this adds the OSGi manifest, and deletes things like
> documentation, which are not normally included in OSGi builds.
>
> ---------------
>
> The previous addons build did not create individual zips/tars of the
> individual
> projects - only the big aggregate ones.  Also, the current process is only
> producing source-release builds at the top level.  So, I think I will
> change the
> build to only produce individual zips/tars of individual projects if you
(Continue reading)

Marshall Schor | 1 Aug 2011 16:23

Re: addons build progress


On 8/1/2011 10:05 AM, Tommaso Teofili wrote:
> 2011/7/31 Marshall Schor <msa@...>
>
>> The addons build is now operating along the following lines:
>>
>> Each addon is built as if it were a single project.  A common
>> target/base-bin is
>> created which has the main artifact plus dependencies, documentation
>> (including
>> javadocs) and LICENSE/NOTICE etc. for that project's binary distribution.
>>
>> This is zipped / tarred up to produce "single assemblies".
>>
>> This is zipped / tarred up as part of the aggregate addons big assembly.
>>
>> This is also used as the base for making the PEAR file (for the "annotator"
>> projects only) - this adds the PEAR installation xml file, and zips up as a
>> PEAR.
>>
>> This is also used as the base for making the OSGi file (for the "annotator"
>> projects only) - this adds the OSGi manifest, and deletes things like
>> documentation, which are not normally included in OSGi builds.
>>
>> ---------------
>>
>> The previous addons build did not create individual zips/tars of the
>> individual
>> projects - only the big aggregate ones.  Also, the current process is only
>> producing source-release builds at the top level.  So, I think I will
(Continue reading)

Jörn Kottmann (JIRA | 1 Aug 2011 16:32
Picon
Favicon

[jira] [Created] (UIMA-2189) Add ASL headers to TextMarker files

Add ASL headers to TextMarker files
-----------------------------------

                 Key: UIMA-2189
                 URL: https://issues.apache.org/jira/browse/UIMA-2189
             Project: UIMA
          Issue Type: Task
          Components: TextMarker
            Reporter: Jörn Kottmann

All Text Marker files must have the AL 2.0 license header. Add the license header to all files of the Text
Marker system.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Tommaso Teofili | 1 Aug 2011 16:33
Picon
Gravatar

Re: addons build progress

2011/8/1 Marshall Schor <msa@...>

>
>
> On 8/1/2011 10:05 AM, Tommaso Teofili wrote:
> > 2011/7/31 Marshall Schor <msa@...>
> >
> >> The addons build is now operating along the following lines:
> >>
> >> Each addon is built as if it were a single project.  A common
> >> target/base-bin is
> >> created which has the main artifact plus dependencies, documentation
> >> (including
> >> javadocs) and LICENSE/NOTICE etc. for that project's binary
> distribution.
> >>
> >> This is zipped / tarred up to produce "single assemblies".
> >>
> >> This is zipped / tarred up as part of the aggregate addons big assembly.
> >>
> >> This is also used as the base for making the PEAR file (for the
> "annotator"
> >> projects only) - this adds the PEAR installation xml file, and zips up
> as a
> >> PEAR.
> >>
> >> This is also used as the base for making the OSGi file (for the
> "annotator"
> >> projects only) - this adds the OSGi manifest, and deletes things like
> >> documentation, which are not normally included in OSGi builds.
(Continue reading)

Jörn Kottmann (JIRA | 1 Aug 2011 16:56
Picon
Favicon

[jira] [Created] (UIMA-2190) Translate all German comments in the source code to English

Translate all German comments in the source code to English
-----------------------------------------------------------

                 Key: UIMA-2190
                 URL: https://issues.apache.org/jira/browse/UIMA-2190
             Project: UIMA
          Issue Type: Task
          Components: TextMarker
            Reporter: Jörn Kottmann

The Text Marker contribution contains a German comments in the source code, since we are an international
team and all members can only speak English the comments must be translated to English.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Gmane