Skip to content

Commit

Permalink
Fix incorrect tokenizer package name
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Mar 27, 2021
1 parent f8023d2 commit 51f9bdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ build:

.PHONY: build-tokenizers
build-tokenizers:
# Compile the Kannada tokenizer.
go build -ldflags="-s -w" -buildmode=plugin -o kannada.tk tokenizers/kannada/kannada.go
go build -ldflags="-s -w" -buildmode=plugin -o malayalam.tk tokenizers/malayalam/malayalam.go

Expand Down
2 changes: 1 addition & 1 deletion tokenizers/malayalam/malayalam.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package malayalam
package main

import (
"fmt"
Expand Down

0 comments on commit 51f9bdc

Please sign in to comment.