kaufmanno / GSDMA

GNU General Public License v3.0
0 stars 1 forks source link

Change categories for the samples as x<VR, VR<x<VS, VS<x<VI, x>VI #137

Closed kaufmanno closed 3 years ago

YanickNdepo commented 3 years ago

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.