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

  1. Service client of back Translation: Running back translation
    PHP Reference , Java Reference
  2. Service client of back translation with dictionary: Running back translation with a temporal dictionary
    PHP Reference , Java Reference
  3. Service client of multihop back translation: Running back translation via two or more languages
    PHP Reference , Java Reference
  4. Service client of example based translation: Conducting example-based translation
    PHP Reference , Java Reference
  5. Service client of multi-hop translation: Translating into target language via one or more languages
    PHP Reference , Java Reference
  6. Service client of translation: Translating input text from source language into target language.
    PHP Reference , Java Reference
  7. Service client of selecting translation: Selecting one translation from results of several machine translation services according to certain criteria
    PHP Reference , Java Reference
  8. Service client of translation with temporal dictionary: Running machine translation with temporal dictionary
    PHP Reference , Java Reference
  9. Service client of document translation: Applying machine translation to a Microsoft Word document
    PHP Reference
Top ↑

Service client of dictionary

  1. Service client of pictogram dictionary: Retrieving a pictogram associated with a keyword
    PHP Reference , Java Reference
  2. Service client of longest match dictionary: Conducting longest match search based on morphological analysis
    PHP Reference , Java Reference
  3. Service client of bililingual dictionary: Searching the translation of a keyword
    PHP Reference , Java Reference
  4. Service client of concept dictionary: Retrieving a concept represented by a set of synonyms
    PHP Reference , Java Reference
  5. Service client of bilingual dictionary supporting 'extract': Obtaining keywords from dictionaries by extracting them from source text
    PHP Reference , Java Reference
Top ↑

Service client of parallel text

  1. Service client of parallel text: Retrieving parallel translation
    PHP Reference , Java Reference
  2. Service client of template parallel text: Retrieving parallel texts using incomplete template texts
    PHP Reference , Java Reference
  3. Service client of parallel texts with internal metadata: Searching parallel texts by using metadata
    PHP Reference , Java Reference
  4. Service client of searching metadata of parallel text: Retrieving metadata scheme
    PHP Reference , Java Reference
Top ↑

Other service client

  1. Service client of morphological analysis: Dividing the input text into morphemes
    PHP Reference , Java Reference
  2. Service client of quality prediction: Returning the quality of the input document
    PHP Reference , Java Reference
  3. Service client of speech recognition: Analyzing an input audio file and returning the result as text
    PHP Reference , Java Reference
  4. Service client of similarity calculation: Measuring the similarity of two input sentences
    PHP Reference , Java Reference
  5. 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
  6. Service client of language identification: Returning input language
    PHP Reference , Java Reference
  7. Service client of paraphrase: Paraphrasing the input text into separate representation
    PHP Reference , Java Reference
  8. Service client of adjacency pair: Getting a list of the responses corresponding to the input utterance
    PHP Reference , Java Reference
  9. Service client of speech synthesis: Returning a synthesized speech audio file for the input text
    PHP Reference , Java Reference
  10. Service client: Model of service client
    PHP Reference , Java Reference
Top ↑

Functions using local service

Dictionary

Operating functions of the dictionary

  1. Operations regarding target language of the dictionary (Read, Add, Update and Delete)
    PHP Reference
  2. Export the dictionary data (such as XML, JSON)
    PHP Reference
  3. Import the dictionary data (such as CSV)
    PHP Reference
  4. Operations in the dictionary deployment state (Status check, Deploy, Undeploy)
    PHP Reference
  5. Operations regarding the owner information of the dictionary
    PHP Reference
  6. Search parallel translations in the dictionary (Searching by keyword)
    PHP Reference
Top ↑

Operating functions of dictionary entries

  1. Operations about the dictionary entry (Add, Read, Update and Delete)
    PHP Reference
  2. Outputting the dictionary entry (such as CSV, tub separated)
    PHP Reference
  3. Searching dictionary entry (Searching by ActiveRecord)
    PHP Reference
  4. Counting dictionary content (Sum of the number of the registered target languages, registered record of each language and contents in the dictionary)
    PHP Reference
Top ↑

Operating functions of dictionary service

  1. Providing WSDL of the dictionary service
    PHP Reference
  2. Starting the dictionary service
    PHP Reference
Top ↑

Parallel text dictionary

Operating functions of parallel text dictionary

  1. Operations regarding target language of the parallel text dictionary (Add, Read, Update and Delete)
    PHP Reference
  2. Exporting the parallel text dictionary data (such as XML, JSON)
    PHP Reference
  3. Importing the parallel text dictionary data (such as CSV)
    PHP Reference
  4. Operations regarding the parallel text dictionary deployment state (Status check, Deploy, (Undeploy)
    PHP Reference
  5. Operations regarding the owner information of the parallel text dictionary
    PHP Reference
  6. Search parallel translation in the parallel text dictionary (Searching by keyword)
    PHP Reference
Top ↑

Operating functions of parallel text entries

  1. Operations regarding the parallel text entries (Add, Read, Update and Delete)
    PHP Reference
  2. Outputting the parallel text entries (such as CSV, tub separated)
    PHP Reference
  3. Searching parallel text entries (Searching by ActiveRecord)
    PHP Reference
  4. 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
Top ↑

Operating functions of parallel text dictionary service

  1. Providing WSDL of the parallel text dictionary service
    PHP Reference
  2. Starting the parallel text dictionary service
    PHP Reference
Top ↑