Skip to content

Commit

Permalink
Merge pull request #9 from joicemjoseph/patch/malayalam-name-correction
Browse files Browse the repository at this point in the history
changed name and id from Kannada to malayalam in malayalam tokenizer
  • Loading branch information
knadh committed Mar 27, 2021
2 parents a8e0305 + 44146bc commit f6625f5
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 f6625f5

Please sign in to comment.