Package jazzparser :: Package taggers :: Package fail :: Module tagger
[hide private]
[frames] | no frames]

Module tagger

source code

A completely null tagger that always fails to assign any tags.

This tagger should not be used in practice. It is useful for tests where you don't want the parser to succeed, but just check that the scripts work.


Author: Mark Granroth-Wilding <mark.granroth-wilding@ed.ac.uk>

Classes [hide private]
  FailTagger
The input doesn't matter.
Variables [hide private]
  __package__ = 'jazzparser.taggers.fail'