Marc Riera
Marc Riera
On Final, on trains with a musical horn, pressing and releasing the horn button plays the whole length of the musical horn. On the patched Plug and Play, however, releasing...
When running `$ echo "^Na+/Na+$" | apertium-tagger -gx eng.prob`: ``` apertium-tagger: ,/�1�U Try 'apertium-tagger --help' for more information. ``` Removing the `+` character makes the tagger work fine: ``` $...
The perceptron tagger does not run on the latest version of `apertium-tagger`. This is from `apertium-eng`: ``` $ echo "^house/house$" | apertium-tagger -gx eng.prob /usr/include/c++/11.2.0/bits/stl_vector.h:1045: std::vector::reference std::vector::operator[](std::vector::size_type) [with _Tp =...
I've noticed a change in case treatment between version 3.7.1 and the latest commit (86c6196a969a8614dbb5cb57b91e9e81de697b5c). I've been unable to precisely track where the change was introduced, but I highly suspect...
### Description Speed limits are apparently not being properly enforced on the user/AI driver. This applies to both track and signal limits. 1. If currently driving on a track section...
Since #654 was merged, I have noticed that some parts of the user interface have missing translations when they were translated before. This is the case for the strings "F"...
I've been playing with capitalization restoration in the Romanian-Catalan pair (check https://github.com/apertium/apertium-ron-cat/tree/caps-restoration) and I've found a situation in transfer (chunking) where I have two words and need to keep only...
The current implementation of style preferences (as discussed in #118) allows users to tweak the result of the translations. However, there are a couple of issues that I think reduce...
Given the following paradigms and entries: ``` e e e e ed e ing e ing e ing e e e es e ed e 's 's s s' 's...
Currently, weights are specified using the ```w``` attribute. Using it in a bidix gives an entry the same weight for both directions, potentially producing unwanted effects if there are lexical...