閱讀Peter Norvig的How to write a spelling corrector我試圖讓代碼適用於波斯語。我改寫這樣的代碼: import re, collections
def normalizer(word):
word = word.replace('ي', 'ی')
word = word.replace('ك', 'ک')
word =
我使用Aptana Studio 3學習JavaScript。我開始喜歡這個IDE,但它的缺點之一是,當我犯了一個錯誤類型,例如: if (comfirm("are you sure ?")) // "coMfirm", the right one is "confirm"
{
alert("you answered yes");
}
else
{
alert("you
在Elasticsearch中規範英式和美式英語是否有最佳做法? 使用Synonym Token Filter需要一個令人難以置信的長配置文件。實際上在英國和美國英語中有幾千個不同的拼寫單詞,幾乎不可能找到真正全面的單詞列表。這是一個list of almost 2.000 words,但它還遠遠沒有完成。 優選地,我想創建一個帶有rules to transform US to UK英文的ES分