This release adds following important changes:
1. Feature addition: Specifying the transformer model
This will enable the package to be **used on other languages** as well for which `transformers` has a model
2. Feature addition: specify the maximum edit distance
3. 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**.