[
https://issues.apache.org/jira/browse/UIMA-2895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richard Eckart de Castilho updated UIMA-2895:
---------------------------------------------
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:
{noformat}
@Capabilies({
@Capability(
inputs= ...,
outputs= ...,
inputSofas= ...,
outputSofas=...,
languages = ...,
mimeTypes = ...
},
@Capability(
inputs= ...,
outputs= ...,
inputSofas= ...,
outputSofas=...,
languages = ...,
mimeTypes = ...
}
}
{noformat}
was:
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:
{noformat}
@CapabilitySets({
@CapabilitySet(
inputs= ...,
outputs= ...,
inputSofas= ...,
outputSofas=...,
languages = ...,
mimeTypes = ...
},
@CapabilitySet(
inputs= ...,
outputs= ...,
inputSofas= ...,
outputSofas=...,
languages = ...,
mimeTypes = ...
}
}
{noformat}
> Multiple capabilities per component
> -----------------------------------
>
> Key: UIMA-2895
> URL: https://issues.apache.org/jira/browse/UIMA-2895
> Project: UIMA
> Issue Type: Technical task
> Components: uimaFIT
> Reporter: Richard Eckart de Castilho
> Fix For: 2.3.0uimaFIT
>
>
> 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:
> {noformat}
> @Capabilies({
> @Capability(
> inputs= ...,
> outputs= ...,
> inputSofas= ...,
> outputSofas=...,
> languages = ...,
> mimeTypes = ...
> },
> @Capability(
> inputs= ...,
> outputs= ...,
> inputSofas= ...,
> outputSofas=...,
> languages = ...,
> mimeTypes = ...
> }
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)