Elia Robyn Lake (Robyn Speer)
Elia Robyn Lake (Robyn Speer)
Once this happens, if I shut down the container, it never comes back up. I get this message: ``` pg_ctl: could not start server Examine the log output. ``` ...but...
I recognize that ipadic is old and busted, but unfortunately, using Unidic would cause the tokenization not to match the word frequencies that were extracted from the source corpora. We...
Just getting around to reviewing this -- how about we skip rebuilding the map in the case that already worked, where the index being popped is -1 or len(oset)-1?
I can see why these would be desired features, but I don't want to increase the scope of this library. I'd have no ill will if you just released and...
I certainly wouldn't mind if that information was output from wikiparsec. I don't have a need for that data in my own use, so the way it would happen is...
This would require changing the behavior of multiple other methods. - If you delete an item, what happens to the indices of other items? Is there an index whose value...
You know, there's a way to get an open source developer to consider your feature, and the above comment is not it. Please think through the following case: ``` >>>...
The part that I objected to was "Why is that even a question?" followed by an attempt to explain to me what my library does. The requirements are clearer now:...
I think the only reasonable thing to do with `__setitem__` given an existing item is to raise an error. That makes `__setitem__` actually the easier case, so I can support...
This would be nice, but one thing that makes wordfreq particularly useful and accessible is that it fits in a PyPI package. There isn't room to store 7 different frequencies...