# # ChangeLog for other-projects/the-macronizer/trunk/src # # Generated by Trac 1.4.2 # 2024-06-06T09:17:13+12:00 Mon, 13 Dec 2021 02:09:19 GMT cstephen [35806] * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/listeners/MyServletContextListener.java (modified) Fix startup failure when temp dir already exists Thu, 09 Dec 2021 22:14:03 GMT cstephen [35791] * other-projects/the-macronizer/trunk (modified) * other-projects/the-macronizer/trunk/.vscode/settings.json (modified) * other-projects/the-macronizer/trunk/README.md (added) * other-projects/the-macronizer/trunk/build.xml (modified) * other-projects/the-macronizer/trunk/dev-deploy.tar.gz (added) * other-projects/the-macronizer/trunk/lib (added) * other-projects/the-macronizer/trunk/lib/java (added) * other-projects/the-macronizer/trunk/lib/java/commons-fileupload-1.4.jar (added) * other-projects/the-macronizer/trunk/lib/java/commons-io-2.11.0.jar (added) * other-projects/the-macronizer/trunk/lib/java/commons-log4j-LICENSE (added) * other-projects/the-macronizer/trunk/lib/java/gson-2.8.7.jar (added) * other-projects/the-macronizer/trunk/lib/java/gson-LICENSE (added) * other-projects/the-macronizer/trunk/lib/java/guessencoding-1.4.jar (added) * other-projects/the-macronizer/trunk/lib/java/log4j-api-2.12.1.jar (added) * other-projects/the-macronizer/trunk/lib/java/log4j-core-2.12.1.jar (added) * other-projects/the-macronizer/trunk/lib/java/log4j-web-2.12.1.jar (added) * other-projects/the-macronizer/trunk/lib/java/tomcat-servlet-api-8.5.51.jar (added) * other-projects/the-macronizer/trunk/lib/java/utils4j-0.10.1.jar (added) * other-projects/the-macronizer/trunk/lib/java/utils4j-LICENSE (added) * other-projects/the-macronizer/trunk/lib/javadoc (added) * other-projects/the-macronizer/trunk/lib/javadoc/commons-fileupload-1.4-javadoc.jar (added) * other-projects/the-macronizer/trunk/lib/javadoc/commons-io-2.11.0-javadoc.jar (added) * other-projects/the-macronizer/trunk/lib/javadoc/log4j-api-2.12.1-javadoc.jar (added) * other-projects/the-macronizer/trunk/lib/javadoc/log4j-core-2.12.1-javadoc.jar (added) * other-projects/the-macronizer/trunk/lib/javadoc/log4j-web-2.12.1-javadoc.jar (added) * other-projects/the-macronizer/trunk/lib/javadoc/utils4j-0.10.1-javadoc.jar (added) * other-projects/the-macronizer/trunk/src (added) * other-projects/the-macronizer/trunk/src/main (added) * other-projects/the-macronizer/trunk/src/main/java (added) * other-projects/the-macronizer/trunk/src/main/java/org (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/listeners (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/listeners/MyServletContextListener.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/data (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/data/doublevowel (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/data/doublevowel/distinctTransformations.data (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/data/doublevowel/indistinctTransformations.data (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/data/doublevowel/monogramProbabilities.data (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/data/list (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/data/list/blacklist.data (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/data/macron (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/data/macron/distinctTransformations.data (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/data/macron/indistinctTransformations.data (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/data/macron/monogramProbabilities.data (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/model (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/model/ListModel.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/model/ModelFactory.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/model/MonogramModel.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/plugin (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/plugin/DocxPlugin.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/plugin/IPlugin.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/plugin/OdtPlugin.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/plugin/PluginConfiguration.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/plugin/PluginManager.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/plugin/PptxPlugin.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/plugin/TxtPlugin.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/plugin/XlsxPlugin.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/restorer (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/restorer/IRestorer.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/restorer/MonogramRestorer.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/restorer/RestoredWord.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/restorer/TxtRestorer.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/monogram/restorer/XmlRestorer.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/servlets (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/servlets/DirectServlet.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/servlets/DownloadServlet.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/servlets/FileServlet.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/servlets/HttpStatusCode.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/util (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/util/CharReader.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/util/CharacterUtil.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/util/FileSweeper.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/util/FileUtil.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/util/IOUtil.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/util/Pool.java (added) * other-projects/the-macronizer/trunk/src/main/java/org/atea/nlptools/macroniser/util/StringUtil.java (added) * other-projects/the-macronizer/trunk/src/main/webapp (added) * other-projects/the-macronizer/trunk/src/main/webapp/WEB-INF (added) * other-projects/the-macronizer/trunk/src/main/webapp/WEB-INF/log4j2.xml (added) * other-projects/the-macronizer/trunk/src/main/webapp/WEB-INF/web.xml (added) * other-projects/the-macronizer/trunk/src/main/webapp/webContent (added) * other-projects/the-macronizer/trunk/src/main/webapp/webContent/unauthorised.html (added) Add updated macroniser code. This is a significant change to the ...