Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.62 KB

README.md

File metadata and controls

57 lines (36 loc) · 1.62 KB
author title
Bernhard Fisseni
Normalization services for TEI XML files

Purpose

This is a WEB service for applying orthographic normalization, mainly to transcripts of spoken data in TEI

It uses the functionality provided by the TEI Speech Tools library; for the documentation of services and parameters, see there.

Using TEILicht on-line

A running instance is provided by the Leibniz Institute for the German Language.

Compilation and Hosting TEILicht Yourself

Dependencies

Besides the dependencies available via Maven, needs some utility functions. These can be locally mvn installed.

Compilation

mvn clean install

and then deploy the war in target/ to your servlet container of choice.

Calling the service

The normalization service will be at <root>/normalize, and expects data via POST, accepting/returning the MIME types:

  • application/tei+xml;format-variant=tei-iso-spoken;tokenized=1
  • application/tei+xml;format-variant=tei-dta;tokenized=1
  • application/tei+xml
  • application/xml

WADL

The WADL file is at SERVICE_NAME/services/application.wadl, e.g. at IDS: https://clarin.ids-mannheim.de/teilicht/services/application.wadl.