| License |
License |
|---|---|
| GroupId | GroupIdorg.ow2.weblab.service |
| ArtifactId | ArtifactIdgate-extraction |
| Last Version | Last Version2.0 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
DescriptionGate Extraction
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.
|
| Filename | Size |
|---|---|
| gate-extraction-2.0.pom | |
| gate-extraction-2.0.war | 23 MB |
| gate-extraction-2.0-sources.jar | 1 MB |
| gate-extraction-2.0-javadoc.jar | 51 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.weblab.service/gate-extraction/ -->
<dependency>
<groupId>org.ow2.weblab.service</groupId>
<artifactId>gate-extraction</artifactId>
<version>2.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.service/gate-extraction/
implementation 'org.ow2.weblab.service:gate-extraction:2.0'
// https://jarcasting.com/artifacts/org.ow2.weblab.service/gate-extraction/
implementation ("org.ow2.weblab.service:gate-extraction:2.0")
'org.ow2.weblab.service:gate-extraction:war:2.0'
<dependency org="org.ow2.weblab.service" name="gate-extraction" rev="2.0">
<artifact name="gate-extraction" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.service', module='gate-extraction', version='2.0')
)
libraryDependencies += "org.ow2.weblab.service" % "gate-extraction" % "2.0"
[org.ow2.weblab.service/gate-extraction "2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| gate » gate | jar | 5.2.1 |
| org.ow2.weblab.core.helpers : rdf-helper-jena | jar | 1.3 |
| org.springframework : spring-core | jar | 2.5.6 |
| org.ow2.weblab.core : model | jar | 1.2 |
| org.ow2.weblab.core : extended | jar | 1.2 |
| org.ow2.weblab.core : annotator | jar | 1.2 |
| commons-logging : commons-logging | jar | 1.1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun.xml.ws : jaxws-rt | jar | 2.1.7 |
| xalan : xalan | jar | 2.7.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| net.sourceforge.groboutils » groboutils-core | jar | 5 |
| junit : junit | jar | 4.8.1 |