Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/d08f2b3bfffb0dd95662a0b28ad948c6 to your computer and use it in GitHub Desktop.
Save r-ryantm/d08f2b3bfffb0dd95662a0b28ad948c6 to your computer and use it in GitHub Desktop.
/nix/store/i7aliyrl5lc78i3qn5kh3vvr3gy3r6ak-LanguageTool-4.9.1
├── bin
│   ├── languagetool
│   ├── languagetool-commandline
│   ├── languagetool-http-server
│   └── languagetool-server
└── share
├── CHANGES.md
├── CHANGES.txt
├── COPYING.txt
├── languagetool-commandline.jar
├── languagetool.jar
├── languagetool-server.jar
├── libs
│   ├── aho-corasick-double-array-trie.jar
│   ├── akka-actor_2.11.jar
│   ├── animal-sniffer-annotations.jar
│   ├── annotations.jar
│   ├── asm.jar
│   ├── bridj.jar
│   ├── catalan-pos-dict.jar
│   ├── checker-qual.jar
│   ├── cjftransform.jar
│   ├── commons-cli.jar
│   ├── commons-codec.jar
│   ├── commons-collections4.jar
│   ├── commons-csv.jar
│   ├── commons-io.jar
│   ├── commons-lang3.jar
│   ├── commons-logging.jar
│   ├── commons-pool2.jar
│   ├── commons-text.jar
│   ├── config.jar
│   ├── dx.jar
│   ├── error_prone_annotations.jar
│   ├── failureaccess.jar
│   ├── FastInfoset.jar
│   ├── german-pos-dict.jar
│   ├── grpc-api.jar
│   ├── grpc-context.jar
│   ├── grpc-core.jar
│   ├── grpc-netty-shaded.jar
│   ├── grpc-protobuf.jar
│   ├── grpc-protobuf-lite.jar
│   ├── grpc-stub.jar
│   ├── gson.jar
│   ├── guava.jar
│   ├── hamcrest-core.jar
│   ├── hanlp.jar
│   ├── hppc.jar
│   ├── hunspell.jar
│   ├── icu4j.jar
│   ├── indriya.jar
│   ├── istack-commons-runtime.jar
│   ├── j2objc-annotations.jar
│   ├── jackson-annotations.jar
│   ├── jackson-core.jar
│   ├── jackson-databind.jar
│   ├── jafama.jar
│   ├── java-jwt.jar
│   ├── javax.activation-api.jar
│   ├── javax.annotation-api.jar
│   ├── jaxb-api.jar
│   ├── jaxb-core.jar
│   ├── jaxb-runtime.jar
│   ├── jcommander.jar
│   ├── jsonic.jar
│   ├── jsr305.jar
│   ├── junit.jar
│   ├── jwordsplitter.jar
│   ├── kryo.jar
│   ├── language-detector.jar
│   ├── languagetool-core.jar
│   ├── languagetool-core-tests.jar
│   ├── languagetool-ga-dicts.jar
│   ├── languagetool-gui-commons.jar
│   ├── languagetool-tools.jar
│   ├── listenablefuture.jar
│   ├── logback-classic.jar
│   ├── logback-core.jar
│   ├── lucene-backward-codecs.jar
│   ├── lucene-core.jar
│   ├── lucene-gosen-ipadic.jar
│   ├── mariadb-java-client.jar
│   ├── minlog.jar
│   ├── morfologik-fsa-builders.jar
│   ├── morfologik-fsa.jar
│   ├── morfologik-speller.jar
│   ├── morfologik-stemming.jar
│   ├── morfologik-tools.jar
│   ├── morfologik-ukrainian-lt.jar
│   ├── morphology-el.jar
│   ├── mybatis.jar
│   ├── objenesis.jar
│   ├── opennlp-chunk-models.jar
│   ├── opennlp-postag-models.jar
│   ├── opennlp-tokenize-models.jar
│   ├── opennlp-tools.jar
│   ├── openregex.jar
│   ├── perfmark-api.jar
│   ├── protobuf-java.jar
│   ├── proto-google-common-protos.jar
│   ├── reflectasm-shaded.jar
│   ├── scala-compiler.jar
│   ├── scala-parser-combinators_2.11.jar
│   ├── scala-reflect.jar
│   ├── scala-xml_2.11.jar
│   ├── segment.jar
│   ├── simpleclient_common.jar
│   ├── simpleclient_guava.jar
│   ├── simpleclient_hotspot.jar
│   ├── simpleclient_httpserver.jar
│   ├── simpleclient.jar
│   ├── slf4j-api.jar
│   ├── stax-ex.jar
│   ├── txw2.jar
│   ├── unit-api.jar
│   ├── uom-lib-common.jar
│   ├── xgboost4j.jar
│   └── xgboost-predictor.jar
├── META-INF
│   ├── MANIFEST.MF
│   ├── maven
│   │   └── org.languagetool
│   │   ├── language-all
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-ar
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-ast
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-be
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-br
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-ca
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-da
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-de
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-de-DE-x-simple-language
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-el
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-en
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-eo
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-es
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-fa
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-fr
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-ga
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-gl
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-it
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-ja
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-km
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-nl
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-pl
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-pt
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-ro
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-ru
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-sk
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-sl
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-sv
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-ta
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-tl
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── language-uk
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   └── language-zh
│   │   ├── pom.properties
│   │   └── pom.xml
│   └── org
│   └── languagetool
│   └── language-module.properties
├── org
│   └── languagetool
│   ├── chunking
│   │   ├── ChunkTaggedToken.class
│   │   ├── EnglishChunker.class
│   │   ├── EnglishChunkFilter$ChunkType.class
│   │   ├── EnglishChunkFilter.class
│   │   ├── GermanChunker$AffectedSpans.class
│   │   ├── GermanChunker$PhraseType.class
│   │   ├── GermanChunker$RegularExpressionWithPhraseType.class
│   │   ├── GermanChunker$Span.class
│   │   ├── GermanChunker.class
│   │   ├── TokenExpressionFactory$1.class
│   │   ├── TokenExpressionFactory.class
│   │   └── TokenPredicate.class
│   ├── language
│   │   ├── AlgerianArabic.class
│   │   ├── AmericanEnglish.class
│   │   ├── AngolaPortuguese.class
│   │   ├── Arabic.class
│   │   ├── Asturian.class
│   │   ├── AustralianEnglish.class
│   │   ├── AustrianGerman.class
│   │   ├── Belarusian.class
│   │   ├── BrazilianPortuguese.class
│   │   ├── Breton.class
│   │   ├── BritishEnglish.class
│   │   ├── CanadianEnglish.class
│   │   ├── Catalan.class
│   │   ├── Chinese.class
│   │   ├── Danish.class
│   │   ├── Dutch.class
│   │   ├── English$1.class
│   │   ├── English.class
│   │   ├── Esperanto.class
│   │   ├── French.class
│   │   ├── Galician.class
│   │   ├── German.class
│   │   ├── GermanyGerman.class
│   │   ├── Greek.class
│   │   ├── Irish.class
│   │   ├── Italian.class
│   │   ├── Japanese.class
│   │   ├── Khmer.class
│   │   ├── MozambiquePortuguese.class
│   │   ├── NewZealandEnglish.class
│   │   ├── Persian.class
│   │   ├── Polish.class
│   │   ├── PortugalPortuguese.class
│   │   ├── Portuguese.class
│   │   ├── Romanian.class
│   │   ├── rules
│   │   │   └── ast
│   │   │   └── MorfologikAsturianSpellerRule.class
│   │   ├── Russian.class
│   │   ├── SimpleGerman.class
│   │   ├── Slovak.class
│   │   ├── Slovenian.class
│   │   ├── SouthAfricanEnglish.class
│   │   ├── Spanish.class
│   │   ├── Swedish.class
│   │   ├── SwissGerman.class
│   │   ├── Tagalog.class
│   │   ├── tagging
│   │   │   └── TamilTagger.class
│   │   ├── Tamil.class
│   │   ├── tl
│   │   │   └── MorfologikTagalogSpellerRule.class
│   │   ├── tokenizers
│   │   │   └── TagalogWordTokenizer.class
│   │   ├── Ukrainian1992.class
│   │   ├── Ukrainian.class
│   │   └── ValencianCatalan.class
│   ├── MessagesBundle_ar.properties
│   ├── MessagesBundle_ast.properties
│   ├── MessagesBundle_be.properties
│   ├── MessagesBundle_br.properties
│   ├── MessagesBundle_ca.properties
│   ├── MessagesBundle_da.properties
│   ├── MessagesBundle_de.properties
│   ├── MessagesBundle_el_GR.properties
│   ├── MessagesBundle_eo.properties
│   ├── MessagesBundle_es.properties
│   ├── MessagesBundle_fa.properties
│   ├── MessagesBundle_fr.properties
│   ├── MessagesBundle_gl.properties
│   ├── MessagesBundle_it.properties
│   ├── MessagesBundle_ja.properties
│   ├── MessagesBundle_km.properties
│   ├── MessagesBundle_nl.properties
│   ├── MessagesBundle_pl.properties
│   ├── MessagesBundle_pt_BR.properties
│   ├── MessagesBundle_pt_PT.properties
│   ├── MessagesBundle_ro.properties
│   ├── MessagesBundle_ru.properties
│   ├── MessagesBundle_sk.properties
│   ├── MessagesBundle_sl.properties
│   ├── MessagesBundle_sv.properties
│   ├── MessagesBundle_ta.properties
│   ├── MessagesBundle_tl.properties
│   ├── MessagesBundle_uk.properties
│   ├── MessagesBundle_zh.properties
│   ├── resource
│   │   ├── ar
│   │   │   ├── added.txt
│   │   │   ├── arabic.dict
│   │   │   ├── arabic.info
│   │   │   ├── arabic_synth.dict
│   │   │   ├── arabic_synth.info
│   │   │   ├── arabic_tags.txt
│   │   │   ├── common_words.txt
│   │   │   ├── confusion_sets.txt
│   │   │   ├── disambiguation.xml
│   │   │   ├── hunspell
│   │   │   │   ├── ar.aff
│   │   │   │   ├── ar.dic
│   │   │   │   ├── AUTHORS
│   │   │   │   ├── COPYING
│   │   │   │   ├── ignore.txt
│   │   │   │   ├── prohibit_custom.txt
│   │   │   │   ├── prohibit.txt
│   │   │   │   ├── spelling_custom.txt
│   │   │   │   ├── spelling.txt
│   │   │   │   └── THANKS
│   │   │   ├── multiwords.txt
│   │   │   ├── README.txt
│   │   │   └── wordlist-flat
│   │   │   └── about.txt
│   │   ├── ast
│   │   │   ├── added.txt
│   │   │   ├── ast.profile
│   │   │   ├── ast.profile.README
│   │   │   ├── asturian.dict
│   │   │   ├── asturian.info
│   │   │   ├── common_words.txt
│   │   │   ├── hunspell
│   │   │   │   ├── ast_ES.dict
│   │   │   │   ├── ast_ES.info
│   │   │   │   ├── ignore.txt
│   │   │   │   ├── LICENCES-ast.txt
│   │   │   │   ├── LICENSES-en.txt
│   │   │   │   └── spelling.txt
│   │   │   └── README.txt
│   │   ├── be
│   │   │   ├── common_words.txt
│   │   │   └── hunspell
│   │   │   ├── be_BY.dict
│   │   │   ├── be_BY.info
│   │   │   ├── README.txt
│   │   │   └── spelling.txt
│   │   ├── br
│   │   │   ├── added.txt
│   │   │   ├── breton.dict
│   │   │   ├── breton.info
│   │   │   ├── common_words.txt
│   │   │   ├── compounds.txt
│   │   │   ├── create-lexicon.pl
│   │   │   ├── disambiguation.xml
│   │   │   ├── hunspell
│   │   │   │   ├── br_FR.dict
│   │   │   │   ├── br_FR.info
│   │   │   │   ├── create-fsa-spell-dictionary.sh
│   │   │   │   ├── ignore.txt
│   │   │   │   ├── README.txt
│   │   │   │   └── spelling.txt
│   │   │   └── README.txt
│   │   ├── ca
│   │   │   ├── ca.sor
│   │   │   ├── common_words.txt
│   │   │   ├── disambiguation.xml
│   │   │   ├── hunspell
│   │   │   │   └── ignore.txt
│   │   │   ├── manual-tagger.txt
│   │   │   ├── multiwords.txt
│   │   │   ├── README.txt
│   │   │   ├── removed-tagger.txt
│   │   │   ├── spelling.txt
│   │   │   └── tagset.txt
│   │   ├── da
│   │   │   ├── added.txt
│   │   │   ├── common_words.txt
│   │   │   ├── danish.dict
│   │   │   ├── danish.info
│   │   │   ├── disambiguation.xml
│   │   │   ├── hunspell
│   │   │   │   ├── da_DK.aff
│   │   │   │   ├── da_DK.dic
│   │   │   │   ├── ignore.txt
│   │   │   │   ├── README_da_DK.txt
│   │   │   │   └── spelling.txt
│   │   │   ├── README.txt
│   │   │   └── tagset.txt
│   │   ├── de
│   │   │   ├── added.txt
│   │   │   ├── alt_neu.csv
│   │   │   ├── case_rule_exceptions.txt
│   │   │   ├── common_words.txt
│   │   │   ├── compound-cities.txt
│   │   │   ├── compounds.txt
│   │   │   ├── confusion_set_candidates.txt
│   │   │   ├── confusion_sets.txt
│   │   │   ├── disambiguation.xml
│   │   │   ├── errors.txt
│   │   │   ├── hunspell
│   │   │   │   ├── COPYING_GPLv2.txt
│   │   │   │   ├── COPYING_GPLv3.txt
│   │   │   │   ├── create_dict.sh
│   │   │   │   ├── de_AT.aff
│   │   │   │   ├── de_AT.dic
│   │   │   │   ├── de_AT.dic.header
│   │   │   │   ├── de_AT.dict
│   │   │   │   ├── de_AT_frami_README.txt
│   │   │   │   ├── de_AT.info
│   │   │   │   ├── de_CH.aff
│   │   │   │   ├── de_CH.dic
│   │   │   │   ├── de_CH.dic.header
│   │   │   │   ├── de_CH.dict
│   │   │   │   ├── de_CH_frami_README.txt
│   │   │   │   ├── de_CH.info
│   │   │   │   ├── de_DE.aff
│   │   │   │   ├── de_DE.dic
│   │   │   │   ├── de_DE.dic.header
│   │   │   │   ├── de_DE.dict
│   │   │   │   ├── de_DE_frami_README.txt
│   │   │   │   ├── de_DE.info
│   │   │   │   ├── de_DE.README
│   │   │   │   ├── ignore.txt
│   │   │   │   ├── prohibit_custom.txt
│   │   │   │   ├── prohibit.txt
│   │   │   │   ├── spelling_custom.txt
│   │   │   │   ├── spelling-de-AT.txt
│   │   │   │   ├── spelling-de-CH.txt
│   │   │   │   ├── spelling_merged.txt
│   │   │   │   ├── spelling.txt
│   │   │   │   └── spelling.txt.header
│   │   │   ├── README.txt
│   │   │   ├── removed.txt
│   │   │   ├── spelling_correction_model.bin
│   │   │   ├── tagset.txt
│   │   │   └── word_definitions.txt
│   │   ├── el
│   │   │   ├── added.txt
│   │   │   ├── common_words.txt
│   │   │   ├── disambiguation.xml
│   │   │   ├── greek.dict
│   │   │   ├── greek.info
│   │   │   ├── greek_synth.dict
│   │   │   ├── greek_synth.info
│   │   │   ├── greek_tags.txt
│   │   │   ├── greek.txt
│   │   │   ├── hunspell
│   │   │   │   ├── el_GR.dict
│   │   │   │   ├── el_GR.info
│   │   │   │   ├── ignore.txt
│   │   │   │   ├── README_el_GR.txt
│   │   │   │   └── spelling.txt
│   │   │   └── README.txt
│   │   ├── en
│   │   │   ├── 12dicts-readme.html
│   │   │   ├── added.txt
│   │   │   ├── agid-readme.txt
│   │   │   ├── common_words.txt
│   │   │   ├── compounds.txt
│   │   │   ├── confusion_set_candidates.txt
│   │   │   ├── confusion_sets_extended.txt
│   │   │   ├── confusion_sets_l2_de.txt
│   │   │   ├── confusion_sets_l2_fr.txt
│   │   │   ├── confusion_sets.README
│   │   │   ├── confusion_sets.txt
│   │   │   ├── disambiguation.xml
│   │   │   ├── english.dict
│   │   │   ├── english.info
│   │   │   ├── english_synth.dict
│   │   │   ├── english_synth.info
│   │   │   ├── english_tags.txt
│   │   │   ├── en-US-GB.txt
│   │   │   ├── errors.txt
│   │   │   ├── hunspell
│   │   │   │   ├── en_AU.dict
│   │   │   │   ├── en_AU.info
│   │   │   │   ├── en_CA.dict
│   │   │   │   ├── en_CA.info
│   │   │   │   ├── en_GB.dict
│   │   │   │   ├── en_GB.dict.header
│   │   │   │   ├── en_GB.info
│   │   │   │   ├── en_NZ.dict
│   │   │   │   ├── en_NZ.info
│   │   │   │   ├── en_US.dict
│   │   │   │   ├── en_US.info
│   │   │   │   ├── en_ZA.dict
│   │   │   │   ├── en_ZA.info
│   │   │   │   ├── ignore.txt
│   │   │   │   ├── make_en_au_dict.sh
│   │   │   │   ├── make_en_ca_dict.sh
│   │   │   │   ├── make_en_gb_dict.sh
│   │   │   │   ├── make_en_us_dict.sh
│   │   │   │   ├── prohibit_custom.txt
│   │   │   │   ├── prohibit.txt
│   │   │   │   ├── README_en_AU.txt
│   │   │   │   ├── README_en_CA.txt
│   │   │   │   ├── README_en_GB.txt
│   │   │   │   ├── README_en_NZ.txt
│   │   │   │   ├── README_en_US.txt
│   │   │   │   ├── README_en_ZA.txt
│   │   │   │   ├── spelling_custom.txt
│   │   │   │   ├── spelling_en-AU.txt
│   │   │   │   ├── spelling_en-CA.txt
│   │   │   │   ├── spelling_en-GB.txt
│   │   │   │   ├── spelling_en-NZ.txt
│   │   │   │   ├── spelling_en-US.txt
│   │   │   │   ├── spelling_en-ZA.txt
│   │   │   │   ├── spelling_merged.txt
│   │   │   │   └── spelling.txt
│   │   │   ├── multiwords.txt
│   │   │   ├── pos-readme.txt
│   │   │   ├── removed.txt
│   │   │   ├── specific_case.txt
│   │   │   ├── spelling_correction_model.bin
│   │   │   ├── tagset.txt
│   │   │   └── word_definitions.txt
│   │   ├── eo
│   │   │   ├── common_words.txt
│   │   │   ├── disambiguation.xml
│   │   │   ├── eo.profile
│   │   │   ├── eo.profile.README
│   │   │   ├── hunspell
│   │   │   │   ├── eo.aff
│   │   │   │   ├── eo.dic
│   │   │   │   ├── ignore.txt
│   │   │   │   ├── README_eo.txt
│   │   │   │   └── spelling.txt
│   │   │   ├── manual-tagger.txt
│   │   │   └── tagset.txt
│   │   ├── es
│   │   │   ├── added.txt
│   │   │   ├── common_words.txt
│   │   │   ├── confusion_set_candidates.txt
│   │   │   ├── confusion_sets.txt
│   │   │   ├── disambiguation.xml
│   │   │   ├── etiquetas-eagles.md
│   │   │   ├── hunspell
│   │   │   │   ├── es_ES.dict
│   │   │   │   ├── es_ES.info
│   │   │   │   ├── ignore.txt
│   │   │   │   ├── make_dict.sh
│   │   │   │   ├── prohibit.txt
│   │   │   │   ├── README_es_ES.txt
│   │   │   │   └── spelling.txt
│   │   │   ├── multiwords.txt
│   │   │   ├── README.txt
│   │   │   ├── spanish.dict
│   │   │   ├── spanish.info
│   │   │   ├── spanish_synth.dict
│   │   │   ├── spanish_synth.info
│   │   │   ├── spanish_tags.txt
│   │   │   ├── synthesis.awk
│   │   │   ├── taglist.txt
│   │   │   ├── tagset.txt
│   │   │   ├── test-tagged.txt
│   │   │   └── test.txt
│   │   ├── fa
│   │   │   └── common_words.txt
│   │   ├── fr
│   │   │   ├── added.txt
│   │   │   ├── common_words.txt
│   │   │   ├── compounds.txt
│   │   │   ├── confusion_sets.txt
│   │   │   ├── CreateDictFromLexiqueWithLT-4.7.sh
│   │   │   ├── Degraissage.sh
│   │   │   ├── DicollecteDataFormatting.pl
│   │   │   ├── disambiguation.xml
│   │   │   ├── french.dict
│   │   │   ├── french.info
│   │   │   ├── french_synth.dict
│   │   │   ├── french_synth.info
│   │   │   ├── french_tags.txt
│   │   │   ├── hunspell
│   │   │   │   ├── fr_FR.aff
│   │   │   │   ├── fr_FR.dic
│   │   │   │   ├── fr_FR.dict
│   │   │   │   ├── fr_FR.info
│   │   │   │   ├── fr_FR.README
│   │   │   │   ├── ignore.txt
│   │   │   │   ├── README_fr.txt
│   │   │   │   └── spelling.txt
│   │   │   ├── multiwords.txt
│   │   │   ├── README_lexique.txt
│   │   │   ├── Simplification.sh
│   │   │   ├── SuppressionDoublons.sh
│   │   │   └── tagset.txt
│   │   ├── ga
│   │   │   ├── added.txt
│   │   │   ├── common_words.txt
│   │   │   ├── compounds.txt
│   │   │   ├── conv-gramadoir.pl
│   │   │   ├── disambiguation.xml
│   │   │   ├── earraidi.txt
│   │   │   ├── eile.txt
│   │   │   ├── error_corpus.txt
│   │   │   ├── filter-archaic.txt
│   │   │   ├── homophones-connacht.txt
│   │   │   ├── homophones-munster.txt
│   │   │   ├── homophones-ulster.txt
│   │   │   ├── hunspell
│   │   │   │   ├── ignore.txt
│   │   │   │   └── spelling.txt
│   │   │   ├── irish_tags.txt
│   │   │   ├── multiwords.txt
│   │   │   ├── specific_case.txt
│   │   │   └── tagset.txt
│   │   ├── gl
│   │   │   ├── added.txt
│   │   │   ├── common_words.txt
│   │   │   ├── disambiguation.xml
│   │   │   ├── freeling2lt.pl
│   │   │   ├── galician.dict
│   │   │   ├── galician.info
│   │   │   ├── galician_synth.dict
│   │   │   ├── galician_synth.info
│   │   │   ├── galician_tags.txt
│   │   │   ├── hunspell
│   │   │   │   ├── gl_ES.aff
│   │   │   │   ├── gl_ES.dic
│   │   │   │   ├── ignore.txt
│   │   │   │   ├── LICENCES-en.txt
│   │   │   │   ├── README-gl-ES.txt
│   │   │   │   └── spelling.txt
│   │   │   ├── makedict-gl.sh
│   │   │   ├── multiwords.txt
│   │   │   ├── README.txt
│   │   │   ├── removed.txt
│   │   │   └── tagset.txt
│   │   ├── it
│   │   │   ├── added.txt
│   │   │   ├── common_words.txt
│   │   │   ├── confusion_sets.txt
│   │   │   ├── disambiguation.xml
│   │   │   ├── hunspell
│   │   │   │   ├── ignore.txt
│   │   │   │   ├── it_IT.dict
│   │   │   │   ├── it_IT.info
│   │   │   │   ├── README_it_IT.txt
│   │   │   │   └── spelling.txt
│   │   │   ├── italian.dict
│   │   │   ├── italian.info
│   │   │   ├── morph_data_italian.awk
│   │   │   ├── not_smi.awk
│   │   │   ├── README.txt
│   │   │   └── tagset.txt
│   │   ├── km
│   │   │   ├── added.txt
│   │   │   ├── disambiguation.xml
│   │   │   ├── hunspell
│   │   │   │   ├── ignore.txt
│   │   │   │   ├── km_KH.aff
│   │   │   │   ├── km_KH.dic
│   │   │   │   ├── LICENCES-km.txt
│   │   │   │   ├── LICENSES-en.txt
│   │   │   │   └── spelling.txt
│   │   │   ├── khmer.dict
│   │   │   ├── khmer.info
│   │   │   ├── khmertags.txt
│   │   │   ├── README.txt
│   │   │   └── tagset.txt
│   │   ├── nl
│   │   │   ├── added.txt
│   │   │   ├── common_words.txt
│   │   │   ├── compounds.txt
│   │   │   ├── confusion_sets.txt
│   │   │   ├── disambiguation.xml
│   │   │   ├── dutch.dict
│   │   │   ├── dutch.info
│   │   │   ├── dutch_synth.dict
│   │   │   ├── dutch_synth.info
│   │   │   ├── dutch_tags.txt
│   │   │   ├── preferredwords.csv
│   │   │   ├── README.txt
│   │   │   ├── removed.txt
│   │   │   └── spelling
│   │   │   ├── ignore.txt
│   │   │   ├── nl_NL.dict
│   │   │   ├── nl_NL.info
│   │   │   ├── prohibit.txt
│   │   │   ├── README.txt
│   │   │   └── spelling.txt
│   │   ├── pl
│   │   │   ├── added.txt
│   │   │   ├── common_words.txt
│   │   │   ├── compounds.txt
│   │   │   ├── disambiguation.xml
│   │   │   ├── hunspell
│   │   │   │   ├── ignore.txt
│   │   │   │   ├── pl_PL.dict
│   │   │   │   ├── pl_PL.info
│   │   │   │   ├── prohibit.txt
│   │   │   │   ├── README_en.txt
│   │   │   │   └── spelling.txt
│   │   │   ├── multiwords.txt
│   │   │   ├── polish.dict
│   │   │   ├── polish.info
│   │   │   ├── polish_synth.dict
│   │   │   ├── polish_synth.info
│   │   │   ├── polish_tags.txt
│   │   │   ├── README.txt
│   │   │   └── tagset.txt
│   │   ├── pt
│   │   │   ├── added.txt
│   │   │   ├── common_words.txt
│   │   │   ├── confusion_set_candidates.txt
│   │   │   ├── confusion_sets.txt
│   │   │   ├── disambiguation.xml
│   │   │   ├── hunspell
│   │   │   │   ├── ignore.txt
│   │   │   │   ├── prohibit.txt
│   │   │   │   ├── pt_AO.aff
│   │   │   │   ├── pt_AO.dic
│   │   │   │   ├── pt_BR.aff
│   │   │   │   ├── pt_BR.dic
│   │   │   │   ├── pt_MZ.aff
│   │   │   │   ├── pt_MZ.dic
│   │   │   │   ├── pt_PT.aff
│   │   │   │   ├── pt_PT.dic
│   │   │   │   ├── README_pt_AO.txt
│   │   │   │   ├── README_pt_BR.txt
│   │   │   │   ├── README_pt_MZ.txt
│   │   │   │   ├── README_pt_PT.txt
│   │   │   │   └── spelling.txt
│   │   │   ├── multiwords.txt
│   │   │   ├── portuguese.dict
│   │   │   ├── portuguese_dict_README
│   │   │   ├── portuguese.info
│   │   │   ├── portuguese_synth.dict
│   │   │   ├── portuguese_synth.info
│   │   │   ├── portuguese_tags.txt
│   │   │   ├── post-reform-compounds-inactive.txt
│   │   │   ├── post-reform-compounds.txt
│   │   │   ├── pre-reform-compounds.txt
│   │   │   ├── removed.txt
│   │   │   ├── spelling.txt
│   │   │   └── tagset.txt
│   │   ├── ro
│   │   │   ├── added.txt
│   │   │   ├── coduri.html
│   │   │   ├── common_words.txt
│   │   │   ├── compounds.txt
│   │   │   ├── disambiguation.xml
│   │   │   ├── hunspell
│   │   │   │   ├── COPYING.GPL
│   │   │   │   ├── COPYING.LGPL
│   │   │   │   ├── COPYING.MPL
│   │   │   │   ├── ignore.txt
│   │   │   │   ├── README_EN.txt
│   │   │   │   ├── README_RO.txt
│   │   │   │   ├── ro_RO.dict
│   │   │   │   ├── ro_RO.info
│   │   │   │   └── spelling.txt
│   │   │   ├── README.txt
│   │   │   ├── romanian.dict
│   │   │   ├── romanian.info
│   │   │   ├── romanian_synth.dict
│   │   │   ├── romanian_synth.info
│   │   │   ├── romanian_tags.txt
│   │   │   ├── test_diacritics.dict
│   │   │   └── test_diacritics.info
│   │   ├── ru
│   │   │   ├── added.txt
│   │   │   ├── common_words.txt
│   │   │   ├── compounds.txt
│   │   │   ├── confusion_sets.txt
│   │   │   ├── disambiguation.xml
│   │   │   ├── dump.sh
│   │   │   ├── hunspell
│   │   │   │   ├── freq-wordlist.awk
│   │   │   │   ├── ignore.txt
│   │   │   │   ├── make-freq-wordlist-ru.sh
│   │   │   │   ├── prohibit.txt
│   │   │   │   ├── README.txt
│   │   │   │   ├── ru_RU.dict
│   │   │   │   ├── ru_RU.info
│   │   │   │   └── spelling.txt
│   │   │   ├── make-dict-ru-cfsa2.sh
│   │   │   ├── make-dict-ru.sh
│   │   │   ├── make-dict_synth-ru-cfsa2.sh
│   │   │   ├── multiwords.txt
│   │   │   ├── other
│   │   │   │   ├── generate-mystem-tags.py
│   │   │   │   └── pymorph-generate-tags.py
│   │   │   ├── README.txt
│   │   │   ├── removed.txt
│   │   │   ├── russian.dict
│   │   │   ├── russian.info
│   │   │   ├── russian_manual_add.txt
│   │   │   ├── russian_synth.dict
│   │   │   ├── russian_synth.info
│   │   │   ├── synteza.awk
│   │   │   ├── tags.awk
│   │   │   ├── tagset.txt
│   │   │   ├── tags_russian.txt
│   │   │   └── yo.awk
│   │   ├── sk
│   │   │   ├── added.txt
│   │   │   ├── bin
│   │   │   │   └── filter_lft.py
│   │   │   ├── common_words.txt
│   │   │   ├── compounds.txt
│   │   │   ├── create_dictionary.sh
│   │   │   ├── hunspell
│   │   │   │   ├── ignore.txt
│   │   │   │   ├── README_en.txt
│   │   │   │   ├── README_sk.txt
│   │   │   │   ├── sk_SK.dict
│   │   │   │   ├── sk_SK.info
│   │   │   │   └── spelling.txt
│   │   │   ├── README.txt
│   │   │   ├── slovak.dict
│   │   │   ├── slovak.info
│   │   │   ├── slovak_synth.dict
│   │   │   ├── slovak_synth.info
│   │   │   ├── slovak_tags.txt
│   │   │   └── tagset.txt
│   │   ├── sl
│   │   │   ├── common_words.txt
│   │   │   └── hunspell
│   │   │   ├── ignore.txt
│   │   │   ├── README_sl_SI.txt
│   │   │   ├── sl_SI.dict
│   │   │   ├── sl_SI.info
│   │   │   └── spelling.txt
│   │   ├── sv
│   │   │   ├── added.txt
│   │   │   ├── common_words.txt
│   │   │   ├── compounds.txt
│   │   │   ├── hunspell
│   │   │   │   ├── ignore.txt
│   │   │   │   ├── LICENSE_en_US.txt
│   │   │   │   ├── LICENSE_sv_SE.txt
│   │   │   │   ├── spelling.txt
│   │   │   │   ├── sv_SE.aff
│   │   │   │   └── sv_SE.dic
│   │   │   ├── README.txt
│   │   │   ├── swedish.dict
│   │   │   ├── swedish.info
│   │   │   └── tagset.txt
│   │   ├── ta
│   │   │   ├── added.txt
│   │   │   ├── common_words.txt
│   │   │   ├── README.txt
│   │   │   ├── tagset.txt
│   │   │   ├── tamil.dict
│   │   │   └── tamil.info
│   │   ├── tl
│   │   │   ├── added.txt
│   │   │   ├── common_words.txt
│   │   │   ├── hunspell
│   │   │   │   ├── ignore.txt
│   │   │   │   ├── README_frequencies.txt
│   │   │   │   ├── README_tl_PH.txt
│   │   │   │   ├── spelling.txt
│   │   │   │   ├── tl_PH.dict
│   │   │   │   └── tl_PH.info
│   │   │   ├── README.txt
│   │   │   ├── tagalog.dict
│   │   │   ├── tagalog.info
│   │   │   └── tagset.txt
│   │   ├── uk
│   │   │   ├── added.txt
│   │   │   ├── case_government.txt
│   │   │   ├── common_words.txt
│   │   │   ├── dash_left_master.txt
│   │   │   ├── dash_prefixes2.txt
│   │   │   ├── dash_prefixes.txt
│   │   │   ├── dash_slaves.txt
│   │   │   ├── disambig_remove.txt
│   │   │   ├── disambiguation.xml
│   │   │   ├── entities.txt
│   │   │   ├── hunspell
│   │   │   │   ├── ignore.txt
│   │   │   │   └── spelling.txt
│   │   │   ├── masc_fem.txt
│   │   │   ├── multiwords.txt
│   │   │   ├── README.txt
│   │   │   └── tagset.txt
│   │   └── zh
│   │   ├── common_words.txt
│   │   └── confusion_sets.txt
│   ├── rules
│   │   ├── ar
│   │   │   ├── ArabicCommaWhitespaceRule.class
│   │   │   ├── ArabicConfusionProbabilityRule.class
│   │   │   ├── ArabicDoublePunctuationRule.class
│   │   │   ├── ArabicHunspellSpellerRule.class
│   │   │   ├── ArabicSimpleReplaceRule.class
│   │   │   ├── ArabicWordRepeatRule.class
│   │   │   ├── grammar.xml
│   │   │   ├── indent.sh
│   │   │   └── replaces.txt
│   │   ├── ast
│   │   │   └── grammar.xml
│   │   ├── be
│   │   │   ├── grammar.xml
│   │   │   └── MorfologikBelarusianSpellerRule.class
│   │   ├── br
│   │   │   ├── BretonCompoundRule.class
│   │   │   ├── DateCheckFilter.class
│   │   │   ├── grammar.xml
│   │   │   ├── MorfologikBretonSpellerRule.class
│   │   │   ├── TopoReplaceRule.class
│   │   │   └── topo.txt
│   │   ├── ca
│   │   │   ├── AbstractSimpleReplaceLemmasRule.class
│   │   │   ├── AccentuationCheckRule.class
│   │   │   ├── AccentuationDataLoader.class
│   │   │   ├── ca-ES-valencia
│   │   │   │   └── grammar.xml
│   │   │   ├── CatalanNumberSpellerFilter.class
│   │   │   ├── CatalanUnpairedBracketsRule.class
│   │   │   ├── CatalanUnpairedExclamationMarksRule.class
│   │   │   ├── CatalanUnpairedQuestionMarksRule.class
│   │   │   ├── CatalanWordRepeatRule.class
│   │   │   ├── CatalanWrongWordInContextDiacriticsRule.class
│   │   │   ├── CatalanWrongWordInContextRule.class
│   │   │   ├── ComplexAdjectiveConcordanceRule.class
│   │   │   ├── DateCheckFilter.class
│   │   │   ├── grammar.xml
│   │   │   ├── MorfologikCatalanSpellerRule.class
│   │   │   ├── ReflexiveVerbsRule.class
│   │   │   ├── replace_anglicism.txt
│   │   │   ├── replace_balearic.txt
│   │   │   ├── replace_diacritics_iec.txt
│   │   │   ├── replace_diacritics_traditional.txt
│   │   │   ├── replace_dnv_colloquial.txt
│   │   │   ├── replace_dnv_secondary.txt
│   │   │   ├── replace_dnv.txt
│   │   │   ├── ReplaceOperationNamesRule.class
│   │   │   ├── replace_operationnames.txt
│   │   │   ├── replace.txt
│   │   │   ├── replace_verbs.txt
│   │   │   ├── SimpleReplaceAnglicism.class
│   │   │   ├── SimpleReplaceBalearicRule.class
│   │   │   ├── SimpleReplaceDiacriticsIEC.class
│   │   │   ├── SimpleReplaceDiacriticsTraditional.class
│   │   │   ├── SimpleReplaceDNVColloquialRule$1.class
│   │   │   ├── SimpleReplaceDNVColloquialRule.class
│   │   │   ├── SimpleReplaceDNVRule$1.class
│   │   │   ├── SimpleReplaceDNVRule.class
│   │   │   ├── SimpleReplaceDNVSecondaryRule$1.class
│   │   │   ├── SimpleReplaceDNVSecondaryRule.class
│   │   │   ├── SimpleReplaceRule.class
│   │   │   ├── SimpleReplaceVerbsRule.class
│   │   │   ├── verb_senseaccent_adj_ambaccent.txt
│   │   │   ├── verb_senseaccent_nom_ambaccent.txt
│   │   │   ├── wrongWordInContext2.txt
│   │   │   └── wrongWordInContext.txt
│   │   ├── da
│   │   │   └── grammar.xml
│   │   ├── de
│   │   │   ├── AdaptSuggestionFilter.class
│   │   │   ├── AgreementRule$GrammarCategory.class
│   │   │   ├── AgreementRule2.class
│   │   │   ├── AgreementRule.class
│   │   │   ├── AgreementSuggestor.class
│   │   │   ├── AgreementTools.class
│   │   │   ├── AustrianGermanSpellerRule.class
│   │   │   ├── CaseRule.class
│   │   │   ├── CaseRuleExceptions.class
│   │   │   ├── coherency.txt
│   │   │   ├── CompoundCoherencyRule.class
│   │   │   ├── CompoundInfinitivRule.class
│   │   │   ├── DashRule.class
│   │   │   ├── DateCheckFilter.class
│   │   │   ├── DateFilterHelper.class
│   │   │   ├── DuUpperLowerCaseRule.class
│   │   │   ├── FutureDateFilter.class
│   │   │   ├── GermanCompoundRule.class
│   │   │   ├── GermanConfusionProbabilityRule.class
│   │   │   ├── GermanDoublePunctuationRule.class
│   │   │   ├── GermanFillerWordsRule.class
│   │   │   ├── GermanHelper.class
│   │   │   ├── GermanParagraphRepeatBeginningRule.class
│   │   │   ├── GermanReadabilityRule.class
│   │   │   ├── GermanSpellerRule$ExpandingReader.class
│   │   │   ├── GermanSpellerRule.class
│   │   │   ├── GermanStyleRepeatedWordRule.class
│   │   │   ├── GermanWordRepeatBeginningRule.class
│   │   │   ├── GermanWordRepeatRule.class
│   │   │   ├── GermanWrongWordInContextRule.class
│   │   │   ├── grammar.xml
│   │   │   ├── InsertCommaFilter.class
│   │   │   ├── LineExpander.class
│   │   │   ├── LongSentenceRule.class
│   │   │   ├── MissingCommaRelativeClauseRule.class
│   │   │   ├── MissingVerbRule.class
│   │   │   ├── MorfologikGermanyGermanSpellerRule.class
│   │   │   ├── NewYearDateFilter.class
│   │   │   ├── OldSpellingRule.class
│   │   │   ├── ProhibitedCompoundRule$Pair.class
│   │   │   ├── ProhibitedCompoundRule.class
│   │   │   ├── RecentYearFilter.class
│   │   │   ├── SentenceWhitespaceRule.class
│   │   │   ├── SimilarNameRule.class
│   │   │   ├── SpellingData.class
│   │   │   ├── SpellingRuleWithSuggestions.class
│   │   │   ├── SubjectVerbAgreementRule$SingularPluralPair.class
│   │   │   ├── SubjectVerbAgreementRule.class
│   │   │   ├── SwissCompoundRule$SwissExpander.class
│   │   │   ├── SwissCompoundRule.class
│   │   │   ├── SwissGermanSpellerRule.class
│   │   │   ├── UnitConversionRule$1.class
│   │   │   ├── UnitConversionRule.class
│   │   │   ├── UppercaseNounReadingFilter.class
│   │   │   ├── VerbAgreementRule$1.class
│   │   │   ├── VerbAgreementRule$BooleanAndFiniteVerb.class
│   │   │   ├── VerbAgreementRule.class
│   │   │   ├── WiederVsWiderRule.class
│   │   │   ├── WordCoherencyRule.class
│   │   │   ├── wrongWordInContext.txt
│   │   │   ├── YMDDateCheckFilter.class
│   │   │   └── YMDNewYearDateFilter.class
│   │   ├── de-DE-x-simple-language
│   │   │   └── grammar.xml
│   │   ├── el
│   │   │   ├── grammar.xml
│   │   │   ├── MorfologikGreekSpellerRule.class
│   │   │   └── NumeralStressRule.class
│   │   ├── en
│   │   │   ├── AbstractEnglishSpellerRule$1.class
│   │   │   ├── AbstractEnglishSpellerRule$IrregularForms.class
│   │   │   ├── AbstractEnglishSpellerRule.class
│   │   │   ├── AdverbFilter$1.class
│   │   │   ├── AdverbFilter.class
│   │   │   ├── AvsAnData.class
│   │   │   ├── AvsAnRule$Determiner.class
│   │   │   ├── AvsAnRule.class
│   │   │   ├── BritishReplaceRule.class
│   │   │   ├── coherency.txt
│   │   │   ├── CompoundRule.class
│   │   │   ├── ContractionSpellingRule.class
│   │   │   ├── contractions.txt
│   │   │   ├── DateCheckFilter.class
│   │   │   ├── DateFilterHelper.class
│   │   │   ├── det_an.txt
│   │   │   ├── det_a.txt
│   │   │   ├── diacritics.txt
│   │   │   ├── en-AU
│   │   │   │   └── grammar.xml
│   │   │   ├── en-CA
│   │   │   │   └── grammar.xml
│   │   │   ├── en-GB
│   │   │   │   ├── grammar.xml
│   │   │   │   └── replace.txt
│   │   │   ├── EnglishConfusionProbabilityRule.class
│   │   │   ├── EnglishDashRule.class
│   │   │   ├── EnglishDiacriticsRule.class
│   │   │   ├── EnglishForFrenchFalseFriendRule.class
│   │   │   ├── EnglishForGermansFalseFriendRule.class
│   │   │   ├── EnglishForL2SpeakersFalseFriendRule.class
│   │   │   ├── EnglishNgramProbabilityRule.class
│   │   │   ├── EnglishPartialPosTagFilter.class
│   │   │   ├── EnglishPlainEnglishRule.class
│   │   │   ├── EnglishRedundancyRule.class
│   │   │   ├── EnglishUnpairedBracketsRule.class
│   │   │   ├── EnglishWordRepeatBeginningRule.class
│   │   │   ├── EnglishWordRepeatRule.class
│   │   │   ├── EnglishWrongWordInContextRule.class
│   │   │   ├── en-NZ
│   │   │   │   ├── grammar.xml
│   │   │   │   └── replace.txt
│   │   │   ├── en-US
│   │   │   │   └── grammar.xml
│   │   │   ├── FutureDateFilter.class
│   │   │   ├── GoogleStyleWordTokenizer.class
│   │   │   ├── grammar-l2-de.xml
│   │   │   ├── grammar-l2-fr.xml
│   │   │   ├── grammar.xml
│   │   │   ├── indent.sh
│   │   │   ├── MorfologikAmericanSpellerRule.class
│   │   │   ├── MorfologikAustralianSpellerRule.class
│   │   │   ├── MorfologikBritishSpellerRule.class
│   │   │   ├── MorfologikCanadianSpellerRule.class
│   │   │   ├── MorfologikNewZealandSpellerRule.class
│   │   │   ├── MorfologikSouthAfricanSpellerRule.class
│   │   │   ├── NewYearDateFilter.class
│   │   │   ├── NewZealandReplaceRule.class
│   │   │   ├── NoDisambiguationEnglishPartialPosTagFilter.class
│   │   │   ├── redundancies.txt
│   │   │   ├── SpecificCaseRule.class
│   │   │   ├── translation
│   │   │   │   ├── BeoLingusTranslator.class
│   │   │   │   └── Inflector.class
│   │   │   ├── UnitConversionRule.class
│   │   │   ├── UnitConversionRuleImperial.class
│   │   │   ├── UnitConversionRuleUS.class
│   │   │   ├── VariantInfo.class
│   │   │   ├── WordCoherencyRule.class
│   │   │   ├── wordiness.txt
│   │   │   ├── wrongWordInContext.txt
│   │   │   ├── YMDDateCheckFilter.class
│   │   │   └── YMDNewYearDateFilter.class
│   │   ├── eo
│   │   │   ├── DateCheckFilter.class
│   │   │   ├── grammar.xml
│   │   │   ├── root-ant-at.txt
│   │   │   ├── verb-ntr.txt
│   │   │   └── verb-tr.txt
│   │   ├── es
│   │   │   ├── AccentuationDataLoader.class
│   │   │   ├── el.txt
│   │   │   ├── grammar.xml
│   │   │   ├── MorfologikSpanishSpellerRule.class
│   │   │   ├── QuestionMarkRule.class
│   │   │   ├── SpanishConfusionProbabilityRule.class
│   │   │   ├── SpanishDiacriticsCheckRule.class
│   │   │   ├── SpanishWikipediaRule.class
│   │   │   ├── verb_noaccent_adj_accent.txt
│   │   │   ├── verb_noaccent_noun_accent.txt
│   │   │   └── wikipedia.txt
│   │   ├── fa
│   │   │   ├── coherency.txt
│   │   │   ├── grammar.xml
│   │   │   ├── PersianCommaWhitespaceRule.class
│   │   │   ├── PersianDoublePunctuationRule.class
│   │   │   ├── PersianSpaceBeforeRule.class
│   │   │   ├── PersianWordRepeatBeginningRule.class
│   │   │   ├── PersianWordRepeatRule.class
│   │   │   ├── replace.txt
│   │   │   ├── SimpleReplaceRule.class
│   │   │   └── WordCoherencyRule.class
│   │   ├── fr
│   │   │   ├── CompoundRule.class
│   │   │   ├── DateCheckFilter.class
│   │   │   ├── DMYDateCheckFilter.class
│   │   │   ├── FrenchCompoundAwareHunspellRule$NonSplittingTokenizer.class
│   │   │   ├── FrenchCompoundAwareHunspellRule.class
│   │   │   ├── FrenchConfusionProbabilityRule.class
│   │   │   ├── FrenchPartialPosTagFilter.class
│   │   │   ├── GrammalecteRule$GrammalecteInternalRule.class
│   │   │   ├── GrammalecteRule.class
│   │   │   ├── grammar.xml
│   │   │   ├── QuestionWhitespaceRule.class
│   │   │   └── QuestionWhitespaceStrictRule.class
│   │   ├── ga
│   │   │   ├── CompoundRule.class
│   │   │   ├── DativePluralsData.class
│   │   │   ├── DativePluralsEntry.class
│   │   │   ├── DativePluralStandardReplaceRule.class
│   │   │   ├── dative-plurals.txt
│   │   │   ├── DhaNoBeirtData.class
│   │   │   ├── DhaNoBeirtRule.class
│   │   │   ├── EnglishHomophoneRule.class
│   │   │   ├── english-homophones.txt
│   │   │   ├── gen-pronouns.pl
│   │   │   ├── grammar.xml
│   │   │   ├── IrishFGBEqReplaceRule.class
│   │   │   ├── IrishPartialPosTagFilter.class
│   │   │   ├── IrishReplaceRule.class
│   │   │   ├── IrishSpecificCaseRule.class
│   │   │   ├── LogainmRule.class
│   │   │   ├── MorfologikIrishSpellerRule.class
│   │   │   ├── names.txt
│   │   │   ├── NoDisambiguationIrishPartialPosTagFilter.class
│   │   │   ├── PeopleRule.class
│   │   │   ├── people.txt
│   │   │   ├── placenames.txt
│   │   │   ├── PrestandardReplaceRule.class
│   │   │   ├── replace-fgb-eq.txt
│   │   │   ├── replace-prestandard.txt
│   │   │   ├── replace.txt
│   │   │   ├── SpacesRule.class
│   │   │   └── spaces.txt
│   │   ├── gl
│   │   │   ├── barbarisms.txt
│   │   │   ├── bitext.xml
│   │   │   ├── CastWordsRule.class
│   │   │   ├── GalicianBarbarismsRule.class
│   │   │   ├── GalicianRedundancyRule.class
│   │   │   ├── GalicianWikipediaRule.class
│   │   │   ├── GalicianWordinessRule.class
│   │   │   ├── grammar.xml
│   │   │   ├── redundancies.txt
│   │   │   ├── SimpleReplaceRule.class
│   │   │   ├── spanish.txt
│   │   │   ├── wikipedia.txt
│   │   │   ├── wordiness.txt
│   │   │   └── words.txt
│   │   ├── it
│   │   │   ├── grammar.xml
│   │   │   ├── ItalianConfusionProbabilityRule.class
│   │   │   ├── ItalianWordRepeatRule.class
│   │   │   └── MorfologikItalianSpellerRule.class
│   │   ├── ja
│   │   │   └── grammar.xml
│   │   ├── km
│   │   │   ├── coherency.txt
│   │   │   ├── grammar.xml
│   │   │   ├── KhmerSimpleReplaceRule.class
│   │   │   ├── KhmerSpaceBeforeRule.class
│   │   │   ├── KhmerUnpairedBracketsRule.class
│   │   │   ├── KhmerWordRepeatRule.class
│   │   │   └── replace.txt
│   │   ├── nl
│   │   │   ├── coherency.txt
│   │   │   ├── CompoundFilter.class
│   │   │   ├── CompoundRule.class
│   │   │   ├── DateCheckFilter.class
│   │   │   ├── DutchConfusionProbabilityRule.class
│   │   │   ├── DutchWrongWordInContextRule.class
│   │   │   ├── grammar.xml
│   │   │   ├── MorfologikDutchSpellerRule.class
│   │   │   ├── PreferredWordData.class
│   │   │   ├── PreferredWordRule.class
│   │   │   ├── PreferredWordRuleWithSuggestion.class
│   │   │   ├── replace.txt
│   │   │   ├── SimpleReplaceRule.class
│   │   │   ├── WordCoherencyRule.class
│   │   │   └── wrongWordInContext.txt
│   │   ├── pl
│   │   │   ├── bitext.xml
│   │   │   ├── CompoundRule.class
│   │   │   ├── DashRule.class
│   │   │   ├── DateCheckFilter.class
│   │   │   ├── DecadeSpellingFilter.class
│   │   │   ├── grammar.xml
│   │   │   ├── MorfologikPolishSpellerRule.class
│   │   │   ├── PolishUnpairedBracketsRule.class
│   │   │   ├── PolishWordRepeatRule.class
│   │   │   ├── replace.txt
│   │   │   └── SimpleReplaceRule.class
│   │   ├── pt
│   │   │   ├── AOreplace.txt
│   │   │   ├── barbarisms.txt
│   │   │   ├── BrazilianPortugueseReplaceRule.class
│   │   │   ├── cliches.txt
│   │   │   ├── coherency.txt
│   │   │   ├── DateCheckFilter.class
│   │   │   ├── DateFilterHelper.class
│   │   │   ├── diacritics.txt
│   │   │   ├── FutureDateFilter.class
│   │   │   ├── grammar.xml
│   │   │   ├── indent.sh
│   │   │   ├── NewYearDateFilter.class
│   │   │   ├── NoDisambiguationPortuguesePartialPosTagFilter.class
│   │   │   ├── not_optimized_regexps.lib
│   │   │   ├── PortugalPortugueseReplaceRule.class
│   │   │   ├── PortugueseAccentuationCheckRule.class
│   │   │   ├── PortugueseAccentuationDataLoader.class
│   │   │   ├── PortugueseAgreementReplaceRule.class
│   │   │   ├── PortugueseBarbarismsRule.class
│   │   │   ├── PortugueseClicheRule.class
│   │   │   ├── PortugueseConfusionProbabilityRule.class
│   │   │   ├── PortugueseDiacriticsRule.class
│   │   │   ├── PortugueseFillerWordsRule.class
│   │   │   ├── PortugueseReadabilityRule.class
│   │   │   ├── PortugueseRedundancyRule.class
│   │   │   ├── PortugueseReplaceRule.class
│   │   │   ├── PortugueseUnitConversionRule$1.class
│   │   │   ├── PortugueseUnitConversionRule.class
│   │   │   ├── PortugueseWeaselWordsRule.class
│   │   │   ├── PortugueseWikipediaRule.class
│   │   │   ├── PortugueseWordCoherencyRule.class
│   │   │   ├── PortugueseWordinessRule.class
│   │   │   ├── PortugueseWordRepeatBeginningRule.class
│   │   │   ├── PortugueseWordRepeatRule.class
│   │   │   ├── PortugueseWrongWordInContextRule.class
│   │   │   ├── PostReformPortugueseCompoundRule.class
│   │   │   ├── PostReformPortugueseDashRule.class
│   │   │   ├── PreReformPortugueseCompoundRule.class
│   │   │   ├── PreReformPortugueseDashRule.class
│   │   │   ├── pt-AO
│   │   │   │   └── grammar.xml
│   │   │   ├── pt-BR
│   │   │   │   ├── grammar.xml
│   │   │   │   └── replace.txt
│   │   │   ├── pt-MZ
│   │   │   │   └── grammar.xml
│   │   │   ├── pt-PT
│   │   │   │   ├── grammar.xml
│   │   │   │   └── replace.txt
│   │   │   ├── redundancies.txt
│   │   │   ├── replace.txt
│   │   │   ├── tagset_PT.txt
│   │   │   ├── verbos_sem_acento_adj_com_acento.txt
│   │   │   ├── verbos_sem_acento_nomes_com_acento.txt
│   │   │   ├── weaselwords.txt
│   │   │   ├── wikipedia.txt
│   │   │   ├── wordiness.txt
│   │   │   ├── wrongWordInContext.txt
│   │   │   ├── YMDDateCheckFilter.class
│   │   │   └── YMDNewYearDateFilter.class
│   │   ├── ro
│   │   │   ├── CompoundRule.class
│   │   │   ├── grammar.xml
│   │   │   ├── MorfologikRomanianSpellerRule.class
│   │   │   ├── replace.txt
│   │   │   ├── RomanianWordRepeatBeginningRule.class
│   │   │   └── SimpleReplaceRule.class
│   │   ├── ru
│   │   │   ├── bitext.xml
│   │   │   ├── coherency.txt
│   │   │   ├── DateCheckFilter.class
│   │   │   ├── grammar.xml
│   │   │   ├── MorfologikRussianSpellerRule.class
│   │   │   ├── replace.txt
│   │   │   ├── RussianCompoundRule.class
│   │   │   ├── RussianConfusionProbabilityRule.class
│   │   │   ├── RussianDashRule.class
│   │   │   ├── RussianPartialPosTagFilter.class
│   │   │   ├── RussianSimpleReplaceRule.class
│   │   │   ├── RussianUnpairedBracketsRule.class
│   │   │   ├── RussianVerbConjugationRule.class
│   │   │   ├── RussianWordCoherencyRule.class
│   │   │   └── RussianWordRepeatRule.class
│   │   ├── sk
│   │   │   ├── CompoundRule.class
│   │   │   ├── grammar-nezaradene.xml
│   │   │   ├── grammar-typography.xml
│   │   │   ├── grammar.xml
│   │   │   └── MorfologikSlovakSpellerRule.class
│   │   ├── sl
│   │   │   ├── grammar.xml
│   │   │   └── MorfologikSlovenianSpellerRule.class
│   │   ├── sv
│   │   │   ├── CompoundRule.class
│   │   │   └── grammar.xml
│   │   ├── ta
│   │   │   └── grammar.xml
│   │   ├── tl
│   │   │   └── grammar.xml
│   │   ├── uk
│   │   │   ├── CaseGovernmentHelper.class
│   │   │   ├── DateCheckFilter.class
│   │   │   ├── ExtraDictionaryLoader.class
│   │   │   ├── grammar-barbarism.xml
│   │   │   ├── grammar-grammar.xml
│   │   │   ├── grammar-punctuation.xml
│   │   │   ├── grammar-spelling.xml
│   │   │   ├── grammar-style.xml
│   │   │   ├── grammar.xml
│   │   │   ├── HiddenCharacterRule.class
│   │   │   ├── InflectionHelper$Inflection.class
│   │   │   ├── InflectionHelper.class
│   │   │   ├── LemmaHelper$Dir.class
│   │   │   ├── LemmaHelper.class
│   │   │   ├── MissingHyphenRule.class
│   │   │   ├── MixedAlphabetsRule.class
│   │   │   ├── MorfologikUkrainianSpellerRule.class
│   │   │   ├── PunctuationCheckRule.class
│   │   │   ├── replace_renamed.txt
│   │   │   ├── replace_soft.txt
│   │   │   ├── replace_spelling_2019.txt
│   │   │   ├── replace.txt
│   │   │   ├── SimpleReplaceRenamedRule.class
│   │   │   ├── SimpleReplaceRule.class
│   │   │   ├── SimpleReplaceSoftRule$1.class
│   │   │   ├── SimpleReplaceSoftRule$ContextRepl.class
│   │   │   ├── SimpleReplaceSoftRule.class
│   │   │   ├── SimpleReplaceSpelling1992Rule.class
│   │   │   ├── SimpleReplaceSpelling2019Rule.class
│   │   │   ├── TokenAgreementAdjNounExceptionHelper.class
│   │   │   ├── TokenAgreementAdjNounRule.class
│   │   │   ├── TokenAgreementNounVerbExceptionHelper.class
│   │   │   ├── TokenAgreementNounVerbRule$Inflection.class
│   │   │   ├── TokenAgreementNounVerbRule.class
│   │   │   ├── TokenAgreementPrepNounExceptionHelper$RuleException.class
│   │   │   ├── TokenAgreementPrepNounExceptionHelper$Type.class
│   │   │   ├── TokenAgreementPrepNounExceptionHelper.class
│   │   │   ├── TokenAgreementPrepNounRule$1.class
│   │   │   ├── TokenAgreementPrepNounRule.class
│   │   │   └── UkrainianWordRepeatRule.class
│   │   └── zh
│   │   ├── ChineseConfusionProbabilityRule.class
│   │   └── grammar.xml
│   ├── synthesis
│   │   ├── ar
│   │   │   └── ArabicSynthesizer.class
│   │   ├── ca
│   │   │   └── CatalanSynthesizer.class
│   │   ├── el
│   │   │   └── GreekSynthesizer.class
│   │   ├── en
│   │   │   └── EnglishSynthesizer.class
│   │   ├── es
│   │   │   └── SpanishSynthesizer.class
│   │   ├── FrenchSynthesizer.class
│   │   ├── ga
│   │   │   └── IrishSynthesizer.class
│   │   ├── GermanSynthesizer.class
│   │   ├── gl
│   │   │   └── GalicianSynthesizer.class
│   │   ├── nl
│   │   │   └── DutchSynthesizer.class
│   │   ├── pl
│   │   │   └── PolishSynthesizer.class
│   │   ├── pt
│   │   │   └── PortugueseSynthesizer.class
│   │   ├── ro
│   │   │   └── RomanianSynthesizer.class
│   │   ├── ru
│   │   │   └── RussianSynthesizer.class
│   │   ├── sk
│   │   │   └── SlovakSynthesizer.class
│   │   └── uk
│   │   └── UkrainianSynthesizer.class
│   ├── tagging
│   │   ├── ar
│   │   │   ├── ArabicHybridDisambiguator.class
│   │   │   └── ArabicTagger.class
│   │   ├── ast
│   │   │   └── AsturianTagger.class
│   │   ├── br
│   │   │   └── BretonTagger.class
│   │   ├── ca
│   │   │   └── CatalanTagger.class
│   │   ├── da
│   │   │   └── DanishTagger.class
│   │   ├── de
│   │   │   ├── AnalyzedGermanToken.class
│   │   │   ├── GermanTagger.class
│   │   │   ├── GermanToken$Determination.class
│   │   │   ├── GermanToken$Genus.class
│   │   │   ├── GermanToken$Kasus.class
│   │   │   ├── GermanToken$Numerus.class
│   │   │   ├── GermanToken$POSType.class
│   │   │   ├── GermanToken.class
│   │   │   └── SwissGermanTagger.class
│   │   ├── disambiguation
│   │   │   ├── ca
│   │   │   │   └── CatalanHybridDisambiguator.class
│   │   │   ├── es
│   │   │   │   └── SpanishHybridDisambiguator.class
│   │   │   ├── fr
│   │   │   │   └── FrenchHybridDisambiguator.class
│   │   │   ├── ga
│   │   │   │   └── IrishHybridDisambiguator.class
│   │   │   ├── gl
│   │   │   │   └── GalicianHybridDisambiguator.class
│   │   │   ├── pl
│   │   │   │   └── PolishHybridDisambiguator.class
│   │   │   ├── pt
│   │   │   │   └── PortugueseHybridDisambiguator.class
│   │   │   ├── ru
│   │   │   │   └── RussianHybridDisambiguator.class
│   │   │   ├── rules
│   │   │   │   ├── de
│   │   │   │   │   └── GermanRuleDisambiguator.class
│   │   │   │   └── it
│   │   │   │   └── ItalianRuleDisambiguator.class
│   │   │   └── uk
│   │   │   ├── SimpleDisambiguator$MatcherEntry.class
│   │   │   ├── SimpleDisambiguator$TokenMatcher.class
│   │   │   ├── SimpleDisambiguator.class
│   │   │   ├── UkrainianHybridDisambiguator.class
│   │   │   └── UkrainianMultiwordChunker.class
│   │   ├── el
│   │   │   └── GreekTagger.class
│   │   ├── en
│   │   │   ├── EnglishHybridDisambiguator.class
│   │   │   └── EnglishTagger.class
│   │   ├── eo
│   │   │   └── EsperantoTagger.class
│   │   ├── es
│   │   │   └── SpanishTagger.class
│   │   ├── fr
│   │   │   └── FrenchTagger.class
│   │   ├── ga
│   │   │   ├── IrishTagger.class
│   │   │   ├── Retaggable.class
│   │   │   ├── Utils$SuffixGuess.class
│   │   │   └── Utils.class
│   │   ├── gl
│   │   │   └── GalicianTagger.class
│   │   ├── it
│   │   │   └── ItalianTagger.class
│   │   ├── ja
│   │   │   └── JapaneseTagger.class
│   │   ├── km
│   │   │   └── KhmerTagger.class
│   │   ├── nl
│   │   │   └── DutchTagger.class
│   │   ├── pl
│   │   │   └── PolishTagger.class
│   │   ├── pt
│   │   │   └── PortugueseTagger.class
│   │   ├── ro
│   │   │   └── RomanianTagger.class
│   │   ├── ru
│   │   │   └── RussianTagger.class
│   │   ├── sk
│   │   │   └── SlovakTagger.class
│   │   ├── sv
│   │   │   └── SwedishTagger.class
│   │   ├── tl
│   │   │   └── TagalogTagger.class
│   │   ├── uk
│   │   │   ├── CompoundDebugLogger.class
│   │   │   ├── CompoundTagger.class
│   │   │   ├── IPOSTag.class
│   │   │   ├── LetterEndingForNumericHelper$RegexToCaseList.class
│   │   │   ├── LetterEndingForNumericHelper.class
│   │   │   ├── PosTagHelper.class
│   │   │   └── UkrainianTagger.class
│   │   └── zh
│   │   └── ChineseTagger.class
│   └── tokenizers
│   ├── ArabicWordTokenizer.class
│   ├── br
│   │   └── BretonWordTokenizer.class
│   ├── ca
│   │   └── CatalanWordTokenizer.class
│   ├── de
│   │   ├── GermanCompoundTokenizer$ExtendedGermanWordSplitter.class
│   │   └── GermanCompoundTokenizer.class
│   ├── el
│   │   ├── GreekWordTokenizer.class
│   │   └── GreekWordTokenizerImpl.class
│   ├── en
│   │   └── EnglishWordTokenizer.class
│   ├── eo
│   │   └── EsperantoWordTokenizer.class
│   ├── es
│   │   └── SpanishWordTokenizer.class
│   ├── gl
│   │   └── GalicianWordTokenizer.class
│   ├── ja
│   │   └── JapaneseWordTokenizer.class
│   ├── km
│   │   └── KhmerWordTokenizer.class
│   ├── nl
│   │   └── DutchWordTokenizer.class
│   ├── PersianWordTokenizer.class
│   ├── pl
│   │   └── PolishWordTokenizer.class
│   ├── pt
│   │   └── PortugueseWordTokenizer.class
│   ├── ro
│   │   └── RomanianWordTokenizer.class
│   ├── uk
│   │   └── UkrainianWordTokenizer.class
│   └── zh
│   ├── ChineseSentenceTokenizer.class
│   └── ChineseWordTokenizer.class
├── README.md
├── testrules.bat
├── testrules.sh
└── third-party-licenses
├── Apache-License.txt
├── BSD.txt
├── CC-Attr-SA-4.0.txt
├── CPL.txt
├── icons.txt
├── LGPL-2.1.txt
├── MIT-slf4j.txt
├── MIT.txt
├── Morfologik-license.txt
├── README.txt
└── segment-license.txt
224 directories, 1353 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment