CCExtractor Development
CCAligner: Find Windows binaries for dependencies in grammar tools
Grammar tools are an integrated part of CCAligner. They help in better recognition, but have some optional dependencies. CCAligner currently uses system calls to call the dependencies and then process its output, which currently works solely on Unix/Linux.
Your task is to find a way to install those dependencies on a Windows machine (yes, they can be compiled on windows) and reflect it in the portion where they are used.
List of dependencies : https://github.com/saurabhshri/CCAligner#installing-dependencies
Relevant files : https://github.com/saurabhshri/CCAligner/blob/master/src/lib_ccaligner/grammar_tools.cpp
Don't forget to add the description in readme file as well and send a well formatted PR including all the changes.
Task tags
Students who completed this task
Harry Yu