PhilipEHausner / python_heideltime

A Python wrapper for the temporal tagger HeidelTime.
GNU General Public License v3.0
11 stars 1 forks source link

Ability to add JSON-like output added. #3

Open dennlinger opened 2 years ago

dennlinger commented 2 years ago

Instead of having to deal with cumbersome XML output, this only outputs the tags (and their information) to the users in a JSON-like object. Aside from Heideltime's added attributes, I further added the temporal tag's text, as well as the absolute character position.

Three pointers that might be important to discuss here:

dennlinger commented 2 years ago

ping @PhilipEHausner: "Rebased" PR as discussed offline.