User Tools

Site Tools


toolkit_general

The general toolkit includes generic functions that do not serve a specific purpose. They are mainly parts of projects that have been thought generic enough to be used in any context.

The available Processing Resources provided by this plugin are:

Resource Character Codes Tagger
Resource type Annotator - this PR adds / modifies annotations / features in a Language Resource.
Dependencies none
Description The character codes tagger was a Hello World proof-of-concept PR designed when discovering the framework, but its function was chosen because of the importance identifying alien character codes characters was in several projects (expecially when trying to unify the code used to describe a glyph). It simply annotates every single character of a document and gives both its html code and its unicode.
Screenshot Character Codes Tagger screenshot
Resource Date Finder
Resource type Annotator - this PR adds / modifies annotations / features in a Language Resource.
Dependencies none
Description The date finder was part of a project where various websites would be parsed and the date would have to be found. The sheer amount of date formats forced us to develop a rather powerful parser, so here it is. It will recognise most timestamp formats, but not dates mentioned within the discourse (so it will for instance recognise 2014-05-18 15:18:00 GMT but not in december 2013).
Screenshot
toolkit_general.txt · Last modified: 2014/05/19 16:52 by sgesche