All Downloads are FREE. Search and download functionalities are using the official Maven repository.

spring.turbo.module.misc.tokenizer.TokenizerService Maven / Gradle / Ivy

There is a newer version: 3.3.3
Show newest version
package spring.turbo.module.misc.tokenizer;

import org.springframework.lang.Nullable;

import java.util.List;

/**
 * 简易分词服务
 *
 * @author 应卓
 * @since 3.1.1
 */
@FunctionalInterface
public interface TokenizerService {

    public List parse(@Nullable String text);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy