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

com.github.houbb.auto.summary.api.IAutoSummaryResult Maven / Gradle / Ivy

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

import java.util.List;

/**
 * 

project: auto-summary-IAutoSummary

*

create on 2020/3/12 21:56

* * @author binbin.hou * @since 0.0.1 */ public interface IAutoSummaryResult { /** * 句子信息 * @return 句子 * @since 0.0.2 */ String sentence(); /** * 权重 * @return 权重 * @since 0.0.2 */ double weight(); // 其他开始,结束信息等。 }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy