11 research outputs found

    Documents numériques et transmodalité. Transposition automatique à l'oral des structures visuelles de texte

    No full text
    @article{RN-MAUREL-2006, author = {Maurel, Fabrice and Mojahid, Mustapha and Vigouroux, Nadine and Virbel, Jacques}, title = {Documents numériques et transmodalité. Transposition automatique à l'oral des structures visuelles de texte}, journal = {Document numérique}, publisher = {Hermès}, address = {http://www.editions-hermes.fr}, year = {2006}, volume = {9}, number = {1}, pages = {25--42}, language = {français}, keywords = {}, note = {ISBN 2-7462-1401-6} }National audienceConsidered for a long time as ornamental, the texts visual structure becomes nowadays a full object of investigation in various disciplines. We are interested in the utility oh these aspects of documents and, if the need arises, their usability, within the framework of their oral transposition by Text-To-Speech systems (TTS). We propose an Oralisation system which leads to text representations directly interpretable by TTS. We focus on a reformulation-based oralisation model for texts written to be silently read (MORTELS) in order to render some signifying parts of the texts often "forgotten" by synthesis systemsLongtemps considérée comme ornementale, la structure visuelle des textes est aujourd'hui abordée comme un objet d'étude à part entière dans diverses disciplines. Nous nous intéressons à son utilité et, le cas échéant, son utilisabilité, dans le cadre de la transposition à l'oral par des systèmes de synthèse de la parole à partir de textes (TTS). Nous proposons un système d'oralisation qui conduit à des représentations du texte interprétables par un TTS. Nous focalisons sur un modèle d'oralisation par reformulation des textes écrits pour être lus silencieusement (MORTELS) dont l'objectif est de rendre « articulables » certaines parties signifiantes des textes souvent « oubliées » par les systèmes actuels

    Documents numériques et transmodalité. Transposition automatique à l'oral des structures visuelles de texte

    No full text
    @article{RN-MAUREL-2006, author = {Maurel, Fabrice and Mojahid, Mustapha and Vigouroux, Nadine and Virbel, Jacques}, title = {Documents numériques et transmodalité. Transposition automatique à l'oral des structures visuelles de texte}, journal = {Document numérique}, publisher = {Hermès}, address = {http://www.editions-hermes.fr}, year = {2006}, volume = {9}, number = {1}, pages = {25--42}, language = {français}, keywords = {}, note = {ISBN 2-7462-1401-6} }National audienceConsidered for a long time as ornamental, the texts visual structure becomes nowadays a full object of investigation in various disciplines. We are interested in the utility oh these aspects of documents and, if the need arises, their usability, within the framework of their oral transposition by Text-To-Speech systems (TTS). We propose an Oralisation system which leads to text representations directly interpretable by TTS. We focus on a reformulation-based oralisation model for texts written to be silently read (MORTELS) in order to render some signifying parts of the texts often "forgotten" by synthesis systemsLongtemps considérée comme ornementale, la structure visuelle des textes est aujourd'hui abordée comme un objet d'étude à part entière dans diverses disciplines. Nous nous intéressons à son utilité et, le cas échéant, son utilisabilité, dans le cadre de la transposition à l'oral par des systèmes de synthèse de la parole à partir de textes (TTS). Nous proposons un système d'oralisation qui conduit à des représentations du texte interprétables par un TTS. Nous focalisons sur un modèle d'oralisation par reformulation des textes écrits pour être lus silencieusement (MORTELS) dont l'objectif est de rendre « articulables » certaines parties signifiantes des textes souvent « oubliées » par les systèmes actuels

    Describing texts for algorithms: how they prescribe operations and integrate cases. Reflections based on ancient Chinese mathematical sources

    No full text
    International audienceAn algorithm has two facets. It has a text —a written text—, which usually appears to be an enumerated list of operations. In addition, whenever an algorithm is applied to a specific set of numerical values, practitioners derive from its text a sequence of actions, or operations, to be carried out. In the execution of the algorithm, these actions generate events that constitute a flow of computations eventually yielding numerical results. This chapter aims mainly to develop some reflections on the relationship between these two facets: the text and the different sequences of actions that practitioners derive from it. Two tools prove useful in developing the argumentation. Firstly, the author uses the description of textual enumerations, as developed by Jacques Virbel, to find out how enumerations of operations were carried out in the text of algorithms and how these enumerations were used. This approach deals with the text of the algorithm as text. Then the chapter focuses on the language acts carried out in some of the sentences composing the texts, since, when prescribing operations, the texts of the algorithms differ in that they use distinct ways of carrying out directives

    kivy/python-for-android: v2022.09.04

    No full text
    Highlights: This is the last release that defaults to Python 3.9 when building hostpython3 and python3. The next one will target Python 3.10 This is the last release that uses Android NDK 23b by default, the next one will use Android NDK 25 This is the last release that defaults to target API 27, the next one will default to target API 31, following the new requirement from Google for apps that need to be distributed on Play Store. In order to fully support API 31 and as a propedeutic change for new features in Kivy, in the next release, python-for-android will use the new SDL2 releases. Full changelog: liblzma: Use p4a_install instead of install, as a file named INSTALL is already present. #2663 (misl6) Force --platform=linux/amd64 in Dockerfile #2660 (misl6) Remove six and enum34 dependency #2657 (misl6) Update supported Python versions #2656 (misl6) Fixes some E275 - assert is a keyword. #2647 (misl6) Updates matplotlib, fixes an issue related to shared libc++ #2645 (misl6) RTSP support for ffmpeg #2644 (alicakici1234) Fixes TypeError: str.join() takes exactly one argument (2 given) in hostpython3/__init__.py", line 69 #2642 (Furtif) Resolve absolute path to local recipes #2640 (dbnicholson) Merges master into develop after release 2022.07.20 #2639 (misl6) Fix webview Back button behaviour #2636 (interlark) Add icon-bg and icon-fg to fix_args #2633 (danigm) Remove stray - in output file name #2581 (dbnicholson) Add option for adding files to res/xml without touching manifest #2330 (rambo

    kivy/python-for-android: v2021.09.05

    No full text
    Drop travis-ci.org and use github-actions for pypi release #2487 (misl6) Upgrade grunt version re: CVE-2020-7729 #2484 (Zen-CODE) Recipe for pydantic #2480 (FilipeMarch) fix pandas recipe #2478 (mzakharo) Add *.diff to manifest and package_data #2471 (viblo) Fix bad library found by ctypes for 64-bit arch (#2468) #2469 (macdems) Updated version of pygame from 2.0.0-dev7 to 2.0.1 #2466 (ljnath) Adds libm to Pillow recipe #2465 (Sahil-pixel) Add missing mipmap directories to bootstraps. #2463 (rnixx) Move PythonActivityUtil.unpackData to PythonUtil.unpackData #2462 (rnixx) Websocket-client updated to 1.0.1 from 0.40.0 #2458 (akshayaurora) fixed redirection for download liblzma #2452 (td1803) update (host)python3 to 3.8.9 #2451 (obfusk) update sqlite3 #2449 (obfusk) build.py: also clean() tarfile directory entries #2447 (obfusk) android: add support for adaptive icon/launcher #2446 (SomberNight) Fix ImportError bug: cannot locate symbol "modf" #2445 (Neizvestnyj) update openssl #2443 (obfusk) Add libvpx recipe, reference it in ffpyplayer_codecs and ffmpeg #2440 (Cheaterman) Add setuptools dependency for Groestlcoin_hash recipe #2438 (gruve-p) set urllib user-agent #2437 (obfusk) setup.py: add *.diff to package_data #2436 (obfusk) Reintroduce documentation of android module #2432 (tito) Update __init__.py #2429 (Neizvestnyj) webview: flush cookies & improve shouldOverrideUrlLoading #2424 (obfusk) travis: update pip (fixes CI) #2422 (obfusk) update openssl #2421 (obfusk) Avoids build error for opencv and bumps version to 4.5.1 #2419 (thescheff) strip null bytes in call to androidembed.log() #2416 (obfusk) webview: put webview_includes in assets dir #2412 (obfusk) update setuptools #2409 (obfusk) update sqlite3 #2408 (obfusk) Update quickstart.rst macOS brew cask command #2407 (yestoday-tv) Added ability to set input type on android #2405 (dwmoffatt) PyZQM recipe needs setuptools, list it explicitly in deps #2404 (rambo) recipes: print recipe ENV on failure #2403 (mzakharo) recipes: scipy - fix build for armeabi-v7a #2402 (mzakharo) don't run git pull when not on a branch #2400 (obfusk) Fix Pymunk crash on older versions of Android #2399 (viblo) Recipe for argon2-cffi #2398 (Arjun-Somvanshi) update sqlite3 to 3.34.0 #2397 (obfusk) update openssl to 1.1.1i #2396 (obfusk) support Python 3.9 #2394 (obfusk) reproducible builds #2390 (obfusk) Update Pymunk recipe to 6.0.0 #2389 (viblo) webview: add mOpenExternalLinksInBrowser field #2387 (obfusk) webview: add enableZoom() method #2386 (obfusk) Enable AndroidX #2385 (RobertFlatt) :arrow_up: Updates to Kivy2 #2384 (kuzeyron) fix travis #2383 (obfusk) :bug: Fixes pip command on Travis and bumps actions/setup-python #2382 (AndreMiras) docs: fix simple typo, pacakged -> packaged #2377 (timgates42) Fix master only merges #2376 (inclement) Audiostream Fix #2375 (xloem) Add service information for buildozer.spec #2372 (xloem) recipes: add scipy support #2370 (mzakharo) fix CI #2368 (obfusk) support activity_launch_mode in webview bootstrap #2367 (obfusk) Support running tests on any arch #2355 (jayvdb) setup.py: Fix dependency syntax #2354 (jayvdb) added missing digest support to recipes #2351 (fuzzyTew) android: call non-static methods on .mActivity #2341 (obfusk) fix webview jni #2340 (obfusk) missing mActivity #2339 (zworkb) added few input parameters to make possible to use custom java classes and tweak AndroidManifest.xml #2338 (vesellov) ffmpeg and ffpyplayer improvements #2335 (rnixx) Add recipe for https://docs.aiohttp.org/en/stable/ #2332 (rambo) Update __init__.py for Report Lab recipe #2323 (marcets) Print patched message to stderr #2314 (rambo) Call cython via the setuptools entrypoint, fixes #2311 #2312 (rambo) Allow using background color with lottie splashscreen #2305 (tshirtman) Add manifestPlaceholders #2301 (misl6) Allow using lottie files for splashscreen (SDL2 bootstrap) #2296 (tshirtman) use https download for boost & zope #2293 (obfusk) (host)python3: rm version check for pyconfig patch #2292 (obfusk) download_file: show error + exponential sleep #2291 (obfusk) remove cruft from webview_includes/_load.html #2289 (obfusk) tiny whitespace fix in buildoptions.rst #2288 (obfusk) update libffi to 3.3 #2287 (obfusk) update openssl to 1.1.1g #2286 (obfusk) update pyjnius to 1.3.0 #2285 (obfusk) update setuptools to 49.2.1 #2284 (obfusk) update six to 1.15.0 #2283 (obfusk) update flask to 1.1.2 #2282 (obfusk) update python3 & hostpython3 to 3.8.5 #2281 (obfusk) update sqlite3 to 3.32.3 #2280 (obfusk) fix travis #2279 (obfusk) libpython3.8m.so should not have m suffix #2278 (davidhewitt) add recipe for libpcre #2276 (obfusk) build python3 with loadable-sqlite-extensions #2275 (obfusk) fix indentation #2273 (obfusk) LogFile: rename .buffer (to fix newer flask/click) #2264 (obfusk) Add Recipe for Kivy3 module #2263 (excepterror) :sparkles: Rework of Pillow recipe adding WebP support #2256 (opacam) :sparkles: Add libwebp recipe #2255 (opacam) added --activity-class-name and --activity-package parameters #2248 (vesellov) Fix runtime psycopg2 error #2246 (Progdrasil) Bump libpq version #2245 (Progdrasil) Support for native services #2244 (lerela) Added missing semicolon on service-only bootstrap #2236 (Swpolo) :green_heart: Fixes Travis build post OpenJDK bump #2235 (AndreMiras) Updated gradle plugin version #2234 (shashi278) :bug: Fixes service_only and webview symbol errors, closes #2228 #2233 (AndreMiras) :bento: Add CHANGELOG.md #2232 (opacam) :arrow_up: Bumps to OpenJDK 13 #2231 (AndreMiras) Fixed KeyError not found #2229 (sak96) :rotating_light: Depreciation warning fixes #2227 (AndreMiras) Master #2226 (AndreMiras) Add possibility to add a backup rules xml file #2208 (tcdude

    kivy/python-for-android: v2022.07.20

    No full text
    Highlights: NDK 23 + Gradle 7 support Apple Silicon support (with NDK ≥ 24) Use shutil.which instead of sh.which (fixes an issue introduced by sh==1.14.3 Updated scipy - lapack - numpy recipes Added LEGACY_NDK option to build lapack/scipy recipes with a separate NDK Now also webview and service bootstraps allow building multiarch artifacts. macOS prerequisites are now handled automatically, except for NDK and SDK. pythonforandroid.androidndk.AndroidNDK has been added in order to better handle NDK paths and configs. Full changelog: Upgrading the flask version to avoid exception at the start of webview application #2560 (Prashanth-BC) add recipe for freetype-py to not include the prebuilt .so for the wr… #2558 (domedave) Update to Kivy 2.1.0 #2557 (RobertFlatt) tflite-runtime recipe #2554 (RobertFlatt) Update AndroidManifest.tmpl.xml #2551 (drahba) Update recipe.py (#2544) #2546 (misl6) Update python versions matrix on CI #2534 (misl6) Add ifaddr recipe #2527 (syrykh) Remove websocket-client recipe #2526 (syrykh) Fix build #2525 (correa) Add aaptOptions noCompress #2523 (RobertFlatt) Updated version of pygame from 2.0.1 to 2.1.0 #2520 (CAPTAIN1947) Bump Pillow version to 8.4.0 #2516 (misl6) Moved support-request to v2. v1 has been shut down. #2515 (misl6) Add support-requests configuration. #2514 (misl6) proper --host for libsecp256k1, libogg, libvorbis, libcurl #2512 (accumulator) Fix broken Contribute link #2505 (daMatz) Makes pep8 happy on sdl2 recipe #2504 (misl6) Fix broken recipes with missing arch.arch in get_site_packages_dir #2503 (misl6) added android permission ACCESS_BACKGROUND_LOCATION #2500 (xloem) GitHub Actions: Fixes wrong actions/checkout@v2 usage #2496 (misl6) Fixes ndk_include_dir on lxml recipe. #2495 (misl6) Move coveralls to github actions #2490 (misl6) Master #2489 (misl6) Add should_build method to sdl2 recipe #2482 (AndyRusso) AAB support related changes #2467 (misl6) services: fix START_STICKY #2401 (mzakharo
    corecore