Code Monkey home page Code Monkey logo

Comments (2)

c-morten avatar c-morten commented on September 26, 2024 1

Hi @roschler. For the sample files, we apply our gesture maps inside the initializeUX function using the following methods: GestureFeature.createGestureMap and GestureFeature.createGenericGestureArray. Both of these methods will only affect the outcome if you pass their results to TextToSpeechUtils.autoGenerateSSMLMarks. The createGestureMap method returns an object that maps ssml mark syntax to word arrays provided when you register gestures with the feature. If you don't provide a word array when registering an animation it will try to use one from our default gesture map dictionary. When you use the autoGenerateSSMLMarks it will look for words specified in the word arrays and if it finds one, it will insert the corresponding ssml markup prior to that word in the speech text. For createGenericGestureArray, it will provide an array of gesture names that do not have any word arrays defined. If you provide this array to autoGenerateSSMLMarks, each sentence in the speech it encounters that does not contain any words in the arrays defined in the provided gesture map will get markup from one of the generic gestures inserted. Below is the default mapping that gets used for gesture words if you do not specify any when registering gestures:

{
  big: [
    'add',
    'above',
    'authority',
    'big',
    'cover',
    'full',
    'fly',
    'grow',
    'growth',
    'high',
    'huge',
    'increase',
    'major',
    'majority',
    'large',
    'leader',
    'lot',
    'raise',
    'rise',
    'tall',
  ],
  heart: [
    'accept',
    'admit',
    'believe',
    'care',
    'feeling',
    'feel',
    'friend',
    'grateful',
    'happy',
    'heart',
    'human',
    'pain',
    'save',
    'safe',
    'kind',
    'love',
  ],
  in: [
    'include',
    'including',
    'inside',
    'into',
    'now',
    'near',
    'nearest',
    'closest',
    'therein',
    'within',
  ],
  many: [
    'all',
    'always',
    'any',
    'anyone',
    'among',
    'area',
    'around',
    'beautiful',
    'entire',
    'environment',
    'environments',
    'environmental',
    'everybody',
    'everyone',
    'everything',
    'audience',
    'total',
    'group',
    'groups',
    'million',
    'millions',
    'others',
    'billion',
    'billions',
    'hundred',
    'hundreds',
    'many',
    'thousand',
    'thousands',
    'world',
    'worlds',
    'outside',
    'reveal',
  ],
  movement: [
    'away',
    'across',
    'ahead',
    'along',
    'far',
    'fast',
    'follow',
    'go',
    'leave',
    'move',
    'movement',
    'through',
    'throughout',
    'toward',
    'travel',
    'turned',
    'passed',
  ],
  one: [
    'single',
    'one',
    'once',
    'first',
    'firstly',
    'only',
    'solo',
    'warned',
    'truly',
    'up',
    'alone',
  ],
  aggressive: [
    'power',
    'powers',
    'powerful',
    'assert',
    'assertive',
    'strong',
    'stronger',
    'strongest',
    'strength',
    'flex',
    'dang',
    'damn',
    'damnit',
    'darn',
    'shucks',
    'doh',
    'drat',
    'angry',
    'angrier',
    'angriest',
    'aggressive',
    'annoyed',
    'annoying',
    'attack',
    'attacking',
    'offense',
    'offensive',
    'battle',
  ],
  you: ['you', 'yall', "y'all", 'your', 'yours', 'thou', 'thy'],
  defense: [
    'defense',
    'fear',
    'repulsed',
    'scared',
    'scary',
    'scarier',
    'scariest',
    'fearful',
    'afraid',
    'cower',
    'cowers',
    'cowering',
    'hideous',
    'doomed',
    'terrified',
    'terrify',
    'terrifying',
    'terrifies',
    'spooky',
    'spookier',
    'spookiest',
  ],
  wave: [
    'hello',
    'hi',
    'hiya',
    'howdy',
    'welcome',
    'aloha',
    'heya',
    'hey',
    'bye',
    'goodbye',
    'hola',
    'adios',
    'chao',
  ],
  self: ['my', 'I', 'myself', 'self', "I've", 'Ive', 'me', 'mine', 'own'],
}

from amazon-sumerian-hosts.

roschler avatar roschler commented on September 26, 2024

@c-morten Thanks!

from amazon-sumerian-hosts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.