Simple-gazetteer/1.3.0
From WebLab Wiki
(Redirected from Simple Gazetteer)
| Details | |
|---|---|
| Service Interfaces | Analyser |
| Exchange model: | WebLab 1.2.5 |
| Versions: |
1.2 1.3.0
|
| Licence | LGPL 2.1 |
| Supported OS | Windows/Linux/MacOs |
| Integrated COTS | N/A |
| Binary | simple-gazetteer-1.3.0.war |
| Sources | simple-gazetteer-1.3.0-sources.jar |
| Javadoc | simple-gazetteer-1.3.0-javadoc.jar |
| SVN | simple-gazetteer |
| Maven Artifact | |
|
<groupId>org.ow2.weblab.webservices</groupId> <artifactId>simple-gazetteer</artifactId> <version>1.3.0</version> | |
| Release Note | |
This service loads gazetteers from files in a folders and annotates WebLab Text mediaunit when named entities match some part of gazetteer.
Contents |
Configuration
The configuration of this service is done through the choice of the implementation of the endpoint in cxfBeanFile.xml (org.ow2.weblab.service.gazetteer.GazetteerImpl by default). To manage gazetteers, you must add/remove gazetteer from the gaz directory in the service. By default, there are three gazetteers:
TODO: This part has to be completed. To be more detailed.UsageContext effects
Usage context has no effect.
Examples of SOAP Input/Output
TODO: This part has to be completed. Known Limitations
N/A
Dependencies
List off all dependencies of this service:
- org.ow2.weblab.core.helpers rdf-helper-jena 1.4.0-SNAPSHOT
- org.ow2.weblab.core model 1.2.5-SNAPSHOT
- org.ow2.weblab.core extended 1.2.5-SNAPSHOT
- org.ow2.weblab.core annotator 1.2.5-SNAPSHOT
- org.apache.cxf cxf-rt-frontend-jaxws 2.6.1
- org.apache.cxf cxf-rt-transports-http 2.6.1
- org.springframework spring-web 3.0.7.RELEASE
- xalan xalan 2.7.1
- xml-apis xml-apis 1.3.04
- commons-logging commons-logging 1.1.1
- junit junit 4.10
- javax.servlet servlet-api 2.5

