mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 03:58:14 +00:00
(improvement)(Headless) Put term into dict and let it can be mapped by mapper (#1002)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package com.tencent.supersonic.common.pojo.enums;
|
||||
|
||||
import java.util.Objects;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import java.util.Objects;
|
||||
|
||||
/***
|
||||
* nature type
|
||||
@@ -23,6 +23,8 @@ public enum DictWordType {
|
||||
|
||||
TAG("tag"),
|
||||
|
||||
TERM("term"),
|
||||
|
||||
SUFFIX("suffix");
|
||||
|
||||
public static final String NATURE_SPILT = "_";
|
||||
|
||||
Reference in New Issue
Block a user