You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Nicolas Hernandez (Created) (JIRA)" <de...@uima.apache.org> on 2011/12/09 21:53:39 UTC

[jira] [Created] (UIMA-2305) Adding graphical components to the DocumentAnalyzer to handle the input file format (xcas, xmi, textDocument)

Adding graphical components to the DocumentAnalyzer to handle the input file format (xcas, xmi, textDocument)
-------------------------------------------------------------------------------------------------------------

                 Key: UIMA-2305
                 URL: https://issues.apache.org/jira/browse/UIMA-2305
             Project: UIMA
          Issue Type: Improvement
          Components: Tools
    Affects Versions: 2.4.0SDK
         Environment: Linux version 2.6.32-36-generic (buildd@allspice) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #79-Ubuntu SMP Tue Nov 8 22:29:53 UTC 2011

java version "1.6.0_26" 
Java(TM) SE Runtime Environment (build 1.6.0_26-b03) 
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode) 
            Reporter: Nicolas Hernandez


In the uimaj-tools package, the DocumentAnalyzer class [1] does not offer the way to graphically set up the input file format (xcas, xmi, textDocument) while it uses the FileSystemCollectionReader class [2] which offers its possibility.

We propose to add two graphical components: one to set up the input file format (xcas, xmi, textDocument) and the other to indicate if the execution must fails if an encountered type is unknown (when parsing xmi files).


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (UIMA-2305) Adding graphical components to the DocumentAnalyzer to handle the input file format (xcas, xmi, textDocument)

Posted by "Nicolas Hernandez (Updated) (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-2305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Hernandez updated UIMA-2305:
------------------------------------

    Attachment: UIMA-2305.patch

>From uimaj-tools
                
> Adding graphical components to the DocumentAnalyzer to handle the input file format (xcas, xmi, textDocument)
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: UIMA-2305
>                 URL: https://issues.apache.org/jira/browse/UIMA-2305
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Tools
>    Affects Versions: 2.4.0SDK
>         Environment: Linux version 2.6.32-36-generic (buildd@allspice) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #79-Ubuntu SMP Tue Nov 8 22:29:53 UTC 2011
> java version "1.6.0_26" 
> Java(TM) SE Runtime Environment (build 1.6.0_26-b03) 
> Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode) 
>            Reporter: Nicolas Hernandez
>         Attachments: UIMA-2305.patch
>
>
> In the uimaj-tools package, the DocumentAnalyzer class [1] does not offer the way to graphically set up the input file format (xcas, xmi, textDocument) while it uses the FileSystemCollectionReader class [2] which offers its possibility.
> We propose to add two graphical components: one to set up the input file format (xcas, xmi, textDocument) and the other to indicate if the execution must fails if an encountered type is unknown (when parsing xmi files).
> [1] org/apache/uima/tools/docanalyzer/DocumentAnalyzer.java
> [2] org/apache/uima/tools/components/FileSystemCollectionReader.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (UIMA-2305) Adding graphical components to the DocumentAnalyzer to handle the input file format (xcas, xmi, textDocument)

Posted by "Nicolas Hernandez (Updated) (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-2305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Hernandez updated UIMA-2305:
------------------------------------

    Description: 
In the uimaj-tools package, the DocumentAnalyzer class [1] does not offer the way to graphically set up the input file format (xcas, xmi, textDocument) while it uses the FileSystemCollectionReader class [2] which offers its possibility.

We propose to add two graphical components: one to set up the input file format (xcas, xmi, textDocument) and the other to indicate if the execution must fails if an encountered type is unknown (when parsing xmi files).

[1] org/apache/uima/tools/docanalyzer/DocumentAnalyzer.java
[2] org/apache/uima/tools/components/FileSystemCollectionReader.java


  was:
In the uimaj-tools package, the DocumentAnalyzer class [1] does not offer the way to graphically set up the input file format (xcas, xmi, textDocument) while it uses the FileSystemCollectionReader class [2] which offers its possibility.

We propose to add two graphical components: one to set up the input file format (xcas, xmi, textDocument) and the other to indicate if the execution must fails if an encountered type is unknown (when parsing xmi files).


    
> Adding graphical components to the DocumentAnalyzer to handle the input file format (xcas, xmi, textDocument)
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: UIMA-2305
>                 URL: https://issues.apache.org/jira/browse/UIMA-2305
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Tools
>    Affects Versions: 2.4.0SDK
>         Environment: Linux version 2.6.32-36-generic (buildd@allspice) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #79-Ubuntu SMP Tue Nov 8 22:29:53 UTC 2011
> java version "1.6.0_26" 
> Java(TM) SE Runtime Environment (build 1.6.0_26-b03) 
> Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode) 
>            Reporter: Nicolas Hernandez
>
> In the uimaj-tools package, the DocumentAnalyzer class [1] does not offer the way to graphically set up the input file format (xcas, xmi, textDocument) while it uses the FileSystemCollectionReader class [2] which offers its possibility.
> We propose to add two graphical components: one to set up the input file format (xcas, xmi, textDocument) and the other to indicate if the execution must fails if an encountered type is unknown (when parsing xmi files).
> [1] org/apache/uima/tools/docanalyzer/DocumentAnalyzer.java
> [2] org/apache/uima/tools/components/FileSystemCollectionReader.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (UIMA-2305) Adding graphical components to the DocumentAnalyzer to handle the input file format (xcas, xmi, textDocument)

Posted by "Nicolas Hernandez (Updated) (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-2305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Hernandez updated UIMA-2305:
------------------------------------

    Comment: was deleted

(was: From uimaj-tools)
    
> Adding graphical components to the DocumentAnalyzer to handle the input file format (xcas, xmi, textDocument)
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: UIMA-2305
>                 URL: https://issues.apache.org/jira/browse/UIMA-2305
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Tools
>    Affects Versions: 2.4.0SDK
>         Environment: Linux version 2.6.32-36-generic (buildd@allspice) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #79-Ubuntu SMP Tue Nov 8 22:29:53 UTC 2011
> java version "1.6.0_26" 
> Java(TM) SE Runtime Environment (build 1.6.0_26-b03) 
> Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode) 
>            Reporter: Nicolas Hernandez
>         Attachments: UIMA-2305.patch
>
>
> In the uimaj-tools package, the DocumentAnalyzer class [1] does not offer the way to graphically set up the input file format (xcas, xmi, textDocument) while it uses the FileSystemCollectionReader class [2] which offers its possibility.
> We propose to add two graphical components: one to set up the input file format (xcas, xmi, textDocument) and the other to indicate if the execution must fails if an encountered type is unknown (when parsing xmi files).
> [1] org/apache/uima/tools/docanalyzer/DocumentAnalyzer.java
> [2] org/apache/uima/tools/components/FileSystemCollectionReader.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (UIMA-2305) Adding graphical components to the DocumentAnalyzer to handle the input file format (xcas, xmi, textDocument)

Posted by "Nicolas Hernandez (Commented) (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13166560#comment-13166560 ] 

Nicolas Hernandez commented on UIMA-2305:
-----------------------------------------

The following patch mainly modifies the DocumentAnalyzer [1] and the PrefsMediator [3] (a comment description is added in [2]).

[1] org/apache/uima/tools/docanalyzer/DocumentAnalyzer.java
[2] org/apache/uima/tools/components/FileSystemCollectionReader.java
[3] org/apache/uima/tools/docanalyzer/PrefsMediator.java
                
> Adding graphical components to the DocumentAnalyzer to handle the input file format (xcas, xmi, textDocument)
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: UIMA-2305
>                 URL: https://issues.apache.org/jira/browse/UIMA-2305
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Tools
>    Affects Versions: 2.4.0SDK
>         Environment: Linux version 2.6.32-36-generic (buildd@allspice) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #79-Ubuntu SMP Tue Nov 8 22:29:53 UTC 2011
> java version "1.6.0_26" 
> Java(TM) SE Runtime Environment (build 1.6.0_26-b03) 
> Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode) 
>            Reporter: Nicolas Hernandez
>         Attachments: UIMA-2305.patch
>
>
> In the uimaj-tools package, the DocumentAnalyzer class [1] does not offer the way to graphically set up the input file format (xcas, xmi, textDocument) while it uses the FileSystemCollectionReader class [2] which offers its possibility.
> We propose to add two graphical components: one to set up the input file format (xcas, xmi, textDocument) and the other to indicate if the execution must fails if an encountered type is unknown (when parsing xmi files).
> [1] org/apache/uima/tools/docanalyzer/DocumentAnalyzer.java
> [2] org/apache/uima/tools/components/FileSystemCollectionReader.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira