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

com.github.houbb.auto.summary.support.sentence.IAutoSummarySentence Maven / Gradle / Ivy

There is a newer version: 0.0.3
Show newest version
package com.github.houbb.auto.summary.support.sentence;

import java.util.List;

/**
 * 

project: auto-summary-IAutoSummarySentence

*

create on 2020/3/12 22:07

* * @author binbin.hou * @since 0.0.1 */ public interface IAutoSummarySentence { /** * 断句 * @param text 原始文本 * @return 结果列表 * @since 0.0.1 */ List sentence(final String text); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy