Skip to content

deepanprabhu/fastbpe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastbpe

Java implementation of Neural Machine Translation of Rare Words with Subword Units

fastbpe implements byte pair encoding tokenization in java. The library is supposed to be

  • simple,
  • fast,
  • handle large volumes of text - minimum 1 gb,
  • flawless with tests,
  • ready for alpha testing soon.

References,

About

Java library implementing Byte-Pair Encoding Tokenization

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages