Deprecated API


Contents
Deprecated Methods
com.aliasi.classify.DynamicLMClassifier.categoryEstimator()
          As of 3.0, use general method LMClassifier.categoryDistribution(). 
com.aliasi.symbol.SymbolTableCompiler.compileTo(DataOutputStream)
          As of LingPipe 2.3, use SymbolTableCompiler.compileTo(ObjectOutput). 
com.aliasi.symbol.MapSymbolTable.compileTo(ObjectOutput)
          As of LingPipe 3.1, use objOut.writeObject(this). 
com.aliasi.classify.DynamicLMClassifier.lmForCategory(String)
          As of 3.0, use general LMClassifier.languageModel(String). 
com.aliasi.medline.MedlineParser.parse(InputSource, MedlineHandler)
          Use setHandler(MedlineHandler) followed by parse(InputSource). 
com.aliasi.symbol.SymbolTableCompiler.read(DataInputStream)
          As of LingPipe 2.3, use SymbolTableCompiler.compileTo(ObjectOutput) to write and then read in generally from an object input stream. 
com.aliasi.symbol.MapSymbolTable.writeTo(ObjectOutput)
          As of LingPipe 3.1, use objOut.writeObject(this).