summaryrefslogtreecommitdiff
path: root/creg/json_feature_map_lexer.h
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cab.ark.cs.cmu.edu>2012-05-26 14:55:38 -0400
committerChris Dyer <cdyer@cab.ark.cs.cmu.edu>2012-05-26 14:55:38 -0400
commitbf0278b9492d678d8d7f601ea1513b896f2ad105 (patch)
tree7fea052c2419f03c17c26833c4bfa964a408ce77 /creg/json_feature_map_lexer.h
parent3d30173d091900794d53f8ea61eb277038ba6a01 (diff)
remove creg
Diffstat (limited to 'creg/json_feature_map_lexer.h')
-rw-r--r--creg/json_feature_map_lexer.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/creg/json_feature_map_lexer.h b/creg/json_feature_map_lexer.h
deleted file mode 100644
index 3324aa29..00000000
--- a/creg/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
-