!7

concept Entry {
  S text;
  S isPhrase; // yes, no, other
}

cmodule PhraseNotAPhrase > DynCRUD<Entry> {
}