Questions tagged [glossary]

list of terms and definitions used in a larger document

Questions with this tag commonly seek an automated tool for generating a glossary from the corpus.

What is a glossary? an alphabetical list of terms in a particular domain of knowledge with the definitions for those terms.

110 questions
1
vote
0 answers

Latex glossary with glossaries package does not appear + adding more columns

I tried to get a grip on the glossaries package and understood a bit of it, but now I am stuck and need your help to get any further. I have written the following piece: %Dieses Dokument dient der Erprobung von Funktionen des…
lempy
  • 103
  • 8
1
vote
1 answer

help needed for developing an android glossary application

I am developing a glossary of terms in physics. In this glossary app, user can search the definition alphabetically as well as by category . Shall i store data in one table or create different table for different categories? which will be better. I…
jkjk
  • 21
  • 1
1
vote
1 answer

Google Cloud Translation API: Creating glossary error

I tried to test Cloud Translation API using glossary. So I created a sample glossary file(.csv) and uploaded it on Cloud Storage. However when I ran my test code (copying sample code from official documentation), an error occurred. It seems that…
1
vote
3 answers

Using glossary with a custom model in Google AutoML translation

I built a custom model and a glossary in Google AutoML language translation. Is there a way to use both the custom model and the glossary at the same time? If so, what should the request.json look like?
1
vote
0 answers

Latex glossary wont show up

i try to print a glossary, but it wont show up. It doesnt show a error or something. Here is an min. example. I use TeXstudio 2.12.16 and TexLive 2019 on a Win10 machine. It would be very nice if someone could help…
1
vote
1 answer

Schema.org for acronym / abbreviation (in a glossary)

I'd like to mark my list of acronyms/abbreviations in my glossary of my website with Schema.org (using Microdata). Which type of Schema.org is the right one for that? I can't find any related type in the full list on schema.org.
coding.ms
  • 91
  • 5
1
vote
1 answer

latex : equation variables defined such that makeglossary can use it

Say there is an equation e = m * c^2 now I want to define each variable as : where, e = .. m = ... c = ..... This can be achieved using equation environment. But the question is, is there any way to define e, m and c so that they will be…
Digvijay
  • 11
  • 1
  • 2
1
vote
1 answer

rst link to glossary term with subscript

I have a sphinx glossary term like this with a replace to use subscripts for proper formatting. |VOH| Minimum output voltage representative of a logic 1 .. |VOH| replace:: V\ :sub:`OH`\ How can I properly reference this term from elsewhere in…
jp83
  • 21
  • 2
1
vote
1 answer

Can Greek letters be added to Sphinx documents as glossary terms?

I want to add variables that are defined as Greek letters to my glossary in a sphinx document. For example: .. glossary:: :math:`{\alpha}` Definition for alpha The goal is to have these variables appear in the document's index. Anyone…
Eric D.
  • 305
  • 1
  • 11
1
vote
1 answer

Dynamic glossary based on PHP and MySQL performance ideas

I'm currently trying to implement a glossary functionality to one of my webprojects, it's all about: 50 - 200 "words" browsable in a glossary Up to 15 synonyms for each word Mostly dynamic contents to search for those words and replace with…
Daniel Jäger
  • 177
  • 1
  • 3
  • 13
1
vote
3 answers

Need a RegEx guru

I'm trying to write a script that parses a block of HTML and matches words against a given glossary of terms. If it finds a match, it wraps the term in and provides a definition. It's working okay -- except for two major…
Aaron
  • 1,617
  • 4
  • 13
  • 7
1
vote
0 answers

Export Glossary Content ( to other CMS and as PDF)

How can I export a glossary (and its content) from Plone to another CMS? How can website-users export glossary content? (e.g. as PDF-file)? How can I implement a voting-mechanism in the glossary to enable users to vote whether glossary-terms should…
0
votes
2 answers

Localization glossary in .NET projects to reuse translations

We have a growing collection of .NET Web applications that have been localized in a few different languages over the years. Often there is a need to localize updates, new applications or new features, and this is so far done by sending all the new…
Clafou
  • 15,250
  • 7
  • 58
  • 89
0
votes
0 answers

Azure Business Glossary in Purview

I would like to create new business term template in azure business glossary of purview via PyApacheAtlas. Which function or code or object should I use for that? This is my code. from pyapacheatlas.core.glossary import AtlasGlossaryTerm Define the…
aca1803
  • 21
  • 4
0
votes
1 answer

Google Translate API: glossary not considered when using translate_document (translate_v3, Python library)

I am using Google Translate APItranslate_v3, Python library. Translating text with translate_text works pretty fine. Terms that have been specified in a glossary are considered correctly in the target text. Sample code snippet: …