Class PhraseToTable.Settings

  • All Implemented Interfaces:
    io.annot8.api.settings.Settings
    Enclosing class:
    PhraseToTable

    public static class PhraseToTable.Settings
    extends Object
    implements io.annot8.api.settings.Settings
    • Constructor Detail

      • Settings

        public Settings()
    • Method Detail

      • validate

        public boolean validate()
        Specified by:
        validate in interface io.annot8.api.settings.Settings
      • getPhraseTypes

        @Description("A list of the phrase types (e.g. NP) that should be persisted. If empty, all phrase types are persisted.")
        public List<String> getPhraseTypes()
      • setPhraseTypes

        public void setPhraseTypes​(List<String> phraseTypes)