Parsing Engine

Deprecated API


Contents
Deprecated Fields
danbikel.parser.ProbabilityStructure.futureList
          Ever since the Event and MutableEvent interfaces were re-worked to include methods to add and iterate over event components and the SexpEvent class was retrofitted to these new specifications, this object became superfluous, as SexpEvent objects can now be efficiently constructed directly, by using the SexpEvent.add(Object) method. 
danbikel.parser.ProbabilityStructure.historyList
          Ever since the Event and MutableEvent interfaces were re-worked to include methods to add and iterate over event components and the SexpEvent class was retrofitted to these new specifications, this object became superfluous, as SexpEvent objects can now be efficiently constructed directly, by using the SexpEvent.add(Object) method. 
 

Deprecated Methods
danbikel.parser.Model.deriveDiversityCounts()
          This method used to be called by Model.deriveCounts(CountsTable,Filter,double,FlexibleMap,boolean), but diversity counts are now derived directly by that method. 
danbikel.parser.Model.deriveHistories(CountsTable, Filter, FlexibleMap)
          This method used to be called by Model.deriveCounts(CountsTable,Filter,double,FlexibleMap,boolean), but histories are now derived directly by that method. 
danbikel.parser.Collins.mapPrevMod(Symbol)
          Classes should now use NTMapper.map(Symbol), since the NTMapper class provides the flexibility of using an internal NonterminalMapper instance created at run-time according to the Settings.prevModMapperClass setting. 
danbikel.parser.Model.precomputeProbs(CountsTable, Filter)
          This method has been superseded by Model.precomputeProbs(). 
danbikel.parser.InterpolatedKnesserNeyModel.precomputeProbs(TrainerEvent, Transition[], Event[])
          This method is called by Model.precomputeProbs(CountsTable,Filter), which is also deprecated. 
danbikel.parser.Model.precomputeProbs(TrainerEvent, Transition[], Event[])
          This method is called by Model.precomputeProbs(CountsTable,Filter), which is also deprecated. 
danbikel.parser.arabic.Training.transformTagOld(Word)
          This method is the old mechanism by which to transform the part-of-speech tag associated with an Arabic word; it has been superseded by the method TagMap.transformTag(Word). 
 


Parsing Engine

Author: Dan Bikel.