jar

com.kotlinnlp : tokenslabeler

Maven & Gradle

Jun 16, 2020
1 usages

TokensLabeler allows to annotate the tokens of a sentence according to the BIEOU notation (or a subset of), in which the set of labels is defined in the training set.

Table Of Contents

Latest Version

Download com.kotlinnlp : tokenslabeler JAR file - Latest Versions:

All Versions

Download com.kotlinnlp : tokenslabeler JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window tokenslabeler-0.2.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.kotlinnlp.tokenslabeler.gazetteers

├─ com.kotlinnlp.tokenslabeler.gazetteers.GazetteersEncoder.class - [JAR]

├─ com.kotlinnlp.tokenslabeler.gazetteers.GazetteersEncoderModel.class - [JAR]

com.kotlinnlp.tokenslabeler.language

├─ com.kotlinnlp.tokenslabeler.language.AnnotatedToken.class - [JAR]

├─ com.kotlinnlp.tokenslabeler.language.CorpusDictionary.class - [JAR]

├─ com.kotlinnlp.tokenslabeler.language.FormConverter.class - [JAR]

├─ com.kotlinnlp.tokenslabeler.language.IOBTag.class - [JAR]

├─ com.kotlinnlp.tokenslabeler.language.Label.class - [JAR]

├─ com.kotlinnlp.tokenslabeler.language.ScoredLabel.class - [JAR]

├─ com.kotlinnlp.tokenslabeler.language.Segment.class - [JAR]

├─ com.kotlinnlp.tokenslabeler.language.SentenceUtilsKt.class - [JAR]

com.kotlinnlp.tokenslabeler

├─ com.kotlinnlp.tokenslabeler.TokensLabeler.class - [JAR]

├─ com.kotlinnlp.tokenslabeler.TokensLabelerModel.class - [JAR]

com.kotlinnlp.tokenslabeler.helpers

├─ com.kotlinnlp.tokenslabeler.helpers.DatasetReader.class - [JAR]

├─ com.kotlinnlp.tokenslabeler.helpers.Evaluator.class - [JAR]

├─ com.kotlinnlp.tokenslabeler.helpers.LabelsDecoder.class - [JAR]

├─ com.kotlinnlp.tokenslabeler.helpers.LabelsStatistics.class - [JAR]

├─ com.kotlinnlp.tokenslabeler.helpers.Trainer.class - [JAR]

Advertisement

Dependencies from Group

Jun 16, 2020
14 usages
3 stars
Jun 16, 2020
13 usages
6 stars
Jun 16, 2020
11 usages
97 stars
Jan 08, 2018
7 usages
1 stars
Jun 16, 2020
5 usages
11 stars

Discover Dependencies