Class CreateForm
java.lang.Object
org.codelibs.fess.app.web.admin.dict.kuromoji.CreateForm
- Direct Known Subclasses:
CreateBody,EditForm
Form class for creating Kuromoji dictionary entries.
Kuromoji is a Japanese morphological analyzer and this form allows
administrators to add custom dictionary entries for better Japanese text analysis.
-
Field Summary
FieldsModifier and TypeFieldDescriptionCRUD operation mode (CREATE, EDIT, etc.)@Required StringDictionary identifier@Required @Size(max=1000) StringPart of speech tag for the token@Required @Size(max=1000) StringReading (pronunciation) of the token in katakana@Required @Size(max=1000) StringSegmentation information for the token@Required @Size(max=1000) StringToken (word) to be added to the dictionary -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes the form with default values for creating a new Kuromoji dictionary entry.
-
Field Details
-
dictId
Dictionary identifier -
crudMode
CRUD operation mode (CREATE, EDIT, etc.) -
token
Token (word) to be added to the dictionary -
segmentation
Segmentation information for the token -
reading
Reading (pronunciation) of the token in katakana -
pos
Part of speech tag for the token
-
-
Constructor Details
-
CreateForm
public CreateForm()Creates a new CreateForm instance.
-
-
Method Details
-
initialize
public void initialize()Initializes the form with default values for creating a new Kuromoji dictionary entry.
-