Created a new virtual env with only Texthero and its dependencies installed. A year or more ago it worked, but now when I try to run kmeans, e.g.
.pipe(hero.kmeans,n_clusters=5)
it errors:
init() got an unexpected keyword argument 'precompute_distances'
This happens with my own data and code, and also when I paste the BBCSport sample code in as well.