Simple String classifier in Pharo Smalltalk
[](https://github.com/jborden23/StringClassifier/actions/workflows/runTests.yml) [](https://github.com/jborden23/StringClassifier/blob/main/ci_data/uml.png) [](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. ```