Open ghost opened 3 months ago
希望可以在 PinyinMatch 的 Find 相关的 api 返回匹配到的范围
PinyinMatch
如
string[] all = ["你好大厦覅使得房价是到付哈是", "上看flak十多年flask大家发"]; PinyinMatch match = new(); match.SetKeywords(all); List<PinyinMatchResult> results = match.FindAll("flak"); Console.WriteLine(results[0].Index); // 1 Console.WriteLine(results[0].Start); // 2 Console.WriteLine(results[0].End); // 5
希望可以在
PinyinMatch
的 Find 相关的 api 返回匹配到的范围如