edu.stanford.nlp.misc
Class SeeChars

java.lang.Object
  extended by edu.stanford.nlp.misc.SeeChars

public class SeeChars
extends Object


Method Summary
static void main(String[] args)
           
static void seeChars(String str, PrintWriter pw)
           
static void seeChars(String str, String outputEncoding)
           
static void seeCodePoint(int ch, PrintWriter pw)
           
static void seeList(List sentence, String outputEncoding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

seeChars

public static void seeChars(String str,
                            String outputEncoding)

seeChars

public static void seeChars(String str,
                            PrintWriter pw)

seeList

public static void seeList(List sentence,
                           String outputEncoding)

seeCodePoint

public static void seeCodePoint(int ch,
                                PrintWriter pw)

main

public static void main(String[] args)


Stanford NLP Group