Changes between Version 48 and Version 49 of en/ProgrammingRobotsCourse/PepperApi
- Timestamp:
- Mar 19, 2025, 9:49:22 AM (8 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
en/ProgrammingRobotsCourse/PepperApi
v48 v49 139 139 === Live examples 140 140 141 Copy the following applications to your Pepper directory and study them 142 based on the following explanations. 143 144 {{{ 145 mkdir -p ~/pepper 146 cp -r /nlp/projekty/pepper/myapps/dialog_counting ~/pepper/ 147 cp -r /nlp/projekty/pepper/myapps/kordisbot ~/pepper/ 148 cp -r /nlp/projekty/pepper/myapps/dialog_subtitles ~/pepper/ 149 }}} 150 141 151 ==== Using basic arithmetics 142 152 … … 181 191 }}} 182 192 193 **TASK**: Extend the dialog to enable working with numbers up to one million. 194 183 195 ==== Display subtitles for speech recognition/generation 184 196 See video [https://nlp.fi.muni.cz/trac/pepper/wiki/NlpPepperShows#subtitlesandlanguageswitchingbetweenCzechandEnglishtitulkyap%C5%99ep%C3%ADn%C3%A1n%C3%ADmezi%C4%8De%C5%A1tinouaangli%C4%8Dtinou Subtitles and language switching between Czech and English / titulky a přepínání mezi češtinou a angličtinou].