You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A first test reveals some difficulties.
Ucto has explicit shortcuts for 1-letter words. So I, V X etc. are NOT detected.
Adding such a ROMAN-NUMBERS rule needs reprogramming and thinking. And will slow ucto down a bit.
On the other hand... I V and X are ambiguous anyway. So labeling them as ROMAN-NUMBER is probably never a good idea? Or just add this rule, and accept that 1-letter numbers are labelled as WORD?
It would be nice to have Roman Numbers detected.
The regexp may look like this:
^M{0,4}(CM|CD|D?C{0,3})(XC|XL|L?X{0,3})(IX|IV|V?I{0,3})$
see: Here
The text was updated successfully, but these errors were encountered: