- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setNewSegmentation (0.84 sec)
-
src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiItem.java
public String getNewSegmentation() { return newSegmentation; } /** * Sets the new segmentation. * * @param newSegmentation The new segmentation. */ public void setNewSegmentation(final String newSegmentation) { this.newSegmentation = newSegmentation; } /** * Returns the new reading. * * @return The new reading. */
Registered: Thu Sep 04 12:52:25 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/admin/dict/kuromoji/AdminDictKuromojiAction.java
final VaErrorHook hook) { return getEntity(form).map(entity -> { entity.setNewToken(form.token); entity.setNewSegmentation(form.segmentation); entity.setNewReading(form.reading); entity.setNewPos(form.pos); return entity; }); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 21.5K bytes - Viewed (0)