From 05c77904e9544e6c06c5304cdca3983a584be141 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 20 Sep 2004 22:54:44 +0000 Subject: Initial import of latin-words-bin-1.97 (Linux binary). This Latin dictionary program takes keyboard input or a file of Latin text lines and provides an analysis/morphology (declension, conjugation, case, tense, etc.) of each word individually, the dictionary form, and the translation (meaning). am.at V 1 1 PRES ACTIVE IND 3 S X amo, amare, amavi, amatus love, like; fall in love with; be fond of; have a tendency to; The dictionary contains over 30000 entries and, through additional word construction with hundreds of prefixes and suffixes, may generate more, leading to many hundreds of thousands of 'words' that can be formed by declension and conjugation. Present emphasis is on classical Latin and late Latin, but medieval Latin entries are increasing. WORDS provides a tool to help in translations for the Latin student and a memory jog for researchers. --- misc/latin-words-bin/files/latin-words.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 misc/latin-words-bin/files/latin-words.sh (limited to 'misc/latin-words-bin/files') diff --git a/misc/latin-words-bin/files/latin-words.sh b/misc/latin-words-bin/files/latin-words.sh new file mode 100644 index 00000000000..62788d2b2cf --- /dev/null +++ b/misc/latin-words-bin/files/latin-words.sh @@ -0,0 +1,2 @@ +#!/bin/sh +(cd @PREFIX@/libdata/latin-words && @PREFIX@/libexec/latin-words "$@") -- cgit v1.2.3