dt-woods / word

Concatenate and parse Microsoft Word (.docx) files with style! A Pythonic method for splitting, merging, and styling MS Word docs.
3 stars 1 forks source link

Populate the abbreviation table #9

Open dt-woods opened 3 years ago

dt-woods commented 3 years ago

In certain reports and documents, abbreviations appear as Definition (abbreviation), where abbreviation is a string of characters (typically the first letters taken from the definition.

For example, in Python, search the document text for \(\w+\); however, there may be subtle edge cases where other characters are found in the abbreviation, for example: /, &, and -.