Specify transformer model
This release adds following important changes:
- Feature addition: Specifying the transformer model
This will enable the package to be used on other languages as well for whichtransformers
has a model - Feature addition: specify the maximum edit distance
- Update: Vocab loading now happens from the transformers tokenizer. Previously it used a static file (vocab.txt)
A big thanks to @dc-aichara for contributing Feature addition 1 and 2.