Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement term count as DocumentPosting<int> #13

Closed
kreeben opened this issue Feb 7, 2017 · 1 comment
Closed

Implement term count as DocumentPosting<int> #13

kreeben opened this issue Feb 7, 2017 · 1 comment

Comments

@kreeben
Copy link
Owner

kreeben commented Feb 7, 2017

Let each trie node carry a Data field where T can be any class or struct. Return this via a Word to the Collector and include it in the scorable DocumentPosting. Data.TermCount is where the data goes that support the tf-idf scoring model. Data.Value is where your custom data is. Only EndOfWord nodes carry data.

@kreeben kreeben changed the title Implement term count as PostingData<int> Implement term count as DocumentPosting<int> Apr 6, 2017
@kreeben
Copy link
Owner Author

kreeben commented Jul 31, 2018

N/A as of this 5f85425

@kreeben kreeben closed this as completed Jul 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant