Skip to content

Instantly share code, notes, and snippets.

@colinpollock
Created May 15, 2012 22:30
Show Gist options
  • Save colinpollock/2705631 to your computer and use it in GitHub Desktop.
Save colinpollock/2705631 to your computer and use it in GitHub Desktop.
{
"rankerType": "naiveranker",
"retrieverType": "mongokeywordindexretriever",
"useTfIdf": true,
"concurrent": true,
"persistResults": false,
"targetCorpusTags": [
"wordpress.com",
"wordpress.org"
],
"excludedTargetCorpusTags": [
"site:505336"
],
"matchAllTags": false,
"dfCorpusTags": [
"wordpress.com",
"wordpress.org"
],
"dfMatchAll": false,
"numRecommendations": 10,
"numKeywords": 20,
"featureSet": [
"lemmataci",
"nenotagsci"
],
"keywordTiers": [
"lemmataci",
"nenotagsci"
],
"numBestFeatures": 10,
"dateSort": false,
"useStoredFeatures": true,
"lrModelFunctions": {
"bodyCos": 1.0,
"constant": 1.0
},
"outputFilters": [
"different"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment