hnsu2symhns
Class Main

java.lang.Object
  extended by hnsu2symhns.Main

public class Main
extends java.lang.Object

Main class for the converter from manual HNS (Unicode) items to "symbolic HNS" items, that is, items with HNS symbol names.


Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Converts manual HNS (Unicode) items to symbolic HNS items, one 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 manual HNS (Unicode) items to symbolic HNS items, one per line. Each source item is a string of manual HNS (Unicode) characters, optionally followed by a tab and a gloss name. In the corresponding result item the HNS string is replaced by the corresponding list of HNS symbol names, separated by commas. 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