Difference between revisions of "TextServer Documentation"

From Textserver wiki
Jump to: navigation, search
Line 17: Line 17:
 
=== Contents ===
 
=== Contents ===
  
# [http://textserver.lsi.upc.edu/wiki/index.php/Getting_Started Getting Started]
+
# [[Getting_Started Getting Started]]
# [http://textserver.lsi.upc.edu/wiki/index.php/Service_Catalog Service Catalog]
+
# [[Service_Catalog Service Catalog]]
# [http://textserver.lsi.upc.edu/wiki/index.php/Executing_Services Executing Services]
+
# [[Executing_Services Executing Services]]
## [http://textserver.lsi.upc.edu/wiki/index.php/Executing_Services_Browser Via Web browser]
+
## [[Executing_Services#Submitting_Jobs_via_Web_Browser Via Web browser]]
## [http://textserver.lsi.upc.edu/wiki/index.php/Executing_Services_Client Via Remote Client]
+
## [[Executing_Services#Submitting_Jobs_via_a_Remote_Client Via Remote Client]]

Revision as of 17:34, 19 January 2016

Introduction

TextServer is a platform of language analysis services that can be used to process texts either interactively or in batch mode.

TextServer is powered by the High Performance Computing cluster in the Computer Science Department at UPC, that totals over 1,000 cores and 3TB of RAM.

TextServer offers NLP services based on FreeLing and other tools. Services range from language identification or tokenization to Semantic Role Labelling and Coreference Resolution. Services are offered for a variety of languages, including English, Spanish, Russian, French, German, Italian, Portuguese, Catalan, Galician, Welsch, among others.

TextServer goals

TextServer aims to simplify the use of advanced Natural Language Processing pipelines such as FreeLing, moving them to the cloud and freeing the user from time-consuming installation procedures and complex library API calling.

With TextServer, the user can just submit a document or collection for its processing, and get the results in XML or JSON, among other formats.

The request can be sent manually via a web form, or programmatically from a remote client calling a web-service API.

Contents

  1. Getting_Started Getting Started
  2. Service_Catalog Service Catalog
  3. Executing_Services Executing Services
    1. Executing_Services#Submitting_Jobs_via_Web_Browser Via Web browser
    2. Executing_Services#Submitting_Jobs_via_a_Remote_Client Via Remote Client