Multilingual Studio Home > Function List
Multilingual Studio Function List
Multilingual Studio is a set of APIs for using the multi-language functions provided by the Language Grid, such as back translation, text-to-speech, multi-hop translation and so on.This page lists the set of functions provided by Multilingual Studio.
Multilingual Studio provides PHP libraries and Java libraries.
Function using service of Language Grid
Service client of translation
- Service client of back Translation: Running back
            translation
 PHP Reference , Java Reference
- Service client of back translation with dictionary:
            Running back translation with a temporal dictionary
 PHP Reference , Java Reference
- Service client of multihop back translation: Running back
            translation via two or more languages
 PHP Reference , Java Reference
- Service client of example based translation: Conducting
            example-based translation
 PHP Reference , Java Reference
- Service client of multi-hop translation: Translating into
            target language via one or more languages
 PHP Reference , Java Reference
- Service client of translation: Translating input text from
            source language into target language.
 PHP Reference , Java Reference
- Service client of selecting translation: Selecting one
            translation from results of several machine translation
            services according to certain criteria
 PHP Reference , Java Reference
- Service client of translation with temporal dictionary:
            Running machine translation with temporal dictionary
 PHP Reference , Java Reference
- Service client of document translation: Applying machine
            translation to a Microsoft Word document
 PHP Reference
Service client of dictionary
- Service client of pictogram dictionary: Retrieving a
            pictogram associated with a keyword
 PHP Reference , Java Reference
- Service client of longest match dictionary: Conducting
            longest match search based on morphological analysis
 PHP Reference , Java Reference
- Service client of bililingual dictionary: Searching the
            translation of a keyword
 PHP Reference , Java Reference
- Service client of concept dictionary: Retrieving a concept
            represented by a set of synonyms
 PHP Reference , Java Reference
- Service client of bilingual dictionary supporting
            'extract': Obtaining keywords from dictionaries by
            extracting them from source text
 PHP Reference , Java Reference
Service client of parallel text
- Service client of parallel text: Retrieving parallel
            translation
 PHP Reference , Java Reference
- Service client of template parallel text: Retrieving
            parallel texts using incomplete template texts
 PHP Reference , Java Reference
- Service client of parallel texts with internal metadata:
            Searching parallel texts by using metadata
 PHP Reference , Java Reference
- Service client of searching metadata of parallel text:
            Retrieving metadata scheme
 PHP Reference , Java Reference
Other service client
- Service client of morphological analysis: Dividing the
            input text into morphemes
 PHP Reference , Java Reference
- Service client of quality prediction: Returning the
            quality of the input document
 PHP Reference , Java Reference
- Service client of speech recognition: Analyzing an input
            audio file and returning the result as text
 PHP Reference , Java Reference
- Service client of similarity calculation: Measuring the
            similarity of two input sentences
 PHP Reference , Java Reference
- Service client of dependency parser: Splitting the input
            text by clause or phrase, and analyzing the dependency
            relation between the segments
 PHP Reference , Java Reference
- Service client of language identification: Returning input
            language
 PHP Reference , Java Reference
- Service client of paraphrase: Paraphrasing the input text
            into separate representation
 PHP Reference , Java Reference
- Service client of adjacency pair: Getting a list of the
            responses corresponding to the input utterance
 PHP Reference , Java Reference
- Service client of speech synthesis: Returning a
            synthesized speech audio file for the input text
 PHP Reference , Java Reference
- Service client: Model of service client
 PHP Reference , Java Reference
Functions using local service
Dictionary
Operating functions of the dictionary
- Operations regarding target language of the dictionary
            (Read, Add, Update and Delete)
 PHP Reference
- Export the dictionary data (such as XML, JSON)
 PHP Reference
- Import the dictionary data (such as CSV)
 PHP Reference
- Operations in the dictionary deployment state (Status
            check, Deploy, Undeploy)
 PHP Reference
- Operations regarding the owner information of the
            dictionary
 PHP Reference
- Search parallel translations in the dictionary (Searching
            by keyword)
 PHP Reference
Operating functions of dictionary entries
- Operations about the dictionary entry (Add, Read, Update
            and Delete)
 PHP Reference
- Outputting the dictionary entry (such as CSV, tub
            separated)
 PHP Reference
- Searching dictionary entry (Searching by ActiveRecord)
 PHP Reference
- Counting dictionary content (Sum of the number of the
            registered target languages, registered record of each
            language and contents in the dictionary)
 PHP Reference
Operating functions of dictionary service
- Providing WSDL of the dictionary service
 PHP Reference
- Starting the dictionary service
 PHP Reference
Parallel text dictionary
Operating functions of parallel text dictionary
- Operations regarding target language of the parallel text
            dictionary (Add, Read, Update and Delete)
 PHP Reference
- Exporting the parallel text dictionary data (such as XML,
            JSON)
 PHP Reference
- Importing the parallel text dictionary data (such as CSV)
 PHP Reference
- Operations regarding the parallel text dictionary
            deployment state (Status check, Deploy, (Undeploy)
 PHP Reference
- Operations regarding the owner information of the parallel
            text dictionary
 PHP Reference
- Search parallel translation in the parallel text
            dictionary (Searching by keyword)
 PHP Reference
Operating functions of parallel text entries
- Operations regarding the parallel text entries (Add, Read,
            Update and Delete)
 PHP Reference
- Outputting the parallel text entries (such as CSV, tub
            separated)
 PHP Reference
- Searching parallel text entries (Searching by
            ActiveRecord)
 PHP Reference
- Counting parallel text content (Sum of the number of the
            registered target language, registered record of each
            language and contents in the parallel text dictionary)
 PHP Reference
Operating functions of parallel text dictionary service
- Providing WSDL of the parallel text dictionary service
 PHP Reference
- Starting the parallel text dictionary service
 PHP Reference