summaryrefslogtreecommitdiff
path: root/utils/json_feature_map_lexer.h
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2012-05-13 17:09:34 -0700
committerChris Dyer <cdyer@cs.cmu.edu>2012-05-13 17:09:34 -0700
commit7001792f10cb17d88ed2d4c58364b6304bbd0816 (patch)
tree65689bf82f97be5834d5d2e570cbad92e5f373f6 /utils/json_feature_map_lexer.h
parentb56da6f08c4f59b562a102671ac3deb135b0538a (diff)
put creg in its own top-level folder
Diffstat (limited to 'utils/json_feature_map_lexer.h')
-rw-r--r--utils/json_feature_map_lexer.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/utils/json_feature_map_lexer.h b/utils/json_feature_map_lexer.h
deleted file mode 100644
index 3324aa29..00000000
--- a/utils/json_feature_map_lexer.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef _RULE_LEXER_H_
-#define _RULE_LEXER_H_
-
-#include <iostream>
-#include <string>
-
-#include "sparse_vector.h"
-
-struct JSONFeatureMapLexer {
- typedef void (*FeatureMapCallback)(const std::string& id, const SparseVector<float>& fmap, void* extra);
- static void ReadRules(std::istream* in, FeatureMapCallback func, void* extra);
-};
-
-#endif
-