gsigml2hnsu
Class Main

java.lang.Object
  extended by gsigml2hnsu.Main

public class Main
extends java.lang.Object

Main class for the (arbitrary) SiGML to Gestural SiGML Converter.


Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Converts a the manual parts of a Gestural SiGML document into HNS (Unicode) items, one item per line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Converts a the manual parts of a Gestural SiGML document into HNS (Unicode) items, one item per line. The source document is assumed to be UTF-8, and is taken from standard input, unless an argument is provided, defining a file system path for it. Each output item is a single line consisting of the string of HNS (Unicode) characters corresponding to (the manual part of) the original HNS SiGML sign, followed by a tab and the sign's gloss name. The result is provided as UTF-8 on standard output.

Throws:
java.io.IOException