An open API service indexing awesome lists of open source software.

https://github.com/olekscode/suggestingnamesexperiment

Suggesting method names using TF-IDF and n-grams model
https://github.com/olekscode/suggestingnamesexperiment

Last synced: 3 months ago
JSON representation

Suggesting method names using TF-IDF and n-grams model

Awesome Lists containing this project

README

        

# SuggestingNamesExperiment
Suggesting method names using TF-IDF and n-grams model

## How to install it?

To install `SuggestingNamesExperiment`, go to the Playground (Ctrl+OW) in your [Pharo](https://pharo.org/) image and execute the following Metacello script (select it and press Do-it button or Ctrl+D):

```Smalltalk
Metacello new
baseline: 'SuggestingNamesExperiment';
repository: 'github://olekscode/SuggestingNamesExperiment/src';
load.
```