ajenhl / tacl

Tool for performing basic text analysis on the CBETA corpus
GNU General Public License v3.0
30 stars 9 forks source link

Raise MalformedQueryError if supplied label is not in catalogue #37

Closed ajenhl closed 9 years ago

ajenhl commented 9 years ago

Currently an asymmetric diff raises a ValueError if the label supplied to an asymmetric diff is not in the supplied catalogue. This should be a MalformedQueryError with a nice error message.