nltk.BrillTagger.train_stats

BrillTagger.train_stats(statistic=None)[source]

Return a named statistic collected during training, or a dictionary of all available statistics if no name given

Parameters:statistic (str) – name of statistic
Returns:some statistic collected during training of this tagger
Return type:any (but usually a number)