[CWB] What could be failing

David Lukeš david.lukes at ff.cuni.cz
Wed Mar 7 17:29:58 CET 2018


You have to `sort` before you `uniq`:

$ grep "<s id" txtgmmden_en.txt | sort | uniq -d
<s id="282">

So it turns out there is a duplicate after all :)

Best,

David


More information about the CWB mailing list