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

Add tag_dictionary argument to Trainer::new() #54

Merged
merged 7 commits into from
Jul 20, 2022
Merged

Conversation

vbkaisetsu
Copy link
Member

@vbkaisetsu vbkaisetsu commented Jul 19, 2022

This branch adds tag information in the word dictionary to the tag model. For words not contained in the corpus, the predictor assigns the tag specified in the dictionary.

Previously, this process is done by post-processing, but this change eliminates the post-processing for tagging.

@vbkaisetsu vbkaisetsu changed the title Add tag_dictionary argument Add tag_dictionary argument to Trainer::new() Jul 20, 2022
@vbkaisetsu vbkaisetsu requested a review from kampersanda July 20, 2022 03:32
@vbkaisetsu vbkaisetsu marked this pull request as ready for review July 20, 2022 03:32
@vbkaisetsu vbkaisetsu requested a review from kampersanda July 20, 2022 12:42
@vbkaisetsu vbkaisetsu merged commit 7bbc6fc into main Jul 20, 2022
@vbkaisetsu vbkaisetsu deleted the default-tag branch July 20, 2022 14:54
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

Successfully merging this pull request may close these issues.

2 participants