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 hebmorph-lucene-6.6.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.code972.hebmorph.datastructures
├─ com.code972.hebmorph.datastructures.DictHebMorph.class - [JAR]
├─ com.code972.hebmorph.datastructures.DictRadix.class - [JAR]
com.code972.hebmorph.hspell
├─ com.code972.hebmorph.hspell.HSpellDictionaryLoader.class - [JAR]
├─ com.code972.hebmorph.hspell.HSpellLoader.class - [JAR]
org.apache.lucene.analysis.hebrew
├─ org.apache.lucene.analysis.hebrew.HebrewAnalyzer.class - [JAR]
├─ org.apache.lucene.analysis.hebrew.HebrewExactAnalyzer.class - [JAR]
├─ org.apache.lucene.analysis.hebrew.HebrewIndexingAnalyzer.class - [JAR]
├─ org.apache.lucene.analysis.hebrew.HebrewQueryAnalyzer.class - [JAR]
├─ org.apache.lucene.analysis.hebrew.HebrewQueryLightAnalyzer.class - [JAR]
├─ org.apache.lucene.analysis.hebrew.HebrewTokenTypeAttribute.class - [JAR]
├─ org.apache.lucene.analysis.hebrew.HebrewTokenTypeAttributeImpl.class - [JAR]
├─ org.apache.lucene.analysis.hebrew.HebrewTokenizer.class - [JAR]
├─ org.apache.lucene.analysis.hebrew.SimpleAnalyzer.class - [JAR]
├─ org.apache.lucene.analysis.hebrew.StreamLemmasFilter.class - [JAR]
org.apache.lucene.analysis.hebrew.TokenFilters
├─ org.apache.lucene.analysis.hebrew.TokenFilters.AddSuffixTokenFilter.class - [JAR]
├─ org.apache.lucene.analysis.hebrew.TokenFilters.HebrewLemmatizerTokenFilter.class - [JAR]
├─ org.apache.lucene.analysis.hebrew.TokenFilters.IgnoreOriginalTokenFilter.class - [JAR]
├─ org.apache.lucene.analysis.hebrew.TokenFilters.NiqqudFilter.class - [JAR]
com.code972.hebmorph
├─ com.code972.hebmorph.DescFlag.class - [JAR]
├─ com.code972.hebmorph.DictionaryLoader.class - [JAR]
├─ com.code972.hebmorph.HebrewCharacters.class - [JAR]
├─ com.code972.hebmorph.HebrewToken.class - [JAR]
├─ com.code972.hebmorph.HebrewUtils.class - [JAR]
├─ com.code972.hebmorph.Lemmatizer.class - [JAR]
├─ com.code972.hebmorph.LookupTolerators.class - [JAR]
├─ com.code972.hebmorph.MorphData.class - [JAR]
├─ com.code972.hebmorph.PrefixType.class - [JAR]
├─ com.code972.hebmorph.Reference.class - [JAR]
├─ com.code972.hebmorph.StreamLemmatizer.class - [JAR]
├─ com.code972.hebmorph.Token.class - [JAR]
├─ com.code972.hebmorph.Tokenizer.class - [JAR]
├─ com.code972.hebmorph.WordType.class - [JAR]
org.apache.lucene.queryparsers
├─ org.apache.lucene.queryparsers.HebrewMultiFieldQueryParser.class - [JAR]
├─ org.apache.lucene.queryparsers.HebrewQueryParser.class - [JAR]
com.code972.hebmorph.lemmafilters
├─ com.code972.hebmorph.lemmafilters.BasicLemmaFilter.class - [JAR]
├─ com.code972.hebmorph.lemmafilters.LemmaFilterBase.class - [JAR]