Skip to content

Implementation of byte pair encoding algorithm with typescript

License

Notifications You must be signed in to change notification settings

essofyany/bpe-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bpe-ts

Implementation of byte pair encoding algorithm with typescript

Definition (wiki)

Byte pair encoding is a simple form of data compression in which the most common pair of consecutive bytes of data is replaced with a byte that does not occur within that data. A table of the replacements is required to rebuild the original data.

About

Implementation of byte pair encoding algorithm with typescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published