Kristoffer Andersson
Kristoffer Andersson
Hi! I noticed that the key `project_id` is missing in the table `project`. I installed pybossa from master branch from current master (fd87953), and ran `python cli.py db_create` according to...
On the page https://github.com/hfst/hfst/wiki/TransducerHeader it is stated that the header size in a HFST header should be specified in big endian format, but the implementation writes and reads the size...
I suggest that we add the empty file `sparv/py.typed` (according to [PEP 484](https://peps.python.org/pep-0484/)), so that downstream packages can run mypy and pick up sparv's types.
When calling ** Expected behaviour ** ``` xs = [(-1, '23456789')] post = take_last_while(lambda i: i[0] == 0, xs) assert post == [] ``` ** Current behaviour ** ``` xs...
This PR adds [`xflags`](https://github.com/matklad/xflags) as `cli` library, as a fast middleground between `clap` and `lexopt`.
I have written some mock classes to be able to run tests for a annotator function. Maybe it is interesting to put it in something like `sparv.testing` or shall I...