Difference between revisions of "Apertium-html-tools/Paradigm dictionary"
Jump to navigation
Jump to search
Firespeaker (talk | contribs) |
Firespeaker (talk | contribs) |
||
Line 13: | Line 13: | ||
# Add a language module to [https://github.com/apertium/apertium-html-tools/tree/urum/src/components/dictionary/langs dictionary/langs/] |
# Add a language module to [https://github.com/apertium/apertium-html-tools/tree/urum/src/components/dictionary/langs dictionary/langs/] |
||
# Add a reference to the language file in [https://github.com/apertium/apertium-html-tools/blob/urum/src/components/dictionary/index.ts dictionary/index.ts] |
# Add a reference to the language file in [https://github.com/apertium/apertium-html-tools/blob/urum/src/components/dictionary/index.ts dictionary/index.ts] |
||
# Localisation for labels is in [https://github.com/apertium/apertium-html-tools/tree/urum/src/strings/pos strings/pos] |
Latest revision as of 18:05, 25 September 2025
Installation[edit]
- Get APy and HTML-Tools running
- You'll need a version of APy that supports billookup and bilsearch modes, currently the embeddings branch.
- You'll need a version of HTML-Tools that supports paradigm dictionary mode, currently the urum branch.
- Ensure that at least one language pair has a billookup mode and bilsearch mode in at least one direction (ideally both):
- modes.xml will need blocks like in uum-eng.
- Optionally, add embeddings (documentation to follow)
Setting up paradigms[edit]
- Add a language module to dictionary/langs/
- Add a reference to the language file in dictionary/index.ts
- Localisation for labels is in strings/pos