microsoft / CodeXGLUE

CodeXGLUE
MIT License
1.51k stars 363 forks source link

Code missing for [CodeXGLUE]. #129

Closed TraceShadow closed 1 year ago

TraceShadow commented 2 years ago

Hi, In CodeXGLUE, there's a line of code [from tree_sitter import Language, Parser], but I think there is no file named tree_sitter?

celbree commented 2 years ago

To import tree_sitter you need pip install tree_sitter

TraceShadow commented 2 years ago

ok, thanks!