MCPcopy Create free account
hub / github.com/LL4J/Filter4J / Tokenizer

Method Tokenizer

src/filter/Tokenizer.java:9–11  ·  view source on GitHub ↗
(String[] vocab)

Source from the content-addressed store, hash-verified

7 private final String[] vocab;
8
9 public Tokenizer(String[] vocab) {
10 this.vocab = vocab;
11 }
12
13 public static Tokenizer loadFromFile(String filename) {
14 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected