Skip to content

Adding two variations of Japanese-BERT #32

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

Merged
merged 4 commits into from
Apr 11, 2023
Merged

Adding two variations of Japanese-BERT #32

merged 4 commits into from
Apr 11, 2023

Conversation

debymf
Copy link
Member

@debymf debymf commented Apr 11, 2023

No description provided.

@debymf debymf requested a review from bwdGitHub April 11, 2023 13:55
@@ -93,7 +93,7 @@
% Default case
this.Basic = bert.tokenizer.internal.BasicTokenizer('IgnoreCase',nvp.IgnoreCase);
else
assert(isa(nvp.BasicTokenizer,'bert.tokenizer.internal.Tokenizer'),"BasicTokenizer must be a bert.tokenizer.internal.Tokenizer implementation.");
mustBeA(nvp.BasicTokenizer,'bert.tokenizer.internal.Tokenizer');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, this caused a test failure since the verifyError wants the error ID.

Copy link
Collaborator

@bwdGitHub bwdGitHub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, feel free to merge when you push the fix for the test failure.

@debymf debymf merged commit 6715db0 into master Apr 11, 2023
@debymf debymf deleted the japanese-bert branch April 19, 2023 21:39
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