Conference Template A4
Conference Template A4
Conference Template A4
A. Scope
1. The android application will be based on java or
Kotlin.
2. The concept of NLP is used.
Relations among the words are illustrated above the
sentence with directed, labelled arcs from heads to
dependents (+ indicate the dependent) [2].
Given an n-word sentence:
1. for i := 1 to n do
2. begin
3. for j := i − 1 down to 1 do
4. begin
5. If no word has been linked as head of word i, then
6. if the grammar permits, link word j as head of word
i;
7. If word j is not a dependent of some other word,
then
8. if the grammar permits, link word j as dependent of
word i
9. end VIII.CONCLUSION
10. end [3] This is an innovative project based on an app which will
narrate children’s stories to hearing impaired children by
taking in stories in form of text as input and giving images
C. Text to speech conversion
of Indian sign language gestures and speech as output. In
Text to speech (TTS) makes an android device read the this paper we present a platform, which translates written
text and convert it to audio out via the speaker. Android TTS English into Indian sign language.
supports multiple languages. TTS is a simple but powerful We will be using dependency parsing algorithm and text
feature. It can also be effectively used in mobile APPs to speech synthesis for implementation of the project.
dedicated to visually impaired people [4]. Text to speech
conversion can be done by using speech APIs like Google
speech API. REFERENCES
[1] I. Almeida, L. Coheur and S. Candeias, “Coupling natural language
processing and animation synthesis in Portuguese sign language
D. Speech to sign language conversion translation,” Proceedings of the 2015 Workshop on Vision and
Dependency parser is used for analysing grammatical Language (VL’15), pages 94–103, Lisbon, Portugal, 18 September
structure of the sentence and establishing relationship 2015.
between words. Then, the Indian sign language of input [2] http://nlpprogress.com/english/dependency_parsing.html
sentence will be generated using Indian sign language [3] M. A. Covington, “A Fundamental Algorithm for Dependency
Parsing,” in Proceedings of the 39th annual ACM southeast
grammar rules. The generation of sign language will be conference, 2001, Citeseer, pp. 95–102.
done with signing image. [4] https://javapapers.com/android/android-text-to-speech-tutorial
E. User interface