ajenhl / tacl

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

Catalogue parsing should throw error on label reassignment #34

Closed ajenhl closed 9 years ago

ajenhl commented 9 years ago

Currently the same text may be assigned to two labels in a catalogue file, and the parser will simply use the last. This is just hiding user error, and it should cause an error (even if the reassignment is to the same label).