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.

91 questions
1
vote
1 answer

Wrapping words with a titled span with PHP

i'm working on a website that includes a glossary, in which a few words are explained. Additionaly I want to describe the terms in an article by putting them in spans with a title attribute. I get all the terms from the database in an array: $terms…
chris.ribal
  • 435
  • 2
  • 10
1
vote
3 answers

Highlighting glossary terms inside a HTML document

We have a glossary with up to 2000 terms (where each glossary term may consist of one, two or three words (either separated with whitespaces or a dash). Now we are looking for a solution for highlighting all terms inside a (longer) HTML document (up…
Andreas Jung
  • 1
  • 18
  • 70
  • 118
1
vote
0 answers

Glossary Web Part for SharePoint 2007 / Glossary jQuery / Glossary Management System

Is there a Glossary Web part in SharePoint 2007 that can do the following: [1] It allows user to enter keyword and its description. Example: Keyword: HTML Description: Hypertext Markup Language (HTML) is the predominant markup language for web…
Wilson Tan
  • 187
  • 1
  • 2
  • 7
1
vote
0 answers

Pages don't show up correctly in glossary (LaTeX)

I'm try to make a simple glossary in my thesis. That's a compilable sample \documentclass[a4paper]{report} \usepackage[italian]{babel} \usepackage{lipsum} \usepackage{hyperref} \usepackage{glossaries} \makeglossaries \newglossaryentry{Tree}{ …
1
vote
1 answer

Creating a glossary without using tupler or dictionary in python

def glossary(): print("Menu for glossary\n Type 1 to insert a new word\n Type 2 to lookup a word\n Type 3 to exit\n") answer = input("Write your answer here: ") if answer == "1": Insert() elif answer == "2": lookup() elif answer == "3": …
O.M
  • 17
  • 3
1
vote
0 answers

Google Translation V3 API - Glossary resource error

Created a glossary resource -- Step 1) Kept a glossary csv sheet in GCS. Step 2) request.json as below - { "name":"projects/my-project-id/locations/us-central1/glossaries/my-glossary-id", "languagePair": { "sourceLanguageCode": "en", …
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
  • 59
  • 4
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

Multiple (Nested) Roles in a Glossary

in my Sphinx docs I would like to create a glossary, potentially containing :math:, or other roles: .. glossary:: :math:`f(x)` Description Is there any way to reference this entry with a text that has the same style as the glossary…
leo
  • 182
  • 8
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
  • 71
  • 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
  • 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