Skip to content Skip to main navigation Skip to footer

Search: lid models

24 results

Download Speech Platform

…only English models for Speech To Text and Keyword Spotting. Additional supported languages are available upon request. ⓘ Click to show/hide the package content Speech Engine – technologies included: Speech To Text (STT) – model EN_US_6 (US English) Keyword Spotting (KWS) – model EN_US_6 (US English) Phoneme Recognizer (PHNREC) – model EN_US_6 (US English) Speaker Identification 4 (SID4) – model…

Phonexia Speech Engine

…✓ Voice Activity Detection (VAD) ✓ ✓ Time Analysis Extraction (TAE) ✓ ✓ Speech Quality Estimation (SQE) ✓ ✓ Language Identification (LID) ✓ Gender Identification (GID) ✓ Age Estimation (AGE) ✓ Speaker Diarization (DIAR) ✓ Results caching Processing results can be optionally stored in results cache database to speed up eventual re-processing of the same recordings by the same technology…

Understand SPE home directory

…Data The data directory holds additional data files for entities created by that user – e.g. SID Speaker Models, or LID language packs. If no such entities exist for that user, this directory is empty. Unlike the storage, content of this directory is intended to be manipulated by SPE only and should not be manipulated directly on the filesystem level….

SPE and Browser installation: standalone SPE

LID technology, simply increase the number 1 to for ex. 5: <name>DIAR</name> <models> <item> <name>XL4</name> <n_instances>1</n_instances> <config_file/> </item> </models> 5. Optional: configure the multimedia converter By default, the Speech Engine will accept only a limited list of audio formats. In order to process the non-native formats, install a multimedia converter. The recommended SW for this is FFmpeg. FFMPEG on Windows

Understand SPE user accounts

…not visible by SPE and by the account. Similar trickery can be done with the data directory, allowing to share LID language models and language packs, or SID speaker models, etc. between accounts. User accounts management SPE user accounts can be managed using REST API (see Administration section of the API documentation), or using command line administration utilities phxadmin or…

Language Identification – Languages

Recognized languages Languages pre-trained in the default language pack are listed in the table below, each LID generation is a separate column (in the 4th generation we switched to using language tags instead of names): L4 L3, XL3 S2, L2 (deprecated sq-AL Albanian Albanian Albanian am-ET Amharic Amharic Amharic ar-EG Arabic (Egypt) Arabic   ar-KW Arabic (Gulf, Kuwait) Arabic_Gulf  …

Sizing of the computing units for speech technologies

…fixes on TLB due to Meltdown and Spectre issues matters in performance. Important notice (valid for SPE3) – due to internal SPE3 requirements you must multiple the required number of licenses for the following technologies as follows: LID_license_no=<no_of_planned_instances>*2 SID_license_no=<no_of_planned_instances>*3 In case you need more instances for hot-load testing of Phonexia technologies, please contact your Sales Representative from Phonexia Sales Department….

Understand SPE configuration

…# [day,][hh]:mm the file is rotated on specified day/time day – day is specified # as long or short day name (Monday|Mon, Tuesday|Tue, … ) day can be omitted, # in which case log is rotated every day hh – valid hour range is 00-23; # hour can be omitted, in which case log is rotated every hour mm -…

Understand SPE metafiles

…separate files. Another example would be the information about content of created LID language pack – if LID language pack is successfully created, SPE creates a metafile named report, which contains detailed information about the source files used for the language pack creation. See the LID language pack creation REST endpoint documentation for more details about the report metafile content….

FAQs (Browser)

…languages are supported by LID? A: Please see List of supported LID Languages. For more details, see LID technology documentation. in FAQ Phonexia Browser, FAQ Speech Platform Permalink Q: How to fix the Error 1013: Unsupported: Server does not support authentication with token? A: Please check SPE subdirectory ./settings for configuration files. If only phxspe.browser.properties exists, then your Browser uses…

Understand SPE technologies configuration file

…of XL4 model <?xml version=”1.0″?> <technology_subsystem_settings> <technologies> <item> <name>STT</name> <models> <item> <name>SK_SK_5</name> <n_instances>8</n_instances> <config_file /> </item> </models> </item> <item> <name>STT_STREAM</name> <models> <item> <name>CS_CZ_6</name> <n_instances>2</n_instances> <config_file /> </item> </models> </item> <item> <name>SID4E</name> <models> <item> <name>L4</name> <n_instances>2</n_instances> <config_file /> </item> <item> <name>XL4</name> <n_instances>3</n_instances> <config_file /> </item> </models> </item> <item> <name>SID4C</name> <models> <item> <name>L4</name> <n_instances>2</n_instances> <config_file /> </item> <item> <name>XL4</name> <n_instances>3</n_instances> <config_file />

FAQs (PSP)

…for 20+ languages including English, French, German, Russian, Spanish and many more. in FAQ Phonexia Browser, FAQ Speech Platform Permalink Q: What languages are supported by LID? A: Please see List of supported LID Languages. For more details, see LID technology documentation. in FAQ Phonexia Browser, FAQ Speech Platform Permalink Q: How to fix the Error 1013: Unsupported: Server does…

Understand SPE configuration file

…value is ‘${application.dir}shared’ server.shared.path = ${application.dir}shared Path to a directory intended to hold (customized) technology models shared by all SPE users. Defaults to shared subdirectory of SPE application directory and exists only in SPE 3.41 or newer. For additional details about shared models directory, see Understanding SPE directory structure article. NOTE: If you change the server.shared.path, you might also want…

Arabic dialects in Phonexia LID and STT

Arabic language has (a) one standardised variety, and (b) many non-standard varieties (dialects). In this article, our linguistic team explains differences between Modern Standard Arabic and Arabic dialects in the context of Phonexia Arabic models. Standard variety: Modern Standard Arabic (MSA) All Arabs learn it at school (not from their parents, so we cannot say it is their native variety)…

Understand SPE executable files

…(in octal format, e.g. 027) pidfile=<path> – Write the application’s process ID (PID) to the specified file Windows-specific registerService – Register the application as Windows service displayName=<text> – Specify service friendly name (valid only with registerService) description=<text> – Specify service description (valid only with registerService) startup=automatic|manual – Specify service startup mode (valid only with registerService) unregisterService – Unregister the previously…