Questions tagged [google-input-tools]

Google Input Tools is an input method editor which allows users to enter text in any of the supported languages using a Latin (English / QWERTY) keyboard

Google Input Tools is an input method editor which allows users to enter text in any of the supported languages using a Latin (English / QWERTY) keyboard. Users can type a word the way it sounds using Latin characters and Google Input Tools will convert the word to its native script. Available input tools include transliteration, IME, and on-screen keyboards

21 questions
19
votes
1 answer

Google Input Tools "API" -- can it be used?

I noticed that Google accepts transliteration and IME requests in any language through the url: https://inputtools.google.com/request?text=$&itc=$&num=$\ &cp=0&cs=1&ie=utf-8&oe=utf-8&app=test where $ is a variable below, for any language and…
atp
  • 30,132
  • 47
  • 125
  • 187
15
votes
1 answer

Changing/Switching the Windows 7 input language using java

Have read old questions similar to this none of them helped my case. OS: Windows 7 x64 Language Inputs: I want to switch the language to Malayalam(India)[Google Input tools] for only one jTextField in Java Swing application and switch back to…
Sangeet Menon
  • 9,555
  • 8
  • 40
  • 58
8
votes
1 answer

How to integrate Google Handwriting Input keyboard in own app?

Is there any way to integrate "Google Handwriting Input" tool in your own app. I have checked the links below http://googlesystem.blogspot.in/2015/04/google-handwriting-app-for-android.html Android handwriting recognition I have checked 2nd…
Sanket990
  • 665
  • 1
  • 10
  • 22
6
votes
1 answer

Standard Algorithms to implement Transliteration and Transliteration Suggestion

I have constructed an algorithm to transliterate from English to multiple languages, Since we should show them appropriate suggestion for the words they have entered, I have made logic to search in that language dictionary. Logic I have implemented…
5
votes
1 answer

google JS input tools (transliteration) not working

I am developing a website with Google input tools API. The transliteration api is not working on android devices.it is working fine on iOS devices and desktop devices. (did not test on windows mobile) Google input tools link even the above link…
Bhanuka Yd
  • 646
  • 8
  • 25
4
votes
1 answer

Integrate Google handwriting input keyboard directly in your android app

I am developing an android app which gets user handwriting on the screen and write that as a text in editText field of android. I have used gesture recognition before but that not gets too far as I have discussed in some of my other post. But that…
user5779538
3
votes
0 answers

how to create dropdown input like google-input-tool in reactjs?

How can I make a dropdown suggestion like google-input-tool with the input in that same as in the image below? (I am able to get dropdown but not in the textarea while typing a word)
Kishor
  • 502
  • 1
  • 5
  • 12
3
votes
2 answers

How to write your own input tool software for windows for my language?

My language Kachhi has no official Unicode support but I have developed my own fonts in ttf, otf , svg etc format. I already run a website using same fonts. I want users to be able to write or input in my language using my fonts (preferably on all…
MMG
  • 390
  • 1
  • 6
  • 20
3
votes
0 answers

Google input tools for sinhala language source code

I am interested in the Google input tools for Sinhala language. I used google but I was unable to find the source code for this. But anyway, I found this. It is for Chinese language. Does anyone know where I can find the Google input tools for…
shan1024
  • 1,389
  • 7
  • 17
2
votes
0 answers

how to use sinhala unicode for suggestions in EditText in android

I'm creating an android app that is totally Sinhala. I want to enable users to type Singlish in the application and suggest related Sinhala letters according to user typed Singlish word. like google input tools does. what's the process to accomplish…
1
vote
0 answers

Is Google input tool available to use in website input translation or not?

i'm trying to use this: https://developers.google.com/transliterate/v1/getting_started , when i'm use this it shows following error: Loading "elements" other than "inputtools" is unsupported. and in its top gives following message: The Google…
DarkRoom
  • 23
  • 6
1
vote
1 answer

How to select last suggestion in google input tools

I added google input tools extension to google chrome and it's working fine. Often I type documents in google docs with my native language and in there it contains some english words. As input tools give suggestions, english suggestion comes last.…
Ashan Priyadarshana
  • 3,119
  • 3
  • 29
  • 34
1
vote
1 answer

Send request to Google input tools in python

I want to send some (about 200k) request to Google Input API and display results. For example I want to send deep and it must return: ["deep","dépenses","dépend","dépendance","dépendant"] I tried following script but it's not helpful: def…
Amir
  • 16,067
  • 10
  • 80
  • 119
0
votes
1 answer

how to used google-input-tool in react js

I am using code as Google Transliterate API Developer's Guide but it not working Code import React, { Component } from "react"; import PropTypes from "prop-types"; import $ from 'jquery'; import …
0
votes
0 answers

Google Input Tools User Dictionary Format

I am using a discontinued Google Product Called 'Google Input Tools' which is still available for download through non MS websites. It is a very useful tool for transliterating text from one script to another. It has dictionary import and export…
mohsyn
  • 186
  • 12
1
2