is not current version
Last Version 2.2.2

org.ow2.weblab.webservices:gate-extraction 2.2-RC1

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.webservices
ArtifactId

ArtifactId

gate-extraction
Version

Version

2.2-RC1
Type

Type

war

Download gate-extraction 2.2-RC1


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