Erik Körner
Erik Körner
See: https://github.com/dkpro/dkpro-core/blob/a1f3d0c557810f7eb81ed636f5ff4f2edc5d1be8/dkpro-core-api-lexmorph-asl/src/main/resources/org/dkpro/core/api/lexmorph/tagset/da-ddt-pos.map#L25-L26 I believe `N` should be `NP`.
Hi, I'm writing a paper and would like to cite heritrix. What/Who/... do I need to reference? I found the following: - [Mohr, G., Stack, M., Rnitovic, I., Avery, D.,...
Docker
I wrote a Docker file for the current version(s). Maybe you want to look into it and integrate it here. It works for me but I only have some simple...
Some REST API paths are available via jobdir and via anypath. I'm not sure if anypath is required as theoretically all job files should be reachable via the jobdir URLs....
Is it possible to use `pytest-randomly` but selectively disable shuffling of functions in classes? Similar to https://github.com/jbasko/pytest-random-order#disable-shuffling-in-module-or-class This could allow incremental tests, as described in https://docs.pytest.org/en/stable/example/simple.html#incremental-testing-test-steps but still allow some...
https://github.com/Shizmob/pydle/blob/60ede96669d77e86b8ee264ebc21ab669418fb7b/pydle/features/ctcp.py#L102 I think, there may be cases where CTCP is not correctly recognized. More specifically, if the CTCP message follows a normal text message (or is embedded in it). see...
See this example snippet: ```python >>> format_sql.format_sql('''select a.a from aaa a where ((a.b+1) = 2);''') Traceback (most recent call last): File "", line 1, in File "/home/koerner/miniconda3/envs/tests-sql/lib/python3.6/site-packages/format_sql/shortcuts.py", line 20, in...
Hi, thank you, this works really well. I still need to be a bit of tweaking for performance (maybe some debouncing on the filter input) but looks good so far....
The Heritrix REST API currently only supports `application/xml` responses (besides HTML?). Would it be possible to include a JSON serialization, too? I find JSON a lot easier to work with...