Group: OW2 WebLab Webservices

Sort: popular | newest
This service implements the Indexer and Searcher interface of WebLab and connect to a remote SOLR engine in order to realize the functions. The connection is mandatory and thus the remote SOLR server should be started beforehand. Configuration of the SOLR server URL is found in src/main/webapp/WEB-INF/cxf-servlet.xml . See in particular "indexerServiceBean" and "searcherServiceBean". Moreover, the service implements several "Analyser" services that could be included in a complete search chain in ...
Last Release on Jul 17, 2012

2. Simple Gazetteer

org.ow2.weblab.webservices » simple-gazetteerLGPL

Load Gazetteer files from a folder to annotate WebLab documents.
Last Release on Jul 13, 2012

3. Folder Listener

org.ow2.weblab.webservices » folder-listenerLGPL

Create a queue manager which listens to folders and converts files, resources or warcs for each nextResource call. Each particular type of file is managed through a dedicated implementations.
Last Release on Jun 26, 2012

4. Local File Exposer

org.ow2.weblab.webservices » local-file-exposerLGPL

When indexing a shared folder, it enable to add the value of the dc:source property to wl:isExposedAs. It is possible to apply a transformation on the value to be copied. To let this work, it's need to add a context file in either your tomcat or liferay configuration and to let this service use the URL of your server as exposition pattern.
Last Release on Jun 26, 2012

5. RSS Splitter Using Modified ROME

org.ow2.weblab.webservices » rss-splitterLGPL

Take a RSS doc and split it into multiple WL annotated docs using ROME RSS Parser.
Last Release on Jun 26, 2012

6. Resource Container Using File System.

org.ow2.weblab.webservices » file-repositoryLGPL

It's a file system repository. Just configure the file system folder and the component will save and load resources from files in this folder. When you save a resource, the component checks if the resource's uri exists and if it's exists replace it, if not generate an unique uri for the repository and replace all old uris with the new one and save the resource. You can load every saved resource, and subresource.
Last Release on Jun 26, 2012

7. Gate Extraction

org.ow2.weblab.webservices » gate-extractionLGPL

Gate based component, that can process the Text units to extract informations using Gate's tools (such as grammars, gazetteers, tokenizer or POS Taggers).
Last Release on Jul 13, 2012

8. Blank Lines Remover

org.ow2.weblab.webservices » blank-lines-removerLGPL

A service which remove all unused blank lines in text section of MediaUnits.
Last Release on Mar 1, 2012
Boilerpipe HTML Purification Service
Last Release on Jun 26, 2012

10. WebLab WebServices Parent POM

org.ow2.weblab.webservices » parentLGPL

This is a generic parent for Web Services developed for the WebLab platform.
Last Release on Aug 19, 2011
Solr Duplicates Detector WebLab Web Service
Last Release on Jun 26, 2012

12. Open Search Connector

org.ow2.weblab.webservices » open-search-connectorLGPL

This is a project generated WebLab Maven plug-in
Last Release on Jul 11, 2012

13. Folder Crawler Service

org.ow2.weblab.webservices » folder-crawler-serviceLGPL

This simple crawler can be used to iterate over files inside a folder on your file system.
Last Release on Feb 22, 2012

14. Folder Resource Iterator

org.ow2.weblab.webservices » folder-resource-iteratorLGPL

This service is QueueManager that browses a folder containing WebLab resources. It provides filtering features to prevent from crawling resources if needed.
Last Release on Mar 7, 2012

15. Language Extraction Component

org.ow2.weblab.webservices » ngramj-language-extractionLGPL

This component is dedicated to process text resources contained by the Resource in input in order to identify in which language they are written. A dc:language property is added to every Text section having as value name of the ngp file used as for language profile.
Last Release on Mar 6, 2012

16. XML Specific Normaliser Using Xpath.

org.ow2.weblab.webservices » xml-normaliser

An XML specific normaliser using Xpath.
Last Release on Jun 26, 2012

17. Moses Translate Service

org.ow2.weblab.webservices » moses-translationLGPL

This service rely on Moses, and the command line must be installed. NOT TESTED ON WINDOWS BASED OPERATING SYSTEM. A dc:language property is added to every Text section that will be created in parallel to the original Text section.
Last Release on Oct 12, 2011
It's a simple file system repository. Just configure the file system folder and the component will save and load resources from files in this folder. This implementation is able to save and get resources. The limitation are that it is not assigning an new URI. It hashes the existing one to save the files. It's also not able to get or save sub resources since it uses the hash as key. In most of the application, you'd rather to use the file-repository whitch is able to do so.
Last Release on Feb 7, 2012
This service implements the Indexer and Searcher interface of WebLab and uses a embedded SOLR engine in order to realize the functions. Unlike the other SolR service, this version does not need having SolR installed. Configuration of the SOLR service can be done through IndexerBean.xml and SearcherBean.xml whereas the SolR instance configuration resides in the solr directory.
Last Release on Jul 13, 2012

20. Sphinx Transcription Service

org.ow2.weblab.webservices » sphinx-transcriptionLGPL

This service rely on Sphinx.
Last Release on Oct 12, 2011