StringClassifier

Description

Simple String classifier in Pharo Smalltalk

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Created
Sept. 3, 2017
Updated
March 24, 2022

README excerpt

[![Tests](https://github.com/jborden23/StringClassifier/actions/workflows/runTests.yml/badge.svg?branch=main)](https://github.com/jborden23/StringClassifier/actions/workflows/runTests.yml) [![UML Class diagram](https://github.com/jborden23/StringClassifier/actions/workflows/visualizeClassDiagram.yml/badge.svg)](https://github.com/jborden23/StringClassifier/blob/main/ci_data/uml.png) [![Coverage](https://raw.githubusercontent.com/jborden23/StringClassifier/main/ci_data/coverageBadge.svg)](https://github.com/jborden23/StringClassifier/blob/main/ci_data/coverage.png)


# StringClassifier
Simple String classifier in Pharo Smalltalk. It is being used as a testing project for [https://github.com/bergel/AgileVisualizationAPressCode/blob/main/03-02-ContinuousIntegration.txt]. 

This can be loaded with:
```
Metacello new
  baseline:'StringClassifier';
  repository: 'github://jborden23/StringClassifier:main/repository';
  load.
```
← Back to results