4
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- treex pml schemas are now placed in the shared section of the Treex-Core distro - minor fix in treex runner POD (so that dzil PodVersion plugin finds where to place the version section) More... about 14 years ago
-resolving some of perlcritic's complaints -adding MANIFEST.SKIP More... about 14 years ago
CriticTests dzil plugin configured by perlcritic.rc: by default, use strict is required in source codes right after the package line, which can't be fulfilled here because (1) 'use strict' is redundant as soon as we use Moose, (2) PkgVersion inserts version block just after the package line anyway. More... about 14 years ago
removing module versions (both $VERSION and =head1 VERSION) from Treex core modules; better to automatize using dzil's plugins More... about 14 years ago
treex-core packaging by Dist::Zilla, first draft More... about 14 years ago
New Treex Scenario changed in a similar way as the old in the previous commit (Oh I know, code duplication).
Martin Popel
as popel
More... about 14 years ago
zapomenuty commit More... about 14 years ago
The module Parser::MST::English have been rewritten as a language independent wrapper Treex::Tools::Parser::MST. The language specific parts have been moved to SEnglishM_to_SEnglishA::McD_parser. More... about 14 years ago
zapomenuty commit More... about 14 years ago
Treex: required_file_from_share returns the path to the file (to minimize coding in blocks), some other minor changes More... about 14 years ago
All perl shebangs changed from #!/usr/bin/perl to /usr/bin/env perl The new way is more portable (e.g. on MacOS perl is stored in /opt/local/bin/perl). I hope I haven't caused any conflicts or problems.
Martin Popel
as popel
More... about 14 years ago
All perl shebangs changed from #!/usr/bin/perl to /usr/bin/env perl The new way is more portable (e.g. on MacOS perl is stored in /opt/local/bin/perl). I hope I haven't caused any conflicts or problems.
Martin Popel
as popel
More... about 14 years ago
Treex: tree-tagger added, (automatic downloading of models and installing not solved yet) More... about 14 years ago
Treex: block attributes = instance attributes; attributes 'sentences_per_document' and 'file_stem' for streamreader and streamwriter More... about 14 years ago
English tokenization in Treex More... about 14 years ago
core fixed, test for English analysis, generic block for tokenization More... about 14 years ago
test block for tokenization More... about 14 years ago
some more documentation in treex core More... about 14 years ago
Treex::Core::Document now knows where to find the schema without $TMT_ROOT More... over 14 years ago
treex pml schema will be distributed with the Treex Core package More... over 14 years ago
treex pml schema files will be distributed along with the Treex-Core package; after installation from cpan, it won't be possible to rely on system variables any more; preparatory works for a new solution employing File::ShareDir More... over 14 years ago
Generating a table which translates old block names (SEnglishA_to...::...) to a new treex convention (Treex::Block::Analysis::EN::A2T::....), just a first sketch of. The new names range from 34 to 70 characters, so at least the names still fit into one line :) More... over 14 years ago
restructuring the packaging procedure and moving it to a module; scripts and tests can now be packaged too More... over 14 years ago
packaging now supports both with Module::Builder and MakeMaker More... over 14 years ago
Treex-Core package now passes all default Module::Build tests More... over 14 years ago
next step in CPAN packaging More... over 14 years ago
first working draft of command-line interface for Treex More... over 14 years ago
first sketch of a command-line treex runner (a substitute for brunblocks without using btred) More... over 14 years ago
arranging the first treex test to use Test::More More... over 14 years ago
moving all things related to the to-treex-conversion into a single directory More... over 14 years ago