Skip to content

Commit

Permalink
add executable again
Browse files Browse the repository at this point in the history
  • Loading branch information
Oneplus committed Mar 22, 2013
1 parent d52650f commit c70d8e3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions thirdparty/crfpp/crf_test.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
//
// CRF++ -- Yet Another CRF toolkit
//
// $Id: crf_test.cpp 1587 2007-02-12 09:00:36Z taku $;
//
// Copyright(C) 2005-2007 Taku Kudo <[email protected]>
//
#include "crfpp.h"

int main(int argc, char **argv) {
return crfpp_test(argc, argv);
}

0 comments on commit c70d8e3

Please sign in to comment.