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
6
votes
2 answers

How to create a glossary in Sphinx?

I try to make a glossary at the end of my book which contains also the headlines content of my documentation (without description, only a reference to the page). I want to get the headlines into a glossary. But headlines need 2 lines to work,…
Knorke
  • 257
  • 4
  • 13
6
votes
1 answer

Using noindex with glossary in Sphinx

When using Sphinx 1.1.3, how can I create a .. glossary:: entry that does not show up in the automatically generated index? I tried :noindex: in four places: Before and after the glossary makes the glossary disappear. .. :noindex: glossary:: …
ramcdougal
  • 2,307
  • 1
  • 13
  • 24
5
votes
0 answers

Sphinx: How to link to terms in a glossary of a different project

I do understand how to create a glossary in Sphinx RST, and how to link to its terms: .. glossary:: term1 description of term1 Linking to :term:`term1` is easy. My question is, how can I link to terms in the glossary of a different…
Andreas Maier
  • 2,724
  • 1
  • 26
  • 30
5
votes
1 answer

Rmarkdown glossary

I've a simple question. How i create a glossary with Rmarkdown / knitr. I work with RStudio. I try this but without success \usepackage{glossaries} in a header.tex and in rmd…
CHK
  • 75
  • 8
3
votes
1 answer

Glossary items stopped linking to the actual word

I am currently writting a report and implemented a glossary using the \usepackage{glossaries} Everything was working great a few days ago : each word that required definition in my text was declared in my glossary and was linked with the…
Maxime Bouhadana
  • 438
  • 2
  • 10
3
votes
5 answers

Restricting glossary functionality to particular parts of a site

We have the case where the usage of the Products.PloneGlossary glossary should be limited by content-type (which is working out of the box) and by path (glossary should be used only for /one/part/of/my/plone/site). Is there a way to do this?
user2665694
3
votes
1 answer

extracting technical keywords from a text document

Re-written: I have a corpus of computer science related documents. I want to extract domain specific keywords. for example JAVA, C#, HTML, OOP, UML, Unity, etc. I was looking for a source similar to Oxford dictionary for computing, however their…
Mina
  • 738
  • 1
  • 6
  • 26
3
votes
1 answer

Online glossary - simple (free) approach

I am sitting on a CSV file containing around 3000 terms and definitions relating to a medical speciality. I'd like to provide the info online, in the form of a glossary. It needs to have the following features: Display all terms as a list, with the…
CaptainProg
  • 5,610
  • 23
  • 71
  • 116
3
votes
1 answer

Drupal 7: Create glossary with views, but sort it by a field other than the title?

I am trying to create a glossary view but the one that Views provides uses the first letter of the node's title. I need it to use the first letter of a field named Artist in my content type. I've tried making a new Contextual Filter and match it up…
Dustin
  • 4,314
  • 12
  • 53
  • 91
2
votes
0 answers

in latex, how to insert footnote on the first use of \acrshort command?

the footnote inserted for each \acrshort{gcd} but what expected is to insert the footnote on the first use of the command. like the \gls{gcd} command. when the \gls{gcd} command is used, the footnote only inserted on the first use of the…
etex
  • 46
  • 5
2
votes
1 answer

Is it possible to create "Glossary Categories" in Purview as was possible in Apache Atlas?

In Atlas, it was possible to create a hierarchy of categories and subcategories in the Glossary to partition all the Business Terms. Is there any way to create similar categories/sub-categories in Purview?
user15037183
  • 47
  • 1
  • 5
2
votes
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…
John Titor
  • 461
  • 3
  • 13
2
votes
1 answer

How to refer a glossary term defined in singular but expressed in plural?

If I define a glossary and a term called foobar, I can then use that term from text as This is a ref to the :term:`foobar` term. This will then make foobar into a clickable reference taking me to the glossary. However, what if I want to refer to a…
JHH
  • 8,567
  • 8
  • 47
  • 91
2
votes
3 answers

How to build a proper translation glossary for a software product?

There are many platforms for translation software applications that allow community collaboration but there is still the question on how to create and maintain a translation glossary. It is highly recommended to create a glossary before starting to…
sorin
  • 161,544
  • 178
  • 535
  • 806
2
votes
2 answers

Decent tool for producing a glossary of technical terms

I'm currently developing the front end of a new CMS for a digital streaming company, the main problem the project has is keeping track of the technical language that has sprung up around it. It currently involves around 60 staff in four countries,…
toomanyairmiles
  • 6,465
  • 8
  • 43
  • 71