技术前沿:Web服务选择、农业搜索引擎与XML编码技术解析
1. 混合Web服务选择:语义与关键字结合方法
在Web服务发现过程中,为了提高效率,提出了一种结合现有Web服务标准、常见信息检索方法、语义Web和数据挖掘技术的新方法。该方法旨在使数据对人类和机器都可访问。下面介绍其中的语义匹配算法。
1.1 语义匹配算法
Algorithm 2: Semantic Matching
Input: ServiceRequestInput SRInpj, ServiceRequestOutput SROupj
Output: Sorted list of services
1: begin
2: for all ServiceRequestInput SRInpj ∈ SRInp do
3: for all ServiceInput WSInpi ∈ WSInp do
4: sim(WSInp, SRInp)
5: WSInp[i] = sim(WSInp, SRInp)
6: end for
7: SRInp[j] = 1
8: end for
9: for all ServiceRequestOutput SROupj ∈ SROup do
10: for all ServiceOutput WSOupi ∈ WSOup do
11: sim(WSOup, SROup)
12: WSOup[i] = sim(WSOup, SROup)
13: end for
14: SRoup[j] = 1
15: end for
16: WS = WSInp + WSOup
17: SR
超级会员免费看
订阅专栏 解锁全文

被折叠的 条评论
为什么被折叠?



