commit | 941f215ddc594cae2c4ba0c31fb4eb70e71128fa | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Sun Sep 26 15:14:25 2021 +0200 |
committer | Akron <nils@diewald-online.de> | Sun Sep 26 15:14:25 2021 +0200 |
tree | 8b638f1261c0872c1bfa089bf0a8ca994e7c21d6 | |
parent | 16c312e3b0f45b537fb8a01e00d538de8a40e409 [diff] [blame] |
Support both matrix and da in the command
diff --git a/datok.go b/datok.go index 7812981..fa6e44d 100644 --- a/datok.go +++ b/datok.go
@@ -239,6 +239,11 @@ return 0 } +// Type of tokenizer +func (DaTokenizer) Type() string { + return DAMAGIC +} + // Resize double array when necessary func (dat *DaTokenizer) resize(l int) { // TODO: