LinksPlatform
LinksPlatform copied to clipboard
Server side text activator
We can store frequency dictionary on server. We do not need to use frequency dictionary to unpack data. Each time we receive a file with text, we adjust frequencies stored in the dictionary (by incrementing them). This way it is possible to provide the best activation service in the world, with the best possible compression ratio on average for text in selected language, or just all Unicode texts.
Archive file format drafts
Constant-length coding:
- Single Unicode symbols
- Unicode symbols ranges
- Links (pairs of Unicode symbols or pairs of pairs)
- Sequences (continuous streams/sequences of links)
Variable-length coding:
- Unicode symbols (array sorted by symbol frequency and separator)
- Links (pairs of Unicode symbols or pairs of pairs sorted by frequency and separator)
- Sequences (each sequence has its own separator, last sequence should contain complete sequence)