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) . |