Aaron Halfaker

Results 47 comments of Aaron Halfaker

What error are you getting after you install the pt_PT and pt_BR packages? In theory aspell, myspell, and hunspell should all work with `pyenchant`.

In a terminal, can you try: ``` $ python >>> import enchant >>> dict = enchant.Dict("pt_PT") ``` That is roughly what we're doing in python to get access to the...

Interesting! We could just bump the version of pyenchant. It's only for incidental reasons that we haven't done that already.

We have a utility https://github.com/wikimedia/revscoring/blob/master/revscoring/utilities/dump_cache.py It looks like this does the opposite of this function. I wonder if it would be a good idea to implement this method as part...

A good place to start re. Features and Extractors is https://github.com/wikimedia/revscoring/blob/master/ipython/feature_engineering.ipynb Good point that `dump_cache.py` isn't documented. When I find some time, I'll look through the utilities and make a...

Removing the .model from the ignore file is not necessary to include models with the repo. It just requires a conscious action to add the models back. E.g. `git add...

Still experiencing this issue in version 1.3.1.