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/>.
Index ¶
- Constants
- Variables
- type Arabic
- func (l *Arabic) Antonyms() map[string][]string
- func (l *Arabic) Cardinal() map[string]string
- func (l *Arabic) Description() string
- func (l *Arabic) Graphemes() []string
- func (l *Arabic) Homoglyphs() map[string][]string
- func (l *Arabic) Homophones() [][]string
- func (l *Arabic) Id() string
- func (l *Arabic) Keyboards() (boards []internal.Keyboard)
- func (l *Arabic) Misspellings() [][]string
- func (l *Arabic) Name() string
- func (l *Arabic) Numerals() map[string][]string
- func (l *Arabic) Ordinal() map[string]string
- func (l *Arabic) SimilarChars(char string) []string
- func (l *Arabic) SimilarSounds(word string) []string
- func (l *Arabic) SimilarSpellings(word string) []string
- func (l *Arabic) Vowels() []string
- type Keyboard
Constants ¶
const LANGUAGE string = "ar"
Variables ¶
var Keyboards = []Keyboard{ { // contains filtered or unexported fields }, { // contains filtered or unexported fields }, { // contains filtered or unexported fields }, { // contains filtered or unexported fields }, }
Functions ¶
This section is empty.
Types ¶
type Arabic ¶
type Arabic struct {
// contains filtered or unexported fields
}
func (*Arabic) Description ¶
func (*Arabic) Homoglyphs ¶
func (*Arabic) Homophones ¶
func (*Arabic) Misspellings ¶
func (*Arabic) SimilarChars ¶
func (*Arabic) SimilarSounds ¶
func (*Arabic) SimilarSpellings ¶
type Keyboard ¶
type Keyboard struct {
// contains filtered or unexported fields
}