aboutsummaryrefslogtreecommitdiff
path: root/lib/hunspell
AgeCommit message (Expand)Author
2025-01-25lib/hunspell: rename the package to "_hunspell"Shulhan
2025-01-23all: use for-range with numericShulhan
2024-03-09all: reformat all files with goimportsShulhan
2024-03-05all: comply with linter recommendations #3Shulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-05all: comply with linter recommendations #1Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-09-17lib/hunspell: realign struct affixOptionsShulhan
2023-09-14all: fix variable shadowing as reported by shadow toolShulhan
2023-09-11hunspell/tests: add package commentShulhan
2023-09-11lib/hunspell: realign struct for better size allocationShulhan
2023-04-08lib/hunspell: replace lib/io with lib/osShulhan
2023-04-05lib/hunspell: replace lib/parser with lib/stringsShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2022-04-06all: replace any usage of ioutil package with os or ioShulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2020-06-10all: update email addressShulhan
2020-06-06all: use default linter optionsShulhan
2020-05-16all: fix and suppress linter warningsShulhan
2020-03-26hunspell: store the word as uppercaseShulhan
2020-03-26hunspell: relax the morpheme ruleShulhan
2020-03-26all: fix and suppress linter warningsShulhan
2020-03-25hunspell: fix the test cases due to previous changesShulhan
2020-03-25hunspell: add Analyze() method to Spell and StemShulhan
2020-03-25hunspell: add Stem() method to Spell and StemShulhan
2020-03-25hunspell: add field Parent to StemShulhan
2020-03-25hunspell: remove derivatives field from dictionaryShulhan
2020-03-25hunspell: fix AM aliases with two or more morphemesShulhan
2020-03-25hunspell: add type Morphemes to represent map of morpheme key-valueShulhan
2020-03-25hunspell/tests: add type to parse ".morph" test fileShulhan
2020-03-25hunspell: update comment on affixRuleShulhan
2020-03-25hunspell: change the stem.apply parameter from string to *StemShulhan
2020-03-25hunspell: return the stem instead of root word on Spell() methodShulhan
2020-03-24hunspell: check for possible alias on the morphemeShulhan
2020-03-23go.mod: update dependenciesShulhan
2020-03-22hunspell: remove unused load() method on SpellShulhan
2020-03-02hunspell: add function to merge dictionaries filesShulhan
2020-03-01hunspell: split the affix options and dictionary into different typesShulhan
2020-03-01lib/hunspell: implementation of hunspell in pure GoShulhan