使用python實現短語查詢

searchPhrase函數實現了短語查詢功能:python def word_split(text): """ Split a text in words. Returns a list of tuple that contains (word, location) location is the starting words position of the word. alse do
相關文章
相關標籤/搜索