Fast Keywords
In this personal project I packaged a technique for fast keyword extraction into a small Python library which I thought could be useful to others. Although there exist several libraries for fuzzy string matching I had not found one for n-gram vector matching which was optimized for keyword extraction. This package hopefully fulfills that gap while offering some additional functionality. During this project I improved my Python code organization and documentation skills. For further information please refer to the PyPI page or GitHub repository.