You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside BertUncasedCustomVocabulary.cs, I would expect to see the declaration for a class extending UncasedTokenizer, however the class has the following signature public class BertCasedCustomVocabulary : CasedTokenizer.
Something similar happens inside BertCasedCustomVocabulary.cs, where the class signature is public class BertUnasedCustomVocabulary : CasedTokenizer
The text was updated successfully, but these errors were encountered:
tsepton
added a commit
to tsepton/BertTokenizers
that referenced
this issue
Jun 20, 2023
Inside
BertUncasedCustomVocabulary.cs
, I would expect to see the declaration for a class extendingUncasedTokenizer
, however the class has the following signaturepublic class BertCasedCustomVocabulary : CasedTokenizer
.Something similar happens inside
BertCasedCustomVocabulary.cs
, where the class signature ispublic class BertUnasedCustomVocabulary : CasedTokenizer
The text was updated successfully, but these errors were encountered: