edu.stanford.nlp.tagger
Class CountTagSequences

java.lang.Object
  |
  +--edu.stanford.nlp.tagger.CountTagSequences

public final class CountTagSequences
extends Object

This class makes a table of tag bigram counts and percentages in data. It counts the bigrams (including sentence ends) prints out both a count matrix and percentages. The only clever part was learning how to format floating point numbers in Java.


Method Summary
static void main(String[] args)
          Describe main method here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
Describe main method here.

Parameters:
args - a String[] value


Stanford NLP Group