- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for SetPos (0.03 sec)
-
src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiItem.java
*/ public String getReading() { return reading; } /** * Returns the part of speech. * * @return The part of speech. */ public String getPos() { return pos; } /** * Returns true if the item has been updated. * * @return True if the item has been updated. */ public boolean isUpdated() {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/kuromoji/ApiAdminDictKuromojiAction.java
final EditBody body = new EditBody(); body.id = entity.getId(); body.dictId = dictId; body.token = entity.getToken(); body.reading = entity.getReading(); body.pos = entity.getPos(); body.segmentation = entity.getSegmentation(); return body; }
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 9.4K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 03 15:06:05 UTC 2025 - 66.8K bytes - Viewed (0)