edu.stanford.nlp.ie.pcfg
Class IEParser

java.lang.Object
  |
  +--edu.stanford.nlp.ie.pcfg.IEParser

public class IEParser
extends Object

Ranks "IE parses" by probability. An "IE parse" assigns tags to words in a sentence. There are many different ways of assigning tags, the IEParser determines which ways have the highest probabilities.


Constructor Summary
IEParser()
           
 
Method Summary
static void ApplyTagSet(Tree tree, List tagSet)
           
static List GetBestTagSets(Tree tree, List rules, List tagCombinations, int numParses)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IEParser

public IEParser()
Method Detail

ApplyTagSet

public static void ApplyTagSet(Tree tree,
                               List tagSet)

GetBestTagSets

public static List GetBestTagSets(Tree tree,
                                  List rules,
                                  List tagCombinations,
                                  int numParses)
                           throws IOException
IOException

main

public static void main(String[] args)
                 throws IOException
IOException


Stanford NLP Group