edu.stanford.nlp.ie.machinereading.domains.ace.reader
Class RobustTokenizer.AbbreviationMap

java.lang.Object
  extended by edu.stanford.nlp.ie.machinereading.domains.ace.reader.RobustTokenizer.AbbreviationMap
Enclosing class:
RobustTokenizer<T extends Word>

public static class RobustTokenizer.AbbreviationMap
extends java.lang.Object


Constructor Summary
RobustTokenizer.AbbreviationMap(boolean caseInsensitive)
          Creates a new instance of AbreviationMap with some know abbreviations
 
Method Summary
 boolean contains(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RobustTokenizer.AbbreviationMap

public RobustTokenizer.AbbreviationMap(boolean caseInsensitive)
Creates a new instance of AbreviationMap with some know abbreviations

Method Detail

contains

public boolean contains(java.lang.String s)


Stanford NLP Group