Skip to content

Commit

Permalink
changed name and id from Kannada to malayalam in malayalam tokenizer
Browse files Browse the repository at this point in the history
  • Loading branch information
joicemjoseph committed Mar 27, 2021
1 parent 5b25d55 commit 44146bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tokenizers/malayalam/malayalam.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ func New() (search.Tokenizer, error) {

// ID returns the ID of the tokenizer.
func (*Malayalam) ID() string {
return "kannada"
return "malayalam"
}

// Name returns the name of the tokenizer.
func (*Malayalam) Name() string {
return "Kannada"
return "Malayalam"
}

// Tokenize tokenizes a Kannada string into Romanized (mlphone) Postgres
Expand Down

0 comments on commit 44146bc

Please sign in to comment.