├── README.md
├── doc
└── morpheus.html
├── src
├── anal
│ ├── Copy of checkstring.c
│ ├── Copy of checkstring.proto.h
│ ├── GetSel.c
│ ├── GetSel.proto.h
│ ├── MorphWind.c
│ ├── MorphWind.proto.h
│ ├── betamorph.c
│ ├── betamorph.proto.h
│ ├── chckcmpstem.c
│ ├── checkcrasis.c
│ ├── checkcrasis.proto.h
│ ├── checkdict.c
│ ├── checkdict.proto.h
│ ├── checkgenwds.c
│ ├── checkgenwds.proto.h
│ ├── checkhalf1.c
│ ├── checkhalf1.proto.h
│ ├── checkindecl.c
│ ├── checkindecl.proto.h
│ ├── checkirreg.c
│ ├── checkirreg.proto.h
│ ├── checknom.c
│ ├── checknom.proto.h
│ ├── checkpreverb.c
│ ├── checkpreverb.proto.h
│ ├── checkstem.c
│ ├── checkstem.proto.h
│ ├── checkstring.c
│ ├── checkstring.proto.h
│ ├── checkverb.c
│ ├── checkverb.proto.h
│ ├── checkword.c
│ ├── checkword.proto.h
│ ├── deverb.c
│ ├── dictstems.c
│ ├── dictstems.proto.h
│ ├── digmain.c
│ ├── digstring.c
│ ├── docrasis.c
│ ├── docrasis.proto.h
│ ├── findbase.c
│ ├── lcnt.c
│ ├── lemma_voice.c
│ ├── lemma_voice.proto.h
│ ├── makefile
│ ├── multstdiomorph.c
│ ├── nextgkword.c
│ ├── nextgkword.proto.h
│ ├── np_scan.c
│ ├── prntanal.c
│ ├── prntanal.h
│ ├── prntanal.proto.h
│ ├── proclems.c
│ ├── propname.c
│ ├── propname.proto.h
│ ├── prvb.c
│ ├── prvb.proto.h
│ ├── seek_compound.c
│ ├── stdiomorph.c
│ └── stdiomorph.proto.h
├── auto
│ ├── avt_greek.c
│ ├── beta_smk.c
│ ├── beta_smk.h
│ ├── beta_tab.c
│ ├── beta_tab.h
│ ├── beta_troff.c
│ ├── dassign.c
│ ├── datatypes.h
│ ├── devices.h
│ ├── filttab.h
│ ├── gk_sprint.c
│ ├── gkkey_greek.c
│ ├── hft_greek.c
│ ├── ileaf_greek.c
│ ├── macint_greek.c
│ ├── mact_greek.c
│ ├── makefile
│ ├── nb_greek.c
│ ├── print.h
│ ├── qtest.c
│ ├── qtestc.c
│ ├── queue.c
│ ├── rstack.c
│ ├── rstest.c
│ ├── rtf_greek.c
│ ├── signf_greek.c
│ ├── ssbuffer.c
│ ├── ssearch.c
│ ├── ssearch.h
│ ├── stack.c
│ ├── stest.c
│ ├── test.c
│ ├── token.c
│ ├── token.h
│ ├── troff_greek.c
│ ├── ttest.c
│ ├── ttestf.c
│ ├── ttestm.c
│ ├── ttestp.c
│ ├── usual.h
│ ├── vt100.h
│ └── y.c
├── gener
│ ├── combconj.c
│ ├── conjmain.c
│ ├── conjsys.c
│ ├── genermain.c
│ ├── genmisc.c
│ ├── gensimpmain.c
│ ├── genstemform.c
│ ├── genstmain.c
│ ├── gensynform.c
│ ├── genwd.c
│ ├── getdefs.c
│ ├── havelemma.c
│ ├── makefile
│ ├── ppasstype.c
│ ├── prntgkword.c
│ ├── sampleform.c
│ └── stypemain.c
├── gkdict
│ ├── combitype.l
│ ├── compnoun.c
│ ├── conj1.l
│ ├── derivio.c
│ ├── derivio.proto.h
│ ├── dictio.c
│ ├── dictio.proto.h
│ ├── fixgend.l
│ ├── fixhesc.l
│ ├── getitype.l
│ ├── indcomps.c
│ ├── index.dict.c
│ ├── index.dict.proto.h
│ ├── indexnoms.main.c
│ ├── indexnoms.main.proto.h
│ ├── indexstems.c
│ ├── indexstems.main.proto.h
│ ├── indexstems.proto.h
│ ├── indexvbs.main.c
│ ├── latnom.l
│ ├── latvb.l
│ ├── makefile
│ ├── newlats.c
│ ├── newlems.c
│ ├── newlems2.c
│ ├── setquant.l
│ ├── splitlat.l
│ ├── splitlems.l
│ ├── x.c
│ ├── xderivio.c
│ └── xderivio.proto.h
├── gkends
│ ├── acccompos.c
│ ├── acccompos.proto.h
│ ├── checkforbreath.c
│ ├── checkforbreath.proto.h
│ ├── compostypes.h
│ ├── contract.c
│ ├── contract.proto.h
│ ├── countendmain.c
│ ├── countendmain.proto.h
│ ├── countendtables.c
│ ├── countendtables.proto.h
│ ├── endindex.c
│ ├── endindex.proto.h
│ ├── euphend.c
│ ├── euphend.proto.h
│ ├── expendmain.c
│ ├── expendmain.proto.h
│ ├── expendtable.c
│ ├── expendtable.proto.h
│ ├── expsuffmain.c
│ ├── expsuffmain.proto.h
│ ├── expwordmain.c
│ ├── fixeta.c
│ ├── fixeta.proto.h
│ ├── getcurrend.c
│ ├── getcurrend.proto.h
│ ├── imain.c
│ ├── imain.proto.h
│ ├── indexendtables.c
│ ├── indexendtables.proto.h
│ ├── indexendtables.x.proto.h
│ ├── indexstems.c
│ ├── lcontr.c
│ ├── lcontr.proto.h
│ ├── makefile
│ ├── merge.c
│ ├── merge.proto.h
│ ├── mkend.c
│ ├── mkend.proto.h
│ ├── nextsufftab.c
│ ├── nextsufftab.proto.h
│ ├── retrends.c
│ ├── retrends.proto.h
│ ├── smain.c
│ ├── smain.proto.h
│ ├── stor.c
│ ├── stor.proto.h
│ └── x.c
├── greeklib
│ ├── Fclose.c
│ ├── Fclose.proto.h
│ ├── addaccent.c
│ ├── addaccent.proto.h
│ ├── addbreath.c
│ ├── addbreath.proto.h
│ ├── aspirate.c
│ ├── aspirate.proto.h
│ ├── beta_tolower.c
│ ├── beta_tolower.proto.h
│ ├── binlook.c
│ ├── binlook.proto.h
│ ├── checkaccent.c
│ ├── checkaccent.proto.h
│ ├── cinsert.c
│ ├── cinsert.proto.h
│ ├── do_dissim.c
│ ├── do_dissim.proto.h
│ ├── endsinstr.c
│ ├── endsinstr.proto.h
│ ├── getaccent.c
│ ├── getaccent.proto.h
│ ├── getaccp.c
│ ├── getaccp.proto.h
│ ├── getbreath.c
│ ├── getbreath.proto.h
│ ├── getquantity.c
│ ├── getquantity.proto.h
│ ├── getsyll.c
│ ├── getsyll.proto.h
│ ├── gkstrlen.c
│ ├── gkstrlen.proto.h
│ ├── hasaccent.c
│ ├── hasaccent.proto.h
│ ├── hasdiaer.c
│ ├── hasdiaer.proto.h
│ ├── hasquant.c
│ ├── hasquant.proto.h
│ ├── io.c
│ ├── isblank.c
│ ├── isblank.proto.h
│ ├── isdiphth.c
│ ├── isdiphth.proto.h
│ ├── issubstring.c
│ ├── issubstring.proto.h
│ ├── keyio.c
│ ├── keyio.proto.h
│ ├── longbyposition.c
│ ├── longbyposition.proto.h
│ ├── makefile
│ ├── naccents.c
│ ├── naccents.proto.h
│ ├── normucase.c
│ ├── normucase.proto.h
│ ├── nsylls.c
│ ├── nsylls.proto.h
│ ├── quantprim.c
│ ├── quantprim.proto.h
│ ├── shortanalog.c
│ ├── shortanalog.proto.h
│ ├── sprntGkflags.c
│ ├── sprntGkflags.proto.h
│ ├── standalpha.c
│ ├── standword.c
│ ├── standword.proto.h
│ ├── stripacc.c
│ ├── stripacc.proto.h
│ ├── stripacute.c
│ ├── stripacute.proto.h
│ ├── stripbreath.c
│ ├── stripbreath.proto.h
│ ├── stripchar.c
│ ├── stripchar.proto.h
│ ├── stripdiaer.c
│ ├── stripdiaer.proto.h
│ ├── stripmeta.c
│ ├── stripmeta.proto.h
│ ├── stripquant.c
│ ├── stripquant.proto.h
│ ├── stripstemsep.c
│ ├── stripstemsep.proto.h
│ ├── stripzeroend.c
│ ├── stripzeroend.proto.h
│ ├── strsqz.c
│ ├── strsqz.proto.h
│ ├── subchar.c
│ ├── subchar.proto.h
│ ├── vaxwords.c
│ ├── vaxwords.proto.h
│ ├── x.c
│ ├── xstrings.c
│ ├── xstrings.proto.h
│ ├── zap2ndbreath.c
│ └── zap2ndbreath.proto.h
├── includes
│ ├── contract.h
│ ├── derivtype.h
│ ├── dialect.h
│ ├── endfiles.h
│ ├── endindex.h
│ ├── endtags.h
│ ├── gkdict.h
│ ├── gkstring.h
│ ├── greek.h
│ ├── libfiles.h
│ ├── modes.h
│ ├── morphflags.h
│ ├── morphstrcmp.proto.h
│ ├── old gkstring.h
│ ├── preverb.h
│ ├── prntflags.h
│ ├── retrentry.proto.h
│ ├── smk.h
│ ├── stemtype.h
│ └── suffixtype.h
├── makefile
├── morphlib
│ ├── Copy of beta2smarta.c
│ ├── Copy of beta2smarta.proto.h
│ ├── adddomain.c
│ ├── adddomain.proto.h
│ ├── addninfix.c
│ ├── addninfix.proto.h
│ ├── antepenform.c
│ ├── antepenform.proto.h
│ ├── augment.c
│ ├── augment.proto.h
│ ├── beta2rtf.c
│ ├── beta2rtf.proto.h
│ ├── beta2smarta.c
│ ├── beta2smarta.proto.h
│ ├── betasort.c
│ ├── cmpend.c
│ ├── cmpend.proto.h
│ ├── conjstem.c
│ ├── conjstem.proto.h
│ ├── endio.c
│ ├── endio.proto.h
│ ├── errormess.c
│ ├── errormess.proto.h
│ ├── fixacc.c
│ ├── fixacc.proto.h
│ ├── gkstring.c
│ ├── gkstring.proto.h
│ ├── gktoasc.c
│ ├── indkeys.c
│ ├── indkeys.proto.h
│ ├── is_thirdmono.c
│ ├── is_thirdmono.h
│ ├── is_thirdmono.proto.h
│ ├── loadeuph.c
│ ├── loadeuph.proto.h
│ ├── makefile
│ ├── markstem.c
│ ├── markstem.proto.h
│ ├── morphargs.h
│ ├── morphflags.c
│ ├── morphflags.proto.h
│ ├── morphkeys.c
│ ├── morphkeys.h
│ ├── morphkeys.proto.h
│ ├── morphpath.c
│ ├── morphpath.proto.h
│ ├── morphstrcmp.c
│ ├── morphstrcmp.proto.h
│ ├── msfgetfile.c
│ ├── msfgetfile.proto.h
│ ├── new_val.c
│ ├── new_val.proto.h
│ ├── nextkey.c
│ ├── nextkey.proto.h
│ ├── numovable.c
│ ├── numovable.proto.h
│ ├── penultform.c
│ ├── penultform.proto.h
│ ├── pres_redup.c
│ ├── pres_redup.proto.h
│ ├── preverb.c
│ ├── preverb.proto.h
│ ├── preverb2.c
│ ├── preverb2.proto.h
│ ├── preverb3.c
│ ├── preverb3.proto.h
│ ├── retrentry.c
│ ├── retrentry.proto.h
│ ├── setlang.c
│ ├── smk2beta.c
│ ├── smk2beta.h
│ ├── smk2beta.proto.h
│ ├── sprntGkflags.c
│ ├── sprntGkflags.h
│ ├── standphon.c
│ ├── standphon.proto.h
│ ├── testmain.c
│ ├── testmain.proto.h
│ ├── tmain.c
│ ├── trimwhite.c
│ ├── trimwhite.proto.h
│ ├── ultform.c
│ ├── ultform.proto.h
│ ├── ulttakescirc.c
│ └── ulttakescirc.proto.h
├── play
│ ├── getmtok.c
│ ├── makefile
│ ├── npscan.c
│ ├── y.tab.c
│ └── y.tab.h
├── retr
│ ├── beta_smk.h
│ ├── beta_tab.h
│ ├── betaform.c
│ ├── circle.c
│ ├── config.h
│ ├── context.c
│ ├── datatypes.h
│ ├── defcons.h
│ ├── devices.h
│ ├── errmess.c
│ ├── filefuncs.c
│ ├── filttab.h
│ ├── getfld.c
│ ├── getgrec.c
│ ├── getref.c
│ ├── gkcomp.c
│ ├── gkcomp.h
│ ├── gksel.h
│ ├── grklist.c
│ ├── initwords.c
│ ├── iscommon.c
│ ├── linear.c
│ ├── makefile
│ ├── marker.c
│ ├── picksearch.c
│ ├── print.h
│ ├── putrec.c
│ ├── reffuncs.c
│ ├── refmain.c
│ ├── scanauthor.c
│ ├── scanindex.c
│ ├── sec.h
│ ├── selmain.c
│ ├── showword.c
│ ├── sopfuncs.c
│ ├── spellmain.c
│ ├── srchstate.h
│ ├── ssearch.h
│ ├── strings.c
│ ├── stripdiacrit.c
│ ├── sysinc.h
│ ├── t.c
│ ├── testmark.c
│ ├── tlg.h
│ ├── tlgfile.h
│ ├── tlgscan.c
│ ├── tlgwind.h
│ ├── token.h
│ ├── usual.h
│ ├── vt100.h
│ ├── worksetup.c
│ └── x.c
├── scan
│ ├── fullquantity.c
│ ├── makefile
│ └── scando.c
└── tlg
│ ├── makefile
│ └── tlg_wsplit.c
└── stemlib
├── Greek
├── addconstraints.pl
├── derivs
│ ├── ascii
│ │ └── .cvsignore
│ ├── indices
│ │ └── .cvsignore
│ ├── out
│ │ └── .cvsignore
│ └── source
│ │ ├── aL_stem.deriv
│ │ ├── a_stem.deriv
│ │ ├── ainw.deriv
│ │ ├── airw.deriv
│ │ ├── aiw.deriv
│ │ ├── allw.deriv
│ │ ├── anw.deriv
│ │ ├── av_stem.deriv
│ │ ├── aw_denom.deriv
│ │ ├── azw.deriv
│ │ ├── cw.deriv
│ │ ├── e_stem.deriv
│ │ ├── e_suppl.deriv
│ │ ├── einw.deriv
│ │ ├── eirw.deriv
│ │ ├── ellw.deriv
│ │ ├── es_denom.deriv
│ │ ├── euw.deriv
│ │ ├── ev_stem.deriv
│ │ ├── ew_denom.deriv
│ │ ├── iaw_denom.deriv
│ │ ├── illw.deriv
│ │ ├── inw.deriv
│ │ ├── iskw.deriv
│ │ ├── izw.deriv
│ │ ├── ndw.deriv
│ │ ├── nhmi.deriv
│ │ ├── numi.deriv
│ │ ├── nw.deriv
│ │ ├── o_stem.deriv
│ │ ├── ow_denom.deriv
│ │ ├── ow_fact.deriv
│ │ ├── ow_instr.deriv
│ │ ├── ozw.deriv
│ │ ├── ptw.deriv
│ │ ├── reg_conj.deriv
│ │ ├── skw.deriv
│ │ ├── ss.deriv
│ │ ├── ullw.deriv
│ │ ├── unw.deriv
│ │ ├── urw.deriv
│ │ ├── uzw.deriv
│ │ └── ww.deriv
├── endtables
│ ├── ascii
│ │ └── .cvsignore
│ ├── basics
│ │ ├── .cvsignore
│ │ ├── a1_imp_act.end
│ │ ├── a1_imp_mid.end
│ │ ├── a1_ind_act.end
│ │ ├── a1_ind_mp.end
│ │ ├── a1_inf_act.end
│ │ ├── a1_inf_mid.end
│ │ ├── a1_opt_act.end
│ │ ├── a1_opt_mid.end
│ │ ├── adj1.end
│ │ ├── adj3.end
│ │ ├── as_asa_an.end
│ │ ├── ath_act_1.end
│ │ ├── ath_act_2.end
│ │ ├── ath_imp_a.end
│ │ ├── ath_imp_act.end
│ │ ├── ath_imp_mp.end
│ │ ├── ath_inf_a.end
│ │ ├── ath_inf_act.end
│ │ ├── ath_inf_mp.end
│ │ ├── ath_mp_1.end
│ │ ├── ath_mp_2.end
│ │ ├── ath_mp_pr.end
│ │ ├── de_suff.end
│ │ ├── decl1.end
│ │ ├── decl1_masc.end
│ │ ├── decl1_sh.end
│ │ ├── decl2.end
│ │ ├── decl3.end
│ │ ├── ihn_opt.end
│ │ ├── imen_opt.end
│ │ ├── imhn_opt.end
│ │ ├── imp_ind_a.end
│ │ ├── imp_ind_mp.end
│ │ ├── iota_intens.end
│ │ ├── iterat_act.end
│ │ ├── iterat_mp.end
│ │ ├── long_sub_act.end
│ │ ├── perfp_part.end
│ │ ├── pr.end
│ │ ├── pr_imp_act.end
│ │ ├── pr_imp_mp.end
│ │ ├── pr_ind_act.end
│ │ ├── pr_ind_mp.end
│ │ ├── pr_inf_act.end
│ │ ├── pr_inf_ath.end
│ │ ├── pr_inf_mp.end
│ │ ├── pr_opt_act.end
│ │ ├── pr_opt_mp.end
│ │ ├── pr_sub_act.end
│ │ ├── pr_sub_mp.end
│ │ ├── s_sa_n.end
│ │ ├── sh_sub_act.end
│ │ ├── sh_sub_mp.end
│ │ ├── wn_ousa_on.end
│ │ └── ws_w_sh.end
│ ├── indices
│ │ └── .cvsignore
│ ├── out
│ │ └── .cvsignore
│ └── source
│ │ ├── a_hs.end
│ │ ├── ah_ahs.end
│ │ ├── ajw_pr.end
│ │ ├── ami_aor.end
│ │ ├── ami_pr.end
│ │ ├── ami_short.end
│ │ ├── aor1.end
│ │ ├── aor2.end
│ │ ├── aor2_pass.end
│ │ ├── aor_pass.end
│ │ ├── aos_aou.end
│ │ ├── ar_atos.end
│ │ ├── art_adj.end
│ │ ├── as_a.end
│ │ ├── as_aina_an.end
│ │ ├── as_antos.end
│ │ ├── as_aos.end
│ │ ├── as_asa_an.end
│ │ ├── as_atos.end
│ │ ├── ath_h_aor.end
│ │ ├── ath_primary.end
│ │ ├── ath_secondary.end
│ │ ├── ath_u_aor.end
│ │ ├── ath_w_aor.end
│ │ ├── aw_fut.end
│ │ ├── aw_pr.end
│ │ ├── c_ggos.end
│ │ ├── c_gos.end
│ │ ├── c_kos.end
│ │ ├── c_ktos.end
│ │ ├── c_xos.end
│ │ ├── conj3.end
│ │ ├── conj3io.end
│ │ ├── conj4.end
│ │ ├── eas_ea.end
│ │ ├── eh_ehs.end
│ │ ├── ehs_eou.end
│ │ ├── eis_enos.end
│ │ ├── eis_essa.end
│ │ ├── emi_aor.end
│ │ ├── emi_pr.end
│ │ ├── eos_eh_eon.end
│ │ ├── eos_eou.end
│ │ ├── eus_ews.end
│ │ ├── evw_pr.end
│ │ ├── ew_fut.end
│ │ ├── ew_pr.end
│ │ ├── ewn_ewnos.end
│ │ ├── fut_perf.end
│ │ ├── gc_gos.end
│ │ ├── h_hs.end
│ │ ├── hc_ekos.end
│ │ ├── heis_hessa.end
│ │ ├── hn_eina_en.end
│ │ ├── hn_enos.end
│ │ ├── hr_eros.end
│ │ ├── hr_ros.end
│ │ ├── hs_entos.end
│ │ ├── hs_eos.end
│ │ ├── hs_es.end
│ │ ├── hs_ou.end
│ │ ├── irreg_mi.end
│ │ ├── is_ews.end
│ │ ├── is_iCdos.end
│ │ ├── is_idos.end
│ │ ├── is_idos_adj.end
│ │ ├── is_ios.end
│ │ ├── is_itos.end
│ │ ├── is_itos_adj.end
│ │ ├── klehs_kleous.end
│ │ ├── ma_matos.end
│ │ ├── n_nos.end
│ │ ├── n_nos_adj.end
│ │ ├── n_ntos.end
│ │ ├── oeis_oentos.end
│ │ ├── oeis_oessa.end
│ │ ├── omi_aor.end
│ │ ├── omi_pr.end
│ │ ├── oos_oh_oon.end
│ │ ├── oos_oon.end
│ │ ├── oos_oou.end
│ │ ├── os_h_on.end
│ │ ├── os_on.end
│ │ ├── os_ou.end
│ │ ├── ous_ontos.end
│ │ ├── ow_pr.end
│ │ ├── perf2_act.end
│ │ ├── perf_act.end
│ │ ├── perfp_d.end
│ │ ├── perfp_g.end
│ │ ├── perfp_gg.end
│ │ ├── perfp_gx.end
│ │ ├── perfp_l.end
│ │ ├── perfp_mp.end
│ │ ├── perfp_n.end
│ │ ├── perfp_p.end
│ │ ├── perfp_r.end
│ │ ├── perfp_s.end
│ │ ├── perfp_un.end
│ │ ├── perfp_v.end
│ │ ├── perfp_vow.end
│ │ ├── pous_podos.end
│ │ ├── qric_trixos.end
│ │ ├── r_ros.end
│ │ ├── r_rtos.end
│ │ ├── r_tos.end
│ │ ├── reg_fut.end
│ │ ├── s_dos.end
│ │ ├── s_nos.end
│ │ ├── s_ntos.end
│ │ ├── s_os.end
│ │ ├── s_qos.end
│ │ ├── s_ros.end
│ │ ├── s_tos.end
│ │ ├── t_tos.end
│ │ ├── uLs_uos.end
│ │ ├── umi_pr.end
│ │ ├── us_eia_u.end
│ │ ├── us_ews.end
│ │ ├── us_u.end
│ │ ├── us_uos.end
│ │ ├── us_uos2.end
│ │ ├── verb_adj.end
│ │ ├── verb_adj1.end
│ │ ├── verb_adj2.end
│ │ ├── vh_vhs.end
│ │ ├── wCn_wCntos.end
│ │ ├── w_oos.end
│ │ ├── w_stem.end
│ │ ├── wn_nos.end
│ │ ├── wn_on.end
│ │ ├── wn_on_comp.end
│ │ ├── wn_onos.end
│ │ ├── wn_ontos.end
│ │ ├── wn_ousa_on.end
│ │ ├── wr_oros.end
│ │ ├── ws_oos.end
│ │ ├── ws_w.end
│ │ ├── ws_w_long.end
│ │ ├── ws_wn.end
│ │ ├── ws_wn_long.end
│ │ ├── ws_wos.end
│ │ ├── ww_pr.end
│ │ ├── y_bos.end
│ │ ├── y_fos.end
│ │ └── y_pos.end
├── getentities.pl
├── makefile
├── nom32.thuc.2
├── oddfile
├── rule_files
│ ├── conseuph.old
│ ├── conseuph.table
│ ├── derivtypes.table
│ ├── domainlist.table
│ ├── ppasslist.table
│ ├── raw_prev.bak
│ ├── raw_preverbs.table
│ ├── stemtypes.table
│ ├── vowcontr.old
│ └── vowcontr.table
├── steminds
│ └── .cvsignore
├── stemsrc
│ ├── .cvsignore
│ ├── badstem
│ ├── bgrep
│ ├── diod.failed
│ ├── diod.lc.failed
│ ├── dopnom.c
│ ├── entitylist-byhand.txt
│ ├── flatlems.c
│ ├── geteu
│ ├── getheads
│ ├── getpref
│ ├── getunique
│ ├── goodstem.c
│ ├── grabmorph.pl
│ ├── headnolen.c
│ ├── irreg.nom.src
│ ├── irreg.vbs.src
│ ├── lemlist
│ ├── lsj.byhand
│ ├── lsj.nom
│ ├── lsj.vbs
│ ├── lsj.vbs.byhand
│ ├── lsj01
│ ├── morphheads
│ ├── nom.algo1
│ ├── nom.comp
│ ├── nom.irreg
│ ├── nom.proper
│ ├── nom.smith.bio
│ ├── nom.smith.geo
│ ├── nom01
│ ├── nom02
│ ├── nom03
│ ├── nom04
│ ├── nom05
│ ├── nom06
│ ├── nom07
│ ├── nom08.herod
│ ├── nom09.homer
│ ├── nom09.homer.pn
│ ├── nom09.homer.tmp
│ ├── nom10.crat
│ ├── nom11.soph
│ ├── nom12.tom
│ ├── nom13.paus
│ ├── nom14.aesch
│ ├── nom15.plut
│ ├── nom16.apollod
│ ├── nom17.isoc
│ ├── nom18.aeschin
│ ├── nom19.isaeus
│ ├── nom20.minor
│ ├── nom21.lysias
│ ├── nom22.heshom
│ ├── nom23.hhymn
│ ├── nom24.homerica
│ ├── nom25.thuc
│ ├── nom26.dem
│ ├── nom27.xen
│ ├── nom28.plato
│ ├── nom30.aristoph
│ ├── nom31.diod
│ ├── nom32.smithbio
│ ├── nom32.thuc.2
│ ├── nom34.quint
│ ├── nom36.plut
│ ├── old.nom.irreg
│ ├── old.vbs.irreg
│ ├── pat
│ ├── stripref.c
│ ├── t.paus
│ ├── tailnolen
│ ├── tmp
│ ├── tmp.paus
│ ├── vbs.cmp.lsj
│ ├── vbs.cmp.ml
│ ├── vbs.irreg
│ ├── vbs.simp.02.new
│ ├── vbs.simp.ml
│ ├── x.nom09.homer
│ ├── xpnom06.paus
│ ├── zapapriv.lex
│ ├── zapdoric.lex
│ └── zapfirstf.c
└── xsl
│ └── lemmaRegistry.xsl
├── Italian
├── barmorph
├── derivs
│ ├── ascii
│ │ └── .cvsignore
│ ├── indices
│ │ └── .cvsignore
│ ├── out
│ │ └── .cvsignore
│ └── source
│ │ ├── are_vb.deriv
│ │ ├── arre_vb.deriv
│ │ ├── arsi_vb.deriv
│ │ ├── care_vb.deriv
│ │ ├── carsi_vb.deriv
│ │ ├── ciare_vb.deriv
│ │ ├── ciarsi_vb.deriv
│ │ ├── ere_vb.deriv
│ │ ├── ersi_vb.deriv
│ │ ├── gare_vb.deriv
│ │ ├── garsi_vb.deriv
│ │ ├── giare_vb.deriv
│ │ ├── giarsi_vb.deriv
│ │ ├── ire_vb.deriv
│ │ ├── irsi_vb.deriv
│ │ ├── orre_vb.deriv
│ │ └── urre_vb.deriv
├── endtables
│ ├── ascii
│ │ └── .cvsignore
│ ├── basics
│ │ ├── cond.end
│ │ ├── future.end
│ │ ├── imperf.end
│ │ ├── impsub.end
│ │ └── o_a.end
│ ├── indices
│ │ └── .cvsignore
│ ├── out
│ │ └── .cvsignore
│ └── source
│ │ ├── a_acc.end
│ │ ├── a_e.end
│ │ ├── co_ca.end
│ │ ├── conj1.end
│ │ ├── conj1_c.end
│ │ ├── conj1_ci.end
│ │ ├── conj1_g.end
│ │ ├── conj1_gi.end
│ │ ├── conj2.end
│ │ ├── conj3.end
│ │ ├── conj_a.end
│ │ ├── conj_o.end
│ │ ├── conj_u.end
│ │ ├── e_i.end
│ │ ├── go_ga.end
│ │ ├── io_i.end
│ │ ├── o_a.end
│ │ ├── o_i.end
│ │ └── u_acc.end
├── getmorph.l
├── getverb.l
├── ls.vbs
├── makefile
├── rule_files
│ ├── conseuph.table
│ ├── derivtypes.table
│ ├── domainlist.table
│ ├── raw_preverbs.table
│ ├── stemtypes.table
│ └── vowcontr.table
├── steminds
│ └── .cvsignore
├── stemsrc
│ ├── irreg.vbs.src
│ ├── lemmata
│ ├── nom.bas
│ ├── nom.it.irreg
│ ├── nom.italian
│ ├── nom.mpi
│ ├── vbs.basic
│ ├── vbs.irreg
│ ├── vbs.italian
│ └── vbs.latin
└── vbsep
└── Latin
├── derivs
└── source
│ ├── are_vb.deriv
│ ├── ire_vb.deriv
│ └── reg_conj.deriv
├── endtables
├── ascii
│ └── .cvsignore
├── basics
│ ├── ambsub.end
│ ├── basvb2.end
│ ├── comp_adj.end
│ ├── decl1.end
│ ├── decl2.end
│ ├── decl3.end
│ ├── decl3_i.end
│ ├── emsub.end
│ ├── future.end
│ ├── future2.end
│ ├── ille.end
│ ├── imperf.end
│ ├── ofut.end
│ ├── past.end
│ ├── peLs_pedis.end
│ ├── perfind.end
│ ├── quis.end
│ └── superl_adj.end
├── indices
│ └── .cvsignore
├── out
│ └── .cvsignore
└── source
│ ├── 0_a_um.end
│ ├── 0_adj3.end
│ ├── 0_i.end
│ ├── 0_is.end
│ ├── 0_ius_adj.end
│ ├── a_ae.end
│ ├── an_aLnis.end
│ ├── ans_adj.end
│ ├── ans_antis.end
│ ├── as_adis.end
│ ├── as_ae.end
│ ├── as_antis.end
│ ├── avperf.end
│ ├── ax_adj.end
│ ├── conj1.end
│ ├── conj2.end
│ ├── conj3.end
│ ├── conj3_io.end
│ ├── conj4.end
│ ├── eLr_eLris.end
│ ├── eLs_eris.end
│ ├── e_es.end
│ ├── e_is.end
│ ├── en_inis.end
│ ├── ens_adj.end
│ ├── ens_entis.end
│ ├── eps_ipis.end
│ ├── eps_ipitis.end
│ ├── er_era_erum.end
│ ├── er_eris.end
│ ├── er_ra_rum.end
│ ├── er_ri.end
│ ├── er_ris.end
│ ├── er_ris_re.end
│ ├── es_ae.end
│ ├── es_eLdis.end
│ ├── es_eLi.end
│ ├── es_eLtis.end
│ ├── es_ei.end
│ ├── es_is.end
│ ├── es_itis.end
│ ├── eus_ei.end
│ ├── evperf.end
│ ├── ex_icis.end
│ ├── ex_icis_adj.end
│ ├── ex_igis.end
│ ├── ior_ius_comp.end
│ ├── ios_i.end
│ ├── is_e.end
│ ├── is_eos.end
│ ├── is_eris.end
│ ├── is_idis.end
│ ├── is_idos.end
│ ├── is_is.end
│ ├── is_is_C.end
│ ├── ius_i.end
│ ├── ius_ia_ium.end
│ ├── ivperf.end
│ ├── ix_adj.end
│ ├── ix_iLcis.end
│ ├── ix_icis.end
│ ├── ma_matis.end
│ ├── men_minis.end
│ ├── oLn_oLnis.end
│ ├── oLn_onis.end
│ ├── o_eLnis.end
│ ├── o_inis.end
│ ├── o_oLnis.end
│ ├── o_onis.end
│ ├── o_us.end
│ ├── on_ontis.end
│ ├── or_oLris.end
│ ├── or_oris.end
│ ├── or_us_comp.end
│ ├── os_i.end
│ ├── os_ois.end
│ ├── ox_adj.end
│ ├── peLs_pedis.end
│ ├── peLs_pedis_adj.end
│ ├── perfstem.end
│ ├── pp4.end
│ ├── s_dis.end
│ ├── s_is.end
│ ├── s_nis.end
│ ├── s_tis.end
│ ├── s_tis_adj.end
│ ├── tas_tatis.end
│ ├── uLs_uLris.end
│ ├── uns_untis.end
│ ├── ur_oris.end
│ ├── us_a_um.end
│ ├── us_eris.end
│ ├── us_i.end
│ ├── us_ius_adj.end
│ ├── us_oris.end
│ ├── us_untis.end
│ ├── us_us.end
│ ├── x_cis.end
│ ├── x_ctis.end
│ ├── x_gis.end
│ └── ys_yos.end
├── makefile
├── rule_files
├── conseuph.table
├── derivtypes.table
├── domainlist.table
├── raw_preverbs.table
├── rawprev.src
├── stemtypes.table
├── viprevb
└── vowcontr.table
└── stemsrc
├── camena
└── adamAll
├── interjections
├── irreg.nom.src
├── irreg.vbs.src
├── latpn.pl
├── lemmata
├── ls.nom
├── nom.01
├── nom.02
├── nom.03
├── nom.04
├── nom.cic.pname
├── nom.irreg
├── nom.latin.bas
├── nom.livy
├── nom.smithbio.latin
├── nom.smithgeo
├── old.vbs.latin
├── vbs.cmp.ml
├── vbs.irreg
├── vbs.latin
├── vbs.latin.bas
└── vbs.latin.irreg
/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/README.md
--------------------------------------------------------------------------------
/doc/morpheus.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/doc/morpheus.html
--------------------------------------------------------------------------------
/src/anal/Copy of checkstring.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/Copy of checkstring.c
--------------------------------------------------------------------------------
/src/anal/Copy of checkstring.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/Copy of checkstring.proto.h
--------------------------------------------------------------------------------
/src/anal/GetSel.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/GetSel.c
--------------------------------------------------------------------------------
/src/anal/GetSel.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/GetSel.proto.h
--------------------------------------------------------------------------------
/src/anal/MorphWind.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/MorphWind.c
--------------------------------------------------------------------------------
/src/anal/MorphWind.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/MorphWind.proto.h
--------------------------------------------------------------------------------
/src/anal/betamorph.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/betamorph.c
--------------------------------------------------------------------------------
/src/anal/betamorph.proto.h:
--------------------------------------------------------------------------------
1 |
2 | /* betamorph.c */
3 | int _main(void);
4 |
--------------------------------------------------------------------------------
/src/anal/chckcmpstem.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/chckcmpstem.c
--------------------------------------------------------------------------------
/src/anal/checkcrasis.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/checkcrasis.c
--------------------------------------------------------------------------------
/src/anal/checkcrasis.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/checkcrasis.proto.h
--------------------------------------------------------------------------------
/src/anal/checkdict.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/checkdict.c
--------------------------------------------------------------------------------
/src/anal/checkdict.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/checkdict.proto.h
--------------------------------------------------------------------------------
/src/anal/checkgenwds.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/checkgenwds.c
--------------------------------------------------------------------------------
/src/anal/checkgenwds.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/checkgenwds.proto.h
--------------------------------------------------------------------------------
/src/anal/checkhalf1.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/checkhalf1.c
--------------------------------------------------------------------------------
/src/anal/checkhalf1.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/checkhalf1.proto.h
--------------------------------------------------------------------------------
/src/anal/checkindecl.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/checkindecl.c
--------------------------------------------------------------------------------
/src/anal/checkindecl.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/checkindecl.proto.h
--------------------------------------------------------------------------------
/src/anal/checkirreg.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/checkirreg.c
--------------------------------------------------------------------------------
/src/anal/checkirreg.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/checkirreg.proto.h
--------------------------------------------------------------------------------
/src/anal/checknom.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/checknom.c
--------------------------------------------------------------------------------
/src/anal/checknom.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/checknom.proto.h
--------------------------------------------------------------------------------
/src/anal/checkpreverb.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/checkpreverb.c
--------------------------------------------------------------------------------
/src/anal/checkpreverb.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/checkpreverb.proto.h
--------------------------------------------------------------------------------
/src/anal/checkstem.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/checkstem.c
--------------------------------------------------------------------------------
/src/anal/checkstem.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/checkstem.proto.h
--------------------------------------------------------------------------------
/src/anal/checkstring.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/checkstring.c
--------------------------------------------------------------------------------
/src/anal/checkstring.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/checkstring.proto.h
--------------------------------------------------------------------------------
/src/anal/checkverb.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/checkverb.c
--------------------------------------------------------------------------------
/src/anal/checkverb.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/checkverb.proto.h
--------------------------------------------------------------------------------
/src/anal/checkword.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/checkword.c
--------------------------------------------------------------------------------
/src/anal/checkword.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/checkword.proto.h
--------------------------------------------------------------------------------
/src/anal/deverb.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/deverb.c
--------------------------------------------------------------------------------
/src/anal/dictstems.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/dictstems.c
--------------------------------------------------------------------------------
/src/anal/dictstems.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/dictstems.proto.h
--------------------------------------------------------------------------------
/src/anal/digmain.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/digmain.c
--------------------------------------------------------------------------------
/src/anal/digstring.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/digstring.c
--------------------------------------------------------------------------------
/src/anal/docrasis.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/docrasis.c
--------------------------------------------------------------------------------
/src/anal/docrasis.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/docrasis.proto.h
--------------------------------------------------------------------------------
/src/anal/findbase.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/findbase.c
--------------------------------------------------------------------------------
/src/anal/lcnt.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/lcnt.c
--------------------------------------------------------------------------------
/src/anal/lemma_voice.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/lemma_voice.c
--------------------------------------------------------------------------------
/src/anal/lemma_voice.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/lemma_voice.proto.h
--------------------------------------------------------------------------------
/src/anal/makefile:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/makefile
--------------------------------------------------------------------------------
/src/anal/multstdiomorph.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/multstdiomorph.c
--------------------------------------------------------------------------------
/src/anal/nextgkword.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/nextgkword.c
--------------------------------------------------------------------------------
/src/anal/nextgkword.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/nextgkword.proto.h
--------------------------------------------------------------------------------
/src/anal/np_scan.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/np_scan.c
--------------------------------------------------------------------------------
/src/anal/prntanal.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/prntanal.c
--------------------------------------------------------------------------------
/src/anal/prntanal.h:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/anal/prntanal.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/prntanal.proto.h
--------------------------------------------------------------------------------
/src/anal/proclems.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/proclems.c
--------------------------------------------------------------------------------
/src/anal/propname.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/propname.c
--------------------------------------------------------------------------------
/src/anal/propname.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/propname.proto.h
--------------------------------------------------------------------------------
/src/anal/prvb.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/prvb.c
--------------------------------------------------------------------------------
/src/anal/prvb.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/prvb.proto.h
--------------------------------------------------------------------------------
/src/anal/seek_compound.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/seek_compound.c
--------------------------------------------------------------------------------
/src/anal/stdiomorph.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/stdiomorph.c
--------------------------------------------------------------------------------
/src/anal/stdiomorph.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/anal/stdiomorph.proto.h
--------------------------------------------------------------------------------
/src/auto/avt_greek.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/avt_greek.c
--------------------------------------------------------------------------------
/src/auto/beta_smk.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/beta_smk.c
--------------------------------------------------------------------------------
/src/auto/beta_smk.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/beta_smk.h
--------------------------------------------------------------------------------
/src/auto/beta_tab.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/beta_tab.c
--------------------------------------------------------------------------------
/src/auto/beta_tab.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/beta_tab.h
--------------------------------------------------------------------------------
/src/auto/beta_troff.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/beta_troff.c
--------------------------------------------------------------------------------
/src/auto/dassign.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/dassign.c
--------------------------------------------------------------------------------
/src/auto/datatypes.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/datatypes.h
--------------------------------------------------------------------------------
/src/auto/devices.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/devices.h
--------------------------------------------------------------------------------
/src/auto/filttab.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/filttab.h
--------------------------------------------------------------------------------
/src/auto/gk_sprint.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/gk_sprint.c
--------------------------------------------------------------------------------
/src/auto/gkkey_greek.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/gkkey_greek.c
--------------------------------------------------------------------------------
/src/auto/hft_greek.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/hft_greek.c
--------------------------------------------------------------------------------
/src/auto/ileaf_greek.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/ileaf_greek.c
--------------------------------------------------------------------------------
/src/auto/macint_greek.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/macint_greek.c
--------------------------------------------------------------------------------
/src/auto/mact_greek.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/mact_greek.c
--------------------------------------------------------------------------------
/src/auto/makefile:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/makefile
--------------------------------------------------------------------------------
/src/auto/nb_greek.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/nb_greek.c
--------------------------------------------------------------------------------
/src/auto/print.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/print.h
--------------------------------------------------------------------------------
/src/auto/qtest.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/qtest.c
--------------------------------------------------------------------------------
/src/auto/qtestc.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/qtestc.c
--------------------------------------------------------------------------------
/src/auto/queue.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/queue.c
--------------------------------------------------------------------------------
/src/auto/rstack.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/rstack.c
--------------------------------------------------------------------------------
/src/auto/rstest.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/rstest.c
--------------------------------------------------------------------------------
/src/auto/rtf_greek.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/rtf_greek.c
--------------------------------------------------------------------------------
/src/auto/signf_greek.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/signf_greek.c
--------------------------------------------------------------------------------
/src/auto/ssbuffer.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/ssbuffer.c
--------------------------------------------------------------------------------
/src/auto/ssearch.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/ssearch.c
--------------------------------------------------------------------------------
/src/auto/ssearch.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/ssearch.h
--------------------------------------------------------------------------------
/src/auto/stack.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/stack.c
--------------------------------------------------------------------------------
/src/auto/stest.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/stest.c
--------------------------------------------------------------------------------
/src/auto/test.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/test.c
--------------------------------------------------------------------------------
/src/auto/token.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/token.c
--------------------------------------------------------------------------------
/src/auto/token.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/token.h
--------------------------------------------------------------------------------
/src/auto/troff_greek.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/troff_greek.c
--------------------------------------------------------------------------------
/src/auto/ttest.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/ttest.c
--------------------------------------------------------------------------------
/src/auto/ttestf.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/ttestf.c
--------------------------------------------------------------------------------
/src/auto/ttestm.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/ttestm.c
--------------------------------------------------------------------------------
/src/auto/ttestp.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/ttestp.c
--------------------------------------------------------------------------------
/src/auto/usual.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/usual.h
--------------------------------------------------------------------------------
/src/auto/vt100.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/vt100.h
--------------------------------------------------------------------------------
/src/auto/y.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/auto/y.c
--------------------------------------------------------------------------------
/src/gener/combconj.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gener/combconj.c
--------------------------------------------------------------------------------
/src/gener/conjmain.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gener/conjmain.c
--------------------------------------------------------------------------------
/src/gener/conjsys.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gener/conjsys.c
--------------------------------------------------------------------------------
/src/gener/genermain.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gener/genermain.c
--------------------------------------------------------------------------------
/src/gener/genmisc.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gener/genmisc.c
--------------------------------------------------------------------------------
/src/gener/gensimpmain.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gener/gensimpmain.c
--------------------------------------------------------------------------------
/src/gener/genstemform.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gener/genstemform.c
--------------------------------------------------------------------------------
/src/gener/genstmain.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gener/genstmain.c
--------------------------------------------------------------------------------
/src/gener/gensynform.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gener/gensynform.c
--------------------------------------------------------------------------------
/src/gener/genwd.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gener/genwd.c
--------------------------------------------------------------------------------
/src/gener/getdefs.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gener/getdefs.c
--------------------------------------------------------------------------------
/src/gener/havelemma.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gener/havelemma.c
--------------------------------------------------------------------------------
/src/gener/makefile:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gener/makefile
--------------------------------------------------------------------------------
/src/gener/ppasstype.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gener/ppasstype.c
--------------------------------------------------------------------------------
/src/gener/prntgkword.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gener/prntgkword.c
--------------------------------------------------------------------------------
/src/gener/sampleform.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gener/sampleform.c
--------------------------------------------------------------------------------
/src/gener/stypemain.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gener/stypemain.c
--------------------------------------------------------------------------------
/src/gkdict/combitype.l:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/combitype.l
--------------------------------------------------------------------------------
/src/gkdict/compnoun.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/compnoun.c
--------------------------------------------------------------------------------
/src/gkdict/conj1.l:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/conj1.l
--------------------------------------------------------------------------------
/src/gkdict/derivio.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/derivio.c
--------------------------------------------------------------------------------
/src/gkdict/derivio.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/derivio.proto.h
--------------------------------------------------------------------------------
/src/gkdict/dictio.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/dictio.c
--------------------------------------------------------------------------------
/src/gkdict/dictio.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/dictio.proto.h
--------------------------------------------------------------------------------
/src/gkdict/fixgend.l:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/fixgend.l
--------------------------------------------------------------------------------
/src/gkdict/fixhesc.l:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/fixhesc.l
--------------------------------------------------------------------------------
/src/gkdict/getitype.l:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/getitype.l
--------------------------------------------------------------------------------
/src/gkdict/indcomps.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/indcomps.c
--------------------------------------------------------------------------------
/src/gkdict/index.dict.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/index.dict.c
--------------------------------------------------------------------------------
/src/gkdict/index.dict.proto.h:
--------------------------------------------------------------------------------
1 |
2 | /* index dict.c */
3 | int main(void);
4 |
--------------------------------------------------------------------------------
/src/gkdict/indexnoms.main.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/indexnoms.main.c
--------------------------------------------------------------------------------
/src/gkdict/indexnoms.main.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/indexnoms.main.proto.h
--------------------------------------------------------------------------------
/src/gkdict/indexstems.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/indexstems.c
--------------------------------------------------------------------------------
/src/gkdict/indexstems.main.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/indexstems.main.proto.h
--------------------------------------------------------------------------------
/src/gkdict/indexstems.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/indexstems.proto.h
--------------------------------------------------------------------------------
/src/gkdict/indexvbs.main.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/indexvbs.main.c
--------------------------------------------------------------------------------
/src/gkdict/latnom.l:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/latnom.l
--------------------------------------------------------------------------------
/src/gkdict/latvb.l:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/latvb.l
--------------------------------------------------------------------------------
/src/gkdict/makefile:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/makefile
--------------------------------------------------------------------------------
/src/gkdict/newlats.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/newlats.c
--------------------------------------------------------------------------------
/src/gkdict/newlems.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/newlems.c
--------------------------------------------------------------------------------
/src/gkdict/newlems2.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/newlems2.c
--------------------------------------------------------------------------------
/src/gkdict/setquant.l:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/setquant.l
--------------------------------------------------------------------------------
/src/gkdict/splitlat.l:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/splitlat.l
--------------------------------------------------------------------------------
/src/gkdict/splitlems.l:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/splitlems.l
--------------------------------------------------------------------------------
/src/gkdict/x.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/x.c
--------------------------------------------------------------------------------
/src/gkdict/xderivio.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/xderivio.c
--------------------------------------------------------------------------------
/src/gkdict/xderivio.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkdict/xderivio.proto.h
--------------------------------------------------------------------------------
/src/gkends/acccompos.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/acccompos.c
--------------------------------------------------------------------------------
/src/gkends/acccompos.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/acccompos.proto.h
--------------------------------------------------------------------------------
/src/gkends/checkforbreath.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/checkforbreath.c
--------------------------------------------------------------------------------
/src/gkends/checkforbreath.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/checkforbreath.proto.h
--------------------------------------------------------------------------------
/src/gkends/compostypes.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/compostypes.h
--------------------------------------------------------------------------------
/src/gkends/contract.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/contract.c
--------------------------------------------------------------------------------
/src/gkends/contract.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/contract.proto.h
--------------------------------------------------------------------------------
/src/gkends/countendmain.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/countendmain.c
--------------------------------------------------------------------------------
/src/gkends/countendmain.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/countendmain.proto.h
--------------------------------------------------------------------------------
/src/gkends/countendtables.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/countendtables.c
--------------------------------------------------------------------------------
/src/gkends/countendtables.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/countendtables.proto.h
--------------------------------------------------------------------------------
/src/gkends/endindex.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/endindex.c
--------------------------------------------------------------------------------
/src/gkends/endindex.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/endindex.proto.h
--------------------------------------------------------------------------------
/src/gkends/euphend.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/euphend.c
--------------------------------------------------------------------------------
/src/gkends/euphend.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/euphend.proto.h
--------------------------------------------------------------------------------
/src/gkends/expendmain.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/expendmain.c
--------------------------------------------------------------------------------
/src/gkends/expendmain.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/expendmain.proto.h
--------------------------------------------------------------------------------
/src/gkends/expendtable.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/expendtable.c
--------------------------------------------------------------------------------
/src/gkends/expendtable.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/expendtable.proto.h
--------------------------------------------------------------------------------
/src/gkends/expsuffmain.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/expsuffmain.c
--------------------------------------------------------------------------------
/src/gkends/expsuffmain.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/expsuffmain.proto.h
--------------------------------------------------------------------------------
/src/gkends/expwordmain.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/expwordmain.c
--------------------------------------------------------------------------------
/src/gkends/fixeta.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/fixeta.c
--------------------------------------------------------------------------------
/src/gkends/fixeta.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/fixeta.proto.h
--------------------------------------------------------------------------------
/src/gkends/getcurrend.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/getcurrend.c
--------------------------------------------------------------------------------
/src/gkends/getcurrend.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/getcurrend.proto.h
--------------------------------------------------------------------------------
/src/gkends/imain.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/imain.c
--------------------------------------------------------------------------------
/src/gkends/imain.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/imain.proto.h
--------------------------------------------------------------------------------
/src/gkends/indexendtables.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/indexendtables.c
--------------------------------------------------------------------------------
/src/gkends/indexendtables.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/indexendtables.proto.h
--------------------------------------------------------------------------------
/src/gkends/indexendtables.x.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/indexendtables.x.proto.h
--------------------------------------------------------------------------------
/src/gkends/indexstems.c:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/gkends/lcontr.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/lcontr.c
--------------------------------------------------------------------------------
/src/gkends/lcontr.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/lcontr.proto.h
--------------------------------------------------------------------------------
/src/gkends/makefile:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/makefile
--------------------------------------------------------------------------------
/src/gkends/merge.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/merge.c
--------------------------------------------------------------------------------
/src/gkends/merge.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/merge.proto.h
--------------------------------------------------------------------------------
/src/gkends/mkend.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/mkend.c
--------------------------------------------------------------------------------
/src/gkends/mkend.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/mkend.proto.h
--------------------------------------------------------------------------------
/src/gkends/nextsufftab.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/nextsufftab.c
--------------------------------------------------------------------------------
/src/gkends/nextsufftab.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/nextsufftab.proto.h
--------------------------------------------------------------------------------
/src/gkends/retrends.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/retrends.c
--------------------------------------------------------------------------------
/src/gkends/retrends.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/retrends.proto.h
--------------------------------------------------------------------------------
/src/gkends/smain.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/smain.c
--------------------------------------------------------------------------------
/src/gkends/smain.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/smain.proto.h
--------------------------------------------------------------------------------
/src/gkends/stor.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/stor.c
--------------------------------------------------------------------------------
/src/gkends/stor.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/stor.proto.h
--------------------------------------------------------------------------------
/src/gkends/x.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/gkends/x.c
--------------------------------------------------------------------------------
/src/greeklib/Fclose.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/Fclose.c
--------------------------------------------------------------------------------
/src/greeklib/Fclose.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/Fclose.proto.h
--------------------------------------------------------------------------------
/src/greeklib/addaccent.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/addaccent.c
--------------------------------------------------------------------------------
/src/greeklib/addaccent.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/addaccent.proto.h
--------------------------------------------------------------------------------
/src/greeklib/addbreath.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/addbreath.c
--------------------------------------------------------------------------------
/src/greeklib/addbreath.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/addbreath.proto.h
--------------------------------------------------------------------------------
/src/greeklib/aspirate.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/aspirate.c
--------------------------------------------------------------------------------
/src/greeklib/aspirate.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/aspirate.proto.h
--------------------------------------------------------------------------------
/src/greeklib/beta_tolower.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/beta_tolower.c
--------------------------------------------------------------------------------
/src/greeklib/beta_tolower.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/beta_tolower.proto.h
--------------------------------------------------------------------------------
/src/greeklib/binlook.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/binlook.c
--------------------------------------------------------------------------------
/src/greeklib/binlook.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/binlook.proto.h
--------------------------------------------------------------------------------
/src/greeklib/checkaccent.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/checkaccent.c
--------------------------------------------------------------------------------
/src/greeklib/checkaccent.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/checkaccent.proto.h
--------------------------------------------------------------------------------
/src/greeklib/cinsert.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/cinsert.c
--------------------------------------------------------------------------------
/src/greeklib/cinsert.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/cinsert.proto.h
--------------------------------------------------------------------------------
/src/greeklib/do_dissim.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/do_dissim.c
--------------------------------------------------------------------------------
/src/greeklib/do_dissim.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/do_dissim.proto.h
--------------------------------------------------------------------------------
/src/greeklib/endsinstr.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/endsinstr.c
--------------------------------------------------------------------------------
/src/greeklib/endsinstr.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/endsinstr.proto.h
--------------------------------------------------------------------------------
/src/greeklib/getaccent.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/getaccent.c
--------------------------------------------------------------------------------
/src/greeklib/getaccent.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/getaccent.proto.h
--------------------------------------------------------------------------------
/src/greeklib/getaccp.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/getaccp.c
--------------------------------------------------------------------------------
/src/greeklib/getaccp.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/getaccp.proto.h
--------------------------------------------------------------------------------
/src/greeklib/getbreath.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/getbreath.c
--------------------------------------------------------------------------------
/src/greeklib/getbreath.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/getbreath.proto.h
--------------------------------------------------------------------------------
/src/greeklib/getquantity.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/getquantity.c
--------------------------------------------------------------------------------
/src/greeklib/getquantity.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/getquantity.proto.h
--------------------------------------------------------------------------------
/src/greeklib/getsyll.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/getsyll.c
--------------------------------------------------------------------------------
/src/greeklib/getsyll.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/getsyll.proto.h
--------------------------------------------------------------------------------
/src/greeklib/gkstrlen.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/gkstrlen.c
--------------------------------------------------------------------------------
/src/greeklib/gkstrlen.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/gkstrlen.proto.h
--------------------------------------------------------------------------------
/src/greeklib/hasaccent.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/hasaccent.c
--------------------------------------------------------------------------------
/src/greeklib/hasaccent.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/hasaccent.proto.h
--------------------------------------------------------------------------------
/src/greeklib/hasdiaer.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/hasdiaer.c
--------------------------------------------------------------------------------
/src/greeklib/hasdiaer.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/hasdiaer.proto.h
--------------------------------------------------------------------------------
/src/greeklib/hasquant.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/hasquant.c
--------------------------------------------------------------------------------
/src/greeklib/hasquant.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/hasquant.proto.h
--------------------------------------------------------------------------------
/src/greeklib/io.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/io.c
--------------------------------------------------------------------------------
/src/greeklib/isblank.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/isblank.c
--------------------------------------------------------------------------------
/src/greeklib/isblank.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/isblank.proto.h
--------------------------------------------------------------------------------
/src/greeklib/isdiphth.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/isdiphth.c
--------------------------------------------------------------------------------
/src/greeklib/isdiphth.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/isdiphth.proto.h
--------------------------------------------------------------------------------
/src/greeklib/issubstring.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/issubstring.c
--------------------------------------------------------------------------------
/src/greeklib/issubstring.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/issubstring.proto.h
--------------------------------------------------------------------------------
/src/greeklib/keyio.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/keyio.c
--------------------------------------------------------------------------------
/src/greeklib/keyio.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/keyio.proto.h
--------------------------------------------------------------------------------
/src/greeklib/longbyposition.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/longbyposition.c
--------------------------------------------------------------------------------
/src/greeklib/longbyposition.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/longbyposition.proto.h
--------------------------------------------------------------------------------
/src/greeklib/makefile:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/makefile
--------------------------------------------------------------------------------
/src/greeklib/naccents.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/naccents.c
--------------------------------------------------------------------------------
/src/greeklib/naccents.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/naccents.proto.h
--------------------------------------------------------------------------------
/src/greeklib/normucase.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/normucase.c
--------------------------------------------------------------------------------
/src/greeklib/normucase.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/normucase.proto.h
--------------------------------------------------------------------------------
/src/greeklib/nsylls.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/nsylls.c
--------------------------------------------------------------------------------
/src/greeklib/nsylls.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/nsylls.proto.h
--------------------------------------------------------------------------------
/src/greeklib/quantprim.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/quantprim.c
--------------------------------------------------------------------------------
/src/greeklib/quantprim.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/quantprim.proto.h
--------------------------------------------------------------------------------
/src/greeklib/shortanalog.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/shortanalog.c
--------------------------------------------------------------------------------
/src/greeklib/shortanalog.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/shortanalog.proto.h
--------------------------------------------------------------------------------
/src/greeklib/sprntGkflags.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/sprntGkflags.c
--------------------------------------------------------------------------------
/src/greeklib/sprntGkflags.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/sprntGkflags.proto.h
--------------------------------------------------------------------------------
/src/greeklib/standalpha.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/standalpha.c
--------------------------------------------------------------------------------
/src/greeklib/standword.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/standword.c
--------------------------------------------------------------------------------
/src/greeklib/standword.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/standword.proto.h
--------------------------------------------------------------------------------
/src/greeklib/stripacc.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/stripacc.c
--------------------------------------------------------------------------------
/src/greeklib/stripacc.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/stripacc.proto.h
--------------------------------------------------------------------------------
/src/greeklib/stripacute.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/stripacute.c
--------------------------------------------------------------------------------
/src/greeklib/stripacute.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/stripacute.proto.h
--------------------------------------------------------------------------------
/src/greeklib/stripbreath.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/stripbreath.c
--------------------------------------------------------------------------------
/src/greeklib/stripbreath.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/stripbreath.proto.h
--------------------------------------------------------------------------------
/src/greeklib/stripchar.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/stripchar.c
--------------------------------------------------------------------------------
/src/greeklib/stripchar.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/stripchar.proto.h
--------------------------------------------------------------------------------
/src/greeklib/stripdiaer.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/stripdiaer.c
--------------------------------------------------------------------------------
/src/greeklib/stripdiaer.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/stripdiaer.proto.h
--------------------------------------------------------------------------------
/src/greeklib/stripmeta.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/stripmeta.c
--------------------------------------------------------------------------------
/src/greeklib/stripmeta.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/stripmeta.proto.h
--------------------------------------------------------------------------------
/src/greeklib/stripquant.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/stripquant.c
--------------------------------------------------------------------------------
/src/greeklib/stripquant.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/stripquant.proto.h
--------------------------------------------------------------------------------
/src/greeklib/stripstemsep.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/stripstemsep.c
--------------------------------------------------------------------------------
/src/greeklib/stripstemsep.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/stripstemsep.proto.h
--------------------------------------------------------------------------------
/src/greeklib/stripzeroend.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/stripzeroend.c
--------------------------------------------------------------------------------
/src/greeklib/stripzeroend.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/stripzeroend.proto.h
--------------------------------------------------------------------------------
/src/greeklib/strsqz.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/strsqz.c
--------------------------------------------------------------------------------
/src/greeklib/strsqz.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/strsqz.proto.h
--------------------------------------------------------------------------------
/src/greeklib/subchar.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/subchar.c
--------------------------------------------------------------------------------
/src/greeklib/subchar.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/subchar.proto.h
--------------------------------------------------------------------------------
/src/greeklib/vaxwords.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/vaxwords.c
--------------------------------------------------------------------------------
/src/greeklib/vaxwords.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/vaxwords.proto.h
--------------------------------------------------------------------------------
/src/greeklib/x.c:
--------------------------------------------------------------------------------
1 | #include
2 |
3 | main()
4 | {
5 | long n;
6 |
7 | printf("%d\n", sizeof n );
8 | }
9 |
--------------------------------------------------------------------------------
/src/greeklib/xstrings.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/xstrings.c
--------------------------------------------------------------------------------
/src/greeklib/xstrings.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/xstrings.proto.h
--------------------------------------------------------------------------------
/src/greeklib/zap2ndbreath.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/zap2ndbreath.c
--------------------------------------------------------------------------------
/src/greeklib/zap2ndbreath.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/greeklib/zap2ndbreath.proto.h
--------------------------------------------------------------------------------
/src/includes/contract.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/includes/contract.h
--------------------------------------------------------------------------------
/src/includes/derivtype.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/includes/derivtype.h
--------------------------------------------------------------------------------
/src/includes/dialect.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/includes/dialect.h
--------------------------------------------------------------------------------
/src/includes/endfiles.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/includes/endfiles.h
--------------------------------------------------------------------------------
/src/includes/endindex.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/includes/endindex.h
--------------------------------------------------------------------------------
/src/includes/endtags.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/includes/endtags.h
--------------------------------------------------------------------------------
/src/includes/gkdict.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/includes/gkdict.h
--------------------------------------------------------------------------------
/src/includes/gkstring.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/includes/gkstring.h
--------------------------------------------------------------------------------
/src/includes/greek.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/includes/greek.h
--------------------------------------------------------------------------------
/src/includes/libfiles.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/includes/libfiles.h
--------------------------------------------------------------------------------
/src/includes/modes.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/includes/modes.h
--------------------------------------------------------------------------------
/src/includes/morphflags.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/includes/morphflags.h
--------------------------------------------------------------------------------
/src/includes/morphstrcmp.proto.h:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/includes/old gkstring.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/includes/old gkstring.h
--------------------------------------------------------------------------------
/src/includes/preverb.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/includes/preverb.h
--------------------------------------------------------------------------------
/src/includes/prntflags.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/includes/prntflags.h
--------------------------------------------------------------------------------
/src/includes/retrentry.proto.h:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/includes/smk.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/includes/smk.h
--------------------------------------------------------------------------------
/src/includes/stemtype.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/includes/stemtype.h
--------------------------------------------------------------------------------
/src/includes/suffixtype.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/includes/suffixtype.h
--------------------------------------------------------------------------------
/src/makefile:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/makefile
--------------------------------------------------------------------------------
/src/morphlib/Copy of beta2smarta.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/Copy of beta2smarta.c
--------------------------------------------------------------------------------
/src/morphlib/Copy of beta2smarta.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/Copy of beta2smarta.proto.h
--------------------------------------------------------------------------------
/src/morphlib/adddomain.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/adddomain.c
--------------------------------------------------------------------------------
/src/morphlib/adddomain.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/adddomain.proto.h
--------------------------------------------------------------------------------
/src/morphlib/addninfix.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/addninfix.c
--------------------------------------------------------------------------------
/src/morphlib/addninfix.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/addninfix.proto.h
--------------------------------------------------------------------------------
/src/morphlib/antepenform.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/antepenform.c
--------------------------------------------------------------------------------
/src/morphlib/antepenform.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/antepenform.proto.h
--------------------------------------------------------------------------------
/src/morphlib/augment.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/augment.c
--------------------------------------------------------------------------------
/src/morphlib/augment.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/augment.proto.h
--------------------------------------------------------------------------------
/src/morphlib/beta2rtf.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/beta2rtf.c
--------------------------------------------------------------------------------
/src/morphlib/beta2rtf.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/beta2rtf.proto.h
--------------------------------------------------------------------------------
/src/morphlib/beta2smarta.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/beta2smarta.c
--------------------------------------------------------------------------------
/src/morphlib/beta2smarta.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/beta2smarta.proto.h
--------------------------------------------------------------------------------
/src/morphlib/betasort.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/betasort.c
--------------------------------------------------------------------------------
/src/morphlib/cmpend.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/cmpend.c
--------------------------------------------------------------------------------
/src/morphlib/cmpend.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/cmpend.proto.h
--------------------------------------------------------------------------------
/src/morphlib/conjstem.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/conjstem.c
--------------------------------------------------------------------------------
/src/morphlib/conjstem.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/conjstem.proto.h
--------------------------------------------------------------------------------
/src/morphlib/endio.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/endio.c
--------------------------------------------------------------------------------
/src/morphlib/endio.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/endio.proto.h
--------------------------------------------------------------------------------
/src/morphlib/errormess.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/errormess.c
--------------------------------------------------------------------------------
/src/morphlib/errormess.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/errormess.proto.h
--------------------------------------------------------------------------------
/src/morphlib/fixacc.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/fixacc.c
--------------------------------------------------------------------------------
/src/morphlib/fixacc.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/fixacc.proto.h
--------------------------------------------------------------------------------
/src/morphlib/gkstring.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/gkstring.c
--------------------------------------------------------------------------------
/src/morphlib/gkstring.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/gkstring.proto.h
--------------------------------------------------------------------------------
/src/morphlib/gktoasc.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/gktoasc.c
--------------------------------------------------------------------------------
/src/morphlib/indkeys.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/indkeys.c
--------------------------------------------------------------------------------
/src/morphlib/indkeys.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/indkeys.proto.h
--------------------------------------------------------------------------------
/src/morphlib/is_thirdmono.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/is_thirdmono.c
--------------------------------------------------------------------------------
/src/morphlib/is_thirdmono.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/is_thirdmono.h
--------------------------------------------------------------------------------
/src/morphlib/is_thirdmono.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/is_thirdmono.proto.h
--------------------------------------------------------------------------------
/src/morphlib/loadeuph.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/loadeuph.c
--------------------------------------------------------------------------------
/src/morphlib/loadeuph.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/loadeuph.proto.h
--------------------------------------------------------------------------------
/src/morphlib/makefile:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/makefile
--------------------------------------------------------------------------------
/src/morphlib/markstem.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/markstem.c
--------------------------------------------------------------------------------
/src/morphlib/markstem.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/markstem.proto.h
--------------------------------------------------------------------------------
/src/morphlib/morphargs.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/morphargs.h
--------------------------------------------------------------------------------
/src/morphlib/morphflags.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/morphflags.c
--------------------------------------------------------------------------------
/src/morphlib/morphflags.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/morphflags.proto.h
--------------------------------------------------------------------------------
/src/morphlib/morphkeys.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/morphkeys.c
--------------------------------------------------------------------------------
/src/morphlib/morphkeys.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/morphkeys.h
--------------------------------------------------------------------------------
/src/morphlib/morphkeys.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/morphkeys.proto.h
--------------------------------------------------------------------------------
/src/morphlib/morphpath.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/morphpath.c
--------------------------------------------------------------------------------
/src/morphlib/morphpath.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/morphpath.proto.h
--------------------------------------------------------------------------------
/src/morphlib/morphstrcmp.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/morphstrcmp.c
--------------------------------------------------------------------------------
/src/morphlib/morphstrcmp.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/morphstrcmp.proto.h
--------------------------------------------------------------------------------
/src/morphlib/msfgetfile.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/msfgetfile.c
--------------------------------------------------------------------------------
/src/morphlib/msfgetfile.proto.h:
--------------------------------------------------------------------------------
1 |
2 | /* msfgetfile.c */
3 | int mySFGetFile(char *);
4 |
--------------------------------------------------------------------------------
/src/morphlib/new_val.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/new_val.c
--------------------------------------------------------------------------------
/src/morphlib/new_val.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/new_val.proto.h
--------------------------------------------------------------------------------
/src/morphlib/nextkey.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/nextkey.c
--------------------------------------------------------------------------------
/src/morphlib/nextkey.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/nextkey.proto.h
--------------------------------------------------------------------------------
/src/morphlib/numovable.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/numovable.c
--------------------------------------------------------------------------------
/src/morphlib/numovable.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/numovable.proto.h
--------------------------------------------------------------------------------
/src/morphlib/penultform.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/penultform.c
--------------------------------------------------------------------------------
/src/morphlib/penultform.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/penultform.proto.h
--------------------------------------------------------------------------------
/src/morphlib/pres_redup.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/pres_redup.c
--------------------------------------------------------------------------------
/src/morphlib/pres_redup.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/pres_redup.proto.h
--------------------------------------------------------------------------------
/src/morphlib/preverb.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/preverb.c
--------------------------------------------------------------------------------
/src/morphlib/preverb.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/preverb.proto.h
--------------------------------------------------------------------------------
/src/morphlib/preverb2.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/preverb2.c
--------------------------------------------------------------------------------
/src/morphlib/preverb2.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/preverb2.proto.h
--------------------------------------------------------------------------------
/src/morphlib/preverb3.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/preverb3.c
--------------------------------------------------------------------------------
/src/morphlib/preverb3.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/preverb3.proto.h
--------------------------------------------------------------------------------
/src/morphlib/retrentry.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/retrentry.c
--------------------------------------------------------------------------------
/src/morphlib/retrentry.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/retrentry.proto.h
--------------------------------------------------------------------------------
/src/morphlib/setlang.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/setlang.c
--------------------------------------------------------------------------------
/src/morphlib/smk2beta.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/smk2beta.c
--------------------------------------------------------------------------------
/src/morphlib/smk2beta.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/smk2beta.h
--------------------------------------------------------------------------------
/src/morphlib/smk2beta.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/smk2beta.proto.h
--------------------------------------------------------------------------------
/src/morphlib/sprntGkflags.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/sprntGkflags.c
--------------------------------------------------------------------------------
/src/morphlib/sprntGkflags.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/sprntGkflags.h
--------------------------------------------------------------------------------
/src/morphlib/standphon.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/standphon.c
--------------------------------------------------------------------------------
/src/morphlib/standphon.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/standphon.proto.h
--------------------------------------------------------------------------------
/src/morphlib/testmain.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/testmain.c
--------------------------------------------------------------------------------
/src/morphlib/testmain.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/testmain.proto.h
--------------------------------------------------------------------------------
/src/morphlib/tmain.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/tmain.c
--------------------------------------------------------------------------------
/src/morphlib/trimwhite.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/trimwhite.c
--------------------------------------------------------------------------------
/src/morphlib/trimwhite.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/trimwhite.proto.h
--------------------------------------------------------------------------------
/src/morphlib/ultform.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/ultform.c
--------------------------------------------------------------------------------
/src/morphlib/ultform.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/ultform.proto.h
--------------------------------------------------------------------------------
/src/morphlib/ulttakescirc.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/ulttakescirc.c
--------------------------------------------------------------------------------
/src/morphlib/ulttakescirc.proto.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/morphlib/ulttakescirc.proto.h
--------------------------------------------------------------------------------
/src/play/getmtok.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/play/getmtok.c
--------------------------------------------------------------------------------
/src/play/makefile:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/play/makefile
--------------------------------------------------------------------------------
/src/play/npscan.c:
--------------------------------------------------------------------------------
1 | #include
2 |
3 |
4 | main()
5 | {
6 | while(getmorphtoken(Gkword)) {
7 | }
8 | }
9 |
--------------------------------------------------------------------------------
/src/play/y.tab.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/play/y.tab.c
--------------------------------------------------------------------------------
/src/play/y.tab.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/play/y.tab.h
--------------------------------------------------------------------------------
/src/retr/beta_smk.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/beta_smk.h
--------------------------------------------------------------------------------
/src/retr/beta_tab.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/beta_tab.h
--------------------------------------------------------------------------------
/src/retr/betaform.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/betaform.c
--------------------------------------------------------------------------------
/src/retr/circle.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/circle.c
--------------------------------------------------------------------------------
/src/retr/config.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/config.h
--------------------------------------------------------------------------------
/src/retr/context.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/context.c
--------------------------------------------------------------------------------
/src/retr/datatypes.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/datatypes.h
--------------------------------------------------------------------------------
/src/retr/defcons.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/defcons.h
--------------------------------------------------------------------------------
/src/retr/devices.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/devices.h
--------------------------------------------------------------------------------
/src/retr/errmess.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/errmess.c
--------------------------------------------------------------------------------
/src/retr/filefuncs.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/filefuncs.c
--------------------------------------------------------------------------------
/src/retr/filttab.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/filttab.h
--------------------------------------------------------------------------------
/src/retr/getfld.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/getfld.c
--------------------------------------------------------------------------------
/src/retr/getgrec.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/getgrec.c
--------------------------------------------------------------------------------
/src/retr/getref.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/getref.c
--------------------------------------------------------------------------------
/src/retr/gkcomp.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/gkcomp.c
--------------------------------------------------------------------------------
/src/retr/gkcomp.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/gkcomp.h
--------------------------------------------------------------------------------
/src/retr/gksel.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/gksel.h
--------------------------------------------------------------------------------
/src/retr/grklist.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/grklist.c
--------------------------------------------------------------------------------
/src/retr/initwords.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/initwords.c
--------------------------------------------------------------------------------
/src/retr/iscommon.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/iscommon.c
--------------------------------------------------------------------------------
/src/retr/linear.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/linear.c
--------------------------------------------------------------------------------
/src/retr/makefile:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/makefile
--------------------------------------------------------------------------------
/src/retr/marker.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/marker.c
--------------------------------------------------------------------------------
/src/retr/picksearch.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/picksearch.c
--------------------------------------------------------------------------------
/src/retr/print.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/print.h
--------------------------------------------------------------------------------
/src/retr/putrec.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/putrec.c
--------------------------------------------------------------------------------
/src/retr/reffuncs.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/reffuncs.c
--------------------------------------------------------------------------------
/src/retr/refmain.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/refmain.c
--------------------------------------------------------------------------------
/src/retr/scanauthor.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/scanauthor.c
--------------------------------------------------------------------------------
/src/retr/scanindex.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/scanindex.c
--------------------------------------------------------------------------------
/src/retr/sec.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/sec.h
--------------------------------------------------------------------------------
/src/retr/selmain.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/selmain.c
--------------------------------------------------------------------------------
/src/retr/showword.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/showword.c
--------------------------------------------------------------------------------
/src/retr/sopfuncs.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/sopfuncs.c
--------------------------------------------------------------------------------
/src/retr/spellmain.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/spellmain.c
--------------------------------------------------------------------------------
/src/retr/srchstate.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/srchstate.h
--------------------------------------------------------------------------------
/src/retr/ssearch.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/ssearch.h
--------------------------------------------------------------------------------
/src/retr/strings.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/strings.c
--------------------------------------------------------------------------------
/src/retr/stripdiacrit.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/stripdiacrit.c
--------------------------------------------------------------------------------
/src/retr/sysinc.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/sysinc.h
--------------------------------------------------------------------------------
/src/retr/t.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/t.c
--------------------------------------------------------------------------------
/src/retr/testmark.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/testmark.c
--------------------------------------------------------------------------------
/src/retr/tlg.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/tlg.h
--------------------------------------------------------------------------------
/src/retr/tlgfile.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/tlgfile.h
--------------------------------------------------------------------------------
/src/retr/tlgscan.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/tlgscan.c
--------------------------------------------------------------------------------
/src/retr/tlgwind.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/tlgwind.h
--------------------------------------------------------------------------------
/src/retr/token.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/token.h
--------------------------------------------------------------------------------
/src/retr/usual.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/usual.h
--------------------------------------------------------------------------------
/src/retr/vt100.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/vt100.h
--------------------------------------------------------------------------------
/src/retr/worksetup.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/worksetup.c
--------------------------------------------------------------------------------
/src/retr/x.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/retr/x.c
--------------------------------------------------------------------------------
/src/scan/fullquantity.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/scan/fullquantity.c
--------------------------------------------------------------------------------
/src/scan/makefile:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/scan/makefile
--------------------------------------------------------------------------------
/src/scan/scando.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/scan/scando.c
--------------------------------------------------------------------------------
/src/tlg/makefile:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/tlg/makefile
--------------------------------------------------------------------------------
/src/tlg/tlg_wsplit.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/src/tlg/tlg_wsplit.c
--------------------------------------------------------------------------------
/stemlib/Greek/addconstraints.pl:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/addconstraints.pl
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/ascii/.cvsignore:
--------------------------------------------------------------------------------
1 | *
2 |
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/indices/.cvsignore:
--------------------------------------------------------------------------------
1 | *
2 |
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/out/.cvsignore:
--------------------------------------------------------------------------------
1 | *
2 |
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/aL_stem.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/aL_stem.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/a_stem.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/a_stem.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/ainw.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/ainw.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/airw.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/airw.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/aiw.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/aiw.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/allw.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/allw.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/anw.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/anw.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/av_stem.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/av_stem.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/aw_denom.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/aw_denom.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/azw.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/azw.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/cw.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/cw.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/e_stem.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/e_stem.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/e_suppl.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/e_suppl.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/einw.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/einw.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/eirw.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/eirw.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/ellw.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/ellw.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/es_denom.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/es_denom.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/euw.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/euw.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/ev_stem.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/ev_stem.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/ew_denom.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/ew_denom.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/illw.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/illw.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/inw.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/inw.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/iskw.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/iskw.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/izw.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/izw.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/ndw.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/ndw.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/nhmi.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/nhmi.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/numi.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/numi.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/nw.deriv:
--------------------------------------------------------------------------------
1 | n w_stem
2 | * ew_fut
3 | * aor2
4 |
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/o_stem.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/o_stem.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/ow_denom.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/ow_denom.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/ow_fact.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/ow_fact.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/ow_instr.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/ow_instr.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/ozw.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/ozw.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/ptw.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/ptw.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/reg_conj.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/reg_conj.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/skw.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/skw.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/ss.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/ss.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/ullw.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/ullw.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/unw.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/unw.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/urw.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/urw.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/uzw.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/uzw.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/derivs/source/ww.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/derivs/source/ww.deriv
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/ascii/.cvsignore:
--------------------------------------------------------------------------------
1 | *
2 |
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/basics/.cvsignore:
--------------------------------------------------------------------------------
1 | *
2 |
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/basics/a1_imp_act.end:
--------------------------------------------------------------------------------
1 | on sing pers2
2 | a@ath_imp_a not 2nd sg
3 |
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/basics/a1_inf_act.end:
--------------------------------------------------------------------------------
1 | ai inf
2 |
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/basics/a1_inf_mid.end:
--------------------------------------------------------------------------------
1 | asqai inf
2 |
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/basics/adj1.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/basics/adj1.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/basics/adj3.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/basics/adj3.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/basics/ath_inf_a.end:
--------------------------------------------------------------------------------
1 | nai inf act
2 |
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/basics/ath_inf_mp.end:
--------------------------------------------------------------------------------
1 | sqai inf mp
2 |
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/basics/de_suff.end:
--------------------------------------------------------------------------------
1 | de
2 |
3 |
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/basics/decl1.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/basics/decl1.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/basics/decl2.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/basics/decl2.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/basics/decl3.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/basics/decl3.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/basics/ihn_opt.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/basics/ihn_opt.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/basics/iota_intens.end:
--------------------------------------------------------------------------------
1 | i/ iota_intens
2 |
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/basics/iterat_act.end:
--------------------------------------------------------------------------------
1 | sk@imp_ind_a ionic epic iterative unaugmented
2 |
3 |
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/basics/iterat_mp.end:
--------------------------------------------------------------------------------
1 | sk@imp_ind_mp ionic epic iterative unaugmented
2 |
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/basics/perfp_part.end:
--------------------------------------------------------------------------------
1 | men@adj1 perf part mp needs_acc
2 |
3 |
4 |
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/basics/pr.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/basics/pr.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/basics/pr_inf_ath.end:
--------------------------------------------------------------------------------
1 | e/@ath_inf_act
2 |
3 |
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/basics/pr_inf_mp.end:
--------------------------------------------------------------------------------
1 | esqai inf
2 |
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/basics/pr_sub_act.end:
--------------------------------------------------------------------------------
1 | @long_sub_act
2 |
3 |
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/basics/s_sa_n.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/basics/s_sa_n.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/basics/ws_w_sh.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/basics/ws_w_sh.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/indices/.cvsignore:
--------------------------------------------------------------------------------
1 | *
2 |
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/out/.cvsignore:
--------------------------------------------------------------------------------
1 | *
2 |
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/a_hs.end:
--------------------------------------------------------------------------------
1 | @decl1_sh a_hs
2 |
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/ah_ahs.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/ah_ahs.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/ajw_pr.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/ajw_pr.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/ami_aor.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/ami_aor.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/ami_pr.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/ami_pr.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/aor1.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/aor1.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/aor2.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/aor2.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/aos_aou.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/aos_aou.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/ar_atos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/ar_atos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/art_adj.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/art_adj.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/as_a.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/as_a.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/as_aos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/as_aos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/as_atos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/as_atos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/aw_fut.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/aw_fut.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/aw_pr.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/aw_pr.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/c_ggos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/c_ggos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/c_gos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/c_gos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/c_kos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/c_kos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/c_ktos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/c_ktos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/c_xos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/c_xos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/conj3.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/conj3.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/conj3io.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/conj3io.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/conj4.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/conj4.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/eas_ea.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/eas_ea.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/eh_ehs.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/eh_ehs.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/ehs_eou.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/ehs_eou.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/emi_aor.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/emi_aor.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/emi_pr.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/emi_pr.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/eos_eou.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/eos_eou.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/eus_ews.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/eus_ews.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/evw_pr.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/evw_pr.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/ew_fut.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/ew_fut.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/ew_pr.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/ew_pr.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/gc_gos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/gc_gos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/h_hs.end:
--------------------------------------------------------------------------------
1 | @decl1 h_hs fem
2 |
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/hc_ekos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/hc_ekos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/hn_enos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/hn_enos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/hr_eros.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/hr_eros.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/hr_ros.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/hr_ros.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/hs_eos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/hs_eos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/hs_es.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/hs_es.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/hs_ou.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/hs_ou.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/is_ews.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/is_ews.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/is_idos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/is_idos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/is_ios.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/is_ios.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/is_itos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/is_itos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/n_nos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/n_nos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/n_ntos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/n_ntos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/omi_aor.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/omi_aor.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/omi_pr.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/omi_pr.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/oos_oon.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/oos_oon.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/oos_oou.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/oos_oou.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/os_h_on.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/os_h_on.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/os_on.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/os_on.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/os_ou.end:
--------------------------------------------------------------------------------
1 | @decl2 os_ou
2 |
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/ow_pr.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/ow_pr.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/perfp_d.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/perfp_d.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/perfp_g.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/perfp_g.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/perfp_l.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/perfp_l.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/perfp_n.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/perfp_n.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/perfp_p.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/perfp_p.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/perfp_r.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/perfp_r.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/perfp_s.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/perfp_s.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/perfp_v.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/perfp_v.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/r_ros.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/r_ros.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/r_rtos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/r_rtos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/r_tos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/r_tos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/reg_fut.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/reg_fut.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/s_dos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/s_dos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/s_nos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/s_nos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/s_ntos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/s_ntos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/s_os.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/s_os.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/s_qos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/s_qos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/s_ros.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/s_ros.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/s_tos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/s_tos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/t_tos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/t_tos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/uLs_uos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/uLs_uos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/umi_pr.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/umi_pr.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/us_ews.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/us_ews.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/us_u.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/us_u.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/us_uos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/us_uos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/us_uos2.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/us_uos2.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/verb_adj.end:
--------------------------------------------------------------------------------
1 | e-@decl2 verb_adj needs_acc
2 |
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/verb_adj1.end:
--------------------------------------------------------------------------------
1 | e-@decl2 verb_adj1 needs_acc
2 |
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/vh_vhs.end:
--------------------------------------------------------------------------------
1 | -v@decl1 vh_vhs fem
2 |
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/w_oos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/w_oos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/w_stem.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/w_stem.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/wn_nos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/wn_nos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/wn_on.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/wn_on.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/wn_onos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/wn_onos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/wr_oros.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/wr_oros.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/ws_oos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/ws_oos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/ws_w.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/ws_w.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/ws_wn.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/ws_wn.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/ws_wn_long.end:
--------------------------------------------------------------------------------
1 | a@decl2 ws_wn_long
2 |
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/ws_wos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/ws_wos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/ww_pr.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/ww_pr.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/y_bos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/y_bos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/y_fos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/y_fos.end
--------------------------------------------------------------------------------
/stemlib/Greek/endtables/source/y_pos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/endtables/source/y_pos.end
--------------------------------------------------------------------------------
/stemlib/Greek/getentities.pl:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/getentities.pl
--------------------------------------------------------------------------------
/stemlib/Greek/makefile:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/makefile
--------------------------------------------------------------------------------
/stemlib/Greek/nom32.thuc.2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/nom32.thuc.2
--------------------------------------------------------------------------------
/stemlib/Greek/oddfile:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/oddfile
--------------------------------------------------------------------------------
/stemlib/Greek/rule_files/conseuph.old:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/rule_files/conseuph.old
--------------------------------------------------------------------------------
/stemlib/Greek/rule_files/conseuph.table:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/rule_files/conseuph.table
--------------------------------------------------------------------------------
/stemlib/Greek/rule_files/derivtypes.table:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/rule_files/derivtypes.table
--------------------------------------------------------------------------------
/stemlib/Greek/rule_files/domainlist.table:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/rule_files/domainlist.table
--------------------------------------------------------------------------------
/stemlib/Greek/rule_files/ppasslist.table:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/rule_files/ppasslist.table
--------------------------------------------------------------------------------
/stemlib/Greek/rule_files/raw_prev.bak:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/rule_files/raw_prev.bak
--------------------------------------------------------------------------------
/stemlib/Greek/rule_files/stemtypes.table:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/rule_files/stemtypes.table
--------------------------------------------------------------------------------
/stemlib/Greek/rule_files/vowcontr.old:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/rule_files/vowcontr.old
--------------------------------------------------------------------------------
/stemlib/Greek/rule_files/vowcontr.table:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/rule_files/vowcontr.table
--------------------------------------------------------------------------------
/stemlib/Greek/steminds/.cvsignore:
--------------------------------------------------------------------------------
1 | *
2 |
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/.cvsignore:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/.cvsignore
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/badstem:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/badstem
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/bgrep:
--------------------------------------------------------------------------------
1 | fgrep $1 nom0[1-6]
2 |
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/diod.failed:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/diod.failed
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/diod.lc.failed:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/diod.lc.failed
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/dopnom.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/dopnom.c
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/flatlems.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/flatlems.c
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/geteu:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/geteu
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/getheads:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/getheads
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/getpref:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/getpref
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/getunique:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/getunique
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/goodstem.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/goodstem.c
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/grabmorph.pl:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/grabmorph.pl
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/headnolen.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/headnolen.c
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/irreg.nom.src:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/irreg.nom.src
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/irreg.vbs.src:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/irreg.vbs.src
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/lemlist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/lemlist
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/lsj.byhand:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/lsj.byhand
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/lsj.nom:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/lsj.nom
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/lsj.vbs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/lsj.vbs
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/lsj.vbs.byhand:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/lsj.vbs.byhand
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/lsj01:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/lsj01
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/morphheads:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/morphheads
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom.algo1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom.algo1
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom.comp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom.comp
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom.irreg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom.irreg
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom.proper:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom.proper
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom.smith.bio:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom.smith.bio
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom.smith.geo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom.smith.geo
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom01:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom01
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom02:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom02
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom03:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom03
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom04:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom04
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom05:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom05
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom06:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom06
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom07:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom07
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom08.herod:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom08.herod
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom09.homer:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom09.homer
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom09.homer.pn:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom09.homer.pn
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom09.homer.tmp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom09.homer.tmp
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom10.crat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom10.crat
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom11.soph:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom11.soph
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom12.tom:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom12.tom
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom13.paus:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom13.paus
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom14.aesch:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom14.aesch
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom15.plut:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom15.plut
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom16.apollod:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom16.apollod
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom17.isoc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom17.isoc
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom18.aeschin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom18.aeschin
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom19.isaeus:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom19.isaeus
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom20.minor:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom20.minor
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom21.lysias:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom21.lysias
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom22.heshom:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom22.heshom
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom23.hhymn:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom23.hhymn
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom24.homerica:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom24.homerica
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom25.thuc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom25.thuc
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom26.dem:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom26.dem
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom27.xen:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom27.xen
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom28.plato:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom28.plato
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom30.aristoph:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom30.aristoph
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom31.diod:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom31.diod
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom32.smithbio:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom32.smithbio
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom32.thuc.2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom32.thuc.2
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom34.quint:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom34.quint
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/nom36.plut:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/nom36.plut
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/old.nom.irreg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/old.nom.irreg
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/old.vbs.irreg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/old.vbs.irreg
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/pat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/pat
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/stripref.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/stripref.c
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/t.paus:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/t.paus
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/tailnolen:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/tailnolen
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/tmp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/tmp
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/tmp.paus:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/tmp.paus
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/vbs.cmp.lsj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/vbs.cmp.lsj
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/vbs.cmp.ml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/vbs.cmp.ml
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/vbs.irreg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/vbs.irreg
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/vbs.simp.02.new:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/vbs.simp.02.new
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/vbs.simp.ml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/vbs.simp.ml
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/x.nom09.homer:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/x.nom09.homer
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/xpnom06.paus:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/xpnom06.paus
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/zapapriv.lex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/zapapriv.lex
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/zapdoric.lex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/zapdoric.lex
--------------------------------------------------------------------------------
/stemlib/Greek/stemsrc/zapfirstf.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/stemsrc/zapfirstf.c
--------------------------------------------------------------------------------
/stemlib/Greek/xsl/lemmaRegistry.xsl:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Greek/xsl/lemmaRegistry.xsl
--------------------------------------------------------------------------------
/stemlib/Italian/barmorph:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/barmorph
--------------------------------------------------------------------------------
/stemlib/Italian/derivs/ascii/.cvsignore:
--------------------------------------------------------------------------------
1 | *
2 |
--------------------------------------------------------------------------------
/stemlib/Italian/derivs/indices/.cvsignore:
--------------------------------------------------------------------------------
1 | *
2 |
--------------------------------------------------------------------------------
/stemlib/Italian/derivs/out/.cvsignore:
--------------------------------------------------------------------------------
1 | *
2 |
--------------------------------------------------------------------------------
/stemlib/Italian/derivs/source/are_vb.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/derivs/source/are_vb.deriv
--------------------------------------------------------------------------------
/stemlib/Italian/derivs/source/arre_vb.deriv:
--------------------------------------------------------------------------------
1 | * conj_a
2 |
--------------------------------------------------------------------------------
/stemlib/Italian/derivs/source/ere_vb.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/derivs/source/ere_vb.deriv
--------------------------------------------------------------------------------
/stemlib/Italian/derivs/source/ire_vb.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/derivs/source/ire_vb.deriv
--------------------------------------------------------------------------------
/stemlib/Italian/derivs/source/orre_vb.deriv:
--------------------------------------------------------------------------------
1 | * conj_o
2 |
--------------------------------------------------------------------------------
/stemlib/Italian/derivs/source/urre_vb.deriv:
--------------------------------------------------------------------------------
1 | * conj_u
2 | otto ppart
3 |
--------------------------------------------------------------------------------
/stemlib/Italian/endtables/ascii/.cvsignore:
--------------------------------------------------------------------------------
1 | *
2 |
--------------------------------------------------------------------------------
/stemlib/Italian/endtables/basics/cond.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/endtables/basics/cond.end
--------------------------------------------------------------------------------
/stemlib/Italian/endtables/basics/o_a.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/endtables/basics/o_a.end
--------------------------------------------------------------------------------
/stemlib/Italian/endtables/indices/.cvsignore:
--------------------------------------------------------------------------------
1 | *
2 |
--------------------------------------------------------------------------------
/stemlib/Italian/endtables/out/.cvsignore:
--------------------------------------------------------------------------------
1 | *
2 |
--------------------------------------------------------------------------------
/stemlib/Italian/endtables/source/a_acc.end:
--------------------------------------------------------------------------------
1 | a\ sg
2 | a\ pl
3 |
--------------------------------------------------------------------------------
/stemlib/Italian/endtables/source/a_e.end:
--------------------------------------------------------------------------------
1 | a sg
2 | e pl
3 |
--------------------------------------------------------------------------------
/stemlib/Italian/endtables/source/co_ca.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/endtables/source/co_ca.end
--------------------------------------------------------------------------------
/stemlib/Italian/endtables/source/conj1.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/endtables/source/conj1.end
--------------------------------------------------------------------------------
/stemlib/Italian/endtables/source/conj2.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/endtables/source/conj2.end
--------------------------------------------------------------------------------
/stemlib/Italian/endtables/source/conj3.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/endtables/source/conj3.end
--------------------------------------------------------------------------------
/stemlib/Italian/endtables/source/e_i.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/endtables/source/e_i.end
--------------------------------------------------------------------------------
/stemlib/Italian/endtables/source/go_ga.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/endtables/source/go_ga.end
--------------------------------------------------------------------------------
/stemlib/Italian/endtables/source/io_i.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/endtables/source/io_i.end
--------------------------------------------------------------------------------
/stemlib/Italian/endtables/source/o_a.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/endtables/source/o_a.end
--------------------------------------------------------------------------------
/stemlib/Italian/endtables/source/o_i.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/endtables/source/o_i.end
--------------------------------------------------------------------------------
/stemlib/Italian/endtables/source/u_acc.end:
--------------------------------------------------------------------------------
1 | u\ sg
2 | u\ pl
3 |
--------------------------------------------------------------------------------
/stemlib/Italian/getmorph.l:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/getmorph.l
--------------------------------------------------------------------------------
/stemlib/Italian/getverb.l:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/getverb.l
--------------------------------------------------------------------------------
/stemlib/Italian/ls.vbs:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/stemlib/Italian/makefile:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/makefile
--------------------------------------------------------------------------------
/stemlib/Italian/rule_files/conseuph.table:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/stemlib/Italian/rule_files/domainlist.table:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/stemlib/Italian/rule_files/raw_preverbs.table:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/stemlib/Italian/rule_files/stemtypes.table:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/rule_files/stemtypes.table
--------------------------------------------------------------------------------
/stemlib/Italian/rule_files/vowcontr.table:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/stemlib/Italian/steminds/.cvsignore:
--------------------------------------------------------------------------------
1 | *
2 |
--------------------------------------------------------------------------------
/stemlib/Italian/stemsrc/irreg.vbs.src:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/stemsrc/irreg.vbs.src
--------------------------------------------------------------------------------
/stemlib/Italian/stemsrc/lemmata:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/stemlib/Italian/stemsrc/nom.bas:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/stemsrc/nom.bas
--------------------------------------------------------------------------------
/stemlib/Italian/stemsrc/nom.it.irreg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/stemsrc/nom.it.irreg
--------------------------------------------------------------------------------
/stemlib/Italian/stemsrc/nom.italian:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/stemsrc/nom.italian
--------------------------------------------------------------------------------
/stemlib/Italian/stemsrc/nom.mpi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/stemsrc/nom.mpi
--------------------------------------------------------------------------------
/stemlib/Italian/stemsrc/vbs.basic:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/stemsrc/vbs.basic
--------------------------------------------------------------------------------
/stemlib/Italian/stemsrc/vbs.irreg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/stemsrc/vbs.irreg
--------------------------------------------------------------------------------
/stemlib/Italian/stemsrc/vbs.italian:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/stemsrc/vbs.italian
--------------------------------------------------------------------------------
/stemlib/Italian/stemsrc/vbs.latin:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/stemlib/Italian/vbsep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Italian/vbsep
--------------------------------------------------------------------------------
/stemlib/Latin/derivs/source/are_vb.deriv:
--------------------------------------------------------------------------------
1 | * conj1
2 | * avperf
3 | a_t pp4
4 |
--------------------------------------------------------------------------------
/stemlib/Latin/derivs/source/ire_vb.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/derivs/source/ire_vb.deriv
--------------------------------------------------------------------------------
/stemlib/Latin/derivs/source/reg_conj.deriv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/derivs/source/reg_conj.deriv
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/ascii/.cvsignore:
--------------------------------------------------------------------------------
1 | *
2 |
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/basics/ambsub.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/basics/ambsub.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/basics/basvb2.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/basics/basvb2.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/basics/decl1.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/basics/decl1.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/basics/decl2.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/basics/decl2.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/basics/decl3.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/basics/decl3.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/basics/decl3_i.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/basics/decl3_i.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/basics/emsub.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/basics/emsub.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/basics/future.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/basics/future.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/basics/future2.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/basics/future2.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/basics/ille.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/basics/ille.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/basics/imperf.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/basics/imperf.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/basics/ofut.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/basics/ofut.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/basics/past.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/basics/past.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/basics/perfind.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/basics/perfind.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/basics/quis.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/basics/quis.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/indices/.cvsignore:
--------------------------------------------------------------------------------
1 | *
2 |
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/out/.cvsignore:
--------------------------------------------------------------------------------
1 | *
2 |
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/0_a_um.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/0_a_um.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/0_adj3.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/0_adj3.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/0_i.end:
--------------------------------------------------------------------------------
1 | * nom/voc sg
2 | @decl2
3 |
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/0_is.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/0_is.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/a_ae.end:
--------------------------------------------------------------------------------
1 | @decl1
2 |
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/ans_adj.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/ans_adj.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/as_adis.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/as_adis.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/as_ae.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/as_ae.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/avperf.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/avperf.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/ax_adj.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/ax_adj.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/conj1.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/conj1.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/conj2.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/conj2.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/conj3.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/conj3.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/conj4.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/conj4.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/eLs_eris.end:
--------------------------------------------------------------------------------
1 | e_s fem nom/voc sg
2 | er@decl3
3 |
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/e_es.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/e_es.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/e_is.end:
--------------------------------------------------------------------------------
1 | is nom sg masc fem
2 | i_ abl sg
3 | @decl3_i
4 |
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/en_inis.end:
--------------------------------------------------------------------------------
1 | en nom sg
2 | i^n@decl3
3 |
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/ens_adj.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/ens_adj.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/eps_ipis.end:
--------------------------------------------------------------------------------
1 | eps nom sg
2 | ip@decl3
3 |
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/er_eris.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/er_eris.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/er_ri.end:
--------------------------------------------------------------------------------
1 | er nom/voc sg
2 | r@decl2
3 |
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/er_ris.end:
--------------------------------------------------------------------------------
1 | er masc fem nom/voc sg
2 | r@decl3
3 |
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/es_ae.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/es_ae.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/es_eLdis.end:
--------------------------------------------------------------------------------
1 | es nom sg masc fem
2 | e_d@decl3
3 |
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/es_eLi.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/es_eLi.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/es_ei.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/es_ei.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/es_is.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/es_is.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/es_itis.end:
--------------------------------------------------------------------------------
1 | es masc fem nom sg
2 | it@decl3
3 |
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/eus_ei.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/eus_ei.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/evperf.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/evperf.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/ex_icis.end:
--------------------------------------------------------------------------------
1 | ex nom sg
2 | ic@decl3
3 |
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/ex_igis.end:
--------------------------------------------------------------------------------
1 | ex nom sg
2 | ig@decl3
3 |
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/ior_ius_comp.end:
--------------------------------------------------------------------------------
1 | @comp_adj masc fem neut comp
2 |
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/ios_i.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/ios_i.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/is_e.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/is_e.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/is_eos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/is_eos.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/is_eris.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/is_eris.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/is_idis.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/is_idis.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/is_idos.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/is_idos.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/is_is.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/is_is.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/is_is_C.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/is_is_C.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/ius_i.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/ius_i.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/ivperf.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/ivperf.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/ix_iLcis.end:
--------------------------------------------------------------------------------
1 | ix voc nom sg
2 | i_c@decl3
3 |
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/ix_icis.end:
--------------------------------------------------------------------------------
1 | ix voc nom sg
2 | ic@decl3
3 |
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/ma_matis.end:
--------------------------------------------------------------------------------
1 | ma nom sg
2 | ma^t@decl3
3 |
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/o_eLnis.end:
--------------------------------------------------------------------------------
1 | o_ nom sg
2 | e_n@decl3
3 |
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/o_inis.end:
--------------------------------------------------------------------------------
1 | o_ masc fem nom sg
2 | i^n@decl3
3 |
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/o_onis.end:
--------------------------------------------------------------------------------
1 | o nom sg
2 | on@decl3
3 |
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/o_us.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/o_us.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/os_i.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/os_i.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/peLs_pedis.end:
--------------------------------------------------------------------------------
1 | @peLs_pedis
2 |
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/peLs_pedis_adj.end:
--------------------------------------------------------------------------------
1 | @peLs_pedis
2 |
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/pp4.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/pp4.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/s_is.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/s_is.end
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/uLs_uLris.end:
--------------------------------------------------------------------------------
1 | u_s masc fem nom/voc sg
2 | u_r@decl3
3 |
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/us_eris.end:
--------------------------------------------------------------------------------
1 | us nom voc acc sg
2 | er@decl3
3 |
--------------------------------------------------------------------------------
/stemlib/Latin/endtables/source/us_i.end:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/endtables/source/us_i.end
--------------------------------------------------------------------------------
/stemlib/Latin/makefile:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/makefile
--------------------------------------------------------------------------------
/stemlib/Latin/rule_files/conseuph.table:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/rule_files/conseuph.table
--------------------------------------------------------------------------------
/stemlib/Latin/rule_files/domainlist.table:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/stemlib/Latin/rule_files/rawprev.src:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/rule_files/rawprev.src
--------------------------------------------------------------------------------
/stemlib/Latin/rule_files/viprevb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/rule_files/viprevb
--------------------------------------------------------------------------------
/stemlib/Latin/rule_files/vowcontr.table:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/stemlib/Latin/stemsrc/camena/adamAll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/stemsrc/camena/adamAll
--------------------------------------------------------------------------------
/stemlib/Latin/stemsrc/interjections:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/stemsrc/interjections
--------------------------------------------------------------------------------
/stemlib/Latin/stemsrc/irreg.nom.src:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/stemsrc/irreg.nom.src
--------------------------------------------------------------------------------
/stemlib/Latin/stemsrc/irreg.vbs.src:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/stemsrc/irreg.vbs.src
--------------------------------------------------------------------------------
/stemlib/Latin/stemsrc/latpn.pl:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/stemsrc/latpn.pl
--------------------------------------------------------------------------------
/stemlib/Latin/stemsrc/lemmata:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/stemsrc/lemmata
--------------------------------------------------------------------------------
/stemlib/Latin/stemsrc/ls.nom:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/stemsrc/ls.nom
--------------------------------------------------------------------------------
/stemlib/Latin/stemsrc/nom.01:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/stemsrc/nom.01
--------------------------------------------------------------------------------
/stemlib/Latin/stemsrc/nom.02:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/stemsrc/nom.02
--------------------------------------------------------------------------------
/stemlib/Latin/stemsrc/nom.03:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/stemsrc/nom.03
--------------------------------------------------------------------------------
/stemlib/Latin/stemsrc/nom.04:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/stemsrc/nom.04
--------------------------------------------------------------------------------
/stemlib/Latin/stemsrc/nom.cic.pname:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/stemsrc/nom.cic.pname
--------------------------------------------------------------------------------
/stemlib/Latin/stemsrc/nom.irreg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/stemsrc/nom.irreg
--------------------------------------------------------------------------------
/stemlib/Latin/stemsrc/nom.latin.bas:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/stemsrc/nom.latin.bas
--------------------------------------------------------------------------------
/stemlib/Latin/stemsrc/nom.livy:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/stemsrc/nom.livy
--------------------------------------------------------------------------------
/stemlib/Latin/stemsrc/nom.smithgeo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/stemsrc/nom.smithgeo
--------------------------------------------------------------------------------
/stemlib/Latin/stemsrc/old.vbs.latin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/stemsrc/old.vbs.latin
--------------------------------------------------------------------------------
/stemlib/Latin/stemsrc/vbs.cmp.ml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/stemsrc/vbs.cmp.ml
--------------------------------------------------------------------------------
/stemlib/Latin/stemsrc/vbs.irreg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/stemsrc/vbs.irreg
--------------------------------------------------------------------------------
/stemlib/Latin/stemsrc/vbs.latin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/stemsrc/vbs.latin
--------------------------------------------------------------------------------
/stemlib/Latin/stemsrc/vbs.latin.bas:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/stemsrc/vbs.latin.bas
--------------------------------------------------------------------------------
/stemlib/Latin/stemsrc/vbs.latin.irreg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PerseusDL/morpheus/HEAD/stemlib/Latin/stemsrc/vbs.latin.irreg
--------------------------------------------------------------------------------