this.automaton = builder.getLexicalAutomaton();
this.logger.info("Store automaton into store for '"+
this.lexiconSource.getURI()+"'");
store.store(this.lexiconSource.getURI(),
new LexicalAutomatonEntry(this.automaton,
this.lexiconSource.getValidity()));
} else {
this.logger.info("Getting automaton from store for '"+
this.lexiconSource.getURI()+"'");