contentConsumer-service · Default WebLab content consumer service implementation using a folderContentManager.
Group: org.ow2.weblab.service - All Dependencies
contentProvider-service · Default WebLab content provider service implementation using a folderContentManager.
Language Extraction component · 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.
Local file Exposer · 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.
Gate 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.
folder-source-reader · Use this component to crawl a folder with RDF weblab resources.
Resource Container using file system. · 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 check 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.
Blank Lines Remover · A service which remove all unused blank lines in text section of MediaUnits.
XML specific normaliser using Xpath. · An XML specific normaliser using Xpath.
Normaliser using Tika · A various documents normaliser using Tika.
String Query Creator · A service which create a StringQuery object from dc:source property extracted from a resource.
Simple Gazetteer · Load Gazetteer files from a folder to annotate WebLab documents.
Simple Resource Container using file system. · 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.
Annotation cleaner component · This component is dedicated to process annotations on a resource in order to clean/transform them. It also removes segments on which every annotation where removed.