Package ai.tock.nlp.core.configuration
Class NlpModelConfiguration
-
- All Implemented Interfaces:
public final class NlpModelConfigurationThe NLP model configuration.
-
-
Field Summary
Fields Modifier and Type Field Description private final Propertiespropertiesprivate final Stringmarkdownprivate final BooleanhasPropertiesprivate final BooleanhasMarkdown
-
Constructor Summary
Constructors Constructor Description NlpModelConfiguration(Properties properties, String markdown, Boolean hasProperties, Boolean hasMarkdown)
-
Method Summary
Modifier and Type Method Description final PropertiesgetProperties()final StringgetMarkdown()final BooleangetHasProperties()final BooleangetHasMarkdown()-
-
Constructor Detail
-
NlpModelConfiguration
NlpModelConfiguration(Properties properties, String markdown, Boolean hasProperties, Boolean hasMarkdown)
-
-
Method Detail
-
getProperties
final Properties getProperties()
-
getMarkdown
final String getMarkdown()
-
getHasProperties
final Boolean getHasProperties()
-
getHasMarkdown
final Boolean getHasMarkdown()
-
-
-
-