Change the repository type filter
All
Repositories list
5 repositories
TokenProcessor
PublicUnigramTableCreator
PublicUnigramCompletionSorter
PublicA sorting strategy for code completion in Pharo IDE (https://pharo.org/) based on the unigram language model (n-gram model with n=1)CompletionEvaluation
PublicEvaluating different approaches to code completion in PharoBigramCompletionSorter
PublicA sorting strategy for code completion in Pharo IDE (https://pharo.org/) based on the bigram language model (n-gram model with n=2)