class
Lexicons extends AnyRef
Instance Constructors
-
new
Lexicons(sources: List[(String, BufferedSource)])
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
apply(span: TokenSpan): List[String]
-
def
apply(token: Token): List[String]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
val
lexiconMap: HashMap[String, List[String]]
-
val
lexiconNames: ArrayBuffer[String]
-
def
locate(token: Token, key: List[Token]): String
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
removeTrail(s: String): String
-
def
setOrUpdate(s: String, filename: String): Unit
-
val
sources: List[(String, BufferedSource)]
-
def
subsect(phrase: Seq[Token], token: Token, maxOutLength: Int): List[List[Token]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Methods of retrieving the lexicons that a token in a document (using the window around the token) or a span matches into returns the lexicons names, and the location the token matches into the lexicon (like B-label, I-label, U-label, or L-label)