Auto-CS 2.0

https://sourceforge.net/projects/autocs/

Module CuedSpeech.whatkey

Class sppasCuedRulesMaxValueError

Description

:ERROR 1323:.

A Cued Speech syllable should contain a maximum of two phonemes. Got {} instead.

Constructor

View Source
def __init__(self, value):
    self._status = 1323
    self.parameter = error(self._status) + error(self._status, 'annotations').format(value)

Public functions

get_status

View Source
def get_status(self):
    return self._status

Overloads

__str__

View Source
def __str__(self):
    return repr(self.parameter)