Robert Bossy
Robert Bossy
I have noticed that sometimes enju's output stream starts with the sequence `\033[?1034h` (and breaks scripts that parse it). A quick search reveals that this is a terminal escape sequence...
## Omit parameter alias name if it is the same ```xml ``` could be written as: ```xml ``` ## Shortcut for corpus *SetFeature* pattern ```xml $ bar ``` could be...
Several modules and functions use [`Iterators`](https://github.com/Bibliome/bibliome-java-utils/blob/master/src/main/java/fr/inra/maiage/bibliome/util/Iterators.java), [`Filter`](https://github.com/Bibliome/bibliome-java-utils/blob/master/src/main/java/fr/inra/maiage/bibliome/util/filters/Filter.java), and [`Mapper`](https://github.com/Bibliome/bibliome-java-utils/blob/master/src/main/java/fr/inra/maiage/bibliome/util/mappers/Mapper.java). These classes will be deprecated and should replaced with the standard Java `Stream` API. Notable methods: - [`Evaluator#evaluateElements()`](https://github.com/Bibliome/alvisnlp/blob/4edc54237bc0312903c89df3ebceef5ec1315199/alvisnlp-core/src/main/java/fr/inra/maiage/bibliome/alvisnlp/core/corpus/expressions/Evaluator.java#L68) - [`Corpus#documentIterator()`](https://github.com/Bibliome/alvisnlp/blob/4edc54237bc0312903c89df3ebceef5ec1315199/alvisnlp-core/src/main/java/fr/inra/maiage/bibliome/alvisnlp/core/corpus/Corpus.java#L77) -...
See: https://github.com/stanfordnlp/stanza/issues/244 Add `stanza.download(LANG)` in order to download resources. https://stanfordnlp.github.io/stanza/download_models.html Maybe check either these resources already exist. Stanza resources by default are placed in `$HOME/stanza_resources`, regardless of Conda environment.
Annotators (online automatic annotation services) now can be registered on PubAnnotation: http://pubannotation.org/annotators The API is documented here: http://www.pubannotation.org/docs/annotation-server-api/
Several modules use [`FileLines`](https://github.com/Bibliome/bibliome-java-utils/blob/master/src/main/java/fr/inra/maiage/bibliome/util/filelines/FileLines.java) to read *CSV* and *TSV* files. This class will be deprecated. Usage of `FileLines` should be replaced with Apache Commons CSV classes. List of modules: -...
Provide a synopsis for each module, library, conversion.
Create a kernel for Jupyter that runs AlvisNLP: * Code is a plan in XML * Kernel calls AlvisNLP with a system call (or DRMAA submission) * Files created should...
CONTES has a new parameter to provide pre-computed ontology embeddings. @ArnaudFerre link to commit pls