
com.mayabot.mynlp.fasttext.WordSplitter.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastText4j Show documentation
Show all versions of fastText4j Show documentation
Java(kotlin) implementation of the Fasebook 's FastText
The newest version!
package com.mayabot.mynlp.fasttext
/**
* 如果分词器不能把 __lable__xxxx 分为一个词,那么要特殊处理一下
*/
interface WordSplitter {
fun split(text:String) : List
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy