XMLWordPrintableJSON

Details

    • Technical task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • uimaFIT
    • None

    Description

      uimaFIT creates a single Capability from all the different capability annotations on a component. UIMA allows a component to have multiple sets of capabilities. To support this, we would have to restructure the whole thing:

      @Capabilies({
        @Capability(
          inputs= ..., 
          outputs= ...,
          inputSofas= ..., 
          outputSofas=...,
          languages = ...,
          mimeTypes = ...
        },
        @Capability(
          inputs= ..., 
          outputs= ...,
          inputSofas= ..., 
          outputSofas=...,
          languages = ...,
          mimeTypes = ...
        }
      }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            rec Richard Eckart de Castilho
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: