nltk.tag.BrillTagger.__init__

BrillTagger.__init__(initial_tagger, rules, training_stats=None)[source]
Parameters:
  • initial_tagger (TaggerI) – The initial tagger
  • rules (list(TagRule)) – An ordered list of transformation rules that should be used to correct the initial tagging.
  • training_stats (dict) – A dictionary of statistics collected during training, for possible later use