cppminer icon indicating copy to clipboard operation
cppminer copied to clipboard

cppminer produces a code2seq compatible datasets from C++ code bases.

Results 4 cppminer issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to train the model and I am getting this error message. error: No module named 'cppminer.cpp_parser' I am not able to resolve the issue . Thanks

Can anyone find a solution for this? ``` Traceback (most recent call last): File "/Users/lsiddiqsunny/Documents/cppminer/src/miner.py", line 144, in main() File "/Users/lsiddiqsunny/Documents/cppminer/src/miner.py", line 119, in main p.start() File "/Users/lsiddiqsunny/.pyenv/versions/3.9.4/lib/python3.9/multiprocessing/process.py", line 121,...

File "D:\Masters\industrialproject\C++attempt1\code2vec\code2vec\vocabularies.py", line 224, in _load_word_freq_dict token_to_count = pickle.load(file) _pickle.UnpicklingError: invalid load key, '\x1f'. I am getting this error when I am trying to use the Chromium preprocessed data with...

LIBCLANG TOOLING ERROR: fixed-compilation-database: Error while opening fixed database: no such file or directory json-compilation-database: Error while opening JSON database: no such file or directory