- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setNewReading (0.05 sec)
-
src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiItem.java
*/ public String getNewReading() { return newReading; } /** * Sets the new reading. * * @param newReading The new reading. */ public void setNewReading(final String newReading) { this.newReading = newReading; } /** * Returns the new part of speech. * * @return The new part of speech. */
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)