cadmiumcr / cadmium

Natural Language Processing (NLP) library for Crystal
https://cadmiumcr.com
MIT License
205 stars 15 forks source link

Fix ameba lint errors #10

Closed watzon closed 5 years ago

watzon commented 5 years ago

Currently the build is failing because of ameba lint errors. These include:

It looks like the main problem is the cyclomatic complexity of some of the algorithms. Where possible this should be reduced.