Thilo Goetz (JIRA | 1 Feb 2008 10:49
Picon
Favicon

[jira] Work started: (UIMA-685) Create documentation for SimpleServer


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

Work on UIMA-685 started by Thilo Goetz.

> Create documentation for SimpleServer
> -------------------------------------
>
>                 Key: UIMA-685
>                 URL: https://issues.apache.org/jira/browse/UIMA-685
>             Project: UIMA
>          Issue Type: New Feature
>          Components: Sandbox-SimpleServer
>            Reporter: Thilo Goetz
>            Assignee: Thilo Goetz
>

--

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

Thilo Goetz (JIRA | 1 Feb 2008 10:49
Picon
Favicon

[jira] Commented: (UIMA-685) Create documentation for SimpleServer


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

Thilo Goetz commented on UIMA-685:
----------------------------------

I've started on this, but there's a lot more to be done.

> Create documentation for SimpleServer
> -------------------------------------
>
>                 Key: UIMA-685
>                 URL: https://issues.apache.org/jira/browse/UIMA-685
>             Project: UIMA
>          Issue Type: New Feature
>          Components: Sandbox-SimpleServer
>            Reporter: Thilo Goetz
>            Assignee: Thilo Goetz
>

--

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

Thilo Goetz (JIRA | 1 Feb 2008 11:17
Picon
Favicon

[jira] Assigned: (UIMA-719) Current Version of the HMM Tagger


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

Thilo Goetz reassigned UIMA-719:
--------------------------------

    Assignee: Thilo Goetz

> Current Version of the HMM Tagger
> ---------------------------------
>
>                 Key: UIMA-719
>                 URL: https://issues.apache.org/jira/browse/UIMA-719
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Sandbox-Tagger
>            Reporter: Eugenie Giesbrecht
>            Assignee: Thilo Goetz
>         Attachments: Models.zip, tagger.patch
>
>
> This version contains a couple of general changes in code and implements new heuristic features. The
tagger accuracy at the moment is in average 96 percent for English and 95% for German for the same types of
text. 

--

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

Thilo Goetz (JIRA | 1 Feb 2008 11:27
Picon
Favicon

[jira] Closed: (UIMA-719) Current Version of the HMM Tagger


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

Thilo Goetz closed UIMA-719.
----------------------------

    Resolution: Fixed

Patch applied with minor changes, thanks.  I put the models under "resources".

A note on the models.  The corpora used to build the models are not freely available, and we can't check them in
to our subversion.  The models as derived resources are unencumbered and free to use.

> Current Version of the HMM Tagger
> ---------------------------------
>
>                 Key: UIMA-719
>                 URL: https://issues.apache.org/jira/browse/UIMA-719
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Sandbox-Tagger
>            Reporter: Eugenie Giesbrecht
>            Assignee: Thilo Goetz
>         Attachments: Models.zip, tagger.patch
>
>
> This version contains a couple of general changes in code and implements new heuristic features. The
tagger accuracy at the moment is in average 96 percent for English and 95% for German for the same types of
text. 
(Continue reading)

Thilo Goetz (JIRA | 1 Feb 2008 11:29
Picon
Favicon

[jira] Created: (UIMA-737) Add information on Eclipse update site to download page of website

Add information on Eclipse update site to download page of website
------------------------------------------------------------------

                 Key: UIMA-737
                 URL: https://issues.apache.org/jira/browse/UIMA-737
             Project: UIMA
          Issue Type: Improvement
          Components: Website
            Reporter: Thilo Goetz
            Assignee: Thilo Goetz
            Priority: Minor

--

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

Thilo Goetz (JIRA | 1 Feb 2008 11:47
Picon
Favicon

[jira] Closed: (UIMA-737) Add information on Eclipse update site to download page of website


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

Thilo Goetz closed UIMA-737.
----------------------------

    Resolution: Fixed

> Add information on Eclipse update site to download page of website
> ------------------------------------------------------------------
>
>                 Key: UIMA-737
>                 URL: https://issues.apache.org/jira/browse/UIMA-737
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Website
>            Reporter: Thilo Goetz
>            Assignee: Thilo Goetz
>            Priority: Minor
>

--

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

LeHouillier, Frank D. | 1 Feb 2008 12:48

RE: capabilityLangugaeFlow - computeResultSpec

While making this change wouldn't affect us in any way as I can see now,
it would still be possible to use the Features in the Result Spec in a
similar way.  

Suppose you have an information extraction component that extracts
entities with attributes and you want to control which attributes are
actually being added to the CAS with the Result Spec.  You might have
type Person, with a range of features such as Address, Phone number,
Age, etc. some of which you want to output in a given configuration and
others not.  Suppose the information extraction component also extracts
attributes which are so useless that you don't include them as features
in the type system at all such as an internal id number.  Currently,
with a compiled Result Spec you could have the annotator look up the
feature on the basis of the name of the feature and then you could
reliably instantiate the feature without further ado.  After your
change, the feature would have to be checked to see if it actually
exists.  

Again, this doesn't seem like it is that big a deal to me but I thought
I might just point out that it might have a use case.  In practice, it
seems to me that most annotators figure out the features available
either during compilation by using the JCas or during the initialization
of the Annotator.  

-----Original Message-----
From: Marshall Schor [mailto:msa@...] 
Sent: Friday, January 25, 2008 3:57 PM
To: uima-dev@...
Subject: Re: capabilityLangugaeFlow - computeResultSpec

(Continue reading)

Marshall Schor | 1 Feb 2008 15:49

Re: capabilityLangugaeFlow - computeResultSpec

LeHouillier, Frank D. wrote:
> While making this change wouldn't affect us in any way as I can see now,
> it would still be possible to use the Features in the Result Spec in a
> similar way.  
>
> Suppose you have an information extraction component that extracts
> entities with attributes and you want to control which attributes are
> actually being added to the CAS with the Result Spec.  You might have
> type Person, with a range of features such as Address, Phone number,
> Age, etc. some of which you want to output in a given configuration and
> others not.  Suppose the information extraction component also extracts
> attributes which are so useless that you don't include them as features
> in the type system at all such as an internal id number.  Currently,
> with a compiled Result Spec you could have the annotator look up the
> feature on the basis of the name of the feature and then you could
> reliably instantiate the feature without further ado.  After your
> change, the feature would have to be checked to see if it actually
> exists.  
>   
We added code in the actual change that now checks to see if the feature 
actually exists (for a "compiled" Result Spec).  I thought it was better 
to preserve the status quo here, rather than remove this check (for 
performance reasons).  It didn't seem like it would have any measurable 
performance impact - it's one hash table lookup, basically.

Cheers. -Marshall
> Again, this doesn't seem like it is that big a deal to me but I thought
> I might just point out that it might have a use case.  In practice, it
> seems to me that most annotators figure out the features available
> either during compilation by using the JCas or during the initialization
(Continue reading)

Marshall Schor (JIRA | 1 Feb 2008 16:19
Picon
Favicon

[jira] Commented: (UIMA-698) wrong eclipse update site top level name - fix to match documentation


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

Marshall Schor commented on UIMA-698:
-------------------------------------

I added an Alias in an .htaccess file that should make eclipse-update-site go to eclipseUpdateSite.  When
we do the next release, we should consider removing this and renaming the directory directly.

> wrong eclipse update site top level name - fix to match documentation
> ---------------------------------------------------------------------
>
>                 Key: UIMA-698
>                 URL: https://issues.apache.org/jira/browse/UIMA-698
>             Project: UIMA
>          Issue Type: Bug
>          Components: Build, Packaging and Test
>    Affects Versions: 2.2.1
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>
> Docs say name is eclipse-update-site but the directory name was made eclipseUpdateSite.  Change build to
fix, and maybe fix in w.a.o/dist/ if permitted (otherwise, wait until next release).

--

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

Marshall Schor (JIRA | 1 Feb 2008 16:23
Picon
Favicon

[jira] Commented: (UIMA-737) Add information on Eclipse update site to download page of website


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

Marshall Schor commented on UIMA-737:
-------------------------------------

This documentation update is a bit a cross purposes with
http://issues.apache.org/jira/browse/UIMA-698 where an arbitrary choice was made to keep the
documentation, and fix the distribution.   If the Alias update works done in UIMA-698 just now, I'll fix
this to remove the references to incorrect documentation, and point it back to the eclipse-update-site name.

> Add information on Eclipse update site to download page of website
> ------------------------------------------------------------------
>
>                 Key: UIMA-737
>                 URL: https://issues.apache.org/jira/browse/UIMA-737
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Website
>            Reporter: Thilo Goetz
>            Assignee: Thilo Goetz
>            Priority: Minor
>

--

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


Gmane