Revision history for Perl extension Alvis::TermTagger.
0.5 - Add '/' character to the regex frontier while final term tagging
- Addition of the method print_corpus_index to print on STDERR
the corpus index
- Correction in the step for selecting potentially appearing
terms in the corpus (some terms were missing)
- Additional information as semantic tag associated to terms
(set from the third column are managed
- Add the LICENSE file
0.4 - Improvement in displaying the tagging process
- Documentation of the modules and scripts are gathered at the
end of each file.
- Addition of a Build.PL file
- Addition of examples
0.3 - addition of a new function to record tagged term in a array
or a hashtable
0.2
- correcting some regex for matching in the corpus and
spliting in the terminological resource
- term tagging return the matched term and its canonical form
- option management
0.1
- original version