NMZivkovic / BertTokenizers

Open source project for BERT Tokenizers in C#.
MIT License
83 stars 22 forks source link

Fix wrong naming #22 #23

Open tsepton opened 1 year ago

tsepton commented 1 year ago

See issue #22

tsepton commented 1 year ago

The same mistake is present inside BertUncasedCustomVocabulary.cs, which extends CasedTokenizer.

matteocontrini commented 1 year ago

@NMZivkovic would it be possible to have this merged and included in a release? Thanks