mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 15:20:17 +00:00
三大类型漏标检测bug修改
Signed-off-by: zhangwuf <zhangwu47@huawei.com>
This commit is contained in:
parent
368ccfb559
commit
57dc99026b
@ -18,8 +18,8 @@ from utils.util import (get_start_characters, get_remaining_characters, json_fil
|
|||||||
set_label_to_result, get_js_doc_info)
|
set_label_to_result, get_js_doc_info)
|
||||||
from utils.constants import mutex_label_dist, contrast_function, label_name_dist, one_to_many_function
|
from utils.constants import mutex_label_dist, contrast_function, label_name_dist, one_to_many_function
|
||||||
from typedef.detection import Output, ErrorMessage, ErrorType
|
from typedef.detection import Output, ErrorMessage, ErrorType
|
||||||
from src.coreImpl.process_three_type import process_tag_dict
|
from coreImpl.process_three_type import process_tag_dict
|
||||||
from src.typedef.process_three_type import get_judgment_node_type_dict
|
from typedef.process_three_type import get_judgment_node_type_dict
|
||||||
|
|
||||||
|
|
||||||
result_list = []
|
result_list = []
|
||||||
|
@ -14,9 +14,9 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
|
||||||
from src.typedef.detection import Output, ErrorMessage, ErrorType
|
from typedef.detection import Output, ErrorMessage, ErrorType
|
||||||
from src.utils.util import get_position_information, get_js_doc_info
|
from utils.util import get_position_information, get_js_doc_info
|
||||||
from src.typedef.process_three_type import get_three_label_value
|
from typedef.process_three_type import get_three_label_value
|
||||||
|
|
||||||
|
|
||||||
def process_class_type(dict_data: dict, label='default') -> list:
|
def process_class_type(dict_data: dict, label='default') -> list:
|
||||||
|
Loading…
Reference in New Issue
Block a user