edu.cmu.meteor.aligner
Class ParaphraseDictionary

java.lang.Object
  extended by edu.cmu.meteor.aligner.ParaphraseDictionary

public class ParaphraseDictionary
extends java.lang.Object


Constructor Summary
ParaphraseDictionary(java.net.URL paraDirURL)
           
 
Method Summary
 java.util.HashSet<java.lang.String> get(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParaphraseDictionary

public ParaphraseDictionary(java.net.URL paraDirURL)
                     throws java.io.IOException
Throws:
java.io.IOException
Method Detail

get

public java.util.HashSet<java.lang.String> get(java.lang.String key)