mmyjona / psiminer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSIMiner

The tool for processing PSI trees from IntelliJ IDEA and creating labeled dataset from them.

Usage

To run extracting data from a dataset with source code use this command

bash psiminer.sh dataset_path ouput_folder config.json 2> error_log.txt

Folder with mock data contains example of dataset. Config shows the example of configuration. To run this example use following command:

bash psiminer.sh src/test/resources/mock_data output config.json 2> error_log.txt

About

License:Apache License 2.0


Languages

Language:Kotlin 95.1%Language:Java 3.4%Language:Shell 1.5%