- 14 Dec, 2020 1 commit
-
-
Jonathan L. Verner authored
Running sudo inside systemd jobs seems to run into some isolation problems (see https://superuser.com/questions/877967/sudo-fails-when-running-as-service). It turns out that if an Exec* is prefixed with +, it is run as root, so we can sidestep sudo (see man 5 systemd.service).
-
- 06 Oct, 2020 1 commit
-
-
Martin Rypar authored
solution to issue-#104: restriction attribute created and data format adjusted (svn: @12016 a @12017)
-
- 05 Oct, 2020 5 commits
-
-
Anna Vernerová authored
-> derivedLUs, derivedFrom, Vallex-no
-
Anna Vernerová authored
this avoids warnings when the variable is empty
-
Anna Vernerová authored
-
Jonathan L. Verner authored
-
Jonathan L. Verner authored
- regexp patterns are treated as unicode strings, so, e.g., \s is treated as an (invalid) escape sequence for a unicode character; either use \\s or a raw string - imp module is deprecated; this use can be replaced by the types module: https://docs.python.org/3/library/imp.html#imp.new_module - pytest output xml format will default to xunit2, so we explicitly say we need xunit1
-
- 03 Oct, 2020 2 commits
-
-
Jonathan L. Verner authored
-
Jonathan L. Verner authored
-
- 01 Oct, 2020 1 commit
-
-
Anna Vernerová authored
-
- 26 Sep, 2020 2 commits
-
-
Anna Vernerová authored
-
Anna Vernerová authored
-
- 21 Sep, 2020 8 commits
-
-
Jonathan L. Verner authored
The backup files are no longer created just by appending '.backup' but a number is also appended.
-
Jonathan L. Verner authored
Also, when lexicon changed on disk, do not blindly overwrite it with in-mem repre, but merge the in-mem repre into the one on disk.
-
Jonathan L. Verner authored
-
Jonathan L. Verner authored
-
Jonathan L. Verner authored
-
Jonathan L. Verner authored
-
Jonathan L. Verner authored
-
Jonathan L. Verner authored
-
- 17 Sep, 2020 1 commit
-
-
Anna Vernerová authored
-
- 15 Sep, 2020 1 commit
-
-
Anna Vernerová authored
-
- 11 Sep, 2020 1 commit
-
-
Anna Vernerová authored
-
- 03 Sep, 2020 2 commits
-
-
Anna Vernerová authored
-
Martin Rypar authored
-
- 01 Sep, 2020 1 commit
-
-
Anna Vernerová authored
(including an improvement of the code suggested by ryparmar in !13 (comment 404791035) )
-
- 31 Aug, 2020 1 commit
-
-
Anna Vernerová authored
-
- 23 Aug, 2020 1 commit
-
-
Anna Vernerová authored
- recognize pdt-vallex ids in the pdt-vallex attribute - recognize pdt-vallex "aspect" marking (actually, it's POS: V, N, Nx, A, D) - add all known attributes and treat them just as we treated note TODO: vallex/txt_parser.py:620-622 is an ugly hack to force the test tests/test_txt_output.py to stop complaining about the # # END ========== stdin ========= END part being added to the end of the last diat attribute
-
- 22 Aug, 2020 1 commit
-
-
Martin Rypar authored
-
- 21 Aug, 2020 1 commit
-
-
Anna Vernerova authored
-
- 20 Aug, 2020 1 commit
-
-
Anna Vernerova authored
also make the directory that is updated by update-lexicons part of the config file
-
- 19 Aug, 2020 2 commits
-
-
Martin Rypar authored
frontend: issue 85 - lexeme search ignores reflexives. now searches inputed string not only at the beginning
-
Martin Rypar authored
TODO: we now get a rather non-uniform set of search keys searching for lemma=rozkaz returns LU blu-n-rozkazování-rozkázání-1 with value examplerich impf: ACT+ADDR+PAT Porážka koalice ... impf: ACT+PAT maminčino.ACT rozkazování úkolů.PAT impf: ADDR+PAT nezákonným rozkazováním ... impf: ACT ochránit jej před učitelovým.ACT rozkazováním ... impf: ADDR princezna, která ... impf: PAT týmová rozprava, ne direktivní rozkazování, ... pf: ACT Toto se děje na moje.ACT rozkázání ... pf: PAT Pár naivních si sice pořád myslí, ... but searching for lemma=rozkaz examplerich.ACT+PAT=. does not return anything, while intuitively it should return the previous LU however, I believe this is a more general problem pertaining to all attributes whose value may be divided by aspect, so I've filed a separate issue for it: #101
-
- 18 Aug, 2020 2 commits
-
-
Anna Vernerová authored
-
Anna Vernerová authored
bb2c5b5c introduced browser console errors saying Cannot read property 'name' of undefined actually, the code removed in this commit created an empty Attrib.Vue component which then led to the above mentioned error ---- note: bb2c5b5c also introduced browser console errors saying Cannot read property 'data' of undefined These were related to an attempt to render valdiff even when it was not defined; the problem was solved already by commit acb3fedf
-
- 11 Aug, 2020 1 commit
-
-
Martin Rypar authored
This reverts commit b8393a09
-
- 10 Aug, 2020 3 commits
-
-
Martin Rypar authored
-
Martin Rypar authored
backend: reflect the change of renaming attribute derivedV -> derived in NomVallex, n-vallex-share* data files
-
Martin Rypar authored
Set correct path to the config file when running vallec-cli locally. PY_VALLEX_CONFIG var set up only for production.
-
- 04 Aug, 2020 1 commit
-
-
Martin Rypar authored
-