hsigml2hnsu
Class Main

java.lang.Object
  extended by hsigml2hnsu.Main

public class Main
extends java.lang.Object

Main class for the converter from manual HNS SiGML to HNS (Unicode) items.


Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Converts a manual HNS 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 manual HNS 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. Gestural SiGML signs in the input are ignored, as are non-manuals in HNS SiGML signs. 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