Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将语音过滤器(lucene v 4.2.1)用于法语应用程序,但似乎该过滤器和提供的所有算法(metaphone,soundex ...)仅供英语使用。
所以这是我的问题:
它兼容的语言完全取决于Encoder您传递给构造函数的语言。BeiderMorseEncoder旨在处理多种语言,包括法语,因此可能是一个不错的选择。
Encoder