Package | Description |
---|---|
hnscnvt |
This package implements the processing of HamNoSys 4 sign data
in various input formats to give the corresponding HamNoSysML (HML)
and gestural SiGML representations.
|
sigmlgen |
This package imlements the generation of SiGML documents in various forms.
|
Modifier and Type | Class and Description |
---|---|
class |
HNSStdAsSignSequence
Driver for the generation of a sequence of
HNSSign s
from an input text containing HamNoSys signs in the standard
legacy format, with each sign represented on a single line
containing its gloss, manual and non-manual parts. |
class |
HNSTAsSignSequence
Driver for the generation of a sequence of
HNSSign s
from an input text containing a sign sequence in the legacy HNST
("Tokenized HamNoSys) format. |
Constructor and Description |
---|
SiGMLDocsFromHNSSource(HNSToHML htoh,
HMLToSiGML htos,
HNSInputAsSignSequence hnsin)
Constructs a new
SiGMLDocsFromHNSSource , which
will use the three given converters
(that convert, respectively, an "HNS" SiGML sign element to an
HNSSign object, an HNSSign object to an HML sign
element, and an HML sign to a "Gestural" SiGML sign element) to
generate "HNS" and "Gestural" SiGML document texts for the
sequence of "HNS" SiGML signs obtained from a given
HNSInputAsSignSequence . |