Yang.He

Results 5 comments of Yang.He

Answers: 1. Some of the models are open-source but are implemented in different platforms (such as Torch7 or TF). We translated them into NaturalCC, or re-implemented by papers or GitHub...

please try to install with `python setup.py build_ext --inplace` in the repo directory.

Sorry, I have never met this problem before. But from your error logs (`/usr/local/cuda/bin/nvcc, no such file or directory`), I think that you probably added the NVCC path into `$PYTHONPATH`,...

Yes, we have not released some codes yet. Plz, remove code lines that might report ModuleNotFoundError. This problem will be addressed in our next update. That will not be too...

How to generate ASTs for code: https://github.com/CGCL-codes/naturalcc/blob/master/ncc_dataset/ast_parser/tree_sitter/parser.py As for CFG and DFG, @wanyao1992