Nico Wagner
Nico Wagner
I've a question about the usage of vacabularies in an ensemble. Given a vocabulary V which is used in an ensemble and two vocabularies V1 and V2, which are used...
Pipelining of commands fails using `PowerShell` because the output encoding of the records written to `stdout` is changed by the shell. Running each command separatly and write an output file,...
Hi, I get an Python warning when running the `metrics.py` script. ```bash $ python metrics.py DNB /home/nico/projects/zestxml/utils.py:132: SyntaxWarning: "is" with a literal. Did you mean "=="? if inv_prop_ is -1...
Tracking issue for Rust API consolidation and cleanup. ### TODOs - [ ] Integrate `pica-path`, `pica-format` and `pica-matcher` into `pica-record` crate in order to get rid of duplicate code -...
### Example ```console $ pica freq -ps -l3 -H 'ido,count' '006X.0' DUMP.dat.gz -o freq.csv $ pica filter -ps -A freq.csv --filter-set-source '006X.0' --filter-set-column 'ido' '003@?' DUMP.dat.gz -o out.dat $ pica...
**Describe the bug** When searching for the phase "tüt" my program panics. **To Reproduce** ```console $ cargo build --all-features --example less-rs $ echo "foo" > foo.txt $ ./target/debug/examples/less-rs foo.txt $...