index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
hunspell
Age
Commit message (
Expand
)
Author
2025-01-25
lib/hunspell: rename the package to "_hunspell"
Shulhan
2025-01-23
all: use for-range with numeric
Shulhan
2024-03-09
all: reformat all files with goimports
Shulhan
2024-03-05
all: comply with linter recommendations #3
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-05
all: comply with linter recommendations #1
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-12-13
all: fix linter warnings reported by revive
Shulhan
2023-09-17
lib/hunspell: realign struct affixOptions
Shulhan
2023-09-14
all: fix variable shadowing as reported by shadow tool
Shulhan
2023-09-11
hunspell/tests: add package comment
Shulhan
2023-09-11
lib/hunspell: realign struct for better size allocation
Shulhan
2023-04-08
lib/hunspell: replace lib/io with lib/os
Shulhan
2023-04-05
lib/hunspell: replace lib/parser with lib/strings
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-04-06
all: replace any usage of ioutil package with os or io
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2020-06-10
all: update email address
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-05-16
all: fix and suppress linter warnings
Shulhan
2020-03-26
hunspell: store the word as uppercase
Shulhan
2020-03-26
hunspell: relax the morpheme rule
Shulhan
2020-03-26
all: fix and suppress linter warnings
Shulhan
2020-03-25
hunspell: fix the test cases due to previous changes
Shulhan
2020-03-25
hunspell: add Analyze() method to Spell and Stem
Shulhan
2020-03-25
hunspell: add Stem() method to Spell and Stem
Shulhan
2020-03-25
hunspell: add field Parent to Stem
Shulhan
2020-03-25
hunspell: remove derivatives field from dictionary
Shulhan
2020-03-25
hunspell: fix AM aliases with two or more morphemes
Shulhan
2020-03-25
hunspell: add type Morphemes to represent map of morpheme key-value
Shulhan
2020-03-25
hunspell/tests: add type to parse ".morph" test file
Shulhan
2020-03-25
hunspell: update comment on affixRule
Shulhan
2020-03-25
hunspell: change the stem.apply parameter from string to *Stem
Shulhan
2020-03-25
hunspell: return the stem instead of root word on Spell() method
Shulhan
2020-03-24
hunspell: check for possible alias on the morpheme
Shulhan
2020-03-23
go.mod: update dependencies
Shulhan
2020-03-22
hunspell: remove unused load() method on Spell
Shulhan
2020-03-02
hunspell: add function to merge dictionaries files
Shulhan
2020-03-01
hunspell: split the affix options and dictionary into different types
Shulhan
2020-03-01
lib/hunspell: implementation of hunspell in pure Go
Shulhan