Show HN: Cluster-Sort
$ pip install --upgrade xklb spacy
$ python -m spacy download en_core_web_sm
$ echo 'red apple
broccoli
yellow
green
orange apple
red apple' | library cluster-sort
orange apple
red apple
red apple
broccoli
green
yellow