Documentation ¶
Overview ¶
Copyright 2024 Rangertaha. All Rights Reserved.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Copyright 2024 Rangertaha. All Rights Reserved.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Copyright 2024 Rangertaha. All Rights Reserved.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Index ¶
- Constants
- Variables
- type English
- func (l *English) Antonyms() map[string][]string
- func (l *English) Cardinal() map[string]string
- func (l *English) Description() string
- func (l *English) Graphemes() []string
- func (l *English) Homoglyphs() map[string][]string
- func (l *English) Homophones() [][]string
- func (l *English) Id() string
- func (l *English) Keyboards() (boards []internal.Keyboard)
- func (l *English) Misspellings() [][]string
- func (l *English) Name() string
- func (l *English) Numerals() map[string][]string
- func (l *English) Ordinal() map[string]string
- func (l *English) SimilarChars(char string) []string
- func (l *English) SimilarSounds(word string) []string
- func (l *English) SimilarSpellings(word string) []string
- func (l *English) StopWords() []string
- func (l *English) Vowels() []string
- type Keyboard
Constants ¶
const LANGUAGE string = "en"
Variables ¶
var Keyboards = []Keyboard{ { // contains filtered or unexported fields }, { // contains filtered or unexported fields }, { // contains filtered or unexported fields }, { // contains filtered or unexported fields }, }
var ( Language = English{ // contains filtered or unexported fields } )
Functions ¶
This section is empty.
Types ¶
type English ¶
type English struct {
// contains filtered or unexported fields
}
func (*English) Description ¶
func (*English) Homoglyphs ¶
func (*English) Homophones ¶
func (*English) Misspellings ¶
func (*English) SimilarChars ¶
func (*English) SimilarSounds ¶
func (*English) SimilarSpellings ¶
type Keyboard ¶
type Keyboard struct {
// contains filtered or unexported fields
}