Isaac L. Bleaman

Results 2 issues of Isaac L. Bleaman

I'm running `mfa validate` and `mfa train` on a small corpus with a dictionary file. My dictionary entries are case-sensitive, e.g., a word like _Main_ would be defined with a...

enhancement

In chapter 4: ``` >>> def tag(word): ... assert isinstance(word, basestring), "argument to tag() must be a string" ... if word in ['a', 'the', 'all']: ... return 'det' ... else:...