Closed TraceShadow closed 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?
To import tree_sitter you need pip install tree_sitter
pip install tree_sitter
ok, thanks!
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?