is not current version
Last Version 2.0

org.ow2.weblab.service:gate-extraction 1.3

Gate based component, that can process the Text units to extract informations using Gate's tools (such as grammars, gazetteers, tokenizer or POS Taggers). This project contains two versions, a simple component and webservice one.

GroupId

GroupId

org.ow2.weblab.service
ArtifactId

ArtifactId

gate-extraction
Version

Version

1.3
Type

Type

war

Download gate-extraction 1.3


<!-- https://jarcasting.com/artifacts/org.ow2.weblab.service/gate-extraction/ -->
<dependency>
    <groupId>org.ow2.weblab.service</groupId>
    <artifactId>gate-extraction</artifactId>
    <version>1.3</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.service/gate-extraction/
implementation 'org.ow2.weblab.service:gate-extraction:1.3'
// https://jarcasting.com/artifacts/org.ow2.weblab.service/gate-extraction/
implementation ("org.ow2.weblab.service:gate-extraction:1.3")
'org.ow2.weblab.service:gate-extraction:war:1.3'
<dependency org="org.ow2.weblab.service" name="gate-extraction" rev="1.3">
  <artifact name="gate-extraction" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.service', module='gate-extraction', version='1.3')
)
libraryDependencies += "org.ow2.weblab.service" % "gate-extraction" % "1.3"
[org.ow2.weblab.service/gate-extraction "1.3"]