remove some debugging statements
[scpubgit/stemmatology.git] / lib /
2012-07-04 Tara L Andrews remove some debugging statements
2012-07-04 Tara L Andrews better handling of transpositions
2012-06-27 Tara L Andrews handle a.c. wits properly in location analysis
2012-06-27 Tara L Andrews allow size restriction of stemma graphs
2012-06-27 Tara L Andrews allow for traditionless placeholder Collations
2012-06-26 Tara L Andrews refine the analysis code; add alters_meaning attribute...
2012-06-26 Tara L Andrews restore meta readings to equiv graph
2012-06-25 Tara L Andrews allow wordforms to be cleared out
2012-06-25 Tara L Andrews make single-word lemmatization work
2012-06-25 Tara L Andrews don't flatten readings with different lexeme states
2012-06-25 Tara L Andrews fix logic bug in build method; add convenience method
2012-06-24 Tara L Andrews refrain from recording normal form in graphml if it...
2012-06-24 Tara L Andrews make normal_form default to ->text
2012-06-20 Tara L Andrews test/fix for bug in metaless equivalence graph
2012-06-20 Tara L Andrews leave meta readings out of equiv graph; test for warnin...
2012-06-20 Tara L Andrews re-enable garbage collection
2012-06-20 Tara L Andrews generalize Latin module to Latin/Greek/Armenian on...
2012-06-16 Tara L Andrews Merge branch 'master' of github.com:tla/stemmatology
2012-06-16 Tara L Andrews add throw() sub to Lexeme.pm
2012-06-15 tla fix morphology lookup sub name
2012-06-15 Tara L Andrews use English module for lemmatizing English words, oops
2012-06-15 Tara L Andrews store morphology as string rather than as L::F::Structure
2012-06-15 Tara L Andrews Merge branch 'master' of github.com:tla/stemmatology
2012-06-15 Tara L Andrews refrain from serializing init flag
2012-06-15 Tara L Andrews merge performance branch into main
2012-06-15 Tara L Andrews now using Perseus-generated Latin treetagger params
2012-06-14 Tara L Andrews Merge branch 'master' of github.com:tla/stemmatology
2012-06-14 Tara L Andrews ease validation rules during collation init; fix bug...
2012-06-12 Tara L Andrews allow creation and SVG rendering of nonlinear graphs
2012-06-07 Tara L Andrews fix Lexeme to handle empty wordform list input
2012-06-07 Tara L Andrews add error handling for reading morphology update
2012-06-06 Tara L Andrews use improvements in Lingua packages throughout our...
2012-06-04 Tara L Andrews save any defined stemmata in GraphML
2012-06-04 Tara L Andrews remove unconditional dep on Morph::Perseus
2012-06-02 Tara L Andrews introspect for morphology values; include these in...
2012-05-29 Tara L Andrews muck about with serialization of lexeme wordforms;...
2012-05-29 Tara L Andrews quick hack to make CTE-derived reading IDs valid XML...
2012-05-29 Tara L Andrews refine some special case weirdness for Perseus
2012-05-17 Tara L Andrews add morphology support for Latin, dependent on Perseus...
2012-05-08 Tara L Andrews use modified Lingua::TreeTagger
2012-05-07 Tara L Andrews refactor English/French shared TT logic into Base.pm
2012-05-07 Tara L Andrews fix stupid undef quote error
2012-05-04 Tara L Andrews request reading data on page load
2012-05-04 Tara L Andrews fix dot/SVG output for (sub)start/end nodes and their IDs
2012-05-04 Tara L Andrews serialize Lingua::Feature objects too
2012-05-03 Tara L Andrews reading IDs must be XML names; now used in SVG node IDs
2012-05-03 Tara L Andrews use JSON for serialization rather than rolling own
2012-05-03 Tara L Andrews read lexeme info in GraphML parsing
2012-05-03 Tara L Andrews better lexeme serialization
2012-05-03 Tara L Andrews naive serialization of lexems in GraphML
2012-05-02 tla working version of rebuild_equivalence
2012-05-02 Tara L Andrews add method for initializing/resetting equivalence graph
2012-05-02 Tara L Andrews add English morph analysis; test for lurking debug...
2012-05-02 Tara L Andrews make French morphology use Lingua objects; add tests
2012-04-25 Tara L Andrews pass $self to a method call, oops
2012-04-25 Tara L Andrews make French morph tagging work; dependent on Flemm...
2012-04-23 Tara L Andrews start implementing morphology on readings
2012-04-21 Tara L Andrews fix bugs in persistent equivalence graph implementation
2012-04-21 Tara L Andrews avoid collating meta readings
2012-04-21 Tara L Andrews implement persistent equivalence graph for relationship...
2012-04-20 Tara L Andrews check for relationship before collating
2012-04-20 Tara L Andrews fix relationship test data; remove print from tab test
2012-04-20 Tara L Andrews fix graphml subgraph generation; fix tab parsing to...
2012-04-20 Tara L Andrews add some more transposition logic
2012-04-20 Tara L Andrews fix exponential loop in common_in_path
2012-04-19 Tara L Andrews workaround for segfault; slightly poor form GraphML...
2012-04-19 Tara L Andrews overhaul of colocated-relationship validation, still...
2012-04-19 Tara L Andrews factor out equivalence graph creation
2012-04-19 Tara L Andrews add failing tests for relationship logic, next we fix...
2012-04-19 Tara L Andrews revert untested changes that were causing a segfault
2012-04-19 Tara L Andrews Merge branch 'master' of github.com:tla/stemmatology
2012-04-19 Tara L Andrews enable graphml export of partial traditions
2012-04-19 Tara L Andrews replace local with global rel if they are equivalent...
2012-04-19 Tara L Andrews UNTESTED better validation for transpositions
2012-04-19 Tara L Andrews wrap documentation strings
2012-04-19 Tara L Andrews avoid dying on relationship conflicts
2012-04-18 Tara L Andrews fix bug in transposition validation
2012-04-18 Tara L Andrews drop collations on global relationship setting too
2012-04-18 Tara L Andrews suppress undefined warnings in cycle death
2012-04-18 Tara L Andrews bump version numbers
2012-04-18 Tara L Andrews fix failing tests
2012-04-18 Tara L Andrews retain original order of collation sets
2012-04-18 tla remove deprecated source attribute
2012-04-18 tla relationship deletions should include scoped objects
2012-04-17 tla Merge branch 'master' of github.com:tla/stemmatology
2012-04-17 tla accessor method for fixing a database bug
2012-04-17 Tara L Andrews Merge branch 'master' of github.com:tla/stemmatology
2012-04-17 Tara L Andrews better handling of CTE files and their annoying hilight...
2012-04-17 Tara L Andrews only collate a given sequence once
2012-04-17 Tara L Andrews add nocalc option for debug svg output
2012-04-17 Tara L Andrews restore legacy attribute until we can remove it from...
2012-04-17 Tara L Andrews housekeeping, a bit of POD addition
2012-04-16 Tara L Andrews make XML witness parsing work
2012-04-15 Tara L Andrews make the rest of the tests work with the new Witness
2012-04-15 Tara L Andrews Merge branch 'master' into witnessparse
2012-04-15 Tara L Andrews remove refs to deprecated relationship type 'meaning'
2012-04-15 Tara L Andrews set text/layertext from witness JSON parse
2012-04-15 Tara L Andrews get JSON witness parsing to work
2012-04-15 Tara L Andrews make witness plaintext parsing work
2012-04-12 Tara L Andrews only use applicable a.c. witnesses in stemma for analysis
next