Recent Releases of tagtool_wizard

tagtool_wizard - Version 2.1.0 (2025-03-11)

Starting with v2.1.0 ttw comes with a test version of a Named Entity Recognition (NER) Plugin option. In this version the focus lies on the extraction of location names unsing the sing the Hugging Face Transformers pipeline (see https://huggingface.co) and a variant of the BERT language model family. It extracts a tokenized list of result entries that are beeing re-merged to a list of place names. The place names are run through the iDAI.gazetteer webservice to identify the locations and extract the gazetteer-IDs, that ttw needs as .csv list to enrich the article file with geographic authority data (see also https://github.com/pBxr/IDExtractor for ttw). A log file with the results, a draft for the final .csv list and the complete gazetteer query result as .json file will be saved in the NERresults session folder.

- C++
Published by pBxr about 1 year ago

tagtool_wizard - Version 2.0.0 Beta (2024-03-10)

Starting with v2.0.0 ttw comes with a GUI, based on Python/tkinter.

The Python framework - provides the GUI for all settings and the handling of the application - also runs several integrity checks on the files (- step by step it will also take over the functions from the c++ core)

Also new to previous versions: - The article file and value lists no longer need to be saved in the same folder with ttw, any directory can be chosen. - After starting ttw, all parameters (functions, export format) can be set easily by using the GUI-widgets. - ttw does the conversion from pandoc to .html automatically, so the source file will be a .docx. - Result files will be saved in the same folder with the article source file. - ttw checks whether the mandatory .csv lists exist. - ttw also runs some simple integrity checks on the .csv lists (see ttw_help.html) - ttw checks the footnote section for manual paragraph breaks and merges seperated lines highlighting the changes.

Although the c++ core can still be used as terminal standalone application, it is not recommended, because the Python framework does several integrity checks.

- C++
Published by pBxr about 2 years ago

tagtool_wizard - Version 1.3.1 (2024-02-11)

  • Added a silent mode that can be called with the argument --silent. In this case the application offers no dialogues or log information, so it can cooperate better with additional features (e. g. the features and batch file added by fabfab1)
  • For reasons of clearity a new header file ttwCustomFunctions collects functions that don´t belong to the core
  • Deleted unused features
  • Deleted confirmation dialogue

- C++
Published by pBxr about 2 years ago

tagtool_wizard - Version 1.3.0 (2023-05-01)

A separate web extension (ttwwebx) can be used optionally to integrate TagToolWiZArD application starting with v1.3.0 into a web-compatible framework for small closed networks.

Therefore new in v1.3.0: Additional mode implemented when ttw is called from web extension, that means: - Receive temp ID from ttwwebx and enable interaction with temp folders created by ttwwebx (load source files and save ttw results there) - Suppress console messages when called web from extension - Return help statment for this mode to be received and displayed by ttw_webx

For ttwwebx see https://github.com/pBxr/ttwWebExtension

- C++
Published by pBxr almost 3 years ago

tagtool_wizard - Version 1.2.2 (2023-01-22)

Serious mistake in search and replace function (--addSR) corrected

- C++
Published by pBxr over 3 years ago

tagtool_wizard - Version 1.2.1 (2022-12-31)

New in version 1.2.1

  • Functions: Search and replace function by value list. Special feature: If a plain url is entered as replacement string, the tool creates the whole tagged link automatically prepared for the chosen output format (.html or .xml).
  • .csv value lists: Changed separating characters (%) to pipe symbol (|)
  • .csv value lists: Numbers were added to the file names of the .csv value list for a clearer structure
  • Help documentation: Minor improvements
  • Version number in .exe file name

- C++
Published by pBxr over 3 years ago

tagtool_wizard - Improved functionality

For .html output: Conversion of numbered and bullet list enabled; improved metadata list and insertion of the metadata list into the article; bugfixes.

For .xml output: Conversion of numbered and bullet list enabled, improved headline tagging (xml); bugfixes.

- C++
Published by pBxr over 3 years ago

tagtool_wizard - Version 1.0.1 (2022-01-13)

New release to create DOI

- C++
Published by pBxr over 4 years ago

tagtool_wizard - Version 1.0.0 (2022-01-13)

First release

- C++
Published by pBxr over 4 years ago