jar

org.cleartk : cleartk-token

Maven & Gradle

Feb 09, 2023
8 usages
131 stars

ClearTK Token · ClearTK annotators for sentence segmentation and tokenization

Table Of Contents

Latest Version

Download org.cleartk : cleartk-token JAR file - Latest Versions:

All Versions

Download org.cleartk : cleartk-token JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0.x
2.0.x
0.9.x
0.8.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 cleartk-token-3.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.cleartk.token.pos

├─ org.cleartk.token.pos.PosAnnotator.class - [JAR]

├─ org.cleartk.token.pos.PosFeatureExtractor.class - [JAR]

├─ org.cleartk.token.pos.TokenPosWriter.class - [JAR]

org.cleartk.token.breakit

├─ org.cleartk.token.breakit.BreakIteratorAnnotator.class - [JAR]

├─ org.cleartk.token.breakit.BreakIteratorAnnotatorFactory.class - [JAR]

org.cleartk.token.pos.impl

├─ org.cleartk.token.pos.impl.DefaultFeatureExtractor.class - [JAR]

├─ org.cleartk.token.pos.impl.DefaultPosAnnotator.class - [JAR]

org.cleartk.token.tokenizer

├─ org.cleartk.token.tokenizer.PennTreebankTokenizer.class - [JAR]

├─ org.cleartk.token.tokenizer.Subtokenizer.class - [JAR]

├─ org.cleartk.token.tokenizer.Token.class - [JAR]

├─ org.cleartk.token.tokenizer.TokenAnnotator.class - [JAR]

├─ org.cleartk.token.tokenizer.Tokenizer.class - [JAR]

├─ org.cleartk.token.tokenizer.Tokenizer_ImplBase.class - [JAR]

org.cleartk.token

├─ org.cleartk.token.TokenComponents.class - [JAR]

Advertisement