Task #2371
Updated by Ram Kordale over 2 years ago
In Python 3 Doc Library Reference > Built-in Types > Text Sequence Type — str, 'immutable' should have score >0.9 since it is actually part of the string "immutable sequence". However, it looks like we are not including "sequence" because it is BRIR. We have a variant immutable sequence but sequence is BR tag that's why only immutable is tagged. Given that it's fullness ratio is 0.333, it also has a very low sim score. ideally, we should consider match with 'immutable sequence', give the corresponding high score (because of better fullness ratio) and then make 'immutable' as the KP. Another example is 'common' in 'common sequence operations' in Python 3 Doc Library Reference > Built-in Types > Text Sequence Type — str > String Methods.