Skip to content

Commit

Permalink
add CLST
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko van der Sloot authored and Ko van der Sloot committed Jan 5, 2016
1 parent da26718 commit b077e39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Dimbl.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,8 @@ void usage(){
}

int main(int argc, char *argv[]) {
cerr << "dimbl " << VERSION << " (c) ILK 1998 - 2015" << endl;
cerr << "dimbl " << VERSION << " (c) CLST/ILK 1998 - 2016" << endl;
cerr << "Centre for Language and Speech Technology, Radboud University" << endl;
cerr << "Induction of Linguistic Knowledge Research Group, Tilburg University" << endl;
cerr << "based on [" << Timbl::VersionName() << "]" << endl;
if ( argc < 2 ){
Expand Down

0 comments on commit b077e39

Please sign in to comment.