Coverage for intelligence_toolkit/detect_entity_networks/config.py: 100%

6 statements  

« prev     ^ index     » next       coverage.py v7.10.7, created at 2025-10-16 13:41 -0300

1# Copyright (c) 2024 Microsoft Corporation. All rights reserved. 

2# Licensed under the MIT license. See LICENSE file in the project. 

3# 

4 

5SIMILARITY_THRESHOLD_MIN = 0.001 

6SIMILARITY_THRESHOLD_MAX = 1.0 

7DEFAULT_MAX_ATTRIBUTE_DEGREE = 10 

8ENTITY_LABEL = "ENTITY" 

9LIST_SEPARATOR = ";" 

10 

11cache_name = "detect_entity_networks"