Group: org.ow2.weblab.service
| Artifact | Last Version | Popularity | Description |
|---|---|---|---|
|
contentConsumer-service (2) contentConsumer-service |
1.6.1 | Default WebLab content consumer service implementation using a folderContentManager. | |
|
solr-engine (5) Solr Indexer/Searcher WebLab Web Service |
1.4 | ||
|
contentProvider-service (1) contentProvider-service |
1.6 | Default WebLab content provider service implementation using a folderContentManager. | |
|
file-repository (3) Resource Container using file system. |
1.6 | 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. | |
|
ngramj-language-extraction (3) Language Extraction component |
1.1.1 | 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. | |
|
gate-extraction (7) Gate Extraction |
2.0 | 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. | |
|
annotation-cleaner (2) Annotation cleaner component |
1.7 | 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. | |
|
tika-normaliser (6) Normaliser using Tika |
1.7 | A various documents normaliser using Tika. | |
|
blank-lines-remover (4) Blank Lines Remover |
1.3 | A service which remove all unused blank lines in text section of MediaUnits. | |
|
solr-duplicates-detector (3) Solr duplicates detector WebLab Web Service |
2.0 | ||
|
local-file-exposer (1) Local file Exposer |
1.1.1 | 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. | |
|
stringquery-creator-service (1) String Query Creator |
1.1 | A service which create a StringQuery object from dc:source property extracted from a resource. | |
|
folder-crawler-service (4) folder-crawler-service |
1.5.2 | Simple crawler | |
|
simple-gazetteer (1) Simple Gazetteer |
1.0 | Load Gazetteer files from a folder to annotate WebLab documents. | |
|
xml-normaliser (1) XML specific normaliser using Xpath. |
1.0 | An XML specific normaliser using Xpath. | |
|
folder-source-reader (1) folder-source-reader |
1.0 | Use this component to crawl a folder with RDF weblab resources. | |
|
simple-file-repository (1) Simple Resource Container using file system. |
1.0 | 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. |