注释格式化;

This commit is contained in:
Magese 2021-12-31 17:36:34 +08:00
parent 020f83e665
commit 5ab517079b

View File

@ -29,13 +29,13 @@ package org.wltea.analyzer.core;
/**
*
* 子分词器接口
*/
interface ISegmenter {
/**
* 从分析器读取下一个可能分解的词元对象
*
* @param context 分词算法上下文
*/
void analyze(AnalyzeContext context);