Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

BasicLemmaFilter will only filter collections with more than one lemma. For them, any lemma scored below 0.7 is probably a result of some heavy toleration, and will be ignored.

Link copied to clipboard

Created by Egozy on 28/12/2014.

Link copied to clipboard
Link copied to clipboard
class HebMorphTokenizer(input: Reader, hebrewPrefixes: MutableMap<String, Int>, specialCases: DictRadix<Byte>? = null)
Link copied to clipboard
abstract class HebrewAnalyzer : Analyzer
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Reflects the Hebrew Part-of-Speech as detected by HebMorph

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Tokenizes a given stream using HebMorph's Tokenizer, removes prefixes where possible, and tags Tokens with appropriate types where possible

Link copied to clipboard

This attribute is used to pass info on tokens as parsed and identified by the HebMorph tokenizer

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract class LemmaFilterBase
Link copied to clipboard
open class Lemmatizer(dictHeb: DictHebMorph)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class MorphData
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class Reference<T>(var ref: T)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class Token(text: String, isNumeric: Boolean = false)
Link copied to clipboard