We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b6c8a commit 62c95d0Copy full SHA for 62c95d0
README.md
@@ -14,6 +14,14 @@ You can easily install model through the PIP:
14
pip install code2seq
15
```
16
17
+## Dataset mining
18
+
19
+To prepare your own dataset with a storage format supported by this implementation, use on the following:
20
+1. Original dataset preprocessing from vanilla repository
21
+2. [`astminer`](https://github.com/JetBrains-Research/astminer):
22
+the tool for mining path-based representation and more with multiple language support.
23
+3. [`PSIMiner`](https://github.com/JetBrains-Research/psiminer):
24
+the tool for extracting PSI trees from IntelliJ Platform and creating datasets from them.
25
## Available checkpoints
26
27
### Method name prediction
0 commit comments