is not current version
Last Version 2.0

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

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.7
Type

Type

war

Download gate-extraction 1.7


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