Skip to content

Instantly share code, notes, and snippets.

@kumagi
Created February 26, 2015 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kumagi/a9a1815ccf7d7059197f to your computer and use it in GitHub Desktop.
Save kumagi/a9a1815ccf7d7059197f to your computer and use it in GitHub Desktop.
{
"converter" : {
"string_filter_types": {},
"string_filter_rules":[],
"num_filter_types": {},
"num_filter_rules": [],
"string_types": {},
"string_rules":[
{"key" : "*", "type" : "str", "sample_weight":"bin", "global_weight" : "bin"}
],
"num_types": {},
"num_rules": [
{"key" : "*", "type" : "num"}
]
},
"parameter" : {
"unlearner": "lru",
"unlearner_parameter": {
"max_size": 2048
}
},
"method" : "inverted_index"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment