人工知能学会研究会資料 人工知能基本問題研究会
Online ISSN : 2436-4584
97回 (2014/3)
会議情報

移動付き編集距離のオンラインパターンマッチング
高畠 嘉将田部井 靖生坂本 比呂志
著者情報
会議録・要旨集 フリー

p. 06-

詳細
抄録

Edit distance with moves(EDM) is a string-to-string measure such that inclues substring moves in addiction to ordinal editing operations to turn one string to the other. EDM is applicable to error detections and suggesting keywords for searches. Online ESP(OESP) is a first online pattern matching for EDM. OESP builds a parse tree for a whole input text in an online manner and quickly comutes EDM in each position. However, the computaion of EDM of OESP only uses subtrees that generates a query length substring. The space for a parse tree is too large for the computation of EDM. Thus, we present a more space efficient OESP called improved OESP(OESP-I). OESP-I builds from a parse tree for i-th position query length string to a parse tree for i+1-th position query length string and quickly computes EDM. We show the time and space compreixity of OESP-I. Additionally, we show the approximate ratio of EDM of OESP-I.

著者関連情報
© 2015 人工知能学会
前の記事 次の記事
feedback
Top