From 046b2b08ca1a2d5ec0aab0725f0ffbc4393b84fe Mon Sep 17 00:00:00 2001 From: liuht Date: Mon, 24 Apr 2023 19:57:26 +0800 Subject: [PATCH] [FIX] fix list syntax --- docs/workflow/Identify helpful learnwares.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/workflow/Identify helpful learnwares.rst b/docs/workflow/Identify helpful learnwares.rst index 7a7d69d..c5d732b 100644 --- a/docs/workflow/Identify helpful learnwares.rst +++ b/docs/workflow/Identify helpful learnwares.rst @@ -21,9 +21,13 @@ identifying potentially helpful leranwares whose models solve tasks similar to y print(single_learnware_list) In semantic specification search, we go through all learnwares in the market to compare their semantic specifications with the user's one, and return all the learnwares that pass through the comparation. When comparing two learnwares' semantic specifications, we design different ways for different semantic keys: + - For semantic keys with type 'Class', they are matched only if they have the same value. + - For semantic keys with type 'Tag', they are matched only if they have nonempty intersections. + - For the user's input in the search box, it matchs with a learnware's semantic specification only if it's a substring of its 'Name' or 'Description'. All the strings are converted to the lower case before matching. + - When a key value is missing, it will not participate in the match. The user could upload no semantic specifications if he wants. Statistical Specification Search