Home
Name Modified Size InfoDownloads / Week
test 2011-05-09
src 2011-05-09
results 2011-05-09
README.txt 2011-05-09 1.8 kB
COPYING.txt 2011-05-09 35.8 kB
INSTALL.txt 2011-05-09 1.8 kB
Totals: 6 Items   39.4 kB 0
libscansion: Homeric Greek scansion library
Copyright (C)2011 Louis A. Pisha

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.


Description:
^^^^^^^^^^^^
A C++ library to scan Homeric Greek (dactylic hexameter) and output the meter.


Requirements/Dependencies:
^^^^^^^^^^^^^^^^^^^^^^^^^^
libscansion itself: None
scanhomer test program:
  libargtable2 for command line parsing; available from
  http://argtable.sourceforge.net or your local package manager


Installation:
^^^^^^^^^^^^^
See INSTALL.txt for more information.


Known problems:
^^^^^^^^^^^^^^^
See Results summary.txt for more information.


TODO:
^^^^^
1. There's a few-KB-per-line memory leak; fix it.
2. Test with broken input (e.g. blank, English, extremely long lines) and make
sure it handles it appropriately.


Later TODOs:
^^^^^^^^^^^^
1. Extend libscansion to work on iambic pentameter.
2. Extend libscansion to work on all Greek meter.
3. Extend libscansion to work on Latin.


Credits:
^^^^^^^^
Designed and programmed by Louis A. Pisha
All Greek text from Homer's Iliad and Odyssey was retrieved from sacred-texts.com


Contact The Author:
^^^^^^^^^^^^^^^^^^^
Please report all bugs to lp47@users.sourceforge.net
Project homepage: http://libscansion.sourceforge.net/
Source: README.txt, updated 2011-05-09