Project

General

Profile

Task #2371

Potential KPs ('immutable' within 'immutable sequence') that are part BRIR need to be given higher score

Added by Ram Kordale over 2 years ago. Updated over 2 years ago.

Status:
New
Priority:
Low
Target version:
Start date:
05/24/2022
Due date:
% Done:

0%

Estimated time:

Description

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.

Also available in: Atom PDF