reference/src/main/python/similar.py [207:212]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if is_init:
        n = vocab.add_and_get_index(key)
    else:
        n = vocab.get_index(key)
    if is_counter:
        if n != str(config.NUM_FEATURE_MIN):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



reference/src/main/python/similar.py [221:226]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if is_init:
        n = vocab.add_and_get_index(key)
    else:
        n = vocab.get_index(key)
    if is_counter:
        if n != str(config.NUM_FEATURE_MIN):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



