Command接口中支持相似性匹配规则。

This commit is contained in:
zhengchao
2017-07-07 20:51:55 +08:00
parent 6339fa37c5
commit 59aa0419c9
2 changed files with 9 additions and 5 deletions

View File

@@ -84,8 +84,8 @@ struct Maat_rgn_digest_t
};
struct Maat_rgn_sim_t
{
char* target_string;
short confidence_degree;
char* target;
short threshold;
};
struct Maat_region_t
{