Historical Transliteration Tool: Difference between revisions
PaoloMonella (talk | contribs) (Deleted category Font) |
(struct; authors; legacy) |
||
| Line 1: | Line 1: | ||
== | ==Available== | ||
* https://www.classineer.de/g2l?doc=api (link broken as of 2016) | |||
==Authors== | |||
* | * Fabian Körner | ||
* Gabriel Bodard | |||
==Description== | |||
Formerly known as ''Greek to Latin Historical Transliteration Tool'' (G2L), it was then migrated to the '''Collaborative Web Services''' platform (CoWS) and renamed '''Historical Transliteration Tool''', whence the acronym CoWS:HiTT. The CoWS project is still under development. Until a first stable release of the CoWS software will be available, the transliteration of Greek tokens to Latin (using the translation rules from England of the 19th century) will be provided as a stand-alone service. Different from the documentation (see link below) the service is no longer provided by the BBAW. | |||
G-Tool (G2L) is a web service that currently provides transliteration of single greek tokens to latin. Its aim is to make this possible in a flexible way by using choosable rulesets which implement spatial and temporal differences. It is developed by Fabian Körner (BBAW) and Gabriel Bodard (KCL) and hosted by the Berlin-Brandenburg Academy of Sciences and Humanities. | G-Tool (G2L) is a web service that currently provides transliteration of single greek tokens to latin. Its aim is to make this possible in a flexible way by using choosable rulesets which implement spatial and temporal differences. It is developed by Fabian Körner (BBAW) and Gabriel Bodard (KCL) and hosted by the Berlin-Brandenburg Academy of Sciences and Humanities. | ||
| Line 10: | Line 16: | ||
The process that it performs is a Greek to Latin historical transliteration. The service is designed to convert Greek text to, e.g., 19th century English transliteration, or modern French, or German, using the rules and conventions of those languages and periods. | The process that it performs is a Greek to Latin historical transliteration. The service is designed to convert Greek text to, e.g., 19th century English transliteration, or modern French, or German, using the rules and conventions of those languages and periods. | ||
==Example== | ===Example=== | ||
* Parameters include method, ruleset, token, output(-format) | * Parameters include method, ruleset, token, output(-format) | ||
| Line 21: | Line 27: | ||
[[category:Unicode]] | [[category:Unicode]] | ||
[[category:Web service]] | [[category:Web service]] | ||
[[category:legacy data]] | |||
Revision as of 16:10, 28 October 2016
Available
- https://www.classineer.de/g2l?doc=api (link broken as of 2016)
Authors
- Fabian Körner
- Gabriel Bodard
Description
Formerly known as Greek to Latin Historical Transliteration Tool (G2L), it was then migrated to the Collaborative Web Services platform (CoWS) and renamed Historical Transliteration Tool, whence the acronym CoWS:HiTT. The CoWS project is still under development. Until a first stable release of the CoWS software will be available, the transliteration of Greek tokens to Latin (using the translation rules from England of the 19th century) will be provided as a stand-alone service. Different from the documentation (see link below) the service is no longer provided by the BBAW.
G-Tool (G2L) is a web service that currently provides transliteration of single greek tokens to latin. Its aim is to make this possible in a flexible way by using choosable rulesets which implement spatial and temporal differences. It is developed by Fabian Körner (BBAW) and Gabriel Bodard (KCL) and hosted by the Berlin-Brandenburg Academy of Sciences and Humanities.
The process that it performs is a Greek to Latin historical transliteration. The service is designed to convert Greek text to, e.g., 19th century English transliteration, or modern French, or German, using the rules and conventions of those languages and periods.
Example
- Parameters include method, ruleset, token, output(-format)
- example query:
https://www.classineer.de/g2l?ruleset=en19&method=greekToLatin&token=Φιλόξενος&output=xml - response:
<result method="greekToLatin" ruleset="en19" token="Φιλόξενος">Philoxenus</result>
Fuller documentation at address above.