Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider SEQUITUR(Nevill-Manning) or Re-pair compression algorithm #22

Open
be5invis opened this issue Sep 14, 2016 · 1 comment
Open

Comments

@be5invis
Copy link

cf.
http://www.sequitur.info/
https://arxiv.org/pdf/cs/9709102v1.pdf

@be5invis be5invis changed the title Consider SEQUITUR algorithm Consider SEQUITUR(Nevill-Manning) compression algorithm Sep 14, 2016
@be5invis
Copy link
Author

The SEQUITUR is an algorithm that forms a CF Grammar from an input string in linear time. I think it can be used in CFF subroutinization with some slight modifications:

  1. SEQUITUR is used to compress one string, but CFF CharStrings are multiple characters. Solution: in the two-component searching part, when any one in them is ENDCHAR, than add it directly to rule S.
  2. The recursion depth and subroutine quantity limit. May be work-arounded by expanding some subroutine calls into their expanded form.

@be5invis be5invis changed the title Consider SEQUITUR(Nevill-Manning) compression algorithm Consider SEQUITUR(Nevill-Manning) or Re-pair compression algorithm Sep 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant