pharo-dataset

Description

Generate structured Pharo code completion datasets

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Created
Dec. 26, 2025
Updated
March 29, 2026
Topics
pharo pharo-llm

README excerpt

# HeuristicCompletion-Generator

A Pharo utility for exporting structured code completion datasets from existing packages.  
It enables researchers and tool builders to generate JSON datasets suitable for training, testing, or analyzing code completion systems.

## Features

- Export completion datasets from any Pharo package
- Configurable heuristics for completion extraction
- Multiple context levels for varying semantic richness
- JSON output for easy downstream processing
- Designed for research and ML-based tooling

## Installation 

```st
Metacello new
  githubUser: 'omarabedelkader' project: 'HeuristicCompletion-Generator' commitish: 'main' path: 'src';
  baseline: 'HeuristicCompletionGenerator';
  load.
```
← Back to results