There is a problem with Component.from_text() function (in striplog). It's not able to extract '<' and '>' signs as part of a text. The problem is due to the regex expression in the function Lexicon.find_wordsgoup() of striplog, used in the first one.
For now, i just consider categories like : ['VR', 'VS', 'VI', 'VI']. The '_' next to 'VI' means that the value is above the VI value.
There is a problem with Component.from_text() function (in striplog). It's not able to extract '<' and '>' signs as part of a text. The problem is due to the regex expression in the function Lexicon.find_wordsgoup() of striplog, used in the first one. For now, i just consider categories like : ['VR', 'VS', 'VI', 'VI']. The '_' next to 'VI' means that the value is above the VI value.