public interface IWordCheckerBs
单词拼写检查-接口
Created: 2018/4/28 上午6:41
Project: word-checker
String
correct(String word)
List<String>
correctList(String word)
correctList(String word, int limit)
boolean
isCorrect(String word)
boolean isCorrect(String word)
word
true
false
String correct(String word)
List<String> correctList(String word, int limit)
limit
List<String> correctList(String word)
Copyright © 2024. All rights reserved.