diff options
author | rolandsteiner@chromium.org <rolandsteiner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-29 06:05:56 +0000 |
---|---|---|
committer | rolandsteiner@chromium.org <rolandsteiner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-29 06:05:56 +0000 |
commit | dff8c1108d0b414ea73ae0e0d0d904e09856cdd6 (patch) | |
tree | adae2223b4034afb2f017346f2cec11bd32bb4e3 /third_party/hyphen/tests | |
parent | 906eed0d5bb752a29adbfa86054df1bebd507a80 (diff) | |
download | chromium_src-dff8c1108d0b414ea73ae0e0d0d904e09856cdd6.zip chromium_src-dff8c1108d0b414ea73ae0e0d0d904e09856cdd6.tar.gz chromium_src-dff8c1108d0b414ea73ae0e0d0d904e09856cdd6.tar.bz2 |
Add Hunspell 'Hyphen' hyphenation library.
BUG=60895
TEST=none
Review URL: http://codereview.chromium.org/4143003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64368 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/hyphen/tests')
88 files changed, 15720 insertions, 0 deletions
diff --git a/third_party/hyphen/tests/Makefile.am b/third_party/hyphen/tests/Makefile.am new file mode 100644 index 0000000..9f3e962 --- /dev/null +++ b/third_party/hyphen/tests/Makefile.am @@ -0,0 +1,113 @@ +TESTS = \ +basealt2.test \ +basealt.test \ +base.test \ +conv.test \ +unicode.test \ +alt.test \ +alt2.test \ +alt3.test \ +alt4.test \ +alt5.test \ +alt6.test \ +compound.test \ +compound2.test \ +compound3.test \ +compound4.test \ +settings.test \ +settings2.test \ +settings3.test \ +settings4.test \ +lhmin.test \ +lig.test + +distclean-local: + -rm -rf testSubDir + +EXTRA_DIST = \ +test.sh \ +alt2.hyph \ +alt2.pat \ +alt2.word \ +alt3.hyph \ +alt3.pat \ +alt3.word \ +alt4.hyph \ +alt4.pat \ +alt4.word \ +alt5.hyph \ +alt5.pat \ +alt5.word \ +alt6.hyph \ +alt6.pat \ +alt6.word \ +alt.hyph \ +alt.pat \ +alt.word \ +basealt2.hyph \ +basealt2.pat \ +basealt2.word \ +basealt.hyph \ +basealt.pat \ +basealt.word \ +base.hyph \ +base.pat \ +base.word \ +conv.dic \ +conv.hyph \ +conv.pat \ +conv.word \ +unicode.hyph \ +unicode.pat \ +unicode.word \ +compound.hyph \ +compound.pat \ +compound.word \ +compound2.hyph \ +compound2.pat \ +compound2.word \ +compound3.hyph \ +compound3.pat \ +compound3.word \ +compound4.hyph \ +compound4.pat \ +compound4.word \ +settings.hyph \ +settings.pat \ +settings.word \ +settings2.hyph \ +settings2.pat \ +settings2.word \ +settings3.hyph \ +settings3.pat \ +settings3.word \ +settings4.hyph \ +settings4.pat \ +settings4.word \ +alt2.test \ +alt3.test \ +alt4.test \ +alt5.test \ +alt6.test \ +alt.test \ +basealt2.test \ +basealt.test \ +base.test \ +conv.test \ +unicode.test \ +compound.test \ +compound2.test \ +compound3.test \ +compound4.test \ +settings.test \ +settings2.test \ +settings3.test \ +settings4.test \ +lhmin.hyph \ +lhmin.pat \ +lhmin.word \ +lhmin.test \ +lig.hyph \ +lig.pat \ +lig.test \ +lig.word diff --git a/third_party/hyphen/tests/Makefile.in b/third_party/hyphen/tests/Makefile.in new file mode 100644 index 0000000..cbc1889 --- /dev/null +++ b/third_party/hyphen/tests/Makefile.in @@ -0,0 +1,555 @@ +# Makefile.in generated by automake 1.11.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = tests +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +am__tty_colors = \ +red=; grn=; lgn=; blu=; std= +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +TESTS = \ +basealt2.test \ +basealt.test \ +base.test \ +conv.test \ +unicode.test \ +alt.test \ +alt2.test \ +alt3.test \ +alt4.test \ +alt5.test \ +alt6.test \ +compound.test \ +compound2.test \ +compound3.test \ +compound4.test \ +settings.test \ +settings2.test \ +settings3.test \ +settings4.test \ +lhmin.test \ +lig.test + +EXTRA_DIST = \ +test.sh \ +alt2.hyph \ +alt2.pat \ +alt2.word \ +alt3.hyph \ +alt3.pat \ +alt3.word \ +alt4.hyph \ +alt4.pat \ +alt4.word \ +alt5.hyph \ +alt5.pat \ +alt5.word \ +alt6.hyph \ +alt6.pat \ +alt6.word \ +alt.hyph \ +alt.pat \ +alt.word \ +basealt2.hyph \ +basealt2.pat \ +basealt2.word \ +basealt.hyph \ +basealt.pat \ +basealt.word \ +base.hyph \ +base.pat \ +base.word \ +conv.dic \ +conv.hyph \ +conv.pat \ +conv.word \ +unicode.hyph \ +unicode.pat \ +unicode.word \ +compound.hyph \ +compound.pat \ +compound.word \ +compound2.hyph \ +compound2.pat \ +compound2.word \ +compound3.hyph \ +compound3.pat \ +compound3.word \ +compound4.hyph \ +compound4.pat \ +compound4.word \ +settings.hyph \ +settings.pat \ +settings.word \ +settings2.hyph \ +settings2.pat \ +settings2.word \ +settings3.hyph \ +settings3.pat \ +settings3.word \ +settings4.hyph \ +settings4.pat \ +settings4.word \ +alt2.test \ +alt3.test \ +alt4.test \ +alt5.test \ +alt6.test \ +alt.test \ +basealt2.test \ +basealt.test \ +base.test \ +conv.test \ +unicode.test \ +compound.test \ +compound2.test \ +compound3.test \ +compound4.test \ +settings.test \ +settings2.test \ +settings3.test \ +settings4.test \ +lhmin.hyph \ +lhmin.pat \ +lhmin.word \ +lhmin.test \ +lig.hyph \ +lig.pat \ +lig.test \ +lig.word + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu tests/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +check-TESTS: $(TESTS) + @failed=0; all=0; xfail=0; xpass=0; skip=0; \ + srcdir=$(srcdir); export srcdir; \ + list=' $(TESTS) '; \ + $(am__tty_colors); \ + if test -n "$$list"; then \ + for tst in $$list; do \ + if test -f ./$$tst; then dir=./; \ + elif test -f $$tst; then dir=; \ + else dir="$(srcdir)/"; fi; \ + if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ + all=`expr $$all + 1`; \ + case " $(XFAIL_TESTS) " in \ + *[\ \ ]$$tst[\ \ ]*) \ + xpass=`expr $$xpass + 1`; \ + failed=`expr $$failed + 1`; \ + col=$$red; res=XPASS; \ + ;; \ + *) \ + col=$$grn; res=PASS; \ + ;; \ + esac; \ + elif test $$? -ne 77; then \ + all=`expr $$all + 1`; \ + case " $(XFAIL_TESTS) " in \ + *[\ \ ]$$tst[\ \ ]*) \ + xfail=`expr $$xfail + 1`; \ + col=$$lgn; res=XFAIL; \ + ;; \ + *) \ + failed=`expr $$failed + 1`; \ + col=$$red; res=FAIL; \ + ;; \ + esac; \ + else \ + skip=`expr $$skip + 1`; \ + col=$$blu; res=SKIP; \ + fi; \ + echo "$${col}$$res$${std}: $$tst"; \ + done; \ + if test "$$all" -eq 1; then \ + tests="test"; \ + All=""; \ + else \ + tests="tests"; \ + All="All "; \ + fi; \ + if test "$$failed" -eq 0; then \ + if test "$$xfail" -eq 0; then \ + banner="$$All$$all $$tests passed"; \ + else \ + if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ + banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ + fi; \ + else \ + if test "$$xpass" -eq 0; then \ + banner="$$failed of $$all $$tests failed"; \ + else \ + if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ + banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ + fi; \ + fi; \ + dashes="$$banner"; \ + skipped=""; \ + if test "$$skip" -ne 0; then \ + if test "$$skip" -eq 1; then \ + skipped="($$skip test was not run)"; \ + else \ + skipped="($$skip tests were not run)"; \ + fi; \ + test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ + dashes="$$skipped"; \ + fi; \ + report=""; \ + if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ + report="Please report to $(PACKAGE_BUGREPORT)"; \ + test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ + dashes="$$report"; \ + fi; \ + dashes=`echo "$$dashes" | sed s/./=/g`; \ + if test "$$failed" -eq 0; then \ + echo "$$grn$$dashes"; \ + else \ + echo "$$red$$dashes"; \ + fi; \ + echo "$$banner"; \ + test -z "$$skipped" || echo "$$skipped"; \ + test -z "$$report" || echo "$$report"; \ + echo "$$dashes$$std"; \ + test "$$failed" -eq 0; \ + else :; fi + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am + $(MAKE) $(AM_MAKEFLAGS) check-TESTS +check: check-am +all-am: Makefile +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-local + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: check-am install-am install-strip + +.PHONY: all all-am check check-TESTS check-am clean clean-generic \ + clean-libtool distclean distclean-generic distclean-libtool \ + distclean-local distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + uninstall uninstall-am + + +distclean-local: + -rm -rf testSubDir + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/third_party/hyphen/tests/alt.hyph b/third_party/hyphen/tests/alt.hyph new file mode 100644 index 0000000..57ce763 --- /dev/null +++ b/third_party/hyphen/tests/alt.hyph @@ -0,0 +1 @@ +schiff=fahrt diff --git a/third_party/hyphen/tests/alt.pat b/third_party/hyphen/tests/alt.pat new file mode 100644 index 0000000..7fd2f879 --- /dev/null +++ b/third_party/hyphen/tests/alt.pat @@ -0,0 +1,3 @@ +ISO8859-1 +% German prereform hyphenation: Schiffahrt -> Schiff-fahrt +f1f/ff=f,1,2 diff --git a/third_party/hyphen/tests/alt.test b/third_party/hyphen/tests/alt.test new file mode 100755 index 0000000..f144145 --- /dev/null +++ b/third_party/hyphen/tests/alt.test @@ -0,0 +1,4 @@ +#!/bin/sh +DIR="`dirname $0`" +NAME="`basename $0 .test`" +$DIR/test.sh $NAME.pat $NAME.word $NAME.hyph diff --git a/third_party/hyphen/tests/alt.word b/third_party/hyphen/tests/alt.word new file mode 100644 index 0000000..7c64bfa --- /dev/null +++ b/third_party/hyphen/tests/alt.word @@ -0,0 +1 @@ +schiffahrt diff --git a/third_party/hyphen/tests/alt2.hyph b/third_party/hyphen/tests/alt2.hyph new file mode 100644 index 0000000..12c11ad --- /dev/null +++ b/third_party/hyphen/tests/alt2.hyph @@ -0,0 +1,2 @@ +schif=fen +schiff=fahrt diff --git a/third_party/hyphen/tests/alt2.pat b/third_party/hyphen/tests/alt2.pat new file mode 100644 index 0000000..637c9ba --- /dev/null +++ b/third_party/hyphen/tests/alt2.pat @@ -0,0 +1,6 @@ +ISO8859-1 +% German prereform hyphenation: Schiffahrt -> Schiff-fahrt +f1f +if3fa/ff=f,2,2 +% pattern added by substrings.pl: +if1f diff --git a/third_party/hyphen/tests/alt2.test b/third_party/hyphen/tests/alt2.test new file mode 100755 index 0000000..f144145 --- /dev/null +++ b/third_party/hyphen/tests/alt2.test @@ -0,0 +1,4 @@ +#!/bin/sh +DIR="`dirname $0`" +NAME="`basename $0 .test`" +$DIR/test.sh $NAME.pat $NAME.word $NAME.hyph diff --git a/third_party/hyphen/tests/alt2.word b/third_party/hyphen/tests/alt2.word new file mode 100644 index 0000000..ea04b4b --- /dev/null +++ b/third_party/hyphen/tests/alt2.word @@ -0,0 +1,2 @@ +schiffen +schiffahrt diff --git a/third_party/hyphen/tests/alt3.hyph b/third_party/hyphen/tests/alt3.hyph new file mode 100644 index 0000000..db3d498 --- /dev/null +++ b/third_party/hyphen/tests/alt3.hyph @@ -0,0 +1,3 @@ +schif=fen +schiff=fahrt +tenerif=fa diff --git a/third_party/hyphen/tests/alt3.pat b/third_party/hyphen/tests/alt3.pat new file mode 100644 index 0000000..505122c --- /dev/null +++ b/third_party/hyphen/tests/alt3.pat @@ -0,0 +1,8 @@ +ISO8859-1 +% German prereform hyphenation: Schiffahrt -> Schiff-fahrt +f1f +if3fa/ff=f,2,2 +tenerif5fa +% patterns added by substrings.pl: +if1f +tenerif1f diff --git a/third_party/hyphen/tests/alt3.test b/third_party/hyphen/tests/alt3.test new file mode 100755 index 0000000..f144145 --- /dev/null +++ b/third_party/hyphen/tests/alt3.test @@ -0,0 +1,4 @@ +#!/bin/sh +DIR="`dirname $0`" +NAME="`basename $0 .test`" +$DIR/test.sh $NAME.pat $NAME.word $NAME.hyph diff --git a/third_party/hyphen/tests/alt3.word b/third_party/hyphen/tests/alt3.word new file mode 100644 index 0000000..52299be --- /dev/null +++ b/third_party/hyphen/tests/alt3.word @@ -0,0 +1,3 @@ +schiffen +schiffahrt +teneriffa diff --git a/third_party/hyphen/tests/alt4.hyph b/third_party/hyphen/tests/alt4.hyph new file mode 100644 index 0000000..b233ebb --- /dev/null +++ b/third_party/hyphen/tests/alt4.hyph @@ -0,0 +1 @@ +asz=szony=nyal diff --git a/third_party/hyphen/tests/alt4.pat b/third_party/hyphen/tests/alt4.pat new file mode 100644 index 0000000..47c4be4 --- /dev/null +++ b/third_party/hyphen/tests/alt4.pat @@ -0,0 +1,4 @@ +ISO8859-2 +% Hungarian simplified double 2-character consonants: ssz -> sz-sz, nny -> ny-ny +s1sz/sz=sz,1,3 +n1ny/ny=ny,1,3 diff --git a/third_party/hyphen/tests/alt4.test b/third_party/hyphen/tests/alt4.test new file mode 100755 index 0000000..f144145 --- /dev/null +++ b/third_party/hyphen/tests/alt4.test @@ -0,0 +1,4 @@ +#!/bin/sh +DIR="`dirname $0`" +NAME="`basename $0 .test`" +$DIR/test.sh $NAME.pat $NAME.word $NAME.hyph diff --git a/third_party/hyphen/tests/alt4.word b/third_party/hyphen/tests/alt4.word new file mode 100644 index 0000000..f6d62bf --- /dev/null +++ b/third_party/hyphen/tests/alt4.word @@ -0,0 +1 @@ +asszonnyal diff --git a/third_party/hyphen/tests/alt5.hyph b/third_party/hyphen/tests/alt5.hyph new file mode 100644 index 0000000..5b87226 --- /dev/null +++ b/third_party/hyphen/tests/alt5.hyph @@ -0,0 +1 @@ +oma=tje diff --git a/third_party/hyphen/tests/alt5.pat b/third_party/hyphen/tests/alt5.pat new file mode 100644 index 0000000..9928d9f --- /dev/null +++ b/third_party/hyphen/tests/alt5.pat @@ -0,0 +1,4 @@ +ISO8859-1 +% Dutch example: omaatje -> oma-tje +%aa1tje./a=tje,1,5 (alternative solution) +aa1tje./=,2,1 diff --git a/third_party/hyphen/tests/alt5.test b/third_party/hyphen/tests/alt5.test new file mode 100755 index 0000000..f144145 --- /dev/null +++ b/third_party/hyphen/tests/alt5.test @@ -0,0 +1,4 @@ +#!/bin/sh +DIR="`dirname $0`" +NAME="`basename $0 .test`" +$DIR/test.sh $NAME.pat $NAME.word $NAME.hyph diff --git a/third_party/hyphen/tests/alt5.word b/third_party/hyphen/tests/alt5.word new file mode 100644 index 0000000..d30efe6 --- /dev/null +++ b/third_party/hyphen/tests/alt5.word @@ -0,0 +1 @@ +omaatje diff --git a/third_party/hyphen/tests/alt6.hyph b/third_party/hyphen/tests/alt6.hyph new file mode 100644 index 0000000..6fc2e58 --- /dev/null +++ b/third_party/hyphen/tests/alt6.hyph @@ -0,0 +1,2 @@ +exá=ample +exá=amplxá=ame diff --git a/third_party/hyphen/tests/alt6.pat b/third_party/hyphen/tests/alt6.pat new file mode 100644 index 0000000..6361f61 --- /dev/null +++ b/third_party/hyphen/tests/alt6.pat @@ -0,0 +1,2 @@ +UTF-8 +xé1ém/á=a,2,2 diff --git a/third_party/hyphen/tests/alt6.test b/third_party/hyphen/tests/alt6.test new file mode 100755 index 0000000..f144145 --- /dev/null +++ b/third_party/hyphen/tests/alt6.test @@ -0,0 +1,4 @@ +#!/bin/sh +DIR="`dirname $0`" +NAME="`basename $0 .test`" +$DIR/test.sh $NAME.pat $NAME.word $NAME.hyph diff --git a/third_party/hyphen/tests/alt6.word b/third_party/hyphen/tests/alt6.word new file mode 100644 index 0000000..5395c34 --- /dev/null +++ b/third_party/hyphen/tests/alt6.word @@ -0,0 +1,2 @@ +exéémple +exéémplxééme diff --git a/third_party/hyphen/tests/base.hyph b/third_party/hyphen/tests/base.hyph new file mode 100644 index 0000000..ed4ebac --- /dev/null +++ b/third_party/hyphen/tests/base.hyph @@ -0,0 +1,4543 @@ +aarhus +abase +abate +abbeys +abby +abducts +aber=ra=tions +ab=hor=rer +abil=i=ties +ab=jur=ing +ablest +abodes +abo=li=tion=ist +abor=tion +about +abram +abridged +abruptly +ab=sconds +ab=sently +ab=solved +ab=sorp=tion +ab=sti=nence +ab=strac=tor +abun=dance +abuts +abyssinian +aca=pulco +ac=cel=er=a=tor +ac=cen=tu=ated +ac=cepted +ac=ces=si=bil=ity +ac=ci=den=tal +ac=cli=mated +ac=com=mo=dat=ing +ac=com=pa=ny=ing +ac=com=plish=ments +ac=cords +ac=coun=tant +ac=cre=tion +ac=cul=tur=a=tion +ac=cu=racy +ac=cused +aces +achieve +acid +ac=knowl=edge=able +acme +acous=tics +ac=qui=es=cent +ac=quis=i=tive +acres +acrop=o=lis +acti=nome=ters +ac=ti=va=tors +ac=tors +ac=tu=ar=ial +acute +ada=gios +adap=ta=tion +adapts +ad=dict=ing +ad=di=tions +ad=dresser +ad=duc=ing +aden +ad=her=ents +adi=a=bat=i=cally +ad=join=ing +ad=judg=ing +ad=jured +ad=just=ment +ad=min=is=ter +ad=min=is=tra=tively +ad=mire +ad=mis=sions +ad=mixed +ad=mo=ni=tions +adopted +adore +adrian +ad=sorbs +adul=terer +ad=um=brat=ing +ad=van=ta=geous +ad=ven=tur=ers +ad=versely +ad=ver=tises +ad=visees +ad=vo=cacy +aer=ate +aer=obac=ter +aerosols +af=fairs +af=fec=tions +af=fil=i=at=ing +af=firmed +af=flic=tion +af=fords +afghans +afore=thought +african=izes +af=ter=im=age +af=ter=ward +age +ager +ag=glu=ti=nated +ag=gra=va=tion +ag=gres=sive +ag=ile +ag=i=ta=tor +ag=o=nies +agree=ably +agri=cul=tur=ally +aide +ail=ing +aims +air=drops +air=foil +air=line +air=planes +air=tight +akin +alamo +alas +al=ba=tross +al=bums +al=co=holism +aldrich +alert=ing +alexan=dria +alga +al=ge=rian +al=go=rithms +ali=cia +aligned +al=is=tair +al=lan +al=leges +al=le=gory +al=ler=gic +al=ley=way +al=lit=er=a=tion +al=lo=ca=tor +al=lots +al=low=ing +al=lure=ment +al=maden +al=nico +aloof=ness +al=pha=bet=ized +al=sa=tian +al=ter=ations +al=ter=nates +al=thaea +al=tru=is=ti=cally +alve=o=lar +amal=ga=mate +amass +amaze +ama=zons +am=bigu=ous +am=bled +am=bushed +amend +amer=ica +amer=i=cans +amide +am=mo=nia +among +amor=tized +amour +am=phib=ians +am=pli=fiers +am=pu=tated +amuse=ment +an=abap=tist +ana=gram +ana=logue +an=a=lyt=ic=i=ties +anaphoric +anas=to=moses +anatomy +an=chorite +an=dalu=sia +an=dover +anec=dote +anes=thetic +an=ge=leno +an=gered +an=glia +an=gola +an=gu=lar +an=i=mated +an=i=mism +anita +an=napo=lis +an=ni=hi=lated +an=no=ta=tion +an=noy +an=nu=ally +an=nuls +an=odes +anoma=lously +anselm +ant +an=tag=o=nizes +an=te=date +an=tholo=gies +an=thro=po=mor=phi=cally +an=tic=i=pates +an=ti=dotes +an=ti=mony +an=ti=quate +an=ti=semitism +an=ti=thet=i=cal +an=to=nio +anx=ious +any=way +ap=a=thy +apha=sia +api=ary +apoc=ryphal +apol=o=gist +apos=tolic +ap=pall +ap=par=ently +ap=pear +ap=pease=ment +ap=pended +ap=per=tains +ap=plauds +ap=pli=ca=ble +ap=plier +ap=pointer +ap=por=tion=ing +ap=prais=ers +ap=pre=ci=a=tion +ap=pre=hen=sively +ap=proach +ap=pro=pri=ate +ap=proval +ap=prox=i=mated +april +aptly +aquifer +ara=bi=ans +aramco +ar=bi=trat=ing +ar=cades +ar=chaism +arche=ol=o=gist +archimedes +ar=chi=tec=tures +arc=ing +ar=dently +are=quipa +ar=gos +ar=gu=ment +arid=ity +aris=to=crat +arith=me=tize +arm +arm=chairs +arm=ing +armpits +arousal +ar=rack +ar=range=ment +ar=rears +ar=rhe=nius +ar=ro=gate +ar=royo +ar=te=rial +arthri=tis +ar=tic=u=lately +ar=ti=fact +ar=tillerist +arts +as=cen=dant +as=cent +as=cot +ashamedly +ash=tray +asi=at=ics +ask=ing +as=per=sions +as=pi=ra=tion +ass +as=sas=si=nated +as=say +as=sem=blies +as=serter +as=sess +as=siduity +as=sign=ing +as=sist +as=so=ciate +as=so=ci=a=tor +as=suaged +as=sure +as=syr=i=an=ize +as=ter=oid +as=ton=ish=ingly +astride +as=tro=nom=i=cally +asym=met=ric +asyn=chronously +athe=ism +ath=letes +at=las +at=om=iza=tion +atone=ment +at=ro=phies +at=tach=ing +at=tain +at=tempt +at=ten=dants +at=ten=tion=al=ity +at=ten=u=a=tor +at=tired +at=tracted +at=tributable +at=tune +auburn +au=di=bly +au=diome=ter +au=di=tions +auger +au=gust +au=ral +aus=cul=tated +aus=terely +aus=tri=an=ize +au=then=ti=ca=tor +au=thor=i=ties +au=thors +au=to=cor=re=late +au=todecre=ments +au=toin=dex +au=toma=ton +au=topi=lot +au=tum=nal +availer +avari=cious +av=enues +avers +avian +avionic +avoid=able +avow +awak=ened +awards +aw=ful=ness +awry +ax=i=o=log=i=cal +ax=ioms +ayes +azure +ba=belizes +baby=ing +bac=chus +back=bend +back=fill +back=o=rder +backscat=ters +back=stitch +back=tracks +back=yard +bad=ger +baf=fle +bag=gage +bagro=dia +bailiff +baits +bakes +bal=ancers +bald=win +balka=niza=tion +balks +baller +bal=loon +ballplayer +bal=sam +bam=boo +ban=dage +band=pass +bane +ban=gui +bank +bankrupts +bans +bap=tism +bap=tized +bar=barism +bar=bells +bards +barest +barhop +barks +barn=hard +barom=e=ters +barr +bar=ren +bar=ron +barter +basalt +base=less +bash +ba=sics +bas=ket=ball +bassinets +batavia +bather +bath=tub +bat=ted +bat=ting +bat=tle=ments +baude=laire +bawl=ing +bay=o=net +be +beaded +beaker +bean=bag +bearded +beast +be=at=i=fi=ca=tion +beau +beau=ti=fied +beavers +becker +be=com=ingly +bed=der +bed=post +bed=spread +beecham +beefy +beethoven +be=fell +be=foul +be=fud=dles +beg=gary +be=got=ten +be=guil=ing +be=hav=ior=ism +be=hold +be=ing +be=lay +bel=fry +be=liev=able +be=lit=tles +belles +bel=liger=ents +bells +be=long +belt=ing +be=moans +bend=able +bene=dic=tions +ben=e=fi=ciary +ben=gal +bent +be=queath +be=rat=ing +beres=ford +berib=boned +berlin=ers +bernar=dine +bernoulli +bertie +be=sets +be=smirched +be=spoke +best=ing +bet +be=trayed +bette +be=tween +be=wail +be=wil=der=ment +bianco +bibles +bi=car=bon=ate +bi=con=vex +bid=der +bi=en=nial +big=ger +bi=har=monic +bi=l=abial +bilk +bil=let +billings +bimet=allism +bind +bing=ham=ton +bio=chem=istry +bi=o=log=i=cally +biopsy +bipeds +bird=baths +birm=ing=hamize +births +bi=sec=tors +bisques +bites +bit=terly +bi=valves +blab=ber=mouths +black=burn +black=foots +black=mailed +blacks +blaine +blamers +bland +blan=keters +blares +blas=phe=mous=ness +blatz +bleach=ers +bleat=ing +blem=ishes +bless=ings +blind=fold +blinked +bliss=fully +bliz=zard +bloch +block=ers +blond +blood=i=est +bloom +blos=soms +blow=fish +blud=geons +blueprint +bluish +blunted +blur=ring +blush=ing +boarded +boaster +boathouse +boatswain +bobb=sey +bo=den=heim +body=build=ing +bog=art +bo=gus +boil=ers +bold=face +bol=she=vist +bolton +bom=bas=tic +bo=nan=zas +bonds=man +bon=ham +bon=tempo +book=cases +book=keep=ers +book=store +booms +booster +boo=tle +boot=strap=ping +bor=den +bo=re=alis +born +bor=row=ers +bosses +botanist +bother +bot=tler +bo=tulism +bounce +bounden +bou=quet +bou=tique +bowd=ler=iz=ing +bowl +bow=string +box=ing +boyfriend +braced +brad=bury +brag=ger +braille +brain=storm +brakes +branch=ings +bran=dish=ing +brashly +braun +brav=ing +bray=ing +brazil +bread +bread=win=ners +break=fast +break=through +breast=works +breath=lessly +breed=ing +bren=nan +brevet +brew=ery +bribers +brick=lay=ers +bridge +bridge=work +briefed +brig +brighten +brighton +brim=ming +brings +bris=tle +britisher +broaches +broad=casts +broadly +broglie +bro=ken=ness +bronchial +brooch +brook=field +broth +brow=beat +brow=n=ian +bruce +brunette +brush=ing +bru=tal=ized +bryce +buch=wald +buck=ler +bucky +bud=dies +bud=geters +buff +buf=fet=ings +bug=ger +bugs +built +bulging +bull=doze +bull=frog +bul=ly=ing +bum=bling +bump=tious +bun=dle +bun=gler +bunkhouse +bunted +buoys +bu=reau=cracy +burgher +bur=glarproof=ing +burke +burn +burn=ings +burnt=ness +bur=row=ing +bursty +busch +bush=whacked +busi=nesslike +bus=tards +butchered +but=ter=cup +but=ter=nut +but=ton=holes +bu=tyrate +buz=zard +bye +by=pass=ing +by=stander +byzan=tinizes +cab=i=net +cache +cac=tus +cae=sarize +cager +ca=jole +calais +cal=cu=late +cal=cu=lus +cal=gary +cal=ico +callaghan +cal=loused +calm=ingly +cal=tech +ca=lypso +camem=bert +camino +cam=paign=ing +camps +cana=di=an=ize +can=celed +can=di=dacy +can=dler +ca=nine +can=nery +can=non +canon=i=cal +canopy +canto +can=vassed +ca=pa=ble +ca=pac=i=tors +capita +cap=i=tal=iz=ers +cap=ping +cap=stone +cap=ti=vates +cap=turer +car=a=vans +car=bon=dale +car=boniz=ing +card=board +car=di=ol=ogy +care=fully +ca=ress=ing +car=i=ca=ture +carls=bad +car=na=tion +car=o=line +car=pen=ters +car=riages +car=ruthers +carter +car=ton +carve +cas=cades +cashed +cas=ings +cas=sette +castes +casts +catalina +cat=a=pult +catches +cat=e=go=rizes +cathe=dral +catholi=cisms +cat=tle +caul=drons +causer +cau=tioner +cav=a=lier=ness +cav=ernous +caw=ing +ce=cil +celanese +celer=ity +cel=list +celti=cizes +cen=sor=ing +cen=taur +cen=time=ter +cen=tral=ized +cen=troid +cere=bral +cer=tain=ties +cer=ti=fies +cezanne +chaf=fey +chair=ing +chal=ices +chal=leng=ing +cham=paign +chan=cel=lor +change=abil=ity +chan=neled +chanter +chapel +chap=ter +char=ac=ter=ize +charge=able +char=i=ta=ble +char=lotte +chars +chart=ings +chas=ing +chas=tis=ers +chat=tel +chauf=feured +cheaply +check=book +check=out +cheek=bone +cheer=i=ness +cheeses +chemise +cher=ishes +cheryl +chests +cheyennes +chi=canos +chides +child=hood +chill +chime +chi=nas +chin=ning +chi=ro=prac=tor +chit +chloro=plasts +choir +choose +chop=ping +chore=o=graph +chou +chris=ten=son +chris=tian=iz=ing +christoph +chron=i=cle +chronol=ogy +chuck=les +church=go=ing +churn +ci=cero=ni=an=ize +cin=derella +ci=pher=texts +cir=cuitously +cir=cu=lat=ing +cir=cum=nav=i=gates +cir=cum=stanced +cir=cuses +cities +civet +civ=i=lized +claimed +clam=bers +clams +clap=board +clar=i=fi=ca=tions +clash +classes +clas=si=fiers +clat=tered +claus=tro=pho=bia +cleaned +cleansed +clearer +cleaved +clemente +clerked +cliches +cliffs +climb +clincher +clink +clip=pers +cloaks +clock=ings +clogs +close=ness +clos=ing +cloth=ing +cloud=ing +clowns +clucks +clumsy +clutch=ing +coaches +coali=tion +coastal +coat=ing +coax=ing +cob=web +cock=pit +co=coon +codes +cod=i=fies +co=ef=fi=cient +co=ex=ist +cof=fer +cog=i=tated +cogs +co=her=ing +coils +co=in=cid=ing +colder +col=icky +col=lab=o=ra=tor +col=lared +col=lect=ing +col=leges +collins +colom=bia +colonies +colons +col=or=less +colum=nize +com=bated +com=bi=na=tor +comb=ings +comedic +cometary +com=fort=ing +comma +com=mand=ment +com=mem=o=ra=tive +com=mended +com=ment=ing +com=mis=sion=ers +com=mit=teemen +com=mon=al=i=ties +com=mon=wealth +com=mu=ni=cated +com=mu=nists +com=mut=ing +com=pactors +com=pa=ra=bly +com=par=i=son +com=pas=sion +com=pelling +com=pen=satory +com=pe=ti=tions +com=pil=ers +com=plaint +com=pleted +com=plex=i=ties +com=pli=ca=tions +com=pli=ment=ing +com=pos=edly +com=post +com=pre=hen=si=bil=ity +com=pres=sion +com=pro=mis=ers +com=pul=sory +com=puted +com=radely +con=cate=na=tion +con=cede +con=ceived +con=cen=tra=tors +con=cep=tu=al=ized +con=certed +con=cise=ness +con=coct +con=cretes +con=cur=ring +con=demns +con=di=tional +con=doned +con=duc=tion +con=fec=tionery +con=ferred +con=fes=sions +con=fi=den=tial +con=fig=ure +con=fin=ing +con=fis=cates +con=fo=cal +con=found=ing +con=fu=cian +con=fu=sion +congo +con=gre=gat=ing +con=gress=women +con=joined +con=junc=ture +con=nected +con=nec=tor +con=nors +con=quered +con=rail +con=se=crate +con=sent=ing +con=ser=va=tion +con=served +con=sid=ered +con=sis=tent +con=sol=ers +con=so=nants +con=spir=a=tor +con=stant +con=stituent +con=sti=tu=tions +con=structed +con=structs +con=sul=tant +con=sumed +con=sump=tions +con=tain +con=tam=i=nated +con=tem=pla=tive +con=tender +con=tent=ment +con=text +con=ti=nents +con=tin=u=a=tions +con=tor=tions +con=tract=ing +con=tra=dict=ing +con=trap=tions +con=tribute +con=trite +con=trol=la=bil=ity +con=tro=versy +con=vened +con=ven=tion=ally +con=ver=santly +con=ver=sion +con=vex +con=vict +con=vinces +con=voys +cooked +cool=ers +coon +co=op=er=a=tions +co=or=di=nates +copeland +cop=ings +co=pro=ces=sor +co=quette +cords +corinthian +corks +cor=nered +corns +coro=nary +cor=po=rately +cor=rect +cor=rect=ness +cor=re=spond +cor=ri=dors +cor=rob=o=ra=tive +cor=rup=tion +cor=val=lis +cos=mopoli=tan +costs +cots +cotyle=don +coughs +coun=cil=woman +coun=selors +coun=ter=act=ing +coun=ter=feited +coun=ter=part +coun=ter=sunk +coun=try=wide +cou=plings +courser +cour=te=sies +court=rooms +covenant +cov=er=let +cov=etous=ness +cower +cowl +coypu +crack=ers +cra=dles +craftsper=son +cramps +crank +cranny +crater +craw=ford +craze +creaked +creams +cre=ation +cre=dence +cred=i=tor +creeks +cre=mates +cres=cents +cretin +cricket +crim=i=nal +crip=ple +criss=cross +crit=i=cizes +croaks +cro=cus +crop=per +crosser +crosstalk +crowd +crown=ing +cru=ci=fix=ion +cruel +cruis=ing +crum=pled +cru=sade +crushes +crux +cryp=tic +crys=tal=lize +cubans +cu=cum=bers +cuf=flink +cul=mi=nate +cul=tivable +cul=tural +cum=mings +cup=board +curb +cur=ing +curlers +cur=rent +cur=ry=ing +cur=sory +curtly +curv=ing +custer +cus=tomiz=able +cut +cuts +cyanamid +cycli=cally +cygnus +cy=press +cy=to=plasm +dab=bles +dadais=tic +dahl +dairy +dali +dam=ages +damns +damsel +danc=ing +dan=gle +danize +dare +darken +darn +darted +dar=winizes +database +dates +daunted +davy +day=dreams +daz=zled +deaden +deaf +deal=ings +deanna +death +de=bater +de=bil=i=tates +debtor +debu=tante +de=cay +de=ceit +de=cel=er=ate +de=cent +de=cid=abil=ity +dec=i=mate +de=ci=sion +decks +de=clarer +de=clin=ers +de=cod=ings +de=com=po=si=tion +dec=o=ra=tive +de=creases +decre=ments +ded=i=cated +deduct +deed=ing +deep +deere +de=feats +de=fen=dant +de=fen=es=trat=ing +de=fer=ments +de=fi=cien=cies +de=fine +def=i=ni=tions +de=for=ma=tion +defy +degra=da=tion +de=ify +de=jected +de=lay=ing +deleter +de=lib=er=ated +del=i=ca=cies +de=light=ful +de=lim=it=ing +deliri=ous +de=liv=er=ies +del=phic +del=uged +de=mand +deme=ter +de=mod=u=late +demons +demon=stra=tor +de=mul=ti=plex +denebola +den=i=grates +de=nom=i=na=tors +de=not=ing +dens=est +den=tists +deny=ing +de=par=ture +de=pen=dent +de=pleted +de=ploy +de=pose +de=pos=i=tors +de=pre=ci=ated +de=pri=va=tions +de=queued +dereg=u=late +de=rive +de=scend +de=scents +de=scrip=tively +de=sert=ers +de=serv=ings +des=ig=na=tor +de=sire +des=o=late +despatched +de=spite +desta=bi=lize +de=stroyed +de=struc=tive=ness +de=tacher +de=tained +de=tec=tive +de=te=ri=o=rated +de=ter=mi=na=tion +de=ter=min=is=tic +de=trac=tor +dev=as=tate +de=vel=op=ment +de=vi=a=tion +de=vised +de=vot=edly +de=vours +dexedrine +di=ag=nose +di=ag=o=nals +dial +di=a=logue +di=a=mond +di=ar=rhea +dick=in=son +dic=ta=to=rial +did=dle +dies +di=et=rich +dif=fer=en=tials +dif=fer=ers +dif=fusely +di=gest +dig=gings +dig=its +di=gress=ing +di=lap=i=date +dili=gence +di=lu=tion +di=men=sions +dimmed +dine +din=ing +dio=genes +diph=thong +dip=per +di=rec=tion +di=rec=torate +dirt +dis=able +dis=af=fec=tion +dis=al=low=ing +dis=ap=pear=ances +dis=ap=prove +dis=as=sem=bles +dis=bands +dis=card=ing +dis=cerns +dis=ci=plines +dis=clo=sure +dis=con=nects +dis=cord +dis=cour=ag=ing +dis=cov=ery +dis=cre=tion +dis=cuss +dis=ease +dis=fig=ure +dis=grun=tle +dis=gust=ingly +dis=hon=estly +dish=wa=ter +dis=joint +disk +dis=lo=cates +dis=may=ing +dis=mis=sers +dis=obe=di=ent +dis=own +dis=patched +dis=pen=sary +dis=persed +dis=plac=ing +dis=pleas=ing +dis=po=si=tion +dis=puter +dis=qui=et=ing +dis=rup=tion +dis=sem=ble +dis=senter +dis=sim=i=lar=i=ties +dis=so=ci=at=ing +distaff +dis=tastes +dis=till=ing +dis=tin=guish +dis=torts +dis=tresses +dis=tribu=tiv=ity +dis=turbed +ditty +di=ver=gence +di=ver=si=fies +di=vert=ing +div=i=dend +di=vin=ing +di=vi=sors +dix=ieland +dober=man +doc=toral +doc=u=men=taries +do=dec=a=he=dra +doe +dog=house +dolan +dol=lies +domenico +domi=cile +dom=i=neer=ing +don=ahue +don=key +doo=ley +door=man +dop=ers +doric +dort=mund +doted +dou=ble=header +doubt +doubts +doves +downey +down=load=ing +down=stairs +doyle +dra=co=nian +drafty +dra=gooned +dram +drape +draughts +draw=ings +dreaded +dream=ers +dregs +dress=ing +dries +driller +drip +drive=way +droop +drop=pers +droves +drudgery +drum=mers +drunkly +du=al=ity +dubuque +ducts +dug +dull=ness +dumbly +dun=bar +dun=geons +du=pli=ca=ble +dupont +du=ra=tion +dur=ward +duster +dutch=man +dwarfed +dwelt +dye=ing +dy=namism +dysen=tery +ear +ear=marked +earnest=ness +earth +earth=quakes +eases +east=erner +easy +eaves +eben +echoed +ecol=ogy +econ=o=mize +ecuador +ed=enizes +edict +edi=tion +ed=mon=ton +ed=u=cat=ing +ed=wards +ef=fect=ing +ef=fi=cacy +ef=fort=less=ness +eggshell +egyp=tian=ize +eigen=state +eighthes +eis=ner +eject=ing +elab=o=rately +elapses +el=derly +elec=tions +elec=tri=cally +elec=tro=cute +elec=troen=cephalog=ra=phy +elec=tron=ics +el=e=men=tal +el=e=va=tion +elicited +elim=i=nat=ing +elite +ella +el=lip=soids +elmhurst +else +elu=ci=da=tion +ely +eman=ci=pate +em=bar=rass +em=beds +em=bod=ied +em=brac=ing +emer=ald +emer=i=tus +emil +emits +emo=tion=ally +em=pha=siz=ing +em=ploy=able +em=po=rium +emp=tily +em=u=la=tor +en=acted +en=camp=ing +en=chanter +en=cir=cled +en=coder +en=counter +en=cour=ag=ingly +en=cum=bered +en=dan=gers +en=demic +en=dorse +en=dows +en=dur=ingly +en=fee=ble +en=fran=chise +en=gels +en=gines +en=glish=men +en=gulf +en=join +en=joys +en=light=ened +en=livens +enor=mity +en=quirer +en=riches +en=sem=bles +en=snar=ing +en=sures +en=ter=prise +en=ter=tain=ment +en=ticed +en=ti=tle +en=treat +en=trepreneurs +enu=mer=ated +en=veloped +en=v=i=ron +en=vi=sioned +ephemeral +epi=cur=izes +epis=co=palian +epi=taphs +epochs +equal=ize +equates +equi=li=brate +equips +equiv=o=cally +erased +ere +ergo +er=lang +erode +er=ra=tum +errs +es=ca=lates +es=capes +es=corts +es=pe=cially +es=quires +es=sen=tially +es=tates +es=ti=mated +eter=nal +eth=er=nets +etruria +eu=le=rian +eura=sia +eu=ro=peanized +evade +eval=u=a=tive +evap=o=ra=tion +even=hand=ed=ness +events +ev=er=glades +ev=ery=thing +ev=i=dences +evinces +evolve +ex=ac=er=bated +ex=ac=tions +ex=ag=ger=a=tions +ex=am=ined +ex=as=per=ates +ex=ceeded +ex=cel=lently +ex=cep=tions +ex=change=able +ex=ci=sion +ex=cit=ingly +ex=clam=a=tory +ex=clu=sive=ness +ex=cret=ing +ex=cused +ex=e=cu=tional +ex=em=pli=fied +ex=empts +ex=er=tion +ex=haust=edly +ex=hi=bi=tions +ex=ile +ex=is=ten=tial=ist +ex=or=bi=tant +ex=panders +ex=pect +ex=pects +ex=pe=di=tious +ex=pen=di=ture +ex=pe=ri=enc=ing +ex=per=i=ments +ex=pires +ex=pla=na=tions +ex=ploit +ex=plo=rations +ex=plo=sive +ex=po=nen=ti=at=ing +ex=ports +ex=po=sure +ex=press=ibil=ity +ex=pul=sion +ex=tem=po=ra=ne=ous +ex=ten=sive +ex=ter=mi=nate +ex=tin=guished +ex=tract +ex=tra=ne=ous +ex=trap=o=la=tion +ex=tremely +ex=ult +eye=glasses +eye=sight +fa=bles +fa=cade +facile +fac=sim=ile +fac=to=ries +fac=ulty +fa=gin +fail=soft +faint=ness +fair=ing +faith=ful +fakes +fal=la=cious +fal=mouth +fal=si=fy=ing +fa=mil=iar +fam=i=lies +fa=nati=cism +fanci=ness +fan=ning +farad +farewells +farm=ers +far=rell +fas=ci=na=tion +fasted +fas=tid=i=ous +fate +fath=omed +fat=ten +faulkner +fauna +fa=vor=ing +fayette +fear=lessly +feat +feath=er=weight +fed +fee=ble=ness +feeds +feet +fe=line +fel=low=ships +fem=i=nism +fenc=ing +fer=men=ta=tion +fe=ro=ciously +fer=tile +fer=vent +fes=tiv=ity +fet=tered +fever=ish +fiat +fi=brously +fid=dled +fief +fiendish +fif=teenth +fight=ing +fiji +files +filled +film=ing +filthy +fi=nals +finder +fines +fin=ger=print +fin=ishes +finnish +fire=boat +fire=men +fire=wall +firm=ing +fis=cally +fishes +fis=sured +fitly +fitz=patrick +fix=a=tion +fix=ture +flagged +flak +flamer +flank=ing +flash +flask +flat=tered +flaunt=ing +flaw=lessly +fledglings +fleetly +flem=ish=ing +flew +flick=ing +flinches +flirt +floated +flood +floors +flo=ren=tine +floss=ing +flour=ished +flow=er=i=ness +fluc=tu=ate +fluffier +flu=o=resce +flut=ing +fly=ing +fo=cal +foes +fogy +fold=ers +folksy +fol=som +font +fooled +foot=ball +foot=ing +for=age +forbes +forcer +fore=arms +fore=fa=thers +for=eign +fore=see=able +fore=stalls +for=ever +forge +for=get=table +for=giv=ing +for=lornly +for=mal=ized +for=ma=tively +formi=cas +for=mu=lated +for=saken +forth=with +for=tiori +for=tu=itously +for=warder +fought +foun=da=tion +founds +four=some +foxes +frag=ile +fra=grantly +fram=ing +fran=cie +fran=coise +frank=ing +fraser +fray +freckle +fred=erico +free=ing +frees +freez=ing +frenchizes +fre=quented +fresh=ened +fresh=ness +freudi=an=ism +fric=tion +friendlier +friezes +fright=ful +frisia +frivolity +from +fronts +froth=ing +frue=hauf +fruits +fuch=sia +fu=jitsu +full +fum=bling +func=tion=ally +fun=da=men=tally +fun=gal +fun=nier +fur=long +fur=ni=ture +fur=ther=more +fuses +fu=tur=is=tic +gabled +gad=getry +gag=ing +gaines +galac=tic +galaxy +gal=lantly +gal=lon +gall=stone +gam=bled +games +gang=plank +gaped +garbed +gard=ner +gar=landed +gar=risoned +gaseous +gaspee +gas=tric +gath=ered +gauche +gaunt +gawky +gaze +gear=ing +gelatin +gemma +gen=er=al=ity +gen=er=als +generic +ge=netic +genre +gen=tler +geodesic +ge=o=log=i=cal +geo=phys=i=cal +geral=dine +ger=mane +ger=mi=nates +gestapo +get=ting +ghosted +gibral=tar +gig +gig=gle +gilds +gilt +ging=hams +gipsy +girl=ish +giver +glad=dest +glance +glar=ing +glazed +gleaner +glenda +glim=mer +glints +gloat +glo=ria +glo=ry=ing +glove +glow=ing +glynn +gnu +goats +gob=lins +god=mother +goethe +gold=enly +gold=s=tine +gon=dola +goode +goodyear +goren +gor=ton +got +goth=i=ciz=ing +goug=ing +gov=ern=ment +grab +grace=fully +gra=da=tions +grad=ual +graft +grained +grams +grand=fa=ther +grandpa +grant +gran=u=lates +graph=i=cal +gras=pable +grassi=est +grat=i=fi=ca=tion +gra=tu=itously +graves +grayed +grease +gre=cian=ize +greeks +green=feld +greens +greeter +grenades +greyest +grievances +grif=fith +grimes +grinds +gripped +gritty +gro=cers +grooved +gross=est +gro=ton +group +grov=els +growl=ing +grubs +grum=bling +guano +guard=edly +gu=ber=na=to=rial +guest +guide=line +guiltier +guises +gul=lah +gum=ming +gun=ner +gur=gle +gustafson +guts +guyer +gym=nas=tics +haas +ha=bit=ual +hacks +hag +hail +hairier +hale +hall=mark +halpern +halve +ham=burg=ers +ham=mer=ing +hamp=shire +hand=books +hand=i=cap +hand=ker=chiefs +hand=shake +handy +hang=man +han=nah +hansel +hap=lessly +hap=pily +harbinger +harder +hard=ships +harken +harm=ful=ness +har=mo=niously +har=ness=ing +har=ri=man +harry +har=vardize +har=veys +has=sle +hat +hate=fully +hat=tie +hauler +hausa +havoc +hawthorne +hay=wood +head +head=lands +head=room +heals +healy +hear=ings +heartily +heater +heaved +heav=i=ness +he=brides +hedge=hog +heeds +hegelian=izes +heights +heiresses +he=li=copter +hel=l=enized +hel=met +help=fully +hem +hemp +hen=drick +hen=ri=etta +her=alds +herder +here=ford +here=un=der +her=mit +hero=ically +her=ring +hert=zog +hes=pe=rus +het=eroge=nous +heuser +hexagon +hi=ber=nate +hid=den +hi=er=ar=chic +high=field +high=nesses +hikes +hill=crest +hilt +hin=dered +hin=dus=tan +hint=ing +hired +his +his=tograms +hitch +hither +hit=ting +hoarse=ness +hobby +hoe +hoists +holds +hol=landaise +hol=low=ness +holo=caust +homage +home=o=mor=phism +home=spun +hom=ing +ho=mo=sex=ual +hon=esty +hon=ey=moon=ing +hon=o=raries +hood=lum +hooker +hoosier=ize +hooves +hope=less=ness +ho=race +horn +hor=ri=ble +hor=rors +horse=shoer +hos=pi=tal=ize +hostesses +hotly +hound=ing +house=flies +house=top +hover +howled +hu=bert +huey +hugo +hu=man=i=ties +hum=bling +hu=mid=i=fiers +hu=mil=i=a=tion +hu=mor=ers +humpty +hung +hun=gry +hunt=ley +hurl=ing +hur=ry=ing +hus=bands +husks +hutchins +hyde +hy=giene +hy=phen=ate +hy=pothe=ses +hys=ter=i=cal +ib=sen +ici=cle +icosa=he=dron +ide=al=ize +iden=ti=cal +iden=tify +id=iosyn=crasy +idles +ig=nite +ig=nores +il=le=gal=ity +il=log=i=cal +il=lu=sions +il=lus=tra=tive +im=a=gen +imag=ine +im=brium +im=ma=te=rial +im=mensely +im=mi=grat=ing +im=mov=abil=ity +im=pacted +im=pale +im=pa=tiently +im=pedes +im=pen=e=tra=ble +im=per=fectly +im=per=ma=nent +im=per=son=ations +im=pinges +im=ple=mentable +im=pli=cants +im=plied +im=por=tant +im=poses +im=po=tence +im=prac=ti=cally +im=press=ible +im=press=ment +im=pris=on=ments +im=prove=ment +im=pro=vis=ers +im=pul=sion +in=ac=ces=si=ble +in=ad=e=quate +inane +in=audi=ble +inca +in=cas +in=ces=santly +in=ci=den=tally +in=cit=ing +in=closes +in=clu=sive=ness +in=com=pa=ra=ble +in=com=pletely +in=con=gruity +in=con=sis=tent +in=con=ve=nient +in=cor=rect=ness +in=cred=u=lous +in=cu=bate +in=cur=able +in=de=ci=sive +in=dent +in=de=scrib=able +in=dex=ing +in=di=ca=tion +in=dif=fer=ence +in=dig=na=tion +in=di=rectly +in=dis=tinct +in=di=vid=u=ally +in=doc=tri=nat=ing +in=du=bitable +in=duc=tances +in=ducts +in=dus=tri=al=ist +in=dus=try +in=el=e=gant +inertly +in=ex=act +in=ex=pli=ca=ble +in=fantry +in=fec=tion +in=fe=rior +in=fer=tile +in=fi=nite +in=fir=mary +in=flated +in=flict=ing +in=form +in=for=ma=tively +in=fre=quently +in=fu=ri=at=ing +in=ge=nious=ness +in=gra=ti=ate +in=hab=ited +in=her=ently +in=her=itress +in=hibitor +in=im=i=cal +ini=tial=ized +ini=ti=at=ing +in=jec=tion +in=jured +inker +in=let +in=ner +in=nocu=ous=ness +in=oc=u=late +in=quire +in=quis=i=tive +in=scribed +in=se=curely +in=ser=tion +in=sid=i=ous=ness +in=sin=u=ated +in=sis=tently +in=som=nia +in=spi=ra=tion +in=stal=la=tion +in=stances +in=stan=ti=a=tions +in=still +in=sti=tutes +in=struct +in=structs +in=stru=ments +in=su=la=tion +in=sur=ance +in=sur=rec=tion +in=te=grand +in=tel=lect +in=tel=li=gi=ble +in=ten=si=fi=ca=tion +in=ten=sively +in=ter +in=ter=cept +in=ter=changed +in=ter=com=mu=ni=cates +in=ter=course +in=ter=ested +in=ter=fered +in=ter=group +in=ter=leaved +in=ter=minable +in=ter=mod=ule +in=ter=na=tion=al=ity +in=ter=per=sonal +in=ter=posed +in=ter=pret=ing +in=ter=re=la=tions +in=ter=rupt +in=ter=sect=ing +in=ter=state +in=ter=ven=ing +in=ter=wo=ven +in=ti=ma=tion +in=tol=er=ance +in=tractabil=ity +in=traof=fice +in=trigued +in=tro=duc=tions +in=truder +in=tu=ba=tion +in=vaders +in=va=lidi=ties +in=vari=ants +in=ven=tively +in=verses +in=vert=ing +in=ves=tiga=tive +in=vet=er=ate +in=vites +in=voked +in=volves +io=ni=ans +ira +irately +irish=man +ironic +ir=ra=tional +ir=reg=u=lar +ir=re=press=ible +ir=re=versibil=ity +ir=ri=ta=ble +irv=ing +is=fa=han +is=land +iso=lated +iso=mor=phisms +is=suance +it +ital=i=cize +item=iza=tions +it=er=a=tion +ito +izves=tia +jack=ets +jacky +ja=cobus +jailer +ja=maican +janet +janus +jar=gon +jaun=ti=ness +jay +jeanne +jef=fer=so=nian +jen=nifer +jeremy +jer=oboam +jest +je=suit=iz=ing +jew=eled +jews +jin=gled +joaquin +joes +john +joiner +jok=ers +jolts +jor=dan +jose=phus +jot=ting +jour=nals +joust=ing +joy=ous +ju=daica +judge +ju=dith +ju=goslavia +julie +jump +junc=tures +ju=niper +juras +jury +jus=ti=fiers +jut=land +kad=dish +kamikazes +kant +karp +ka=tow=ice +keel=ing +keep=ers +kemp +ken=ney +ke=pler +ker=ouac +key +key=pad +khrushchevs +kidde +kid=ney +kil=i=man=jaro +kills +kilo=joule +ki=mono +kin=dling +king=pin +kin=nick=in=nic +kir=choff +kisses +kit=ing +klein +knap=sacks +kneel +knicker=bock=ers +knights +knocked +knots +knowl=edge +knuck=les +ko=dachrome +ko=rea +kraka=toa +kro=necker +kurd +la=bel=ing +la=borer +labyrinths +lac=erta +lacks +ladies +la=goon +laid=law +lamarck +lament +lamp +lanced +land=ings +lands +lange +lan=guish +laos +lapse +largely +lar=son +lash=ing +las=zlo +later +la=tin=ity +lat=i=tudes +laud=able +laugh=lin +laun=dered +lau=rels +laven=der +law=fully +law=suit +lay=ers +lazarus +leaded +leafed +lea=guers +le=an=der +leap=ing +leary +leath=ern +leav=ing +lec=tures +leeds +left=ists +le=gal=iza=tion +leger +leg=is=lated +le=git=i=mate +leila +lemon +lends +le=niency +lens +leonardo +les=bian +les=son +let=ter +levee +lev=elly +levin +lewdly +lex=ing=ton +li=belous +lib=er=ated +li=bido +li=cense +lick +lied +lifeboat +life=time +ligget +light=hearted +like +like=ness +lil=ian +li=man +limit +lim=its +lind +lindy +lin=early +lin=gerie +lin=ing +lin=naeus +li=oness +liq=uid +lise +lis=tened +list=ings +lit=er=al=ness +lithua=nia +lit=ter=ing +live +liv=ers +lizzie +loaf +loathing +lob=ster +lo=cally +lo=ca=tor +lock=ian +lock=wood +lodges +log=a=rithm +log=i=cally +logs +loi=ters +lon=doniza=tion +lon=ers +long=ings +look=ers +looms +loose=leaf +loos=ing +lords +lorry +lossi=est +lo=tus +louisa +lour=des +lovelace +loves +low=est +loy=ally +lucerne +luck=ier +lu=di=crous +luke +lu=mi=nously +lunch +lunged +lur=ing +lust +luther +lux=u=ri=antly +lyle +lynx +mac +mac=don=ald +maces +ma=chin=ery +mackey +macro=molecule +mad=den +mad=hya +mad=sen +mag=el=lanic +mag=ill +mag=ne=ti=z=able +mag=nify +maguire +maids +mail=man +main=frames +main=tained +majesty +maker +mal=ady +mal=colm +mal=formed +ma=li=cious=ness +mal=one +mal=ton +man=age +man=ag=ing +manda=tory +manger +man=hole +man=i=cur=ing +manila +ma=nip=u=la=tive +mann +manors +man=tissa +man=u=fac=tured +mao +maps +marched +mardis +margo +mari=nade +mar=itime +mar=ketabil=ity +mark=ings +mar=malade +mar=riott +mar=shal=ing +mar=tial +mar=tyr +mar=vels +mas=cara +mask=able +ma=sonite +mas=sa=cred +mast +mas=ter=piece +mas=tur=ba=tion +match=less +ma=te=ri=al=iz=ing +math=e=mat=i=cally +mat=ings +ma=trix +mat=tered +ma=tured +mauri=cio +max=ima +max=ims +maybe +may=oral +mc=cabe +mc=cluskey +mc=don=nell +mc=gov=ern +mc=kee +mclean +mcpher=son +meal=time +mean=ing=ful +meant +mea=sure=ments +me=chan=i=cally +medal +med=field +me=di=a=tions +medicine +med=i=tat=ing +medi=ums +meet=ing +mega=hertz +meis=ter +melcher +melodies +melpomene +mem=ber=ship +mem=o=randa +mem=o=rizes +menagerie +mendelizes +men=non=ite +men=tal=i=ties +men=tor +mer=ce=nar=i=ness +mer=ci=lessly +merged +mer=i=to=ri=ous +mer=rill +mesh +mes=sen=ger +messy +met=al=liza=tion +meta=phys=i=cal +me=te=oritic +me=thod=i=cally +meth=ods +metro +mews +mica +mick +mi=cro=bi=cide +mi=croe=co=nomics +mi=cron +mi=cro=pro=cess=ing +mi=cro=scope +mi=crovaxes +mid=dle=man +mid=night +mid=stream +mid=win=ter +mi=grate +mikoyan +mileage +milk +mill +mil=likan +mil=lionth +mill=stones +mil=tonized +minaret +mind=fully +min=eral +mini +min=ima +min=i=mizes +min=istries +mi=nor +min=strels +minute +mir=a=cle +miriam +mis=car=riage +mis=con=cep=tion +mis=er=ably +mis=giv=ings +mis=led +mis=plac=ing +miss=ing +mis=soula +mis=take +mistle=toe +mis=un=der=stand +mitch +mitres +mix=tures +moats +mocked +modally +mod=er=ated +mod=ern=izer +mod=icum +mod=i=fy=ing +mod=u=lar=iz=ing +mod=ule +moghul +moines +mol=davia +moles +mol=lusk +mo=men=tar=ily +monaco +mon=day +mon=go=lian +mon=keyed +mono=cotyle=don +mono=lithic +monos=table +mon=roe +mon=tague +mont=gomery +mon=u=ment +mooned +moor +moped +morass +more=house +morn +mor=pho=log=i=cal +morsels +mort=gage +mo=saic +mosque +mo=tels +moth=er=land +mo=tion=less=ness +mot=ley +mo=tor=ized +mound +moun=tain=ously +mourn=ers +mousy +mov=able +mov=ing +muck +mud=dled +muf=fin +mugs +mul=lah +mul=ti=com=puter +mul=ti=ple +mul=ti=pli=cand +mul=ti=plies +mul=ti=stage +mum=bles +mun=dane +mu=ni=tions +mur=der=ing +mur=murs +mus=covy +mush=roomed +mu=si=cians +muskrat +mus=sorgsky +mu=ta=bil=ity +mu=ta=tions +mu=ti=lat=ing +mut=ters +myce=naean +mys=te=ri=ous +mytholo=gies +na=gasaki +nair +naked=ness +names +nanook +nap=kin +nar=cotic +nar=row=est +nash +na=tal +na=tion=al=i=ties +na=tions +nat=u=ral=ist +naugh=ti=ness +navel +navona +ne=an=derthal +nears +neb=ula +ne=ces=si=ta=tion +neck=ties +nee=dled +needy +neg=a=tives +neg=li=gi=ble +ne=groid +neigh=bor=ing +neo=clas=sic +nero +nest=ing +nets +neu=ral +neu=tral +neva +new=bury=port +new=man +news=man +next +ni=belung +nicholls +nick=name +niel=son +night=fall +ni=hilism +nim=bler +nineties +nip=ponizes +no=bil=ity +noc=tur=nally +noel +nolan +nom=i=nee +non=con=ser=va=tive +non=de=ter=min=ism +non=govern=men=tal +non=lin=ear=ity +nonorthog=o=nal +non=seg=mented +non=ter=mi=nals +nook +nord=hoff +nor=mal=iza=tion +nor=man=iza=tions +north +north=ernly +nor=walk +nos=tradamus +no=ta=rizes +note +no=tice=able +no=ti=fies +not=ting=ham +no=vak +novices +nu=ances +nu=clide +nullary +num=ber +nu=mer=able +nu=mis=matic +nurs=ing +nu=tri=tious +nyquist +oases +obe=di=ent +ob=fus=cate +ob=jec=tively +obliged +oblit=er=at=ing +ob=scene +ob=serv=able +ob=servers +ob=so=letes +ob=struc=tion +ob=vi=ated +oc=ca=sional +oc=ci=den=tal=ize +oc=clu=sions +oc=cu=pied +oc=curs +oc=tag=o=nal +octets +oddly +odi=ous +o'd=wyer +of=fended +of=fer +of=fi=cer +of=fi=ciously +oft +oil=cloth +ojibwa +old=en=burg +oleo=mar=garine +olivia +olym=pus +omi=nous=ness +om=nipresent +o'neill +on=looker +onus +opaquely +open=ings +op=er=ate +op=er=a=tor +op=pen=heimer +op=pose +op=pressed +opthalmic +op=ti=mist +op=ti=miz=ing +opts +or=anges +or=bital +or=ches=tral +or=der +or=di=nar=ily +ores +or=ga=ni=za=tion +or=gans +ori=en=tal=ized +ori=fices +orig=i=na=tion +or=leans +or=nate +orr +orville +os=cil=lates +o'shea +os=teopath +oth=ello +otto +ounces +out=burst +out=door +out=grow=ing +out=law=ing +out=live +out=per=forms +out=rages +out=stand=ing +out=vot=ing +out=wit=ting +over=board +over=crowds +over=es=ti=mates +over=hangs +over=joyed +over=load +overnighter +over=pro=duc=tion +over=run=ning +over=shad=ow=ing +over=sized +over=take +overtly +overuse +over=work=ing +owen +own=er=ship +ox=i=dized +ozzie +paci=fi=ca=tion +pack=aged +pack=ers +padding +pageant +pag=i=nat=ing +painful +paint=ing +pa=ja=mas +pale +pales=tine +pal=lia=tive +palo=mar +panacea +pan=demic +pan=els +panned +pan=the=ist +panty +pa=per=ers +par +pa=rades +paragon +par=al=lel +par=al=lels +pa=ram=e=ter=ize +para=mus +para=phrases +par=cel +par=doned +paren=the=ses +pares +parisian +park=ers +par=lay +par=ody +par=rots +par=si=fal +par=takes +par=tic=i=pant +par=tic=u=lar +par=ti=tioned +par=tridges +pas=sage=way +pas=sion +pass=port +pas=teur +pas=ture +patchy +patents +patho=gen=e=sis +pa=tients +pa=tri=cians +pa=trolling +pa=trons +pat=tern=ing +paula +paulus +pave=ment +pawn +payer +pay=offs +peace=fully +peaks +pearl +peat +pe=cu=liar +pedant +pe=di=a=tri=cian +peel=ing +peer=ing +peking +pem=broke +pence +pends +pen=e=tra=tion +penin=su=las +penn=syl=va=nia +pen=tagon +peo=pled +pep=pery +per=ceived +per=cents +per=chance +peren=ni=ally +per=fect=ness +per=forms +per=i=he=lion +pe=ri=od=i=cally +per=ish=able +perkins +per=me=at=ing +per=mit +per=ni=cious +per=pe=tra=tion +per=pet=u=a=tion +per=se=cut=ing +per=se=veres +per=sist +per=sonal +per=son=i=fied +per=spi=ra=tion +per=sua=sions +per=turb +pe=ruses +per=va=sive +pester +pe=ters +petri +pet=ting +phae=dra +phaser +phe=nomeno=log=i=cal +philco +philis=tinizes +philoso=phies +phoeni=cia +phon=ing +phos=pho=rus +pho=to=genic +pho=tos +phyla +physi=cist +pi +pick +pick=et=ing +pick=man +pi=co=joule +pic=tur=ing +pied=fort +pies +pig=gy=backed +pig=tail +pil=fer=age +pil=lar +pi=lots +pin=cush=ion +pin=ing +pin=na=cle +pin=scher +pi=o=neers +pipelin=ing +pi=rate +pis=tols +pitch=ing +pithi=ness +piti=less +pi=tu=itary +pix=els +place=ment +pla=gia=rist +plain=field +plain=tive=ness +planeload +plan=ets +planocon=cave +plant=ings +plas=tic=ity +plates +pla=toon +play=boy +play=ing +play=wrights +pleas=ant +pleat +ple=nary +pli=ant +plots +plows +plug=gable +plume +plun=dered +plung=ing +plu=to=nium +poc=a=hon=tas +pod +po=et=i=cal +poincare +pointy +poi=sons +po=laris +po=lice +pol=ish +po=liter +polka +pol=luted +poly=mer +pomera=nia +pompous=ness +ponds +pool +pop +pop=ping +pop=u=lar=ized +pop=u=lous +pores +port +por=tend=ing +por=tico +por=tray +posed +po=si=tion +posits +pos=ses=sive +pos=sums +pos=te=ri=ori +post=mas=ters +postscript +pot +po=ten=tates +po=tion +pot=tery +pounces +pourer +poverty +pow=er=ful +prac=ti=ca=ble +prac=ti=tion=ers +praise +prancer +prayer +pre=al=lo=cated +pre=car=i=ously +prece=dents +pre=ciously +pre=cip=i=ta=tion +pre=cludes +pre=con=cep=tion +pre=dat=ing +pre=de=ter=mi=na=tion +pred=i=ca=tion +pre=dic=tive +pre=dom=i=nately +pre=emp=tive +pref=ac=ing +prefers +preini=tial=izes +pre=lim=i=nary +premise +pre=oc=cu=pied +pre=pared +pre=pos=ter=ously +pre=rog=a=tives +pre=scrip=tions +pre=sen=ta=tions +pre=served +pres=i=den=tial +press=ings +pre=ston +pre=sump=tu=ous=ness +pre=tend=ing +pre=texts +pre=vail=ing +pre=vent=ing +pre=vi=ously +pricers +prides +pri=mar=ily +prim=ing +princesses +prin=ci=ples +prior +pris=on=ers +pri=va=tions +prizes +pro=bate +prob=ings +pro=ce=dure +pro=cess=ing +procla=ma=tion +pro=cre=ate +pro=curer +pro=duce +pro=duc=tive +pro=fes=sion +prof=fered +prof=itabil=ity +pro=found +pro=gram +pro=gresses +pro=hi=bi=tions +pro=jec=tions +pro=le=tariat +pro=long +promi=nent +pro=moter +promptest +pro=mul=ga=tion +pro=nounce=ment +proofs +propane +prop=erly +proph=esy +pro=por=tion=ately +pro=poser +pro=pounded +pro=rate +pros=e=cutes +prosodic +prospec=tor +prostate +pro=tect=ing +pro=tege +protes=ta=tions +pro=tons +pro=to=zoan +prouder +prove=nance +prov=i=dence +pro=vi=sion +pro=vokes +prox=i=mal +pruned +prus=sian=ize +pseu=doin=struc=tion +psy=chi=a=trist +psy=cho=log=i=cally +psy=cho=so=matic +pub +pub=licly +puck=ered +puffed +puller +pulls +pulse +pump=kin +punc=tu=ally +pun=ish=able +punt +pup=peteer +pur=chases +purges +pu=rina +pur=pler +pur=posed +purse +pur=su=ing +push=down +put=nam +puz=zle=ment +py=ongyang +pythagore=anizes +quad=ran=gle +qua=dren=nial +quag=mires +quak=er=ess +qual=i=fied +qualm +quan=ti=fiers +quan=tize +quar=reled +quar=ter=ing +quasar +qua=ver=ing +queerer +queried +ques=tion=able +ques=tions +quib=ble +quick=lime +qui=et=ing +quince +quit +quiv=ers +quon=set +quo=tient +ra=bin +rach=mani=noff +rack=e=teers +ra=di=ance +ra=di=a=tors +ra=dio=g=ra=phy +rae +rages +raider +rail=roaded +rain=bow +rains +rake +ral=ston +ram=i=fi=ca=tions +rams +rand +randy +rangy +rank=ings +ran=somer +rap +rapids +rap=tur=ous +ras=cally +rasp=ing +rat=for +ra=tion +ra=tio=nal=izes +rat=tler +rav=ager +ravens +rawl=ins +rays +reach +re=acted +re=ac=ti=va=tion +reader +read=justed +re=aligned +re=al=iz=able +realm +reaped +rear +re=ar=rest +rea=son=ings +re=as=signed +reawak=ened +re=bel=lions +re=boot=ing +re=buffed +re=but=ted +re=cal=i=brated +re=ca=pit=u=lates +re=ceded +re=ceives +re=cep=tive +re=cife +re=cip=ro=cat=ing +recita=tions +reck=oned +re=claim=ing +re=clin=ing +rec=og=nize +rec=ol=lect +rec=om=mend +re=com=piles +rec=on=cil=i=a=tion +re=con=nect +re=con=sti=tuted +recorder +re=cover +recre=at=ing +recta +re=cur +re=curs=ing +red +re=de=clared +re=de=fined +re=de=vel=op=ment +re=dis=played +red=ness +re=dress=ing +re=ducibly +reeds +re=elects +reen=force=ment +reestab=lish=ing +re=ex=am=in=ing +ref=er=ences +re=fer=ral +re=fine +re=flect=ing +re=flexes +re=for=ma=tory +re=for=mu=lated +re=frained +re=fresh=ment +refugee +re=futed +re=gally +re=gen=er=at=ing +reg=i=men=ta=tion +regis +re=gressed +re=gret=table +reg=u=larly +reg=u=la=tors +re=hears=ing +re=im=bursable +reined +rein=hold +re=in=stated +rein=tro=duces +re=it=er=a=tion +re=joiced +re=la=beled +re=lat=ing +rel=a=tives +re=laxes +rel=e=gate +re=lents +relic +re=liev=ing +re=lin=quish=ing +reloader +re=luc=tance +re=mains +reme=died +re=mind +rem=i=nis=cently +re=mod=els +re=motely +re=mov=ing +re=names +ren=dezvous +re=new=able +re=nounc=ing +rented +re=open +re=or=ga=nize +re=pair=man +re=pay=ing +re=peat=edly +re=pen=tance +rep=e=ti=tious +re=place=able +re=plays +repli=cate +re=port +repos=ing +rep=re=sentably +rep=re=sent=ing +re=prieved +re=proach +re=pro=ducibil=i=ties +re=pro=grams +re=publics +re=pulses +re=puted +re=quired +req=ui=si=tions +re=scind +re=searchers +re=sem=blances +re=sent=ment +reser=voir +res=i=dent +res=ig=na=tion +re=sis=tance +re=sis=tors +re=solver +re=sort=ing +re=spect +re=spec=tive +re=sponded +re=spon=si=ble +restarts +rest=ful +restora=tions +re=strain=ers +re=stric=tive +re=sul=tant +re=sum=ing +res=ur=rec=tors +re=tail=ing +re=tal=ia=tory +re=ten=tive=ness +retina +re=tir=ing +re=tract=ing +re=trans=mis=sion +ret=ri=bu=tion +re=triever +ret=ro=spec=tion +re=type +re=unit=ing +re=vamp=ing +rev=eler +re=vere +rever=i=fies +re=verses +re=viewer +re=viser +re=vival +re=voked +rev=o=lu=tion +re=volvers +rewind=ing +rewrit=ing +rhe=sus +rhode +rhyming +rib=bons +richard +rich=mond +rico +ride +ridiculed +ri=fle +rig=ging +right=ful=ness +rigor +rims +ring=ings +ri=or=dan +ripely +rip=pling +risk +rit=u=ally +river +rivulet +road=sters +roar=ing +rob=beries +roberta +robin=sonville +rochester +rocket +rock=well +rods +roll +ro=mance +ro=man=izes +romper +roof=ing +room=ing +root +rop=ing +rose=bush +rosetta +rot +ro=ta=tions +ro=tund +rough=ness +round=ing +roused +routes +rov=ing +row=ley +roy=alty +rub=bing +rubles +rude=ness +ruf=fian +rugged=ness +rule +ru=ma=ni=ans +rummy +run=away +runoff +rup=tur=ing +rus=sell +rus=tic +rustlers +ruth=less=ness +sab=bathize +sachs +sac=ri=fice +sacro=sanct +sad=dles +sa=fari +safes +sage=brush +said +sails +sal=able +salerno +saline +sally +salters +salu=ta=tions +sal=vages +same +sam=pling +sana=to=rium +sanc=tion=ing +sand=burg +san=dra +san=est +san=skrit +sapling +saran +sari +satchel +satires +sat=isfy +sat=ur=na=lia +saud +sav=aged +saver +sa=vored +saw=fish +sax=onize +say=ings +scala +scal=ing +scam=pers +scan=ners +scape=goat +scared +scat=ter +scenic +schantz +schelling +schemers +schmitt +scholas=tic +school=houses +schroeder +schuylkill +scis=sor +scoffs +scope +score=board +scorner +scotch=gard +scotts=dale +scouted +scram=bled +scrapes +scratch=ing +scream=ers +screen=ings +scrib=bled +scripts +scrump=tious +scuf=fle +sculp=tured +scythe +sea=gate +seam +seaquar=ium +search=light +sea=son=able +seat +se=ceded +sec=ondary +sec=re=tar=ial +se=cre=tive +sec=tions +se=cur=ings +sedi=tion +see +seedy +seem=ing +seer +seg=men=ta=tions +se=gundo +seizures +se=lect=man +self=ishly +sells +se=man=tics +semi=con=duc=tor +semiper=ma=nently +sen=ate +seneca +sense +sens=ing +sen=sual +sen=ti=men=tally +sep=a=rately +sept +se=quencers +se=quen=tially +serene +se=ri=al=iz=able +serif +serra +ser=vice +serv=ings +sets +set=tler +sev=en=teens +sev=er=ance +sev=ers +sex +sex=ual +shack=led +shadi=ness +shaf=fer +shak=ers +shale +shame=ful +shang=haied +shape=less +shard +shares +sharp=en=ing +shat=ter=ing +shawano +shear=ing +sheds +sheets +shel=ley +shelves +sheri=dan +shied +shiftier +shilling +shiner +shin=toizes +ship=per +shirk +shiver +shocker +shoe=horn +shooter +shop=pers +short=age +short=ens +shorts +shoul=dered +shoved +showed +shows +shrewd +shrilled +shrink=ing +shrugs +shuf=fled +shut=off +shut=tles +siberia +sicken +side=band +sides +sid=ings +sierra +sighed +sigma +sig=na=ture +sig=ni=fi=ca=tion +sikkim +silent +silken +sills +sil=ver=man +sim=ile +si=mon +sim=plic=i=ties +sim=plis=tic +sim=u=la=tion +sin=bad +sinews +singed +sin=glet +sin=gu=larly +sin=ner +sioux +sirens +sisy=phus +sit=tings +siva +six=ties +skate +skep=ti=cal +sketch=pad +skid=ding +skill=ful=ness +skims +skipped +skir=mishes +skulked +sky +sky=rock=ets +slacks +slang +slash +slaugh=ter +slavic +slavoni=cizes +sledge=ham=mer +sleep=less +sleighs +sliced +slide +slightly +slings +slips +slo=gans +slop=pi=ness +slot=ting +slower +slug=gish=ness +slums +smacked +small=time +smasher +smell +smiles +smith=so=nian +smoked +smol=dered +smooth=ing +smug +smythe +snap +snap=shots +snatched +sneaki=est +sneers +sniffs +snod=grass +snorkel +snow=belt +snows +snuffs +soak +soared +sobers +so=cial=ists +so=ci=o=log=i=cal +socks +so=fas +softly +so=journ +sol=dier +solenoid +solid +solids +so=los +sol=vent +somber +som=er=set +son +sonny +soothe +so=phis=ti=ca=tion +sor=did +sor=est +sor=rows +soul +sound=ness +soured +south=bound +south=land +so=vi=ets +spacer +spaded +spaniardiza=tion +spanked +spare +sparked +sparsely +spat +spawned +speak=ers +spe=cial=ists +spe=cialty +spec=i=fied +speckle +spec=ta=tors +spec=trog=ra=phy +spec=u=lates +speech=less +speeds +spellings +spent +spica +spies +spilt +spin=ner +spi=rally +spir=i=tu=als +spit=ing +spleen +splic=ing +splits +spoil=ing +sponged +spon=sor=ship +spool=ers +spores +sportswriter +spot=ter +sprague +spray=ing +sprees +springi=ness +sprint +sprouted +spurn +sput=tered +squadrons +squarer +squat=ting +squeaky +squeez=ing +squirmed +stab +sta=bi=lizes +stacked +staffing +stagers +stags +stair=cases +stale=mate +stalling +stam=mer +stam=ped=ing +stan=dard +stand=ings +stans +star +star=gate +star=ring +star=tles +state +statewide +sta=tion=mas=ter +stat=ues +statu=to=rily +staves +stead=ier +stealer +steamer +steele +steeper +steered +stem +stenog=ra=pher +step=mother +stereo=scopic +ster=il=izer +stetho=scope +stew +stick=ier +stiff=ens +stigma +stillest +stim=u=late +sting=ing +stipends +stir=rer +stitch=ing +stock=holder +stodgy +stom=acher +stood +stop=gap +stor=age +storeyed +stormi=est +stouter +strafe +straight=ened +strained +strand=ing +stran=gler +stratagem +strat=i=fies +straw=berry +streamer +street=car +strengths +stretched +strict +strife +stringed +stringy +striptease +strode +strolling +stron=tium +strug=gle +stu=art +stucco +stu=dious +stuffs +stun +stupid +sturm +styli +styx +sub=com=po=nents +sub=di=rec=tory +sub=dues +sub=graph +sub=jec=tive +sub=lime +sub=merges +sub=mode +sub=or=di=nate +sub=pro=gram +sub=schema +sub=script=ing +sub=se=quent +sub=si=dies +sub=sis=tent +sub=stan=tially +sub=sta=tion +sub=strate +sub=sys=tem +sub=tle=ness +sub=trac=tion +sub=units +sub=vert=ing +suc=cess=ful +suc=cinct=ness +suck=ers +sud=den +suf=fer=ance +suf=fi=ciency +suf=fo=cated +sug=ar=ings +sug=gests +suit=ably +suits +sulks +sul=tan +sum=mands +sum=ma=tion +sum=mon +sumter +sun=der +sunken +sun=shine +su=per=com=put=ers +su=per=groups +su=pe=rior +su=per=nat=u=ral +su=per=sede +su=per=vise +sup=pers +sup=ple=ment=ing +sup=port +sup=pose +sup=press=ing +surely +surge +surly +sur=pass +sur=pris=ingly +sur=round +sur=vey=ors +sus +sus=pended +sus=pi=cions +suther=land +swab +swal=low=ing +swan +swaps +swat +sweat +swedes +sweep=stakes +sweet=est +swellings +swifter +swim=suit +swipe +switch=boards +swivel +swords +sykes +sylvia +sym=bol=ize +sym=me=try +sym=pa=thy +syn=a=gogue +syn=chro=nizes +syn=di=ca=tion +syn=ony=mously +syn=the=size +syr=ian +sys=tem=at=i=cally +taber=na=cle +ta=ble=spoon=ful +tab=u=late +tacit +tac=tic +tail +taipei +tale +talker +tallchief +tal=mudiza=tions +tam=ing +tanaka +tan=gle +tan=ta=liz=ing +taos +tapestry +tar +tar=iffs +tasked +taste=fully +tat=tered +taunts +tav=erns +taxi=cabs +tay=lor +teaches +tear=ful +tea=spoon=ful +tech=nique +te=dious +teenaged +tegu=ci=galpa +tele=graph +tele=o=log=i=cally +tele=phony +tele=vise +teller +tem=per=ance +tem=pes=tu=ous +tem=po=raries +tempt=ingly +ten=dency +tenex +tense +tent +tenure +ter=mi=nat=ing +termwise +terre +ter=rify +ter=ror=ize +testable +tes=ti=fiers +tex +tex=tile +thai=land +thank=less +thaw +the=atri=cally +theme +the=ol=ogy +the=o=riza=tion +ther=a=pies +thereof +ther=mome=ter +thes=saly +thickly +thim=bles +think=ing +thirsted +this=tle +thorns +those +thou=sand +thread +threat=ens +thrift +thrived +throne +through=out +thrusters +thumbed +thun=derer +thus +tiburon +tick=les +ti=died +tier +tight=en=ers +tilde +tillich +tim=bered +time=outs +timeta=bles +ti=m=o=nizes +tin=gling +tin=kled +tint +tip=per=ary +tire=lessly +ti=tan +tit=ter +toasts +to=geth=er=ness +toi=lets +tol=er=a=ble +tol=er=a=tion +toma=toes +ton +tonic +tool +tooth=paste +top=most +topsy +tor=ment=ing +tor=rent +tor=tur=ing +tossed +to=tallers +touch=able +tough +tourist +tow=el=ing +towns +toys +tracked +trac=tor +trader +traf=ficked +trailed +trainer +tramp +trances +transceivers +tran=scribers +trans=feral +trans=formable +trans=gressed +tran=sis=tor=ized +tran=si=tively +trans=la=tion +trans=mit=tal +trans=par=ent +transpon=der +trans=pose +trape=zoidal +trauma +traver=sal +trays +trea=sure +treat=ing +tree=top +tremor +tres=passed +tri=an=gles +tri=bunals +tricked +tricky +trig=gered +trilled +trim=ming +tripled +tri=umphal +triv=ially +troop=ers +trot=sky +trou=bleshoots +trow=els +truck=ing +truest +trumped +trunk +trust=ingly +try +tubs +tuft +tum=bled +tun=able +tunisia +tur=bu=lent +turk=ize +turn=ing +tur=tle +tu=tankhamen +tut=tle +twenty +twiner +twirling +twitch=ing +tyler +type=writ=ers +typ=ing +tyranny +ugh +ul=cers +um=brage +un=ac=cept=ably +un=aided +unan=i=mous +unattain=abil=ity +un=aware +un=blocked +un=can=celled +un=chang=ing +un=closed +un=con=di=tional +un=con=trol=lable +un=count=able +un=de=cid=able +un=der=brush +un=der=flows +un=der=lies +un=der=mine +un=der=plays +un=der=stand=ings +un=der=tak=ings +un=der=writes +undi=rected +un=done +un=easy +un=equaled +un=event=ful +un=fair=ness +un=fit +un=for=mat=ted +un=grate=fully +un=harmed +uni=di=rec=tion=al=ity +uni=for=mity +unin=dented +un=in=ter=rupted +unions +uni=tar=ian +unity +uni=ver=si=ties +un=kind=ness +un=leashed +un=link=ing +un=lucky +un=mer=ci=ful +un=nec=es=sar=ily +un=ob=tain=able +un=paid +un=prece=dented +un=prov=able +un=rav=el=ing +un=rec=og=nized +un=re=strained +un=safely +un=s=e=lected +un=skilled +un=steady +un=syn=chro=nized +un=tie +un=to=ward +un=used +un=whole=some +un=winds +un=wrap +up=dater +up=holder +up=land +up=rightly +up=sets +up=turns +urge +uri=nates +ur=su=line +us=ages +usenix +usu=ally +uti=liza=tion +utopi=anizes +ut=ters +va=ca=tion +vac=u=umed +va=grantly +va=lence +valiant +valid=ness +valu=ably +valves +van=den=berg +van=ished +van=quish=ing +vari=ably +varies +vary=ing +vastly +vau=dois +vax +veer=ing +veg=e=tated +ve=hic=u=lar +ve=lasquez +vene=tian +ven=omous +ven=tri=cles +venus +ver=bal=ized +ver=dure +ver=i=fier +vern +ver=sa=tile +ver=te=brates +vested +vet=eri=nary +via +vi=bra=tions +vi=cious=ness +vic=tim=iz=ers +vic=to=ries +vi=dal +vier +view=ing +vi=gnettes +vil=i=fi=ca=tion +vil=lages +vinci +vine=yard +vi=o=la=tor +vi=o=lins +virgo +virus +vis=i=ble +vis=ited +vi=su=al=ize +vi=tally +vladimir +vo=ca=tions +voided +vo=li=tion +volt=ages +vol=un=teer=ing +voted +vouch=ing +voy=aged +vul=garly +waco +waf=fles +wag=ne=r=ian +wail=ing +waiter +waives +wak=ing +wal=green +wal=len=stein +walls +waltham +wan=dered +wan=ing +wants +ward +ware=hous=ing +warmer +warn=ing +war=ranted +war=saw +wash=burn +wasps +watch +watch=man +wa=ter=ing +wa=tery +wausau +wave=length +wax=ers +we +weak=nesses +wear +weari=somely +weath=er=ford +webs +wed=lock +weekly +wei=d=man +weights +weiss=muller +welder +welles=ley +wenches +wes=leyan +west=hamp=ton +wet +whacked +wharves +wheel +whelp +wher=ever +whims +whip=pany +whirling +whiskers +whis=tled +white=horse +whitens +whit=lock +whit=tling +whole=ness +whoop +wi=chita +widen +wid=owed +wield=ing +wilbur +wile +wilkin=son +william +willis +wilshire +wince +wind=ing +wine=head +win=ing +win=nie +win=sett +wiped +wire=tap=pers +wised +wish=ful +witches +with=drew +with=holds +wit=ness=ing +woe=fully +wom=an=hood +won=der=ful=ness +woo +wooden +wood=stock +woofer +woonsocket +words +work=books +work=man +world=li=ness +wor=rier +wor=shiper +worth=less +wound=ing +wrap=per +wreathes +wrenched +wretch +wring +writ +writ=ing +wrote +wyner +xe=roxed +yamaha +yard +yawner +years +yel=lowed +yelped +yes=ter=days +yok=na=p=ataw=pha +york=shire +young=sters +youth=ful=ness +yukon +zeal +zen +zeus +zion=ism +zoned +zoroaster diff --git a/third_party/hyphen/tests/base.pat b/third_party/hyphen/tests/base.pat new file mode 100644 index 0000000..8025f29 --- /dev/null +++ b/third_party/hyphen/tests/base.pat @@ -0,0 +1,5539 @@ +ISO8859-1 +LEFTHYPHENMIN 2 +RIGHTHYPHENMIN 3 +.a2ch4 +.ad4der +.a2d +.ad1d4 +.a2f1t +.a2f +.a4l3t +.am5at +.4a1ma +.an5c +.a2n +.2ang4 +.an1i5m +.an1t4 +.an3te +.anti5s +.ant2i +.a4r5s2 +.2a2r +.ar4t2ie4 +.ar1ti +.ar4ty +.as3c +.as1p +.a2s1s +.aster5 +.a2tom5 +.a1to +.au1d +.av4i +.awn4 +.ba4g +.ba5na +.ba2n +.bas4e +.ber4 +.be5r1a +.be3s1m +.4bes4 +.b4e5s2to +.bri2 +.but4ti +.bu4t3t2 +.cam4pe +.1ca +.ca4m1p +.can5c +.ca2n +.capa5b +.ca1pa +.car5ol +.c2a2r +.ca4t +.ce4la +.2ch4 +.chill5i +.ch4il2 +.chil1l +.1ci2 +.cit5r +.2c1it +.co3e2 +.1co +.co4r +.cor5n1er +.corn2e +.de4moi2 +.d4em +.de1mo +.de3o +.de3r1a +.de3r1i +.de1s4c +.des2 +.dic1t2io5 +.3di2c1t +.do4t +.1do +.du4c +.1du +.du4m1b5 +.earth5 +.ear2t +.e2a2r +.eas3i +.2e1b4 +.eer4 +.eg2 +.e2l5d +.el3em +.enam3 +.e1na +.en3g +.e2n3s2 +.eq5ui5t +.e1q +.equ2 +.eq2ui2 +.er4ri +.er1r4 +.es3 +.4eu3 +.eye5 +.fes3 +.for5mer +.1fo +.fo2r +.for1m +.for2me +.1ga2 +.ge2 +.gen3t4 +.1gen +.ge5o2g +.1geo +.1g2i5a +.gi4b +.go4r +.1go +.hand5i +.ha2n +.h4and +.ha4n5k2 +.he2 +.hero5i2 +.h2ero +.h1es3 +.he4t3 +.hi3b +.hi3er +.h2ie4 +.hon5ey +.ho2n +.hon3o +.hov5 +.id4l +.2id +.idol3 +.i1do +.im3m +.im5p1i2n +.i4m1p +.im2pi +.in1 +.in3ci +.2ine2 +.4i4n2k2 +.2i2n3s2 +.ir5r4 +.4ir +.is4i +.ju3r +.la4cy +.la4m +.lat5er +.l4ath5 +.le2 +.leg5e +.len4 +.lep5 +.lev1 +.l2i4g +.li1g5a +.li2n +.l2i3o +.l1i4t +.ma1g5a5 +.1ma +.mal5o +.ma1n5a +.ma2n +.mar5ti +.m2a2r +.me2 +.mer3c +.me5ter +.me1te +.m2is1 +.mis4t5i +.mon3e +.1mo +.mo2n +.mo3ro +.mo2r +.mu5ta +.1mu +.mu2ta5b +.ni4c +.od2 +.od1d5 +.of5te +.o2ft +.or5a1to +.o1ra +.or3c +.or1d +.or3t +.os3 +.os4tl +.4oth3 +.out3 +.ou2 +.ped5al +.2p2ed +.p2e2d2a +.pe5te +.pe2t +.pe5tit +.p2i4e4 +.pio5n4 +.3p2i1o +.pi2t +.pre3m +.pr2 +.ra4c +.ran4t +.ra2n +.ratio5n1a +.ratio2n4 +.ra1t2io +.ree2 +.re5mit +.res2 +.re5stat +.res2t +.res1ta +.r2i4g +.ri2t5u +.ro4q +.ros5t +.row5d +.ru4d +.3s4c2i3e4 +.s1ci +.5se2l2f5 +.sel1l5 +.se2n +.se5r2ie4 +.ser1i +.s2h2 +.si2 +.s3ing4 +.2s1in +.st4 +.sta5b2l2 +.s1ta +.s2tab +.s4y2 +.1ta4 +.te4 +.3ten5a2n +.te1na +.th2 +.ti2 +.til4 +.ti1m5o5 +.1tim +.ting4 +.2t1in +.t4i4n5k2 +.to1n4a +.1to +.to2n +.to4p +.top5i +.to2u5s +.tou2 +.trib5ut +.tr4ib +.u1n1a +.un3ce +.under5 +.un1de +.u2n1e +.u4n5k2 +.un5o +.un3u4 +.up3 +.ure3 +.us5a2 +.2us +.ven4de +.ve5r1a +.wil5i +.wi2 +.wil2 +.ye4 +4ab. +a5bal +a5ba2n +abe2 +ab5erd +ab2i5a +ab5i2t5ab +abi2t +abi1ta +ab5lat +ab2l2 +ab5o5l1iz +abol2i +4abr +ab5rog +ab3ul +a4c2a2r +a1ca +ac5ard +ac5aro +a5ceou2 +ac1er +a5che4t +a2ch +ache2 +4a2ci +a3c2ie4 +a2c1in +a3c2io +ac5rob +act5if2 +a2c1t +ac3ul +ac4um +a2d +ad4d1in +ad1d4 +ad5er. +2adi +a3d4i3a +ad3i1ca +adi4er +ad2ie4 +a3d2io +a3dit +a5di1u +ad4le +ad3ow +a1do +ad5ra2n +a1dr +ad4su +a2d1s2 +4a1du +a3du2c +ad5um +ae4r +aer2i4e4 +aer1i +a2f +a4f1f4 +a4gab +a1ga +aga4n +ag5el1l +a1ge4o +4ag4eu +ag1i +4ag4l2 +ag1n +a2go +3a3g4o4g +ag3o3ni +ago2n2 +a5guer +a2gue +ag5ul +a4gy +a3ha +a3he +a4h4l4 +a3ho +ai2 +a5i1a +a3ic. +ai5ly +a4i4n +ain5in +a2ini +a2i1n5o +ait5en +a2ite +a1j +ak1en +al5ab +al3a2d +a4l2a2r +4aldi4 +a2ld +2ale +al3end +a4lent2i +a1len1t +a5le5o +al1i +al4ia. +al2i1a +al2i4e4 +al5lev +al1l +al2le +4allic +all2i +4a2lm +a5log. +a4ly. +a1ly +4a2lys4 +5a5lys1t +5alyt +3alyz +4a1ma +a2m5ab +am3ag +ama5ra +am2a2r +am5asc +a4ma3tis +a4m5a1to +am5er1a +am3ic +am5if +am5i1ly +am1in +am2i4no +a2mo +a5mo2n +amor5i +amo2r +amp5en +a4m1p +a2n +an3age +a1na +3ana1ly +a3n2a2r +an3ar3c +anar4i +a3nati +an2at +4and +ande4s2 +an1de +an3dis1 +an1dl +an4dow +an1do +a5nee +a3nen +an5e2st. +a1nes +a2nest +a3n4eu +2ang +ang5ie4 +an1gl2 +a4n1ic +a3nies +an2ie4 +an3i3f +an4ime +an1im +a5nim1i +a5n2ine +an1in +an3i4o +a3n2ip +an3is2h +an3it +a3ni1u +an4kli +a4nk2 +an1k1l +5anniz +a4n1n2 +ano4 +an5ot +an4oth5 +an2sa2 +a2n1s2 +an4s1co +ans4c +an4s1n4 +an2sp +ans3po +an4st +an4su2r +an1su +anta2l4 +an1t +an1ta +an4t2ie4 +ant2i +4an1to +an2tr +an4tw4 +an3u1a +an3ul +a5nur +4ao +ap2a2r4 +a1pa +ap5at +ap5er3o +a3ph4er +4aphi +a4pilla +apil1l +ap5ill2a2r +ap3i2n +ap3i1ta +a3pi2tu +a2p2l2 +apo4c5 +ap5o1la +apor5i +a1p4or +apos3t +a1pos +aps5e4s +a2p1s2 +ap2se +a3pu +aque5 +aqu2 +2a2r +ar3a2c1t +a5rade +ara2d +ar5adis1 +ar2adi +ar3al +a5rame1te +aram3et +ar2an4g +ara2n +ara3p +ar4at +a5ra1t2io +ar5a1t2iv +a5rau +ar5av4 +araw4 +arbal4 +ar1b +ar4cha2n +ar1c +ar3cha +ar2ch +ar5d2ine +ard2i +ard1in4 +ar4dr +ar5eas +a3ree +ar3en1t +a5r2e2ss +ar4fi +ar1f +ar4f4l2 +ar1i +ar5i2al +ar2i3a +ar3i2a2n +a3ri5et +ar2ie4 +ar4im +ar5in2at +ar2i1na +ar3i1o +ar2iz +ar2mi +ar1m +ar5o5d +a5roni +aro2n +a3roo2 +ar2p +ar3q +arre4 +ar1r4 +ar4sa2 +a4rs2 +ar2s2h +4as. +a2s4ab +asa2 +as3an1t +asa2n +ashi4 +as2h +a5sia. +as2i1a +a3si1b +a3sic +5a5si4t +ask3i +ask2 +as4l2 +a4soc +a1so +as5ph +as4s2h +a2ss +as3ten +as1t4r +asu1r5a +a1su +asu2r +a2ta +at3ab2l2 +a2tab +at5ac +at3alo +ata2l +at5ap +ate5c +at5e2ch +at3e1go +ateg4 +at3en. +at3er1a +ater5n +a5ter1na +at3est +at5ev +4ath +ath5em +ath2e +a5the2n +at4ho +ath5om +4ati. +a5t2i1a +a2t5i5b +at1ic +at3if2 +ation5a2r +a1t2io +atio2n +atio1n1a +at3i1tu +a4tog +a1to +a2tom +at5om2iz +a4top +a4tos2 +a1tr +at5rop +at4sk2 +a4t1s2 +at4tag +a4t3t2 +at1ta +at5te +at4th +a2tu +at5u1a +a4t5ue +at3ul +at3u1ra +a2ty +au4b +augh3 +au3gu +au4l2 +aun5d +au3r +au5si1b +a2us +a4ut5en +au1th +a2va +av3ag4 +a5va2n +av4e4no +av3er1a +av5ern +av5ery +av1i +avi4er +av2ie4 +av3ig +av5oc +a1vor +3away +aw3i2 +aw4ly +aws4 +ax4i5c +ax3i +ax4id +ay5al +aye4 +ays4 +azi4er +a2z1i +az2ie4 +az2z5i +a4z1z2 +5ba. +bad5ger +ba2d +ba4ge +bal1a +ban5dag +ba2n +b4and +ban1d2a +ban4e +ban3i +barbi5 +b2a2r +bar1b +bar2i4a +bar1i +bas4si +ba2ss +1bat +ba4z +2b1b +b2be +b3ber +bbi4na +4b1d +4be. +beak4 +bea2t3 +4be2d +b2e3d2a +be3de +b4e3di +be3gi +be5gu +1bel +be1l2i +be3lo +4be5m +be5n2ig +be5nu +4bes4 +be3sp +b2e5st4r +3bet +be1t5iz +be5tr +be3tw4 +be3w +be5y1o4 +2bf +4b3h +bi2b +b2i4d +3b2ie4 +bi5en +bi4er +2b3if +1bil +bi3l2iz +bil1i +bin2a5r4 +bi1na +b4in4d +bi5net +b2ine +bi3o2gr +b2io +bi5ou2 +bi2t +3b2i3t2io +bi1ti +bi3tr +3bit5u1a +bi1tu +b5i4tz +b1j +bk4 +b2l2 +bl4ath5 +b4le. +blen4 +5ble1sp +bles2 +b3lis +b4lo +blun4t +4b1m +4b3n +bne5g +3bod +bod3i +bo4e +bol3ic +bol2i +bom4bi +bo4m1b +bo1n4a +bo2n +bon5at +3boo2 +5bor. +4b1o1ra +bor5d +5bore +5bori +5bos4 +b5o1ta +b4oth5 +bo4to +boun2d3 +bou2 +4bp +4brit +br4oth3 +2b5s2 +bsor4 +b1so +2bt +b2t4l +b4to +b3tr +buf4fer1 +bu4f1f +bu4ga +bu3l2i +bu1mi4 +bu4n +bunt4i +bun1t +bu3re +bus5ie4 +b2us +buss4e +bu2ss +5bust +4bu1ta +3bu1t2io +b4u1t2i +b5u1to +b1v +4b5w +5by. +bys4 +1ca +cab3in +ca1b2l2 +ca2ch4 +ca5den +ca2d +4cag4 +2c5ah +ca3lat +cal4la +cal1l +cal2l5in4 +call2i +4calo +c4an5d +ca2n +can4e +ca4n4ic +can5is +can3iz +can4ty +can1t +cany4 +ca5per +car5om +c2a2r +cast5er +cas5t2ig +cast2i +4cas4y +c4a4th +4ca1t2iv +cav5al +ca2va +c3c +ccha5 +c2ch +c3c2i4a +c1ci +ccom1pa5 +c1co +cco4m1p +cco2n4 +ccou3t +ccou2 +2ce. +4ced. +4ce1den +3cei2 +5cel. +3cel1l +1cen +3cenc +2cen4e +4ceni +3cen1t +3cep +ce5ram +cer1a +4ce1s4a2 +3ces1si +c2e2ss +ces5si5b +ces5t +cet4 +c5e4ta +cew4 +2ch +4ch. +4ch3ab +5cha4n1ic +cha2n +ch5a5nis +che2 +cheap3 +4ch4ed +ch5e5lo +3chemi +ch5ene +che2n +ch3er. +ch3e4r1s2 +4ch1in +5chi2ne. +ch2ine +ch5i5n2e2ss +chi1nes +5ch2ini +5ch2io +3chit +chi2z +3cho2 +ch4ti +1ci +3c2i1a +ci2a5b +ci2a5r +ci5c +4cier +c2ie4 +5c4i2f3ic. +ci1fi +4c4i5i4 +ci4la +3cil1i +2cim +2cin +c4i1na +3cin2at +cin3em +c2ine +c1ing +c5ing. +5c2i1no +cio2n4 +c2io +4cipe4 +c2ip +ci3ph +4cip4ic +cip3i +4cis1ta +4cis1t2i +2c1it +ci1t3iz +ci1ti +5ciz +ck1 +ck3i +1c4l4 +4cl2a2r +c5la5ra1t2io +clar4at +5clare +cle4m +4clic +clim4 +c1ly4 +c5n +1co +co5ag +c4oa +coe2 +2cog +co4gr +coi4 +co3inc +col5i +5colo +col3o4r +com5er +co2me +co1n4a +co2n +c4one +con3g +con5t +co3pa +cop3ic +co4p2l2 +4cor1b +coro3n +cos4e +cov1 +cove4 +cow5a +co2z5e +co5z1i +c1q +cras5t +cr2as +5crat. +5crat1ic +cre3a2t +5c2r2ed +4c3re1ta +cre4v2 +cri2 +cri5f +c4rin +cr2is4 +5cri1ti +cro4p2l2 +crop5o +cros4e +cru4d +4c3s2 +2c1t +c2ta4b +c1ta +ct5ang +cta2n +c5tan1t +c2te +c3ter +c4t4ic1u +ctim3i +c1tim +ctu4r +c1tu +c4tw4 +cud5 +c4uf +c4ui2 +cu5i1ty +5cul2i +cul4tis4 +cul1ti +cu4lt +3c4ul1tu2 +cu2ma +c3ume +cu4mi +3cun +cu3pi +cu5py +cu2r5a4b +cu1ra +cu5r2i3a +1c2us +cus1s4i +cu2ss +3c4ut +cu4t2ie4 +c4u1t2i +4c5u1t2iv +4cutr +1cy +c2ze4 +1d2a +5da. +2d3a4b +da2ch4 +4da2f +2dag +da2m2 +d2an3g +da2n +dard5 +d2a2r +dark5 +4dary +3dat +4da1t2iv +4da1to +5dav4 +dav5e +5day +d1b +d5c +d1d4 +2de. +dea2f5 +de4b5i2t +d2e1b +de4bo2n +deca2n4 +de1ca +de4cil +de1c2i +de5com +de1co +2d1ed +4dee. +de5if +dei2 +del2i4e4 +del2i +de4l5i5q +de5lo +d4em +5dem. +3demic +dem5ic. +de5mil +de4mo2n3s2 +de1mo +demo2n +demo2r5 +1den +de4n2a2r +de1na +d4e3no +denti5f2 +den1t +dent2i +de3nu +de1p +de3pa +depi4 +de2pu +d3e1q +d4er1h4 +5der3m4 +d5ern5iz +de4r5s2 +des2 +d2es. +de1s2c +de2s5o +des3t2i +d2e3st4r +de4su +de1t +de2to +de1v +de2v3i4l +de1vi +4dey +4d1f +d4ga +d3ge4t +dg1i +d2gy +d1h2 +5di. +1d4i3a +dia5b +d4i4cam +di1ca +d4ice +3di2c1t +3d2id +5di3en +d2ie4 +d1if +di3ge +d2ig +di4la1to +di1la +d1in +1di1na +3di2ne. +d2ine +5d2ini +di5niz +1d2io +dio5g +di4p2l2 +d2ip +d4ir2 +di1re +dir1t5i +dis1 +5disi +d4is3t +d2i1ti +1d2i1v +d1j +d5k2 +4d5la +3dle. +3dled +3dles. +dles2 +4d3l2e2ss +2d3lo +4d5lu +2d1ly +d1m +4d1n4 +1do +3do. +do5de +5doe +2d5of +d4og +do4la +dol2i4 +do5lo4r +dom5iz +do3n2at +do2n +do1n1a +doni4 +doo3d +doo2 +do4p4p +d4or +3dos +4d5out +dou2 +do4v +3dox +d1p +1dr +drag5o2n2 +dra2go +4dr2ai2 +dre4 +dre2a5r +5dren +dr4i4b +dril4 +dro4p +4drow +5drupli +dru3p2l2 +4dry +2d1s2 +ds4p +d4sw2 +d4s4y +d2th +1du +d1u1a +du2c +d1u3ca +duc5er +4duct. +du2c1t +4duc4t1s2 +du5el +du4g +d3ul4e +dum4be +du4m1b +du4n +4dup +du4pe +d1v +d1w +d2y +5dyn +dy4s2e +dys5p +e1a4b +e3a2c1t +ea2d1 +ead5ie4 +e2adi +ea4ge +ea5ger +ea4l +eal5er +e2ale +eal3ou2 +eam3er +e5and +ea2n +ear3a +e2a2r +ear4c +ear5es +ear4ic +ear1i +ear4il +ear5k +ear2t +eart3e +ea5sp +e3a2ss +east3 +ea2t +eat5en +eath3i +e4ath +e5at3if2 +e4a3tu +ea2v +eav3en +eav5i +eav5o +2e1b +e4bel. +e1bel +e4be2l1s2 +e4ben +e4bi2t +e3br +e4ca2d +e1ca +ecan5c +eca2n +ec1ca5 +ec3c +e1ce +ec5es1sa2 +ec2e2ss +e1c2i +e4cib +ec5ificat +eci1fi +ecifi1ca +ec5i3f2ie4 +ec5i1fy +e2c3im +e2c1i4t +e5c2ite +e4clam +e1c4l4 +e4cl2us +e2col +e1co +e4com1m +e4compe +eco4m1p +e4con1c +eco2n +e2cor +ec3o1ra +eco5ro +e1cr +e4crem +ec4ta2n +e2c1t +ec1ta +ec4te +e1cu +e4cul +ec3u1la +2e2d2a +4ed3d4 +e4d1er +ede4s2 +4edi +e3d4i3a +ed3ib +ed3i1ca +ed3im +ed1it +edi5z +4e1do +e4dol +edo2n2 +e4dri +e1dr +e4dul +e1du +ed5u1l4o +ee2c +e4ed3i +ee2f +eel3i +ee4ly +ee2m +ee4na +ee4p1 +ee2s4 +eest4 +ee4ty +e5ex +e1f +e4f3ere +efer1 +1e4f1f +e4fic +e1fi +5ef2i1c4i +efil4 +e3f2i2ne +e2fin +ef5i5n2ite +ef2ini +efin2it +3efit +efor5es +e1fo +efo2r +e4fu4se. +e3fu +ef2us +4egal +e1ga +eger4 +eg5ib +eg4ic +eg5ing +e5git5 +eg5n +e4go. +e1go +e4gos +eg1ul +e5gur +5e1gy +e1h4 +eher4 +ei2 +e5ic +e2i5d +e2ig2 +ei5g4l2 +e3i4m1b +e3in3f +e1ing +e5inst +e2i2n1s2 +eir4d +e4ir +e2it3e +e2i3th +e5i1ty +e1j +e4jud +ej5udi +eki4n +ek1i +ek4la +ek1l +e1la +e4la. +e4lac +e3l4an4d +ela2n +e4l5a1t2iv +e4law +elax1a4 +e3le2a +el5ebra +el2e1b +ele3br +5elec +e4led +el3e1ga +e5len +e4l1er +e1les2 +e2l2f +el2i +e3libe4 +e4l5ic. +el3i1ca +e3lier +el2ie4 +el5i3gib +el2ig +el4igi +e5lim +e4l3ing +e3l2io +e2lis +el5is2h +e3l2iv3 +4ella +el1l +el4lab +ell4o4 +e5loc +el5og +el3op. +el2s2h +e2l1s2 +el4ta +e4lt +e5lud +el5ug +e4mac +e1ma +e4mag +e5ma2n +em5a1na +e4m5b +e1me +e2mel +e4met +em3i1ca +em2i4e4 +em5igra +em2ig4 +emi1gr +em1in2 +em5ine +em3i3ni +e4m2is +em5is2h +e5m4i2s1s +em3iz +5emniz +e4m1n +emo4g +e1mo +emo3n2i5o +emo2n +em3pi +e4m1p +e4mul +e1mu +em5u1la +emu3n2 +e3my +en5a2mo +e1na +e4nan1t +en2a2n +ench4er +en2ch +enche2 +en3dic +e5nea +e5nee +en3em +en5ero +en1er +en5e1si +e1nes +e2n5est +en3etr +e3ne4w +en5i4c3s2 +e5n2ie4 +e5nil +e3n2i4o +en3is2h +en3it +e5ni1u +5eniz +4e4n1n2 +4eno +e4no4g +e4nos +en3ov +en4sw2 +e2n1s2 +ent5age +en1t +en1ta +4enth1es +enth2e +en3u1a +en5uf +e3ny. +4e4n3z +e5of +eo2g +e4oi4 +e3ol +eop3a2r +eo2pa +e1or +eo3re +eo5rol +eos4 +e4ot +eo4to +e5out +eou2 +e5ow +e2pa +e3p4ai2 +ep5anc +epa2n +e5pel +e3pen1t +ep5e5t2i1t2io +epe2t +epeti1ti +ephe4 +e4pli +e1p2l2 +e1po +e4prec +epr2 +ep5re1ca +e4p2r2ed +ep3re1h4 +e3pro +e4prob +ep4s4h +e2p1s2 +ep5ti5b +e2p1t +e4pu2t +ep5u1ta +e1q +equi3l +equ2 +eq2ui2 +e4q3ui3s +er1a +e2ra4b +4er4and +era2n +er3a2r +4er4ati. +2er1b +er4b2l2 +er3ch +er1c +er4che2 +2e2re. +e3re1a4l +ere5co +ere3in +erei2 +er5el. +er3e1mo +er5e1na +er5ence +4erene +er3en1t +ere4q +er5e2ss +er3es2t +eret4 +er1h4 +er1i +e1r2i3a4 +5erick1 +e3rien +er2ie4 +eri4er +er3in4e +e1r2i1o +4erit +er4i1u +er2i4v +e4ri1va +er3m4 +er4nis4 +4er3n2it +5erniz +er3no4 +2ero +er5ob +e5r2oc +ero4r +er1ou2 +e4r1s2 +er3set +er2se +ert3er +4er2tl +er3tw4 +4eru +eru4t +5erwau +er1w +e1s4a2 +e4sa2ge. +e4sages +es2c +e2s1ca +es5ca2n +e3scr +es5cu +e1s2e +e2sec +es5e1cr +e4s5enc +e4sert. +e4ser4t1s2 +e4ser1va +4es2h +e3sha +esh5e2n +e1si +e2sic +e2s2id +es5i1den +e4s5ig1n4a +es2ig +e2s5im +e2s4i4n +esis4te +e1sis +e5si4u +e5skin +esk2 +esk1i +es4mi +e2s1m +e2sol +e1so +es3olu +e2so2n +es5o1n1a4 +e1sp +e2s3per +es5pi1ra +esp4ir +es4pre +espr2 +2e2ss +es4si4b +es1si +esta2n4 +es1ta +es3t2ig +est2i +es5tim +4es2to +e3sto2n +2est4r +e5stro +estruc5 +e2su2r +e1su +es5ur1r4 +es4w2 +e2ta4b +e1ta +e3ten4d +e3teo +ethod3 +et1ic +e5tide +et2id +e2t1in4 +et2i4no +e5t4ir +e5t2i1t2io +eti1ti +et5i1t2iv +4e2t1n2 +et5o1n1a +e1to +eto2n +e3tra +e3tre +et3ric +et5rif +et3rog +et5ros +et3u1a +e1tu +et5ym +e1ty +e4t5z +4eu +e5un +e3up +eu3ro +e2us4 +eute4 +euti5l +e4u1t2i +eu5tr +eva2p5 +e1va +e2vas +ev5ast +e5vea +ev3el1l +eve4l3o +e5veng +even4i +ev1er +e5v2er1b +e1vi +ev3id +e2vi4l +e4v1in +e3v2i4v +e5voc +e5vu +e1wa +e4wag +e5wee +e3wh +ewil5 +ewi2 +ew3in4g +e3wit +1ex3p +5ey1c +5eye. +eys4 +1fa +fa3b2l2 +f4ab3r +fa4ce +4fag +fa4i4n4 +fai2 +fal2l5e +fal1l +4f4a4ma +fam5is +5f2a2r +far5th +fa3ta +fa3th2e +f4ath +4fa1to +fau4lt5 +fau4l2 +4f5b +4fd +4fe. +feas4 +fe4ath3 +fea2t +f2e4b +4fe1ca +5fe2c1t +2fed +fe3l2i +fe4mo +fen2d +fen1d5e +fer1 +5fer1r4 +fev4 +4f1f +f4fes +f4f2ie4 +f1fi +f5f2in. +f2fin +f2f5is +f4f2ly5 +ff4l2 +f2fy +4fh +1fi +f2i3a +2f3ic. +4f3ical +fi1ca +f3ica2n +4ficate +f3i1cen +fi3cer +f2i1c4i +5fi3c2i1a +5fic2ie4 +4fi4c3s2 +fi3cu +fi5del +f2id +fight5 +f2ig +fil5i +fil2l5in4 +fil1l +fill2i +4fi1ly +2fin +5fi1na +f4in2d5 +f2i2ne +f1in3g +f2i4n4n2 +fis4t2i +f4l2 +f5l2e2ss +fles2 +flin4 +flo3re +f2ly5 +4fm +4fn +1fo +5fo2n +fon4de +f2ond +fon4t +fo2r +fo5rat +fo1ra +for5ay +fore5t +for4i +for1t5a +fos5 +4f5p +fra4t +f5rea +fres5c +fri2 +fril4 +frol5 +2f3s +2ft +f4to +f2ty +3fu +fu5el +4fug +fu4min +fu1mi +fu5ne +fu3ri +fusi4 +f2us +fu2s4s +4fu1ta +1fy +1ga +ga2f4 +5gal. +3gal1i +ga3lo +2gam +ga5met +g5a2mo +gan5is +ga2n +ga3niz +gani5za1 +4gano4 +gar5n4 +g2a2r +ga2ss4 +g4ath3 +4ga1t2iv +4gaz +g3b +gd4 +2ge. +2ged +geez4 +gel4in +gel2i +ge5lis +ge5l1iz +4ge1ly +1gen +ge4n2at +ge1na +g5e5niz +4g4eno +4geny +1geo +ge3om +g4ery +5ge1si +geth5 +4ge1to +ge4ty +ge4v +4g1g2 +g2ge +g3ger +gglu5 +ggl2 +g1go4 +gh3in +gh5out +ghou2 +gh4to +5gi. +1g2i4a +gi2a5r +g1ic +5gi3c2i1a +g2i1ci +g4i1co +gien5 +g2ie4 +5gies. +gil4 +g3i1men +3g4in. +g4in5ge +5g4i2n1s2 +5g2io +3g4ir +gir4l +g3is1l2 +gi4u +5g2iv +3giz +gl2 +gla4 +gl2ad5i +gla2d +5glas +1gle +gli4b +g3l2ig +3glo +glo3r +g1m +g4my +g1n4a +g4na. +gne4t4t2 +g1ni +g2n1in +g4n2i4o +g1no +g4no4n +1go +3go. +gob5 +5goe +3g4o4g +go3is +goi2 +go2n2 +4g3o3n1a +gon5do5 +g2ond +go3ni +5goo2 +go5riz +gor5ou2 +5gos. +gov1 +g3p +1gr +4gra1d2a +gra2d +g4r2ai2 +gra2n2 +5gra4ph. +g5ra3ph4er +5graph1ic +gr4aphi +4g3ra1phy +4gray +gre4n +4gress. +gr2e2ss +4grit +g4ro +gruf4 +gs2 +g5ste +gth3 +gu4a +3guar2d +gu2a2r +2gue +5gui5t +g2ui2 +3gun +3g2us +4gu4t +g3w +1gy +2g5y3n +gy5ra +h3ab4l2 +ha2ch4 +hae4m +hae4t +h5agu +ha3la +hala3m +ha4m +han4ci +ha2n +han4cy +5hand. +h4and +h2an4g +hang5er +han1g5o +h5a5niz +ha4n4k2 +han4te +han1t +ha2p3l2 +ha2p5t +ha3ra2n +h2a2r +ha5r2as +har2d +hard3e +har4le4 +har1l +harp5en +har2p +har5ter +ha2s5s +haun4 +5haz +haz3a1 +h1b +1hea2d1 +3he2a2r +he4ca2n +he1ca +h5ecat +h4ed +h4e5do5 +he3l4i +hel4lis +hel1l +hell2i +hel4ly +h5elo +he4m4p +he2n +he1na4 +hen5at +he1o5r +hep5 +h4er1a +hera3p +her4ba +h2er1b +here5a +h3ern +h5er1ou2 +h2ero +h3ery +h1es +he2s5p +he4t +he2t4ed +h4eu4 +h1f +h1h +hi5a2n +h2i1a +hi4co +high5 +h2ig +h4il2 +himer4 +h4i1na +hion4e +h2io +hio2n +h2i4p +hir4l +h4ir +hi3ro +hir4p +hir4r4 +his3el +h4ise +h4i2s4s +hith5er +h2ith +hith2e +h2i2v +4hk +4h1l4 +hla2n4 +h2lo +hlo3ri +4h1m +hmet4 +2h1n +h5odiz +h5o2d1s2 +ho4g +ho1ge4 +hol5a2r +ho1la +3hol4e +ho4ma +ho2me3 +ho1n4a +ho2n +ho5ny +3hood +hoo2 +hoo2n4 +hor5at +ho1ra +ho5r2is +hort3e +ho5ru +hos4e +ho5sen +hos1p +1ho2us +hou2 +house3 +hov5el +4h5p +4hr4 +hree5 +hro5niz +hro2n +hro3po +4h1s2 +h4s2h +h4t2a2r +h1ta +ht1en +ht5es +h4ty +hu4g +hu4min +hu1mi +hun5ke +hu4nk2 +hun4t +hus3t4 +h2us +hu4t +h1w +h4war4t +hw2a2r +hy3pe +hy3ph +hy2s +2i1a +i2al +iam4 +iam5e1te +i2a2n +4ianc +ian3i +4ian4t +ia5pe +ia2ss4 +i4a1t2iv +ia4tric +ia1tr +i4a2tu +ibe4 +ib3er1a +ib5ert +ib5i1a +ib3in +ib5it. +ibi2t +ib5ite +i1b2l2 +ib3li +i5bo +i1br +i2b5ri +i5bu4n +4icam +i1ca +5icap +4ic2a2r +i4car. +i4cara +icas5 +i4cay +iccu4 +ic3c +4iceo +4i2ch +2i1ci +i5c2id +ic5i1na +i2cin +i2c2ip +ic3i1pa +i4c1ly4 +i1c4l4 +i2c5oc +i1co +4i1cr +5icra +i4cry +ic4te +i2c1t +ic1tu2 +ic4t3u1a +ic3u1la +ic4um +ic5uo +i3cur +2id +i4dai2 +i1d2a +id5anc +ida2n +id5d4 +ide3a4l +ide4s2 +i2di +id5i2a2n +i1d4i3a +idi4a2r +i5d2ie4 +i1d3io +idi5ou2 +id1it +id5i1u +i3dle +i4dom +i1do +id3ow +i4dr +i2du +id5uo +2ie4 +ied4e +5ie5ga +ie2ld3 +ie1n5a4 +ien4e +i5e4n1n2 +i3ent2i +ien1t +i1er. +i3es2c +i1est +i3et +4if. +if5ero +ifer1 +iff5en +i4f1f +if4fr +4i2f3ic. +i1fi +i3f2ie4 +i3f4l2 +4i2ft +2ig +iga5b +i1ga +ig3er1a +ight3i +4igi +i3gib +ig3il4 +ig3in +ig3it +i4g4l2 +i2go +ig3or +ig5ot +i5gre +i1gr +ig2u5i2 +ig1ur +i3h +4i5i4 +i3j +4ik +i1la +il3a4b +i4l4ade +ila2d +i2l5am +ila5ra +il2a2r +i3leg +il1er +ilev4 +i2l5f +il1i +il3i1a +il2ib +il3io +il4ist +2il1it +il2iz +ill5ab +il1l +4i2l1n2 +il3o1q +il4ty +i4lt +il5ur +il3v +i4mag +i1ma +im3age +ima5ry +im2a2r +iment2a5r +i1men +i3men1t +imen1ta +4imet +im1i +im5i1d4a +im2id +imi5le +i5m2ini +4imit +im4ni +i4m1n +i3mo2n +i1mo +i2mu +im3u1la +2in. +i4n3au +i1na +4inav +incel4 +in3cer +4ind +in5dling +2ine +i3nee +in4er4a2r +in1er +iner1a +i5n2e2ss +i1nes +4in1ga +4inge +in5gen +4ingi +in5gling +ingl2 +4in1go +4in1gu +2ini +i5ni. +i4n4i1a +in3i4o +in1is +i5ni4te. +in2it +in2ite +5i3n2i1t2io +ini1ti +in3i1ty +4i4nk2 +4i4n1l +2i4n1n2 +2i1no +i4no4c +ino4s +i4not +2i2n1s2 +in3se +insu1r5a +in1su +insu2r +2int. +in1t +2in4th +in1u +i5n2us +4iny +2io +4io. +io1ge4 +io2gr +i1ol +io4m +ion3at +io2n +io1n1a +ion4ery +ion1er +ion3i +i2o5ph +ior3i +i4os +i4o5th +i5oti +io4to +i4our +iou2 +2ip +ipe4 +iphr2as4 +ip4hr4 +ip3i +ip4ic +ip4re4 +ipr2 +ip3ul +i3qua +iqu2 +iq5ue1f +iq3u2id +iq2ui2 +iq3ui3t +4ir +i1ra +i2ra4b +i4rac +ird5e +ire4de +i2r2ed +i4re1f +i4rel4 +i4res +ir5gi +irg2 +ir1i +iri5de +ir2id +ir4is +iri3tu +5i5r2iz +ir4min +ir1m +iro4g +5iron. +iro2n +ir5ul +2is. +is5ag +isa2 +is3a2r +isas5 +2is1c +is3ch2 +4ise +is3er +3i4s3f +is5ha2n +is2h +is3ho2n3 +isho4 +ish5op +is3i1b +is2i4d +i5sis +is5i1t2iv +isi1ti +4is4k2 +isla2n4 +is1l2 +4is4m1s2 +i2s1m +i2so +iso5mer +i3som +iso2me +is1p +is2pi +is4py +4i2s1s +is4sal +is1sa2 +issen4 +is4s1e4s +is4ta. +is1ta +is1te +is1t2i +ist4ly +is2tl +4istral +ist4r +is1tra +i2su +is5us +4i3ta. +i1ta +ita4bi +i2tab +i4tag +4ita5m +i3ta2n +i3tat +2ite +it3er1a +i5ter1i +it4es +2ith +i1ti +4i1t2i1a +4i2tic +it3i1ca +5i5tick1 +i2t3ig +it5il1l +i2tim +2i1t2io +4itis +i4ti2s4m +i2t5o5m +i1to +4ito2n +i4tram +i1tra +it5ry +4i4t3t2 +it3u1at +i1tu +itu1a +i5tud2 +it3ul +4itz. +i4tz +i1u +2iv +iv3el1l +iv3en. +i4v3er. +i4vers. +ive4r1s2 +iv5il. +i2vil +iv5io +iv1it +i5vore +iv3o3ro +i4v3ot +4i5w +ix4o +4iy +4iz2a2r2 +iza1 +i2z1i4 +5izon1t +i1zo +izo2n +5ja +jac4q +ja4p +1je +je4r5s2 +4jes4t2ie4 +jest2i +4jes2ty +jew3 +jo4p +5judg +3ka. +k3ab +k5ag +kais4 +kai2 +kal4 +k1b +k2ed +1kee +ke4g +ke5l2i +k3en4d +k1er +kes4 +k3e2st. +ke4ty +k3f +kh4 +k1i +5ki. +5k2ic +k4il1l +kilo5 +k4im +k4in. +kin4de +k4ind +k5i5n2e2ss +k2ine +ki1nes +kin4g +k2i4p +kis4 +k5is2h +kk4 +k1l +4k3ley +4k1ly +k1m +k5nes +1k2no +ko5r +kos2h4 +k3ou2 +kro5n +4k1s2 +k4sc +ks4l2 +k4s4y +k5t +k1w +lab3ic +l4abo +l4a2ci4 +l4ade +la2d +la3d2y +lag4n +la2m3o +3l4and +la2n +lan4dl +lan5et +lan4te +lan1t +lar4g2 +l2a2r +lar3i +las4e +la5ta2n +la2ta +4latel2i4 +4la1t2iv +4lav +la4v4a +2l1b +lbin4 +4l1c2 +lce4 +l3ci +2ld +l2de +ld4ere +ld4er1i +ldi4 +ld5is1 +l3dr +l4dri +le2a +le4bi +l2e1b +le2ft5 +le1f +5leg. +5le4g1g2 +le4mat +le1ma +lem5at1ic +4len. +3lenc +5le2ne. +1len1t +le3ph +le4pr2 +le2ra5b +ler1a +ler4e +3lerg2 +3l4er1i +l4ero +les2 +le5s1co +les2c +5lesq +3l2e2ss +5less. +l3e1va +lev4er. +lev1er +lev4er1a +lev4e4r1s2 +3ley +4leye +2lf +l5fr +4l1g4 +l5ga +lg2a2r3 +l4ges +l1go3 +2l3h +li4ag +l2i1a +li2am4 +liar5iz +li2a2r +liar1i +li4as +li4a1to +li5bi +5lic2io +l2i1ci +li4cor +li1co +4li4c3s2 +4lict. +li2c1t +l4icu +l3i1cy +l3i1d2a +l2id +lid5er +3li2di +lif3er1 +l4i4f1f +li4f4l2 +5ligate +l2ig +li1ga +3ligh +li4gra +li1gr +3l4ik +4l4i4l +lim4b2l2 +li4m1b +lim3i +li4mo +l4i4m4p +l4i1na +1l4ine +lin3ea +l2in3i +link5er +l4i4nk2 +li5og +l2io +4l4iq +lis4p +l1it +l2it. +5lit3i1ca +li1ti +l4i2tic +l5i5ti4c3s2 +liv3er +l2iv +l1iz +4lj +lka3 +l3kal4 +lka4t +l1l +l4law +l2le +l5le2a +l3lec +l3leg +l3lel +l3le4n +l3le4t +ll2i +l2lin4 +l5l4i1na +ll4o +lloq2ui5 +llo1q +lloqu2 +l2l5out +llou2 +l5low +2lm +l5met +lm3ing +l4mo2d1 +l1mo +lmo2n4 +2l1n2 +3lo. +lob5al +lo4ci +4lof +3log1ic +l5o1go +3logu +lom3er +lo2me +5long +lo2n +lon4i +l3o3niz +lood5 +loo2 +5lo4pe. +lop3i +l3o4p1m +lo1ra4 +lo4ra1to +lo5r2ie4 +lor5ou2 +5los. +los5et +5los5o3phiz +lo2so +los4op +los2oph +5los5o1phy +los4t +lo4ta +loun5d +lou2 +2lout +4lov +2lp +lpa5b +l1pa +l3pha +l5phi +lp5ing +lpi2n +l3pit +l4p2l2 +l5pr2 +4l1r +2l1s2 +l4sc +l2se +l4s2ie4 +4lt +lt5ag +l1ta +ltane5 +lta2n +l1te +lten4 +lter1a4 +lth3i +l5ties. +lt2ie4 +ltis4 +l1tr +l1tu2 +ltu1r3a +lu5a +lu3br +lu2ch4 +lu3ci +lu3en +luf4 +lu5id +l2ui2 +lu4ma +5lu1mi +l5umn. +lu4m1n +5lum3n4i1a +lu3o +luo3r +4lup +lu2ss4 +l2us +lus3te +1lut +l5ven +l5vet4 +2l1w +1ly +4lya +4ly1b +ly5me4 +ly3no +2lys4 +l5y3s2e +1ma +2mab +ma2ca +ma5ch2ine +ma2ch +ma4ch1in +ma4c4l4 +mag5in +mag1i +5mag1n +2mah +ma2id5 +mai2 +4ma2ld +ma3l2ig +mal1i +ma5lin +mal4l2i +mal1l +mal4ty +ma4lt +5ma3n4i1a +ma2n +man5is +man3iz +4map +ma5ri2ne. +m2a2r +mar1i +mar2in4e +ma5r2iz +mar4ly +mar1l +mar3v +ma5sce +mas4e +mas1t +5mate +m4ath3 +ma3tis +4mati3za1 +ma1tiz +4m1b +m1ba4t5 +m5bil +m4b3ing +mb2i4v +4m5c +4me. +2med +4med. +5me3d4i3a +m4edi +me3d2ie4 +m5e5d2y +me2g +mel5o2n +me4l4t +me2m +me1m1o3 +1men +me1n4a +men5ac +men4de +4mene +men4i +me2n1s4 +men1su5 +3men1t +men4te +me5o2n +m5er1sa2 +me4r1s2 +2mes +3mest2i +me4ta +met3a2l +me1te +me5thi +m4etr +5met3ric +me5tr2ie4 +me3try +me4v +4m1f +2mh +5mi. +m2i3a +mi1d4a +m2id +mid4g +m2ig4 +3mil3i1a +mil1i +m5i5l2ie4 +m4il1l +mi1n4a +3m4ind +m5i3nee +m2ine +m4ingl2 +min5gli +m5ing1ly +min4t +m4in1u +miot4 +m2io +m2is +mi4s4er. +m4ise +mis3er +mis5l2 +mis4t2i +m5i4stry +mist4r +4m2ith +m2iz +4mk +4m1l +m1m +mma5ry +m1ma +mm2a2r +4m1n +m1n4a +m4n1in +mn4o +1mo +4mocr +5moc5ra1tiz +mo2d1 +mo4go +mois2 +moi2 +mo4i5se +4m2ok +mo5lest +moles2 +mo3me +mon5et +mo2n +mon5ge +mo3n4i3a +mon4i2s1m +mon1is +mon4ist +mo3niz +monol4 +mo3ny. +mo2r +4mo5ra. +mo1ra +mos2 +mo5sey +mo3sp +m4oth3 +m5ouf +mou2 +3mo2us +mo2v +4m1p +mpara5 +m1pa +mp2a2r +mpa5rab +mp4a4r5i +m3pe2t +mphas4 +m2pi +mp2i4a +mp5ies +mp2ie4 +m4p1i2n +m5p4ir +mp5is +mpo3ri +m1p4or +mpos5ite +m1pos +m4po2us +mpou2 +mpov5 +mp4tr +m2p1t +m2py +4m3r +4m1s2 +m4s2h +m5si +4mt +1mu +mul2a5r4 +mu1la +5mu4lt +mul1ti3 +3mum +mun2 +4mup +mu4u +4mw +1na +2n1a2b +n4abu +4nac. +na4ca +n5a2c1t +nag5er. +nak4 +na4l1i +na5l2i1a +4na4lt +na5mit +n2a2n +nan1ci4 +nan4it +na4nk4 +nar3c +n2a2r +4nare +nar3i +nar4l +n5ar1m +n4as +nas4c +nas5t2i +n2at +na3ta2l +na2ta +nat5o5m2iz +na2tom +na1to +n2au +nau3se +na2us +3naut +nav4e +4n1b4 +nc2a2r5 +n1ca +n4ces. +n3cha +n2ch +n5cheo +nche2 +n5ch4il2 +n3chis +n2c1in +n1ci +n2c4it +ncou1r5a +n1co +ncou2 +n1cr +n1cu +n4dai2 +n1d2a +n5da2n +n1de +nd5e2st. +ndes2 +ndi4b +n5d2if +n1dit +n3diz +n5du2c +n1du +ndu4r +nd2we +nd1w +2ne. +n3e2a2r +n2e2b +neb3u +ne2c +5neck1 +2ned +ne4gat +ne1ga +ne4g5a1t2iv +5nege +ne4la +nel5iz +nel2i +ne5mi +ne4mo +1nen +4nene +3neo +ne4po +ne2q +n1er +ne2ra5b +ner1a +n4er3a2r +n2ere +n4er5i +ner4r4 +1nes +2nes. +4ne1sp +2nest +4nes4w2 +3net1ic +ne4v +n5eve +ne4w +n3f +n4gab +n1ga +n3gel +nge4n4e +n1gen +n5gere +n3ger1i +ng5ha +n3gib +ng1in +n5git +n4gla4 +ngl2 +ngov4 +n1go +ng5s2h +ngs2 +n1gu +n4gum +n2gy +4n1h4 +nha4 +nhab3 +nhe4 +3n4i1a +ni3a2n +ni4ap +ni3ba +ni4b2l2 +n2i4d +ni5di +ni4er +n2ie4 +ni2fi +ni5ficat +nifi1ca +n5i1gr +n2ig +n4ik4 +n1im +ni3m2iz +nim1i +n1in +5ni2ne. +n2ine +nin4g +n2i4o +5n2is. +nis4ta +n2it +n4ith +3n2i1t2io +ni1ti +n3itor +ni1to +ni3tr +n1j +4nk2 +n5k2ero +nk1er +n3ket +nk3in +nk1i +n1k1l +4n1l +n5m +nme4 +nmet4 +4n1n2 +nne4 +nni3al +n3n4i1a +nn2i4v +nob4l2 +no3ble +n5o1c4l4 +4n3o2d +3noe +4nog +no1ge4 +nois5i +noi2 +no5l4i +5nol1o1gis +3nomic +n5o5m2iz +no4mo +no3my +no4n +non4ag +no1n1a +non5i +n5oniz +4nop +5nop5o5l2i +no2r5ab +no1ra +no4rary +nor2a2r +4nos2c +nos4e +nos5t +no5ta +1nou2 +3noun +nov3el3 +nowl3 +n1p4 +npi4 +npre4c +npr2 +n1q +n1r +nru4 +2n1s2 +n2s5ab +nsa2 +nsati4 +ns4c +n2se +n4s3e4s +ns2id1 +ns2ig4 +n2s1l2 +n2s3m +n4soc +n1so +ns4pe +n5spi +nsta5b2l2 +ns1ta +ns2tab +n1t +n2ta4b +n1ta +nte4r3s2 +nt2i +n5ti2b +nti4er +nt2ie4 +nti2f2 +n3t2ine +n2t1in +n4t3ing +nt2i4p +ntrol5l2i +ntrol1l +n4t4s2 +ntu3me +n1tu +n3tum +nu1a +nu4d +nu5en +nuf4fe +nu4f1f +n3ui4n +n2ui2 +3nu3it +n4um +nu1me +n5u1mi +3nu4n +n3uo +nu3tr +n1v2 +n1w4 +nym4 +nyp4 +4nz +n3za1 +4oa +oa2d3 +o5a5les2 +o2ale +oard3 +o2a2r +oas4e +oast5e +oat5i +ob3a3b +o5b2a2r +o1be4l +o1bi +o2bin +ob5ing +o3br +ob3ul +o1ce +o2ch4 +o3che4t +oche2 +ocif3 +o1ci +o4cil +o4clam +o1c4l4 +o4cod +o1co +oc3rac +oc5ra1tiz +ocre3 +5ocrit +ocri2 +octo2r5a +o2c1t +oc1to +oc3u1la +o5cure +od5d1ed +od1d4 +od3ic +o1d2i3o +o2do4 +od4or3 +o4d5uct. +o1du +odu2c +odu2c1t +o4d5uc4t1s2 +o4el +o5eng +o3er +oe4ta +o3ev +o2fi +of5ite +of4i4t4t2 +o2g5a5r +o1ga +o4g5a1t2iv +o4ga1to +o1ge +o5gene +o1gen +o5geo +o4ger +o3g2ie4 +1o1gis +og3it +o4gl2 +o5g2ly +3ogniz +og1ni +o4g4ro +o1gr +og2u5i2 +1o1gy +2o2g5y3n +o1h2 +ohab5 +oi2 +oic3es +oi3der +o2id +oi4f1f4 +o2ig4 +oi5let +o3ing +oint5er +oin1t +o5i2s1m +oi5so2n +oi2so +oist5en +ois1te +oi3ter +o2ite +o5j +2ok +o3ken +ok5ie4 +ok1i +o1la +o4la2n +ola2ss4 +o2l2d +ol2d1e +ol3er +o3les2c +oles2 +o3let +ol4fi +o2lf +ol2i +o3l2i1a +o3lice +ol5id. +ol2id +o3li4f +o5l4i4l +ol3ing +o5l2io +o5l2is. +ol3is2h +o5l2ite +ol1it +o5l2i1t2io +oli1ti +o5l2iv +oll2i4e4 +ol1l +oll2i +ol5o3giz +olo4r +ol5p2l2 +o2lp +o4l2t +ol3ub +ol3ume +ol3un +o5l2us +ol2v +o2ly +o2m5ah +o1ma +oma5l +om5a1tiz +om2be +o4m1b +om4b2l2 +o2me +om3e1n4a +o1men +om5er2se +ome4r1s2 +o4met +om5e3try +om4etr +o3m2i3a +om3ic. +om3i1ca +o5m2id +om1in +o5m2ini +5ommend +om1m +om1men +omo4ge +o1mo +o4mo2n +om3pi +o4m1p +ompro5 +ompr2 +o2n +o1n1a +on4ac +o3n2a2n +on1c +3oncil +on1ci +2ond +on5do +o3nen +o2n5est +o1nes +on4gu +on1ic +o3n2i4o +on1is +o5ni1u +on3key +o4nk2 +on4odi +o4n3o2d +on3o3my +o2n3s2 +on5spi4 +onspi1r5a +onsp4ir +on1su4 +onten4 +on1t +on3t4i +onti2f5 +on5um +on1va5 +on1v2 +oo2 +ood5e +ood5i +o2o4k +oop3i +o3ord +oost5 +o2pa +o2p2e5d +op1er +3oper1a +4op4erag +2oph +o5pha2n +o5ph4er +op3ing +opi2n +o3pit +o5po2n +o4posi +o1pos +o1pr2 +op1u +opy5 +o1q +o1ra +o5ra. +o4r3ag +or5al1iz +oral1i +or5an4ge +ora2n +or2ang +ore5a +o5re1a4l +or3ei2 +or4e5s2h +or5e2st. +ores2t +orew4 +or4gu +org2 +4o5r2i3a +or3i1ca +o5ril +or1in +o1r2i1o +or3i1ty +o3ri1u +or2mi +or1m +orn2e +o5rof +or3oug +orou2 +or5pe +or1p +3orrh4 +or1r4 +or4se +o4rs2 +ors5en +orst4 +or3thi +or3thy +or4ty +o5rum +o1ry +os3al +osa2 +os2c +os4ce +o3scop +os1co +4oscopi +o5scr +os4i4e4 +os5i1t2iv +osi1ti +os3i1to +os3i1ty +o5si4u +os4l2 +o2so +o2s4pa +os4po +os2ta +o5stati +os5til +ost2i +os5tit +o4ta2n +o1ta +otele4g +ot3er. +ot5e4r1s2 +o4tes +4oth +oth5e1si +oth2e +oth1es +oth3i4 +ot3ic. +ot5i1ca +o3tice +o3tif2 +o3tis +oto5s2 +o1to +ou2 +ou3b2l2 +ouch5i +ou2ch +ou5et +ou4l +ounc5er +oun2d +ou5v2 +ov4en +over4ne +ove4r3s2 +ov4ert +o3vis +o4vi1ti4 +o5v4ol +ow3der +ow3el +ow5est3 +ow1i2 +own5i +o4wo2 +oy1a +1pa +pa4ca +pa4ce +pa2c4t +p4a2d +5paga4n +pa1ga +p3agat +p4ai2 +pa4i4n4 +p4al +pa1n4a +pa2n +pan3el +pan4ty +pan1t +pa3ny +pa1p +pa4pu +para5b2l2 +p2a2r +pa2rab +par5age +par5d2i +3pare +par5el +p4a4r1i +par4is +pa2te +pa5ter +5pathic +p4ath +pa5thy +pa4tric +pa1tr +pav4 +3pay +4p1b +pd4 +4pe. +3pe4a +pear4l +pe2a2r +pe2c +2p2ed +3pede +3p4edi +pe3d4i3a4 +ped4ic +p4ee +pee4d +pek4 +pe4la +pel2i4e4 +pel2i +pe4n2a2n +pe1na +p4enc +pen4th +pen1t +pe5o2n +p4era. +per1a +pera5b2l2 +pe2ra4b +p4erag +p4er1i +peri5st +per2is +per4mal +per3m4 +per1ma +per2me5 +p4ern +p2er3o +per3ti +p4e5ru +per1v +pe2t +pe5ten +pe5tiz +4pf +4pg +4ph. +phar5i +ph2a2r +ph4e3no +phe2n +ph4er +ph4es. +ph1es +ph1ic +5ph2ie4 +ph5ing +5phis1t2i +3phiz +p4h2l4 +3phob +3phone +pho2n +5phoni +pho4r +4p4h1s2 +ph3t +5phu +1phy +p2i3a +pi2a2n4 +pi4c2ie4 +p2i1ci +pi4cy +p4id +p5i1d2a +pi3de +5pi2di +3piec +p2ie4 +pi3en +pi4grap +p2ig +pi1gr +pi3lo +pi2n +p4in. +p4ind4 +p4i1no +3p2i1o +pio2n4 +p3ith +pi5tha +pi2tu +2p3k2 +1p2l2 +3pla2n +plas5t +pl2i3a +pli5er +pl2ie4 +4pl2ig +pli4n +ploi4 +plu4m +plu4m4b +4p1m +2p3n +po4c +5pod. +po5em +po3et5 +5po4g +poin2 +poi2 +5poin1t +poly5t +po2ly +po4ni +po2n +po4p +1p4or +po4ry +1pos +po2s1s +p4ot +po4ta +5poun +pou2 +4p1p +ppa5ra +p1pa +pp2a2r +p2pe +p4p2ed +p5pel +p3pen +p3per +p3pe2t +ppo5s2ite +p1pos +pr2 +pray4e4 +5pre1c2i +pre5co +pre3e2m +pre4f5ac +pre1f +pre1fa +pre4la +pr1e3r4 +p3re1s2e +3pr2e2ss +pre5ten +pre3v2 +5pr2i4e4 +prin4t3 +pr2i4s +pri2s3o +p3ro1ca +pr2oc +prof5it +pro2fi +pro3l +pros3e +pro1t +2p1s2 +p2se +ps4h +p4si1b +2p1t +p2t5a4b +p1ta +p2te +p2th +p1ti3m +ptu4r +p1tu +p4tw4 +pub3 +pue4 +puf4 +pu4l3c2 +pu4m +pu2n +pur4r4 +5p2us +pu2t +5pute +put3er +pu3tr +put4t1ed +pu4t3t2 +put4t1in +p3w +qu2 +qua5v4 +2que. +3quer +3quet +2rab +ra3bi +rach4e2 +ra2ch +r5a1c4l4 +raf5fi +ra2f +ra4f1f4 +ra2f4t +r2ai2 +ra4lo +ram3et +r2ami +ra3ne5o +ra2n +ran4ge +r2ang +r4ani +ra5no4 +rap3er +3ra1phy +rar5c +r2a2r +rare4 +rar5e1f +4raril +rar1i +r2as +ratio2n4 +ra1t2io +rau4t +ra5vai2 +ra2va +rav3el +ra5z2ie4 +ra2z1i +r1b +r4bab +r4bag +rbi2 +r2b3i4f +r2bin +r5b2ine +rb5ing. +rb4o +r1c +r2ce +r1cen4 +r3cha +r2ch +rch4er +rche2 +r4ci4b +r1ci +r2c4it +rcum3 +r4dal +r1d2a +rd2i +r1d4i4a +rdi4er +rd2ie4 +rd1in4 +rd3ing +2re. +re1a4l +re3a2n +re5ar1r4 +re2a2r +5rea2v +re4aw +r5ebrat +r2e1b +re3br +rec5ol1l +re2col +re1co +re4c5ompe +reco4m1p +re4cre +re1cr +2r2ed +re1de +re3dis1 +r4edi +red5it +re4fac +re1f +re1fa +re2fe +re5fer. +refer1 +re3fi +re4fy +reg3is +re5it +rei2 +re1l2i +re5lu +r4en4ta +ren1t +ren4te +re1o +re5pi2n +re4posi +re1po +re1pos +re1pu +r1er4 +r4er1i +r2ero4 +r4e5ru +r4es. +re4spi +re1sp +res4s5i4b +r2e2ss +res1si +res2t +re5s2ta2l +res1ta +r2e3st4r +re4ter +re4ti4z +re3tri +r4eu2 +re5u1t2i +rev2 +re4val +re1va +rev3el +r5ev5er. +rev1er +re5ve4r1s2 +re5vert +re5vi4l +re1vi +rev5olu +re4wh +r1f +r3fu4 +r4fy +rg2 +rg3er +r3get +r3g1ic +rgi4n +rg3ing +r5gis +r5git +r1gl2 +rgo4n2 +r1go +r3gu +rh4 +4rh. +4rhal +r2i3a +ria4b +ri4ag +r4ib +rib3a +ric5as5 +ri1ca +r4ice +4r2i1ci +5ri5c2id +ri4c2ie4 +r4i1co +rid5er +r2id +ri3enc +r2ie4 +ri3en1t +ri1er +ri5et +rig5a2n +r2ig +ri1ga +5r4igi +ril3iz +ril1i +5rima2n +ri1ma +rim5i +3ri1mo +rim4pe +ri4m1p +r2i1na +5rina. +r4in4d +r2in4e +rin4g +r2i1o +5riph +r2ip +riph5e +ri2p2l2 +rip5lic +r4iq +r2is +r4is. +r2is4c +r3is2h +ris4p +ri3ta3b +ri1ta +r5ited. +r2ite +ri2t1ed +rit5er. +rit5e4r1s2 +r4i2t3ic +ri1ti +ri2tu +rit5ur +riv5el +r2iv +riv3et +riv3i +r3j +r3ket +rk4le +rk1l +rk4lin +r1l +rle4 +r2led +r4l2ig +r4lis +rl5is2h +r3lo4 +r1m +rma5c +r1ma +r2me +r3men +rm5e4r1s2 +rm3ing +r4ming. +r4m2io +r3mit +r4my +r4n2a2r +r1na +r3nel +r4n1er +r5net +r3ney +r5nic +r1nis4 +r3n2it +r3n2iv +rno4 +r4nou2 +r3nu +rob3l2 +r2oc +ro3cr +ro4e +ro1fe +ro5fil +ro2fi +r2ok2 +ro5k1er +5role. +rom5e1te +ro2me +ro4met +rom4i +ro4m4p +ron4al +ro2n +ro1n1a +ron4e +ro5n4is +ron4ta +ron1t +1room +roo2 +5root +ro3pel +rop3ic +ror3i +ro5ro +ro2s5per +ro2s4s +ro4th2e +r4oth +ro4ty +ro4va +rov5el +rox5 +r1p +r4pe4a +r5pen1t +rp5er. +r3pe2t +rp4h4 +rp3ing +rpi2n +r3po +r1r4 +rre4c +rre4f +r4re1o +rre4s2t +rr2i4o +rr2i4v +rro2n4 +rros4 +rrys4 +4rs2 +r1sa2 +rsa5ti +rs4c +r2se +r3sec +rse4cr +r4s5er. +rs3e4s +r5se5v2 +r1s2h +r5sha +r1si +r4si4b +rso2n3 +r1so +r1sp +r5sw2 +rta2ch4 +r1ta +r4tag +r3t2e1b +r3ten4d +r1te5o +r1ti +r2t5i2b +rt2i4d +r4tier +rt2ie4 +r3t2ig +rtil3i +rtil4l +r4ti1ly +r4tist +r4t2iv +r3tri +rtr2oph4 +rt4s2h4 +r4t1s2 +ru3a +ru3e4l +ru3en +ru4gl2 +ru3i4n +r2ui2 +rum3p2l2 +ru4m2p +ru2n +ru4nk5 +run4ty +run1t +r5usc2 +r2us +ru2t1i5n +r4u1t2i +rv4e +rvel4i +r3ven +rv5er. +r5vest +rv4e2s +r3vey +r3vic +r3v2i4v +r3vo +r1w +ry4c +5rynge +ryn5g +ry3t +sa2 +2s1ab +5sack1 +sac3ri2 +s3a2c1t +5sai2 +sa4l2a2r4 +s4a2l4m +sa5lo +sa4l4t +3sanc +sa2n +san4de +s4and +s1ap +sa5ta +5sa3t2io +sa2t3u +sau4 +sa5vor +5saw +4s5b +scan4t5 +s1ca +sca2n +sca4p +scav5 +s4ced +4s3cei2 +s4ces +s2ch2 +s4cho2 +3s4c2ie4 +s1ci +5sc4in4d +s2cin +scle5 +s1c4l4 +s4cli +scof4 +s1co +4scopy5 +scou1r5a +scou2 +s1cu +4s5d +4se. +se4a +seas4 +sea5w +se2c3o +3se2c1t +4s4ed +se4d4e +s5edl +se2g +se1g3r +5sei2 +se1le +5se2l2f +5selv +4se1me +se4mol +se1mo +sen5at +se1na +4senc +sen4d +s5e2ned +sen5g +s5en1in +4sen4t1d +sen1t +4sen2tl +se2p3a3 +4s1er. +s4er1l +s2er4o +4ser3vo +s1e4s +s4e5s2h +ses5t +5se5um +s4eu +5sev +sev3en +sew4i2 +5sex +4s3f +2s3g +s2h +2sh. +sh1er +5shev +sh1in +sh3io +3sh2i4p +sh2i2v5 +sho4 +sh5o2l2d +sho2n3 +shor4 +short5 +4sh1w +si1b +s5ic3c +3si2de. +s2id +5side4s2 +5si2di +si5diz +4sig1n4a +s2ig +sil4e +4si1ly +2s1in +s2i1na +5si2ne. +s2ine +s3ing +1s2io +5sio2n +sio1n5a +s4i2r +si1r5a +1sis +3s2i1t2io +si1ti +5si1u +1s2iv +5siz +sk2 +4ske +s3ket +sk5ine +sk1i +sk5in4g +s1l2 +s3lat +s2le +sl2ith5 +sl1it +2s1m +s3ma +smal1l3 +sma2n3 +smel4 +s5men +5s4m2ith +smo2l5d4 +s1mo +s1n4 +1so +so4ce +so2ft3 +so4lab +so1la +so2l3d2 +so3lic +sol2i +5sol2v +3som +3s4on. +so2n +so1n1a4 +son4g +s4op +5soph1ic +s2oph +s5o3phiz +s5o1phy +sor5c +sor5d +4sov +so5vi +2s1pa +5sp4ai2 +spa4n +spen4d +2s5peo +2sper +s2phe +3sph4er +spho5 +spil4 +sp5ing +spi2n +4s3p2i1o +s4p1ly +s1p2l2 +s4po2n +s1p4or4 +4sp4ot +squal4l +squ2 +s1r +2ss +s1sa2 +ssas3 +s2s5c +s3sel +s5sen5g +s4ses. +ss1e4s +s5set +s1si +s4s2ie4 +ssi4er +s4s5i1ly +s4s1l2 +ss4li +s4s1n4 +sspen4d4 +ss2t +ssu1r5a +s1su +ssu2r +ss5w2 +2st. +s2tag +s1ta +s2ta2l +stam4i +5st4and +sta2n +s4ta4p +5stat. +s4t1ed +stern5i +s5t2ero +ste2w +ste1w5a +s3th2e +st2i +s4ti. +s5t2i1a +s1tic +5s4tick1 +s4t2ie4 +s3tif2 +st3ing +s2t1in +5st4ir +s1tle +s2tl +5stock1 +s1to +sto2m3a +5stone +sto2n +s4top +3store +st4r +s4tra2d +s1tra +5stra2tu +s4tray +s4tr2id +4stry +4st3w4 +s2ty +1su +su1al +su4b3 +su2g3 +su5is +s2ui2 +suit3 +s4ul +su2m +su1m3i +su2n +su2r +4sv +sw2 +4s1wo2 +s4y +4sy1c +3syl +syn5o +sy5rin +1ta +3ta. +2tab +ta5bles2 +tab2l2 +5tab5o5l1iz +tabol2i +4t4a2ci +ta5do +ta2d +4ta2f4 +tai5lo +tai2 +ta2l +ta5la +tal5en +t2ale +tal3i +4talk +tal4lis +tal1l +tall2i +ta5log +ta5mo +tan4de +ta2n +t4and +1tan1ta3 +tan1t +ta5per +ta5p2l2 +tar4a +t2a2r +4tar1c +4tare +ta3r2iz +tar1i +tas4e +ta5s4y +4tat1ic +ta4tur +ta2tu +taun4 +tav4 +2taw +tax4is +tax3i +2t1b +4tc +t4ch +tch5e4t +tche2 +4t1d +4te. +te2ad4i +tea2d1 +4tea2t +te1ce4 +5te2c1t +2t1ed +t4e5di +1tee +teg4 +te5ger4 +te5gi +3tel. +tel2i4 +5te2l1s2 +te2ma2 +tem3at +3ten2a2n +te1na +3tenc +3tend +4te1nes +1ten1t +ten4tag +ten1ta +1teo +te4p +te5pe +ter3c +5ter3d +1ter1i +ter5ies +ter2ie4 +ter3is +teri5za1 +5t4er3n2it +ter5v +4tes. +4t2e2ss +t3ess. +teth5e +3t4eu +3tex +4tey +2t1f +4t1g +2th. +tha2n4 +th2e +4thea +th3eas +the5a2t +the3is +thei2 +3the4t +th5ic. +th5i1ca +4th4il2 +5th4i4nk2 +4t4h1l4 +th5ode +5thod3ic +4thoo2 +thor5it +tho5riz +2t4h1s2 +1t2i1a +ti4ab +ti4a1to +2ti2b +4tick1 +t4i1co +t4ic1u +5ti2di +t2id +3tien +t2ie4 +tif2 +ti5fy +2t2ig +5tigu +til2l5in4 +til1l +till2i +1tim +4ti4m1p +tim5ul +ti2mu +2t1in +t2i1na +3ti2ne. +t2ine +3t2ini +1t2io +ti5oc +tion5ee +tio2n +5tiq +ti3sa2 +3t4ise +ti2s4m +ti5so +tis4p +5tisti1ca +tis1t2i +tis1tic +ti3tl +ti4u +1t2iv +ti1v4a +1tiz +ti3za1 +ti3ze4n +ti2ze +2tl +t5la +tla2n4 +3tle. +3tled +3tles. +tles2 +t5let. +t5lo +4t1m +tme4 +2t1n2 +1to +to3b +to5crat +4to2do4 +2tof +to2gr +to5ic +toi2 +to2ma +to4m4b +to3my +ton4a4l1i +to2n +to1n1a +to3n2at +4tono +4tony +to2ra +to3r2ie4 +tor5iz +tos2 +5tour +tou2 +4tout +to3w2a2r +4t1p +1tra +t2ra3b +tra5ch +tr4a2ci4 +tra2c4it +trac4te +tra2c1t +tr2as4 +tra5ven +trav5e2s5 +tre5f +tre4m +trem5i +5tr2i3a +tri5ces +tr4ice +5tri3c2i1a +t4r2i1ci +4tri4c3s2 +2trim +tr2i4v +tro5m4i +tron5i +tro2n +4trony +tro5phe +tr2oph +tro3sp +tro3v +tr2u5i2 +tr2us4 +4t1s2 +t4sc +ts2h4 +t4sw2 +4t3t2 +t4tes +t5to +t1tu4 +1tu +tu1a +tu3a2r +tu4b4i +tud2 +4tue +4tuf4 +5t2u3i2 +3tum +tu4nis +tu1ni +2t3up. +3ture +5turi +tur3is +tur5o +tu5ry +3t2us +4tv +tw4 +4t1wa +twis4 +twi2 +4t1wo2 +1ty +4tya +2tyl +type3 +ty5ph +4tz +t2z4e +4uab +uac4 +ua5na +ua2n +uan4i +uar5an1t +u2a2r +uara2n +uar2d +uar3i +uar3t +u1at +uav4 +ub4e +u4bel +u3ber +u4b2ero +u1b4i +u4b5ing +u3b4le. +ub2l2 +u3ca +uci4b +u1ci +u2c4it +ucle3 +u1c4l4 +u3cr +u3cu +u4cy +ud5d4 +ud3er +ud5est +udes2 +ude1v4 +u1dic +ud3ied +ud2ie4 +ud3ies +ud5is1 +u5dit +u4do2n +u1do +ud4si +u2d1s2 +u4du +u4ene +ue2n1s4 +uen4te +uen1t +uer4il +uer1i +3u1fa +u3f4l2 +ugh3e2n +ug5in +2ui2 +uil5iz +uil1i +ui4n +u1ing +uir4m +u4ir +ui1ta4 +u2iv3 +ui4v4er. +u5j +4uk +u1la +ula5b +u5lati +ul2ch4 +u4l1c2 +5ulche2 +ul3der +u2ld +ul2de +ul4e +u1len +ul4gi +u4l1g4 +ul2i +u5l2i1a +ul3ing +ul5is2h +ul4l2a2r +ul1l +ul4li4b +ull2i +ul4lis +4u2l3m +u1l4o +4u2l1s2 +uls5e4s +ul2se +ul1ti +u4lt +ul1tra3 +ul1tr +4ul1tu2 +u3lu +ul5ul +ul5v +u2m5ab +u1ma +um4bi +u4m1b +um4b1ly +umb2l2 +u1mi +u4m3ing +umor5o +u1mo +umo2r +u4m2p +un2at4 +u1na +u2ne +un4er +u1ni +un4im +u2n1in +un5is2h +un2i3v +u2n3s4 +un4sw2 +un2t3a4b +un1t +un1ta +un4ter. +un4tes +unu4 +un5y +u4n5z +u4o4rs2 +u5os +u1ou2 +u1pe +upe4r5s2 +u5p2i3a +up3ing +upi2n +u3p2l2 +u4p3p +upport5 +up1p4or +up2t5i2b +u2p1t +up1tu4 +u1ra +4ura. +u4rag +u4r2as +ur4be +ur1b +ur1c4 +ur1d +ure5a2t +ur4fer1 +ur1f +ur4fr +u3rif +uri4fic +uri1fi +ur1in +u3r2i1o +u1rit +ur3iz +ur2l +url5ing. +ur4no4 +uros4 +ur4pe +ur1p +ur4pi +urs5er +u4rs2 +ur2se +ur5tes +ur3th2e +ur1ti4 +ur4t2ie4 +u3ru +2us +u5sa2d +usa2 +u5sa2n +us4ap +usc2 +us3ci +use5a +u5s2i1a +u3sic +us4lin +us1l2 +us1p +us5s1l2 +u2ss +us5tere +us1t4r +u2su +usu2r4 +u2ta4b +u1ta +u3tat +4u4te. +4utel +4uten +uten4i +4u1t2i +uti5l2iz +util1i +u3t2ine +u2t1in +ut3ing +utio1n5a +u1t2io +utio2n +u4tis +5u5tiz +u4t1l +u2t5of +u1to +uto5g +uto5mat1ic +uto2ma +u5to2n +u4tou2 +u4t1s4 +u3u +uu4m +u1v2 +ux1u3 +u2z4e +1va +5va. +2v1a4b +vac5il +v4a2ci +vac3u +vag4 +va4ge +va5l2i4e4 +val1i +val5o +val1u +va5mo +va5niz +va2n +va5pi +var5ied +v2a2r +var1i +var2ie4 +3vat +4ve. +4ved +veg3 +v3el. +vel3l2i +vel1l +ve4lo +v4e1ly +ven3om +v4eno +v5enue +v4erd +5v2e2re. +v4erel +v3eren +ver5enc +v4eres +ver3ie4 +ver1i +vermi4n +ver3m4 +3ver2se +ve4r1s2 +ver3th +v4e2s +4ves. +ves4te +ve4te +vet3er +ve4ty +vi5al1i +v2i1a +vi2al +5vi2a2n +5vi2de. +v2id +5vi2d1ed +4v3i1den +5vide4s2 +5vi2di +v3if +vi5gn +v2ig +v4ik4 +2vil +5v2il1it +vil1i +v3i3l2iz +v1in +4vi4na +v2inc +v4in5d +4ving +vi1o3l +v2io +v3io4r +vi1ou2 +v2i4p +vi5ro +v4ir +vis3it +vi3so +vi3su +4vi1ti +vit3r +4vi1ty +3v2iv +5vo. +voi4 +3v2ok +vo4la +v5ole +5vo4l2t +3vol2v +vom5i +vo2r5ab +vo1ra +vori4 +vo4ry +vo4ta +4vo1tee +4vv4 +v4y +w5ab2l2 +2wac +wa5ger +wa2g5o +wait5 +wai2 +w5al. +wam4 +war4t +w2a2r +was4t +wa1te +wa5ver +w1b +wea5r2ie4 +we2a2r +wear1i +we4ath3 +wea2t +we4d4n4 +weet3 +wee5v +wel4l +w1er +west3 +w3ev +whi4 +wi2 +wil2 +wil2l5in4 +wil1l +will2i +win4de +w4ind +win4g +w4ir4 +3w4ise +w2ith3 +wiz5 +w4k +wl4es2 +wl3in +w4no +1wo2 +wom1 +wo5v4en +w5p +wra4 +wri4 +wri1ta4 +w3s2h +ws4l2 +ws4pe +w5s4t +4wt +wy4 +x1a +xac5e +x4a2go +xam3 +x4ap +xas5 +x3c2 +x1e +xe4cu1to +xe1cu +xe3c4ut +x2ed +xer4i +x2e5ro +x1h +xhi2 +xh4il5 +xhu4 +x3i +x2i5a +xi5c +xi5di +x2id +x4ime +xi5m2iz +xim1i +x3o +x4ob +x3p +xp4an4d +x1pa +xpa2n +xpec1to5 +xpe2c +xpe2c1t +x2p2e3d +x1t2 +x3ti +x1u +xu3a +xx4 +y5ac +3y2a2r4 +y5at +y1b +y1c +y2ce +yc5er +y3ch +ych4e2 +ycom4 +y1co +ycot4 +y1d +y5ee +y1er +y4er1f +yes4 +ye4t +y5gi +4y3h +y1i +y3la +ylla5b2l2 +yl1l +y3lo +y5lu +ymbol5 +y4m1b +yme4 +ym1pa3 +y4m1p +yn3c4hr4 +yn2ch +yn5d +yn5g +yn5ic +5ynx +y1o4 +yo5d +y4o5g +yom4 +yo5net +yo2n +y4o2n3s2 +y4os +y4p2ed +yper5 +yp3i +y3po +y4po4c +yp2ta +y2p1t +y5pu +yra5m +yr5i3a +y3ro +yr4r4 +ys4c +y3s2e +ys3i1ca +y1s3io +3y1sis +y4so +y2ss4 +ys1t +ys3ta +ysu2r4 +y1su +y3thin +yt3ic +y1w +za1 +z5a2b +z2a2r2 +4zb +2ze +ze4n +ze4p +z1er +z2e3ro +zet4 +2z1i +z4il +z4is +5zl +4zm +1zo +zo4m +zo5ol +zoo2 +zte4 +4z1z2 +z4zy +.as9s8o9c8i8a8te. +.as1so +.asso1ci +.asso3c2i1a +.as9s8o9c8i8a8t8es. +.de8c9l8i9n8a9t8i8on. +.de1c4l4 +.decl4i1na +.declin2at +.declina1t2io +.declinatio2n +.ob8l8i8g9a9t8o8ry. +.ob2l2 +.obl2ig +.obli1ga +.obliga1to +.obligato1ry +.ph8i8l9a8n9t8h8r8o8p8ic. +.ph4il2 +.phi1la +.phila2n +.philan1t +.philant4hr4 +.philanthrop3ic +.pr8e8s8e8nt. +.p3re1s2e +.presen1t +.pr8e8s8e8n8ts. +.presen4t4s2 +.pr8o8j8e8ct. +.pro5j +.pro1je +.proje2c1t +.pr8o8j8e8c8ts. +.projec4t1s2 +.re8c8i9p8r8o8c8i8ty. +.re1c2i +.rec2ip +.recipr2 +.recipr2oc +.recipro1ci +.recipro2c1it +.reciproci1ty +.re9c8o8g9n8i9z8a8n8ce. +.re1co +.re2cog +.rec3ogniz +.recog1ni +.recogniza1 +.recogniza2n +.re8f9o8r9m8a9t8i8on. +.re1f +.re1fo +.refo2r +.refor1m +.refor1ma +.reforma1t2io +.reformatio2n +.re8t9r8i9b8u9t8i8on. +.re3tri +.retr4ib +.retri3bu1t2io +.retrib4u1t2i +.retributio2n +.ta9b8le. +.2tab +.tab2l2 diff --git a/third_party/hyphen/tests/base.test b/third_party/hyphen/tests/base.test new file mode 100755 index 0000000..f144145 --- /dev/null +++ b/third_party/hyphen/tests/base.test @@ -0,0 +1,4 @@ +#!/bin/sh +DIR="`dirname $0`" +NAME="`basename $0 .test`" +$DIR/test.sh $NAME.pat $NAME.word $NAME.hyph diff --git a/third_party/hyphen/tests/base.word b/third_party/hyphen/tests/base.word new file mode 100644 index 0000000..6d1e608 --- /dev/null +++ b/third_party/hyphen/tests/base.word @@ -0,0 +1,4543 @@ +aarhus +abase +abate +abbeys +abby +abducts +aberrations +abhorrer +abilities +abjuring +ablest +abodes +abolitionist +abortion +about +abram +abridged +abruptly +absconds +absently +absolved +absorption +abstinence +abstractor +abundance +abuts +abyssinian +acapulco +accelerator +accentuated +accepted +accessibility +accidental +acclimated +accommodating +accompanying +accomplishments +accords +accountant +accretion +acculturation +accuracy +accused +aces +achieve +acid +acknowledgeable +acme +acoustics +acquiescent +acquisitive +acres +acropolis +actinometers +activators +actors +actuarial +acute +adagios +adaptation +adapts +addicting +additions +addresser +adducing +aden +adherents +adiabatically +adjoining +adjudging +adjured +adjustment +administer +administratively +admire +admissions +admixed +admonitions +adopted +adore +adrian +adsorbs +adulterer +adumbrating +advantageous +adventurers +adversely +advertises +advisees +advocacy +aerate +aerobacter +aerosols +affairs +affections +affiliating +affirmed +affliction +affords +afghans +aforethought +africanizes +afterimage +afterward +age +ager +agglutinated +aggravation +aggressive +agile +agitator +agonies +agreeably +agriculturally +aide +ailing +aims +airdrops +airfoil +airline +airplanes +airtight +akin +alamo +alas +albatross +albums +alcoholism +aldrich +alerting +alexandria +alga +algerian +algorithms +alicia +aligned +alistair +allan +alleges +allegory +allergic +alleyway +alliteration +allocator +allots +allowing +allurement +almaden +alnico +aloofness +alphabetized +alsatian +alterations +alternates +althaea +altruistically +alveolar +amalgamate +amass +amaze +amazons +ambiguous +ambled +ambushed +amend +america +americans +amide +ammonia +among +amortized +amour +amphibians +amplifiers +amputated +amusement +anabaptist +anagram +analogue +analyticities +anaphoric +anastomoses +anatomy +anchorite +andalusia +andover +anecdote +anesthetic +angeleno +angered +anglia +angola +angular +animated +animism +anita +annapolis +annihilated +annotation +annoy +annually +annuls +anodes +anomalously +anselm +ant +antagonizes +antedate +anthologies +anthropomorphically +anticipates +antidotes +antimony +antiquate +antisemitism +antithetical +antonio +anxious +anyway +apathy +aphasia +apiary +apocryphal +apologist +apostolic +appall +apparently +appear +appeasement +appended +appertains +applauds +applicable +applier +appointer +apportioning +appraisers +appreciation +apprehensively +approach +appropriate +approval +approximated +april +aptly +aquifer +arabians +aramco +arbitrating +arcades +archaism +archeologist +archimedes +architectures +arcing +ardently +arequipa +argos +argument +aridity +aristocrat +arithmetize +arm +armchairs +arming +armpits +arousal +arrack +arrangement +arrears +arrhenius +arrogate +arroyo +arterial +arthritis +articulately +artifact +artillerist +arts +ascendant +ascent +ascot +ashamedly +ashtray +asiatics +asking +aspersions +aspiration +ass +assassinated +assay +assemblies +asserter +assess +assiduity +assigning +assist +associate +associator +assuaged +assure +assyrianize +asteroid +astonishingly +astride +astronomically +asymmetric +asynchronously +atheism +athletes +atlas +atomization +atonement +atrophies +attaching +attain +attempt +attendants +attentionality +attenuator +attired +attracted +attributable +attune +auburn +audibly +audiometer +auditions +auger +august +aural +auscultated +austerely +austrianize +authenticator +authorities +authors +autocorrelate +autodecrements +autoindex +automaton +autopilot +autumnal +availer +avaricious +avenues +avers +avian +avionic +avoidable +avow +awakened +awards +awfulness +awry +axiological +axioms +ayes +azure +babelizes +babying +bacchus +backbend +backfill +backorder +backscatters +backstitch +backtracks +backyard +badger +baffle +baggage +bagrodia +bailiff +baits +bakes +balancers +baldwin +balkanization +balks +baller +balloon +ballplayer +balsam +bamboo +bandage +bandpass +bane +bangui +bank +bankrupts +bans +baptism +baptized +barbarism +barbells +bards +barest +barhop +barks +barnhard +barometers +barr +barren +barron +barter +basalt +baseless +bash +basics +basketball +bassinets +batavia +bather +bathtub +batted +batting +battlements +baudelaire +bawling +bayonet +be +beaded +beaker +beanbag +bearded +beast +beatification +beau +beautified +beavers +becker +becomingly +bedder +bedpost +bedspread +beecham +beefy +beethoven +befell +befoul +befuddles +beggary +begotten +beguiling +behaviorism +behold +being +belay +belfry +believable +belittles +belles +belligerents +bells +belong +belting +bemoans +bendable +benedictions +beneficiary +bengal +bent +bequeath +berating +beresford +beribboned +berliners +bernardine +bernoulli +bertie +besets +besmirched +bespoke +besting +bet +betrayed +bette +between +bewail +bewilderment +bianco +bibles +bicarbonate +biconvex +bidder +biennial +bigger +biharmonic +bilabial +bilk +billet +billings +bimetallism +bind +binghamton +biochemistry +biologically +biopsy +bipeds +birdbaths +birminghamize +births +bisectors +bisques +bites +bitterly +bivalves +blabbermouths +blackburn +blackfoots +blackmailed +blacks +blaine +blamers +bland +blanketers +blares +blasphemousness +blatz +bleachers +bleating +blemishes +blessings +blindfold +blinked +blissfully +blizzard +bloch +blockers +blond +bloodiest +bloom +blossoms +blowfish +bludgeons +blueprint +bluish +blunted +blurring +blushing +boarded +boaster +boathouse +boatswain +bobbsey +bodenheim +bodybuilding +bogart +bogus +boilers +boldface +bolshevist +bolton +bombastic +bonanzas +bondsman +bonham +bontempo +bookcases +bookkeepers +bookstore +booms +booster +bootle +bootstrapping +borden +borealis +born +borrowers +bosses +botanist +bother +bottler +botulism +bounce +bounden +bouquet +boutique +bowdlerizing +bowl +bowstring +boxing +boyfriend +braced +bradbury +bragger +braille +brainstorm +brakes +branchings +brandishing +brashly +braun +braving +braying +brazil +bread +breadwinners +breakfast +breakthrough +breastworks +breathlessly +breeding +brennan +brevet +brewery +bribers +bricklayers +bridge +bridgework +briefed +brig +brighten +brighton +brimming +brings +bristle +britisher +broaches +broadcasts +broadly +broglie +brokenness +bronchial +brooch +brookfield +broth +browbeat +brownian +bruce +brunette +brushing +brutalized +bryce +buchwald +buckler +bucky +buddies +budgeters +buff +buffetings +bugger +bugs +built +bulging +bulldoze +bullfrog +bullying +bumbling +bumptious +bundle +bungler +bunkhouse +bunted +buoys +bureaucracy +burgher +burglarproofing +burke +burn +burnings +burntness +burrowing +bursty +busch +bushwhacked +businesslike +bustards +butchered +buttercup +butternut +buttonholes +butyrate +buzzard +bye +bypassing +bystander +byzantinizes +cabinet +cache +cactus +caesarize +cager +cajole +calais +calculate +calculus +calgary +calico +callaghan +calloused +calmingly +caltech +calypso +camembert +camino +campaigning +camps +canadianize +canceled +candidacy +candler +canine +cannery +cannon +canonical +canopy +canto +canvassed +capable +capacitors +capita +capitalizers +capping +capstone +captivates +capturer +caravans +carbondale +carbonizing +cardboard +cardiology +carefully +caressing +caricature +carlsbad +carnation +caroline +carpenters +carriages +carruthers +carter +carton +carve +cascades +cashed +casings +cassette +castes +casts +catalina +catapult +catches +categorizes +cathedral +catholicisms +cattle +cauldrons +causer +cautioner +cavalierness +cavernous +cawing +cecil +celanese +celerity +cellist +celticizes +censoring +centaur +centimeter +centralized +centroid +cerebral +certainties +certifies +cezanne +chaffey +chairing +chalices +challenging +champaign +chancellor +changeability +channeled +chanter +chapel +chapter +characterize +chargeable +charitable +charlotte +chars +chartings +chasing +chastisers +chattel +chauffeured +cheaply +checkbook +checkout +cheekbone +cheeriness +cheeses +chemise +cherishes +cheryl +chests +cheyennes +chicanos +chides +childhood +chill +chime +chinas +chinning +chiropractor +chit +chloroplasts +choir +choose +chopping +choreograph +chou +christenson +christianizing +christoph +chronicle +chronology +chuckles +churchgoing +churn +ciceronianize +cinderella +ciphertexts +circuitously +circulating +circumnavigates +circumstanced +circuses +cities +civet +civilized +claimed +clambers +clams +clapboard +clarifications +clash +classes +classifiers +clattered +claustrophobia +cleaned +cleansed +clearer +cleaved +clemente +clerked +cliches +cliffs +climb +clincher +clink +clippers +cloaks +clockings +clogs +closeness +closing +clothing +clouding +clowns +clucks +clumsy +clutching +coaches +coalition +coastal +coating +coaxing +cobweb +cockpit +cocoon +codes +codifies +coefficient +coexist +coffer +cogitated +cogs +cohering +coils +coinciding +colder +colicky +collaborator +collared +collecting +colleges +collins +colombia +colonies +colons +colorless +columnize +combated +combinator +combings +comedic +cometary +comforting +comma +commandment +commemorative +commended +commenting +commissioners +committeemen +commonalities +commonwealth +communicated +communists +commuting +compactors +comparably +comparison +compassion +compelling +compensatory +competitions +compilers +complaint +completed +complexities +complications +complimenting +composedly +compost +comprehensibility +compression +compromisers +compulsory +computed +comradely +concatenation +concede +conceived +concentrators +conceptualized +concerted +conciseness +concoct +concretes +concurring +condemns +conditional +condoned +conduction +confectionery +conferred +confessions +confidential +configure +confining +confiscates +confocal +confounding +confucian +confusion +congo +congregating +congresswomen +conjoined +conjuncture +connected +connector +connors +conquered +conrail +consecrate +consenting +conservation +conserved +considered +consistent +consolers +consonants +conspirator +constant +constituent +constitutions +constructed +constructs +consultant +consumed +consumptions +contain +contaminated +contemplative +contender +contentment +context +continents +continuations +contortions +contracting +contradicting +contraptions +contribute +contrite +controllability +controversy +convened +conventionally +conversantly +conversion +convex +convict +convinces +convoys +cooked +coolers +coon +cooperations +coordinates +copeland +copings +coprocessor +coquette +cords +corinthian +corks +cornered +corns +coronary +corporately +correct +correctness +correspond +corridors +corroborative +corruption +corvallis +cosmopolitan +costs +cots +cotyledon +coughs +councilwoman +counselors +counteracting +counterfeited +counterpart +countersunk +countrywide +couplings +courser +courtesies +courtrooms +covenant +coverlet +covetousness +cower +cowl +coypu +crackers +cradles +craftsperson +cramps +crank +cranny +crater +crawford +craze +creaked +creams +creation +credence +creditor +creeks +cremates +crescents +cretin +cricket +criminal +cripple +crisscross +criticizes +croaks +crocus +cropper +crosser +crosstalk +crowd +crowning +crucifixion +cruel +cruising +crumpled +crusade +crushes +crux +cryptic +crystallize +cubans +cucumbers +cufflink +culminate +cultivable +cultural +cummings +cupboard +curb +curing +curlers +current +currying +cursory +curtly +curving +custer +customizable +cut +cuts +cyanamid +cyclically +cygnus +cypress +cytoplasm +dabbles +dadaistic +dahl +dairy +dali +damages +damns +damsel +dancing +dangle +danize +dare +darken +darn +darted +darwinizes +database +dates +daunted +davy +daydreams +dazzled +deaden +deaf +dealings +deanna +death +debater +debilitates +debtor +debutante +decay +deceit +decelerate +decent +decidability +decimate +decision +decks +declarer +decliners +decodings +decomposition +decorative +decreases +decrements +dedicated +deduct +deeding +deep +deere +defeats +defendant +defenestrating +deferments +deficiencies +define +definitions +deformation +defy +degradation +deify +dejected +delaying +deleter +deliberated +delicacies +delightful +delimiting +delirious +deliveries +delphic +deluged +demand +demeter +demodulate +demons +demonstrator +demultiplex +denebola +denigrates +denominators +denoting +densest +dentists +denying +departure +dependent +depleted +deploy +depose +depositors +depreciated +deprivations +dequeued +deregulate +derive +descend +descents +descriptively +deserters +deservings +designator +desire +desolate +despatched +despite +destabilize +destroyed +destructiveness +detacher +detained +detective +deteriorated +determination +deterministic +detractor +devastate +development +deviation +devised +devotedly +devours +dexedrine +diagnose +diagonals +dial +dialogue +diamond +diarrhea +dickinson +dictatorial +diddle +dies +dietrich +differentials +differers +diffusely +digest +diggings +digits +digressing +dilapidate +diligence +dilution +dimensions +dimmed +dine +dining +diogenes +diphthong +dipper +direction +directorate +dirt +disable +disaffection +disallowing +disappearances +disapprove +disassembles +disbands +discarding +discerns +disciplines +disclosure +disconnects +discord +discouraging +discovery +discretion +discuss +disease +disfigure +disgruntle +disgustingly +dishonestly +dishwater +disjoint +disk +dislocates +dismaying +dismissers +disobedient +disown +dispatched +dispensary +dispersed +displacing +displeasing +disposition +disputer +disquieting +disruption +dissemble +dissenter +dissimilarities +dissociating +distaff +distastes +distilling +distinguish +distorts +distresses +distributivity +disturbed +ditty +divergence +diversifies +diverting +dividend +divining +divisors +dixieland +doberman +doctoral +documentaries +dodecahedra +doe +doghouse +dolan +dollies +domenico +domicile +domineering +donahue +donkey +dooley +doorman +dopers +doric +dortmund +doted +doubleheader +doubt +doubts +doves +downey +downloading +downstairs +doyle +draconian +drafty +dragooned +dram +drape +draughts +drawings +dreaded +dreamers +dregs +dressing +dries +driller +drip +driveway +droop +droppers +droves +drudgery +drummers +drunkly +duality +dubuque +ducts +dug +dullness +dumbly +dunbar +dungeons +duplicable +dupont +duration +durward +duster +dutchman +dwarfed +dwelt +dyeing +dynamism +dysentery +ear +earmarked +earnestness +earth +earthquakes +eases +easterner +easy +eaves +eben +echoed +ecology +economize +ecuador +edenizes +edict +edition +edmonton +educating +edwards +effecting +efficacy +effortlessness +eggshell +egyptianize +eigenstate +eighthes +eisner +ejecting +elaborately +elapses +elderly +elections +electrically +electrocute +electroencephalography +electronics +elemental +elevation +elicited +eliminating +elite +ella +ellipsoids +elmhurst +else +elucidation +ely +emancipate +embarrass +embeds +embodied +embracing +emerald +emeritus +emil +emits +emotionally +emphasizing +employable +emporium +emptily +emulator +enacted +encamping +enchanter +encircled +encoder +encounter +encouragingly +encumbered +endangers +endemic +endorse +endows +enduringly +enfeeble +enfranchise +engels +engines +englishmen +engulf +enjoin +enjoys +enlightened +enlivens +enormity +enquirer +enriches +ensembles +ensnaring +ensures +enterprise +entertainment +enticed +entitle +entreat +entrepreneurs +enumerated +enveloped +environ +envisioned +ephemeral +epicurizes +episcopalian +epitaphs +epochs +equalize +equates +equilibrate +equips +equivocally +erased +ere +ergo +erlang +erode +erratum +errs +escalates +escapes +escorts +especially +esquires +essentially +estates +estimated +eternal +ethernets +etruria +eulerian +eurasia +europeanized +evade +evaluative +evaporation +evenhandedness +events +everglades +everything +evidences +evinces +evolve +exacerbated +exactions +exaggerations +examined +exasperates +exceeded +excellently +exceptions +exchangeable +excision +excitingly +exclamatory +exclusiveness +excreting +excused +executional +exemplified +exempts +exertion +exhaustedly +exhibitions +exile +existentialist +exorbitant +expanders +expect +expects +expeditious +expenditure +experiencing +experiments +expires +explanations +exploit +explorations +explosive +exponentiating +exports +exposure +expressibility +expulsion +extemporaneous +extensive +exterminate +extinguished +extract +extraneous +extrapolation +extremely +exult +eyeglasses +eyesight +fables +facade +facile +facsimile +factories +faculty +fagin +failsoft +faintness +fairing +faithful +fakes +fallacious +falmouth +falsifying +familiar +families +fanaticism +fanciness +fanning +farad +farewells +farmers +farrell +fascination +fasted +fastidious +fate +fathomed +fatten +faulkner +fauna +favoring +fayette +fearlessly +feat +featherweight +fed +feebleness +feeds +feet +feline +fellowships +feminism +fencing +fermentation +ferociously +fertile +fervent +festivity +fettered +feverish +fiat +fibrously +fiddled +fief +fiendish +fifteenth +fighting +fiji +files +filled +filming +filthy +finals +finder +fines +fingerprint +finishes +finnish +fireboat +firemen +firewall +firming +fiscally +fishes +fissured +fitly +fitzpatrick +fixation +fixture +flagged +flak +flamer +flanking +flash +flask +flattered +flaunting +flawlessly +fledglings +fleetly +flemishing +flew +flicking +flinches +flirt +floated +flood +floors +florentine +flossing +flourished +floweriness +fluctuate +fluffier +fluoresce +fluting +flying +focal +foes +fogy +folders +folksy +folsom +font +fooled +football +footing +forage +forbes +forcer +forearms +forefathers +foreign +foreseeable +forestalls +forever +forge +forgettable +forgiving +forlornly +formalized +formatively +formicas +formulated +forsaken +forthwith +fortiori +fortuitously +forwarder +fought +foundation +founds +foursome +foxes +fragile +fragrantly +framing +francie +francoise +franking +fraser +fray +freckle +frederico +freeing +frees +freezing +frenchizes +frequented +freshened +freshness +freudianism +friction +friendlier +friezes +frightful +frisia +frivolity +from +fronts +frothing +fruehauf +fruits +fuchsia +fujitsu +full +fumbling +functionally +fundamentally +fungal +funnier +furlong +furniture +furthermore +fuses +futuristic +gabled +gadgetry +gaging +gaines +galactic +galaxy +gallantly +gallon +gallstone +gambled +games +gangplank +gaped +garbed +gardner +garlanded +garrisoned +gaseous +gaspee +gastric +gathered +gauche +gaunt +gawky +gaze +gearing +gelatin +gemma +generality +generals +generic +genetic +genre +gentler +geodesic +geological +geophysical +geraldine +germane +germinates +gestapo +getting +ghosted +gibraltar +gig +giggle +gilds +gilt +ginghams +gipsy +girlish +giver +gladdest +glance +glaring +glazed +gleaner +glenda +glimmer +glints +gloat +gloria +glorying +glove +glowing +glynn +gnu +goats +goblins +godmother +goethe +goldenly +goldstine +gondola +goode +goodyear +goren +gorton +got +gothicizing +gouging +government +grab +gracefully +gradations +gradual +graft +grained +grams +grandfather +grandpa +grant +granulates +graphical +graspable +grassiest +gratification +gratuitously +graves +grayed +grease +grecianize +greeks +greenfeld +greens +greeter +grenades +greyest +grievances +griffith +grimes +grinds +gripped +gritty +grocers +grooved +grossest +groton +group +grovels +growling +grubs +grumbling +guano +guardedly +gubernatorial +guest +guideline +guiltier +guises +gullah +gumming +gunner +gurgle +gustafson +guts +guyer +gymnastics +haas +habitual +hacks +hag +hail +hairier +hale +hallmark +halpern +halve +hamburgers +hammering +hampshire +handbooks +handicap +handkerchiefs +handshake +handy +hangman +hannah +hansel +haplessly +happily +harbinger +harder +hardships +harken +harmfulness +harmoniously +harnessing +harriman +harry +harvardize +harveys +hassle +hat +hatefully +hattie +hauler +hausa +havoc +hawthorne +haywood +head +headlands +headroom +heals +healy +hearings +heartily +heater +heaved +heaviness +hebrides +hedgehog +heeds +hegelianizes +heights +heiresses +helicopter +hellenized +helmet +helpfully +hem +hemp +hendrick +henrietta +heralds +herder +hereford +hereunder +hermit +heroically +herring +hertzog +hesperus +heterogenous +heuser +hexagon +hibernate +hidden +hierarchic +highfield +highnesses +hikes +hillcrest +hilt +hindered +hindustan +hinting +hired +his +histograms +hitch +hither +hitting +hoarseness +hobby +hoe +hoists +holds +hollandaise +hollowness +holocaust +homage +homeomorphism +homespun +homing +homosexual +honesty +honeymooning +honoraries +hoodlum +hooker +hoosierize +hooves +hopelessness +horace +horn +horrible +horrors +horseshoer +hospitalize +hostesses +hotly +hounding +houseflies +housetop +hover +howled +hubert +huey +hugo +humanities +humbling +humidifiers +humiliation +humorers +humpty +hung +hungry +huntley +hurling +hurrying +husbands +husks +hutchins +hyde +hygiene +hyphenate +hypotheses +hysterical +ibsen +icicle +icosahedron +idealize +identical +identify +idiosyncrasy +idles +ignite +ignores +illegality +illogical +illusions +illustrative +imagen +imagine +imbrium +immaterial +immensely +immigrating +immovability +impacted +impale +impatiently +impedes +impenetrable +imperfectly +impermanent +impersonations +impinges +implementable +implicants +implied +important +imposes +impotence +impractically +impressible +impressment +imprisonments +improvement +improvisers +impulsion +inaccessible +inadequate +inane +inaudible +inca +incas +incessantly +incidentally +inciting +incloses +inclusiveness +incomparable +incompletely +incongruity +inconsistent +inconvenient +incorrectness +incredulous +incubate +incurable +indecisive +indent +indescribable +indexing +indication +indifference +indignation +indirectly +indistinct +individually +indoctrinating +indubitable +inductances +inducts +industrialist +industry +inelegant +inertly +inexact +inexplicable +infantry +infection +inferior +infertile +infinite +infirmary +inflated +inflicting +inform +informatively +infrequently +infuriating +ingeniousness +ingratiate +inhabited +inherently +inheritress +inhibitor +inimical +initialized +initiating +injection +injured +inker +inlet +inner +innocuousness +inoculate +inquire +inquisitive +inscribed +insecurely +insertion +insidiousness +insinuated +insistently +insomnia +inspiration +installation +instances +instantiations +instill +institutes +instruct +instructs +instruments +insulation +insurance +insurrection +integrand +intellect +intelligible +intensification +intensively +inter +intercept +interchanged +intercommunicates +intercourse +interested +interfered +intergroup +interleaved +interminable +intermodule +internationality +interpersonal +interposed +interpreting +interrelations +interrupt +intersecting +interstate +intervening +interwoven +intimation +intolerance +intractability +intraoffice +intrigued +introductions +intruder +intubation +invaders +invalidities +invariants +inventively +inverses +inverting +investigative +inveterate +invites +invoked +involves +ionians +ira +irately +irishman +ironic +irrational +irregular +irrepressible +irreversibility +irritable +irving +isfahan +island +isolated +isomorphisms +issuance +it +italicize +itemizations +iteration +ito +izvestia +jackets +jacky +jacobus +jailer +jamaican +janet +janus +jargon +jauntiness +jay +jeanne +jeffersonian +jennifer +jeremy +jeroboam +jest +jesuitizing +jeweled +jews +jingled +joaquin +joes +john +joiner +jokers +jolts +jordan +josephus +jotting +journals +jousting +joyous +judaica +judge +judith +jugoslavia +julie +jump +junctures +juniper +juras +jury +justifiers +jutland +kaddish +kamikazes +kant +karp +katowice +keeling +keepers +kemp +kenney +kepler +kerouac +key +keypad +khrushchevs +kidde +kidney +kilimanjaro +kills +kilojoule +kimono +kindling +kingpin +kinnickinnic +kirchoff +kisses +kiting +klein +knapsacks +kneel +knickerbockers +knights +knocked +knots +knowledge +knuckles +kodachrome +korea +krakatoa +kronecker +kurd +labeling +laborer +labyrinths +lacerta +lacks +ladies +lagoon +laidlaw +lamarck +lament +lamp +lanced +landings +lands +lange +languish +laos +lapse +largely +larson +lashing +laszlo +later +latinity +latitudes +laudable +laughlin +laundered +laurels +lavender +lawfully +lawsuit +layers +lazarus +leaded +leafed +leaguers +leander +leaping +leary +leathern +leaving +lectures +leeds +leftists +legalization +leger +legislated +legitimate +leila +lemon +lends +leniency +lens +leonardo +lesbian +lesson +letter +levee +levelly +levin +lewdly +lexington +libelous +liberated +libido +license +lick +lied +lifeboat +lifetime +ligget +lighthearted +like +likeness +lilian +liman +limit +limits +lind +lindy +linearly +lingerie +lining +linnaeus +lioness +liquid +lise +listened +listings +literalness +lithuania +littering +live +livers +lizzie +loaf +loathing +lobster +locally +locator +lockian +lockwood +lodges +logarithm +logically +logs +loiters +londonization +loners +longings +lookers +looms +looseleaf +loosing +lords +lorry +lossiest +lotus +louisa +lourdes +lovelace +loves +lowest +loyally +lucerne +luckier +ludicrous +luke +luminously +lunch +lunged +luring +lust +luther +luxuriantly +lyle +lynx +mac +macdonald +maces +machinery +mackey +macromolecule +madden +madhya +madsen +magellanic +magill +magnetizable +magnify +maguire +maids +mailman +mainframes +maintained +majesty +maker +malady +malcolm +malformed +maliciousness +malone +malton +manage +managing +mandatory +manger +manhole +manicuring +manila +manipulative +mann +manors +mantissa +manufactured +mao +maps +marched +mardis +margo +marinade +maritime +marketability +markings +marmalade +marriott +marshaling +martial +martyr +marvels +mascara +maskable +masonite +massacred +mast +masterpiece +masturbation +matchless +materializing +mathematically +matings +matrix +mattered +matured +mauricio +maxima +maxims +maybe +mayoral +mccabe +mccluskey +mcdonnell +mcgovern +mckee +mclean +mcpherson +mealtime +meaningful +meant +measurements +mechanically +medal +medfield +mediations +medicine +meditating +mediums +meeting +megahertz +meister +melcher +melodies +melpomene +membership +memoranda +memorizes +menagerie +mendelizes +mennonite +mentalities +mentor +mercenariness +mercilessly +merged +meritorious +merrill +mesh +messenger +messy +metallization +metaphysical +meteoritic +methodically +methods +metro +mews +mica +mick +microbicide +microeconomics +micron +microprocessing +microscope +microvaxes +middleman +midnight +midstream +midwinter +migrate +mikoyan +mileage +milk +mill +millikan +millionth +millstones +miltonized +minaret +mindfully +mineral +mini +minima +minimizes +ministries +minor +minstrels +minute +miracle +miriam +miscarriage +misconception +miserably +misgivings +misled +misplacing +missing +missoula +mistake +mistletoe +misunderstand +mitch +mitres +mixtures +moats +mocked +modally +moderated +modernizer +modicum +modifying +modularizing +module +moghul +moines +moldavia +moles +mollusk +momentarily +monaco +monday +mongolian +monkeyed +monocotyledon +monolithic +monostable +monroe +montague +montgomery +monument +mooned +moor +moped +morass +morehouse +morn +morphological +morsels +mortgage +mosaic +mosque +motels +motherland +motionlessness +motley +motorized +mound +mountainously +mourners +mousy +movable +moving +muck +muddled +muffin +mugs +mullah +multicomputer +multiple +multiplicand +multiplies +multistage +mumbles +mundane +munitions +murdering +murmurs +muscovy +mushroomed +musicians +muskrat +mussorgsky +mutability +mutations +mutilating +mutters +mycenaean +mysterious +mythologies +nagasaki +nair +nakedness +names +nanook +napkin +narcotic +narrowest +nash +natal +nationalities +nations +naturalist +naughtiness +navel +navona +neanderthal +nears +nebula +necessitation +neckties +needled +needy +negatives +negligible +negroid +neighboring +neoclassic +nero +nesting +nets +neural +neutral +neva +newburyport +newman +newsman +next +nibelung +nicholls +nickname +nielson +nightfall +nihilism +nimbler +nineties +nipponizes +nobility +nocturnally +noel +nolan +nominee +nonconservative +nondeterminism +nongovernmental +nonlinearity +nonorthogonal +nonsegmented +nonterminals +nook +nordhoff +normalization +normanizations +north +northernly +norwalk +nostradamus +notarizes +note +noticeable +notifies +nottingham +novak +novices +nuances +nuclide +nullary +number +numerable +numismatic +nursing +nutritious +nyquist +oases +obedient +obfuscate +objectively +obliged +obliterating +obscene +observable +observers +obsoletes +obstruction +obviated +occasional +occidentalize +occlusions +occupied +occurs +octagonal +octets +oddly +odious +o'dwyer +offended +offer +officer +officiously +oft +oilcloth +ojibwa +oldenburg +oleomargarine +olivia +olympus +ominousness +omnipresent +o'neill +onlooker +onus +opaquely +openings +operate +operator +oppenheimer +oppose +oppressed +opthalmic +optimist +optimizing +opts +oranges +orbital +orchestral +order +ordinarily +ores +organization +organs +orientalized +orifices +origination +orleans +ornate +orr +orville +oscillates +o'shea +osteopath +othello +otto +ounces +outburst +outdoor +outgrowing +outlawing +outlive +outperforms +outrages +outstanding +outvoting +outwitting +overboard +overcrowds +overestimates +overhangs +overjoyed +overload +overnighter +overproduction +overrunning +overshadowing +oversized +overtake +overtly +overuse +overworking +owen +ownership +oxidized +ozzie +pacification +packaged +packers +padding +pageant +paginating +painful +painting +pajamas +pale +palestine +palliative +palomar +panacea +pandemic +panels +panned +pantheist +panty +paperers +par +parades +paragon +parallel +parallels +parameterize +paramus +paraphrases +parcel +pardoned +parentheses +pares +parisian +parkers +parlay +parody +parrots +parsifal +partakes +participant +particular +partitioned +partridges +passageway +passion +passport +pasteur +pasture +patchy +patents +pathogenesis +patients +patricians +patrolling +patrons +patterning +paula +paulus +pavement +pawn +payer +payoffs +peacefully +peaks +pearl +peat +peculiar +pedant +pediatrician +peeling +peering +peking +pembroke +pence +pends +penetration +peninsulas +pennsylvania +pentagon +peopled +peppery +perceived +percents +perchance +perennially +perfectness +performs +perihelion +periodically +perishable +perkins +permeating +permit +pernicious +perpetration +perpetuation +persecuting +perseveres +persist +personal +personified +perspiration +persuasions +perturb +peruses +pervasive +pester +peters +petri +petting +phaedra +phaser +phenomenological +philco +philistinizes +philosophies +phoenicia +phoning +phosphorus +photogenic +photos +phyla +physicist +pi +pick +picketing +pickman +picojoule +picturing +piedfort +pies +piggybacked +pigtail +pilferage +pillar +pilots +pincushion +pining +pinnacle +pinscher +pioneers +pipelining +pirate +pistols +pitching +pithiness +pitiless +pituitary +pixels +placement +plagiarist +plainfield +plaintiveness +planeload +planets +planoconcave +plantings +plasticity +plates +platoon +playboy +playing +playwrights +pleasant +pleat +plenary +pliant +plots +plows +pluggable +plume +plundered +plunging +plutonium +pocahontas +pod +poetical +poincare +pointy +poisons +polaris +police +polish +politer +polka +polluted +polymer +pomerania +pompousness +ponds +pool +pop +popping +popularized +populous +pores +port +portending +portico +portray +posed +position +posits +possessive +possums +posteriori +postmasters +postscript +pot +potentates +potion +pottery +pounces +pourer +poverty +powerful +practicable +practitioners +praise +prancer +prayer +preallocated +precariously +precedents +preciously +precipitation +precludes +preconception +predating +predetermination +predication +predictive +predominately +preemptive +prefacing +prefers +preinitializes +preliminary +premise +preoccupied +prepared +preposterously +prerogatives +prescriptions +presentations +preserved +presidential +pressings +preston +presumptuousness +pretending +pretexts +prevailing +preventing +previously +pricers +prides +primarily +priming +princesses +principles +prior +prisoners +privations +prizes +probate +probings +procedure +processing +proclamation +procreate +procurer +produce +productive +profession +proffered +profitability +profound +program +progresses +prohibitions +projections +proletariat +prolong +prominent +promoter +promptest +promulgation +pronouncement +proofs +propane +properly +prophesy +proportionately +proposer +propounded +prorate +prosecutes +prosodic +prospector +prostate +protecting +protege +protestations +protons +protozoan +prouder +provenance +providence +provision +provokes +proximal +pruned +prussianize +pseudoinstruction +psychiatrist +psychologically +psychosomatic +pub +publicly +puckered +puffed +puller +pulls +pulse +pumpkin +punctually +punishable +punt +puppeteer +purchases +purges +purina +purpler +purposed +purse +pursuing +pushdown +putnam +puzzlement +pyongyang +pythagoreanizes +quadrangle +quadrennial +quagmires +quakeress +qualified +qualm +quantifiers +quantize +quarreled +quartering +quasar +quavering +queerer +queried +questionable +questions +quibble +quicklime +quieting +quince +quit +quivers +quonset +quotient +rabin +rachmaninoff +racketeers +radiance +radiators +radiography +rae +rages +raider +railroaded +rainbow +rains +rake +ralston +ramifications +rams +rand +randy +rangy +rankings +ransomer +rap +rapids +rapturous +rascally +rasping +ratfor +ration +rationalizes +rattler +ravager +ravens +rawlins +rays +reach +reacted +reactivation +reader +readjusted +realigned +realizable +realm +reaped +rear +rearrest +reasonings +reassigned +reawakened +rebellions +rebooting +rebuffed +rebutted +recalibrated +recapitulates +receded +receives +receptive +recife +reciprocating +recitations +reckoned +reclaiming +reclining +recognize +recollect +recommend +recompiles +reconciliation +reconnect +reconstituted +recorder +recover +recreating +recta +recur +recursing +red +redeclared +redefined +redevelopment +redisplayed +redness +redressing +reducibly +reeds +reelects +reenforcement +reestablishing +reexamining +references +referral +refine +reflecting +reflexes +reformatory +reformulated +refrained +refreshment +refugee +refuted +regally +regenerating +regimentation +regis +regressed +regrettable +regularly +regulators +rehearsing +reimbursable +reined +reinhold +reinstated +reintroduces +reiteration +rejoiced +relabeled +relating +relatives +relaxes +relegate +relents +relic +relieving +relinquishing +reloader +reluctance +remains +remedied +remind +reminiscently +remodels +remotely +removing +renames +rendezvous +renewable +renouncing +rented +reopen +reorganize +repairman +repaying +repeatedly +repentance +repetitious +replaceable +replays +replicate +report +reposing +representably +representing +reprieved +reproach +reproducibilities +reprograms +republics +repulses +reputed +required +requisitions +rescind +researchers +resemblances +resentment +reservoir +resident +resignation +resistance +resistors +resolver +resorting +respect +respective +responded +responsible +restarts +restful +restorations +restrainers +restrictive +resultant +resuming +resurrectors +retailing +retaliatory +retentiveness +retina +retiring +retracting +retransmission +retribution +retriever +retrospection +retype +reuniting +revamping +reveler +revere +reverifies +reverses +reviewer +reviser +revival +revoked +revolution +revolvers +rewinding +rewriting +rhesus +rhode +rhyming +ribbons +richard +richmond +rico +ride +ridiculed +rifle +rigging +rightfulness +rigor +rims +ringings +riordan +ripely +rippling +risk +ritually +river +rivulet +roadsters +roaring +robberies +roberta +robinsonville +rochester +rocket +rockwell +rods +roll +romance +romanizes +romper +roofing +rooming +root +roping +rosebush +rosetta +rot +rotations +rotund +roughness +rounding +roused +routes +roving +rowley +royalty +rubbing +rubles +rudeness +ruffian +ruggedness +rule +rumanians +rummy +runaway +runoff +rupturing +russell +rustic +rustlers +ruthlessness +sabbathize +sachs +sacrifice +sacrosanct +saddles +safari +safes +sagebrush +said +sails +salable +salerno +saline +sally +salters +salutations +salvages +same +sampling +sanatorium +sanctioning +sandburg +sandra +sanest +sanskrit +sapling +saran +sari +satchel +satires +satisfy +saturnalia +saud +savaged +saver +savored +sawfish +saxonize +sayings +scala +scaling +scampers +scanners +scapegoat +scared +scatter +scenic +schantz +schelling +schemers +schmitt +scholastic +schoolhouses +schroeder +schuylkill +scissor +scoffs +scope +scoreboard +scorner +scotchgard +scottsdale +scouted +scrambled +scrapes +scratching +screamers +screenings +scribbled +scripts +scrumptious +scuffle +sculptured +scythe +seagate +seam +seaquarium +searchlight +seasonable +seat +seceded +secondary +secretarial +secretive +sections +securings +sedition +see +seedy +seeming +seer +segmentations +segundo +seizures +selectman +selfishly +sells +semantics +semiconductor +semipermanently +senate +seneca +sense +sensing +sensual +sentimentally +separately +sept +sequencers +sequentially +serene +serializable +serif +serra +service +servings +sets +settler +seventeens +severance +severs +sex +sexual +shackled +shadiness +shaffer +shakers +shale +shameful +shanghaied +shapeless +shard +shares +sharpening +shattering +shawano +shearing +sheds +sheets +shelley +shelves +sheridan +shied +shiftier +shilling +shiner +shintoizes +shipper +shirk +shiver +shocker +shoehorn +shooter +shoppers +shortage +shortens +shorts +shouldered +shoved +showed +shows +shrewd +shrilled +shrinking +shrugs +shuffled +shutoff +shuttles +siberia +sicken +sideband +sides +sidings +sierra +sighed +sigma +signature +signification +sikkim +silent +silken +sills +silverman +simile +simon +simplicities +simplistic +simulation +sinbad +sinews +singed +singlet +singularly +sinner +sioux +sirens +sisyphus +sittings +siva +sixties +skate +skeptical +sketchpad +skidding +skillfulness +skims +skipped +skirmishes +skulked +sky +skyrockets +slacks +slang +slash +slaughter +slavic +slavonicizes +sledgehammer +sleepless +sleighs +sliced +slide +slightly +slings +slips +slogans +sloppiness +slotting +slower +sluggishness +slums +smacked +smalltime +smasher +smell +smiles +smithsonian +smoked +smoldered +smoothing +smug +smythe +snap +snapshots +snatched +sneakiest +sneers +sniffs +snodgrass +snorkel +snowbelt +snows +snuffs +soak +soared +sobers +socialists +sociological +socks +sofas +softly +sojourn +soldier +solenoid +solid +solids +solos +solvent +somber +somerset +son +sonny +soothe +sophistication +sordid +sorest +sorrows +soul +soundness +soured +southbound +southland +soviets +spacer +spaded +spaniardization +spanked +spare +sparked +sparsely +spat +spawned +speakers +specialists +specialty +specified +speckle +spectators +spectrography +speculates +speechless +speeds +spellings +spent +spica +spies +spilt +spinner +spirally +spirituals +spiting +spleen +splicing +splits +spoiling +sponged +sponsorship +spoolers +spores +sportswriter +spotter +sprague +spraying +sprees +springiness +sprint +sprouted +spurn +sputtered +squadrons +squarer +squatting +squeaky +squeezing +squirmed +stab +stabilizes +stacked +staffing +stagers +stags +staircases +stalemate +stalling +stammer +stampeding +standard +standings +stans +star +stargate +starring +startles +state +statewide +stationmaster +statues +statutorily +staves +steadier +stealer +steamer +steele +steeper +steered +stem +stenographer +stepmother +stereoscopic +sterilizer +stethoscope +stew +stickier +stiffens +stigma +stillest +stimulate +stinging +stipends +stirrer +stitching +stockholder +stodgy +stomacher +stood +stopgap +storage +storeyed +stormiest +stouter +strafe +straightened +strained +stranding +strangler +stratagem +stratifies +strawberry +streamer +streetcar +strengths +stretched +strict +strife +stringed +stringy +striptease +strode +strolling +strontium +struggle +stuart +stucco +studious +stuffs +stun +stupid +sturm +styli +styx +subcomponents +subdirectory +subdues +subgraph +subjective +sublime +submerges +submode +subordinate +subprogram +subschema +subscripting +subsequent +subsidies +subsistent +substantially +substation +substrate +subsystem +subtleness +subtraction +subunits +subverting +successful +succinctness +suckers +sudden +sufferance +sufficiency +suffocated +sugarings +suggests +suitably +suits +sulks +sultan +summands +summation +summon +sumter +sunder +sunken +sunshine +supercomputers +supergroups +superior +supernatural +supersede +supervise +suppers +supplementing +support +suppose +suppressing +surely +surge +surly +surpass +surprisingly +surround +surveyors +sus +suspended +suspicions +sutherland +swab +swallowing +swan +swaps +swat +sweat +swedes +sweepstakes +sweetest +swellings +swifter +swimsuit +swipe +switchboards +swivel +swords +sykes +sylvia +symbolize +symmetry +sympathy +synagogue +synchronizes +syndication +synonymously +synthesize +syrian +systematically +tabernacle +tablespoonful +tabulate +tacit +tactic +tail +taipei +tale +talker +tallchief +talmudizations +taming +tanaka +tangle +tantalizing +taos +tapestry +tar +tariffs +tasked +tastefully +tattered +taunts +taverns +taxicabs +taylor +teaches +tearful +teaspoonful +technique +tedious +teenaged +tegucigalpa +telegraph +teleologically +telephony +televise +teller +temperance +tempestuous +temporaries +temptingly +tendency +tenex +tense +tent +tenure +terminating +termwise +terre +terrify +terrorize +testable +testifiers +tex +textile +thailand +thankless +thaw +theatrically +theme +theology +theorization +therapies +thereof +thermometer +thessaly +thickly +thimbles +thinking +thirsted +thistle +thorns +those +thousand +thread +threatens +thrift +thrived +throne +throughout +thrusters +thumbed +thunderer +thus +tiburon +tickles +tidied +tier +tighteners +tilde +tillich +timbered +timeouts +timetables +timonizes +tingling +tinkled +tint +tipperary +tirelessly +titan +titter +toasts +togetherness +toilets +tolerable +toleration +tomatoes +ton +tonic +tool +toothpaste +topmost +topsy +tormenting +torrent +torturing +tossed +totallers +touchable +tough +tourist +toweling +towns +toys +tracked +tractor +trader +trafficked +trailed +trainer +tramp +trances +transceivers +transcribers +transferal +transformable +transgressed +transistorized +transitively +translation +transmittal +transparent +transponder +transpose +trapezoidal +trauma +traversal +trays +treasure +treating +treetop +tremor +trespassed +triangles +tribunals +tricked +tricky +triggered +trilled +trimming +tripled +triumphal +trivially +troopers +trotsky +troubleshoots +trowels +trucking +truest +trumped +trunk +trustingly +try +tubs +tuft +tumbled +tunable +tunisia +turbulent +turkize +turning +turtle +tutankhamen +tuttle +twenty +twiner +twirling +twitching +tyler +typewriters +typing +tyranny +ugh +ulcers +umbrage +unacceptably +unaided +unanimous +unattainability +unaware +unblocked +uncancelled +unchanging +unclosed +unconditional +uncontrollable +uncountable +undecidable +underbrush +underflows +underlies +undermine +underplays +understandings +undertakings +underwrites +undirected +undone +uneasy +unequaled +uneventful +unfairness +unfit +unformatted +ungratefully +unharmed +unidirectionality +uniformity +unindented +uninterrupted +unions +unitarian +unity +universities +unkindness +unleashed +unlinking +unlucky +unmerciful +unnecessarily +unobtainable +unpaid +unprecedented +unprovable +unraveling +unrecognized +unrestrained +unsafely +unselected +unskilled +unsteady +unsynchronized +untie +untoward +unused +unwholesome +unwinds +unwrap +updater +upholder +upland +uprightly +upsets +upturns +urge +urinates +ursuline +usages +usenix +usually +utilization +utopianizes +utters +vacation +vacuumed +vagrantly +valence +valiant +validness +valuably +valves +vandenberg +vanished +vanquishing +variably +varies +varying +vastly +vaudois +vax +veering +vegetated +vehicular +velasquez +venetian +venomous +ventricles +venus +verbalized +verdure +verifier +vern +versatile +vertebrates +vested +veterinary +via +vibrations +viciousness +victimizers +victories +vidal +vier +viewing +vignettes +vilification +villages +vinci +vineyard +violator +violins +virgo +virus +visible +visited +visualize +vitally +vladimir +vocations +voided +volition +voltages +volunteering +voted +vouching +voyaged +vulgarly +waco +waffles +wagnerian +wailing +waiter +waives +waking +walgreen +wallenstein +walls +waltham +wandered +waning +wants +ward +warehousing +warmer +warning +warranted +warsaw +washburn +wasps +watch +watchman +watering +watery +wausau +wavelength +waxers +we +weaknesses +wear +wearisomely +weatherford +webs +wedlock +weekly +weidman +weights +weissmuller +welder +wellesley +wenches +wesleyan +westhampton +wet +whacked +wharves +wheel +whelp +wherever +whims +whippany +whirling +whiskers +whistled +whitehorse +whitens +whitlock +whittling +wholeness +whoop +wichita +widen +widowed +wielding +wilbur +wile +wilkinson +william +willis +wilshire +wince +winding +winehead +wining +winnie +winsett +wiped +wiretappers +wised +wishful +witches +withdrew +withholds +witnessing +woefully +womanhood +wonderfulness +woo +wooden +woodstock +woofer +woonsocket +words +workbooks +workman +worldliness +worrier +worshiper +worthless +wounding +wrapper +wreathes +wrenched +wretch +wring +writ +writing +wrote +wyner +xeroxed +yamaha +yard +yawner +years +yellowed +yelped +yesterdays +yoknapatawpha +yorkshire +youngsters +youthfulness +yukon +zeal +zen +zeus +zionism +zoned +zoroaster diff --git a/third_party/hyphen/tests/basealt.hyph b/third_party/hyphen/tests/basealt.hyph new file mode 100644 index 0000000..5074a37 --- /dev/null +++ b/third_party/hyphen/tests/basealt.hyph @@ -0,0 +1,8 @@ +paral=lel +oma=tje +café=tje +schiff=fahrt +druk=ker +bridzs=dzsel +asz=szony=nyal +till=lata diff --git a/third_party/hyphen/tests/basealt.pat b/third_party/hyphen/tests/basealt.pat new file mode 100644 index 0000000..faf1e27 --- /dev/null +++ b/third_party/hyphen/tests/basealt.pat @@ -0,0 +1,10 @@ +UTF-8 +l·1l/l=l,1,3 +a1atje./a=t,1,3 +e1etje./é=tje,1,5 +.schif1fahrt/ff=f,5,2 +c1k/k=k,1,2 +d1dzsel./dzs=dzs,1,4 +.as3szon/sz=sz,2,3 +n1nyal./ny=ny,1,3 +.til1lata./ll=l,3,2 diff --git a/third_party/hyphen/tests/basealt.test b/third_party/hyphen/tests/basealt.test new file mode 100755 index 0000000..f144145 --- /dev/null +++ b/third_party/hyphen/tests/basealt.test @@ -0,0 +1,4 @@ +#!/bin/sh +DIR="`dirname $0`" +NAME="`basename $0 .test`" +$DIR/test.sh $NAME.pat $NAME.word $NAME.hyph diff --git a/third_party/hyphen/tests/basealt.word b/third_party/hyphen/tests/basealt.word new file mode 100644 index 0000000..edb0914 --- /dev/null +++ b/third_party/hyphen/tests/basealt.word @@ -0,0 +1,8 @@ +paral·lel +omaatje +cafeetje +schiffahrt +drucker +briddzsel +asszonnyal +tillata diff --git a/third_party/hyphen/tests/basealt2.hyph b/third_party/hyphen/tests/basealt2.hyph new file mode 100644 index 0000000..d71fc52 --- /dev/null +++ b/third_party/hyphen/tests/basealt2.hyph @@ -0,0 +1,8 @@ +paral=lel +oma=tje +caf=tje +schiff=fahrt +druk=ker +bridzs=dzsel +asz=szony=nyal +till=lata diff --git a/third_party/hyphen/tests/basealt2.pat b/third_party/hyphen/tests/basealt2.pat new file mode 100644 index 0000000..7cfe1e7 --- /dev/null +++ b/third_party/hyphen/tests/basealt2.pat @@ -0,0 +1,10 @@ +ISO8859-1 +l1l/l=l,1,3 +a1atje./a=t,1,3 +e1etje./=tje,1,5 +.schif1fahrt/ff=f,5,2 +c1k/k=k,1,2 +d1dzsel./dzs=dzs,1,4 +.as3szon/sz=sz,2,3 +n1nyal./ny=ny,1,3 +.til1lata./ll=l,3,2 diff --git a/third_party/hyphen/tests/basealt2.test b/third_party/hyphen/tests/basealt2.test new file mode 100755 index 0000000..f144145 --- /dev/null +++ b/third_party/hyphen/tests/basealt2.test @@ -0,0 +1,4 @@ +#!/bin/sh +DIR="`dirname $0`" +NAME="`basename $0 .test`" +$DIR/test.sh $NAME.pat $NAME.word $NAME.hyph diff --git a/third_party/hyphen/tests/basealt2.word b/third_party/hyphen/tests/basealt2.word new file mode 100644 index 0000000..9433718 --- /dev/null +++ b/third_party/hyphen/tests/basealt2.word @@ -0,0 +1,8 @@ +parallel +omaatje +cafeetje +schiffahrt +drucker +briddzsel +asszonnyal +tillata diff --git a/third_party/hyphen/tests/compound.hyph b/third_party/hyphen/tests/compound.hyph new file mode 100644 index 0000000..eac3826 --- /dev/null +++ b/third_party/hyphen/tests/compound.hyph @@ -0,0 +1 @@ +mo=tor=cy=cle diff --git a/third_party/hyphen/tests/compound.pat b/third_party/hyphen/tests/compound.pat new file mode 100644 index 0000000..32f6d86 --- /dev/null +++ b/third_party/hyphen/tests/compound.pat @@ -0,0 +1,11 @@ +ISO8859-1 +COMPOUNDLEFTHYPHENMIN 2 +COMPOUNDRIGHTHYPHENMIN 3 +% 1st (compound) level +motor1cycle +% 2nd (non compound) level +NEXTLEVEL +.mo1tor. +.cy1cle. +% check independency of the 1st and 2nd hyphenation levels +.motor2cycle. diff --git a/third_party/hyphen/tests/compound.test b/third_party/hyphen/tests/compound.test new file mode 100755 index 0000000..f144145 --- /dev/null +++ b/third_party/hyphen/tests/compound.test @@ -0,0 +1,4 @@ +#!/bin/sh +DIR="`dirname $0`" +NAME="`basename $0 .test`" +$DIR/test.sh $NAME.pat $NAME.word $NAME.hyph diff --git a/third_party/hyphen/tests/compound.word b/third_party/hyphen/tests/compound.word new file mode 100644 index 0000000..ba8562d --- /dev/null +++ b/third_party/hyphen/tests/compound.word @@ -0,0 +1 @@ +motorcycle diff --git a/third_party/hyphen/tests/compound2.hyph b/third_party/hyphen/tests/compound2.hyph new file mode 100644 index 0000000..d59fe79 --- /dev/null +++ b/third_party/hyphen/tests/compound2.hyph @@ -0,0 +1,2 @@ +fő=nök=asz=szony +asz=szony=fő=nök diff --git a/third_party/hyphen/tests/compound2.pat b/third_party/hyphen/tests/compound2.pat new file mode 100644 index 0000000..00a3f4d --- /dev/null +++ b/third_party/hyphen/tests/compound2.pat @@ -0,0 +1,8 @@ +UTF-8 +% 1st (compound) level +szony1fő +ök1assz +% 2nd (non compound) level +NEXTLEVEL +.as1szony./sz=,2,1 +.fő1nök. diff --git a/third_party/hyphen/tests/compound2.test b/third_party/hyphen/tests/compound2.test new file mode 100755 index 0000000..f144145 --- /dev/null +++ b/third_party/hyphen/tests/compound2.test @@ -0,0 +1,4 @@ +#!/bin/sh +DIR="`dirname $0`" +NAME="`basename $0 .test`" +$DIR/test.sh $NAME.pat $NAME.word $NAME.hyph diff --git a/third_party/hyphen/tests/compound2.word b/third_party/hyphen/tests/compound2.word new file mode 100644 index 0000000..0bb7363 --- /dev/null +++ b/third_party/hyphen/tests/compound2.word @@ -0,0 +1,2 @@ +főnökasszony +asszonyfőnök diff --git a/third_party/hyphen/tests/compound3.hyph b/third_party/hyphen/tests/compound3.hyph new file mode 100644 index 0000000..40516aa --- /dev/null +++ b/third_party/hyphen/tests/compound3.hyph @@ -0,0 +1 @@ +ki=lo=watt=ti=me diff --git a/third_party/hyphen/tests/compound3.pat b/third_party/hyphen/tests/compound3.pat new file mode 100644 index 0000000..a768b8f --- /dev/null +++ b/third_party/hyphen/tests/compound3.pat @@ -0,0 +1,11 @@ +ISO8859-1 +% Norwegian example: +% non-standard hyphenation at compound boundary (kilowattime -> kilowatt-time) +% and recursive compound hyphenation (kilowatt->kilo-watt) +% 1st (compound) level +wat1time/tt=t,3,2 +.kilo1watt. +% 2nd (non compound) level +NEXTLEVEL +.ki1lo. +.ti1me. diff --git a/third_party/hyphen/tests/compound3.test b/third_party/hyphen/tests/compound3.test new file mode 100755 index 0000000..f144145 --- /dev/null +++ b/third_party/hyphen/tests/compound3.test @@ -0,0 +1,4 @@ +#!/bin/sh +DIR="`dirname $0`" +NAME="`basename $0 .test`" +$DIR/test.sh $NAME.pat $NAME.word $NAME.hyph diff --git a/third_party/hyphen/tests/compound3.word b/third_party/hyphen/tests/compound3.word new file mode 100644 index 0000000..bef5e82 --- /dev/null +++ b/third_party/hyphen/tests/compound3.word @@ -0,0 +1 @@ +kilowattime diff --git a/third_party/hyphen/tests/compound4.hyph b/third_party/hyphen/tests/compound4.hyph new file mode 100644 index 0000000..7a01eb3 --- /dev/null +++ b/third_party/hyphen/tests/compound4.hyph @@ -0,0 +1 @@ +motor=cycle diff --git a/third_party/hyphen/tests/compound4.pat b/third_party/hyphen/tests/compound4.pat new file mode 100644 index 0000000..ce13a169 --- /dev/null +++ b/third_party/hyphen/tests/compound4.pat @@ -0,0 +1,11 @@ +ISO8859-1 +COMPOUNDLEFTHYPHENMIN 3 +COMPOUNDRIGHTHYPHENMIN 4 +% 1st (compound) level +motor1cycle +% 2nd (non compound) level +NEXTLEVEL +.mo1tor. +.cy1cle. +% check independency of the 1st and 2nd hyphenation levels +.motor2cycle. diff --git a/third_party/hyphen/tests/compound4.test b/third_party/hyphen/tests/compound4.test new file mode 100755 index 0000000..f144145 --- /dev/null +++ b/third_party/hyphen/tests/compound4.test @@ -0,0 +1,4 @@ +#!/bin/sh +DIR="`dirname $0`" +NAME="`basename $0 .test`" +$DIR/test.sh $NAME.pat $NAME.word $NAME.hyph diff --git a/third_party/hyphen/tests/compound4.word b/third_party/hyphen/tests/compound4.word new file mode 100644 index 0000000..ba8562d --- /dev/null +++ b/third_party/hyphen/tests/compound4.word @@ -0,0 +1 @@ +motorcycle diff --git a/third_party/hyphen/tests/conv.dic b/third_party/hyphen/tests/conv.dic new file mode 100644 index 0000000..c29a1ea --- /dev/null +++ b/third_party/hyphen/tests/conv.dic @@ -0,0 +1,18 @@ +UTF-8 +s2sz +s3szon/sz=sz,1,3 +vas4szon +vas2sz +avas1as5szon/sz=sz,6,3 +avasas2sz +.éavasasszonyo1kat +.éavas1as5szon/sz=sz,7,3 +.éavasas2sz +pas3szon/sz=sz,3,3 +pas2sz +.klas3szon/sz=sz,4,3 +.klas2sz +kakas5szonda +kakas2sz +kakas3szon/sz=sz,5,3 +kakas7szondan/sz=sz,6,3 diff --git a/third_party/hyphen/tests/conv.hyph b/third_party/hyphen/tests/conv.hyph new file mode 100644 index 0000000..a6a69c9 --- /dev/null +++ b/third_party/hyphen/tests/conv.hyph @@ -0,0 +1,14 @@ +ssz +massza +asz=szony +avas=asz=szony +javas=asz=szony +vasszon +klasz=szon +aklasz=szon +pasz=szon +kopasz=szon +kakasz=szon +kakasz=szond +kakas=szonda +kakasz=szondan diff --git a/third_party/hyphen/tests/conv.pat b/third_party/hyphen/tests/conv.pat new file mode 100644 index 0000000..8df8bd2 --- /dev/null +++ b/third_party/hyphen/tests/conv.pat @@ -0,0 +1,12 @@ +s2sz +s3szon/sz=sz,1,3 +vas4szon +avas1as5szon/sz=sz,6,3 +.éavasasszonyo1kat +pas3szon/sz=sz,3,3 +.klas3szon/sz=sz,4,3 +kakas5szonda +kakas7szondan/sz=sz,6,3 +% patterns added by substrings.pl: +kakas3szon/sz=sz,5,3 +.éavas1as5szon/sz=sz,8,3 diff --git a/third_party/hyphen/tests/conv.test b/third_party/hyphen/tests/conv.test new file mode 100755 index 0000000..f144145 --- /dev/null +++ b/third_party/hyphen/tests/conv.test @@ -0,0 +1,4 @@ +#!/bin/sh +DIR="`dirname $0`" +NAME="`basename $0 .test`" +$DIR/test.sh $NAME.pat $NAME.word $NAME.hyph diff --git a/third_party/hyphen/tests/conv.word b/third_party/hyphen/tests/conv.word new file mode 100644 index 0000000..6f924d0 --- /dev/null +++ b/third_party/hyphen/tests/conv.word @@ -0,0 +1,14 @@ +ssz +massza +asszony +avasasszony +javasasszony +vasszon +klasszon +aklasszon +passzon +kopasszon +kakasszon +kakasszond +kakasszonda +kakasszondan diff --git a/third_party/hyphen/tests/lhmin.hyph b/third_party/hyphen/tests/lhmin.hyph new file mode 100644 index 0000000..8d278be --- /dev/null +++ b/third_party/hyphen/tests/lhmin.hyph @@ -0,0 +1 @@ +mi=ért diff --git a/third_party/hyphen/tests/lhmin.pat b/third_party/hyphen/tests/lhmin.pat new file mode 100644 index 0000000..a378908 --- /dev/null +++ b/third_party/hyphen/tests/lhmin.pat @@ -0,0 +1,3 @@ +UTF-8 +% test patterns for lefthyphenmin fix for UTF-8 patterns +mi1ért diff --git a/third_party/hyphen/tests/lhmin.test b/third_party/hyphen/tests/lhmin.test new file mode 100755 index 0000000..f144145 --- /dev/null +++ b/third_party/hyphen/tests/lhmin.test @@ -0,0 +1,4 @@ +#!/bin/sh +DIR="`dirname $0`" +NAME="`basename $0 .test`" +$DIR/test.sh $NAME.pat $NAME.word $NAME.hyph diff --git a/third_party/hyphen/tests/lhmin.word b/third_party/hyphen/tests/lhmin.word new file mode 100644 index 0000000..4a1bf60 --- /dev/null +++ b/third_party/hyphen/tests/lhmin.word @@ -0,0 +1 @@ +miért diff --git a/third_party/hyphen/tests/lig.hyph b/third_party/hyphen/tests/lig.hyph new file mode 100644 index 0000000..6a2a655 --- /dev/null +++ b/third_party/hyphen/tests/lig.hyph @@ -0,0 +1 @@ +maf=fia diff --git a/third_party/hyphen/tests/lig.pat b/third_party/hyphen/tests/lig.pat new file mode 100644 index 0000000..b2e0338 --- /dev/null +++ b/third_party/hyphen/tests/lig.pat @@ -0,0 +1,3 @@ +UTF-8 +% Unicode ligature hyphenation (ffi -> f=fi) +ffi1/f=fi,1,1 diff --git a/third_party/hyphen/tests/lig.test b/third_party/hyphen/tests/lig.test new file mode 100755 index 0000000..f144145 --- /dev/null +++ b/third_party/hyphen/tests/lig.test @@ -0,0 +1,4 @@ +#!/bin/sh +DIR="`dirname $0`" +NAME="`basename $0 .test`" +$DIR/test.sh $NAME.pat $NAME.word $NAME.hyph diff --git a/third_party/hyphen/tests/lig.word b/third_party/hyphen/tests/lig.word new file mode 100644 index 0000000..d3900e7 --- /dev/null +++ b/third_party/hyphen/tests/lig.word @@ -0,0 +1 @@ +maffia diff --git a/third_party/hyphen/tests/settings.hyph b/third_party/hyphen/tests/settings.hyph new file mode 100644 index 0000000..5cad951 --- /dev/null +++ b/third_party/hyphen/tests/settings.hyph @@ -0,0 +1,2 @@ +f=ooba=r +ff=oof=ooba=rr diff --git a/third_party/hyphen/tests/settings.pat b/third_party/hyphen/tests/settings.pat new file mode 100644 index 0000000..f86ba35 --- /dev/null +++ b/third_party/hyphen/tests/settings.pat @@ -0,0 +1,5 @@ +ISO8859-1 +LEFTHYPHENMIN 1 +RIGHTHYPHENMIN 1 +f1o +a1r diff --git a/third_party/hyphen/tests/settings.test b/third_party/hyphen/tests/settings.test new file mode 100755 index 0000000..f144145 --- /dev/null +++ b/third_party/hyphen/tests/settings.test @@ -0,0 +1,4 @@ +#!/bin/sh +DIR="`dirname $0`" +NAME="`basename $0 .test`" +$DIR/test.sh $NAME.pat $NAME.word $NAME.hyph diff --git a/third_party/hyphen/tests/settings.word b/third_party/hyphen/tests/settings.word new file mode 100644 index 0000000..fe4f7ec --- /dev/null +++ b/third_party/hyphen/tests/settings.word @@ -0,0 +1,2 @@ +foobar +ffoofoobarr diff --git a/third_party/hyphen/tests/settings2.hyph b/third_party/hyphen/tests/settings2.hyph new file mode 100644 index 0000000..595597c --- /dev/null +++ b/third_party/hyphen/tests/settings2.hyph @@ -0,0 +1 @@ +ő=ő=ő=ő=ő=ő=ő diff --git a/third_party/hyphen/tests/settings2.pat b/third_party/hyphen/tests/settings2.pat new file mode 100644 index 0000000..9c9418a --- /dev/null +++ b/third_party/hyphen/tests/settings2.pat @@ -0,0 +1,4 @@ +UTF-8 +LEFTHYPHENMIN 1 +RIGHTHYPHENMIN 1 +ő1 diff --git a/third_party/hyphen/tests/settings2.test b/third_party/hyphen/tests/settings2.test new file mode 100755 index 0000000..f144145 --- /dev/null +++ b/third_party/hyphen/tests/settings2.test @@ -0,0 +1,4 @@ +#!/bin/sh +DIR="`dirname $0`" +NAME="`basename $0 .test`" +$DIR/test.sh $NAME.pat $NAME.word $NAME.hyph diff --git a/third_party/hyphen/tests/settings2.word b/third_party/hyphen/tests/settings2.word new file mode 100644 index 0000000..e65f6b1 --- /dev/null +++ b/third_party/hyphen/tests/settings2.word @@ -0,0 +1 @@ +őőőőőőő diff --git a/third_party/hyphen/tests/settings3.hyph b/third_party/hyphen/tests/settings3.hyph new file mode 100644 index 0000000..394801b --- /dev/null +++ b/third_party/hyphen/tests/settings3.hyph @@ -0,0 +1 @@ +őő=ő=ő=ő=őő diff --git a/third_party/hyphen/tests/settings3.pat b/third_party/hyphen/tests/settings3.pat new file mode 100644 index 0000000..b23d2d2 --- /dev/null +++ b/third_party/hyphen/tests/settings3.pat @@ -0,0 +1,4 @@ +UTF-8 +LEFTHYPHENMIN 2 +RIGHTHYPHENMIN 2 +ő1 diff --git a/third_party/hyphen/tests/settings3.test b/third_party/hyphen/tests/settings3.test new file mode 100755 index 0000000..f144145 --- /dev/null +++ b/third_party/hyphen/tests/settings3.test @@ -0,0 +1,4 @@ +#!/bin/sh +DIR="`dirname $0`" +NAME="`basename $0 .test`" +$DIR/test.sh $NAME.pat $NAME.word $NAME.hyph diff --git a/third_party/hyphen/tests/settings3.word b/third_party/hyphen/tests/settings3.word new file mode 100644 index 0000000..e65f6b1 --- /dev/null +++ b/third_party/hyphen/tests/settings3.word @@ -0,0 +1 @@ +őőőőőőő diff --git a/third_party/hyphen/tests/settings4.hyph b/third_party/hyphen/tests/settings4.hyph new file mode 100644 index 0000000..56a1e41 --- /dev/null +++ b/third_party/hyphen/tests/settings4.hyph @@ -0,0 +1 @@ +reëel diff --git a/third_party/hyphen/tests/settings4.pat b/third_party/hyphen/tests/settings4.pat new file mode 100644 index 0000000..074711b --- /dev/null +++ b/third_party/hyphen/tests/settings4.pat @@ -0,0 +1,4 @@ +UTF-8 +LEFTHYPHENMIN 1 +RIGHTHYPHENMIN 4 +e1ë/e=e,1,2 diff --git a/third_party/hyphen/tests/settings4.test b/third_party/hyphen/tests/settings4.test new file mode 100755 index 0000000..f144145 --- /dev/null +++ b/third_party/hyphen/tests/settings4.test @@ -0,0 +1,4 @@ +#!/bin/sh +DIR="`dirname $0`" +NAME="`basename $0 .test`" +$DIR/test.sh $NAME.pat $NAME.word $NAME.hyph diff --git a/third_party/hyphen/tests/settings4.word b/third_party/hyphen/tests/settings4.word new file mode 100644 index 0000000..56a1e41 --- /dev/null +++ b/third_party/hyphen/tests/settings4.word @@ -0,0 +1 @@ +reëel diff --git a/third_party/hyphen/tests/test.sh b/third_party/hyphen/tests/test.sh new file mode 100755 index 0000000..89a688b --- /dev/null +++ b/third_party/hyphen/tests/test.sh @@ -0,0 +1,57 @@ +#!/bin/bash + +function check_valgrind_log () { +if [ "$VALGRIND" != "" ]; then + if [ -f $TEMPDIR/test.pid* ]; then + log=`ls $TEMPDIR/test.pid*` + if ! grep -q 'ERROR SUMMARY: 0 error' $log; then + echo "Fail in $NAME $1 checking detected by Valgrind" + echo "$log Valgrind log file moved to $TEMPDIR/badlogs" + mv $log $TEMPDIR/badlogs + exit 1 + fi + if grep -q 'LEAK SUMMARY' $log; then + echo "Memory leak in $NAME $1 checking detected by Valgrind" + echo "$log Valgrind log file moved to $TEMPDIR/badlogs" + mv $log $TEMPDIR/badlogs + exit 1 + fi + rm -f $log + fi +fi +} + +if [ -d ../../_build/../tests ]; then + TESTDIR="../../tests" +else + TESTDIR="." +fi + +TEMPDIR="./testSubDir" +NAME="$1" + +if [ ! -d $TEMPDIR ]; then + mkdir $TEMPDIR +fi + +shopt -s expand_aliases + +alias example='../libtool --mode=execute -dlopen ../.libs/libhyphen*.la ../example' + +if [ "$VALGRIND" != "" ]; then + rm -f $TEMPDIR/test.pid* + if [ ! -d $TEMPDIR/badlogs ]; then + mkdir $TEMPDIR/badlogs + fi + if [ ! -f ../.libs/lt-example ]; then + echo "Use make check before Valgrind tests" + else + alias example='../libtool --mode=execute -dlopen ../.libs/libhyphen*.la valgrind --tool=$VALGRIND --leak-check=yes --show-reachable=yes --log-file=$TEMPDIR/test.pid ../example' + fi +fi + +example $TESTDIR/$1 $TESTDIR/$2 >$TEMPDIR/test.out$$ +diff $TEMPDIR/test.out$$ $TESTDIR/$3 || exit 1 +#diff $TEMPDIR/test.out$$ $TESTDIR/$3 && rm -f $TEMPDIR/*$$ || exit 1 + +check_valgrind_log "VALGRIND LOG" diff --git a/third_party/hyphen/tests/unicode.hyph b/third_party/hyphen/tests/unicode.hyph new file mode 100644 index 0000000..ccb4a8d --- /dev/null +++ b/third_party/hyphen/tests/unicode.hyph @@ -0,0 +1,13 @@ +paral=lel +re=eel +oma=tje +café=tje +eight=teen +druk=ker +schiff=fahrt +Μα=ίου +asz=szony=nyal +bridzs=dzsel +buss=sjåfør +100=-sekundowy +till=låta diff --git a/third_party/hyphen/tests/unicode.pat b/third_party/hyphen/tests/unicode.pat new file mode 100644 index 0000000..388bc4b --- /dev/null +++ b/third_party/hyphen/tests/unicode.pat @@ -0,0 +1,15 @@ +UTF-8 +l·1l/l=l,1,3 +e1ë/e=e,1,2 +a1atje./a=t,1,3 +e1etje./é=tje,1,5 +eigh1teen/t=t,5,1 +.schif1fahrt/ff=f,5,2 +c1k/k=k,1,2 +1ΐ/=ί,1,1 +d1dzsel./dzs=dzs,1,4 +.as3szon/sz=sz,2,3 +n1nyal./ny=ny,1,3 +bus1s/ss=s,3,2 +7-/=-,1,1 +.til1låta./ll=l,3,2 diff --git a/third_party/hyphen/tests/unicode.test b/third_party/hyphen/tests/unicode.test new file mode 100755 index 0000000..f144145 --- /dev/null +++ b/third_party/hyphen/tests/unicode.test @@ -0,0 +1,4 @@ +#!/bin/sh +DIR="`dirname $0`" +NAME="`basename $0 .test`" +$DIR/test.sh $NAME.pat $NAME.word $NAME.hyph diff --git a/third_party/hyphen/tests/unicode.word b/third_party/hyphen/tests/unicode.word new file mode 100644 index 0000000..8764faf --- /dev/null +++ b/third_party/hyphen/tests/unicode.word @@ -0,0 +1,13 @@ +paral·lel +reëel +omaatje +cafeetje +eighteen +drucker +schiffahrt +Μαΐου +asszonnyal +briddzsel +bussjåfør +100-sekundowy +tillåta |