Command Glossary Enrich Glossary...

The EnrichGlossary command enables you to enrich a glossary with the clipboard text content.

When selecting the Enrich Glossary... menu item, the following dialog

Enrich Glossary Command Input

will help you specify the Enrich Glossary command parameters:

filename

Specify the filename of the target glossary that you want to enrich. If you leave it blank, the target glossary will always be the Current Glossary.

minFrequencyWords

Specify the minimum word frequency.

minLenWords

Specify the minimum word length.

maxLenWords

Specify the maximum word length.

minFrequencyPhrases

Specify the minimum phrase frequency.

minLenPhrases

Specify the minimum phrase length.

maxLenPhrases

Specify the maximum phrase length.

Example

In the following expansion:

{Ctrl A}
{CopySelection}
{EnrichGlossary}
filename = ""
minFrequencyWords = "1"
minLenWords = "5"
maxLenWords = "50"
minFrequencyPhrases = "2"
minLenPhrases = "4"
maxLenPhrases = "6"
{/EnrichGlossary}
  1. {Ctrl A} selects all the text,
  2. {CopySelection} copies the selection to the clipboard,
  3. and finally {EnrichGlossary} compiles the clipboard text content to enrich the current glossary.