hnsu2sigml
Class Main

java.lang.Object
  extended by hnsu2sigml.Main

public class Main
extends java.lang.Object

Main class for the converter of manual HNS (Unicode) items to a SiGML document.


Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Converts a sequence of manual HNS (Unicode) items, one per line, to an HNS SiGML document.
 
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 sequence of manual HNS (Unicode) items, one per line, to an HNS SiGML document. Each source item is a string of manual HNS (Unicode) characters, optionally followed by a tab and a gloss name. The source items should be encoded as UTF-8, and are taken from standard input unless an argument is provided, defining a file system path for them. The result is provided as UTF-8 on standard output.

Throws:
java.io.IOException