psiminer icon indicating copy to clipboard operation
psiminer copied to clipboard

A Tool for Mining Rich Abstract Syntax Trees from Code

Results 13 psiminer issues
Sort by recently updated
recently updated
newest added

As a part of mining CodeSearchNet graphs (#31), we should be able to mine Python data. It should include: - [ ] Extraction of PSI for Python code - [...

graphs
python

As a part of mining CodeSearchNet graphs (#31), we should be able to mine Ruby data. It should include: - [ ] Extraction of PSI for Ruby code - [...

graphs
ruby

The java-med dataset has a file `train/stanfordnlp__CoreNLP/src/edu/stanford/nlp/process/PTBLexer.java` containing 76704 lines of code. IDEA parses this file as a single `PsiPlainText` element and psiminer does the same. I think the miner...