Skip to content
Snippets Groups Projects
  1. May 20, 2011
  2. Apr 26, 2011
    • ilor's avatar
      Writer refactoring: · 4f968e34
      ilor authored
      * make the factory always return writers via shared_ptr
      * add a PathWriter wrapper for opening a stream for the lifetime of a normal Writer
      * wrap writer factory exceptions
      * hide some writer factory implementation details in dteail:: sub namespace
      * rename TokenWriter::create to create_stream_writer, add create_path_writer
      * bump library version
      4f968e34
  3. Apr 21, 2011
  4. Apr 14, 2011
  5. Apr 11, 2011
  6. Dec 13, 2010
  7. Dec 09, 2010
  8. Nov 22, 2010
  9. Sep 21, 2010
    • ilor's avatar
      Initial version of the basic functionality split from libmaca. · e862fc89
      ilor authored
      Libcorpus2 now contains the base strructures (tokens etc), their I/O and related classes.
      Libpwrutils (name TBD) contains basic building blocks common to all tagger-related libraries
      Tagset-tool only needs libcorpus, so was brough here as well.
      e862fc89