View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window language-detector-0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.optimaize.langdetect
├─ com.optimaize.langdetect.DetectedLanguage.class - [JAR]
├─ com.optimaize.langdetect.LanguageDetector.class - [JAR]
├─ com.optimaize.langdetect.LanguageDetectorBuilder.class - [JAR]
├─ com.optimaize.langdetect.LanguageDetectorImpl.class - [JAR]
├─ com.optimaize.langdetect.NgramFrequencyData.class - [JAR]
com.optimaize.langdetect.frma
├─ com.optimaize.langdetect.frma.GenProfile.class - [JAR]
├─ com.optimaize.langdetect.frma.IOUtils.class - [JAR]
├─ com.optimaize.langdetect.frma.LangProfileReader.class - [JAR]
├─ com.optimaize.langdetect.frma.LangProfileWriter.class - [JAR]
com.optimaize.langdetect.profiles.util
├─ com.optimaize.langdetect.profiles.util.LanguageLister.class - [JAR]
com.optimaize.langdetect.profiles
├─ com.optimaize.langdetect.profiles.BuiltInLanguages.class - [JAR]
├─ com.optimaize.langdetect.profiles.LanguageProfile.class - [JAR]
├─ com.optimaize.langdetect.profiles.LanguageProfileBuilder.class - [JAR]
├─ com.optimaize.langdetect.profiles.LanguageProfileImpl.class - [JAR]
├─ com.optimaize.langdetect.profiles.LanguageProfileReader.class - [JAR]
├─ com.optimaize.langdetect.profiles.LanguageProfileWriter.class - [JAR]
├─ com.optimaize.langdetect.profiles.OldLangProfileConverter.class - [JAR]
com.optimaize.langdetect.cybozu.util
├─ com.optimaize.langdetect.cybozu.util.CharNormalizer.class - [JAR]
├─ com.optimaize.langdetect.cybozu.util.LangProfile.class - [JAR]
├─ com.optimaize.langdetect.cybozu.util.Messages.class - [JAR]
├─ com.optimaize.langdetect.cybozu.util.NGram.class - [JAR]
├─ com.optimaize.langdetect.cybozu.util.TagExtractor.class - [JAR]
├─ com.optimaize.langdetect.cybozu.util.Util.class - [JAR]
com.optimaize.langdetect.ngram
├─ com.optimaize.langdetect.ngram.BackwardsCompatibleNgramFilter.class - [JAR]
├─ com.optimaize.langdetect.ngram.NgramExtractor.class - [JAR]
├─ com.optimaize.langdetect.ngram.NgramExtractors.class - [JAR]
├─ com.optimaize.langdetect.ngram.NgramFilter.class - [JAR]
├─ com.optimaize.langdetect.ngram.OldNgramExtractor.class - [JAR]
├─ com.optimaize.langdetect.ngram.StandardNgramFilter.class - [JAR]
com.optimaize.langdetect.i18n
├─ com.optimaize.langdetect.i18n.LdLocale.class - [JAR]
com.optimaize.langdetect.text
├─ com.optimaize.langdetect.text.CharNormalizerTextFilterImpl.class - [JAR]
├─ com.optimaize.langdetect.text.CommonTextObjectFactories.class - [JAR]
├─ com.optimaize.langdetect.text.MultiTextFilter.class - [JAR]
├─ com.optimaize.langdetect.text.RemoveMinorityScriptsTextFilter.class - [JAR]
├─ com.optimaize.langdetect.text.TextFilter.class - [JAR]
├─ com.optimaize.langdetect.text.TextObject.class - [JAR]
├─ com.optimaize.langdetect.text.TextObjectFactory.class - [JAR]
├─ com.optimaize.langdetect.text.TextObjectFactoryBuilder.class - [JAR]
├─ com.optimaize.langdetect.text.UrlTextFilter.class - [JAR]
com.optimaize.langdetect.cybozu
├─ com.optimaize.langdetect.cybozu.CommandLineInterface.class - [JAR]
├─ com.optimaize.langdetect.cybozu.GenProfile.class - [JAR]