i've searched everywhere and cannot find anything on how QFLC differs from MTF nor can i find any source-code on it.
i'd like to run some tests with qlfc on some (burrows wheeler) transformed test data.
any help is appreciated.
i've searched everywhere and cannot find anything on how QFLC differs from MTF nor can i find any source-code on it.
i'd like to run some tests with qlfc on some (burrows wheeler) transformed test data.
any help is appreciated.
https://github.com/IlyaGrebnov/libbs...er/qlfc/qlfc.h ??? Apache license.
Yeah... I might have some trouble compiling that since I don't really know much c++.
I've never used headers before. I'm still a beginner.
Last edited by Lucas; 1st April 2015 at 03:58.
Then I suggest you to increase your programming skills, then try to understand the algorithm. Because I'm afraid that that source code is the best "document" you can find. Even if someone can explain it to you (I'm not one of those), you must to know yet how to write your own code or modify the existent one.