public final void openAutoCorrectFile(final File acoFile) throws IOException, SAXException{
        if(acoFile != null && acoFile.exists()){
            LOGGER.info(MARKER_APPLICATION, "Opening Auto-Correct file: {}", acoFile.getName());

            acoParser.parse(acoFile);