From c7ef702919b0b76418e19b4b938cda3e4b933afe Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 25 Dec 2012 14:56:43 -0300 Subject: [PATCH] Rails 3 porting: bootstrap development environment --- MIGRATION_ISSUES | 2 ++ app/models/article.rb | 60 ++---------------------------------------------------------- app/models/blog_archives_block.rb | 2 +- app/models/category.rb | 19 ------------------- app/models/certifier.rb | 2 -- app/models/change_password.rb | 2 +- app/models/enterprise.rb | 1 - app/models/environment.rb | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------- app/models/license.rb | 3 +++ app/models/link_list_block.rb | 2 ++ app/models/my_network_block.rb | 2 +- app/models/organization_mailing.rb | 2 +- app/models/person.rb | 14 -------------- app/models/product.rb | 48 ++---------------------------------------------- app/models/product_category.rb | 2 -- app/models/products_block.rb | 2 +- app/models/profile.rb | 42 +++--------------------------------------- app/models/profile_image_block.rb | 2 ++ app/models/profile_list_block.rb | 2 ++ app/models/qualifier.rb | 2 -- app/models/recent_documents_block.rb | 2 +- app/models/rss_feed.rb | 2 +- app/models/tags_block.rb | 2 +- app/models/user.rb | 55 +++++++++++++++++++++++++++++++++++++------------------ config/initializers/dependencies.rb | 3 +-- config/initializers/html_safe.rb | 3 ++- lib/acts_as_faceted.rb | 222 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ lib/acts_as_searchable.rb | 87 --------------------------------------------------------------------------------------- lib/tasks/data.rake | 4 ++-- script/quick-start | 9 --------- vendor/plugins/access_control/lib/role.rb | 2 ++ vendor/plugins/acts_as_solr_reloaded/.gitignore | 33 --------------------------------- vendor/plugins/acts_as_solr_reloaded/.travis.yml | 13 ------------- vendor/plugins/acts_as_solr_reloaded/Gemfile | 13 ------------- vendor/plugins/acts_as_solr_reloaded/LICENSE | 22 ---------------------- vendor/plugins/acts_as_solr_reloaded/README.markdown | 128 -------------------------------------------------------------------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/Rakefile | 71 ----------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/TESTING_THE_PLUGIN | 21 --------------------- vendor/plugins/acts_as_solr_reloaded/VERSION | 1 - vendor/plugins/acts_as_solr_reloaded/acts_as_solr_reloaded.gemspec | 205 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/config/solr.yml | 22 ---------------------- vendor/plugins/acts_as_solr_reloaded/config/solr_environment.rb | 49 ------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/generators/dynamic_attributes_migration/dynamic_attributes_migration_generator.rb | 7 ------- vendor/plugins/acts_as_solr_reloaded/generators/dynamic_attributes_migration/templates/migration.rb | 17 ----------------- vendor/plugins/acts_as_solr_reloaded/generators/local_migration/local_migration_generator.rb | 7 ------- vendor/plugins/acts_as_solr_reloaded/generators/local_migration/templates/migration.rb | 16 ---------------- vendor/plugins/acts_as_solr_reloaded/init.rb | 1 - vendor/plugins/acts_as_solr_reloaded/install.rb | 5 ----- vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr.rb | 25 ------------------------- vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/acts_methods.rb | 390 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/class_methods.rb | 278 -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/common_methods.rb | 77 ----------------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/deprecation.rb | 61 ------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/dynamic_attribute.rb | 3 --- vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/instance_methods.rb | 194 -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/lazy_document.rb | 18 ------------------ vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/local.rb | 4 ---- vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/mongo_mapper.rb | 24 ------------------------ vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/parser_methods.rb | 273 --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/post.rb | 29 ----------------------------- vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/search_results.rb | 136 ---------------------------------------------------------------------------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/solr_fixtures.rb | 13 ------------- vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/tasks.rb | 10 ---------- vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr_reloaded.rb | 1 - vendor/plugins/acts_as_solr_reloaded/lib/solr.rb | 27 --------------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/connection.rb | 180 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ vendor/plugins/acts_as_solr_reloaded/lib/solr/document.rb | 85 ------------------------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/exception.rb | 13 ------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/field.rb | 44 -------------------------------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/importer.rb | 19 ------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/array_mapper.rb | 26 -------------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/delimited_file_source.rb | 38 -------------------------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/hpricot_mapper.rb | 27 --------------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/mapper.rb | 51 --------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/solr_source.rb | 41 ----------------------------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/xpath_mapper.rb | 35 ----------------------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/indexer.rb | 52 ---------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/request.rb | 26 -------------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/request/add_document.rb | 68 -------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/request/base.rb | 36 ------------------------------------ vendor/plugins/acts_as_solr_reloaded/lib/solr/request/commit.rb | 29 ----------------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/request/delete.rb | 48 ------------------------------------------------ vendor/plugins/acts_as_solr_reloaded/lib/solr/request/dismax.rb | 37 ------------------------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/request/index_info.rb | 22 ---------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/request/json_update.rb | 23 ----------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/request/modify_document.rb | 46 ---------------------------------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/request/optimize.rb | 19 ------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/request/ping.rb | 36 ------------------------------------ vendor/plugins/acts_as_solr_reloaded/lib/solr/request/select.rb | 54 ------------------------------------------------------ vendor/plugins/acts_as_solr_reloaded/lib/solr/request/spellcheck.rb | 30 ------------------------------ vendor/plugins/acts_as_solr_reloaded/lib/solr/request/standard.rb | 408 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ vendor/plugins/acts_as_solr_reloaded/lib/solr/request/update.rb | 23 ----------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/response.rb | 27 --------------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/response/add_document.rb | 17 ----------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/response/base.rb | 42 ------------------------------------------ vendor/plugins/acts_as_solr_reloaded/lib/solr/response/commit.rb | 15 --------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/response/delete.rb | 13 ------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/response/dismax.rb | 8 -------- vendor/plugins/acts_as_solr_reloaded/lib/solr/response/index_info.rb | 26 -------------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/response/modify_document.rb | 17 ----------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/response/optimize.rb | 14 -------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/response/ping.rb | 26 -------------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/response/ruby.rb | 42 ------------------------------------------ vendor/plugins/acts_as_solr_reloaded/lib/solr/response/select.rb | 17 ----------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/response/spellcheck.rb | 20 -------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/response/standard.rb | 64 ---------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/response/xml.rb | 39 --------------------------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/util.rb | 46 ---------------------------------------------- vendor/plugins/acts_as_solr_reloaded/lib/solr/xml.rb | 43 ------------------------------------------- vendor/plugins/acts_as_solr_reloaded/lib/tasks/database.rake | 16 ---------------- vendor/plugins/acts_as_solr_reloaded/lib/tasks/solr.rake | 209 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/lib/tasks/test.rake | 5 ----- vendor/plugins/acts_as_solr_reloaded/rails/init.rb | 1 - vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/admin-extra.html | 31 ------------------------------- vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/elevate.xml | 36 ------------------------------------ vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/en_US.aff | 201 --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/en_US.dic | 62120 -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/mapping-ISOLatin1Accent.txt | 246 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/protwords.en.txt | 19 ------------------- vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/protwords.pt.txt | 19 ------------------- vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/pt_PT.aff | 1004 -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/pt_PT.dic | 32083 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/schema.xml | 200 -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/scripts.conf | 24 ------------------------ vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/solrconfig.xml | 1594 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/spellings.en.txt | 2 -- vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/stopwords.en.txt | 58 ---------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/stopwords.pt.txt | 128 -------------------------------------------------------------------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/synonyms.en.txt | 31 ------------------------------- vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/xslt/example.xsl | 132 ------------------------------------------------------------------------------------------------------------------------------------ vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/xslt/example_atom.xsl | 67 ------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/xslt/example_rss.xsl | 66 ------------------------------------------------------------------ vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/xslt/luke.xsl | 337 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/solr_test_rakefile.rb | 6 ------ vendor/plugins/acts_as_solr_reloaded/test/config/solr.yml | 2 -- vendor/plugins/acts_as_solr_reloaded/test/db/connections/mysql/connection.rb | 8 -------- vendor/plugins/acts_as_solr_reloaded/test/db/connections/sqlite/connection.rb | 5 ----- vendor/plugins/acts_as_solr_reloaded/test/db/migrate/001_create_books.rb | 15 --------------- vendor/plugins/acts_as_solr_reloaded/test/db/migrate/002_create_movies.rb | 12 ------------ vendor/plugins/acts_as_solr_reloaded/test/db/migrate/003_create_categories.rb | 11 ----------- vendor/plugins/acts_as_solr_reloaded/test/db/migrate/004_create_electronics.rb | 16 ---------------- vendor/plugins/acts_as_solr_reloaded/test/db/migrate/005_create_authors.rb | 12 ------------ vendor/plugins/acts_as_solr_reloaded/test/db/migrate/006_create_postings.rb | 9 --------- vendor/plugins/acts_as_solr_reloaded/test/db/migrate/007_create_posts.rb | 13 ------------- vendor/plugins/acts_as_solr_reloaded/test/db/migrate/008_create_gadgets.rb | 11 ----------- vendor/plugins/acts_as_solr_reloaded/test/db/migrate/009_create_dynamic_attributes.rb | 15 --------------- vendor/plugins/acts_as_solr_reloaded/test/db/migrate/010_create_advertises.rb | 13 ------------- vendor/plugins/acts_as_solr_reloaded/test/db/migrate/011_create_locals.rb | 15 --------------- vendor/plugins/acts_as_solr_reloaded/test/fixtures/advertises.yml | 12 ------------ vendor/plugins/acts_as_solr_reloaded/test/fixtures/authors.yml | 9 --------- vendor/plugins/acts_as_solr_reloaded/test/fixtures/books.yml | 13 ------------- vendor/plugins/acts_as_solr_reloaded/test/fixtures/categories.yml | 7 ------- vendor/plugins/acts_as_solr_reloaded/test/fixtures/db_definitions/mysql.sql | 41 ----------------------------------------- vendor/plugins/acts_as_solr_reloaded/test/fixtures/dynamic_attributes.yml | 11 ----------- vendor/plugins/acts_as_solr_reloaded/test/fixtures/electronics.yml | 49 ------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/test/fixtures/locals.yml | 9 --------- vendor/plugins/acts_as_solr_reloaded/test/fixtures/movies.yml | 9 --------- vendor/plugins/acts_as_solr_reloaded/test/fixtures/postings.yml | 10 ---------- vendor/plugins/acts_as_solr_reloaded/test/functional/acts_as_solr_test.rb | 496 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/test/functional/association_indexing_test.rb | 37 ------------------------------------- vendor/plugins/acts_as_solr_reloaded/test/functional/faceted_search_test.rb | 162 ------------------------------------------------------------------------------------------------------------------------------------------------------------------ vendor/plugins/acts_as_solr_reloaded/test/functional/multi_solr_search_test.rb | 55 ------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/test/models/advertise.rb | 6 ------ vendor/plugins/acts_as_solr_reloaded/test/models/author.rb | 10 ---------- vendor/plugins/acts_as_solr_reloaded/test/models/book.rb | 10 ---------- vendor/plugins/acts_as_solr_reloaded/test/models/category.rb | 8 -------- vendor/plugins/acts_as_solr_reloaded/test/models/document.rb | 6 ------ vendor/plugins/acts_as_solr_reloaded/test/models/dynamic_attribute.rb | 7 ------- vendor/plugins/acts_as_solr_reloaded/test/models/electronic.rb | 25 ------------------------- vendor/plugins/acts_as_solr_reloaded/test/models/gadget.rb | 9 --------- vendor/plugins/acts_as_solr_reloaded/test/models/local.rb | 7 ------- vendor/plugins/acts_as_solr_reloaded/test/models/movie.rb | 17 ----------------- vendor/plugins/acts_as_solr_reloaded/test/models/novel.rb | 2 -- vendor/plugins/acts_as_solr_reloaded/test/models/post.rb | 3 --- vendor/plugins/acts_as_solr_reloaded/test/models/posting.rb | 11 ----------- vendor/plugins/acts_as_solr_reloaded/test/test_helper.rb | 84 ------------------------------------------------------------------------------------ vendor/plugins/acts_as_solr_reloaded/test/unit/acts_methods_shoulda.rb | 125 ----------------------------------------------------------------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/test/unit/class_methods_shoulda.rb | 85 ------------------------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/test/unit/common_methods_shoulda.rb | 99 --------------------------------------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/test/unit/instance_methods_shoulda.rb | 365 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/test/unit/lazy_document_shoulda.rb | 34 ---------------------------------- vendor/plugins/acts_as_solr_reloaded/test/unit/parser_instance.rb | 19 ------------------- vendor/plugins/acts_as_solr_reloaded/test/unit/parser_methods_shoulda.rb | 344 -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/test/unit/solr_add_document_shoulda.rb | 15 --------------- vendor/plugins/acts_as_solr_reloaded/test/unit/solr_instance.rb | 70 ---------------------------------------------------------------------- vendor/plugins/acts_as_solr_reloaded/test/unit/test_helper.rb | 30 ------------------------------ vendor/plugins/delayed_job/lib/delayed/backend/active_record.rb | 3 +++ vendor/plugins/xss_terminate/lib/xss_terminate.rb | 8 +++++--- 188 files changed, 134 insertions(+), 105843 deletions(-) delete mode 100644 lib/acts_as_faceted.rb delete mode 100644 lib/acts_as_searchable.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/.gitignore delete mode 100644 vendor/plugins/acts_as_solr_reloaded/.travis.yml delete mode 100644 vendor/plugins/acts_as_solr_reloaded/Gemfile delete mode 100644 vendor/plugins/acts_as_solr_reloaded/LICENSE delete mode 100644 vendor/plugins/acts_as_solr_reloaded/README.markdown delete mode 100644 vendor/plugins/acts_as_solr_reloaded/Rakefile delete mode 100644 vendor/plugins/acts_as_solr_reloaded/TESTING_THE_PLUGIN delete mode 100644 vendor/plugins/acts_as_solr_reloaded/VERSION delete mode 100644 vendor/plugins/acts_as_solr_reloaded/acts_as_solr_reloaded.gemspec delete mode 100644 vendor/plugins/acts_as_solr_reloaded/config/solr.yml delete mode 100644 vendor/plugins/acts_as_solr_reloaded/config/solr_environment.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/generators/dynamic_attributes_migration/dynamic_attributes_migration_generator.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/generators/dynamic_attributes_migration/templates/migration.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/generators/local_migration/local_migration_generator.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/generators/local_migration/templates/migration.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/init.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/install.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/acts_methods.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/class_methods.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/common_methods.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/deprecation.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/dynamic_attribute.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/instance_methods.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/lazy_document.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/local.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/mongo_mapper.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/parser_methods.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/post.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/search_results.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/solr_fixtures.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/tasks.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr_reloaded.rb delete mode 100755 vendor/plugins/acts_as_solr_reloaded/lib/solr.rb delete mode 100755 vendor/plugins/acts_as_solr_reloaded/lib/solr/connection.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/document.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/exception.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/field.rb delete mode 100755 vendor/plugins/acts_as_solr_reloaded/lib/solr/importer.rb delete mode 100755 vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/array_mapper.rb delete mode 100755 vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/delimited_file_source.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/hpricot_mapper.rb delete mode 100755 vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/mapper.rb delete mode 100755 vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/solr_source.rb delete mode 100755 vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/xpath_mapper.rb delete mode 100755 vendor/plugins/acts_as_solr_reloaded/lib/solr/indexer.rb delete mode 100755 vendor/plugins/acts_as_solr_reloaded/lib/solr/request.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/request/add_document.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/request/base.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/request/commit.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/request/delete.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/request/dismax.rb delete mode 100755 vendor/plugins/acts_as_solr_reloaded/lib/solr/request/index_info.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/request/json_update.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/request/modify_document.rb delete mode 100755 vendor/plugins/acts_as_solr_reloaded/lib/solr/request/optimize.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/request/ping.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/request/select.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/request/spellcheck.rb delete mode 100755 vendor/plugins/acts_as_solr_reloaded/lib/solr/request/standard.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/request/update.rb delete mode 100755 vendor/plugins/acts_as_solr_reloaded/lib/solr/response.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/response/add_document.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/response/base.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/response/commit.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/response/delete.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/response/dismax.rb delete mode 100755 vendor/plugins/acts_as_solr_reloaded/lib/solr/response/index_info.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/response/modify_document.rb delete mode 100755 vendor/plugins/acts_as_solr_reloaded/lib/solr/response/optimize.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/response/ping.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/response/ruby.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/response/select.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/response/spellcheck.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/response/standard.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/response/xml.rb delete mode 100755 vendor/plugins/acts_as_solr_reloaded/lib/solr/util.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/solr/xml.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/tasks/database.rake delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/tasks/solr.rake delete mode 100644 vendor/plugins/acts_as_solr_reloaded/lib/tasks/test.rake delete mode 100644 vendor/plugins/acts_as_solr_reloaded/rails/init.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/admin-extra.html delete mode 100644 vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/elevate.xml delete mode 100644 vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/en_US.aff delete mode 100644 vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/en_US.dic delete mode 100644 vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/mapping-ISOLatin1Accent.txt delete mode 100644 vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/protwords.en.txt delete mode 100644 vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/protwords.pt.txt delete mode 100644 vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/pt_PT.aff delete mode 100644 vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/pt_PT.dic delete mode 100644 vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/schema.xml delete mode 100644 vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/scripts.conf delete mode 100644 vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/solrconfig.xml delete mode 100644 vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/spellings.en.txt delete mode 100644 vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/stopwords.en.txt delete mode 100644 vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/stopwords.pt.txt delete mode 100644 vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/synonyms.en.txt delete mode 100755 vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/xslt/example.xsl delete mode 100755 vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/xslt/example_atom.xsl delete mode 100755 vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/xslt/example_rss.xsl delete mode 100755 vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/xslt/luke.xsl delete mode 100644 vendor/plugins/acts_as_solr_reloaded/solr_test_rakefile.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/config/solr.yml delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/db/connections/mysql/connection.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/db/connections/sqlite/connection.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/db/migrate/001_create_books.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/db/migrate/002_create_movies.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/db/migrate/003_create_categories.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/db/migrate/004_create_electronics.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/db/migrate/005_create_authors.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/db/migrate/006_create_postings.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/db/migrate/007_create_posts.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/db/migrate/008_create_gadgets.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/db/migrate/009_create_dynamic_attributes.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/db/migrate/010_create_advertises.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/db/migrate/011_create_locals.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/fixtures/advertises.yml delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/fixtures/authors.yml delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/fixtures/books.yml delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/fixtures/categories.yml delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/fixtures/db_definitions/mysql.sql delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/fixtures/dynamic_attributes.yml delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/fixtures/electronics.yml delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/fixtures/locals.yml delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/fixtures/movies.yml delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/fixtures/postings.yml delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/functional/acts_as_solr_test.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/functional/association_indexing_test.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/functional/faceted_search_test.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/functional/multi_solr_search_test.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/models/advertise.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/models/author.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/models/book.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/models/category.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/models/document.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/models/dynamic_attribute.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/models/electronic.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/models/gadget.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/models/local.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/models/movie.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/models/novel.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/models/post.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/models/posting.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/test_helper.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/unit/acts_methods_shoulda.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/unit/class_methods_shoulda.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/unit/common_methods_shoulda.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/unit/instance_methods_shoulda.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/unit/lazy_document_shoulda.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/unit/parser_instance.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/unit/parser_methods_shoulda.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/unit/solr_add_document_shoulda.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/unit/solr_instance.rb delete mode 100644 vendor/plugins/acts_as_solr_reloaded/test/unit/test_helper.rb diff --git a/MIGRATION_ISSUES b/MIGRATION_ISSUES index 3ad098f..c3c46e5 100644 --- a/MIGRATION_ISSUES +++ b/MIGRATION_ISSUES @@ -27,3 +27,5 @@ * rewrite conditional routing. See FIXME in lib/route_if.rb and re-implement using the Rails 3 mechanism - http://guides.rubyonrails.org/routing.html#advanced-constraints * check FIXME's in config/environment.rb + +* xss_terminate sucks. We should replace it with the builtin mechanism in Rails 3 diff --git a/app/models/article.rb b/app/models/article.rb index 2688811..1a4f94a 100644 --- a/app/models/article.rb +++ b/app/models/article.rb @@ -2,6 +2,8 @@ require 'hpricot' class Article < ActiveRecord::Base + attr_accessible :name, :body, :abstract, :profile + # use for internationalizable human type names in search facets # reimplement on subclasses def self.type_name @@ -142,7 +144,6 @@ class Article < ActiveRecord::Base else ArticleCategorization.add_category_to_article(c, self) self.categories(reload) - self.solr_save end end @@ -160,7 +161,6 @@ class Article < ActiveRecord::Base ArticleCategorization.add_category_to_article(item, self) end self.categories(true) - self.solr_save pending_categorizations.clear end @@ -238,7 +238,6 @@ class Article < ActiveRecord::Base body || '' end - include ApplicationHelper def reported_version(options = {}) article = self search_path = File.join(Rails.root, 'app', 'views', 'shared', 'reported_versions') @@ -469,10 +468,6 @@ class Article < ActiveRecord::Base allow_post_content?(user) || user && allow_members_to_edit && user.is_member_of?(profile) end - def comments_updated - solr_save - end - def accept_category?(cat) !cat.is_a?(ProductCategory) end @@ -636,21 +631,6 @@ class Article < ActiveRecord::Base private - # FIXME: workaround for development env. - # Subclasses aren't (re)loaded, and acts_as_solr - # depends on subclasses method to search - # see http://stackoverflow.com/questions/4138957/activerecordsubclassnotfound-error-when-using-sti-in-rails/4139245 - UploadedFile - TextArticle - TinyMceArticle - TextileArticle - Folder - EnterpriseHomepage - Gallery - Blog - Forum - Event - def self.f_type_proc(klass) klass.constantize.type_name end @@ -682,9 +662,6 @@ class Article < ActiveRecord::Base end delegate :region, :region_id, :environment, :environment_id, :to => :profile, :allow_nil => true - def name_sortable # give a different name for solr - name - end def public self.public? @@ -694,39 +671,6 @@ class Article < ActiveRecord::Base categories_including_virtual_ids end - public - - acts_as_faceted :fields => { - :f_type => {:label => _('Type'), :proc => proc{|klass| f_type_proc(klass)}}, - :f_published_at => {:type => :date, :label => _('Published date'), :queries => {'[* TO NOW-1YEARS/DAY]' => _("Older than one year"), - '[NOW-1YEARS TO NOW/DAY]' => _("In the last year"), '[NOW-1MONTHS TO NOW/DAY]' => _("In the last month"), '[NOW-7DAYS TO NOW/DAY]' => _("In the last week"), '[NOW-1DAYS TO NOW/DAY]' => _("In the last day")}, - :queries_order => ['[NOW-1DAYS TO NOW/DAY]', '[NOW-7DAYS TO NOW/DAY]', '[NOW-1MONTHS TO NOW/DAY]', '[NOW-1YEARS TO NOW/DAY]', '[* TO NOW-1YEARS/DAY]']}, - :f_profile_type => {:label => _('Profile'), :proc => proc{|klass| f_profile_type_proc(klass)}}, - :f_category => {:label => _('Categories')}, - }, :category_query => proc { |c| "category_filter:\"#{c.id}\"" }, - :order => [:f_type, :f_published_at, :f_profile_type, :f_category] - - acts_as_searchable :fields => facets_fields_for_solr + [ - # searched fields - {:name => {:type => :text, :boost => 2.0}}, - {:slug => :text}, {:body => :text}, - {:abstract => :text}, {:filename => :text}, - # filtered fields - {:public => :boolean}, {:environment_id => :integer}, - {:profile_id => :integer}, :language, - {:category_filter => :integer}, - # ordered/query-boosted fields - {:name_sortable => :string}, :last_changed_by_id, :published_at, :is_image, - :updated_at, :created_at, - ], :include => [ - {:profile => {:fields => [:name, :identifier, :address, :nickname, :region_id, :lat, :lng]}}, - {:comments => {:fields => [:title, :body, :author_name, :author_email]}}, - {:categories => {:fields => [:name, :path, :slug, :lat, :lng, :acronym, :abbreviation]}}, - ], :facets => facets_option_for_solr, - :boost => proc { |a| 10 if a.profile && a.profile.enabled }, - :if => proc{ |a| ! ['RssFeed'].include?(a.class.name) } - handle_asynchronously :solr_save - private def sanitize_tag_list diff --git a/app/models/blog_archives_block.rb b/app/models/blog_archives_block.rb index 814e543..412a321 100644 --- a/app/models/blog_archives_block.rb +++ b/app/models/blog_archives_block.rb @@ -2,7 +2,7 @@ class BlogArchivesBlock < Block include ActionView::Helpers::TagHelper include ActionView::Helpers::UrlHelper - include ActionController::UrlWriter + include Rails.application.routes.url_helpers include ActionView::Helpers::AssetTagHelper include DatesHelper diff --git a/app/models/category.rb b/app/models/category.rb index 0b7909d..7e70885 100644 --- a/app/models/category.rb +++ b/app/models/category.rb @@ -90,23 +90,4 @@ class Category < ActiveRecord::Base self.children.find(:all, :conditions => {:display_in_menu => true}).empty? end - private - def name_sortable # give a different name for solr - name - end - public - - acts_as_searchable :fields => [ - # searched fields - {:name => {:type => :text, :boost => 2.0}}, - {:path => :text}, {:slug => :text}, - {:abbreviation => :text}, {:acronym => :text}, - # filtered fields - :parent_id, - # ordered/query-boosted fields - {:name_sortable => :string}, - ] - after_save_reindex [:articles, :profiles], :with => :delayed_job - handle_asynchronously :solr_save - end diff --git a/app/models/certifier.rb b/app/models/certifier.rb index a5e0974..1db7984 100644 --- a/app/models/certifier.rb +++ b/app/models/certifier.rb @@ -24,6 +24,4 @@ class Certifier < ActiveRecord::Base self.name.downcase.transliterate <=> b.name.downcase.transliterate end - after_save_reindex [:products], :with => :delayed_job - end diff --git a/app/models/change_password.rb b/app/models/change_password.rb index 4785f52..2f85776 100644 --- a/app/models/change_password.rb +++ b/app/models/change_password.rb @@ -80,7 +80,7 @@ class ChangePassword < Task _('Your password was changed successfully.') end - include ActionController::UrlWriter + include Rails.application.routes.url_helpers def task_created_message hostname = self.requestor.environment.default_hostname code = self.code diff --git a/app/models/enterprise.rb b/app/models/enterprise.rb index 5001a69..bbcf53c 100644 --- a/app/models/enterprise.rb +++ b/app/models/enterprise.rb @@ -14,7 +14,6 @@ class Enterprise < Organization has_and_belongs_to_many :fans, :class_name => 'Person', :join_table => 'favorite_enteprises_people' - after_save_reindex [:products], :with => :delayed_job extra_data_for_index :product_categories def product_categories products.includes(:product_category).map{|p| p.category_full_name}.compact diff --git a/app/models/environment.rb b/app/models/environment.rb index b2df1c1..1fcd241 100644 --- a/app/models/environment.rb +++ b/app/models/environment.rb @@ -764,18 +764,49 @@ class Environment < ActiveRecord::Base after_create :create_templates def create_templates - pre = self.name.to_slug + '_' - ent_id = Enterprise.create!(:name => 'Enterprise template', :identifier => pre + 'enterprise_template', :environment => self, :visible => false, :is_template => true).id - inactive_enterprise_tmpl = Enterprise.create!(:name => 'Inactive Enterprise template', :identifier => pre + 'inactive_enterprise_template', :environment => self, :visible => false, :is_template => true) - com_id = Community.create!(:name => 'Community template', :identifier => pre + 'community_template', :environment => self, :visible => false, :is_template => true).id + prefix = self.name.to_slug + '_' + + enterprise_template = Enterprise.new( + :name => 'Enterprise template', + :identifier => prefix + 'enterprise_template' + ) + + inactive_enterprise_template = Enterprise.new( + :name => 'Inactive Enterprise template', + :identifier => prefix + 'inactive_enterprise_template' + ) + + community_template = Community.new( + :name => 'Community template', + :identifier => prefix + 'community_template' + ) + + [ + enterprise_template, + inactive_enterprise_template, + community_template + ].each do |profile| + profile.is_template = true + profile.visible = false + profile.environment = self + profile.save! + end + pass = Digest::MD5.hexdigest rand.to_s - user = User.create!(:login => (pre + 'person_template'), :email => (pre + 'template@template.noo'), :password => pass, :password_confirmation => pass, :environment => self).person - user.update_attributes(:visible => false, :name => "Person template", :is_template => true) - usr_id = user.id - self.settings[:enterprise_template_id] = ent_id - self.inactive_enterprise_template = inactive_enterprise_tmpl - self.settings[:community_template_id] = com_id - self.settings[:person_template_id] = usr_id + user = User.new(:login => (prefix + 'person_template'), :email => (prefix + 'template@template.noo'), :password => pass, :password_confirmation => pass) + user.environment = self + user.save! + + person_template = user.person + person_template.name = "Person template" + person_template.is_template = true + person_template.visible = false + person_template.save! + + self.enterprise_template = enterprise_template + self.inactive_enterprise_template = inactive_enterprise_template + self.community_template = community_template + self.person_template = person_template self.save! end @@ -788,14 +819,20 @@ class Environment < ActiveRecord::Base after_create :create_default_licenses def create_default_licenses - License.create!(:name => 'CC (by)', :url => 'http://creativecommons.org/licenses/by/3.0/legalcode', :environment => self) - License.create!(:name => 'CC (by-nd)', :url => 'http://creativecommons.org/licenses/by-nd/3.0/legalcode', :environment => self) - License.create!(:name => 'CC (by-sa)', :url => 'http://creativecommons.org/licenses/by-sa/3.0/legalcode', :environment => self) - License.create!(:name => 'CC (by-nc)', :url => 'http://creativecommons.org/licenses/by-nc/3.0/legalcode', :environment => self) - License.create!(:name => 'CC (by-nc-nd)', :url => 'http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode', :environment => self) - License.create!(:name => 'CC (by-nc-sa)', :url => 'http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode', :environment => self) - License.create!(:name => 'Free Art', :url => 'http://artlibre.org/licence/lal/en', :environment => self) - License.create!(:name => 'GNU FDL', :url => 'http://www.gnu.org/licenses/fdl-1.3.txt', :environment => self) + [ + { :name => 'CC (by)', :url => 'http://creativecommons.org/licenses/by/3.0/legalcode'}, + { :name => 'CC (by-nd)', :url => 'http://creativecommons.org/licenses/by-nd/3.0/legalcode'}, + { :name => 'CC (by-sa)', :url => 'http://creativecommons.org/licenses/by-sa/3.0/legalcode'}, + { :name => 'CC (by-nc)', :url => 'http://creativecommons.org/licenses/by-nc/3.0/legalcode'}, + { :name => 'CC (by-nc-nd)', :url => 'http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode'}, + { :name => 'CC (by-nc-sa)', :url => 'http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode'}, + { :name => 'Free Art', :url => 'http://artlibre.org/licence/lal/en'}, + { :name => 'GNU FDL', :url => 'http://www.gnu.org/licenses/fdl-1.3.txt'}, + ].each do |data| + license = License.new(data) + license.environment = self + license.save! + end end def highlighted_products_with_image(options = {}) diff --git a/app/models/license.rb b/app/models/license.rb index 9b57d08..dcca091 100644 --- a/app/models/license.rb +++ b/app/models/license.rb @@ -1,4 +1,7 @@ class License < ActiveRecord::Base + + attr_accessible :name, :url + belongs_to :environment has_many :content, :class_name => 'Article', :foreign_key => 'license_id' diff --git a/app/models/link_list_block.rb b/app/models/link_list_block.rb index 586f844..e3de3de 100644 --- a/app/models/link_list_block.rb +++ b/app/models/link_list_block.rb @@ -1,5 +1,7 @@ class LinkListBlock < Block + attr_accessible :links + ICONS = [ ['no-icon', _('(No icon)')], ['edit', N_('Edit')], diff --git a/app/models/my_network_block.rb b/app/models/my_network_block.rb index 4268778..41afcb5 100644 --- a/app/models/my_network_block.rb +++ b/app/models/my_network_block.rb @@ -1,6 +1,6 @@ class MyNetworkBlock < Block - include ActionController::UrlWriter + include Rails.application.routes.url_helpers def self.description _('My network') diff --git a/app/models/organization_mailing.rb b/app/models/organization_mailing.rb index 9cf9d86..2afeb5b 100644 --- a/app/models/organization_mailing.rb +++ b/app/models/organization_mailing.rb @@ -23,7 +23,7 @@ class OrganizationMailing < Mailing _('Sent by community %s.') % source.name end - include ActionController::UrlWriter + include Rails.application.routes.url_helpers def url url_for(source.url) end diff --git a/app/models/person.rb b/app/models/person.rb index e7ca0bf..52ad2e9 100644 --- a/app/models/person.rb +++ b/app/models/person.rb @@ -8,20 +8,6 @@ class Person < Profile acts_as_trackable :after_add => Proc.new {|p,t| notify_activity(t)} acts_as_accessor - @@human_names = {} - - def self.human_names - @@human_names - end - - # FIXME ugly workaround - def self.human_attribute_name(attrib) - human_names.each do |key, human_text| - return human_text if attrib.to_sym == key.to_sym - end - super - end - scope :members_of, lambda { |resources| resources = [resources] if !resources.kind_of?(Array) conditions = resources.map {|resource| "role_assignments.resource_type = '#{resource.class.base_class.name}' AND role_assignments.resource_id = #{resource.id || -1}"}.join(' OR ') diff --git a/app/models/product.rb b/app/models/product.rb index 59f3a9f..5671d5c 100644 --- a/app/models/product.rb +++ b/app/models/product.rb @@ -192,7 +192,7 @@ class Product < ActiveRecord::Base self.enterprise.environment.production_costs + self.enterprise.production_costs end - include ActionController::UrlWriter + include Rails.application.routes.url_helpers def price_composition_bar_display_url url_for({:host => enterprise.default_hostname, :controller => 'manage_products', :action => 'display_price_composition_bar', :profile => enterprise.identifier, :id => self.id }.merge(Noosfero.url_options)) end @@ -245,9 +245,7 @@ class Product < ActiveRecord::Base alias_method :name_sortable, :name delegate :enabled, :region, :region_id, :environment, :environment_id, :to => :enterprise - def name_sortable # give a different name for solr - name - end + def public self.public? end @@ -257,47 +255,5 @@ class Product < ActiveRecord::Base def category_filter enterprise.categories_including_virtual_ids << product_category_id end - public - - acts_as_faceted :fields => { - :f_category => {:label => _('Related products')}, - :f_region => {:label => _('City'), :proc => proc { |id| f_region_proc(id) }}, - :f_qualifier => {:label => _('Qualifiers'), :proc => proc { |id| f_qualifier_proc(id) }}, - }, :category_query => proc { |c| "category_filter:#{c.id}" }, - :order => [:f_category, :f_region, :f_qualifier] - - Boosts = [ - [:image, 0.55, proc{ |p| p.image ? 1 : 0}], - [:qualifiers, 0.45, proc{ |p| p.product_qualifiers.count > 0 ? 1 : 0}], - [:open_price, 0.45, proc{ |p| p.price_described? ? 1 : 0}], - [:solidarity, 0.45, proc{ |p| p.percentage_from_solidarity_economy[0].to_f/100 }], - [:available, 0.35, proc{ |p| p.available ? 1 : 0}], - [:price, 0.35, proc{ |p| (!p.price.nil? and p.price > 0) ? 1 : 0}], - [:new_product, 0.35, proc{ |p| (p.updated_at.to_i - p.created_at.to_i) < 24*3600 ? 1 : 0}], - [:description, 0.3, proc{ |p| !p.description.blank? ? 1 : 0}], - [:enabled, 0.2, proc{ |p| p.enterprise.enabled ? 1 : 0}], - ] - - acts_as_searchable :fields => facets_fields_for_solr + [ - # searched fields - {:name => {:type => :text, :boost => 2.0}}, - {:description => :text}, {:category_full_name => :text}, - # filtered fields - {:public => :boolean}, {:environment_id => :integer}, - {:enabled => :boolean}, {:category_filter => :integer}, - # ordered/query-boosted fields - {:price_sortable => :decimal}, {:name_sortable => :string}, - {:lat => :float}, {:lng => :float}, - :updated_at, :created_at, - ], :include => [ - {:product_category => {:fields => [:name, :path, :slug, :lat, :lng, :acronym, :abbreviation]}}, - {:region => {:fields => [:name, :path, :slug, :lat, :lng]}}, - {:enterprise => {:fields => [:name, :identifier, :address, :nickname, :lat, :lng]}}, - {:qualifiers => {:fields => [:name]}}, - {:certifiers => {:fields => [:name]}}, - ], :facets => facets_option_for_solr, - :boost => proc{ |p| boost = 1; Boosts.each{ |b| boost = boost * (1 - ((1 - b[2].call(p)) * b[1])) }; boost} - handle_asynchronously :solr_save - after_save_reindex [:enterprise], :with => :delayed_job end diff --git a/app/models/product_category.rb b/app/models/product_category.rb index 37ef4c5..c3c1553 100644 --- a/app/models/product_category.rb +++ b/app/models/product_category.rb @@ -11,6 +11,4 @@ class ProductCategory < Category top_category ? top_category.children : top_level_for(env).select{|c|c.kind_of?(ProductCategory)} end - after_save_reindex [:products], :with => :delayed_job - end diff --git a/app/models/products_block.rb b/app/models/products_block.rb index 1b429b8..c8b6d63 100644 --- a/app/models/products_block.rb +++ b/app/models/products_block.rb @@ -2,7 +2,7 @@ class ProductsBlock < Block include ActionView::Helpers::TagHelper include ActionView::Helpers::UrlHelper - include ActionController::UrlWriter + include Rails.application.routes.url_helpers def self.description _('Products') diff --git a/app/models/profile.rb b/app/models/profile.rb index 6f4358f..87c8827 100644 --- a/app/models/profile.rb +++ b/app/models/profile.rb @@ -3,6 +3,8 @@ # which by default is the one returned by Environment:default. class Profile < ActiveRecord::Base + attr_accessible :name, :identifier + # use for internationalizable human type names in search facets # reimplement on subclasses def self.type_name @@ -117,11 +119,6 @@ class Profile < ActiveRecord::Base has_many :comments_received, :class_name => 'Comment', :through => :articles, :source => :comments - # FIXME ugly workaround - def self.human_attribute_name(attrib) - _(self.superclass.human_attribute_name(attrib)) - end - def scraps(scrap=nil) scrap = scrap.is_a?(Scrap) ? scrap.id : scrap scrap.nil? ? Scrap.all_scraps(self) : Scrap.all_scraps(self).find(scrap) @@ -258,7 +255,6 @@ class Profile < ActiveRecord::Base else ProfileCategorization.add_category_to_profile(c, self) self.categories(true) - self.solr_save end self.categories(reload) end @@ -927,46 +923,14 @@ private :generate_url, :url_options self.enabled end - def name_sortable # give a different name for solr - name - end def public self.public? end def category_filter categories_including_virtual_ids end - public - acts_as_faceted :fields => { - :f_enabled => {:label => _('Situation'), :type_if => proc { |klass| klass.kind_of?(Enterprise) }, - :proc => proc { |id| f_enabled_proc(id) }}, - :f_region => {:label => _('City'), :proc => proc { |id| f_region_proc(id) }}, - :f_categories => {:multi => true, :proc => proc {|facet, id| f_categories_proc(facet, id)}, - :label => proc { |env| f_categories_label_proc(env) }, :label_abbrev => proc{ |env| f_categories_label_abbrev_proc(env) }}, - }, :category_query => proc { |c| "category_filter:#{c.id}" }, - :order => [:f_region, :f_categories, :f_enabled] - - acts_as_searchable :fields => facets_fields_for_solr + [:extra_data_for_index, - # searched fields - {:name => {:type => :text, :boost => 2.0}}, - {:identifier => :text}, {:nickname => :text}, - # filtered fields - {:public => :boolean}, {:environment_id => :integer}, - {:category_filter => :integer}, - # ordered/query-boosted fields - {:name_sortable => :string}, {:user_id => :integer}, - :enabled, :active, :validated, :public_profile, - {:lat => :float}, {:lng => :float}, - :updated_at, :created_at, - ], - :include => [ - {:region => {:fields => [:name, :path, :slug, :lat, :lng]}}, - {:categories => {:fields => [:name, :path, :slug, :lat, :lng, :acronym, :abbreviation]}}, - ], :facets => facets_option_for_solr, - :boost => proc{ |p| 10 if p.enabled } - after_save_reindex [:articles], :with => :delayed_job - handle_asynchronously :solr_save + public def control_panel_settings_button {:title => _('Profile Info and settings'), :icon => 'edit-profile'} diff --git a/app/models/profile_image_block.rb b/app/models/profile_image_block.rb index 9599d89..cf93eef 100644 --- a/app/models/profile_image_block.rb +++ b/app/models/profile_image_block.rb @@ -1,5 +1,7 @@ class ProfileImageBlock < Block + attr_accessible :show_name + settings_items :show_name, :type => :boolean, :default => false def self.description diff --git a/app/models/profile_list_block.rb b/app/models/profile_list_block.rb index ad1371e..12db537 100644 --- a/app/models/profile_list_block.rb +++ b/app/models/profile_list_block.rb @@ -1,5 +1,7 @@ class ProfileListBlock < Block + attr_accessible :limit, :prioritize_profiles_with_image + settings_items :limit, :type => :integer, :default => 6 settings_items :prioritize_profiles_with_image, :type => :boolean, :default => true diff --git a/app/models/qualifier.rb b/app/models/qualifier.rb index 378527b..3852dc7 100644 --- a/app/models/qualifier.rb +++ b/app/models/qualifier.rb @@ -15,6 +15,4 @@ class Qualifier < ActiveRecord::Base self.name.downcase.transliterate <=> b.name.downcase.transliterate end - after_save_reindex [:products], :with => :delayed_job - end diff --git a/app/models/recent_documents_block.rb b/app/models/recent_documents_block.rb index 42a99a8..46d66f7 100644 --- a/app/models/recent_documents_block.rb +++ b/app/models/recent_documents_block.rb @@ -14,7 +14,7 @@ class RecentDocumentsBlock < Block settings_items :limit, :type => :integer, :default => 5 - include ActionController::UrlWriter + include Rails.application.routes.url_helpers def content(args={}) docs = self.limit.nil? ? owner.recent_documents(nil, {}, false) : owner.recent_documents(self.limit, {}, false) block_title(title) + diff --git a/app/models/rss_feed.rb b/app/models/rss_feed.rb index 05fa532..fef8c77 100644 --- a/app/models/rss_feed.rb +++ b/app/models/rss_feed.rb @@ -63,7 +63,7 @@ class RssFeed < Article 'text/xml' end - include ActionController::UrlWriter + include Rails.application.routes.url_helpers def fetch_articles if parent && parent.has_posts? language = self.language.blank? ? {} : { :language => self.language } diff --git a/app/models/tags_block.rb b/app/models/tags_block.rb index c034dc6..f5d6085 100644 --- a/app/models/tags_block.rb +++ b/app/models/tags_block.rb @@ -2,7 +2,7 @@ class TagsBlock < Block include TagsHelper include BlockHelper - include ActionController::UrlWriter + include Rails.application.routes.url_helpers settings_items :limit, :type => :integer, :default => 12 diff --git a/app/models/user.rb b/app/models/user.rb index d387dbb..0706a61 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -1,9 +1,12 @@ require 'digest/sha1' +require 'user_activation_job' # User models the system users, and is generated by the acts_as_authenticated # Rails generator. class User < ActiveRecord::Base + attr_accessible :login, :email, :password, :password_confirmation + N_('Password') N_('Password confirmation') N_('Terms accepted') @@ -15,9 +18,12 @@ class User < ActiveRecord::Base # FIXME ugly workaround def self.human_attribute_name(attrib) case attrib.to_sym - when :login: return _('Username') - when :email: return _('e-Mail') - else _(self.superclass.human_attribute_name(attrib)) + when :login + return _('Username') + when :email + return _('e-Mail') + else + _(self.superclass.human_attribute_name(attrib)) end end @@ -29,11 +35,18 @@ class User < ActiveRecord::Base end after_create do |user| - user.person ||= Person.new - user.person.attributes = user.person_data.merge(:identifier => user.login, :user => user, :environment_id => user.environment_id) - user.person.name ||= user.login - user.person.visible = false unless user.activated? - user.person.save! + unless user.person + p = Person.new + + p.attributes = user.person_data + p.identifier = user.login + p.user = user + p.environment = user.environment + p.name ||= user.login + p.visible = false unless user.activated? + + user.person = p + end if user.environment.enabled?('skip_new_user_email_confirmation') user.activate end @@ -51,6 +64,8 @@ class User < ActiveRecord::Base end class Mailer < ActionMailer::Base + + # FIXME use new ActionMailer API here def activation_email_notify(user) user_email = "#{user.login}@#{user.email_domain}" recipients user_email @@ -64,16 +79,19 @@ class User < ActiveRecord::Base end def activation_code(user) - recipients user.email - - from "#{user.environment.name} <#{user.environment.contact_email}>" - subject _("[%s] Activate your account") % [user.environment.name] - body :recipient => user.name, - :activation_code => user.activation_code, - :environment => user.environment.name, - :url => user.environment.top_url + @recipient = user.name, + @activation_code = user.activation_code + @environment = user.environment.name + @url = user.environment.top_url + + mail( + :from => "#{user.environment.name} <#{user.environment.contact_email}>", + :to => user.email, + :subject => _("[%s] Activate your account") % [user.environment.name], + ) end + # FIXME use new ActionMailer API here def signup_welcome_email(user) email_body = user.environment.signup_welcome_text_body.gsub('{user_name}', user.name) email_subject = user.environment.signup_welcome_text_subject @@ -93,7 +111,7 @@ class User < ActiveRecord::Base self.person.save! end end - + has_one :person, :dependent => :destroy belongs_to :environment @@ -136,6 +154,7 @@ class User < ActiveRecord::Base false else if environment.enabled?('send_welcome_email_to_new_users') && environment.has_signup_welcome_text? + # FIXME use new ActionMailer API here User::Mailer.delay.deliver_signup_welcome_email(self) end true @@ -329,7 +348,7 @@ class User < ActiveRecord::Base def deliver_activation_code return if person.is_template? - User::Mailer.deliver_activation_code(self) unless self.activation_code.blank? + User::Mailer.activation_code(self).deliver unless self.activation_code.blank? end def delay_activation_check diff --git a/config/initializers/dependencies.rb b/config/initializers/dependencies.rb index 6ffd190..ba94022 100644 --- a/config/initializers/dependencies.rb +++ b/config/initializers/dependencies.rb @@ -1,8 +1,6 @@ # locally-developed modules -require 'acts_as_faceted' require 'acts_as_filesystem' require 'acts_as_having_settings' -require 'acts_as_searchable' require 'acts_as_having_boxes' require 'acts_as_having_image' require 'acts_as_having_posts' @@ -11,6 +9,7 @@ require 'maybe_add_http' require 'set_profile_region_from_city_state' require 'authenticated_system' require 'needs_profile' +require 'white_list_filter' # third-party libraries require 'will_paginate' diff --git a/config/initializers/html_safe.rb b/config/initializers/html_safe.rb index eb01bd0..53bd16c 100644 --- a/config/initializers/html_safe.rb +++ b/config/initializers/html_safe.rb @@ -2,8 +2,9 @@ # Disable Rails html autoescaping. This is due to noosfero using too much helpers/models to output html. # It it would change too much code and make it hard to maintain. +# FIXME THIS IS SO WRONG class Object def html_safe? true end -end \ No newline at end of file +end diff --git a/lib/acts_as_faceted.rb b/lib/acts_as_faceted.rb deleted file mode 100644 index c7dccee..0000000 --- a/lib/acts_as_faceted.rb +++ /dev/null @@ -1,222 +0,0 @@ -module ActsAsFaceted - - module ClassMethods - end - - module ActsMethods - # Example: - # - #acts_as_faceted :fields => { - # :f_type => {:label => _('Type'), :proc => proc{|klass| f_type_proc(klass)}}, - # :f_published_at => {:type => :date, :label => _('Published date'), :queries => {'[* TO NOW-1YEARS/DAY]' => _("Older than one year"), - # '[NOW-1YEARS TO NOW/DAY]' => _("Last year"), '[NOW-1MONTHS TO NOW/DAY]' => _("Last month"), '[NOW-7DAYS TO NOW/DAY]' => _("Last week"), '[NOW-1DAYS TO NOW/DAY]' => _("Last day")}}, - # :f_profile_type => {:label => _('Author'), :proc => proc{|klass| f_profile_type_proc(klass)}}, - # :f_category => {:label => _('Categories')}}, - # :order => [:f_type, :f_published_at, :f_profile_type, :f_category] - # - #acts_as_searchable :additional_fields => [ {:name => {:type => :string, :as => :name_sort, :boost => 5.0}} ] + facets_fields_for_solr, - # :exclude_fields => [:setting], - # :include => [:profile], - # :facets => facets_option_for_solr, - # :if => proc{|a| ! ['RssFeed'].include?(a.class.name)} - def acts_as_faceted(options) - extend ClassMethods - extend ActsAsSolr::CommonMethods - - cattr_accessor :facets - cattr_accessor :facets_order - cattr_accessor :to_solr_fields_names - cattr_accessor :facets_results_containers - cattr_accessor :solr_fields_names - cattr_accessor :facets_option_for_solr - cattr_accessor :facets_fields_for_solr - cattr_accessor :facet_category_query - - self.facets = options[:fields] - self.facets_order = options[:order] || self.facets.keys - self.facets_results_containers = {:fields => 'facet_fields', :queries => 'facet_queries', :ranges => 'facet_ranges'} - self.facets_option_for_solr = Hash[facets.select{ |id,data| ! data.has_key?(:queries) }].keys - self.facets_fields_for_solr = facets.map{ |id,data| {id => data[:type] || :facet} } - self.solr_fields_names = facets.map{ |id,data| id.to_s + '_' + get_solr_field_type(data[:type] || :facet) } - self.facet_category_query = options[:category_query] - - # A hash to retrieve the field key for the solr facet string returned - # :field_name => "field_name_facet" - self.to_solr_fields_names = Hash[facets.keys.zip(solr_fields_names)] - - def facet_by_id(id) - {:id => id}.merge(facets[id]) if facets[id] - end - - def map_facets_for(environment) - facets_order.map do |id| - facet = facet_by_id(id) - next if facet[:type_if] and !facet[:type_if].call(self.new) - - if facet[:multi] - facet[:label].call(environment).map do |label_id, label| - facet.merge({:id => facet[:id].to_s+'_'+label_id.to_s, :solr_field => facet[:id], :label_id => label_id, :label => label}) - end - else - facet.merge(:id => facet[:id].to_s, :solr_field => facet[:id]) - end - end.compact.flatten - end - - def map_facet_results(facet, facet_params, facets_data, unfiltered_facets_data = {}, options = {}) - raise 'Use map_facets_for before this method' if facet[:solr_field].nil? - facets_data = {} if facets_data.blank? # could be empty array - solr_facet = to_solr_fields_names[facet[:solr_field]] - unfiltered_facets_data ||= {} - - if facet[:queries] - container = facets_data[facets_results_containers[:queries]] - facet_data = (container.nil? or container.empty?) ? [] : container.select{ |k,v| k.starts_with? solr_facet } - container = unfiltered_facets_data[facets_results_containers[:queries]] - unfiltered_facet_data = (container.nil? or container.empty?) ? [] : container.select{ |k,v| k.starts_with? solr_facet } - else - container = facets_data[facets_results_containers[:fields]] - facet_data = (container.nil? or container.empty?) ? [] : container[solr_facet] || [] - container = unfiltered_facets_data[facets_results_containers[:fields]] - unfiltered_facet_data = (container.nil? or container.empty?) ? [] : container[solr_facet] || [] - end - - if !unfiltered_facets_data.blank? and !facet_params.blank? - f = Hash[Array(facet_data)] - zeros = [] - facet_data = unfiltered_facet_data.map do |id, count| - count = f[id] - if count.nil? - zeros.push [id, 0] - nil - else - [id, count] - end - end.compact + zeros - end - - facet_count = facet_data.length - - if facet[:queries] - result = facet_data.map do |id, count| - q = id[id.index(':')+1,id.length] - label = facet_result_name(facet, q) - [q, label, count] if count > 0 - end.compact - result = facet[:queries_order].map{ |id| result.detect{ |rid, label, count| rid == id } }.compact if facet[:queries_order] - elsif facet[:proc] - if facet[:label_id] - result = facet_data.map do |id, count| - name = facet_result_name(facet, id) - [id, name, count] if name - end.compact - # FIXME limit is NOT improving performance in this case :( - facet_count = result.length - result = result.first(options[:limit]) if options[:limit] - else - facet_data = facet_data.first(options[:limit]) if options[:limit] - result = facet_data.map { |id, count| [id, facet_result_name(facet, id), count] } - end - else - facet_data = facet_data.first(options[:limit]) if options[:limit] - result = facet_data.map { |id, count| [id, facet_result_name(facet, id), count] } - end - - sorted = facet_result_sort(facet, result, options[:sort]) - - # length can't be used if limit option is given; - # total_entries comes to help - sorted.class.send(:define_method, :total_entries, proc { facet_count }) - - sorted - end - - def facet_result_sort(facet, facets_data, sort_by = nil) - if facet[:queries_order] - facets_data - elsif sort_by == :alphabetically - facets_data.sort{ |a,b| Array(a[1])[0] <=> Array(b[1])[0] } - elsif sort_by == :count - facets_data.sort{ |a,b| -1*(a[2] <=> b[2]) } - else - facets_data - end - end - - def facet_result_name(facet, data) - if facet[:queries] - gettext(facet[:queries][data]) - elsif facet[:proc] - if facet[:multi] - facet[:label_id] ||= 0 - facet[:proc].call(facet, data) - else - gettext(facet[:proc].call(data)) - end - else - data - end - end - - def facet_label(facet) - return nil unless facet - _(facet[:label]) - end - - def facets_find_options(facets_selected = {}, options = {}) - browses = [] - facets_selected ||= {} - facets_selected.map do |id, value| - next unless facets[id.to_sym] - if value.kind_of?(Hash) - value.map do |label_id, value| - value.to_a.each do |value| - browses << id.to_s + ':' + (facets[id.to_sym][:queries] ? value : '"'+value.to_s+'"') - end - end - else - browses << id.to_s + ':' + (facets[id.to_sym][:queries] ? value : '"'+value.to_s+'"') - end - end.flatten - - {:facets => {:zeros => false, :sort => :count, - :fields => facets_option_for_solr, - :browse => browses, - :query => facets.map { |f, options| options[:queries].keys.map { |q| f.to_s + ':' + q } if options[:queries] }.compact.flatten, - } - } - end - end - end - -end - -ActiveRecord::Base.extend ActsAsFaceted::ActsMethods - -# from https://github.com/rubyworks/facets/blob/master/lib/core/facets/enumerable/graph.rb -module Enumerable - def graph(&yld) - if yld - h = {} - each do |*kv| - r = yld[*kv] - case r - when Hash - nk, nv = *r.to_a[0] - when Range - nk, nv = r.first, r.last - else - nk, nv = *r - end - h[nk] = nv - end - h - else - Enumerator.new(self,:graph) - end - end - - # Alias for #graph, which stands for "map hash". - alias_method :mash, :graph -end - diff --git a/lib/acts_as_searchable.rb b/lib/acts_as_searchable.rb deleted file mode 100644 index feb07ea..0000000 --- a/lib/acts_as_searchable.rb +++ /dev/null @@ -1,87 +0,0 @@ -module ActsAsSearchable - - module ClassMethods - ACTS_AS_SEARCHABLE_ENABLED = true unless defined? ACTS_AS_SEARCHABLE_ENABLED - - def acts_as_searchable(options = {}) - return if !ACTS_AS_SEARCHABLE_ENABLED - - if options[:fields] - options[:fields] << {:schema_name => :string} - else - options[:additional_fields] ||= [] - options[:additional_fields] << {:schema_name => :string} - end - - acts_as_solr options - extend FindByContents - send :include, InstanceMethods - end - - module InstanceMethods - def schema_name - self.class.schema_name - end - - # replace solr_id from vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/instance_methods.rb - # to include schema_name - def solr_id - id = "#{self.class.name}:#{record_id(self)}" - id.insert(0, "#{schema_name}:") unless schema_name.blank? - id - end - end - - module FindByContents - - def schema_name - (Noosfero::MultiTenancy.on? and ActiveRecord::Base.postgresql?) ? ActiveRecord::Base.connection.schema_search_path : '' - end - - def find_by_contents(query, pg_options = {}, options = {}, db_options = {}) - pg_options[:page] ||= 1 - pg_options[:per_page] ||= 20 - options[:page] = pg_options[:page].to_i - options[:per_page] = pg_options[:per_page].to_i - options[:scores] ||= true - options[:filter_queries] ||= [] - options[:filter_queries] << "schema_name:\"#{schema_name}\"" unless schema_name.blank? - all_facets_enabled = options.delete(:all_facets) - options[:per_page] = options.delete(:extra_limit) if options[:extra_limit] - results = [] - facets = all_facets = {} - - solr_result = find_by_solr(query, options) - if all_facets_enabled - options[:facets][:browse] = nil - all_facets = find_by_solr(query, options.merge(:per_page => 0)).facets - end - - if !solr_result.nil? - facets = options.include?(:facets) ? solr_result.facets : [] - - if db_options.empty? - results = solr_result - else - ids = solr_result.results.map{ |r| r[:id].to_i } - if ids.empty? - ids << -1 - end - - if db_options[:conditions] - db_options[:conditions] = sanitize_sql_for_conditions(db_options[:conditions]) + " and #{table_name}.id in (#{ids.join(', ')})" - else - db_options[:conditions] = "#{table_name}.id in (#{ids.join(', ')})" - end - - results = find(:all, db_options) - end - end - - {:results => results, :facets => facets, :all_facets => all_facets} - end - end - end -end - -ActiveRecord::Base.send(:extend, ActsAsSearchable::ClassMethods) diff --git a/lib/tasks/data.rake b/lib/tasks/data.rake index 8140482..ba4f8e3 100644 --- a/lib/tasks/data.rake +++ b/lib/tasks/data.rake @@ -1,9 +1,9 @@ namespace :db do namespace :data do task :minimal do - sh './script/runner', "Environment.create!(:name => 'Noosfero', :is_default => true)" + sh 'rails', 'runner', "Environment.create!(:name => 'Noosfero', :is_default => true)" unless ENV['NOOSFERO_DOMAIN'].blank? - sh './script/runner', "Environment.default.domains << Domain.new(:name => ENV['NOOSFERO_DOMAIN'])" + sh 'rails', 'runner', "Environment.default.domains << Domain.new(:name => ENV['NOOSFERO_DOMAIN'])" end end end diff --git a/script/quick-start b/script/quick-start index 1f58a72..0a45d3a 100755 --- a/script/quick-start +++ b/script/quick-start @@ -66,15 +66,6 @@ else fi fi -# setup solr -run 'rake solr:download || true' -if ! test -f vendor/plugins/acts_as_solr_reloaded/solr/start.jar; then - complain "Failed to download solr!" - exit 1 -fi - -run cp config/solr.yml.dist config/solr.yml - # create the database with sample data run cp config/database.yml.sqlite3 config/database.yml run rake db:schema:load diff --git a/vendor/plugins/access_control/lib/role.rb b/vendor/plugins/access_control/lib/role.rb index 78f9ee0..5edc66b 100644 --- a/vendor/plugins/access_control/lib/role.rb +++ b/vendor/plugins/access_control/lib/role.rb @@ -1,5 +1,7 @@ class Role < ActiveRecord::Base + attr_accessible :key, :name, :environment, :permissions + has_many :role_assignments, :dependent => :destroy belongs_to :environment serialize :permissions, Array diff --git a/vendor/plugins/acts_as_solr_reloaded/.gitignore b/vendor/plugins/acts_as_solr_reloaded/.gitignore deleted file mode 100644 index c4b827f..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/.gitignore +++ /dev/null @@ -1,33 +0,0 @@ -# inside solr -solr/LICENSE.txt -solr/NOTICE.txt -solr/README.txt -solr/etc/ -solr/work/ -solr/lib/ -solr/solr/README.txt -solr/solr/solr.xml -solr/start.jar -solr/webapps/ -solr/solr/data/* - -Gemfile.lock -test/solr -test/tmp - -acts_as_solr_reloaded-*.gem -*.log -*.log -*_pid - -coverage -coverage/* -coverage.data -test/db/*.db -test/log/*.log -pkg/* -*.sw? -rdoc -pkg -tags -.svn diff --git a/vendor/plugins/acts_as_solr_reloaded/.travis.yml b/vendor/plugins/acts_as_solr_reloaded/.travis.yml deleted file mode 100644 index 45f3335..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/.travis.yml +++ /dev/null @@ -1,13 +0,0 @@ -before_script: - - mongo mydb_test --eval 'db.addUser("travis", "test");' - - gem update --system 1.4.1 > /dev/null 2>&1 - - rake solr:download - - RAILS_ENV=test rake solr:start - -script: "bundle exec rake $TASK --trace" - -rvm: - - 1.8.7 -env: - - TASK=test - - TASK=test:functional diff --git a/vendor/plugins/acts_as_solr_reloaded/Gemfile b/vendor/plugins/acts_as_solr_reloaded/Gemfile deleted file mode 100644 index 9caafb8..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/Gemfile +++ /dev/null @@ -1,13 +0,0 @@ -source :rubygems - -gem 'ruby-debug' - -gem 'rails', '2.3.5' - -gem 'sqlite3' - -gem 'mongo_mapper', '0.7.6' -gem 'bson_ext', '1.0' - -gem 'mocha' -gem 'thoughtbot-shoulda' diff --git a/vendor/plugins/acts_as_solr_reloaded/LICENSE b/vendor/plugins/acts_as_solr_reloaded/LICENSE deleted file mode 100644 index 4b2cf05..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -(The MIT License) - -Copyright © 2010 - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -‘Software’), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/vendor/plugins/acts_as_solr_reloaded/README.markdown b/vendor/plugins/acts_as_solr_reloaded/README.markdown deleted file mode 100644 index 288ce6c..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/README.markdown +++ /dev/null @@ -1,128 +0,0 @@ -[![Build status](https://secure.travis-ci.org/coletivoEITA/acts_as_solr_reloaded.png?branch=master)](http://travis-ci.org/coletivoEITA/acts_as_solr_reloaded) - -Description -====== -This plugin adds full text search capabilities and many other nifty features from Apache's [Solr](http://lucene.apache.org/solr/) to any Rails model. -It was based on the first draft by Erik Hatcher. - -This plugin is intended for use in old versions of Rails. For newer versions, I strongly advice using Sunspot! -Nevertheless, this plugin is used for Noosfero project in production. Any problem please open an issue. - -It should support Rails 2.1 (and greater 2.x) and is developed latest Solr versions, so don't expect it to run on older Solr. - -Installation -====== - -Install as a plugin - - script/plugin install git://github.com/brauliobo/acts_as_solr_reloaded.git - -Download Solr - - rake solr:download - -Requirements ------- -* Java Runtime Environment(JRE) 6.0 (or newer) from Oracle or OpenJDK - -Configuration -====== -See config/solr.yml file. - -For solr configuration the important files are solrconfig.xml and schema.xml. - -Basic Usage -====== -Just include the line below to any of your ActiveRecord models: - - acts_as_solr - -Or if you want, you can specify only the fields that should be indexed: - - acts_as_solr :fields => [:name, :author] - -Then to find instances of your model, just do: - - Model.search(query) #query is a string representing your query - -Please see ActsAsSolr::ActsMethods for a complete info - -Pagination -====== -ActsAsSolr implements in SearchResults class an interface compatible with will_paginate and maybe others. - -In your tests -====== -To test code that uses `acts_as_solr` you must start a Solr server for the test environment. -You can add to the beggining of your test/test_helper.rb the code: - - ENV["RAILS_ENV"] = "test" - abort unless system 'rake solr:start' - at_exit { system 'rake solr:stop' } - -However, if you would like to mock out Solr calls so that a Solr server is not needed (and your tests will run much faster), just add this to your `test_helper.rb` or similar: - - class ActsAsSolr::Post - def self.execute(request) - true - end - end - -Or to be more realistic and preserve performance, enable Solr when needed, -by calling `TestSolr.enable` and disable solr otherwise by calling -`TestSolr.disable` on `Test::Unit::TestCase`'s `setup`: - - class ActsAsSolr::Post - class << self - alias_method :execute_orig, :execute - end - end - module ActsAsSolr::ParserMethods - alias_method :parse_results_orig, :parse_results - end - - class TestSolr - - def self.enable - ActsAsSolr::Post.class_eval do - def self.execute(*args) - execute_orig *args - end - end - ActsAsSolr::ParserMethods.module_eval do - def parse_results(*args) - parse_results_orig *args - end - end - - # clear index - ActsAsSolr::Post.execute(Solr::Request::Delete.new(:query => '*:*')) - - @solr_disabled = false - end - - def self.disable - return if @solr_disabled - - ActsAsSolr::Post.class_eval do - def self.execute(*args) - true - end - end - ActsAsSolr::ParserMethods.module_eval do - def parse_results(*args) - parse_results_orig nil, args[1] - end - end - - @solr_disabled = true - end - - end - - # disable solr actions by default - TestSolr.disable - -Release Information -====== -Released under the MIT license. diff --git a/vendor/plugins/acts_as_solr_reloaded/Rakefile b/vendor/plugins/acts_as_solr_reloaded/Rakefile deleted file mode 100644 index cc29d3c..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/Rakefile +++ /dev/null @@ -1,71 +0,0 @@ -require 'rubygems' -require 'rake' -require 'rake/testtask' -require 'rake/rdoctask' - -ENV['RAILS_ENV'] = "test" -require File.expand_path("#{File.dirname(__FILE__)}/config/solr_environment") - -Dir["#{File.dirname(__FILE__)}/lib/tasks/*.rake"].sort.each { |ext| load ext } - -desc "Default Task" -task :default => [:test] - -desc "Runs the unit tests" -task :test => "test:unit" - -namespace :test do - task :setup do - DB ||= 'sqlite' - puts "Using " + DB - %x(mysql -u#{MYSQL_USER} < #{File.dirname(__FILE__) + "/test/fixtures/db_definitions/mysql.sql"}) if DB == 'mysql' - - Rake::Task["test:migrate"].invoke - end - - desc 'Measures test coverage using rcov' - task :rcov => :setup do - rm_f "coverage" - rm_f "coverage.data" - rcov = "rcov --rails --aggregate coverage.data --text-summary -Ilib" - - system("#{rcov} --html #{Dir.glob('test/**/*_shoulda.rb').join(' ')}") - system("open coverage/index.html") if PLATFORM['darwin'] - end - - desc 'Runs the functional tests, testing integration with Solr' - Rake::TestTask.new(:functional => :setup) do |t| - t.pattern = "test/functional/*_test.rb" - t.verbose = true - end - - desc "Unit tests" - Rake::TestTask.new(:unit => :setup) do |t| - t.libs << 'test/unit' - t.pattern = "test/unit/*_shoulda.rb" - t.verbose = true - end -end - -Rake::RDocTask.new do |rd| - rd.main = "README.rdoc" - rd.rdoc_dir = "rdoc" - rd.rdoc_files.exclude("lib/solr/**/*.rb", "lib/solr.rb") - rd.rdoc_files.include("README.rdoc", "lib/**/*.rb") -end - -begin - require 'jeweler' - Jeweler::Tasks.new do |s| - s.name = "acts_as_solr_reloaded" - s.summary = "This gem adds full text search capabilities and many other nifty features from Apache Solr to any Rails model." - s.email = "dc.rec1@gmail.com" - s.homepage = "http://github.com/dcrec1/acts_as_solr_reloaded" - s.description = "This gem adds full text search capabilities and many other nifty features from Apache Solr to any Rails model." - s.authors = ["Diego Carrion"] - s.files = FileList["[A-Z]*", "{bin,generators,config,lib,solr}/**/*"] + - FileList["test/**/*"].reject {|f| f.include?("test/log")}.reject {|f| f.include?("test/tmp")} - end -rescue LoadError - puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install jeweler" -end diff --git a/vendor/plugins/acts_as_solr_reloaded/TESTING_THE_PLUGIN b/vendor/plugins/acts_as_solr_reloaded/TESTING_THE_PLUGIN deleted file mode 100644 index 804583f..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/TESTING_THE_PLUGIN +++ /dev/null @@ -1,21 +0,0 @@ -acts_as_solr comes with a quick and fast unit test suite, and with a longer-running -functional test suite, the latter testing the actual integration with Solr. - -== Install dependencies -sudo apt-get install mongodb-server -bundle install -gem update --system 1.4.1 - -== Running test -To run the acts_as_solr's plugin tests run the following steps: - -- RAILS_ENV=test rake solr:start - -- rake test:unit -(or just rake test) - -- rake test:functional (Accepts the following arguments: DB=sqlite|mysql and MYSQL_USER=user) - -== Troubleshooting: -If for some reason the tests don't run and you get MySQL errors, make sure you edit the MYSQL_USER entry under -config/environment.rb. It's recommended to create or use a MySQL user with no password. diff --git a/vendor/plugins/acts_as_solr_reloaded/VERSION b/vendor/plugins/acts_as_solr_reloaded/VERSION deleted file mode 100644 index ce6a70b..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/VERSION +++ /dev/null @@ -1 +0,0 @@ -1.6.0 \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/acts_as_solr_reloaded.gemspec b/vendor/plugins/acts_as_solr_reloaded/acts_as_solr_reloaded.gemspec deleted file mode 100644 index 45afb41..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/acts_as_solr_reloaded.gemspec +++ /dev/null @@ -1,205 +0,0 @@ -# Generated by jeweler -# DO NOT EDIT THIS FILE DIRECTLY -# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' -# -*- encoding: utf-8 -*- - -Gem::Specification.new do |s| - s.name = %q{acts_as_solr_reloaded} - s.version = "1.6.0" - - s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.authors = ["Diego Carrion"] - s.date = %q{2011-03-20} - s.description = %q{This gem adds full text search capabilities and many other nifty features from Apache Solr to any Rails model.} - s.email = %q{dc.rec1@gmail.com} - s.extra_rdoc_files = [ - "LICENSE", - "README.markdown", - "README.rdoc" - ] - s.files = [ - "LICENSE", - "README.markdown", - "README.rdoc", - "Rakefile", - "TESTING_THE_PLUGIN", - "VERSION", - "config/solr.yml", - "config/solr_environment.rb", - "generators/dynamic_attributes_migration/dynamic_attributes_migration_generator.rb", - "generators/dynamic_attributes_migration/templates/migration.rb", - "generators/local_migration/local_migration_generator.rb", - "generators/local_migration/templates/migration.rb", - "lib/acts_as_solr.rb", - "lib/acts_as_solr/acts_methods.rb", - "lib/acts_as_solr/class_methods.rb", - "lib/acts_as_solr/common_methods.rb", - "lib/acts_as_solr/deprecation.rb", - "lib/acts_as_solr/dynamic_attribute.rb", - "lib/acts_as_solr/instance_methods.rb", - "lib/acts_as_solr/lazy_document.rb", - "lib/acts_as_solr/local.rb", - "lib/acts_as_solr/mongo_mapper.rb", - "lib/acts_as_solr/parser_methods.rb", - "lib/acts_as_solr/search_results.rb", - "lib/acts_as_solr/solr_fixtures.rb", - "lib/acts_as_solr/tasks.rb", - "lib/acts_as_solr_reloaded.rb", - "lib/solr.rb", - "lib/solr/connection.rb", - "lib/solr/document.rb", - "lib/solr/exception.rb", - "lib/solr/field.rb", - "lib/solr/importer.rb", - "lib/solr/importer/array_mapper.rb", - "lib/solr/importer/delimited_file_source.rb", - "lib/solr/importer/hpricot_mapper.rb", - "lib/solr/importer/mapper.rb", - "lib/solr/importer/solr_source.rb", - "lib/solr/importer/xpath_mapper.rb", - "lib/solr/indexer.rb", - "lib/solr/request.rb", - "lib/solr/request/add_document.rb", - "lib/solr/request/base.rb", - "lib/solr/request/commit.rb", - "lib/solr/request/delete.rb", - "lib/solr/request/dismax.rb", - "lib/solr/request/index_info.rb", - "lib/solr/request/modify_document.rb", - "lib/solr/request/optimize.rb", - "lib/solr/request/ping.rb", - "lib/solr/request/select.rb", - "lib/solr/request/spellcheck.rb", - "lib/solr/request/standard.rb", - "lib/solr/request/update.rb", - "lib/solr/response.rb", - "lib/solr/response/add_document.rb", - "lib/solr/response/base.rb", - "lib/solr/response/commit.rb", - "lib/solr/response/delete.rb", - "lib/solr/response/dismax.rb", - "lib/solr/response/index_info.rb", - "lib/solr/response/modify_document.rb", - "lib/solr/response/optimize.rb", - "lib/solr/response/ping.rb", - "lib/solr/response/ruby.rb", - "lib/solr/response/select.rb", - "lib/solr/response/spellcheck.rb", - "lib/solr/response/standard.rb", - "lib/solr/response/xml.rb", - "lib/solr/solrtasks.rb", - "lib/solr/util.rb", - "lib/solr/xml.rb", - "lib/tasks/database.rake", - "lib/tasks/solr.rake", - "lib/tasks/test.rake", - "test/config/solr.yml", - "test/db/connections/mysql/connection.rb", - "test/db/connections/sqlite/connection.rb", - "test/db/migrate/001_create_books.rb", - "test/db/migrate/002_create_movies.rb", - "test/db/migrate/003_create_categories.rb", - "test/db/migrate/004_create_electronics.rb", - "test/db/migrate/005_create_authors.rb", - "test/db/migrate/006_create_postings.rb", - "test/db/migrate/007_create_posts.rb", - "test/db/migrate/008_create_gadgets.rb", - "test/db/migrate/009_create_dynamic_attributes.rb", - "test/db/migrate/010_create_advertises.rb", - "test/db/migrate/011_create_locals.rb", - "test/db/test.db", - "test/fixtures/advertises.yml", - "test/fixtures/authors.yml", - "test/fixtures/books.yml", - "test/fixtures/categories.yml", - "test/fixtures/db_definitions/mysql.sql", - "test/fixtures/dynamic_attributes.yml", - "test/fixtures/electronics.yml", - "test/fixtures/locals.yml", - "test/fixtures/movies.yml", - "test/fixtures/postings.yml", - "test/functional/acts_as_solr_test.rb", - "test/functional/association_indexing_test.rb", - "test/functional/faceted_search_test.rb", - "test/functional/multi_solr_search_test.rb", - "test/models/advertise.rb", - "test/models/author.rb", - "test/models/book.rb", - "test/models/category.rb", - "test/models/document.rb", - "test/models/dynamic_attribute.rb", - "test/models/electronic.rb", - "test/models/gadget.rb", - "test/models/local.rb", - "test/models/movie.rb", - "test/models/novel.rb", - "test/models/post.rb", - "test/models/posting.rb", - "test/test_helper.rb", - "test/unit/acts_methods_shoulda.rb", - "test/unit/class_methods_shoulda.rb", - "test/unit/common_methods_shoulda.rb", - "test/unit/instance_methods_shoulda.rb", - "test/unit/lazy_document_shoulda.rb", - "test/unit/parser_instance.rb", - "test/unit/parser_methods_shoulda.rb", - "test/unit/solr_instance.rb", - "test/unit/test_helper.rb" - ] - s.homepage = %q{http://github.com/dcrec1/acts_as_solr_reloaded} - s.require_paths = ["lib"] - s.rubygems_version = %q{1.5.0} - s.summary = %q{This gem adds full text search capabilities and many other nifty features from Apache Solr to any Rails model.} - s.test_files = [ - "test/db/connections/mysql/connection.rb", - "test/db/connections/sqlite/connection.rb", - "test/db/migrate/001_create_books.rb", - "test/db/migrate/002_create_movies.rb", - "test/db/migrate/003_create_categories.rb", - "test/db/migrate/004_create_electronics.rb", - "test/db/migrate/005_create_authors.rb", - "test/db/migrate/006_create_postings.rb", - "test/db/migrate/007_create_posts.rb", - "test/db/migrate/008_create_gadgets.rb", - "test/db/migrate/009_create_dynamic_attributes.rb", - "test/db/migrate/010_create_advertises.rb", - "test/db/migrate/011_create_locals.rb", - "test/functional/acts_as_solr_test.rb", - "test/functional/association_indexing_test.rb", - "test/functional/faceted_search_test.rb", - "test/functional/multi_solr_search_test.rb", - "test/models/advertise.rb", - "test/models/author.rb", - "test/models/book.rb", - "test/models/category.rb", - "test/models/document.rb", - "test/models/dynamic_attribute.rb", - "test/models/electronic.rb", - "test/models/gadget.rb", - "test/models/local.rb", - "test/models/movie.rb", - "test/models/novel.rb", - "test/models/post.rb", - "test/models/posting.rb", - "test/test_helper.rb", - "test/unit/acts_methods_shoulda.rb", - "test/unit/class_methods_shoulda.rb", - "test/unit/common_methods_shoulda.rb", - "test/unit/instance_methods_shoulda.rb", - "test/unit/lazy_document_shoulda.rb", - "test/unit/parser_instance.rb", - "test/unit/parser_methods_shoulda.rb", - "test/unit/solr_instance.rb", - "test/unit/test_helper.rb" - ] - - if s.respond_to? :specification_version then - s.specification_version = 3 - - if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then - else - end - else - end -end - diff --git a/vendor/plugins/acts_as_solr_reloaded/config/solr.yml b/vendor/plugins/acts_as_solr_reloaded/config/solr.yml deleted file mode 100644 index 753c39e..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/config/solr.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Config file for the acts_as_solr plugin. -# -# If you change the host or port number here, make sure you update -# them in your Solr config file - -development: - url: http://0.0.0.0:8982/solr - jvm_options: -server -Xmx128M -Xms16M - timeout: 0 - -production: - url: http://127.0.0.1:8983/solr - jvm_options: -server -Xmx192M -Xms64M - timeout: 0 - -test: &TEST - url: http://0.0.0.0:8981/solr - jvm_options: -server -Xmx128M -Xms16M - timeout: 0 - -cucumber: - <<: *TEST diff --git a/vendor/plugins/acts_as_solr_reloaded/config/solr_environment.rb b/vendor/plugins/acts_as_solr_reloaded/config/solr_environment.rb deleted file mode 100644 index 62445ad..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/config/solr_environment.rb +++ /dev/null @@ -1,49 +0,0 @@ -ENV['RAILS_ENV'] = (ENV['RAILS_ENV'] || 'development').dup -require "uri" -require "fileutils" -require "yaml" -require 'net/http' - -dir = File.dirname(__FILE__) -SOLR_PATH = File.expand_path("#{dir}/../solr") unless defined? SOLR_PATH - -unless defined? Rails.root - # define Rails.root for test environment - Rails.root = defined?(Rails) ? Rails.root : File.expand_path("#{File.dirname(__FILE__)}/../test") -end -unless defined? RAILS_ENV - RAILS_ENV = ENV['RAILS_ENV'] -end -unless defined? SOLR_LOGS_PATH - SOLR_LOGS_PATH = ENV["SOLR_LOGS_PATH"] || "#{Rails.root}/log" -end -unless defined? SOLR_PIDS_PATH - SOLR_PIDS_PATH = ENV["SOLR_PIDS_PATH"] || "#{Rails.root}/tmp/pids" -end -unless defined? SOLR_DATA_PATH - SOLR_DATA_PATH = ENV["SOLR_DATA_PATH"] || "#{Rails.root}/solr/#{ENV['RAILS_ENV']}" -end -unless defined? SOLR_CONFIG_PATH - SOLR_CONFIG_PATH = ENV["SOLR_CONFIG_PATH"] || "#{SOLR_PATH}/solr" -end -unless defined? SOLR_PID_FILE - SOLR_PID_FILE="#{SOLR_PIDS_PATH}/solr.#{ENV['RAILS_ENV']}.pid" -end - -unless defined? SOLR_PORT - config = YAML::load_file(Rails.root+'/config/solr.yml') - raise("No solr environment defined for RAILS_ENV = #{ENV['RAILS_ENV'].inspect}") unless config[ENV['RAILS_ENV']] - - SOLR_HOST = ENV['HOST'] || URI.parse(config[ENV['RAILS_ENV']]['url']).host - SOLR_PORT = ENV['PORT'] || URI.parse(config[ENV['RAILS_ENV']]['url']).port -end - -SOLR_JVM_OPTIONS = config[ENV['RAILS_ENV']]['jvm_options'] unless defined? SOLR_JVM_OPTIONS - -if ENV["RAILS_ENV"] == 'test' - require "active_record" - DB = (ENV['DB'] ? ENV['DB'] : 'sqlite') unless defined?(DB) - MYSQL_USER = (ENV['MYSQL_USER'].nil? ? 'root' : ENV['MYSQL_USER']) unless defined? MYSQL_USER - require File.join(File.dirname(File.expand_path(__FILE__)), '..', 'test', 'db', 'connections', DB, 'connection.rb') -end - diff --git a/vendor/plugins/acts_as_solr_reloaded/generators/dynamic_attributes_migration/dynamic_attributes_migration_generator.rb b/vendor/plugins/acts_as_solr_reloaded/generators/dynamic_attributes_migration/dynamic_attributes_migration_generator.rb deleted file mode 100644 index 1292d0a..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/generators/dynamic_attributes_migration/dynamic_attributes_migration_generator.rb +++ /dev/null @@ -1,7 +0,0 @@ -class DynamicAttributesMigrationGenerator < Rails::Generator::Base - def manifest - record do |m| - m.migration_template 'migration.rb', 'db/migrate', :migration_file_name => "dynamic_attributes_migration" - end - end -end \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/generators/dynamic_attributes_migration/templates/migration.rb b/vendor/plugins/acts_as_solr_reloaded/generators/dynamic_attributes_migration/templates/migration.rb deleted file mode 100644 index ab4a838..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/generators/dynamic_attributes_migration/templates/migration.rb +++ /dev/null @@ -1,17 +0,0 @@ -class DynamicAttributesMigration < ActiveRecord::Migration - def self.up - create_table :dynamic_attributes do |t| - t.integer :dynamicable_id - t.string :dynamicable_type - t.string :name - t.text :value - t.timestamps - end - add_index :dynamic_attributes, [:dynamicable_id, :dynamicable_type, :name], :unique => true, :name => 'da_pk' - end - - def self.down - remove_index 'da_pk' - drop_table :dynamic_attributes - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/generators/local_migration/local_migration_generator.rb b/vendor/plugins/acts_as_solr_reloaded/generators/local_migration/local_migration_generator.rb deleted file mode 100644 index 1458d43..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/generators/local_migration/local_migration_generator.rb +++ /dev/null @@ -1,7 +0,0 @@ -class LocalMigrationGenerator < Rails::Generator::Base - def manifest - record do |m| - m.migration_template 'migration.rb', 'db/migrate', :migration_file_name => "local_migration" - end - end -end \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/generators/local_migration/templates/migration.rb b/vendor/plugins/acts_as_solr_reloaded/generators/local_migration/templates/migration.rb deleted file mode 100644 index 66be240..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/generators/local_migration/templates/migration.rb +++ /dev/null @@ -1,16 +0,0 @@ -class LocalMigration < ActiveRecord::Migration - def self.up - create_table :locals do |t| - t.integer :localizable_id - t.string :localizable_type - t.string :latitude - t.string :longitude - - t.timestamps - end - end - - def self.down - drop_table :locals - end -end \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/init.rb b/vendor/plugins/acts_as_solr_reloaded/init.rb deleted file mode 100644 index fb35c55..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/init.rb +++ /dev/null @@ -1 +0,0 @@ -require 'acts_as_solr' \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/install.rb b/vendor/plugins/acts_as_solr_reloaded/install.rb deleted file mode 100644 index 425a1d2..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/install.rb +++ /dev/null @@ -1,5 +0,0 @@ -require 'fileutils' - -src = File.join(File.dirname(__FILE__), 'config', 'solr.yml') -target = File.join(File.dirname(__FILE__), '..', '..', '..', 'config', 'solr.yml') -FileUtils.cp src, target \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr.rb b/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr.rb deleted file mode 100644 index 468a47f..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr.rb +++ /dev/null @@ -1,25 +0,0 @@ -require 'active_record' -require 'rexml/document' -require 'net/http' -require 'yaml' -require 'time' -require 'erb' -require 'rexml/xpath' - -require File.dirname(__FILE__) + '/solr' -require File.dirname(__FILE__) + '/acts_as_solr/acts_methods' -require File.dirname(__FILE__) + '/acts_as_solr/common_methods' -require File.dirname(__FILE__) + '/acts_as_solr/parser_methods' -require File.dirname(__FILE__) + '/acts_as_solr/class_methods' -require File.dirname(__FILE__) + '/acts_as_solr/dynamic_attribute' -require File.dirname(__FILE__) + '/acts_as_solr/local' -require File.dirname(__FILE__) + '/acts_as_solr/instance_methods' -require File.dirname(__FILE__) + '/acts_as_solr/common_methods' -require File.dirname(__FILE__) + '/acts_as_solr/deprecation' -require File.dirname(__FILE__) + '/acts_as_solr/search_results' -require File.dirname(__FILE__) + '/acts_as_solr/lazy_document' -require File.dirname(__FILE__) + '/acts_as_solr/mongo_mapper' -require File.dirname(__FILE__) + '/acts_as_solr/post' - -# reopen ActiveRecord and include the acts_as_solr method -ActiveRecord::Base.extend ActsAsSolr::ActsMethods diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/acts_methods.rb b/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/acts_methods.rb deleted file mode 100644 index a5d6ad2..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/acts_methods.rb +++ /dev/null @@ -1,390 +0,0 @@ -# a list of models which called acts_as_solr -$solr_indexed_models = [] - -module ActsAsSolr #:nodoc: - - module ActsMethods - - # declares a class as solr-searchable - # - # ==== options: - # fields:: This option can be used to specify only the fields you'd - # like to index. If not given, all the attributes from the - # class will be indexed. You can also use this option to - # include methods that should be indexed as fields - # - # class Movie < ActiveRecord::Base - # acts_as_solr :fields => [:name, :description, :current_time] - # def current_time - # Time.now.to_s - # end - # end - # - # Each field passed can also be a hash with the value being a field type - # - # class Electronic < ActiveRecord::Base - # acts_as_solr :fields => [{:price => :range_float}] - # def current_time - # Time.now - # end - # end - # - # The field types accepted are: - # - # :float:: Index the field value as a float (ie.: 12.87) - # :integer:: Index the field value as an integer (ie.: 31) - # :boolean:: Index the field value as a boolean (ie.: true/false) - # :date:: Index the field value as a date (ie.: Wed Nov 15 23:13:03 PST 2006) - # :string:: Index the field value as a text string, not applying the same indexing - # filters as a regular text field - # :range_integer:: Index the field value for integer range queries (ie.:[5 TO 20]) - # :range_float:: Index the field value for float range queries (ie.:[14.56 TO 19.99]) - # - # Setting the field type preserves its original type when indexed - # - # The field may also be passed with a hash value containing options - # - # class Author < ActiveRecord::Base - # acts_as_solr :fields => [{:full_name => {:type => :text, :as => :name}}] - # def full_name - # self.first_name + ' ' + self.last_name - # end - # end - # - # The options accepted are: - # - # :type:: Index the field using the specified type - # :as:: Index the field using the specified field name - # - # additional_fields:: This option takes fields to be include in the index - # in addition to those derived from the database. You - # can also use this option to include custom fields - # derived from methods you define. This option will be - # ignored if the :fields option is given. It also accepts - # the same field types as the option above - # - # class Movie < ActiveRecord::Base - # acts_as_solr :additional_fields => [:current_time] - # def current_time - # Time.now.to_s - # end - # end - # - # exclude_fields:: This option taks an array of fields that should be ignored from indexing: - # - # class User < ActiveRecord::Base - # acts_as_solr :exclude_fields => [:password, :login, :credit_card_number] - # end - # - # include:: This option can be used for association indexing, which - # means you can include any :has_one, :has_many, :belongs_to - # and :has_and_belongs_to_many association to be indexed: - # - # class Category < ActiveRecord::Base - # has_many :books - # acts_as_solr :include => [:books] - # end - # - # Each association may also be specified as a hash with an option hash as a value - # - # class Book < ActiveRecord::Base - # belongs_to :author - # has_many :distribution_companies - # has_many :copyright_dates - # has_many :media_types - # acts_as_solr( - # :fields => [:name, :description], - # :include => [ - # {:author => {:using => :fullname, :as => :name}}, - # {:media_types => {:using => lambda{|media| type_lookup(media.id)}}} - # {:distribution_companies => {:as => :distributor, :multivalued => true}}, - # {:copyright_dates => {:as => :copyright, :type => :date}} - # ] - # ] - # - # The options accepted are: - # - # :type:: Index the associated objects using the specified type - # :as:: Index the associated objects using the specified field name - # :using:: Index the associated objects using the value returned by the specified method or proc. If a method - # symbol is supplied, it will be sent to each object to look up the value to index; if a proc is - # supplied, it will be called once for each object with the object as the only argument - # :multivalued:: Index the associated objects using one field for each object rather than joining them - # all into a single field - # - # facets:: This option can be used to specify the fields you'd like to - # index as facet fields - # - # class Electronic < ActiveRecord::Base - # acts_as_solr :facets => [:category, :manufacturer] - # end - # - # boost:: You can pass a boost (float) value that will be used to boost the document and/or a field. To specify a more - # boost for the document, you can either pass a block or a symbol. The block will be called with the record - # as an argument, a symbol will result in the according method being called: - # - # class Electronic < ActiveRecord::Base - # acts_as_solr :fields => [{:price => {:boost => 5.0}}], :boost => 10.0 - # end - # - # class Electronic < ActiveRecord::Base - # acts_as_solr :fields => [{:price => {:boost => 5.0}}], :boost => proc {|record| record.id + 120*37} - # end - # - # class Electronic < ActiveRecord::Base - # acts_as_solr :fields => [{:price => {:boost => :price_rating}}], :boost => 10.0 - # end - # - # if:: Only indexes the record if the condition evaluated is true. The argument has to be - # either a symbol, string (to be eval'ed), proc/method, or class implementing a static - # validation method. It behaves the same way as ActiveRecord's :if option. - # - # class Electronic < ActiveRecord::Base - # acts_as_solr :if => proc{|record| record.is_active?} - # end - # - # offline:: Assumes that your using an outside mechanism to explicitly trigger indexing records, e.g. you only - # want to update your index through some asynchronous mechanism. Will accept either a boolean or a block - # that will be evaluated before actually contacting the index for saving or destroying a document. Defaults - # to false. It doesn't refer to the mechanism of an offline index in general, but just to get a centralized point - # where you can control indexing. Note: This is only enabled for saving records. acts_as_solr doesn't always like - # it, if you have a different number of results coming from the database and the index. This might be rectified in - # another patch to support lazy loading. - # - # class Electronic < ActiveRecord::Base - # acts_as_solr :offline => proc {|record| record.automatic_indexing_disabled?} - # end - # - # auto_commit:: The commit command will be sent to Solr only if its value is set to true: - # - # class Author < ActiveRecord::Base - # acts_as_solr :auto_commit => false - # end - # - # dynamic_attributes: Default false. When true, requires a has_many relationship to a DynamicAttribute - # (:name, :value) model. Then, all dynamic attributes will be mapped as normal attributes - # in Solr, so you can filter like this: Model.find_by_solr "#{dynamic_attribute.name}:Lorem" - # - # taggable: Default false. When true, indexes tags with field name tag. Tags are taken from taggings.tag - # - # spatial: Default false. When true, indexes model.local.latitude and model.local.longitude as coordinates. - # - def acts_as_solr(options={}, solr_options={}, &deferred_solr_configuration) - - $solr_indexed_models << self - - extend ClassMethods - include InstanceMethods - include CommonMethods - include ParserMethods - - define_solr_configuration_methods - - acts_as_taggable_on :tags if options[:taggable] - has_many :dynamic_attributes, :as => "dynamicable" if options[:dynamic_attributes] - has_one :local, :as => "localizable" if options[:spatial] - - after_save :solr_save - after_destroy :solr_destroy - - if deferred_solr_configuration - self.deferred_solr_configuration = deferred_solr_configuration - else - process_acts_as_solr(options, solr_options) - end - end - - def process_acts_as_solr(options, solr_options) - process_solr_options(options, solr_options) - end - - def define_solr_configuration_methods - # I'd like to use cattr_accessor, but it does not support lazy loaders and delegation to the class in the instance methods. - # TODO: Reconcile with cattr_accessor, or a more appropriate method. - class_eval(<<-EOS, __FILE__, __LINE__) - @@configuration = nil unless defined?(@@configuration) - @@solr_configuration = nil unless defined?(@@solr_configuration) - @@deferred_solr_configuration = nil unless defined?(@@deferred_solr_configuration) - - def self.configuration - return @@configuration if @@configuration - process_deferred_solr_configuration - @@configuration - end - def configuration - self.class.configuration - end - def self.configuration=(value) - @@configuration = value - end - def configuration=(value) - self.class.configuration = value - end - - def self.solr_configuration - return @@solr_configuration if @@solr_configuration - process_deferred_solr_configuration - @@solr_configuration - end - def solr_configuration - self.class.solr_configuration - end - def self.solr_configuration=(value) - @@solr_configuration = value - end - def solr_configuration=(value) - self.class.solr_configuration = value - end - - def self.deferred_solr_configuration - return @@deferred_solr_configuration if @@deferred_solr_configuration - @@deferred_solr_configuration - end - def deferred_solr_configuration - self.class.deferred_solr_configuration - end - def self.deferred_solr_configuration=(value) - @@deferred_solr_configuration = value - end - def deferred_solr_configuration=(value) - self.class.deferred_solr_configuration = value - end - EOS - end - - def process_deferred_solr_configuration - return unless deferred_solr_configuration - options, solr_options = deferred_solr_configuration.call - self.deferred_solr_configuration = nil - self.process_solr_options(options, solr_options) - end - - def process_solr_options(options={}, solr_options={}) - self.configuration = { - :fields => nil, - :format => :objects, - :additional_fields => nil, - :dynamic_attributes => false, - :exclude_fields => [], - :auto_commit => ['production'].include?(Rails.env) ? false : true, - :include => nil, - :facets => nil, - :boost => nil, - :if => "true", - :offline => false, - :spatial => false, - } - self.solr_configuration = { - :type_field => "type_s", - :primary_key_field => "pk_s", - :default_boost => 1.0, - } - - solr_options ||= {} - raise "Invalid options: #{(options.keys-configuration.keys).join(',')}" unless (options.keys-configuration.keys).empty? - raise "Invalid solr options: #{(solr_options.keys-solr_configuration.keys).join(',')}" unless (solr_options.keys-solr_configuration.keys).empty? - - configuration.update(options) if options.is_a?(Hash) - solr_configuration.update(solr_options) if solr_options.is_a?(Hash) - Deprecation.validate_index(configuration) - - configuration[:solr_fields] = {} - configuration[:solr_includes] = {} - - if configuration[:fields].respond_to?(:each) - process_fields(configuration[:fields]) - else - process_fields(self.new.attributes.keys.map { |k| k.to_sym }) - process_fields(configuration[:additional_fields]) - end - - process_includes(configuration[:include]) if configuration[:include] - end - - def after_save_reindex(associations, options = {}) - extend ActsAsSolr::CommonMethods - Array(associations).each do |association| - after_save do |ar| - if options[:with] == :delayed_job - delay(:run_at => (Date.today+1.day).to_time+4.hours).solr_batch_add_association ar, association - else - solr_batch_add_association ar, association - end - end - end - end - - private - - def get_field_value(field) - field_name, options = determine_field_name_and_options(field) - configuration[:solr_fields][field_name] = options - - define_method "#{field_name}_for_solr" do - value = self.send field_name - case options[:type] - when :date # format dates properly; return nil for nil dates - value ? (value.respond_to?(:utc) ? value.utc : value).strftime("%Y-%m-%dT%H:%M:%SZ") : nil - else - value - end - end - end - - def process_fields(raw_field) - if raw_field.respond_to?(:each) - raw_field.each do |field| - next if configuration[:exclude_fields].include?(field) - get_field_value(field) - end - end - end - - def process_includes(includes) - Array(includes).each do |assoc| - field_name, options = determine_field_name_and_options(assoc) - configuration[:solr_includes][field_name] = options - end - end - - def determine_field_name_and_options(field) - if field.is_a?(Hash) - name = field.keys.first - options = field.values.first - if options.is_a?(Hash) - [name, {:type => type_for_field(field)}.merge(options)] - else - [name, {:type => options}] - end - else - [field, {:type => type_for_field(field)}] - end - end - - def type_for_field(field) - if configuration[:facets] && configuration[:facets].include?(field) - :facet - elsif column = columns_hash[field.to_s] - column_type = format_column_type(column.type) - - case column_type - when :string then :string - when :datetime then :date - when :time then :date - else column_type - end - else - :text - end - end - - def format_column_type(type) - if type.class.eql? Symbol - type - else - type.to_s.eql?("ObjectId") ? :string : type.to_s.downcase.to_sym - end - end - end -end - diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/class_methods.rb b/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/class_methods.rb deleted file mode 100644 index 1f05edd..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/class_methods.rb +++ /dev/null @@ -1,278 +0,0 @@ -module ActsAsSolr #:nodoc: - - module ClassMethods - include CommonMethods - include ParserMethods - - # Finds instances of a model. Terms are ANDed by default, can be overwritten - # by using OR between terms - # - # Here's a sample (untested) code for your controller: - # - # def search - # results = Book.find_by_solr params[:query] - # end - # - # For specific fields searching use :filter_queries options - # - # ====options: - # offset:: - The first document to be retrieved (offset) - # page:: - The page to be retrieved - # limit:: - The number of rows per page - # per_page:: - Alias for limit - # filter_queries:: - Use solr filter queries to sort by fields - # - # Book.find_by_solr 'ruby', :filter_queries => ['price:5'] - # - # sort:: - Orders (sort by) the result set using a given criteria: - # - # Book.find_by_solr 'ruby', :sort => 'description asc' - # - # field_types:: This option is deprecated and will be obsolete by version 1.0. - # There's no need to specify the :field_types anymore when doing a - # search in a model that specifies a field type for a field. The field - # types are automatically traced back when they're included. - # - # class Electronic < ActiveRecord::Base - # acts_as_solr :fields => [{:price => :range_float}] - # end - # - # facets:: This option argument accepts the following arguments: - # fields:: The fields to be included in the faceted search (Solr's facet.field) - # query:: The queries to be included in the faceted search (Solr's facet.query) - # zeros:: Display facets with count of zero. (true|false) - # sort:: Sorts the faceted resuls by highest to lowest count. (true|false) - # browse:: This is where the 'drill-down' of the facets work. Accepts an array of - # fields in the format "facet_field:term" - # mincount:: Replacement for zeros (it has been deprecated in Solr). Specifies the - # minimum count necessary for a facet field to be returned. (Solr's - # facet.mincount) Overrides :zeros if it is specified. Default is 0. - # - # dates:: Run date faceted queries using the following arguments: - # fields:: The fields to be included in the faceted date search (Solr's facet.date). - # It may be either a String/Symbol or Hash. If it's a hash the options are the - # same as date_facets minus the fields option (i.e., :start:, :end, :gap, :other, - # :between). These options if provided will override the base options. - # (Solr's f..date.=). - # start:: The lower bound for the first date range for all Date Faceting. Required if - # :fields is present - # end:: The upper bound for the last date range for all Date Faceting. Required if - # :fields is prsent - # gap:: The size of each date range expressed as an interval to be added to the lower - # bound using the DateMathParser syntax. Required if :fields is prsent - # hardend:: A Boolean parameter instructing Solr what do do in the event that - # facet.date.gap does not divide evenly between facet.date.start and facet.date.end. - # other:: This param indicates that in addition to the counts for each date range - # constraint between facet.date.start and facet.date.end, other counds should be - # calculated. May specify more then one in an Array. The possible options are: - # before:: - all records with lower bound less than start - # after:: - all records with upper bound greater than end - # between:: - all records with field values between start and end - # none:: - compute no other bounds (useful in per field assignment) - # all:: - shortcut for before, after, and between - # filter:: Similar to :query option provided by :facets, in that accepts an array of - # of date queries to limit results. Can not be used as a part of a :field hash. - # This is the only option that can be used if :fields is not present. - # - # Example: - # - # Electronic.find_by_solr "memory", :facets => {:zeros => false, :sort => true, - # :query => ["price:[* TO 200]", - # "price:[200 TO 500]", - # "price:[500 TO *]"], - # :fields => [:category, :manufacturer], - # :browse => ["category:Memory","manufacturer:Someone"]} - # - # - # Examples of date faceting: - # - # basic: - # Electronic.find_by_solr "memory", :facets => {:dates => {:fields => [:updated_at, :created_at], - # :start => 'NOW-10YEARS/DAY', :end => 'NOW/DAY', :gap => '+2YEARS', :other => :before}} - # - # advanced: - # Electronic.find_by_solr "memory", :facets => {:dates => {:fields => [:updated_at, - # {:created_at => {:start => 'NOW-20YEARS/DAY', :end => 'NOW-10YEARS/DAY', :other => [:before, :after]} - # }], :start => 'NOW-10YEARS/DAY', :end => 'NOW/DAY', :other => :before, :filter => - # ["created_at:[NOW-10YEARS/DAY TO NOW/DAY]", "updated_at:[NOW-1YEAR/DAY TO NOW/DAY]"]}} - # - # filter only: - # Electronic.find_by_solr "memory", :facets => {:dates => {:filter => "updated_at:[NOW-1YEAR/DAY TO NOW/DAY]"}} - # - # - # - # scores:: If set to true this will return the score as a 'solr_score' attribute - # for each one of the instances found. Does not currently work with find_id_by_solr - # - # books = Book.find_by_solr 'ruby OR splinter', :scores => true - # books.records.first.solr_score - # => 1.21321397 - # books.records.last.solr_score - # => 0.12321548 - # - # lazy:: If set to true the search will return objects that will touch the database when you ask for one - # of their attributes for the first time. Useful when you're using fragment caching based solely on - # types and ids. - # - # relevance:: Sets fields relevance - # - # Book.find_by_solr "zidane", :relevance => {:title => 5, :author => 2} - # - def find_by_solr(query, options={}) - data = parse_query(query, options) - return parse_results(data, options) - end - alias :search :find_by_solr - - # Finds instances of a model and returns an array with the ids: - # Book.find_id_by_solr "rails" => [1,4,7] - # The options accepted are the same as find_by_solr - # - def find_id_by_solr(query, options={}) - data = parse_query(query, options) - return parse_results(data, {:format => :ids}) - end - - # This method can be used to execute a search across multiple models: - # Book.multi_solr_search "Napoleon OR Tom", :models => [Movie] - # - # ====options: - # Accepts the same options as find_by_solr plus: - # models:: The additional models you'd like to include in the search - # results_format:: Specify the format of the results found - # :objects :: Will return an array with the results being objects (default). Example: - # Book.multi_solr_search "Napoleon OR Tom", :models => [Movie], :results_format => :objects - # :ids :: Will return an array with the ids of each entry found. Example: - # Book.multi_solr_search "Napoleon OR Tom", :models => [Movie], :results_format => :ids - # => [{"id" => "Movie:1"},{"id" => Book:1}] - # Where the value of each array is as Model:instance_id - # scores:: If set to true this will return the score as a 'solr_score' attribute - # for each one of the instances found. Does not currently work with find_id_by_solr - # - # books = Book.multi_solr_search 'ruby OR splinter', :scores => true - # books.records.first.solr_score - # => 1.21321397 - # books.records.last.solr_score - # => 0.12321548 - # - def multi_solr_search(query, options = {}) - options.update(:results_format => :objects) unless options[:results_format] - data = parse_query(query, options) - - if data.nil? or data.total_hits == 0 - return SearchResults.new(:docs => [], :total => 0) - end - - result = find_multi_search_objects(data, options) - if options[:scores] and options[:results_format] == :objects - add_scores(result, data) - end - SearchResults.new :docs => result, :total => data.total_hits - end - - def find_multi_search_objects(data, options) - result = [] - if options[:results_format] == :objects - data.hits.each do |doc| - k = doc.fetch('id').first.to_s.split(':') - result << k[0].constantize.find_by_id(k[1]) - end - elsif options[:results_format] == :ids - data.hits.each{|doc| result << {"id" => doc["id"].to_s}} - end - result - end - - # returns the total number of documents found in the query specified: - # Book.count_by_solr 'rails' => 3 - # - def count_by_solr(query, options = {}) - data = parse_query(query, options) - data.total_hits - end - - # It's used to rebuild the Solr index for a specific model. - # Book.rebuild_solr_index - # - # If batch_size is greater than 0, adds will be done in batches. - # NOTE: If using sqlserver, be sure to use a finder with an explicit order. - # Non-edge versions of rails do not handle pagination correctly for sqlserver - # without an order clause. - # - # If a finder block is given, it will be called to retrieve the items to index. - # This can be very useful for things such as updating based on conditions or - # using eager loading for indexed associations. - def rebuild_solr_index(batch_size=300, options = {}, &finder) - finder ||= lambda do |ar, sql_options| - ar.all sql_options.merge!({:order => self.primary_key, :include => configuration[:solr_includes].keys}) - end - start_time = Time.now - options[:offset] ||= 0 - options[:threads] ||= 2 - options[:delayed_job] &= defined?(Delayed::Job) - - if batch_size > 0 - items_processed = 0 - offset = options[:offset] - end_reached = false - threads = [] - mutex = Mutex.new - queue = Queue.new - loop do - items = finder.call(self, {:limit => batch_size, :offset => offset}) - add_batch = items.collect { |content| content.to_solr_doc } - offset += items.size - end_reached = items.size == 0 - break if end_reached - - if options[:threads] == threads.size - threads.first.join - threads.shift - end - - queue << [items, add_batch] - threads << Thread.new do - iteration_start = Time.now - - iteration_items, iteration_add_batch = queue.pop(true) - if options[:delayed_job] - delay.solr_add iteration_add_batch - else - solr_add iteration_add_batch - solr_commit - end - - last_id = iteration_items.last.id - time_so_far = Time.now - start_time - iteration_time = Time.now - iteration_start - mutex.synchronize do - items_processed += iteration_items.size - if options[:delayed_job] - logger.info "#{Process.pid}: #{items_processed} items for #{self.name} have been sent to Delayed::Job in #{'%.3f' % time_so_far}s at #{'%.3f' % (items_processed / time_so_far)} items/sec. Last id: #{last_id}" - else - logger.info "#{Process.pid}: #{items_processed} items for #{self.name} have been batch added to index in #{'%.3f' % time_so_far}s at #{'%.3f' % (items_processed / time_so_far)} items/sec. Last id: #{last_id}" - end - end - end - end - - solr_commit if options[:delayed_job] - threads.each{ |t| t.join } - else - items = finder.call(self, {}) - items.each { |content| content.solr_save } - items_processed = items.size - end - - if items_processed > 0 - solr_optimize - time_elapsed = Time.now - start_time - logger.info "Index for #{self.name} has been rebuilt (took #{'%.3f' % time_elapsed}s)" - else - "Nothing to index for #{self.name}" - end - end - - alias :rebuild_index :rebuild_solr_index - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/common_methods.rb b/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/common_methods.rb deleted file mode 100644 index d2cceaa..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/common_methods.rb +++ /dev/null @@ -1,77 +0,0 @@ -module ActsAsSolr #:nodoc: - - module CommonMethods - - TypeMapping = { - :double => "do", - :float => "f", - :decimal => "f", - :integer => "i", - :boolean => "b", - :string => "s", - :date => "d", - :range_float => "rf", - :range_integer => "ri", - :facet => "facet", - :text => "t", - } - - # Converts field types into Solr types - def get_solr_field_type(field_type) - if field_type.is_a?(Symbol) - t = TypeMapping[field_type] - raise "Unknown field_type symbol: #{field_type}" if t.nil? - t - elsif field_type.is_a?(String) - return field_type - else - raise "Unknown field_type class: #{field_type.class}: #{field_type}" - end - end - - def solr_batch_add(objects) - solr_add objects.map{ |a| a.to_solr_doc } - solr_commit if defined?(configuration) and configuration[:auto_commit] - end - - def solr_batch_add_association(ar, association) - result = ar.send(association) - result = [result] unless result.is_a?(Array) - solr_batch_add result - end - - # Sends an add command to Solr - def solr_add(add_xml) - ActsAsSolr::Post.execute(Solr::Request::AddDocument.new(add_xml)) - end - - # Sends the delete command to Solr - def solr_delete(solr_ids) - ActsAsSolr::Post.execute(Solr::Request::Delete.new(:id => solr_ids)) - end - - # Sends the commit command to Solr - def solr_commit - ActsAsSolr::Post.execute(Solr::Request::Commit.new) - end - - # Optimizes the Solr index. Solr says: - # - # Optimizations can take nearly ten minutes to run. - # We are presuming optimizations should be run once following large - # batch-like updates to the collection and/or once a day. - # - # One of the solutions for this would be to create a cron job that - # runs every day at midnight and optmizes the index: - # 0 0 * * * /your_rails_dir/script/runner -e production "Model.solr_optimize" - # - def solr_optimize - ActsAsSolr::Post.execute(Solr::Request::Optimize.new) - end - - # Returns the id for the given instance - def record_id(object) - eval "object.#{object.class.primary_key}" - end - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/deprecation.rb b/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/deprecation.rb deleted file mode 100644 index 80ccba6..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/deprecation.rb +++ /dev/null @@ -1,61 +0,0 @@ -module ActsAsSolr #:nodoc: - - class Post - def initialize(body, mode = :search) - @body = body - @mode = mode - puts "The method ActsAsSolr::Post.new(body, mode).execute_post is depracated. " + - "Use ActsAsSolr::Post.execute(body, mode) instead!" - end - - def execute_post - ActsAsSolr::Post.execute(@body, @mode) - end - end - - module ClassMethods - def find_with_facet(query, options={}) - Deprecation.plog "The method find_with_facet is deprecated. Use find_by_solr instead, passing the " + - "arguments the same way you used to do with find_with_facet." - find_by_solr(query, options) - end - end - - class Deprecation - # Validates the options passed during query - def self.validate_query options={} - if options[:field_types] - plog "The option :field_types for searching is deprecated. " + - "The field types are automatically traced back when you specify a field type in your model." - end - if options[:sort_by] - plog "The option :sort_by is deprecated, use :sort instead!" - options[:sort] ||= options[:sort_by] - end - if options[:start] - plog "The option :start is deprecated, use :offset instead!" - options[:offset] ||= options[:start] - end - if options[:rows] - plog "The option :rows is deprecated, use :limit instead!" - options[:limit] ||= options[:rows] - end - end - - # Validates the options passed during indexing - def self.validate_index options={} - if options[:background] - plog "The :background option is being deprecated. There are better and more efficient " + - "ways to handle delayed saving of your records." - end - end - - # This will print the text to stdout and log the text - # if rails logger is available - def self.plog text - puts text - RAILS_DEFAULT_LOGGER.warn text if defined? RAILS_DEFAULT_LOGGER - end - end - -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/dynamic_attribute.rb b/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/dynamic_attribute.rb deleted file mode 100644 index 29f8d2c..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/dynamic_attribute.rb +++ /dev/null @@ -1,3 +0,0 @@ -class DynamicAttribute < ActiveRecord::Base - belongs_to :dynamicable, :polymorphic => true -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/instance_methods.rb b/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/instance_methods.rb deleted file mode 100644 index 2c2ca35..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/instance_methods.rb +++ /dev/null @@ -1,194 +0,0 @@ -module ActsAsSolr #:nodoc: - - module InstanceMethods - - # Solr id is : to be unique across all models - def solr_id - "#{self.class.name}:#{record_id(self)}" - end - - # saves to the Solr index - def solr_save - return true if indexing_disabled? - if evaluate_condition(:if, self) - debug "solr_save: #{self.class.name} : #{record_id(self)}" - solr_add to_solr_doc - solr_commit if configuration[:auto_commit] - true - else - solr_destroy - end - end - - def indexing_disabled? - evaluate_condition(:offline, self) || !configuration[:if] - end - - # remove from index - def solr_destroy - return true if indexing_disabled? - debug "solr_destroy: #{self.class.name} : #{record_id(self)}" - solr_delete solr_id - solr_commit if configuration[:auto_commit] - true - end - - # convert instance to Solr document - def to_solr_doc - debug "to_solr_doc: creating doc for class: #{self.class.name}, id: #{record_id(self)}" - doc = Solr::Document.new - doc.boost = validate_boost(configuration[:boost]) if configuration[:boost] - - doc << {:id => solr_id, - solr_configuration[:type_field] => self.class.name, - solr_configuration[:primary_key_field] => record_id(self).to_s} - - # iterate through the fields and add them to the document, - configuration[:solr_fields].each do |field_name, options| - next if [self.class.primary_key, "type"].include?(field_name.to_s) - - field_boost = options[:boost] || solr_configuration[:default_boost] - field_type = get_solr_field_type(options[:type]) - solr_name = options[:as] || field_name - - value = self.send("#{field_name}_for_solr") rescue nil - next if value.nil? - - suffix = get_solr_field_type(field_type) - value = Array(value).map{ |v| ERB::Util.html_escape(v) } # escape each value - value = value.first if value.size == 1 - - field = Solr::Field.new(:name => "#{solr_name}_#{suffix}", :value => value) - processed_boost = validate_boost(field_boost) - field.boost = processed_boost - doc << field - end - - add_dynamic_attributes(doc) - add_includes(doc) - add_tags(doc) - add_space(doc) - - debug doc.to_json - doc - end - - private - - def debug(text) - logger.debug text rescue nil - end - - def add_space(doc) - if configuration[:spatial] and local - doc << Solr::Field.new(:name => "lat_f", :value => local.latitude) - doc << Solr::Field.new(:name => "lng_f", :value => local.longitude) - end - end - - def add_tags(doc) - taggings.each do |tagging| - doc << Solr::Field.new(:name => "tag_facet", :value => tagging.tag.name) - doc << Solr::Field.new(:name => "tag_t", :value => tagging.tag.name) - end if configuration[:taggable] - end - - def add_dynamic_attributes(doc) - dynamic_attributes.each do |attribute| - value = ERB::Util.html_escape(attribute.value) - doc << Solr::Field.new(:name => "#{attribute.name.downcase}_t", :value => value) - doc << Solr::Field.new(:name => "#{attribute.name.downcase}_facet", :value => value) - end if configuration[:dynamic_attributes] - end - - def add_includes(doc) - if configuration[:solr_includes].respond_to?(:each) - configuration[:solr_includes].each do |association, options| - data = options[:multivalued] ? [] : "" - field_name = options[:as] || association.to_s.singularize - field_type = get_solr_field_type(options[:type]) - field_boost = options[:boost] || solr_configuration[:default_boost] - suffix = get_solr_field_type(field_type) - case self.class.reflect_on_association(association).macro - when :has_many, :has_and_belongs_to_many - records = self.send(association).compact - unless records.empty? - records.each {|r| data << include_value(r, options)} - Array(data).each do |value| - field = Solr::Field.new(:name => "#{field_name}_#{suffix}", :value => value) - processed_boost = validate_boost(field_boost) - field.boost = processed_boost - doc << field - end - end - when :has_one, :belongs_to - record = self.send(association) - unless record.nil? - doc["#{field_name}_#{suffix}"] = include_value(record, options) - end - end - end - end - end - - def include_value(record, options) - if options[:using].is_a? Proc - options[:using].call(record) - elsif options[:using].is_a? Symbol - record.send(options[:using]) - else - if options[:fields] - fields = {} - options[:fields].each{ |f| fields[f] = record.send(f) } - else - fields = record.attributes - end - fields.map{ |k,v| ERB::Util.html_escape(v) }.join(" ") - end - end - - def validate_boost(boost) - boost_value = case boost - when Float - return solr_configuration[:default_boost] if boost < 0 - boost - when Proc - boost.call(self) - when Symbol - if self.respond_to?(boost) - self.send(boost) - end - end - - boost_value || solr_configuration[:default_boost] - end - - def condition_block?(condition) - condition.respond_to?("call") && (condition.arity == 1 || condition.arity == -1) - end - - def evaluate_condition(which_condition, field) - condition = configuration[which_condition] - case condition - when Symbol - field.send(condition) - when String - eval(condition, binding) - when FalseClass, NilClass - false - when TrueClass - true - else - if condition_block?(condition) - condition.call(field) - else - raise( - ArgumentError, - "The :#{which_condition} option has to be either a symbol, string (to be eval'ed), proc/method, true/false, or " + - "class implementing a static validation method" - ) - end - end - end - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/lazy_document.rb b/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/lazy_document.rb deleted file mode 100644 index 8cf8960..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/lazy_document.rb +++ /dev/null @@ -1,18 +0,0 @@ -module ActsAsSolr - class LazyDocument - attr_reader :id, :clazz - - def initialize(id, clazz) - @id = id - @clazz = clazz - end - - def method_missing(name, *args) - unless @__instance - @__instance = @clazz.find(@id) - end - - @__instance.send(name, *args) - end - end -end \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/local.rb b/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/local.rb deleted file mode 100644 index 618e5bc..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/local.rb +++ /dev/null @@ -1,4 +0,0 @@ -class Local < ActiveRecord::Base - belongs_to :localizable, :polymorphic => true - validates_presence_of :latitude, :longitude -end \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/mongo_mapper.rb b/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/mongo_mapper.rb deleted file mode 100644 index 5ac87cd..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/mongo_mapper.rb +++ /dev/null @@ -1,24 +0,0 @@ -module ActsAsSolr - module MongoMapper - def self.included(clazz) - clazz.extend ActsAsSolr::ActsMethods - clazz.extend ClassMethods - end - - module ClassMethods - def columns_hash - keys - end - - def primary_key - 'id' - end - - def merge_conditions(*args) - ret = {} - args.each{ |a| ret.merge!(a) if a.is_a?(Hash) } - ret - end - end - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/parser_methods.rb b/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/parser_methods.rb deleted file mode 100644 index db1e874..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/parser_methods.rb +++ /dev/null @@ -1,273 +0,0 @@ -module ActsAsSolr #:nodoc: - module ParserMethods - protected - - # Method used by mostly all the ClassMethods when doing a search - def parse_query(query=nil, options={}) - valid_options = [:models, :lazy, :core, :results_format, :sql_options, - :alternate_query, :boost_functions, :filter_queries, :facets, :sort, - :scores, :operator, :latitude, :longitude, :radius, :relevance, :highlight, - :offset, :per_page, :limit, :page,] - query_options = {} - - return if query.nil? - raise "Query should be a string" unless query.is_a?(String) - raise "Invalid parameters: #{(options.keys - valid_options).join(',')}" unless (options.keys - valid_options).empty? - begin - Deprecation.validate_query(options) - - query_options[:filter_queries] = [] - query.strip! - - # using *:* disable index boosts, so use the type filter - if query.blank? - query = solr_type_condition(options) - else - query = sanitize_query(query) - query_options[:filter_queries] << solr_type_condition(options) - - # put types on filtered fields - query = replace_types([*query], ':').first - end - - query_options[:filter_queries] += replace_types([*options[:filter_queries]], ':') if options[:filter_queries] - - options[:alternate_query] ||= '' - options[:alternate_query].strip! - query = "#{options[:alternate_query]} #{query}" unless options[:alternate_query].blank? - - query = add_relevance query, options[:relevance] - - query_options[:query] = query - - field_list = options[:models].nil? ? solr_configuration[:primary_key_field] : "id" - query_options[:field_list] = [field_list, 'score'] - - per_page = options[:per_page] || options[:limit] || 30 - offset = options[:offset] || (((options[:page] || 1).to_i - 1) * per_page) - query_options[:rows] = per_page - query_options[:start] = offset - - query_options[:operator] = options[:operator] - - query_options[:boost_functions] = replace_types([*options[:boost_functions]], '').join(' ') if options[:boost_functions] - - # first steps on the facet parameter processing - if options[:facets] - query_options[:facets] = {} - query_options[:facets][:limit] = -1 # TODO: make this configurable - query_options[:facets][:sort] = :count if options[:facets][:sort] - query_options[:facets][:mincount] = 0 - query_options[:facets][:mincount] = 1 if options[:facets][:zeros] == false - # override the :zeros (it's deprecated anyway) if :mincount exists - query_options[:facets][:mincount] = options[:facets][:mincount] if options[:facets][:mincount] - query_options[:facets][:fields] = options[:facets][:fields].map{ |k| "#{k}_facet" } if options[:facets][:fields] - query_options[:filter_queries] += replace_types([*options[:facets][:browse]]) if options[:facets][:browse] - query_options[:facets][:queries] = replace_types([*options[:facets][:query]]) if options[:facets][:query] - - if options[:facets][:dates] - query_options[:date_facets] = {} - # if options[:facets][:dates][:fields] exists then :start, :end, and :gap must be there - if options[:facets][:dates][:fields] - [:start, :end, :gap].each { |k| raise "#{k} must be present in faceted date query" unless options[:facets][:dates].include?(k) } - query_options[:date_facets][:fields] = [] - options[:facets][:dates][:fields].each { |f| - if f.kind_of? Hash - key = f.keys[0] - query_options[:date_facets][:fields] << {"#{key}_d" => f[key]} - validate_date_facet_other_options(f[key][:other]) if f[key][:other] - else - query_options[:date_facets][:fields] << "#{f}_d" - end - } - end - - query_options[:date_facets][:start] = options[:facets][:dates][:start] if options[:facets][:dates][:start] - query_options[:date_facets][:end] = options[:facets][:dates][:end] if options[:facets][:dates][:end] - query_options[:date_facets][:gap] = options[:facets][:dates][:gap] if options[:facets][:dates][:gap] - query_options[:date_facets][:hardend] = options[:facets][:dates][:hardend] if options[:facets][:dates][:hardend] - query_options[:date_facets][:filter] = replace_types([*options[:facets][:dates][:filter]].collect{|k| "#{k.dup.sub!(/ *:(?!\d) */,"_d:")}"}) if options[:facets][:dates][:filter] - - if options[:facets][:dates][:other] - validate_date_facet_other_options(options[:facets][:dates][:other]) - query_options[:date_facets][:other] = options[:facets][:dates][:other] - end - - end - end - - if options[:highlight] - query_options[:highlighting] = {} - query_options[:highlighting][:field_list] = replace_types([*options[:highlight][:fields]], '') if options[:highlight][:fields] - query_options[:highlighting][:require_field_match] = options[:highlight][:require_field_match] if options[:highlight][:require_field_match] - query_options[:highlighting][:max_snippets] = options[:highlight][:max_snippets] if options[:highlight][:max_snippets] - query_options[:highlighting][:prefix] = options[:highlight][:prefix] if options[:highlight][:prefix] - query_options[:highlighting][:suffix] = options[:highlight][:suffix] if options[:highlight][:suffix] - end - - query_options[:sort] = replace_types([*options[:sort]], '')[0] if options[:sort] - - if options[:radius] - query_options[:radius] = options[:radius] - query_options[:filter_queries] << '{!geofilt}' - end - query_options[:latitude] = options[:latitude] - query_options[:longitude] = options[:longitude] - - not_dismax = query_options[:operator] == :or - request = not_dismax ? Solr::Request::Standard.new(query_options) : Solr::Request::Dismax.new(query_options) - ActsAsSolr::Post.execute(request, options[:core]) - rescue - raise "#{$query} There was a problem executing your search\n#{query_options.inspect}\n: #{$!} in #{$!.backtrace.first}" - end - end - - def solr_type_condition(options = {}) - classes = [self] + (self.subclasses || []) + (options[:models] || []) - classes.map do |klass| - next if klass.name.empty? - "#{solr_configuration[:type_field]}:\"#{klass.name}\"" - end.compact.join(' OR ') - end - - # Parses the data returned from Solr - def parse_results(solr_data, options = {}) - results = { - :docs => [], - :total => 0 - } - - configuration = { - :format => :objects - } - results.update(:spellcheck => solr_data.data['spellcheck']) unless solr_data.nil? - results.update(:facets => {'facet_fields' => []}) if options[:facets] - unless solr_data.nil? or solr_data.header['params'].nil? - header = solr_data.header - results.update :rows => header['params']['rows'] - results.update :start => header['params']['start'] - end - return SearchResults.new(results) if (solr_data.nil? || solr_data.total_hits == 0) - - configuration.update(options) if options.is_a?(Hash) - - ids = solr_data.hits.collect {|doc| doc["#{solr_configuration[:primary_key_field]}"]}.flatten - - result = find_objects(ids, options, configuration) - - add_scores(result, solr_data) if configuration[:format] == :objects && options[:scores] - - highlighted = {} - solr_data.highlighting.map do |x,y| - e={} - y1=y.map{|x1,y1| e[x1.gsub(/_[^_]*/,"")]=y1} unless y.nil? - highlighted[x.gsub(/[^:]*:/,"").to_i]=e - end unless solr_data.highlighting.nil? - - results.update(:facets => solr_data.data['facet_counts']) if options[:facets] - results.update({:docs => result, :total => solr_data.total_hits, :max_score => solr_data.max_score, :query_time => solr_data.data['responseHeader']['QTime']}) - results.update({:highlights=>highlighted}) - SearchResults.new(results) - end - - - def find_objects(ids, options, configuration) - result = if configuration[:lazy] && configuration[:format] != :ids - ids.collect {|id| ActsAsSolr::LazyDocument.new(id, self)} - elsif configuration[:format] == :objects - find_options = options[:sql_options] || {} - find_options[:conditions] = self.send :merge_conditions, {self.primary_key => ids}, (find_options[:conditions] || []) - result = self.all(find_options) || [] - result = reorder(result, ids) unless find_options[:order] - result - else - ids - end - - result - end - - # Reorders the instances keeping the order returned from Solr - def reorder(things, ids) - ordered_things = [] - ids.each do |id| - thing = things.find{ |t| t.id.to_s == id.to_s } - ordered_things |= [thing] if thing - end - ordered_things - end - - # Replaces the field types based on the types (if any) specified - # on the acts_as_solr call - def replace_types(strings, suffix=':') - if configuration[:solr_fields] - configuration[:solr_fields].each do |name, options| - solr_name = (options[:as] || name).to_s - solr_type = get_solr_field_type(options[:type]) - field = "#{solr_name}_#{solr_type}#{suffix}" - strings.each_with_index {|s,i| strings[i] = s.gsub(/\b#{solr_name}\b#{suffix}/,field) } - end - end - if configuration[:solr_includes] - configuration[:solr_includes].each do |association, options| - solr_name = options[:as] || association.to_s.singularize - solr_type = get_solr_field_type(options[:type]) - field = "#{solr_name}_#{solr_type}#{suffix}" - strings.each_with_index {|s,i| strings[i] = s.gsub(/\b#{solr_name}\b#{suffix}/,field) } - end - end - strings - end - - # Adds the score to each one of the instances found - def add_scores(results, solr_data) - with_score = [] - solr_data.hits.each do |doc| - with_score.push([doc["score"], - results.find {|record| scorable_record?(record, doc) }]) - end - with_score.each do |score, object| - class << object; attr_accessor :solr_score; end - object.solr_score = score - end - end - - def scorable_record?(record, doc) - doc_id = doc["#{solr_configuration[:primary_key_field]}"] - if doc_id.nil? - doc_id = doc["id"] - "#{record.class.name}:#{record_id(record)}" == doc_id.first.to_s - else - record_id(record).to_s == doc_id.to_s - end - end - - def validate_date_facet_other_options(options) - valid_other_options = [:after, :all, :before, :between, :none] - options = [options] unless options.kind_of? Array - bad_options = options.map {|x| x.to_sym} - valid_other_options - raise "Invalid option#{'s' if bad_options.size > 1} for faceted date's other param: #{bad_options.join(', ')}. May only be one of :after, :all, :before, :between, :none" if bad_options.size > 0 - end - - def sanitize_query(query) - fields = self.configuration[:solr_fields].keys - fields += DynamicAttribute.all(:select => 'name', :group => 'name').map(&:name) if DynamicAttribute.table_exists? - Solr::Util::query_parser_escape query, fields - end - - private - - def add_relevance(query, relevance) - return query if relevance.nil? or query.include? ':' - - query = [query] + relevance.map do |attribute, value| - "#{attribute}:(#{query})^#{value}" - end - query = query.join(' OR ') - - replace_types([query], '').first - end - - end -end - diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/post.rb b/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/post.rb deleted file mode 100644 index bd8250f..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/post.rb +++ /dev/null @@ -1,29 +0,0 @@ -module ActsAsSolr - class Post - class << self - def config - return @config if @config - @config = {} - YAML::load_file("#{Rails.root}/config/solr.yml")[Rails.env].each{ |k,v| @config[k.to_sym] = v } - @config - end - - def options - @options ||= credentials.merge config - end - - def credentials - @credentials ||= {:username => config[:username], :password => config[:password]} - end - - def url(core) - core.nil? ? config[:url] : "#{config[:url]}/#{core}" - end - - def execute(request, core = nil) - connection = Solr::Connection.new(url(core), options) - connection.send request - end - end - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/search_results.rb b/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/search_results.rb deleted file mode 100644 index 824de33..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/search_results.rb +++ /dev/null @@ -1,136 +0,0 @@ -module ActsAsSolr #:nodoc: - - # TODO: Possibly looking into hooking it up with Solr::Response::Standard - # - # Class that returns the search results with four methods. - # - # books = Book.find_by_solr 'ruby' - # - # the above will return a SearchResults class with 4 methods: - # - # docs|results|records: will return an array of records found - # - # books.records.empty? - # => false - # - # total|num_found|total_hits: will return the total number of records found - # - # books.total - # => 2 - # - # facets: will return the facets when doing a faceted search - # - # max_score|highest_score: returns the highest score found - # - # books.max_score - # => 1.3213213 - # - # - class SearchResults - - include Enumerable - - def initialize(solr_data={}) - @solr_data = solr_data - end - - def each(&block) - self.results.each &block - end - - # Returns an array with the instances. This method - # is also aliased as docs and records - def results - @solr_data[:docs] - end - - # Returns the total records found. This method is - # also aliased as num_found and total_hits - def total - @solr_data[:total] - end - - # Returns the facets when doing a faceted search - def facets - @solr_data[:facets] - end - - # Returns the highest score found. This method is - # also aliased as highest_score - def max_score - @solr_data[:max_score] - end - - def query_time - @solr_data[:query_time] - end - - # Returns the highlighted fields which one has asked for.. - def highlights - @solr_data[:highlights] - end - - # Returns a suggested query - def suggest - Hash[@solr_data[:spellcheck]['suggestions']]['collation'] - end - - # Returns the number of documents per page - def per_page - @solr_data[:rows].to_i - end - - # Returns the number of pages found - def total_pages - per_page.zero? ? 0 : (total / per_page.to_f).ceil - end - - # Returns the current page - def current_page - per_page.zero? ? 0 : (@solr_data[:start].to_i / per_page) + 1 - end - - def blank? - total_entries == 0 - end - - def size - total_entries - end - - def offset - (current_page - 1) * per_page - end - - def previous_page - if current_page > 1 - current_page - 1 - else - false - end - end - - def next_page - if current_page < total_pages - current_page + 1 - else - false - end - end - - def method_missing(symbol, *args, &block) - self.results.send(symbol, *args, &block) - rescue NoMethodError - raise NoMethodError, "There is no method called #{symbol} at #{self.class.name} - #{self.inspect}" - end - - alias docs results - alias records results - alias num_found total - alias total_hits total - alias total_entries total - alias highest_score max_score - end - -end - diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/solr_fixtures.rb b/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/solr_fixtures.rb deleted file mode 100644 index c16781e..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/solr_fixtures.rb +++ /dev/null @@ -1,13 +0,0 @@ -module ActsAsSolr - - class SolrFixtures - def self.load(table_names) - [table_names].flatten.map { |n| n.to_s }.each do |table_name| - klass = instance_eval(File.split(table_name.to_s).last.to_s.gsub('_',' ').split(" ").collect{|w| w.capitalize}.to_s.singularize) - klass.rebuild_solr_index if klass.respond_to?(:rebuild_solr_index) - end - ActsAsSolr::Post.execute(Solr::Request::Commit.new) - end - end - -end \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/tasks.rb b/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/tasks.rb deleted file mode 100644 index f2a8d0b..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/tasks.rb +++ /dev/null @@ -1,10 +0,0 @@ -dir = File.dirname(__FILE__) -require 'rubygems' -require 'rake' -require 'net/http' -require 'active_record' -require File.expand_path("#{dir}/solr_fixtures") - -load File.expand_path("#{dir}/tasks/database.rake") -load File.expand_path("#{dir}/tasks/solr.rake") -load File.expand_path("#{dir}/tasks/test.rake") diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr_reloaded.rb b/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr_reloaded.rb deleted file mode 100644 index fb35c55..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr_reloaded.rb +++ /dev/null @@ -1 +0,0 @@ -require 'acts_as_solr' \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr.rb deleted file mode 100755 index e101a01..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr.rb +++ /dev/null @@ -1,27 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -module Solr; end -require File.expand_path("#{File.dirname(__FILE__)}/solr/exception") -require File.expand_path("#{File.dirname(__FILE__)}/solr/request") -require File.expand_path("#{File.dirname(__FILE__)}/solr/connection") -require File.expand_path("#{File.dirname(__FILE__)}/solr/response") -require File.expand_path("#{File.dirname(__FILE__)}/solr/util") -require File.expand_path("#{File.dirname(__FILE__)}/solr/xml") -require File.expand_path("#{File.dirname(__FILE__)}/solr/importer") -require File.expand_path("#{File.dirname(__FILE__)}/solr/indexer") -require File.expand_path("#{File.dirname(__FILE__)}/solr/xml") -require File.expand_path("#{File.dirname(__FILE__)}/solr/field") -require File.expand_path("#{File.dirname(__FILE__)}/solr/request/base") -require File.expand_path("#{File.dirname(__FILE__)}/solr/document") -require File.expand_path("#{File.dirname(__FILE__)}/solr/request/json_update") -require File.expand_path("#{File.dirname(__FILE__)}/solr/request/update") diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/connection.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/connection.rb deleted file mode 100755 index 65c1ee3..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/connection.rb +++ /dev/null @@ -1,180 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# TODO: add a convenience method to POST a Solr .xml file, like Solr's example post.sh - -class Solr::Connection - attr_reader :url, :autocommit, :connection - - # create a connection to a solr instance using the url for the solr - # application context: - # - # conn = Solr::Connection.new("http://example.com:8080/solr") - # - # if you would prefer to have all adds/updates autocommitted, - # use :autocommit => :on - # - # conn = Solr::Connection.new('http://example.com:8080/solr', - # :autocommit => :on) - - def initialize(url="http://localhost:8983/solr", opts={}) - @url = URI.parse(url) - unless @url.kind_of? URI::HTTP - raise "invalid http url: #{url}" - end - - # TODO: Autocommit seems nice at one level, but it currently is confusing because - # only calls to Connection#add/#update/#delete, though a Connection#send(AddDocument.new(...)) - # does not autocommit. Maybe #send should check for the request types that require a commit and - # commit in #send instead of the individual methods? - @autocommit = opts[:autocommit] == :on - - # Not actually opening the connection yet, just setting up the persistent connection. - @connection = Net::HTTP.new(@url.host, @url.port) - - @connection.read_timeout = opts[:timeout].to_i || 0 - @username = opts[:username] if opts[:username] - @password = opts[:password] if opts[:password] - end - - # add a document to the index. you can pass in either a hash - # - # conn.add(:id => 123, :title => 'Tlon, Uqbar, Orbis Tertius') - # - # or a Solr::Document - # - # conn.add(Solr::Document.new(:id => 123, :title = 'On Writing') - # - # true/false will be returned to designate success/failure - - def add(doc) - request = Solr::Request::AddDocument.new(doc) - response = send(request) - commit if @autocommit - return response.ok? - end - - # update a document in the index (really just an alias to add) - - def update(doc) - return add(doc) - end - - # performs a standard query and returns a Solr::Response::Standard - # - # response = conn.query('borges') - # - # alternative you can pass in a block and iterate over hits - # - # conn.query('borges') do |hit| - # puts hit - # end - # - # options include: - # - # :sort, :default_field, :rows, :filter_queries, :debug_query, - # :explain_other, :facets, :highlighting, :mlt, - # :operator => :or / :and - # :start => defaults to 0 - # :field_list => array, defaults to ["*", "score"] - - def query(query, options={}, &action) - # TODO: Shouldn't this return an exception if the Solr status is not ok? (rather than true/false). - create_and_send_query(Solr::Request::Standard, options.update(:query => query), &action) - end - - # performs a dismax search and returns a Solr::Response::Standard - # - # response = conn.search('borges') - # - # options are same as query, but also include: - # - # :tie_breaker, :query_fields, :minimum_match, :phrase_fields, - # :phrase_slop, :boost_query, :boost_functions - - def search(query, options={}, &action) - create_and_send_query(Solr::Request::Dismax, options.update(:query => query), &action) - end - - # sends a commit message to the server - def commit(options={}) - response = send(Solr::Request::Commit.new(options)) - return response.ok? - end - - # sends an optimize message to the server - def optimize - response = send(Solr::Request::Optimize.new) - return response.ok? - end - - # pings the connection and returns true/false if it is alive or not - def ping - begin - response = send(Solr::Request::Ping.new) - return response.ok? - rescue - return false - end - end - - # delete a document from the index using the document id - def delete(document_id) - response = send(Solr::Request::Delete.new(:id => document_id)) - commit if @autocommit - response.ok? - end - - # delete using a query - def delete_by_query(query) - response = send(Solr::Request::Delete.new(:query => query)) - commit if @autocommit - response.ok? - end - - def info - send(Solr::Request::IndexInfo.new) - end - - # send a given Solr::Request and return a RubyResponse or XmlResponse - # depending on the type of request - def send(request) - data = post(request) - Solr::Response::Base.make_response(request, data) - end - - # send the http post request to solr; for convenience there are shortcuts - # to some requests: add(), query(), commit(), delete() or send() - def post(request) - req = Net::HTTP::Post.new(@url.path + "/" + request.handler, - { "Content-Type" => request.content_type }) - req.basic_auth(@username, @password) if @username && @password - response = @connection.request(req, request.to_s) - - case response - when Net::HTTPSuccess then response.body - else - response.error! - end - - end - -private - - def create_and_send_query(klass, options = {}, &action) - request = klass.new(options) - response = send(request) - return response unless action - response.each {|hit| action.call(hit)} - end - -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/document.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/document.rb deleted file mode 100644 index 7d69631..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/document.rb +++ /dev/null @@ -1,85 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Document - include Enumerable - attr_accessor :boost - attr_reader :fields - - # Create a new Solr::Document, optionally passing in a hash of - # key/value pairs for the fields - # - # doc = Solr::Document.new(:name => :creator, :value => 'Jorge Luis Borges') - def initialize(hash={}) - @fields = [] - self << hash - end - - # Append a Solr::Field - # - # doc << Solr::Field.new(:name => :creator, :value => 'Jorge Luis Borges') - # - # If you are truly lazy you can simply pass in a hash: - # - # doc << {:name => :creator, :value => 'Jorge Luis Borges'} - def <<(fields) - case fields - when Hash - fields.each_pair do |name,value| - if value.respond_to?(:each) && !value.is_a?(String) - value.each {|v| @fields << Solr::Field.new(:name => name, :value => v)} - else - @fields << Solr::Field.new(:name => name, :value => value) - end - end - when Solr::Field - @fields << fields - else - raise "must pass in Solr::Field or Hash" - end - end - - # shorthand to allow hash lookups - # doc['name'] - def [](name) - field = @fields.find {|f| f.name == name.to_s} - return field.value if field - return nil - end - - # shorthand to assign as a hash - def []=(name,value) - @fields << Solr::Field.new(:name => name, :value => value) - end - - def to_jsonhash - hash = {'doc' => {}} - hash['boost'] = @boost if @boost - @fields.each{ |f| hash['doc'][f.name] = f.value_to_jsonhash } - hash - end - - def to_json - to_jsonhash.to_json - end - - def to_xml - e = Solr::XML::Element.new 'doc' - e.attributes['boost'] = @boost.to_s if @boost - @fields.each {|f| e.add_element(f.to_xml)} - return e - end - - def each(*args, &blk) - fields.each(&blk) - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/exception.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/exception.rb deleted file mode 100644 index a439e67..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/exception.rb +++ /dev/null @@ -1,13 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Exception < Exception; end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/field.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/field.rb deleted file mode 100644 index a723ac3..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/field.rb +++ /dev/null @@ -1,44 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Field - VALID_PARAMS = [:boost] - attr_accessor :name - attr_accessor :value - attr_accessor :boost - - # Accepts an optional :boost parameter, used to boost the relevance of a particular field. - def initialize(params) - boost = params[:boost] - @name = params[:name].to_s - @value = params[:value] - # Convert any Time values into UTC/XML schema format (which Solr requires). - @value = @value.respond_to?(:utc) ? @value.utc.xmlschema : @value - end - - def value_to_jsonhash - @boost.nil? ? @value : {'boost' => @boost, 'value' => @value} - end - - def boost=(value) - @boost = value == 1.0 ? nil : value - end - - def to_xml - e = Solr::XML::Element.new 'field' - e.attributes['name'] = @name - e.attributes['boost'] = @boost.to_s if @boost - e.text = @value.to_str - return e - end - -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/importer.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/importer.rb deleted file mode 100755 index a2cfce9..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/importer.rb +++ /dev/null @@ -1,19 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -module Solr; module Importer; end; end -require File.expand_path("#{File.dirname(__FILE__)}/importer/mapper") -require File.expand_path("#{File.dirname(__FILE__)}/importer/array_mapper") -require File.expand_path("#{File.dirname(__FILE__)}/importer/delimited_file_source") -require File.expand_path("#{File.dirname(__FILE__)}/importer/hpricot_mapper") -require File.expand_path("#{File.dirname(__FILE__)}/importer/xpath_mapper") -require File.expand_path("#{File.dirname(__FILE__)}/importer/solr_source") \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/array_mapper.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/array_mapper.rb deleted file mode 100755 index abef907..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/array_mapper.rb +++ /dev/null @@ -1,26 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - - - -class Solr::Importer::ArrayMapper < Solr::Importer::Mapper - # TODO document that initializer takes an array of Mappers [mapper1, mapper2, ... mapperN] - - # TODO: make merge conflict handling configurable. as is, the last map fields win. - def map(orig_data_array) - mapped_data = {} - orig_data_array.each_with_index do |data,i| - mapped_data.merge!(@mapping[i].map(data)) - end - mapped_data - end -end \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/delimited_file_source.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/delimited_file_source.rb deleted file mode 100755 index 70f226a..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/delimited_file_source.rb +++ /dev/null @@ -1,38 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# For files with the first line containing field names -# Currently not designed for enormous files, as all lines are -# read into an array -class Solr::Importer::DelimitedFileSource - include Enumerable - - def initialize(filename, splitter=/\t/) - @filename = filename - @splitter = splitter - end - - def each - lines = IO.readlines(@filename) - headers = lines[0].split(@splitter).collect{|h| h.chomp} - - lines[1..-1].each do |line| - data = headers.zip(line.split(@splitter).collect{|s| s.chomp}) - def data.[](key) - self.assoc(key.to_s)[1] - end - - yield(data) - end - end - -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/hpricot_mapper.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/hpricot_mapper.rb deleted file mode 100644 index 53a48e4..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/hpricot_mapper.rb +++ /dev/null @@ -1,27 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -begin - require 'hpricot' - - class Solr::Importer::HpricotMapper < Solr::Importer::Mapper - def field_data(doc, path) - doc.search(path.to_s).collect { |e| e.inner_html } - end - end -rescue LoadError => e # If we can't load hpricot - class Solr::Importer::HpricotMapper - def initialize(mapping, options={}) - raise "Hpricot not installed." - end - end -end \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/mapper.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/mapper.rb deleted file mode 100755 index 55b199f..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/mapper.rb +++ /dev/null @@ -1,51 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Importer::Mapper - def initialize(mapping, options={}) - @mapping = mapping - @options = options - end - - def field_data(orig_data, field_name) - orig_data[field_name] - end - - def mapped_field_value(orig_data, field_mapping) - case field_mapping - when String - field_mapping - when Proc - field_mapping.call(orig_data) # TODO pass in more context, like self or a function for field_data, etc - when Symbol - field_data(orig_data, @options[:stringify_symbols] ? field_mapping.to_s : field_mapping) - when Enumerable - field_mapping.collect {|orig_field_name| mapped_field_value(orig_data, orig_field_name)}.flatten - else - raise "Unknown mapping for #{field_mapping}" - end - end - - def map(orig_data) - mapped_data = {} - @mapping.each do |solr_name, field_mapping| - value = mapped_field_value(orig_data, field_mapping) - mapped_data[solr_name] = value if value - end - - mapped_data - end - - - - -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/solr_source.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/solr_source.rb deleted file mode 100755 index d8d57e5..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/solr_source.rb +++ /dev/null @@ -1,41 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Importer::SolrSource - def initialize(solr_url, query, filter_queries=nil, options={}) - @connection = Solr::Connection.new(solr_url) - @query = query - @filter_queries = filter_queries - - @page_size = options[:page_size] || 1000 - @field_list = options[:field_list] || ["*"] - end - - def each - done = false - start = 0 - until done do - # request N documents from a starting point - request = Solr::Request::Standard.new(:query => @query, - :rows => @page_size, - :start => start, - :field_list => @field_list, - :filter_queries => @filter_queries) - response = @connection.send(request) - response.each do |doc| - yield doc # TODO: perhaps convert to HashWithIndifferentAccess.new(doc), so stringify_keys isn't necessary - end - done = start + @page_size >= response.total_hits - start = start + @page_size - end - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/xpath_mapper.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/xpath_mapper.rb deleted file mode 100755 index 772e1c3..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/importer/xpath_mapper.rb +++ /dev/null @@ -1,35 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -begin - require 'xml/libxml' - - # For files with the first line containing field names - class Solr::Importer::XPathMapper < Solr::Importer::Mapper - def field_data(doc, xpath) - doc.find(xpath.to_s).collect do |node| - case node - when XML::Attr - node.value - when XML::Node - node.content - end - end - end - end -rescue LoadError => e # If we can't load libxml - class Solr::Importer::XPathMapper - def initialize(mapping, options={}) - raise "libxml not installed" - end - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/indexer.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/indexer.rb deleted file mode 100755 index 5210f05..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/indexer.rb +++ /dev/null @@ -1,52 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Indexer - attr_reader :solr - - # TODO: document options! - def initialize(data_source, mapper_or_mapping, options={}) - solr_url = options[:solr_url] || ENV["SOLR_URL"] || "http://localhost:8983/solr" - @solr = Solr::Connection.new(solr_url, options) #TODO - these options contain the solr_url and debug keys also, so tidy up what gets passed - - @data_source = data_source - @mapper = mapper_or_mapping.is_a?(Hash) ? Solr::Importer::Mapper.new(mapper_or_mapping) : mapper_or_mapping - - @buffer_docs = options[:buffer_docs] - @debug = options[:debug] - end - - def index - buffer = [] - @data_source.each do |record| - document = @mapper.map(record) - - # TODO: check arrity of block, if 3, pass counter as 3rd argument - yield(record, document) if block_given? # TODO check return of block, if not true then don't index, or perhaps if document.empty? - - buffer << document - - if !@buffer_docs || buffer.size == @buffer_docs - add_docs(buffer) - buffer.clear - end - end - add_docs(buffer) if !buffer.empty? - - @solr.commit unless @debug - end - - def add_docs(documents) - @solr.add(documents) unless @debug - puts documents.inspect if @debug - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/request.rb deleted file mode 100755 index b568695..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request.rb +++ /dev/null @@ -1,26 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -module Solr; module Request; end; end -require File.expand_path("#{File.dirname(__FILE__)}/request/base") -require File.expand_path("#{File.dirname(__FILE__)}/request/update") -require File.expand_path("#{File.dirname(__FILE__)}/request/add_document") -require File.expand_path("#{File.dirname(__FILE__)}/request/modify_document") -require File.expand_path("#{File.dirname(__FILE__)}/request/commit") -require File.expand_path("#{File.dirname(__FILE__)}/request/delete") -require File.expand_path("#{File.dirname(__FILE__)}/request/ping") -require File.expand_path("#{File.dirname(__FILE__)}/request/select") -require File.expand_path("#{File.dirname(__FILE__)}/request/standard") -require File.expand_path("#{File.dirname(__FILE__)}/request/spellcheck") -require File.expand_path("#{File.dirname(__FILE__)}/request/dismax") -require File.expand_path("#{File.dirname(__FILE__)}/request/index_info") -require File.expand_path("#{File.dirname(__FILE__)}/request/optimize") diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/add_document.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/add_document.rb deleted file mode 100644 index b5a4d1f..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/add_document.rb +++ /dev/null @@ -1,68 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -require File.expand_path(File.dirname(__FILE__) + '/json_update') - -class Solr::Request::AddDocument < Solr::Request::JsonUpdate - - # create the request, optionally passing in a Solr::Document - # - # request = Solr::Request::AddDocument.new(doc) - # - # as a short cut you can pass in a Hash instead: - # - # request = Solr::Request::AddDocument.new(:creator => 'Jorge Luis Borges') - # - # or an array, to add multiple documents at the same time: - # - # request = Solr::Request::AddDocument.new([doc1, doc2, doc3])) - - def initialize(doc={}) - @docs = [] - if doc.is_a?(Array) - doc.each { |d| add_doc(d) } - else - add_doc(doc) - end - end - - def to_json - '{' + - @docs.map{ |doc| "\"add\": #{doc.to_jsonhash.to_json}" }.join(',') + - '}' - end - - def to_xml - e = Solr::XML::Element.new 'add' - for doc in @docs - e.add_element doc.to_xml - end - return e.to_s - end - - def to_s - to_json - end - - private - def add_doc(doc) - case doc - when Hash - @docs << Solr::Document.new(doc) - when Solr::Document - @docs << doc - else - raise "must pass in Solr::Document or Hash" - end - end - -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/base.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/base.rb deleted file mode 100644 index 4b65b1f..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/base.rb +++ /dev/null @@ -1,36 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Request::Base - - - #TODO : Add base support for the debugQuery flag, and such that the response provides debug output easily - - # returns either :xml or :ruby depending on what the - # response type is for a given request - - def response_format - raise "unknown request type: #{self.class}" - end - - def content_type - 'text/xml; charset=utf-8' - end - - # returns the solr handler or url fragment that can - # respond to this type of request - - def handler - raise "unknown request type: #{self.class}" - end - -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/commit.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/commit.rb deleted file mode 100644 index 30c43fe..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/commit.rb +++ /dev/null @@ -1,29 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Request::Commit < Solr::Request::Update - - def initialize(options={}) - @wait_searcher = options[:wait_searcher] || true - @wait_flush = options[:wait_flush] || true - end - - - def to_s - e = Solr::XML::Element.new('commit') - e.attributes['waitSearcher'] = @wait_searcher ? 'true' : 'false' - e.attributes['waitFlush'] = @wait_flush ? 'true' : 'false' - - e.to_s - end - -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/delete.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/delete.rb deleted file mode 100644 index 92f9067..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/delete.rb +++ /dev/null @@ -1,48 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Request::Delete < Solr::Request::Update - - # A delete request can be for a specific document id - # - # request = Solr::Request::Delete.new(:id => 1234) - # - # or by query: - # - # request = Solr::Request::Delete.new(:query => - # - def initialize(options) - unless options.kind_of?(Hash) and (options[:id] or options[:query]) - raise Solr::Exception.new("must pass in :id or :query") - end - if options[:id] and options[:query] - raise Solr::Exception.new("can't pass in both :id and :query") - end - @document_id = options[:id] - @query = options[:query] - end - - def to_s - delete_element = Solr::XML::Element.new('delete') - if @document_id - id_element = Solr::XML::Element.new('id') - id_element.text = @document_id - delete_element.add_element(id_element) - elsif @query - query = Solr::XML::Element.new('query') - query.text = @query - delete_element.add_element(query) - end - delete_element.to_s - end -end - diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/dismax.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/dismax.rb deleted file mode 100644 index 7c8ba66..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/dismax.rb +++ /dev/null @@ -1,37 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Request::Dismax < Solr::Request::Standard - - VALID_PARAMS.replace(VALID_PARAMS + [:tie_breaker, :query_fields, :minimum_match, :phrase_fields, :phrase_slop, - :alternate_query, :boost_query, :boost_functions]) - - def initialize(params) - super - end - - def to_hash - hash = super - hash[:defType] = 'edismax' - hash[:tie] = @params[:tie_breaker] - hash[:mm] = @params[:minimum_match] - hash[:qf] = @params[:query_fields] - hash[:pf] = @params[:phrase_fields] - hash[:ps] = @params[:phrase_slop] - hash[:bq] = @params[:boost_query] - hash[:boost] = @params[:boost_functions] - hash["q.alt"] = @params[:alternate_query] - - return hash - end - -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/index_info.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/index_info.rb deleted file mode 100755 index d4eeea5..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/index_info.rb +++ /dev/null @@ -1,22 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Request::IndexInfo < Solr::Request::Select - - def handler - 'admin/luke' - end - - def to_hash - {:numTerms => 0}.merge(super.to_hash) - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/json_update.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/json_update.rb deleted file mode 100644 index 2a68456..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/json_update.rb +++ /dev/null @@ -1,23 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# a parent class for all requests that go through the solr update handler -# TODO: Use new xml update handler for better error responses -class Solr::Request::JsonUpdate < Solr::Request::Base - def response_format - :xml - end - - def handler - 'update/json' - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/modify_document.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/modify_document.rb deleted file mode 100644 index 56e2958..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/modify_document.rb +++ /dev/null @@ -1,46 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Request::ModifyDocument < Solr::Request::Update - - # Example: ModifyDocument.new(:id => 10, :overwrite => {:field_name => "new value"}) - def initialize(update_data) - modes = [] - @doc = {} - [:overwrite, :append, :distinct, :increment, :delete].each do |mode| - field_data = update_data[mode] - if field_data - field_data.each do |field_name, field_value| - modes << "#{field_name}:#{mode.to_s.upcase}" - @doc[field_name] = field_value if field_value # if value is nil, omit so it can be removed - end - update_data.delete mode - end - end - @mode = modes.join(",") - - # only one key should be left over, the id - @doc[update_data.keys[0].to_s] = update_data.values[0] - end - - # returns the request as a string suitable for posting - def to_s - e = Solr::XML::Element.new 'add' - e.add_element(Solr::Document.new(@doc).to_xml) - return e.to_s - end - - def handler - "update?mode=#{@mode}" - end - -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/optimize.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/optimize.rb deleted file mode 100755 index c6c9b45..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/optimize.rb +++ /dev/null @@ -1,19 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Request::Optimize < Solr::Request::Update - - def to_s - Solr::XML::Element.new('optimize').to_s - end - -end \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/ping.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/ping.rb deleted file mode 100644 index 6b420be..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/ping.rb +++ /dev/null @@ -1,36 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# TODO: Consider something lazy like this? -# Solr::Request::Ping = Solr::Request.simple_request :format=>:xml, :handler=>'admin/ping' -# class Solr::Request -# def self.simple_request(options) -# Class.new do -# def response_format -# options[:format] -# end -# def handler -# options[:handler] -# end -# end -# end -# end - -class Solr::Request::Ping < Solr::Request::Base - def response_format - :xml - end - - def handler - 'admin/ping' - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/select.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/select.rb deleted file mode 100644 index 3009b48..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/select.rb +++ /dev/null @@ -1,54 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# "Abstract" base class, only useful with subclasses that add parameters -class Solr::Request::Select < Solr::Request::Base - - attr_reader :query_type - - def initialize(qt=nil, params={}) - @query_type = qt - @select_params = params - end - - def response_format - :ruby - end - - def handler - 'select' - end - - def content_type - 'application/x-www-form-urlencoded; charset=utf-8' - end - - def to_hash - return {:qt => query_type, :wt => 'ruby', 'json.nl' => 'arrarr'}.merge(@select_params) - end - - def to_s - raw_params = self.to_hash - - http_params = [] - raw_params.each do |key,value| - if value.respond_to? :each - value.each { |v| http_params << "#{key}=#{ERB::Util::url_encode(v)}" unless v.nil?} - else - http_params << "#{key}=#{ERB::Util::url_encode(value)}" unless value.nil? - end - end - - http_params.join("&") - end - -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/spellcheck.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/spellcheck.rb deleted file mode 100644 index eab24eb..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/spellcheck.rb +++ /dev/null @@ -1,30 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Request::Spellcheck < Solr::Request::Select - - def initialize(params) - super('spellchecker') - @params = params - end - - def to_hash - hash = super - hash[:q] = @params[:query] - hash[:suggestionCount] = @params[:suggestion_count] - hash[:accuracy] = @params[:accuracy] - hash[:onlyMorePopular] = @params[:only_more_popular] - hash[:cmd] = @params[:command] - return hash - end - -end \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/standard.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/standard.rb deleted file mode 100755 index 4209f95..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/standard.rb +++ /dev/null @@ -1,408 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Request::Standard < Solr::Request::Select - - VALID_PARAMS = [:query, :sort, :default_field, :operator, :start, :rows, :shards, :date_facets, - :filter_queries, :field_list, :debug_query, :explain_other, :facets, :highlighting, :mlt, :radius, - :radius, :latitude, :longitude, :spellcheck] - - def initialize(params) - super 'search' - - raise "Invalid parameters: #{(params.keys - VALID_PARAMS).join(',')}" unless - (params.keys - VALID_PARAMS).empty? - - raise ":query parameter required" unless params[:query] - - @params = params.dup - - # Validate operator - if params[:operator] - raise "Only :and/:or operators allowed" unless - [:and, :or].include?(params[:operator]) - - @params[:operator] = params[:operator].to_s.upcase - end - - # Validate start, rows can be transformed to ints - @params[:start] = params[:start].to_i if params[:start] - @params[:rows] = params[:rows].to_i if params[:rows] - - @params[:field_list] ||= ["*","score"] - - @params[:shards] ||= [] - end - - def to_hash - hash = {} - - # standard request param processing - hash[:sort] = @params[:sort] - hash[:q] = @params[:query] - hash["q.op"] = @params[:operator] - hash[:df] = @params[:default_field] - hash[:echoParams] = 'explicit' - - # common parameter processing - hash[:start] = @params[:start] - hash[:rows] = @params[:rows] - hash[:fq] = @params[:filter_queries] - hash[:fl] = @params[:field_list].join(',') - hash[:debugQuery] = @params[:debug_query] - hash[:explainOther] = @params[:explain_other] - hash[:shards] = @params[:shards].join(',') unless @params[:shards].empty? - - hash[:sfield] = 'latlng' - hash[:d] = @params[:radius] - hash[:pt] = "#{@params[:latitude]}, #{@params[:longitude]}" if @params[:latitude] and @params[:longitude] - - # facet parameter processing - if @params[:facets] - # TODO need validation of all that is under the :facets Hash too - hash[:facet] = true - hash["facet.field"] = [] - hash["facet.query"] = @params[:facets][:queries] - hash["facet.sort"] = @params[:facets][:sort] - hash["facet.limit"] = @params[:facets][:limit] - hash["facet.missing"] = @params[:facets][:missing] - hash["facet.mincount"] = @params[:facets][:mincount] - hash["facet.prefix"] = @params[:facets][:prefix] - hash["facet.offset"] = @params[:facets][:offset] - if @params[:facets][:fields] # facet fields are optional (could be facet.query only) - @params[:facets][:fields].each do |f| - if f.kind_of? Hash - key = f.keys[0] - value = f[key] - hash["facet.field"] << key - hash["f.#{key}.facet.sort"] = value[:sort] - hash["f.#{key}.facet.limit"] = value[:limit] - hash["f.#{key}.facet.missing"] = value[:missing] - hash["f.#{key}.facet.mincount"] = value[:mincount] - hash["f.#{key}.facet.prefix"] = value[:prefix] - hash["f.#{key}.facet.offset"] = value[:offset] - else - hash["facet.field"] << f - end - end - end - - if @params[:date_facets] - hash["facet.date"] = [] - if @params[:date_facets][:fields] - @params[:date_facets][:fields].each do |f| - if f.kind_of? Hash - key = f.keys[0] - hash["facet.date"] << key - f[key].each { |k, v| - hash["f.#{key}.facet.date.#{k}"] = v - } - else - hash["facet.date"] << f - end - end - end - hash["facet.date.start"] = @params[:date_facets][:start] - hash["facet.date.end"] = @params[:date_facets][:end] - hash["facet.date.gap"] = @params[:date_facets][:gap] - hash["facet.date.other"] = @params[:date_facets][:other] - hash["facet.date.hardend"] = @params[:date_facets][:hardend] - if @params[:date_facets][:filter] - if hash[:fq] - hash[:fq] << @params[:date_facets][:filter] - else - hash[:fq] = @params[:date_facets][:filter] - end - end - end - end - - # highlighting parameter processing - http://wiki.apache.org/solr/HighlightingParameters - if @params[:highlighting] - hash[:hl] = true - hash["hl.fl"] = @params[:highlighting][:field_list].join(',') if @params[:highlighting][:field_list] - - snippets = @params[:highlighting][:max_snippets] - if snippets - if snippets.kind_of? Hash - if snippets[:default] - hash["hl.snippets"] = snippets[:default] - end - if snippets[:fields] - snippets[:fields].each do |k,v| - hash["f.#{k}.hl.snippets"] = v - end - end - else - hash["hl.snippets"] = snippets - end - end - - fragsize = @params[:highlighting][:fragment_size] - if fragsize - if fragsize.kind_of? Hash - if fragsize[:default] - hash["hl.fragsize"] = fragsize[:default] - end - if fragsize[:fields] - fragsize[:fields].each do |k,v| - hash["f.#{k}.hl.fragsize"] = v - end - end - else - hash["hl.fragsize"] = fragsize - end - end - - rfm = @params[:highlighting][:require_field_match] - if nil != rfm - if rfm.kind_of? Hash - if nil != rfm[:default] - hash["hl.requireFieldMatch"] = rfm[:default] - end - if rfm[:fields] - rfm[:fields].each do |k,v| - hash["f.#{k}.hl.requireFieldMatch"] = v - end - end - else - hash["hl.requireFieldMatch"] = rfm - end - end - - mac = @params[:highlighting][:max_analyzed_chars] - if mac - if mac.kind_of? Hash - if mac[:default] - hash["hl.maxAnalyzedChars"] = mac[:default] - end - if mac[:fields] - mac[:fields].each do |k,v| - hash["f.#{k}.hl.maxAnalyzedChars"] = v - end - end - else - hash["hl.maxAnalyzedChars"] = mac - end - end - - prefix = @params[:highlighting][:prefix] - if prefix - if prefix.kind_of? Hash - if prefix[:default] - hash["hl.simple.pre"] = prefix[:default] - end - if prefix[:fields] - prefix[:fields].each do |k,v| - hash["f.#{k}.hl.simple.pre"] = v - end - end - else - hash["hl.simple.pre"] = prefix - end - end - - suffix = @params[:highlighting][:suffix] - if suffix - if suffix.kind_of? Hash - if suffix[:default] - hash["hl.simple.post"] = suffix[:default] - end - if suffix[:fields] - suffix[:fields].each do |k,v| - hash["f.#{k}.hl.simple.post"] = v - end - end - else - hash["hl.simple.post"] = suffix - end - end - - formatter = @params[:highlighting][:formatter] - if formatter - if formatter.kind_of? Hash - if formatter[:default] - hash["hl.formatter"] = formatter[:default] - end - if formatter[:fields] - formatter[:fields].each do |k,v| - hash["f.#{k}.hl.formatter"] = v - end - end - else - hash["hl.formatter"] = formatter - end - end - - fragmenter = @params[:highlighting][:fragmenter] - if fragmenter - if fragmenter.kind_of? Hash - if fragmenter[:default] - hash["hl.fragmenter"] = fragmenter[:default] - end - if fragmenter[:fields] - fragmenter[:fields].each do |k,v| - hash["f.#{k}.hl.fragmenter"] = v - end - end - else - hash["hl.fragmenter"] = fragmenter - end - end - - merge_contiguous = @params[:highlighting][:merge_contiguous] - if nil != merge_contiguous - if merge_contiguous.kind_of? Hash - if nil != merge_contiguous[:default] - hash["hl.mergeContiguous"] = merge_contiguous[:default] - end - if merge_contiguous[:fields] - merge_contiguous[:fields].each do |k,v| - hash["f.#{k}.hl.mergeContiguous"] = v - end - end - else - hash["hl.mergeContiguous"] = merge_contiguous - end - end - - increment = @params[:highlighting][:increment] - if increment - if increment.kind_of? Hash - if increment[:default] - hash["hl.increment"] = increment[:default] - end - if increment[:fields] - increment[:fields].each do |k,v| - hash["f.#{k}.hl.increment"] = v - end - end - else - hash["hl.increment"] = increment - end - end - - # support "old style" - alternate_fields = @params[:highlighting][:alternate_fields] - if alternate_fields - alternate_fields.each do |f,v| - hash["f.#{f}.hl.alternateField"] = v - end - end - - alternate_field = @params[:highlighting][:alternate_field] - if alternate_field - if alternate_field.kind_of? Hash - if alternate_field[:default] - hash["hl.alternateField"] = alternate_field[:default] - end - if alternate_field[:fields] - alternate_field[:fields].each do |k,v| - hash["f.#{k}.hl.alternateField"] = v - end - end - else - hash["hl.alternateField"] = alternate_field - end - end - - mafl = @params[:highlighting][:max_alternate_field_length] - if mafl - if mafl.kind_of? Hash - if mafl[:default] - hash["hl.maxAlternateFieldLength"] = mafl[:default] - end - if mafl[:fields] - mafl[:fields].each do |k,v| - hash["f.#{k}.hl.maxAlternateFieldLength"] = v - end - else - # support "old style" - mafl.each do |k,v| - hash["f.#{k}.hl.maxAlternateFieldLength"] = v - end - end - else - hash["hl.maxAlternateFieldLength"] = mafl - end - end - - hash["hl.usePhraseHighlighter"] = @params[:highlighting][:use_phrase_highlighter] - - regex = @params[:highlighting][:regex] - if regex - if regex[:slop] - if regex[:slop].kind_of? Hash - if regex[:slop][:default] - hash["hl.regex.slop"] = regex[:slop][:default] - end - if regex[:slop][:fields] - regex[:slop][:fields].each do |k,v| - hash["f.#{k}.hl.regex.slop"] = v - end - end - else - hash["hl.regex.slop"] = regex[:slop] - end - end - if regex[:pattern] - if regex[:pattern].kind_of? Hash - if regex[:pattern][:default] - hash["hl.regex.pattern"] = regex[:pattern][:default] - end - if regex[:pattern][:fields] - regex[:pattern][:fields].each do |k,v| - hash["f.#{k}.hl.regex.pattern"] = v - end - end - else - hash["hl.regex.pattern"] = regex[:pattern] - end - end - if regex[:max_analyzed_chars] - if regex[:max_analyzed_chars].kind_of? Hash - if regex[:max_analyzed_chars][:default] - hash["hl.regex.maxAnalyzedChars"] = regex[:max_analyzed_chars][:default] - end - if regex[:max_analyzed_chars][:fields] - regex[:max_analyzed_chars][:fields].each do |k,v| - hash["f.#{k}.hl.regex.maxAnalyzedChars"] = v - end - end - else - hash["hl.regex.maxAnalyzedChars"] = regex[:max_analyzed_chars] - end - end - end - - end - - if @params[:mlt] - hash[:mlt] = true - hash["mlt.count"] = @params[:mlt][:count] - hash["mlt.fl"] = @params[:mlt][:field_list].join(',') - hash["mlt.mintf"] = @params[:mlt][:min_term_freq] - hash["mlt.mindf"] = @params[:mlt][:min_doc_freq] - hash["mlt.minwl"] = @params[:mlt][:min_word_length] - hash["mlt.maxwl"] = @params[:mlt][:max_word_length] - hash["mlt.maxqt"] = @params[:mlt][:max_query_terms] - hash["mlt.maxntp"] = @params[:mlt][:max_tokens_parsed] - hash["mlt.boost"] = @params[:mlt][:boost] - end - - hash[:spellcheck] = true - hash['spellcheck.collate'] = true - - hash.merge(super.to_hash) - end - -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/update.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/update.rb deleted file mode 100644 index 8bd8448..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/request/update.rb +++ /dev/null @@ -1,23 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# a parent class for all requests that go through the solr update handler -# TODO: Use new xml update handler for better error responses -class Solr::Request::Update < Solr::Request::Base - def response_format - :xml - end - - def handler - 'update' - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/response.rb deleted file mode 100755 index 9df29e6..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response.rb +++ /dev/null @@ -1,27 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -module Solr; module Response; end; end -require File.expand_path("#{File.dirname(__FILE__)}/response/base") -require File.expand_path("#{File.dirname(__FILE__)}/response/xml") -require File.expand_path("#{File.dirname(__FILE__)}/response/ruby") -require File.expand_path("#{File.dirname(__FILE__)}/response/ping") -require File.expand_path("#{File.dirname(__FILE__)}/response/add_document") -require File.expand_path("#{File.dirname(__FILE__)}/response/modify_document") -require File.expand_path("#{File.dirname(__FILE__)}/response/standard") -require File.expand_path("#{File.dirname(__FILE__)}/response/spellcheck") -require File.expand_path("#{File.dirname(__FILE__)}/response/dismax") -require File.expand_path("#{File.dirname(__FILE__)}/response/commit") -require File.expand_path("#{File.dirname(__FILE__)}/response/delete") -require File.expand_path("#{File.dirname(__FILE__)}/response/index_info") -require File.expand_path("#{File.dirname(__FILE__)}/response/optimize") -require File.expand_path("#{File.dirname(__FILE__)}/response/select") \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/add_document.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/add_document.rb deleted file mode 100644 index d1e1923..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/add_document.rb +++ /dev/null @@ -1,17 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Response::AddDocument < Solr::Response::Xml - def initialize(xml) - super - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/base.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/base.rb deleted file mode 100644 index a66d2a4..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/base.rb +++ /dev/null @@ -1,42 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Response::Base - attr_reader :raw_response - - def initialize(raw_response) - @raw_response = raw_response - end - - # factory method for creating a Solr::Response::* from - # a request and the raw response content - def self.make_response(request, raw) - - # make sure response format seems sane - unless [:xml, :ruby].include?(request.response_format) - raise Solr::Exception.new("unknown response format: #{request.response_format}" ) - end - - # TODO: Factor out this case... perhaps the request object should provide the response class instead? Or dynamically align by class name? - # Maybe the request itself could have the response handling features that get mixed in with a single general purpose response object? - - begin - klass = eval(request.class.name.sub(/Request/,'Response')) - rescue NameError - raise Solr::Exception.new("unknown request type: #{request.class}") - else - klass.new(raw) - end - - end - -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/commit.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/commit.rb deleted file mode 100644 index 3a258e6..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/commit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Response::Commit < Solr::Response::Xml -end - diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/delete.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/delete.rb deleted file mode 100644 index 0836128..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/delete.rb +++ /dev/null @@ -1,13 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Response::Delete < Solr::Response::Xml; end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/dismax.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/dismax.rb deleted file mode 100644 index d495843..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/dismax.rb +++ /dev/null @@ -1,8 +0,0 @@ -class Solr::Response::Dismax < Solr::Response::Standard - # no need for special processing - - # FIXME: 2007-02-07 -- The existence of this class indicates that - # the Request/Response pair architecture is a little hinky. Perhaps we could refactor - # out some of the most common functionality -- Common Query Parameters, Highlighting Parameters, - # Simple Facet Parameters, etc. -- into modules? -end \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/index_info.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/index_info.rb deleted file mode 100755 index b8e215f..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/index_info.rb +++ /dev/null @@ -1,26 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Response::IndexInfo < Solr::Response::Ruby - def initialize(ruby_code) - super - end - - def num_docs - return @data['index']['numDocs'] - end - - def field_names - return @data['fields'].keys - end - -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/modify_document.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/modify_document.rb deleted file mode 100644 index 44c4f5b..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/modify_document.rb +++ /dev/null @@ -1,17 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Response::ModifyDocument < Solr::Response::Xml - def initialize(xml) - super - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/optimize.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/optimize.rb deleted file mode 100755 index 4594d90..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/optimize.rb +++ /dev/null @@ -1,14 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Response::Optimize < Solr::Response::Commit -end \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/ping.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/ping.rb deleted file mode 100644 index 5be1e90..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/ping.rb +++ /dev/null @@ -1,26 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Response::Ping < Solr::Response::Xml - - def initialize(xml) - super - @ok = REXML::XPath.first(@doc, './solr/ping') ? true : false - end - - # returns true or false depending on whether the ping - # was successful or not - def ok? - @ok - end - -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/ruby.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/ruby.rb deleted file mode 100644 index 05424c1..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/ruby.rb +++ /dev/null @@ -1,42 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Response::Ruby < Solr::Response::Base - attr_reader :data, :header - - def initialize(ruby_code) - super - begin - #TODO: what about pulling up data/header/response to ResponseBase, - # or maybe a new middle class like SelectResponseBase since - # all Select queries return this same sort of stuff?? - # XML (&wt=xml) and Ruby (&wt=ruby) responses contain exactly the same structure. - # a goal of solrb is to make it irrelevant which gets used under the hood, - # but favor Ruby responses. - @data = eval(ruby_code) - @header = @data['responseHeader'] - raise "response should be a hash" unless @data.kind_of? Hash - raise "response header missing" unless @header.kind_of? Hash - rescue SyntaxError => e - raise Solr::Exception.new("invalid ruby code: #{e}") - end - end - - def ok? - @header['status'] == 0 - end - - def query_time - @header['QTime'] - end - -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/select.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/select.rb deleted file mode 100644 index 8e2185d..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/select.rb +++ /dev/null @@ -1,17 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Response::Select < Solr::Response::Ruby - def initialize(ruby_code) - super - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/spellcheck.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/spellcheck.rb deleted file mode 100644 index a4842c5..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/spellcheck.rb +++ /dev/null @@ -1,20 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Response::Spellcheck < Solr::Response::Ruby - attr_reader :suggestions - - def initialize(ruby_code) - super - @suggestions = @data['suggestions'] - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/standard.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/standard.rb deleted file mode 100644 index 177bbbe..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/standard.rb +++ /dev/null @@ -1,64 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Response::Standard < Solr::Response::Ruby - FacetValue = Struct.new(:name, :value) - include Enumerable - - def initialize(ruby_code) - super - @response = @data['response'] - raise "response section missing" unless @response.kind_of? Hash - end - - def total_hits - @response['numFound'] - end - - def start - @response['start'] - end - - def hits - @response['docs'] - end - - def max_score - @response['maxScore'] - end - - def field_facets(field) - facets = [] - values = @data['facet_counts']['facet_fields'][field] - Solr::Util.paired_array_each(values) do |key, value| - facets << FacetValue.new(key, value) - end - - facets - end - - def highlighted(id, field) - @data['highlighting'][id.to_s][field.to_s] rescue nil - end - - def highlighting - @data['highlighting'] - end - - # supports enumeration of hits - # TODO revisit - should this iterate through *all* hits by re-requesting more? - def each - @response['docs'].each {|hit| yield hit} - end - -end - diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/xml.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/xml.rb deleted file mode 100644 index 1fff3ed..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/response/xml.rb +++ /dev/null @@ -1,39 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Response::Xml < Solr::Response::Base - attr_reader :doc, :status_code, :status_message - - def initialize(xml) - super - # parse the xml - @doc = REXML::Document.new(xml) - - # look for the result code and string - # - # - # 02 - # - result = REXML::XPath.first(@doc, './response/lst[@name="responseHeader"]/int[@name="status"]') - if result - @status_code = result.text - @status_message = result.text # TODO: any need for a message? - end - rescue REXML::ParseException => e - raise Solr::Exception.new("invalid response xml: #{e}") - end - - def ok? - return @status_code == '0' - end - -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/util.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/util.rb deleted file mode 100755 index 0bbeb6b..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/util.rb +++ /dev/null @@ -1,46 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -class Solr::Util - # paired_array_each([key1,value1,key2,value2]) yields twice: - # |key1,value1| and |key2,value2| - def self.paired_array_each(a, &block) - 0.upto(a.size / 2 - 1) do |i| - n = i * 2 - yield(a[n], a[n+1]) - end - end - - # paired_array_to_hash([key1,value1,key2,value2]) => {key1 => value1, key2, value2} - def self.paired_array_to_hash(a) - Hash[*a] - end - - # from http://lucene.apache.org/core/old_versioned_docs/versions/3_0_0/queryparsersyntax.html#Escaping Special Characters - ESCAPES = %w[+ - && || ! ( ) { } \[ \] " ~ * ? \\] - - def self.query_parser_escape(string, fields = []) - string = string.split(' ').map do |str| - if /(\w+):(.*)/ =~ str # escape : considering fields - (!$2.empty? and fields.include?($1.to_sym)) ? "#{$1}:#{$2}" : "#{$1}\\:#{$2}" - elsif /^\^(.*)/ =~ str # escape ^ - "\\^#{$1}" - else - str - end - end.join(' ') - - ESCAPES.each { |e| string.gsub! e, "\\#{e}" } - string - end - -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/solr/xml.rb b/vendor/plugins/acts_as_solr_reloaded/lib/solr/xml.rb deleted file mode 100644 index af913d7..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/solr/xml.rb +++ /dev/null @@ -1,43 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -module Solr::XML -end - -begin - - # If we can load rubygems and libxml-ruby... - require 'rubygems' - require 'xml/libxml' - raise "acts_as_solr requires libxml-ruby 0.7 or greater" unless XML::Node.public_instance_methods.collect{|x| x.to_sym}.include?(:attributes) - - # then make a few modifications to XML::Node so it can stand in for REXML::Element - class XML::Node - # element.add_element(another_element) should work - alias_method :add_element, :<< - - - # element.text = "blah" should work - def text=(x) - self << x.to_s - end - end - - # And use XML::Node for our XML generation - Solr::XML::Element = XML::Node - -rescue LoadError => e # If we can't load either rubygems or libxml-ruby - # Just use REXML. - require 'rexml/document' - Solr::XML::Element = REXML::Element - -end diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/tasks/database.rake b/vendor/plugins/acts_as_solr_reloaded/lib/tasks/database.rake deleted file mode 100644 index e41942f..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/tasks/database.rake +++ /dev/null @@ -1,16 +0,0 @@ -namespace :db do - namespace :fixtures do - desc "Load fixtures into the current environment's database. Load specific fixtures using FIXTURES=x,y" - task :load => :environment do - begin - ActsAsSolr::Post.execute(Solr::Request::Delete.new(:query => "*:*")) - ActsAsSolr::Post.execute(Solr::Request::Commit.new) - (ENV['FIXTURES'] ? ENV['FIXTURES'].split(/,/) : Dir.glob(File.join(Rails.root, 'test', 'fixtures', '*.{yml,csv}'))).each do |fixture_file| - ActsAsSolr::SolrFixtures.load(File.basename(fixture_file, '.*')) - end - puts "The fixtures loaded have been added to Solr" - rescue - end - end - end -end \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/tasks/solr.rake b/vendor/plugins/acts_as_solr_reloaded/lib/tasks/solr.rake deleted file mode 100644 index 8bc94c2..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/tasks/solr.rake +++ /dev/null @@ -1,209 +0,0 @@ -namespace :solr do - - APACHE_MIRROR = ENV['APACHE_MIRROR'] || "http://ftp.unicamp.br/pub/apache" - SOLR_VERSION = '3.6.0' - SOLR_FILENAME = "apache-solr-#{SOLR_VERSION}.tgz" - SOLR_MD5SUM = 'ac11ef4408bb015aa3a5eefcb1047aec' - SOLR_URL = "#{APACHE_MIRROR}/lucene/solr/#{SOLR_VERSION}/#{SOLR_FILENAME}" - SOLR_DIR = "apache-solr-#{SOLR_VERSION}" - - # change path if it is on testing environment - PLUGIN_ROOT = File.expand_path("#{File.dirname(__FILE__)}/../..") - - def solr_downloaded? - File.exists?("#{PLUGIN_ROOT}/solr/start.jar") - end - - desc "Download and install Solr+Jetty #{SOLR_VERSION}." - task :download do - abort 'Solr already downloaded.' if solr_downloaded? - - tmpdir = [ '/var/tmp', '/tmp' ].find { |d| File.exists?(d) } - Dir.chdir tmpdir do - skip_download = false - if File.exists?(SOLR_FILENAME) - sh "echo \"#{SOLR_MD5SUM} #{SOLR_FILENAME}\" | md5sum -c -" do |ok, res| - skip_download = ok - end - end - - unless skip_download - sh "wget -c #{SOLR_URL}" - end - - sh "echo \"#{SOLR_MD5SUM} #{SOLR_FILENAME}\" | md5sum -c -" do |ok, res| - abort "MD5SUM do not match" if !ok - - sh "tar xzf #{SOLR_FILENAME}" - cd "apache-solr-#{SOLR_VERSION}/example" - - cp_r ['../LICENSE.txt', '../NOTICE.txt', 'README.txt', 'etc', 'lib', 'start.jar', 'webapps', 'work'], "#{PLUGIN_ROOT}/solr", :verbose => true - cd 'solr' - cp_r ['README.txt', 'bin', 'solr.xml'], "#{PLUGIN_ROOT}/solr/solr", :verbose => true - end - end - end - - desc 'Remove Solr instalation from the tree.' - task :remove do - solr_root = "#{PLUGIN_ROOT}/solr/" - rm_r ['README.txt', 'bin', 'solr.xml'].map{ |i| File.join(solr_root, 'solr', i) }, :verbose => true, :force => true - rm_r ['LICENSE.txt', 'NOTICE.txt', 'README.txt', 'etc', 'lib', 'start.jar', 'webapps', 'work'].map{ |i| File.join(solr_root, i) }, :verbose => true, :force => true - end - - desc 'Update to the newest supported version of solr' - task :update => [:remove, :download] do - end - - desc 'Starts Solr. Options accepted: RAILS_ENV=your_env, PORT=XX. Defaults to development if none.' - task :start do - if !solr_downloaded? - puts "ERROR: Can't find Solr on the source code! Please run 'rake solr:download'." - return - end - - require File.expand_path(File.dirname(__FILE__) + '/../../config/solr_environment') - - FileUtils.mkdir_p(SOLR_LOGS_PATH) - FileUtils.mkdir_p(SOLR_DATA_PATH) - FileUtils.mkdir_p(SOLR_PIDS_PATH) - - # test if there is a solr already running - begin - n = Net::HTTP.new('127.0.0.1', SOLR_PORT) - n.request_head('/').value - - rescue Net::HTTPServerException #responding - puts "Port #{SOLR_PORT} in use" and return - - rescue Errno::ECONNREFUSED, Errno::EBADF, NoMethodError #not responding - # there's an issue with Net::HTTP.request where @socket is nil and raises a NoMethodError - # http://redmine.ruby-lang.org/issues/show/2708 - Dir.chdir(SOLR_PATH) do - cmd = "java #{SOLR_JVM_OPTIONS} -Djetty.logs=\"#{SOLR_LOGS_PATH}\" -Dsolr.solr.home=\"#{SOLR_CONFIG_PATH}\"" + - " -Dsolr.data.dir=\"#{SOLR_DATA_PATH}\" -Djetty.host=\"#{SOLR_HOST}\" -Djetty.port=#{SOLR_PORT} -jar start.jar" - - windows = RUBY_PLATFORM =~ /(win|w)32$/ - if windows - exec cmd - else - pid = fork do - Process.setpgrp - STDERR.close - exec cmd - end - end - - File.open(SOLR_PID_FILE, "w"){ |f| f << pid} unless windows - puts "#{ENV['RAILS_ENV']} Solr started successfully on #{SOLR_HOST}:#{SOLR_PORT}, pid: #{pid}." - end - end - end - - desc 'Stops Solr. Specify the environment by using: RAILS_ENV=your_env. Defaults to development if none.' - task :stop do - require File.expand_path("#{File.dirname(__FILE__)}/../../config/solr_environment") - - if File.exists?(SOLR_PID_FILE) - killed = false - File.open(SOLR_PID_FILE, "r") do |f| - pid = f.readline - begin - Process.kill('TERM', -pid.to_i) - sleep 3 - killed = true - rescue - puts "Solr could not be found at pid #{pid.to_i}. Removing pid file." - end - end - File.unlink(SOLR_PID_FILE) - puts "Solr shutdown successfully." if killed - else - puts "PID file not found at #{SOLR_PID_FILE}. Either Solr is not running or no PID file was written." - end - end - - desc 'Restart Solr. Specify the environment by using: RAILS_ENV=your_env. Defaults to development if none.' - task :restart do - Rake::Task["solr:stop"].invoke - Rake::Task["solr:start"].invoke - end - - desc 'Remove Solr index' - task :destroy_index => :environment do - require File.expand_path("#{File.dirname(__FILE__)}/../../config/solr_environment") - raise "In production mode. I'm not going to delete the index, sorry." if ENV['RAILS_ENV'] == "production" - if File.exists?("#{SOLR_DATA_PATH}") - Dir["#{SOLR_DATA_PATH}/index/*"].each{|f| File.unlink(f) if File.exists?(f)} - Dir.rmdir("#{SOLR_DATA_PATH}/index") - puts "Index files removed under " + ENV['RAILS_ENV'] + " environment" - end - end - - # this task is by Henrik Nyh - # http://henrik.nyh.se/2007/06/rake-task-to-reindex-models-for-acts_as_solr - desc %{Reindexes data for all acts_as_solr models. Clears index first to get rid of orphaned records and optimizes index afterwards. RAILS_ENV=your_env to set environment. ONLY=book,person,magazine to only reindex those models; EXCEPT=book,magazine to exclude those models. START_SERVER=true to solr:start before and solr:stop after. BATCH=123 to post/commit in batches of that size: default is 300. CLEAR=false to not clear the index first; OPTIMIZE=false to not optimize the index afterwards.} - task :reindex => :environment do - require File.expand_path("#{File.dirname(__FILE__)}/../../config/solr_environment") - - delayed_job = env_to_bool('DELAYED_JOB', false) - optimize = env_to_bool('OPTIMIZE', !delayed_job) - start_server = env_to_bool('START_SERVER', false) - offset = ENV['OFFSET'].to_i.nonzero? || 0 - clear_first = env_to_bool('CLEAR', offset == 0) - batch_size = ENV['BATCH'].to_i.nonzero? || 300 - debug_output = env_to_bool("DEBUG", false) - models = (ENV['MODELS'] || '').split(',').map{ |m| m.constantize } - threads = (ENV['THREADS'] || '2').to_i - - logger = ActiveRecord::Base.logger = Logger.new(STDOUT) - logger.level = ActiveSupport::BufferedLogger::INFO unless debug_output - Dir["#{Rails.root}/app/models/*.rb"].each{ |file| require file } - - if start_server - puts "Starting Solr server..." - Rake::Task["solr:start"].invoke - end - - # Disable optimize and commit - module ActsAsSolr::CommonMethods - def blank() end - alias_method :deferred_solr_optimize, :solr_optimize - alias_method :solr_optimize, :blank - alias_method :solr_commit, :blank - end - - models = $solr_indexed_models unless models.count > 0 - models.each do |model| - if clear_first - puts "Clearing index for #{model}..." - ActsAsSolr::Post.execute(Solr::Request::Delete.new(:query => "#{model.solr_configuration[:type_field]}:#{Solr::Util.query_parser_escape(model.name)}")) - ActsAsSolr::Post.execute(Solr::Request::Commit.new) - end - - puts "Rebuilding index for #{model}..." - model.rebuild_solr_index batch_size, :offset => offset, :threads => threads, :delayed_job => delayed_job - puts "Commiting changes..." - ActsAsSolr::Post.execute(Solr::Request::Commit.new) - end - - if $solr_indexed_models.empty? - puts "There were no models to reindex." - elsif optimize - puts "Optimizing..." - models.last.deferred_solr_optimize - end - - end - - def env_to_bool(env, default) - env = ENV[env] || '' - case env - when /^true$/i then true - when /^false$/i then false - else default - end - end - -end - diff --git a/vendor/plugins/acts_as_solr_reloaded/lib/tasks/test.rake b/vendor/plugins/acts_as_solr_reloaded/lib/tasks/test.rake deleted file mode 100644 index c1c420b..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/lib/tasks/test.rake +++ /dev/null @@ -1,5 +0,0 @@ -namespace :test do - task :migrate do - ActiveRecord::Migrator.migrate("test/db/migrate/", ENV["VERSION"] ? ENV["VERSION"].to_i : nil) - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/rails/init.rb b/vendor/plugins/acts_as_solr_reloaded/rails/init.rb deleted file mode 100644 index fb35c55..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/rails/init.rb +++ /dev/null @@ -1 +0,0 @@ -require 'acts_as_solr' \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/admin-extra.html b/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/admin-extra.html deleted file mode 100644 index aa739da..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/admin-extra.html +++ /dev/null @@ -1,31 +0,0 @@ - - - diff --git a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/elevate.xml b/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/elevate.xml deleted file mode 100644 index b91e75c..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/elevate.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/en_US.aff b/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/en_US.aff deleted file mode 100644 index 2ddd985..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/en_US.aff +++ /dev/null @@ -1,201 +0,0 @@ -SET ISO8859-1 -TRY esianrtolcdugmphbyfvkwzESIANRTOLCDUGMPHBYFVKWZ' -NOSUGGEST ! - -# ordinal numbers -COMPOUNDMIN 1 -# only in compounds: 1th, 2th, 3th -ONLYINCOMPOUND c -# compound rules: -# 1. [0-9]*1[0-9]th (10th, 11th, 12th, 56714th, etc.) -# 2. [0-9]*[02-9](1st|2nd|3rd|[4-9]th) (21st, 22nd, 123rd, 1234th, etc.) -COMPOUNDRULE 2 -COMPOUNDRULE n*1t -COMPOUNDRULE n*mp -WORDCHARS 0123456789 - -PFX A Y 1 -PFX A 0 re . - -PFX I Y 1 -PFX I 0 in . - -PFX U Y 1 -PFX U 0 un . - -PFX C Y 1 -PFX C 0 de . - -PFX E Y 1 -PFX E 0 dis . - -PFX F Y 1 -PFX F 0 con . - -PFX K Y 1 -PFX K 0 pro . - -SFX V N 2 -SFX V e ive e -SFX V 0 ive [^e] - -SFX N Y 3 -SFX N e ion e -SFX N y ication y -SFX N 0 en [^ey] - -SFX X Y 3 -SFX X e ions e -SFX X y ications y -SFX X 0 ens [^ey] - -SFX H N 2 -SFX H y ieth y -SFX H 0 th [^y] - -SFX Y Y 1 -SFX Y 0 ly . - -SFX G Y 2 -SFX G e ing e -SFX G 0 ing [^e] - -SFX J Y 2 -SFX J e ings e -SFX J 0 ings [^e] - -SFX D Y 4 -SFX D 0 d e -SFX D y ied [^aeiou]y -SFX D 0 ed [^ey] -SFX D 0 ed [aeiou]y - -SFX T N 4 -SFX T 0 st e -SFX T y iest [^aeiou]y -SFX T 0 est [aeiou]y -SFX T 0 est [^ey] - -SFX R Y 4 -SFX R 0 r e -SFX R y ier [^aeiou]y -SFX R 0 er [aeiou]y -SFX R 0 er [^ey] - -SFX Z Y 4 -SFX Z 0 rs e -SFX Z y iers [^aeiou]y -SFX Z 0 ers [aeiou]y -SFX Z 0 ers [^ey] - -SFX S Y 4 -SFX S y ies [^aeiou]y -SFX S 0 s [aeiou]y -SFX S 0 es [sxzh] -SFX S 0 s [^sxzhy] - -SFX P Y 3 -SFX P y iness [^aeiou]y -SFX P 0 ness [aeiou]y -SFX P 0 ness [^y] - -SFX M Y 1 -SFX M 0 's . - -SFX B Y 3 -SFX B 0 able [^aeiou] -SFX B 0 able ee -SFX B e able [^aeiou]e - -SFX L Y 1 -SFX L 0 ment . - -REP 88 -REP a ei -REP ei a -REP a ey -REP ey a -REP ai ie -REP ie ai -REP are air -REP are ear -REP are eir -REP air are -REP air ere -REP ere air -REP ere ear -REP ere eir -REP ear are -REP ear air -REP ear ere -REP eir are -REP eir ere -REP ch te -REP te ch -REP ch ti -REP ti ch -REP ch tu -REP tu ch -REP ch s -REP s ch -REP ch k -REP k ch -REP f ph -REP ph f -REP gh f -REP f gh -REP i igh -REP igh i -REP i uy -REP uy i -REP i ee -REP ee i -REP j di -REP di j -REP j gg -REP gg j -REP j ge -REP ge j -REP s ti -REP ti s -REP s ci -REP ci s -REP k cc -REP cc k -REP k qu -REP qu k -REP kw qu -REP o eau -REP eau o -REP o ew -REP ew o -REP oo ew -REP ew oo -REP ew ui -REP ui ew -REP oo ui -REP ui oo -REP ew u -REP u ew -REP oo u -REP u oo -REP u oe -REP oe u -REP u ieu -REP ieu u -REP ue ew -REP ew ue -REP uff ough -REP oo ieu -REP ieu oo -REP ier ear -REP ear ier -REP ear air -REP air ear -REP w qu -REP qu w -REP z ss -REP ss z -REP shun tion -REP shun sion -REP shun cion diff --git a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/en_US.dic b/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/en_US.dic deleted file mode 100644 index 4f69807..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/en_US.dic +++ /dev/null @@ -1,62120 +0,0 @@ -62118 -0/nm -1/n1 -2/nm -3/nm -4/nm -5/nm -6/nm -7/nm -8/nm -9/nm -0th/pt -1st/p -1th/tc -2nd/p -2th/tc -3rd/p -3th/tc -4th/pt -5th/pt -6th/pt -7th/pt -8th/pt -9th/pt -a -A -AA -AAA -Aachen/M -aardvark/SM -Aaren/M -Aarhus/M -Aarika/M -Aaron/M -AB -aback -abacus/SM -abaft -Abagael/M -Abagail/M -abalone/SM -abandoner/M -abandon/LGDRS -abandonment/SM -abase/LGDSR -abasement/S -abaser/M -abashed/UY -abashment/MS -abash/SDLG -abate/DSRLG -abated/U -abatement/MS -abater/M -abattoir/SM -Abba/M -Abbe/M -abbé/S -abbess/SM -Abbey/M -abbey/MS -Abbie/M -Abbi/M -Abbot/M -abbot/MS -Abbott/M -abbr -abbrev -abbreviated/UA -abbreviates/A -abbreviate/XDSNG -abbreviating/A -abbreviation/M -Abbye/M -Abby/M -ABC/M -Abdel/M -abdicate/NGDSX -abdication/M -abdomen/SM -abdominal/YS -abduct/DGS -abduction/SM -abductor/SM -Abdul/M -ab/DY -abeam -Abelard/M -Abel/M -Abelson/M -Abe/M -Aberdeen/M -Abernathy/M -aberrant/YS -aberrational -aberration/SM -abet/S -abetted -abetting -abettor/SM -Abeu/M -abeyance/MS -abeyant -Abey/M -abhorred -abhorrence/MS -abhorrent/Y -abhorrer/M -abhorring -abhor/S -abidance/MS -abide/JGSR -abider/M -abiding/Y -Abidjan/M -Abie/M -Abigael/M -Abigail/M -Abigale/M -Abilene/M -ability/IMES -abjection/MS -abjectness/SM -abject/SGPDY -abjuration/SM -abjuratory -abjurer/M -abjure/ZGSRD -ablate/VGNSDX -ablation/M -ablative/SY -ablaze -abler/E -ables/E -ablest -able/U -abloom -ablution/MS -Ab/M -ABM/S -abnegate/NGSDX -abnegation/M -Abner/M -abnormality/SM -abnormal/SY -aboard -abode/GMDS -abolisher/M -abolish/LZRSDG -abolishment/MS -abolitionism/SM -abolitionist/SM -abolition/SM -abominable -abominably -abominate/XSDGN -abomination/M -aboriginal/YS -aborigine/SM -Aborigine/SM -aborning -abortionist/MS -abortion/MS -abortiveness/M -abortive/PY -abort/SRDVG -Abo/SM! -abound/GDS -about/S -aboveboard -aboveground -above/S -abracadabra/S -abrader/M -abrade/SRDG -Abraham/M -Abrahan/M -Abra/M -Abramo/M -Abram/SM -Abramson/M -Abran/M -abrasion/MS -abrasiveness/S -abrasive/SYMP -abreaction/MS -abreast -abridge/DSRG -abridged/U -abridger/M -abridgment/SM -abroad -abrogate/XDSNG -abrogation/M -abrogator/SM -abruptness/SM -abrupt/TRYP -ABS -abscess/GDSM -abscissa/SM -abscission/SM -absconder/M -abscond/SDRZG -abseil/SGDR -absence/SM -absenteeism/SM -absentee/MS -absentia/M -absentmindedness/S -absentminded/PY -absent/SGDRY -absinthe/SM -abs/M -absoluteness/SM -absolute/NPRSYTX -absolution/M -absolutism/MS -absolutist/SM -absolve/GDSR -absolver/M -absorb/ASGD -absorbed/U -absorbency/MS -absorbent/MS -absorber/SM -absorbing/Y -absorption/MS -absorptive -absorptivity/M -abstainer/M -abstain/GSDRZ -abstemiousness/MS -abstemious/YP -abstention/SM -abstinence/MS -abstinent/Y -abstractedness/SM -abstracted/YP -abstracter/M -abstractionism/M -abstractionist/SM -abstraction/SM -abstractness/SM -abstractor/MS -abstract/PTVGRDYS -abstruseness/SM -abstruse/PRYT -absurdity/SM -absurdness/SM -absurd/PRYST -Abuja -abundance/SM -abundant/Y -abused/E -abuse/GVZDSRB -abuser/M -abuses/E -abusing/E -abusiveness/SM -abusive/YP -abut/LS -abutment/SM -abutted -abutter/MS -abutting -abuzz -abysmal/Y -abyssal -Abyssinia/M -Abyssinian -abyss/SM -AC -acacia/SM -academe/MS -academia/SM -academical/Y -academicianship -academician/SM -academic/S -academy/SM -Acadia/M -acanthus/MS -Acapulco/M -accede/SDG -accelerated/U -accelerate/NGSDXV -accelerating/Y -acceleration/M -accelerator/SM -accelerometer/SM -accented/U -accent/SGMD -accentual/Y -accentuate/XNGSD -accentuation/M -acceptability/SM -acceptability's/U -acceptableness/SM -acceptable/P -acceptably/U -acceptance/SM -acceptant -acceptation/SM -accepted/Y -accepter/M -accepting/PY -acceptor/MS -accept/RDBSZVG -accessed/A -accessibility/IMS -accessible/IU -accessibly/I -accession/SMDG -accessors -accessory/SM -access/SDMG -accidence/M -accidentalness/M -accidental/SPY -accident/MS -acclaimer/M -acclaim/SDRG -acclamation/MS -acclimate/XSDGN -acclimation/M -acclimatisation -acclimatise/DG -acclimatization/AMS -acclimatized/U -acclimatize/RSDGZ -acclimatizes/A -acclivity/SM -accolade/GDSM -accommodated/U -accommodate/XVNGSD -accommodating/Y -accommodation/M -accommodativeness/M -accommodative/P -accompanied/U -accompanier/M -accompaniment/MS -accompanist/SM -accompany/DRSG -accomplice/MS -accomplished/U -accomplisher/M -accomplishment/SM -accomplish/SRDLZG -accordance/SM -accordant/Y -accorder/M -according/Y -accordionist/SM -accordion/MS -accord/SZGMRD -accost/SGD -accountability/MS -accountability's/U -accountableness/M -accountable/U -accountably/U -accountancy/SM -accountant/MS -account/BMDSGJ -accounted/U -accounting/M -accouter/GSD -accouterments -accouterment's -accoutrement/M -Accra/M -accreditation/SM -accredited/U -accredit/SGD -accretion/SM -accrual/MS -accrue/SDG -acct -acculturate/XSDVNG -acculturation/M -accumulate/VNGSDX -accumulation/M -accumulativeness/M -accumulative/YP -accumulator/MS -accuracy/IMS -accurate/IY -accurateness/SM -accursedness/SM -accursed/YP -accusal/M -accusation/SM -accusative/S -accusatory -accused/M -accuser/M -accuse/SRDZG -accusing/Y -accustomedness/M -accustomed/P -accustom/SGD -ac/DRG -aced/M -acerbate/DSG -acerbic -acerbically -acerbity/MS -ace/SM -acetaminophen/S -acetate/MS -acetic -acetone/SM -acetonic -acetylene/MS -Acevedo/M -Achaean/M -Achebe/M -ached/A -ache/DSG -achene/SM -Achernar/M -aches/A -Acheson/M -achievable/U -achieved/UA -achieve/LZGRSDB -achievement/SM -achiever/M -Achilles -aching/Y -achoo -achromatic -achy/TR -acidic -acidification/M -acidify/NSDG -acidity/SM -acidness/M -acidoses -acidosis/M -acid/SMYP -acidulous -acing/M -Ackerman/M -acknowledgeable -acknowledgedly -acknowledged/U -acknowledge/GZDRS -acknowledger/M -acknowledgment/SAM -ACLU -Ac/M -ACM -acme/SM -acne/MDS -acolyte/MS -Aconcagua/M -aconite/MS -acorn/SM -Acosta/M -acoustical/Y -acoustician/M -acoustic/S -acoustics/M -acquaintance/MS -acquaintanceship/S -acquainted/U -acquaint/GASD -acquiesce/GSD -acquiescence/SM -acquiescent/Y -acquirable -acquire/ASDG -acquirement/SM -acquisition's/A -acquisition/SM -acquisitiveness/MS -acquisitive/PY -acquit/S -acquittal/MS -acquittance/M -acquitted -acquitter/M -acquitting -acreage/MS -acre/MS -acridity/MS -acridness/SM -acrid/TPRY -acrimoniousness/MS -acrimonious/YP -acrimony/MS -acrobatically -acrobatic/S -acrobatics/M -acrobat/SM -acronym/SM -acrophobia/SM -Acropolis/M -acropolis/SM -across -acrostic/SM -Acrux/M -acrylate/M -acrylic/S -ACT -Actaeon/M -Acta/M -ACTH -acting/S -actinic -actinide/SM -actinium/MS -actinometer/MS -action/DMSGB -actions/AI -action's/IA -activate/AXCDSNGI -activated/U -activation/AMCI -activator/SM -active/APY -actively/I -activeness/MS -actives -activism/MS -activist/MS -activities/A -activity/MSI -Acton/M -actor/MAS -actress/SM -act's -Acts -act/SADVG -actuality/SM -actualization/MAS -actualize/GSD -actualizes/A -actual/SY -actuarial/Y -actuary/MS -actuate/GNXSD -actuation/M -actuator/SM -acuity/MS -acumen/SM -acupressure/S -acupuncture/SM -acupuncturist/S -acuteness/MS -acute/YTSRP -acyclic -acyclically -acyclovir/S -AD -adage/MS -adagio/S -Adah/M -Adair/M -Adaline/M -Ada/M -adamant/SY -Adamo/M -Adam/SM -Adamson/M -Adana/M -Adan/M -adaptability/MS -adaptable/U -adaptation/MS -adaptedness/M -adapted/P -adapter/M -adapting/A -adaption -adaptively -adaptiveness/M -adaptive/U -adaptivity -adapt/SRDBZVG -Adara/M -ad/AS -ADC -Adda/M -Addams -addenda -addend/SM -addendum/M -adder/M -Addia/M -addiction/MS -addictive/P -addict/SGVD -Addie/M -Addi/M -Addison/M -additional/Y -addition/MS -additive/YMS -additivity -addle/GDS -addressability -addressable/U -addressed/A -addressee/SM -addresser/M -addresses/A -address/MDRSZGB -Addressograph/M -adduce/GRSD -adducer/M -adduct/DGVS -adduction/M -adductor/M -Addy/M -add/ZGBSDR -Adelaida/M -Adelaide/M -Adela/M -Adelbert/M -Adele/M -Adelheid/M -Adelice/M -Adelina/M -Adelind/M -Adeline/M -Adella/M -Adelle/M -Adel/M -Ade/M -Adena/M -Adenauer/M -adenine/SM -Aden/M -adenoidal -adenoid/S -adeptness/MS -adept/RYPTS -adequacy/IMS -adequate/IPY -adequateness's/I -adequateness/SM -Adey/M -Adham/M -Adhara/M -adherence/SM -adherent/YMS -adherer/M -adhere/ZGRSD -adhesion/MS -adhesiveness/MS -adhesive/PYMS -adiabatic -adiabatically -Adiana/M -Adidas/M -adieu/S -Adi/M -Adina/M -adiós -adipose/S -Adirondack/SM -adj -adjacency/MS -adjacent/Y -adjectival/Y -adjective/MYS -adjoin/SDG -adjoint/M -adjourn/DGLS -adjournment/SM -adjudge/DSG -adjudicate/VNGXSD -adjudication/M -adjudicator/SM -adjudicatory -adjunct/VSYM -adjuration/SM -adjure/GSD -adjustable/U -adjustably -adjust/DRALGSB -adjusted/U -adjuster's/A -adjuster/SM -adjustive -adjustment/MAS -adjustor's -adjutant/SM -Adkins/M -Adlai/M -Adler/M -adman/M -admen -administer/GDJS -administrable -administrate/XSDVNG -administration/M -administrative/Y -administrator/MS -administratrix/M -admirableness/M -admirable/P -admirably -admiral/SM -admiralty/MS -Admiralty/S -admiration/MS -admirer/M -admire/RSDZBG -admiring/Y -admissibility/ISM -admissible/I -admissibly -admission/AMS -admit/AS -admittance/MS -admitted/A -admittedly -admitting/A -admix/SDG -admixture/SM -Adm/M -Ad/MN -admonisher/M -admonish/GLSRD -admonishing/Y -admonishment/SM -admonition/MS -admonitory -adobe/MS -adolescence/MS -adolescent/SYM -Adolf/M -Adolfo/M -Adolphe/M -Adolph/M -Adolpho/M -Adolphus/M -Ado/M -ado/MS -Adonis/SM -adopted/AU -adopter/M -adoption/MS -adoptive/Y -adopt/RDSBZVG -adopts/A -adorableness/SM -adorable/P -adorably -Adora/M -adoration/SM -adore/DSRGZB -Adoree/M -Adore/M -adorer/M -adoring/Y -adorned/U -Adorne/M -adornment/SM -adorn/SGLD -ADP -Adrea/M -adrenalin -adrenaline/MS -Adrenalin/MS -adrenal/YS -Adria/MX -Adriana/M -Adriane/M -Adrian/M -Adrianna/M -Adrianne/M -Adriano/M -Adriatic -Adriena/M -Adrien/M -Adrienne/M -adrift -adroitness/MS -adroit/RTYP -ads -ad's -adsorbate/M -adsorbent/S -adsorb/GSD -adsorption/MS -adsorptive/Y -adulate/GNDSX -adulation/M -adulator/SM -adulatory -adulterant/SM -adulterated/U -adulterate/NGSDX -adulteration/M -adulterer/SM -adulteress/MS -adulterous/Y -adultery/SM -adulthood/MS -adult/MYPS -adultness/M -adumbrate/XSDVGN -adumbration/M -adumbrative/Y -adv -advance/DSRLZG -advancement/MS -advancer/M -advantage/GMEDS -advantageous/EY -advantageousness/M -Adventist/M -adventist/S -adventitiousness/M -adventitious/PY -adventive/Y -Advent/SM -advent/SVM -adventurer/M -adventuresome -adventure/SRDGMZ -adventuress/SM -adventurousness/SM -adventurous/YP -adverbial/MYS -adverb/SM -adversarial -adversary/SM -adverse/DSRPYTG -adverseness/MS -adversity/SM -advert/GSD -advertised/U -advertise/JGZSRDL -advertisement/SM -advertiser/M -advertising/M -advertorial/S -advice/SM -Advil/M -advisability/SIM -advisable/I -advisableness/M -advisably -advisedly/I -advised/YU -advisee/MS -advisement/MS -adviser/M -advise/ZRSDGLB -advisor/S -advisor's -advisory/S -advocacy/SM -advocate/NGVDS -advocation/M -advt -adze's -adz/MDSG -Aegean -aegis/SM -Aelfric/M -Aeneas -Aeneid/M -aeolian -Aeolus/M -aeon's -aerate/XNGSD -aeration/M -aerator/MS -aerialist/MS -aerial/SMY -Aeriela/M -Aeriell/M -Aeriel/M -aerie/SRMT -aeroacoustic -aerobatic/S -aerobically -aerobic/S -aerodrome/SM -aerodynamically -aerodynamic/S -aerodynamics/M -aeronautical/Y -aeronautic/S -aeronautics/M -aerosolize/D -aerosol/MS -aerospace/SM -Aeschylus/M -Aesculapius/M -Aesop/M -aesthete/S -aesthetically -aestheticism/MS -aesthetics/M -aesthetic/U -aether/M -aetiology/M -AF -AFAIK -afar/S -AFB -AFC -AFDC -affability/MS -affable/TR -affably -affair/SM -affectation/MS -affectedness/EM -affected/UEYP -affect/EGSD -affecter/M -affecting/Y -affectionate/UY -affectioned -affection/EMS -affectioning -affective/MY -afferent/YS -affiance/GDS -affidavit/SM -affiliated/U -affiliate/EXSDNG -affiliation/EM -affine -affinity/SM -affirm/ASDG -affirmation/SAM -affirmative/SY -affix/SDG -afflatus/MS -afflict/GVDS -affliction/SM -afflictive/Y -affluence/SM -affluent/YS -afford/DSBG -afforest/A -afforestation/SM -afforested -afforesting -afforests -affray/MDSG -affricate/VNMS -affrication/M -affricative/M -affright -affront/GSDM -Afghani/SM -Afghanistan/M -afghan/MS -Afghan/SM -aficionado/MS -afield -afire -aflame -afloat -aflutter -afoot -afore -aforementioned -aforesaid -aforethought/S -afoul -Afr -afraid/U -afresh -Africa/M -African/MS -Afrikaans/M -Afrikaner/SM -afro -Afrocentric -Afrocentrism/S -Afro/MS -afterbirth/M -afterbirths -afterburner/MS -aftercare/SM -aftereffect/MS -afterglow/MS -afterimage/MS -afterlife/M -afterlives -aftermath/M -aftermaths -aftermost -afternoon/SM -aftershave/S -aftershock/SM -afters/M -aftertaste/SM -afterthought/MS -afterward/S -afterworld/MS -Afton/M -aft/ZR -Agace/M -again -against -Agamemnon/M -agapae -agape/S -agar/MS -Agassiz/M -Agata/M -agate/SM -Agatha/M -Agathe/M -agave/SM -agedness/M -aged/PY -age/GJDRSMZ -ageism/S -ageist/S -agelessness/MS -ageless/YP -agency/SM -agenda/MS -agent/AMS -agented -agenting -agentive -ageratum/M -Aggie/M -Aggi/M -agglomerate/XNGVDS -agglomeration/M -agglutinate/VNGXSD -agglutination/M -agglutinin/MS -aggrandize/LDSG -aggrandizement/SM -aggravate/SDNGX -aggravating/Y -aggravation/M -aggregated/U -aggregate/EGNVD -aggregately -aggregateness/M -aggregates -aggregation/SM -aggregative/Y -aggression/SM -aggressively -aggressiveness/S -aggressive/U -aggressor/MS -aggrieved/Y -aggrieve/GDS -Aggy/SM -aghast -agile/YTR -agility/MS -agitated/Y -agitate/XVNGSD -agitation/M -agitator/SM -agitprop/MS -Aglaia/M -agleam -aglitter -aglow -Ag/M -Agna/M -Agnella/M -Agnese/M -Agnes/M -Agnesse/M -Agneta/M -Agnew/M -Agni/M -Agnola/M -agnosticism/MS -agnostic/SM -ago -agog -agonizedly/S -agonized/Y -agonize/ZGRSD -agonizing/Y -agony/SM -agoraphobia/MS -agoraphobic/S -Agosto/M -Agra/M -agrarianism/MS -agrarian/S -agreeable/EP -agreeableness/SME -agreeably/E -agreeing/E -agree/LEBDS -agreement/ESM -agreer/S -Agretha/M -agribusiness/SM -Agricola/M -agriculturalist/S -agricultural/Y -agriculture/MS -agriculturist/SM -Agrippa/M -Agrippina/M -agrochemicals -agronomic/S -agronomist/SM -agronomy/MS -aground -Aguascalientes/M -ague/MS -Aguie/M -Aguilar/M -Aguinaldo/M -Aguirre/M -Aguistin/M -Aguste/M -Agustin/M -ah -Ahab/M -Aharon/M -aha/S -ahead -ahem/S -Ahmadabad -Ahmad/M -Ahmed/M -ahoy/S -Ahriman/M -AI -Aida/M -Aidan/M -aided/U -aide/MS -aider/M -AIDS -aid/ZGDRS -Aigneis/M -aigrette/SM -Aiken/M -Aila/M -Ailbert/M -Ailee/M -Aileen/M -Aile/M -Ailene/M -aileron/MS -Ailey/M -Ailina/M -Aili/SM -ail/LSDG -ailment/SM -Ailsun/M -Ailyn/M -Aimee/M -Aime/M -aimer/M -Aimil/M -aimlessness/MS -aimless/YP -aim/ZSGDR -Aindrea/M -Ainslee/M -Ainsley/M -Ainslie/M -ain't -Ainu/M -airbag/MS -airbase/S -airborne -airbrush/SDMG -Airbus/M -airbus/SM -aircraft/MS -aircrew/M -airdrop/MS -airdropped -airdropping -Airedale/SM -Aires -airfare/S -airfield/MS -airflow/SM -airfoil/MS -airframe/MS -airfreight/SGD -airhead/MS -airily -airiness/MS -airing/M -airlessness/S -airless/P -airlift/MDSG -airliner/M -airline/SRMZ -airlock/MS -airmail/DSG -airman/M -airmass -air/MDRTZGJS -airmen -airpark -airplane/SM -airplay/S -airport/MS -airship/MS -airsickness/SM -airsick/P -airspace/SM -airspeed/SM -airstrip/MS -airtightness/M -airtight/P -airtime -airwaves -airway/SM -airworthiness/SM -airworthy/PTR -airy/PRT -Aisha/M -aisle/DSGM -aitch/MS -ajar -Ajax/M -Ajay/M -AK -aka -Akbar/M -Akihito/M -akimbo -Akim/M -akin -Akita/M -Akkad/M -Akron/M -Aksel/M -AL -Alabama/M -Alabaman/S -Alabamian/MS -alabaster/MS -alack/S -alacrity/SM -Aladdin/M -Alaine/M -Alain/M -Alair/M -Alameda/M -Alamogordo/M -Alamo/SM -ala/MS -Ala/MS -Alanah/M -Alana/M -Aland/M -Alane/M -alanine/M -Alan/M -Alanna/M -Alano/M -Alanson/M -Alard/M -Alaric/M -Alar/M -alarming/Y -alarmist/MS -alarm/SDG -Alasdair/M -Alaska/M -Alaskan/S -alas/S -Alastair/M -Alasteir/M -Alaster/M -Alayne/M -albacore/SM -alba/M -Alba/M -Albania/M -Albanian/SM -Albany/M -albatross/SM -albedo/M -Albee/M -albeit -Alberich/M -Alberik/M -Alberio/M -Alberta/M -Albertan/S -Albertina/M -Albertine/M -Albert/M -Alberto/M -Albie/M -Albigensian -Albina/M -albinism/SM -albino/MS -Albion/M -Albireo/M -alb/MS -Albrecht/M -albumen/M -albumin/MS -albuminous -album/MNXS -Albuquerque/M -Alcatraz/M -Alcestis/M -alchemical -alchemist/SM -alchemy/MS -Alcibiades/M -Alcmena/M -Alcoa/M -alcoholically -alcoholic/MS -alcoholism/SM -alcohol/MS -Alcott/M -alcove/MSD -Alcuin/M -Alcyone/M -Aldan/M -Aldebaran/M -aldehyde/M -Alden/M -Alderamin/M -alderman/M -aldermen -alder/SM -alderwoman -alderwomen -Aldin/M -Aldis/M -Aldo/M -Aldon/M -Aldous/M -Aldrich/M -Aldric/M -Aldridge/M -Aldrin/M -Aldus/M -Aldwin/M -aleatory -Alecia/M -Aleck/M -Alec/M -Aleda/M -alee -Aleece/M -Aleen/M -alehouse/MS -Aleichem/M -Alejandra/M -Alejandrina/M -Alejandro/M -Alejoa/M -Aleksandr/M -Alembert/M -alembic/SM -ale/MVS -Alena/M -Alene/M -aleph/M -Aleppo/M -Aler/M -alerted/Y -alertness/MS -alert/STZGPRDY -Alessandra/M -Alessandro/M -Aleta/M -Alethea/M -Aleutian/S -Aleut/SM -alewife/M -alewives -Alexa/M -Alexander/SM -Alexandra/M -Alexandre/M -Alexandria/M -Alexandrian/S -Alexandrina/M -Alexandr/M -Alexandro/MS -Alexei/M -Alexia/M -Alexina/M -Alexine/M -Alexio/M -Alexi/SM -Alex/M -alfalfa/MS -Alfa/M -Alfie/M -Alfi/M -Alf/M -Alfonse/M -Alfons/M -Alfonso/M -Alfonzo/M -Alford/M -Alfreda/M -Alfred/M -Alfredo/M -alfresco -Alfy/M -algae -algaecide -algal -alga/M -algebraic -algebraical/Y -algebraist/M -algebra/MS -Algenib/M -Algeria/M -Algerian/MS -Alger/M -Algernon/M -Algieba/M -Algiers/M -alginate/SM -ALGOL -Algol/M -Algonquian/SM -Algonquin/SM -algorithmic -algorithmically -algorithm/MS -Alhambra/M -Alhena/M -Alia/M -alias/GSD -alibi/MDSG -Alica/M -Alicea/M -Alice/M -Alicia/M -Alick/M -Alic/M -Alida/M -Alidia/M -Alie/M -alienable/IU -alienate/SDNGX -alienation/M -alienist/MS -alien/RDGMBS -Alighieri/M -alight/DSG -aligned/U -aligner/SM -align/LASDG -alignment/SAM -Alika/M -Alikee/M -alikeness/M -alike/U -alimentary -aliment/SDMG -alimony/MS -Ali/MS -Alina/M -Aline/M -alinement's -Alioth/M -aliquot/S -Alisa/M -Alisander/M -Alisha/M -Alison/M -Alissa/M -Alistair/M -Alister/M -Alisun/M -aliveness/MS -alive/P -Alix/M -aliyah/M -aliyahs -Aliza/M -Alkaid/M -alkalies -alkali/M -alkaline -alkalinity/MS -alkalize/SDG -alkaloid/MS -alkyd/S -alkyl/M -Allahabad/M -Allah/M -Alla/M -Allan/M -Allard/M -allay/GDS -Allayne/M -Alleen/M -allegation/SM -alleged/Y -allege/SDG -Allegheny/MS -allegiance/SM -allegiant -allegoric -allegoricalness/M -allegorical/YP -allegorist/MS -allegory/SM -Allegra/M -allegretto/MS -allegri -allegro/MS -allele/SM -alleluia/S -allemande/M -Allendale/M -Allende/M -Allene/M -Allen/M -Allentown/M -allergenic -allergen/MS -allergic -allergically -allergist/MS -allergy/MS -alleviate/SDVGNX -alleviation/M -alleviator/MS -Alley/M -alley/MS -Alleyn/M -alleyway/MS -Allhallows -alliance/MS -Allianora/M -Allie/M -allier -allies/M -alligator/DMGS -Alli/MS -Allina/M -Allin/M -Allison/M -Allissa/M -Allister/M -Allistir/M -alliterate/XVNGSD -alliteration/M -alliterative/Y -Allix/M -allocable/U -allocatable -allocate/ACSDNGX -allocated/U -allocation/AMC -allocative -allocator/AMS -allophone/MS -allophonic -allotment/MS -allotments/A -allotrope/M -allotropic -allots/A -allot/SDL -allotted/A -allotter/M -allotting/A -allover/S -allowableness/M -allowable/P -allowably -allowance/GSDM -allowed/Y -allowing/E -allow/SBGD -allows/E -alloyed/U -alloy/SGMD -all/S -allspice/MS -Allstate/M -Allsun/M -allude/GSD -allure/GLSD -allurement/SM -alluring/Y -allusion/MS -allusiveness/MS -allusive/PY -alluvial/S -alluvions -alluvium/MS -Allx/M -ally/ASDG -Allyce/M -Ally/MS -Allyn/M -Allys -Allyson/M -alma -Almach/M -Almaden/M -almagest -Alma/M -almanac/MS -Almaty/M -Almeda/M -Almeria/M -Almeta/M -almightiness/M -Almighty/M -almighty/P -Almira/M -Almire/M -almond/SM -almoner/MS -almost -Al/MRY -alms/A -almshouse/SM -almsman/M -alnico -Alnilam/M -Alnitak/M -aloe/MS -aloft -aloha/SM -Aloin/M -Aloise/M -Aloisia/M -aloneness/M -alone/P -along -alongshore -alongside -Alon/M -Alonso/M -Alonzo/M -aloofness/MS -aloof/YP -aloud -Aloysia/M -Aloysius/M -alpaca/SM -Alpert/M -alphabetical/Y -alphabetic/S -alphabetization/SM -alphabetizer/M -alphabetize/SRDGZ -alphabet/SGDM -alpha/MS -alphanumerical/Y -alphanumeric/S -Alphard/M -Alphecca/M -Alpheratz/M -Alphonse/M -Alphonso/M -Alpine -alpine/S -alp/MS -Alps -already -Alric/M -alright -Alsace/M -Alsatian/MS -also -Alsop/M -Alston/M -Altaic/M -Altai/M -Altair/M -Alta/M -altar/MS -altarpiece/SM -alterable/UI -alteration/MS -altercate/NX -altercation/M -altered/U -alternate/SDVGNYX -alternation/M -alternativeness/M -alternative/YMSP -alternator/MS -alter/RDZBG -Althea/M -although -altimeter/SM -Altiplano/M -altitude/SM -altogether/S -Alton/M -alto/SM -Altos/M -altruism/SM -altruistic -altruistically -altruist/SM -alt/RZS -ALU -Aludra/M -Aluin/M -Aluino/M -alumina/SM -aluminum/MS -alumnae -alumna/M -alumni -alumnus/MS -alum/SM -alundum -Alva/M -Alvan/M -Alvarado/M -Alvarez/M -Alvaro/M -alveolar/Y -alveoli -alveolus/M -Alvera/M -Alverta/M -Alvie/M -Alvina/M -Alvinia/M -Alvin/M -Alvira/M -Alvis/M -Alvy/M -alway/S -Alwin/M -Alwyn/M -Alyce/M -Alyda/M -Alyosha/M -Alysa/M -Alyse/M -Alysia/M -Alys/M -Alyson/M -Alyss -Alyssa/M -Alzheimer/M -AM -AMA -Amabelle/M -Amabel/M -Amadeus/M -Amado/M -amain -Amalea/M -Amalee/M -Amaleta/M -amalgamate/VNGXSD -amalgamation/M -amalgam/MS -Amalia/M -Amalie/M -Amalita/M -Amalle/M -Amanda/M -Amandie/M -Amandi/M -Amandy/M -amanuenses -amanuensis/M -Amara/M -amaranth/M -amaranths -amaretto/S -Amargo/M -Amarillo/M -amaryllis/MS -am/AS -amasser/M -amass/GRSD -Amata/M -amateurishness/MS -amateurish/YP -amateurism/MS -amateur/SM -Amati/M -amatory -amazed/Y -amaze/LDSRGZ -amazement/MS -amazing/Y -amazonian -Amazonian -amazon/MS -Amazon/SM -ambassadorial -ambassador/MS -ambassadorship/MS -ambassadress/SM -ambergris/SM -Amberly/M -amber/MS -Amber/YM -ambiance/MS -ambidexterity/MS -ambidextrous/Y -ambience's -ambient/S -ambiguity/MS -ambiguously/U -ambiguousness/M -ambiguous/YP -ambition/GMDS -ambitiousness/MS -ambitious/PY -ambit/M -ambivalence/SM -ambivalent/Y -amble/GZDSR -Amble/M -ambler/M -ambrose -Ambrose/M -ambrosial/Y -ambrosia/SM -Ambrosi/M -Ambrosio/M -Ambrosius/M -Ambros/M -ambulance/MS -ambulant/S -ambulate/DSNGX -ambulation/M -ambulatory/S -Ambur/M -ambuscade/MGSRD -ambuscader/M -ambusher/M -ambush/MZRSDG -Amby/M -Amdahl/M -ameba's -Amelia/M -Amelie/M -Amelina/M -Ameline/M -ameliorate/XVGNSD -amelioration/M -Amelita/M -amenability/SM -amenably -amended/U -amender/M -amendment/SM -amen/DRGTSB -amend/SBRDGL -amends/M -Amenhotep/M -amenity/MS -amenorrhea/M -Amerada/M -Amerasian/S -amercement/MS -amerce/SDLG -Americana/M -Americanism/SM -Americanization/SM -americanized -Americanize/SDG -American/MS -America/SM -americium/MS -Amerigo/M -Amerindian/MS -Amerind/MS -Amer/M -Amery/M -Ameslan/M -Ame/SM -amethystine -amethyst/MS -Amharic/M -Amherst/M -amiability/MS -amiableness/M -amiable/RPT -amiably -amicability/SM -amicableness/M -amicable/P -amicably -amide/SM -amid/S -amidships -amidst -Amie/M -Amiga/M -amigo/MS -Amii/M -Amil/M -Ami/M -amines -aminobenzoic -amino/M -amir's -Amish -amiss -Amitie/M -Amity/M -amity/SM -Ammamaria/M -Amman/M -Ammerman/M -ammeter/MS -ammo/MS -ammoniac -ammonia/MS -ammonium/M -Am/MR -ammunition/MS -amnesiac/MS -amnesia/SM -amnesic/S -amnesty/GMSD -amniocenteses -amniocentesis/M -amnion/SM -amniotic -Amoco/M -amoeba/SM -amoebic -amoeboid -amok/MS -among -amongst -Amontillado/M -amontillado/MS -amorality/MS -amoral/Y -amorousness/SM -amorous/PY -amorphousness/MS -amorphous/PY -amortization/SUM -amortized/U -amortize/SDG -Amory/M -Amos -amount/SMRDZG -amour/MS -Amparo/M -amperage/SM -Ampere/M -ampere/MS -ampersand/MS -Ampex/M -amphetamine/MS -amphibian/SM -amphibiousness/M -amphibious/PY -amphibology/M -amphitheater/SM -amphorae -amphora/M -ampleness/M -ample/PTR -amplification/M -amplifier/M -amplify/DRSXGNZ -amplitude/MS -ampoule's -amp/SGMDY -ampule/SM -amputate/DSNGX -amputation/M -amputee/SM -Amritsar/M -ams -Amsterdam/M -amt -Amtrak/M -amuck's -amulet/SM -Amundsen/M -Amur/M -amused/Y -amuse/LDSRGVZ -amusement/SM -amuser/M -amusingness/M -amusing/YP -Amway/M -Amye/M -amylase/MS -amyl/M -Amy/M -Anabal/M -Anabaptist/SM -Anabella/M -Anabelle/M -Anabel/M -anabolic -anabolism/MS -anachronism/SM -anachronistic -anachronistically -Anacin/M -anaconda/MS -Anacreon/M -anaerobe/SM -anaerobic -anaerobically -anaglyph/M -anagrammatic -anagrammatically -anagrammed -anagramming -anagram/MS -Anaheim/M -Analects/M -analgesia/MS -analgesic/S -Analiese/M -Analise/M -Anallese/M -Anallise/M -analogical/Y -analogize/SDG -analogousness/MS -analogous/YP -analog/SM -analogue/SM -analogy/MS -anal/Y -analysand/MS -analyses -analysis/AM -analyst/SM -analytical/Y -analyticity/S -analytic/S -analytics/M -analyzable/U -analyze/DRSZGA -analyzed/U -analyzer/M -Ana/M -anamorphic -Ananias/M -anapaest's -anapestic/S -anapest/SM -anaphora/M -anaphoric -anaphorically -anaplasmosis/M -anarchic -anarchical/Y -anarchism/MS -anarchistic -anarchist/MS -anarchy/MS -Anastasia/M -Anastasie/M -Anastassia/M -anastigmatic -anastomoses -anastomosis/M -anastomotic -anathema/MS -anathematize/GSD -Anatola/M -Anatole/M -Anatolia/M -Anatolian -Anatollo/M -Anatol/M -anatomic -anatomical/YS -anatomist/MS -anatomize/GSD -anatomy/MS -Anaxagoras/M -Ancell/M -ancestor/SMDG -ancestral/Y -ancestress/SM -ancestry/SM -Anchorage/M -anchorage/SM -anchored/U -anchorite/MS -anchoritism/M -anchorman/M -anchormen -anchorpeople -anchorperson/S -anchor/SGDM -anchorwoman -anchorwomen -anchovy/MS -ancientness/MS -ancient/SRYTP -ancillary/S -an/CS -Andalusia/M -Andalusian -Andaman -andante/S -and/DZGS -Andean/M -Andeee/M -Andee/M -Anderea/M -Andersen/M -Anders/N -Anderson/M -Andes -Andie/M -Andi/M -andiron/MS -Andonis/M -Andorra/M -Andover/M -Andra/SM -Andrea/MS -Andreana/M -Andree/M -Andrei/M -Andrej/M -Andre/SM -Andrew/MS -Andrey/M -Andria/M -Andriana/M -Andriette/M -Andris -androgenic -androgen/SM -androgynous -androgyny/SM -android/MS -Andromache/M -Andromeda/M -Andropov/M -Andros/M -Andrus/M -Andy/M -anecdotal/Y -anecdote/SM -anechoic -anemia/SM -anemically -anemic/S -anemometer/MS -anemometry/M -anemone/SM -anent -aneroid -Anestassia/M -anesthesia/MS -anesthesiologist/MS -anesthesiology/SM -anesthetically -anesthetic/SM -anesthetist/MS -anesthetization/SM -anesthetizer/M -anesthetize/ZSRDG -Anet/M -Anetta/M -Anette/M -Anett/M -aneurysm/MS -anew -Angara/M -Angela/M -Angeleno/SM -Angele/SM -angelfish/SM -Angelia/M -angelic -angelical/Y -Angelica/M -angelica/MS -Angelico/M -Angelika/M -Angeli/M -Angelina/M -Angeline/M -Angelique/M -Angelita/M -Angelle/M -Angel/M -angel/MDSG -Angelo/M -Angelou/M -Ange/M -anger/GDMS -Angevin/M -Angie/M -Angil/M -angina/MS -angiography -angioplasty/S -angiosperm/MS -Angkor/M -angle/GMZDSRJ -angler/M -Angles -angleworm/MS -Anglia/M -Anglicanism/MS -Anglican/MS -Anglicism/SM -Anglicization/MS -anglicize/SDG -Anglicize/SDG -angling/M -Anglo/MS -Anglophile/SM -Anglophilia/M -Anglophobe/MS -Anglophobia/M -Angola/M -Angolan/S -angora/MS -Angora/MS -angrily -angriness/M -angry/RTP -angst/MS -Ångström/M -angstrom/MS -Anguilla/M -anguish/DSMG -angularity/MS -angular/Y -Angus/M -Angy/M -Anheuser/M -anhydride/M -anhydrite/M -anhydrous/Y -Aniakchak/M -Ania/M -Anibal/M -Anica/M -aniline/SM -animadversion/SM -animadvert/DSG -animalcule/MS -animal/MYPS -animated/A -animatedly -animately/I -animateness/MI -animates/A -animate/YNGXDSP -animating/A -animation/AMS -animator/SM -animism/SM -animistic -animist/S -animized -animosity/MS -animus/SM -anionic/S -anion/MS -aniseed/MS -aniseikonic -anise/MS -anisette/SM -anisotropic -anisotropy/MS -Anissa/M -Anita/M -Anitra/M -Anjanette/M -Anjela/M -Ankara/M -ankh/M -ankhs -anklebone/SM -ankle/GMDS -anklet/MS -Annabal/M -Annabela/M -Annabella/M -Annabelle/M -Annabell/M -Annabel/M -Annadiana/M -Annadiane/M -Annalee/M -Annaliese/M -Annalise/M -annalist/MS -annal/MNS -Anna/M -Annamaria/M -Annamarie/M -Annapolis/M -Annapurna/M -anneal/DRSZG -annealer/M -Annecorinne/M -annelid/MS -Anneliese/M -Annelise/M -Anne/M -Annemarie/M -Annetta/M -Annette/M -annexation/SM -annexe/M -annex/GSD -Annice/M -Annie/M -annihilate/XSDVGN -annihilation/M -annihilator/MS -Anni/MS -Annissa/M -anniversary/MS -Ann/M -Annmaria/M -Annmarie/M -Annnora/M -Annora/M -annotated/U -annotate/VNGXSD -annotation/M -annotator/MS -announced/U -announcement/SM -announcer/M -announce/ZGLRSD -annoyance/MS -annoyer/M -annoying/Y -annoy/ZGSRD -annualized -annual/YS -annuitant/MS -annuity/MS -annular/YS -annuli -annulled -annulling -annulment/MS -annul/SL -annulus/M -annum -annunciate/XNGSD -annunciation/M -Annunciation/S -annunciator/SM -Anny/M -anode/SM -anodic -anodize/GDS -anodyne/SM -anoint/DRLGS -anointer/M -anointment/SM -anomalousness/M -anomalous/YP -anomaly/MS -anomic -anomie/M -anon/S -anonymity/MS -anonymousness/M -anonymous/YP -anopheles/M -anorak/SM -anorectic/S -anorexia/SM -anorexic/S -another/M -Anouilh/M -Ansell/M -Ansel/M -Anselma/M -Anselm/M -Anselmo/M -Anshan/M -ANSI/M -Ansley/M -ans/M -Anson/M -Anstice/M -answerable/U -answered/U -answerer/M -answer/MZGBSDR -antacid/MS -Antaeus/M -antagonism/MS -antagonistic -antagonistically -antagonist/MS -antagonized/U -antagonize/GZRSD -antagonizing/U -Antananarivo/M -antarctic -Antarctica/M -Antarctic/M -Antares -anteater/MS -antebellum -antecedence/MS -antecedent/SMY -antechamber/SM -antedate/GDS -antediluvian/S -anteing -antelope/MS -ante/MS -antenatal -antennae -antenna/MS -anterior/SY -anteroom/SM -ant/GSMD -Anthea/M -Anthe/M -anthem/MGDS -anther/MS -Anthia/M -Anthiathia/M -anthill/S -anthologist/MS -anthologize/GDS -anthology/SM -Anthony/M -anthraces -anthracite/MS -anthrax/M -anthropic -anthropocentric -anthropogenic -anthropoid/S -anthropological/Y -anthropologist/MS -anthropology/SM -anthropometric/S -anthropometry/M -anthropomorphic -anthropomorphically -anthropomorphism/SM -anthropomorphizing -anthropomorphous -antiabortion -antiabortionist/S -antiaircraft -antibacterial/S -antibiotic/SM -antibody/MS -anticancer -Antichrist/MS -anticipated/U -anticipate/XVGNSD -anticipation/M -anticipative/Y -anticipatory -anticked -anticking -anticlerical/S -anticlimactic -anticlimactically -anticlimax/SM -anticline/SM -anticlockwise -antic/MS -anticoagulant/S -anticoagulation/M -anticommunism/SM -anticommunist/SM -anticompetitive -anticyclone/MS -anticyclonic -antidemocratic -antidepressant/SM -antidisestablishmentarianism/M -antidote/DSMG -Antietam/M -antifascist/SM -antiformant -antifreeze/SM -antifundamentalist/M -antigenic -antigenicity/SM -antigen/MS -antigone -Antigone/M -Antigua/M -antiheroes -antihero/M -antihistamine/MS -antihistorical -antiknock/MS -antilabor -Antillean -Antilles -antilogarithm/SM -antilogs -antimacassar/SM -antimalarial/S -antimatter/SM -antimicrobial/S -antimissile/S -antimony/SM -anting/M -Antin/M -antinomian -antinomy/M -antinuclear -Antioch/M -antioxidant/MS -antiparticle/SM -Antipas/M -antipasti -antipasto/MS -antipathetic -antipathy/SM -antipersonnel -antiperspirant/MS -antiphonal/SY -antiphon/SM -antipodal/S -antipodean/S -antipode/MS -Antipodes -antipollution/S -antipoverty -antiquarianism/MS -antiquarian/MS -antiquary/SM -antiquate/NGSD -antiquation/M -antique/MGDS -antiquity/SM -antiredeposition -antiresonance/M -antiresonator -anti/S -antisemitic -antisemitism/M -antisepses -antisepsis/M -antiseptically -antiseptic/S -antiserum/SM -antislavery/S -antisocial/Y -antispasmodic/S -antisubmarine -antisymmetric -antisymmetry -antitank -antitheses -antithesis/M -antithetic -antithetical/Y -antithyroid -antitoxin/MS -antitrust/MR -antivenin/MS -antiviral/S -antivivisectionist/S -antiwar -antler/SDM -Antofagasta/M -Antoine/M -Antoinette/M -Antonella/M -Antone/M -Antonetta/M -Antonia/M -Antonie/M -Antonietta/M -Antoni/M -Antonina/M -Antonin/M -Antonino/M -Antoninus/M -Antonio/M -Antonius/M -Anton/MS -Antonovics/M -Antony/M -antonymous -antonym/SM -antral -antsy/RT -Antwan/M -Antwerp/M -Anubis/M -anus/SM -anvil/MDSG -anxiety/MS -anxiousness/SM -anxious/PY -any -Anya/M -anybody/S -anyhow -Any/M -anymore -anyone/MS -anyplace -anything/S -anytime -anyway/S -anywhere/S -anywise -AOL/M -aorta/MS -aortic -AP -apace -apache/MS -Apache/MS -Apalachicola/M -apartheid/SM -apart/LP -apartment/MS -apartness/M -apathetic -apathetically -apathy/SM -apatite/MS -APB -aped/A -apelike -ape/MDRSG -Apennines -aper/A -aperiodic -aperiodically -aperiodicity/M -aperitif/S -aperture/MDS -apex/MS -aphasia/SM -aphasic/S -aphelia -aphelion/SM -aphid/MS -aphonic -aphorism/MS -aphoristic -aphoristically -aphrodisiac/SM -Aphrodite/M -Apia/M -apiarist/SM -apiary/SM -apical/YS -apices's -apiece -apishness/M -apish/YP -aplenty -aplomb/SM -APO -Apocalypse/M -apocalypse/MS -apocalyptic -apocryphalness/M -apocryphal/YP -apocrypha/M -Apocrypha/M -apogee/MS -apolar -apolitical/Y -Apollinaire/M -Apollonian -Apollo/SM -apologetically/U -apologetic/S -apologetics/M -apologia/SM -apologist/MS -apologize/GZSRD -apologizer/M -apologizes/A -apologizing/U -apology/MS -apoplectic -apoplexy/SM -apostasy/SM -apostate/SM -apostatize/DSG -apostleship/SM -apostle/SM -apostolic -apostrophe/SM -apostrophized -apothecary/MS -apothegm/MS -apotheoses -apotheosis/M -apotheosized -apotheosizes -apotheosizing -Appalachia/M -Appalachian/MS -appalling/Y -appall/SDG -Appaloosa/MS -appaloosa/S -appanage/M -apparatus/SM -apparel/SGMD -apparency -apparently/I -apparentness/M -apparent/U -apparition/SM -appealer/M -appealing/UY -appeal/SGMDRZ -appear/AEGDS -appearance/AMES -appearer/S -appease/DSRGZL -appeased/U -appeasement/MS -appeaser/M -appellant/MS -appellate/VNX -appellation/M -appellative/MY -appendage/MS -appendectomy/SM -appendices -appendicitis/SM -appendix/SM -append/SGZDR -appertain/DSG -appetite/MVS -appetizer/SM -appetizing/YU -Appia/M -Appian/M -applauder/M -applaud/ZGSDR -applause/MS -applecart/M -applejack/MS -Apple/M -apple/MS -applesauce/SM -Appleseed/M -Appleton/M -applet/S -appliance/SM -applicabilities -applicability/IM -applicable/I -applicably -applicant/MS -applicate/V -application/MA -applicative/Y -applicator/MS -applier/SM -appliquéd -appliqué/MSG -apply/AGSDXN -appointee/SM -appoint/ELSADG -appointer/MS -appointive -appointment/ASEM -Appolonia/M -Appomattox/M -apportion/GADLS -apportionment/SAM -appose/SDG -appositeness/MS -apposite/XYNVP -apposition/M -appositive/SY -appraisal/SAM -appraised/A -appraisees -appraiser/M -appraises/A -appraise/ZGDRS -appraising/Y -appreciable/I -appreciably/I -appreciated/U -appreciate/XDSNGV -appreciation/M -appreciativeness/MI -appreciative/PIY -appreciator/MS -appreciatory -apprehend/DRSG -apprehender/M -apprehensible -apprehension/SM -apprehensiveness/SM -apprehensive/YP -apprentice/DSGM -apprenticeship/SM -apprise/DSG -apprizer/SM -apprizingly -apprizings -approachability/UM -approachable/UI -approach/BRSDZG -approacher/M -approbate/NX -approbation/EMS -appropriable -appropriated/U -appropriately/I -appropriateness/SMI -appropriate/XDSGNVYTP -appropriation/M -appropriator/SM -approval/ESM -approve/DSREG -approved/U -approver's/E -approver/SM -approving/YE -approx -approximate/XGNVYDS -approximation/M -approximative/Y -appurtenance/MS -appurtenant/S -APR -apricot/MS -Aprilette/M -April/MS -Apr/M -apron/SDMG -apropos -apse/MS -apsis/M -apter -aptest -aptitude/SM -aptness/SMI -aptness's/U -apt/UPYI -Apuleius/M -aquaculture/MS -aqualung/SM -aquamarine/SM -aquanaut/SM -aquaplane/GSDM -aquarium/MS -Aquarius/MS -aqua/SM -aquatically -aquatic/S -aquavit/SM -aqueduct/MS -aqueous/Y -aquiculture's -aquifer/SM -Aquila/M -aquiline -Aquinas/M -Aquino/M -Aquitaine/M -AR -Arabela/M -Arabele/M -Arabella/M -Arabelle/M -Arabel/M -arabesque/SM -Arabia/M -Arabian/MS -Arabic/M -arability/MS -Arabist/MS -arable/S -Arab/MS -Araby/M -Araceli/M -arachnid/MS -arachnoid/M -arachnophobia -Arafat/M -Araguaya/M -Araldo/M -Aral/M -Ara/M -Aramaic/M -Aramco/M -Arapahoes -Arapahoe's -Arapaho/MS -Ararat/M -Araucanian/M -Arawakan/M -Arawak/M -arbiter/MS -arbitrage/GMZRSD -arbitrager/M -arbitrageur/S -arbitrament/MS -arbitrarily -arbitrariness/MS -arbitrary/P -arbitrate/SDXVNG -arbitration/M -arbitrator/SM -arbor/DMS -arboreal/Y -arbores -arboretum/MS -arborvitae/MS -arbutus/SM -ARC -arcade/SDMG -Arcadia/M -Arcadian -arcana/M -arcane/P -arc/DSGM -archaeological/Y -archaeologist/SM -archaically -archaic/P -Archaimbaud/M -archaism/SM -archaist/MS -archaize/GDRSZ -archaizer/M -Archambault/M -archangel/SM -archbishopric/SM -archbishop/SM -archdeacon/MS -archdiocesan -archdiocese/SM -archduchess/MS -archduke/MS -Archean -archenemy/SM -archeologist's -archeology/MS -archer/M -Archer/M -archery/MS -archetypal -archetype/SM -archfiend/SM -archfool -Archibald/M -Archibaldo/M -Archibold/M -Archie/M -archiepiscopal -Archimedes/M -arching/M -archipelago/SM -architect/MS -architectonic/S -architectonics/M -architectural/Y -architecture/SM -architrave/MS -archival -archive/DRSGMZ -archived/U -archivist/MS -Arch/MR -archness/MS -arch/PGVZTMYDSR -archway/SM -Archy/M -arclike -ARCO/M -arcsine -arctangent -Arctic/M -arctic/S -Arcturus/M -Ardabil -Arda/MH -Ardath/M -Ardeen/M -Ardelia/M -Ardelis/M -Ardella/M -Ardelle/M -ardency/M -Ardene/M -Ardenia/M -Arden/M -ardent/Y -Ardine/M -Ardisj/M -Ardis/M -Ardith/M -ardor/SM -Ardra/M -arduousness/SM -arduous/YP -Ardyce/M -Ardys -Ardyth/M -areal -area/SM -areawide -are/BS -Arel/M -arenaceous -arena/SM -aren't -Arequipa/M -Ares -Aretha/M -Argentina/M -Argentinean/S -Argentine/SM -Argentinian/S -argent/MS -arginine/MS -Argonaut/MS -argonaut/S -argon/MS -Argonne/M -Argo/SM -argosy/SM -argot/SM -arguable/IU -arguably/IU -argue/DSRGZ -arguer/M -argumentation/SM -argumentativeness/MS -argumentative/YP -argument/SM -Argus/M -argyle/S -Ariadne/M -Ariana/M -Arianism/M -Arianist/SM -aria/SM -Aridatha/M -aridity/SM -aridness/M -arid/TYRP -Ariela/M -Ariella/M -Arielle/M -Ariel/M -Arie/SM -Aries/S -aright -Ari/M -Arin/M -Ario/M -Ariosto/M -arise/GJSR -arisen -Aristarchus/M -Aristides -aristocracy/SM -aristocratic -aristocratically -aristocrat/MS -Aristophanes/M -Aristotelean -Aristotelian/M -Aristotle/M -arithmetical/Y -arithmetician/SM -arithmetic/MS -arithmetize/SD -Arius/M -Ariz/M -Arizona/M -Arizonan/S -Arizonian/S -Arjuna/M -Arkansan/MS -Arkansas/M -Arkhangelsk/M -Ark/M -ark/MS -Arkwright/M -Arlana/M -Arlan/M -Arlee/M -Arleen/M -Arlena/M -Arlene/M -Arlen/M -Arleta/M -Arlette/M -Arley/M -Arleyne/M -Arlie/M -Arliene/M -Arlina/M -Arlinda/M -Arline/M -Arlington/M -Arlin/M -Arluene/M -Arly/M -Arlyne/M -Arlyn/M -Armada/M -armada/SM -armadillo/MS -Armageddon/SM -Armagnac/M -armament/EAS -armament's/E -Armand/M -Armando/M -Arman/M -arm/ASEDG -Armata/M -armature/MGSD -armband/SM -armchair/MS -Armco/M -armed/U -Armenia/M -Armenian/MS -armer/MES -armful/SM -armhole/MS -arming/M -Arminius/M -Armin/M -armistice/MS -armless -armlet/SM -armload/M -Armonk/M -armored/U -armorer/M -armorial/S -armory/DSM -armor/ZRDMGS -Armour/M -armpit/MS -armrest/MS -arm's -Armstrong/M -Ar/MY -army/SM -Arnaldo/M -Arneb/M -Arne/M -Arney/M -Arnhem/M -Arnie/M -Arni/M -Arnold/M -Arnoldo/M -Arno/M -Arnuad/M -Arnulfo/M -Arny/M -aroma/SM -aromatherapist/S -aromatherapy/S -aromatically -aromaticity/M -aromaticness/M -aromatic/SP -Aron/M -arose -around -arousal/MS -aroused/U -arouse/GSD -ARPA/M -Arpanet/M -ARPANET/M -arpeggio/SM -arrack/M -Arragon/M -arraignment/MS -arraign/SDGL -arrangeable/A -arranged/EA -arrangement/AMSE -arranger/M -arranges/EA -arrange/ZDSRLG -arranging/EA -arrant/Y -arras/SM -arrayer -array/ESGMD -arrear/SM -arrest/ADSG -arrestee/MS -arrester/MS -arresting/Y -arrestor/MS -Arrhenius/M -arrhythmia/SM -arrhythmic -arrhythmical -Arri/M -arrival/MS -arriver/M -arrive/SRDG -arrogance/MS -arrogant/Y -arrogate/XNGDS -arrogation/M -Arron/M -arrowhead/SM -arrowroot/MS -arrow/SDMG -arroyo/MS -arr/TV -arsenal/MS -arsenate/M -arsenic/MS -arsenide/M -arsine/MS -arsonist/MS -arson/SM -Artair/M -Artaxerxes/M -artefact's -Arte/M -Artemas -Artemis/M -Artemus/M -arterial/SY -arteriolar -arteriole/SM -arterioscleroses -arteriosclerosis/M -artery/SM -artesian -artfulness/SM -artful/YP -Arther/M -arthritic/S -arthritides -arthritis/M -arthrogram/MS -arthropod/SM -arthroscope/S -arthroscopic -Arthurian -Arthur/M -artichoke/SM -article/GMDS -articulable/I -articular -articulated/EU -articulately/I -articulateness/IMS -articulates/I -articulate/VGNYXPSD -articulation/M -articulator/SM -articulatory -Artie/M -artifact/MS -artificer/M -artifice/ZRSM -artificiality/MS -artificialness/M -artificial/PY -artillerist -artilleryman/M -artillerymen -artillery/SM -artiness/MS -artisan/SM -artiste/SM -artistically/I -artistic/I -artist/MS -artistry/SM -artlessness/MS -artless/YP -Art/M -art/SM -artsy/RT -Artur/M -Arturo/M -Artus/M -artwork/MS -Arty/M -arty/TPR -Aruba/M -arum/MS -Arvie/M -Arvin/M -Arv/M -Arvy/M -Aryan/MS -Aryn/M -as -As -A's -Asa/M -Asama/M -asap -ASAP -asbestos/MS -Ascella/M -ascend/ADGS -ascendancy/MS -ascendant/SY -ascender/SM -Ascension/M -ascension/SM -ascent/SM -ascertain/DSBLG -ascertainment/MS -ascetically -asceticism/MS -ascetic/SM -ASCII -ascot/MS -ascribe/GSDB -ascription/MS -ascriptive -Ase/M -aseptically -aseptic/S -asexuality/MS -asexual/Y -Asgard/M -ashame/D -ashamed/UY -Ashanti/M -Ashbey/M -Ashby/M -ashcan/SM -Ashely/M -Asher/M -Asheville/M -Ashia/M -Ashien/M -Ashil/M -Ashkenazim -Ashkhabad/M -Ashla/M -Ashland/M -Ashlan/M -ashlar/GSDM -Ashlee/M -Ashleigh/M -Ashlen/M -Ashley/M -Ashlie/M -Ashli/M -Ashlin/M -Ashly/M -ashman/M -ash/MNDRSG -Ashmolean/M -Ash/MRY -ashore -ashram/SM -Ashton/M -ashtray/MS -Ashurbanipal/M -ashy/RT -Asia/M -Asian/MS -Asiatic/SM -aside/S -Asilomar/M -Asimov -asinine/Y -asininity/MS -askance -ask/DRZGS -asked/U -asker/M -askew/P -ASL -aslant -asleep -Asmara/M -asocial/S -Asoka/M -asparagus/MS -aspartame/S -ASPCA -aspect/SM -Aspell/M -aspen/M -Aspen/M -asperity/SM -asper/M -aspersion/SM -asphalt/MDRSG -asphodel/MS -asphyxia/MS -asphyxiate/GNXSD -asphyxiation/M -aspic/MS -Aspidiske/M -aspidistra/MS -aspirant/MS -aspirate/NGDSX -aspirational -aspiration/M -aspirator/SM -aspire/GSRD -aspirer/M -aspirin/SM -asplenium -asp/MNRXS -Asquith/M -Assad/M -assailable/U -assailant/SM -assail/BGDS -Assamese/M -Assam/M -assassinate/DSGNX -assassination/M -assassin/MS -assaulter/M -assaultive/YP -assault/SGVMDR -assayer/M -assay/SZGRD -assemblage/MS -assemble/ADSREG -assembled/U -assembler/EMS -assemblies/A -assembly/EAM -assemblyman/M -assemblymen -Assembly/MS -assemblywoman -assemblywomen -assent/SGMRD -assert/ADGS -asserter/MS -assertional -assertion/AMS -assertiveness/SM -assertive/PY -assess/BLSDG -assessed/A -assesses/A -assessment/SAM -assessor/MS -asset/SM -asseverate/XSDNG -asseveration/M -asshole/MS! -assiduity/SM -assiduousness/SM -assiduous/PY -assign/ALBSGD -assignation/MS -assigned/U -assignee/MS -assigner/MS -assignment/MAS -assignor/MS -assigns/CU -assimilate/VNGXSD -assimilationist/M -assimilation/M -Assisi/M -assistance/SM -assistantship/SM -assistant/SM -assisted/U -assister/M -assist/RDGS -assize/MGSD -ass/MNS -assn -assoc -associable -associated/U -associate/SDEXNG -associateship -associational -association/ME -associative/Y -associativity/S -associator/MS -assonance/SM -assonant/S -assorter/M -assort/LRDSG -assortment/SM -asst -assuaged/U -assuage/SDG -assumability -assumer/M -assume/SRDBJG -assuming/UA -assumption/SM -assumptive -assurance/AMS -assure/AGSD -assuredness/M -assured/PYS -assurer/SM -assuring/YA -Assyria/M -Assyrian/SM -Assyriology/M -Astaire/SM -Astarte/M -astatine/MS -aster/ESM -asteria -asterisked/U -asterisk/SGMD -astern -asteroidal -asteroid/SM -asthma/MS -asthmatic/S -astigmatic/S -astigmatism/SM -astir -astonish/GSDL -astonishing/Y -astonishment/SM -Aston/M -Astoria/M -Astor/M -astounding/Y -astound/SDG -astraddle -Astrakhan/M -astrakhan/SM -astral/SY -Astra/M -astray -astride -Astrid/M -astringency/SM -astringent/YS -Astrix/M -astrolabe/MS -astrologer/MS -astrological/Y -astrologist/M -astrology/SM -astronautical -astronautic/S -astronautics/M -astronaut/SM -astronomer/MS -astronomic -astronomical/Y -astronomy/SM -astrophysical -astrophysicist/SM -astrophysics/M -Astroturf/M -AstroTurf/S -Asturias/M -astuteness/MS -astute/RTYP -Asunción/M -asunder -Aswan/M -asylum/MS -asymmetric -asymmetrical/Y -asymmetry/MS -asymptomatic -asymptomatically -asymptote/MS -asymptotically -asymptotic/Y -asynchronism/M -asynchronous/Y -asynchrony -at -Atacama/M -Atahualpa/M -Atalanta/M -Atari/M -Atatürk/M -atavism/MS -atavistic -atavist/MS -ataxia/MS -ataxic/S -atelier/SM -atemporal -ate/S -Athabasca/M -Athabascan's -Athabaskan/MS -Athabaska's -atheism/SM -atheistic -atheist/SM -Athena/M -Athene/M -Athenian/SM -Athens/M -atheroscleroses -atherosclerosis/M -athirst -athlete/MS -athletically -athleticism/M -athletic/S -athletics/M -athwart -atilt -Atkins/M -Atkinson/M -Atlanta/M -Atlante/MS -atlantes -Atlantic/M -Atlantis/M -atlas/SM -Atlas/SM -At/M -Atman -ATM/M -atmosphere/DSM -atmospherically -atmospheric/S -atoll/MS -atomically -atomicity/M -atomic/S -atomics/M -atomistic -atomization/SM -atomize/GZDRS -atomizer/M -atom/SM -atonality/MS -atonal/Y -atone/LDSG -atonement/SM -atop -ATP -Atreus/M -atria -atrial -Atria/M -atrium/M -atrociousness/SM -atrocious/YP -atrocity/SM -atrophic -atrophy/DSGM -atropine/SM -Atropos/M -Ats -attach/BLGZMDRS -attached/UA -attacher/M -attaché/S -attachment/ASM -attacker/M -attack/GBZSDR -attainabilities -attainability/UM -attainableness/M -attainable/U -attainably/U -attain/AGSD -attainder/MS -attained/U -attainer/MS -attainment/MS -attar/MS -attempt/ADSG -attempter/MS -attendance/MS -attendant/SM -attended/U -attendee/SM -attender/M -attend/SGZDR -attentional -attentionality -attention/IMS -attentiveness/IMS -attentive/YIP -attenuated/U -attenuate/SDXGN -attenuation/M -attenuator/MS -attestation/SM -attested/U -attester/M -attest/GSDR -Attic -Attica/M -attic/MS -Attila/M -attire/SDG -attitude/MS -attitudinal/Y -attitudinize/SDG -Attlee/M -attn -Attn -attorney/SM -attractant/SM -attract/BSDGV -attraction/MS -attractivenesses -attractiveness/UM -attractive/UYP -attractor/MS -attributable/U -attribute/BVNGRSDX -attributed/U -attributer/M -attributional -attribution/M -attributive/SY -attrition/MS -Attucks -attune/SDG -atty -ATV/S -atwitter -Atwood/M -atypical/Y -Aube/M -Auberge/M -aubergine/MS -Auberon/M -Auberta/M -Aubert/M -Aubine/M -Aubree/M -Aubrette/M -Aubrey/M -Aubrie/M -Aubry/M -auburn/SM -Auckland/M -auctioneer/SDMG -auction/MDSG -audaciousness/SM -audacious/PY -audacity/MS -Auden/M -audibility/MSI -audible/I -audibles -audibly/I -Audie/M -audience/MS -Audi/M -audiogram/SM -audiological -audiologist/MS -audiology/SM -audiometer/MS -audiometric -audiometry/M -audiophile/SM -audio/SM -audiotape/S -audiovisual/S -audited/U -audition/MDSG -auditorium/MS -auditor/MS -auditory/S -audit/SMDVG -Audra/M -Audre/M -Audrey/M -Audrie/M -Audrye/M -Audry/M -Audubon/M -Audy/M -Auerbach/M -Augean -auger/SM -aught/S -Augie/M -Aug/M -augmentation/SM -augmentative/S -augment/DRZGS -augmenter/M -augur/GDMS -augury/SM -Augusta/M -Augustan/S -Auguste/M -Augustina/M -Augustine/M -Augustinian/S -Augustin/M -augustness/SM -Augusto/M -August/SM -august/STPYR -Augustus/M -Augy/M -auk/MS -Au/M -Aundrea/M -auntie/MS -aunt/MYS -aunty's -aural/Y -Aura/M -aura/SM -Aurea/M -Aurelea/M -Aurelia/M -Aurelie/M -Aurelio/M -Aurelius/M -Aurel/M -aureole/GMSD -aureomycin -Aureomycin/M -Auria/M -auric -auricle/SM -auricular -Aurie/M -Auriga/M -Aurilia/M -Aurlie/M -Auroora/M -auroral -Aurora/M -aurora/SM -Aurore/M -Aurthur/M -Auschwitz/M -auscultate/XDSNG -auscultation/M -auspice/SM -auspicious/IPY -auspiciousnesses -auspiciousness/IM -Aussie/MS -Austen/M -austereness/M -austere/TYRP -austerity/SM -Austina/M -Austine/M -Austin/SM -austral -Australasia/M -Australasian/S -australes -Australia/M -Australian/MS -Australis/M -australites -Australoid -Australopithecus/M -Austria/M -Austrian/SM -Austronesian -authentically -authenticated/U -authenticate/GNDSX -authentication/M -authenticator/MS -authenticity/MS -authentic/UI -author/DMGS -authoress/S -authorial -authoritarianism/MS -authoritarian/S -authoritativeness/SM -authoritative/PY -authority/SM -authorization/MAS -authorize/AGDS -authorized/U -authorizer/SM -authorizes/U -authorship/MS -autism/MS -autistic/S -autobahn/MS -autobiographer/MS -autobiographic -autobiographical/Y -autobiography/MS -autoclave/SDGM -autocollimator/M -autocorrelate/GNSDX -autocorrelation/M -autocracy/SM -autocratic -autocratically -autocrat/SM -autodial/R -autodidact/MS -autofluorescence -autograph/MDG -autographs -autoignition/M -autoimmune -autoimmunity/S -autoloader -automaker/S -automata's -automate/NGDSX -automatically -automatic/S -automation/M -automatism/SM -automatize/DSG -automaton/SM -automobile/GDSM -automorphism/SM -automotive -autonavigator/SM -autonomic/S -autonomous/Y -autonomy/MS -autopilot/SM -autopsy/MDSG -autoregressive -autorepeat/GS -auto/SDMG -autostart -autosuggestibility/M -autotransformer/M -autoworker/S -autumnal/Y -Autumn/M -autumn/MS -aux -auxiliary/S -auxin/MS -AV -availability/USM -availableness/M -available/U -availably -avail/BSZGRD -availing/U -avalanche/MGSD -Avalon/M -Ava/M -avant -avarice/SM -avariciousness/M -avaricious/PY -avast/S -avatar/MS -avaunt/S -avdp -Aveline/M -Ave/MS -avenged/U -avenger/M -avenge/ZGSRD -Aventine/M -Aventino/M -avenue/MS -average/DSPGYM -Averell/M -Averill/M -Averil/M -Avernus/M -averred -averrer -averring -Averroes/M -averseness/M -averse/YNXP -aversion/M -avers/V -avert/GSD -Averyl/M -Avery/M -ave/S -aves/C -Avesta/M -avg -avian/S -aviary/SM -aviate/NX -aviation/M -aviator/SM -aviatrices -aviatrix/SM -Avicenna/M -Avictor/M -avidity/MS -avid/TPYR -Avie/M -Avigdor/M -Avignon/M -Avila/M -avionic/S -avionics/M -Avior/M -Avis -avitaminoses -avitaminosis/M -Avivah/M -Aviva/M -Aviv/M -avocado/MS -avocational -avocation/SM -Avogadro/M -avoidable/U -avoidably/U -avoidance/SM -avoider/M -avoid/ZRDBGS -avoirdupois/MS -Avon/M -avouch/GDS -avowal/EMS -avowed/Y -avower/M -avow/GEDS -Avram/M -Avril/M -Avrit/M -Avrom/M -avuncular -av/ZR -AWACS -await/SDG -awake/GS -awakened/U -awakener/M -awakening/S -awaken/SADG -awarder/M -award/RDSZG -awareness/MSU -aware/TRP -awash -away/PS -aweigh -awe/SM -awesomeness/SM -awesome/PY -awestruck -awfuller -awfullest -awfulness/SM -awful/YP -aw/GD -awhile/S -awkwardness/MS -awkward/PRYT -awl/MS -awning/DM -awn/MDJGS -awoke -awoken -AWOL -awry/RT -ax/DRSZGM -axehead/S -Axel/M -Axe/M -axeman -axial/Y -axillary -axiological/Y -axiology/M -axiomatically -axiomatic/S -axiomatization/MS -axiomatize/GDS -axiom/SM -axion/SM -axis/SM -axle/MS -axletree/MS -Ax/M -axolotl/SM -axon/SM -ayah/M -ayahs -Ayala/M -ayatollah -ayatollahs -aye/MZRS -Ayers -Aylmar/M -Aylmer/M -Aymara/M -Aymer/M -Ayn/M -AZ -azalea/SM -Azania/M -Azazel/M -Azerbaijan/M -azimuthal/Y -azimuth/M -azimuths -Azores -Azov/M -AZT -Aztecan -Aztec/MS -azure/MS -BA -Baal/SM -baa/SDG -Babara/M -Babar's -Babbage/M -Babbette/M -Babbie/M -babbitt/GDS -Babbitt/M -babbler/M -babble/RSDGZ -Babb/M -Babcock/M -Babel/MS -babel/S -babe/SM -Babette/M -Babita/M -Babka/M -baboon/MS -Bab/SM -babushka/MS -babyhood/MS -babyish -Babylonia/M -Babylonian/SM -Babylon/MS -babysat -babysit/S -babysitter/S -babysitting -baby/TDSRMG -Bacall/M -Bacardi/M -baccalaureate/MS -baccarat/SM -bacchanalia -Bacchanalia/M -bacchanalian/S -bacchanal/SM -Bacchic -Bacchus/M -bachelorhood/SM -bachelor/SM -Bach/M -bacillary -bacilli -bacillus/MS -backache/SM -backarrow -backbencher/M -backbench/ZR -backbiter/M -backbite/S -backbitten -backbit/ZGJR -backboard/SM -backbone/SM -backbreaking -backchaining -backcloth/M -backdate/GDS -backdrop/MS -backdropped -backdropping -backed/U -backer/M -backfield/SM -backfill/SDG -backfire/GDS -backgammon/MS -background/SDRMZG -back/GZDRMSJ -backhanded/Y -backhander/M -backhand/RDMSZG -backhoe/S -backing/M -backlash/GRSDM -backless -backlogged -backlogging -backlog/MS -backorder -backpacker/M -backpack/ZGSMRD -backpedal/DGS -backplane/MS -backplate/SM -backrest/MS -backscatter/SMDG -backseat/S -backside/SM -backslapper/MS -backslapping/M -backslash/DSG -backslider/M -backslide/S -backslid/RZG -backspace/GSD -backspin/SM -backstabber/M -backstabbing -backstage -backstair/S -backstitch/GDSM -backstop/MS -backstopped -backstopping -backstreet/M -backstretch/SM -backstroke/GMDS -backtalk/S -backtrack/SDRGZ -backup/SM -Backus/M -backwardness/MS -backward/YSP -backwash/SDMG -backwater/SM -backwood/S -backwoodsman/M -backwoodsmen -backyard/MS -baconer/M -Bacon/M -bacon/SRM -bacterial/Y -bacteria/MS -bactericidal -bactericide/SM -bacteriologic -bacteriological -bacteriologist/MS -bacteriology/SM -bacterium/M -Bactria/M -badder -baddest -baddie/MS -bade -Baden/M -badge/DSRGMZ -badger/DMG -badinage/DSMG -badland/S -Badlands/M -badman/M -badmen -badminton/MS -badmouth/DG -badmouths -badness/SM -bad/PSNY -Baedeker/SM -Baez/M -Baffin/M -bafflement/MS -baffler/M -baffle/RSDGZL -baffling/Y -bagatelle/MS -bagel/SM -bagful/MS -baggageman -baggagemen -baggage/SM -bagged/M -bagger/SM -baggily -bagginess/MS -bagging/M -baggy/PRST -Baghdad/M -bagpiper/M -bagpipe/RSMZ -Bagrodia/MS -bag/SM -baguette/SM -Baguio/M -bah -Baha'i -Bahama/MS -Bahamanian/S -Bahamian/MS -Baha'ullah -Bahia/M -Bahrain/M -bahs -Baikal/M -Bailey/SM -bail/GSMYDRB -Bailie/M -bailiff/SM -bailiwick/MS -Baillie/M -Bail/M -bailout/MS -bailsman/M -bailsmen -Baily/M -Baird/M -bairn/SM -baiter/M -bait/GSMDR -baize/GMDS -Baja/M -baked/U -bakehouse/M -Bakelite/M -baker/M -Baker/M -Bakersfield/M -bakery/SM -bakeshop/S -bake/ZGJDRS -baking/M -baklava/M -baksheesh/SM -Baku/M -Bakunin/M -balaclava/MS -balalaika/MS -balanced/A -balancedness -balancer/MS -balance's -balance/USDG -Balanchine/M -Balboa/M -balboa/SM -balcony/MSD -balderdash/MS -Balder/M -baldfaced -Bald/MR -baldness/MS -bald/PYDRGST -baldric/SM -Balduin/M -Baldwin/M -baldy -Balearic/M -baleen/MS -balefuller -balefullest -balefulness/MS -baleful/YP -Bale/M -bale/MZGDRS -baler/M -Balfour/M -Bali/M -Balinese -balkanization -balkanize/DG -Balkan/SM -balker/M -balk/GDRS -Balkhash/M -balkiness/M -balky/PRT -balladeer/MS -ballade/MS -balladry/MS -ballad/SM -Ballard/SM -ballast/SGMD -ballcock/S -ballerina/MS -baller/M -balletic -ballet/MS -ballfields -ballgame/S -ball/GZMSDR -ballistic/S -ballistics/M -Ball/M -balloonist/S -balloon/RDMZGS -balloter/M -ballot/MRDGS -ballpark/SM -ballplayer/SM -ballpoint/SM -ballroom/SM -ballsy/TR -ballyhoo/SGMD -balminess/SM -balm/MS -balmy/PRT -baloney/SM -balsam/GMDS -balsamic -balsa/MS -Balthazar/M -Baltic/M -Baltimore/M -Baluchistan/M -baluster/MS -balustrade/SM -Balzac/M -Ba/M -Bamako/M -Bamberger/M -Bambie/M -Bambi/M -bamboo/SM -bamboozle/GSD -Bamby/M -Banach/M -banality/MS -banal/TYR -banana/SM -Bancroft/M -bandager/M -bandage/RSDMG -bandanna/SM -bandbox/MS -bandeau/M -bandeaux -band/EDGS -bander/M -banding/M -bandit/MS -banditry/MS -bandmaster/MS -bandoleer/SM -bandpass -band's -bandsman/M -bandsmen -bandstand/SM -bandstop -Bandung/M -bandwagon/MS -bandwidth/M -bandwidths -bandy/TGRSD -banefuller -banefullest -baneful/Y -bane/MS -Bangalore/M -banger/M -bang/GDRZMS -bangkok -Bangkok/M -Bangladeshi/S -Bangladesh/M -bangle/MS -Bangor/M -Bangui/M -bani -banisher/M -banishment/MS -banish/RSDGL -banister/MS -Banjarmasin/M -banjoist/SM -banjo/MS -Banjul/M -bankbook/SM -bankcard/S -banker/M -bank/GZJDRMBS -banking/M -Bank/MS -banknote/S -bankroll/DMSG -bankruptcy/MS -bankrupt/DMGS -Banky/M -Ban/M -banned/U -Banneker/M -banner/SDMG -banning/U -Bannister/M -bannister's -bannock/SM -banns -banqueter/M -banquet/SZGJMRD -banquette/MS -ban/SGMD -banshee/MS -bans/U -bantam/MS -bantamweight/MS -banterer/M -bantering/Y -banter/RDSG -Banting/M -Bantu/SM -banyan/MS -banzai/S -baobab/SM -Baotou/M -baptismal/Y -baptism/SM -Baptiste/M -baptistery/MS -baptist/MS -Baptist/MS -baptistry's -baptized/U -baptizer/M -baptize/SRDZG -baptizes/U -Barabbas/M -Barbabas/M -Barbabra/M -Barbadian/S -Barbados/M -Barbaraanne/M -Barbara/M -Barbarella/M -barbarianism/MS -barbarian/MS -barbaric -barbarically -barbarism/MS -barbarity/SM -barbarize/SDG -Barbarossa/M -barbarousness/M -barbarous/PY -Barbary/M -barb/DRMSGZ -barbecue/DRSMG -barbed/P -Barbee/M -barbell/SM -barbel/MS -Barbe/M -barbeque's -barber/DMG -barbered/U -Barber/M -barberry/MS -barbershop/MS -Barbette/M -Barbey/M -Barbie/M -Barbi/M -barbital/M -barbiturate/MS -Barbour/M -Barbra/M -Barb/RM -Barbuda/M -barbwire/SM -Barby/M -barcarole/SM -Barcelona/M -Barclay/M -Bardeen/M -Barde/M -bardic -Bard/M -bard/MDSG -bareback/D -barefacedness/M -barefaced/YP -barefoot/D -barehanded -bareheaded -barelegged -bareness/MS -Barents/M -bare/YSP -barfly/SM -barf/YDSG -bargainer/M -bargain/ZGSDRM -barge/DSGM -bargeman/M -bargemen -bargepole/M -barhopped -barhopping -barhop/S -Bari/M -baritone/MS -barium/MS -barked/C -barkeeper/M -barkeep/SRZ -barker/M -Barker/M -bark/GZDRMS -Barkley/M -barks/C -barleycorn/MS -barley/MS -Barlow/M -barmaid/SM -barman/M -barmen -Bar/MH -Barnabas -Barnabe/M -Barnaby/M -barnacle/MDS -Barnard/M -Barnaul/M -Barnebas/M -Barnes -Barnett/M -Barney/M -barnful -barn/GDSM -Barnhard/M -Barnie/M -Barn/M -barnsful -barnstorm/DRGZS -barnstormer/M -Barnum/M -barnyard/MS -Barny/M -Baroda/M -barometer/MS -barometric -barometrically -baronage/MS -baroness/MS -baronetcy/SM -baronet/MS -baronial -Baron/M -baron/SM -barony/SM -baroque/SPMY -barque's -Barquisimeto/M -barracker/M -barrack/SDRG -barracuda/MS -barrage/MGSD -Barranquilla/M -barred/ECU -barre/GMDSJ -barrel/SGMD -barrenness/SM -barren/SPRT -Barrera/M -Barret/M -barrette/SM -Barrett/M -barricade/SDMG -Barrie/M -barrier/MS -barring/R -barrio/SM -Barri/SM -barrister/MS -Barr/M -Barron/M -barroom/SM -barrow/MS -Barry/M -Barrymore/MS -bars/ECU -barstool/SM -Barstow/M -Bartel/M -bartender/M -bartend/ZR -barterer/M -barter/SRDZG -bar/TGMDRS -Barthel/M -Barth/M -Bartholdi/M -Bartholemy/M -Bartholomeo/M -Bartholomeus/M -Bartholomew/M -Bartie/M -Bartlet/M -Bartlett/M -Bart/M -Bartók/M -Bartolemo/M -Bartolomeo/M -Barton/M -Bartram/M -Barty/M -barycenter -barycentre's -barycentric -Bary/M -baryon/SM -Baryram/M -Baryshnikov/M -basaltic -basalt/SM -basal/Y -Bascom/M -bas/DRSTG -baseball/MS -baseband -baseboard/MS -base/CGRSDL -baseless -baseline/SM -Basel/M -basely -Base/M -baseman/M -basemen -basement/CSM -baseness/MS -baseplate/M -base's -basetting -bashfulness/MS -bashful/PY -bash/JGDSR -Basho/M -Basia/M -BASIC -basically -basic/S -Basie/M -basilar -Basile/M -basilica/SM -Basilio/M -basilisk/SM -Basilius/M -Basil/M -basil/MS -basin/DMS -basinful/S -basis/M -basketball/MS -basketry/MS -basket/SM -basketwork/SM -bask/GSD -basophilic -Basque/SM -Basra/M -Basseterre/M -basset/GMDS -Bassett/M -bassinet/SM -bassist/MS -Bass/M -basso/MS -bassoonist/MS -bassoon/MS -bass/SM -basswood/SM -bastardization/MS -bastardized/U -bastardize/SDG -bastard/MYS -bastardy/MS -baste/NXS -baster/M -Bastian/M -Bastien/M -Bastille/M -basting/M -bastion/DM -bast/SGZMDR -Basutoland/M -Bataan/M -Batavia/M -batch/MRSDG -bated/U -bate/KGSADC -bater/AC -Bates -bathe -bather/M -bathetic -bathhouse/SM -bath/JMDSRGZ -bathmat/S -Batholomew/M -bathos/SM -bathrobe/MS -bathroom/SDM -baths -Bathsheba/M -bathtub/MS -bathwater -bathyscaphe's -bathysphere/MS -batik/DMSG -Batista/M -batiste/SM -Bat/M -batman/M -Batman/M -batmen -baton/SM -Batsheva/M -batsman/M -bat/SMDRG -batsmen -battalion/MS -batted -batten/SDMG -batter/SRDZG -battery/MS -batting/MS -battledore/MS -battledress -battlefield/SM -battlefront/SM -battle/GMZRSDL -battleground/SM -Battle/M -battlement/SMD -battler/M -battleship/MS -batty/RT -Batu/M -batwings -bauble/SM -Baudelaire/M -baud/M -Baudoin/M -Baudouin/M -Bauer/M -Bauhaus/M -baulk/GSDM -Bausch/M -bauxite/SM -Bavaria/M -Bavarian/S -bawdily -bawdiness/MS -bawd/SM -bawdy/PRST -bawler/M -bawl/SGDR -Baxie/M -Bax/M -Baxter/M -Baxy/M -Bayamon -Bayard/M -bayberry/MS -Bayda/M -Bayer/M -Bayes -Bayesian -bay/GSMDY -Baylor/M -Bay/MR -bayonet/SGMD -Bayonne/M -bayou/MS -Bayreuth/M -bazaar/MS -bazillion/S -bazooka/MS -BB -BBB -BBC -bbl -BBQ -BBS -BC -BCD -bdrm -beachcomber/SM -beachhead/SM -Beach/M -beach/MSDG -beachwear/M -beacon/DMSG -beading/M -Beadle/M -beadle/SM -bead/SJGMD -beadsman/M -beadworker -beady/TR -beagle/SDGM -beaker/M -beak/ZSDRM -Beale/M -Bealle/M -Bea/M -beam/MDRSGZ -beanbag/SM -bean/DRMGZS -beanie/SM -Bean/M -beanpole/MS -beanstalk/SM -bearable/U -bearably/U -beard/DSGM -bearded/P -beardless -Beard/M -Beardmore/M -Beardsley/M -bearer/M -bearing/M -bearishness/SM -bearish/PY -bearlike -Bear/M -Bearnaise/M -Bearnard/M -bearskin/MS -bear/ZBRSJG -Beasley/M -beasties -beastings/M -beastliness/MS -beastly/PTR -beast/SJMY -beatable/U -beatably/U -beaten/U -beater/M -beatific -beatifically -beatification/M -beatify/GNXDS -beating/M -beatitude/MS -Beatlemania/M -Beatles/M -beatnik/SM -beat/NRGSBZJ -Beatrice/M -Beatrisa/M -Beatrix/M -Beatriz/M -Beauchamps -Beaufort/M -Beaujolais/M -Beau/M -Beaumarchais/M -Beaumont/M -beau/MS -Beauregard/M -beauteousness/M -beauteous/YP -beautician/MS -beautification/M -beautifier/M -beautifully/U -beautifulness/M -beautiful/PTYR -beautify/SRDNGXZ -beaut/SM -beauty/SM -Beauvoir/M -beaux's -beaver/DMSG -Beaverton/M -Bebe/M -bebop/MS -becalm/GDS -became -because -Becca/M -Bechtel/M -Becka/M -Becker/M -Becket/M -Beckett/M -beck/GSDM -Beckie/M -Becki/M -beckon/SDG -Beck/RM -Becky/M -becloud/SGD -become/GJS -becoming/UY -Becquerel/M -bedaub/GDS -bedazzle/GLDS -bedazzlement/SM -bedbug/SM -bedchamber/M -bedclothes -bedded -bedder/MS -bedding/MS -bedeck/DGS -Bede/M -bedevil/DGLS -bedevilment/SM -bedfast -bedfellow/MS -Bedford/M -bedimmed -bedimming -bedim/S -bedizen/DGS -bedlam/MS -bedlinen -bedmaker/SM -bedmate/MS -bed/MS -Bedouin/SM -bedpan/SM -bedpost/SM -bedraggle/GSD -bedridden -bedrock/SM -bedroll/SM -bedroom/DMS -bedsheets -bedside/MS -bedsit -bedsitter/M -bedsore/MS -bedspread/SM -bedspring/SM -bedstead/SM -bedstraw/M -bedtime/SM -Beebe/M -beebread/MS -Beecher/M -beech/MRSN -beechnut/MS -beechwood -beefburger/SM -beefcake/MS -beef/GZSDRM -beefiness/MS -beefsteak/MS -beefy/TRP -beehive/MS -beekeeper/MS -beekeeping/SM -beeline/MGSD -Beelzebub/M -Bee/M -bee/MZGJRS -been/S -beeper/M -beep/GZSMDR -Beerbohm/M -beer/M -beermat/S -beery/TR -beeswax/DSMG -Beethoven/M -beetle/GMRSD -Beeton/M -beetroot/M -beet/SM -beeves/M -befall/SGN -befell -befit/SM -befitted -befitting/Y -befogged -befogging -befog/S -before -beforehand -befoul/GSD -befriend/DGS -befuddle/GLDS -befuddlement/SM -began -beget/S -begetting -beggar/DYMSG -beggarliness/M -beggarly/P -beggary/MS -begged -begging -Begin/M -beginner/MS -beginning/MS -begin/S -begone/S -begonia/SM -begot -begotten -begrime/SDG -begrudge/GDRS -begrudging/Y -beg/S -beguilement/SM -beguiler/M -beguile/RSDLZG -beguiling/Y -beguine/SM -begum/MS -begun -behalf/M -behalves -Behan/M -behave/GRSD -behavioral/Y -behaviorism/MS -behavioristic/S -behaviorist/S -behavior/SMD -behead/GSD -beheld -behemoth/M -behemoths -behest/SM -behindhand -behind/S -beholder/M -behold/ZGRNS -behoofs -behoove/SDJMG -behooving/YM -Behring/M -Beiderbecke/M -beige/MS -Beijing -Beilul/M -being/M -Beirut/M -Beitris/M -bejewel/SDG -Bekesy/M -Bekki/M -be/KS -belabor/MDSG -Bela/M -Belarus -belate/D -belatedness/M -belated/PY -Belau/M -belay/GSD -belch/GSD -beleaguer/GDS -Belem/M -Belfast/M -belfry/SM -Belgian/MS -Belgium/M -Belg/M -Belgrade/M -Belia/M -Belicia/M -belie -belief/ESUM -belier/M -believability's -believability/U -believable/U -believably/U -believed/U -believe/EZGDRS -believer/MUSE -believing/U -Belinda/M -Belita/M -belittlement/MS -belittler/M -belittle/RSDGL -Belize/M -belladonna/MS -Bella/M -Bellamy/M -Bellanca/M -Bellatrix/M -bellboy/MS -belled/A -Belle/M -belle/MS -belletristic -belletrist/SM -Belleville/M -bellflower/M -bell/GSMD -bellhop/MS -bellicoseness/M -bellicose/YP -bellicosity/MS -belligerence/SM -belligerency/MS -belligerent/SMY -Bellina/M -belling/A -Bellini/M -Bell/M -bellman/M -bellmen -Bellovin/M -bellow/DGS -Bellow/M -bellows/M -bells/A -bellwether/MS -Bellwood/M -bellyacher/M -bellyache/SRDGM -bellybutton/MS -bellyfull -bellyful/MS -belly/SDGM -Bel/M -Belmont/M -Belmopan/M -Beloit/M -belong/DGJS -belonging/MP -Belorussian/S -Belorussia's -belove/D -beloved/S -below/S -Belshazzar/M -belted/U -belt/GSMD -belting/M -Belton/M -Beltran/M -Beltsville/M -beltway/SM -beluga/SM -Belushi/M -Belva/M -belvedere/M -Belvia/M -bely/DSRG -beman -Be/MH -bemire/SDG -bemoan/GDS -bemused/Y -bemuse/GSDL -bemusement/SM -Benacerraf/M -Benares's -bencher/M -benchmark/GDMS -bench/MRSDG -bend/BUSG -bended -Bender/M -bender/MS -Bendick/M -Bendicty/M -Bendite/M -Bendix/M -beneath -Benedetta/M -Benedetto/M -Benedick/M -Benedicta/M -Benedictine/MS -benediction/MS -Benedict/M -Benedicto/M -benedictory -Benedikta/M -Benedikt/M -benefaction/MS -benefactor/MS -benefactress/S -benefice/MGSD -beneficence/SM -beneficent/Y -beneficialness/M -beneficial/PY -beneficiary/MS -benefiter/M -benefit/SRDMZG -Benelux/M -Benet/M -Benetta/M -Benetton/M -benevolence/SM -benevolentness/M -benevolent/YP -Bengali/M -Bengal/SM -Benghazi/M -Bengt/M -Beniamino/M -benightedness/M -benighted/YP -benignant -benignity/MS -benign/Y -Beninese -Benin/M -Benita/M -Benito/M -Benjamen/M -Benjamin/M -Benjie/M -Benji/M -Benjy/M -Ben/M -Bennett/M -Bennie/M -Benni/M -Bennington/M -Benn/M -Benny/M -Benoite/M -Benoit/M -Benson/M -Bentham/M -Bentlee/M -Bentley/MS -Bent/M -Benton/M -bents -bent/U -bentwood/SM -benumb/SGD -Benyamin/M -Benzedrine/M -benzene/MS -benzine/SM -Benz/M -Beograd's -Beowulf/M -bequeath/GSD -bequeaths -bequest/MS -berate/GSD -Berber/MS -bereave/GLSD -bereavement/MS -bereft -Berenice/M -Beret/M -beret/SM -Bergen/M -Bergerac/M -Berger/M -Berget/M -Berglund/M -Bergman/M -Berg/NRM -berg/NRSM -Bergson/M -Bergsten/M -Bergstrom/M -beribbon/D -beriberi/SM -Beringer/M -Bering/RM -Berkeley/M -berkelium/SM -Berke/M -Berkie/M -Berkley/M -Berkly/M -Berkowitz/M -Berkshire/SM -Berky/M -Berk/YM -Berle/M -Berliner/M -Berlin/SZRM -Berlioz/M -Berlitz/M -Berman/M -Ber/MG -berm/SM -Bermuda/MS -Bermudan/S -Bermudian/S -Bernadene/M -Bernadette/M -Bernadina/M -Bernadine/M -Berna/M -Bernardina/M -Bernardine/M -Bernardino/M -Bernard/M -Bernardo/M -Bernarr/M -Bernays/M -Bernbach/M -Bernelle/M -Berne's -Bernese -Bernete/M -Bernetta/M -Bernette/M -Bernhard/M -Bernhardt/M -Bernice/M -Berniece/M -Bernie/M -Berni/M -Bernini/M -Bernita/M -Bern/M -Bernoulli/M -Bernstein/M -Berny/M -Berra/M -Berrie/M -Berri/M -berrylike -Berry/M -berry/SDMG -berserker/M -berserk/SR -Berta/M -Berte/M -Bertha/M -Berthe/M -berth/MDGJ -berths -Bertie/M -Bertillon/M -Berti/M -Bertina/M -Bertine/M -Bert/M -Berton/M -Bertram/M -Bertrand/M -Bertrando/M -Berty/M -Beryle/M -beryllium/MS -Beryl/M -beryl/SM -Berzelius/M -bes -beseecher/M -beseeching/Y -beseech/RSJZG -beseem/GDS -beset/S -besetting -beside/S -besieger/M -besiege/SRDZG -besmear/GSD -besmirch/GSD -besom/GMDS -besot/S -besotted -besotting -besought -bespangle/GSD -bespatter/SGD -bespeak/SG -bespectacled -bespoke -bespoken -Bess -Bessel/M -Bessemer/M -Bessie/M -Bessy/M -best/DRSG -bestiality/MS -bestial/Y -bestiary/MS -bestirred -bestirring -bestir/S -Best/M -bestowal/SM -bestow/SGD -bestrew/DGS -bestrewn -bestridden -bestride/SG -bestrode -bestseller/MS -bestselling -bestubble/D -betaken -betake/SG -beta/SM -betatron/M -betcha -Betelgeuse/M -betel/MS -Bethanne/M -Bethany/M -bethel/M -Bethe/M -Bethena/M -Bethesda/M -Bethina/M -bethink/GS -Bethlehem/M -beth/M -Beth/M -bethought -Bethune -betide/GSD -betimes -bet/MS -betoken/GSD -betook -betrayal/SM -betrayer/M -betray/SRDZG -betrothal/SM -betrothed/U -betroth/GD -betroths -Betsey/M -Betsy/M -Betta/M -Betteanne/M -Betteann/M -Bette/M -betterment/MS -better/SDLG -Bettie/M -Betti/M -Bettina/M -Bettine/M -betting -bettor/SM -Bettye/M -Betty/SM -betweenness/M -between/SP -betwixt -Beulah/M -Bevan/M -bevel/SJGMRD -beverage/MS -Beverie/M -Beverlee/M -Beverley/M -Beverlie/M -Beverly/M -Bevin/M -Bevon/M -Bev's -Bevvy/M -bevy/SM -bewail/GDS -beware/GSD -bewhisker/D -bewigged -bewildered/PY -bewildering/Y -bewilder/LDSG -bewilderment/SM -bewitching/Y -bewitch/LGDS -bewitchment/SM -bey/MS -beyond/S -bezel/MS -bf -B/GT -Bhopal/M -Bhutanese -Bhutan/M -Bhutto/M -Bialystok/M -Bianca/M -Bianco/M -Bianka/M -biannual/Y -bias/DSMPG -biased/U -biathlon/MS -biaxial/Y -bibbed -Bibbie/M -bibbing -Bibbye/M -Bibby/M -Bibi/M -bible/MS -Bible/MS -biblical/Y -biblicists -bibliographer/MS -bibliographical/Y -bibliographic/S -bibliography/MS -bibliophile/MS -Bib/M -bib/MS -bibulous -bicameral -bicameralism/MS -bicarb/MS -bicarbonate/MS -bicentenary/S -bicentennial/S -bicep/S -biceps/M -bichromate/DM -bickerer/M -bickering/M -bicker/SRDZG -biconcave -biconnected -biconvex -bicuspid/S -bicycler/M -bicycle/RSDMZG -bicyclist/SM -biddable -bidden/U -bidder/MS -Biddie/M -bidding/MS -Biddle/M -Biddy/M -biddy/SM -bider/M -bide/S -bidet/SM -Bidget/M -bid/GMRS -bidiagonal -bidirectional/Y -bids/A -biennial/SY -biennium/SM -Bienville/M -Bierce/M -bier/M -bifocal/S -bifurcate/SDXGNY -bifurcation/M -bigamist/SM -bigamous -bigamy/SM -Bigelow/M -Bigfoot -bigged -bigger -biggest -biggie/SM -bigging -biggish -bighead/MS -bigheartedness/S -bighearted/P -bighorn/MS -bight/SMDG -bigmouth/M -bigmouths -bigness/SM -bigoted/Y -bigot/MDSG -bigotry/MS -big/PYS -bigwig/MS -biharmonic -bijection/MS -bijective/Y -bijou/M -bijoux -bike/MZGDRS -biker/M -bikini/SMD -Biko/M -bilabial/S -bilateralness/M -bilateral/PY -bilayer/S -Bilbao/M -bilberry/MS -Bilbo/M -bile/SM -bilge/GMDS -biliary -Bili/M -bilinear -bilingualism/SM -bilingual/SY -biliousness/SM -bilious/P -bilker/M -bilk/GZSDR -billboard/MDGS -biller/M -billet/MDGS -billfold/MS -billiard/SM -Billie/M -Billi/M -billing/M -billingsgate/SM -Billings/M -billionaire/MS -billion/SHM -billionths -bill/JGZSBMDR -Bill/JM -billow/DMGS -billowy/RT -billposters -Billye/M -Billy/M -billy/SM -Bil/MY -bi/M -Bi/M -bimbo/MS -bimetallic/S -bimetallism/MS -Bimini/M -bimodal -bimolecular/Y -bimonthly/S -binary/S -binaural/Y -binder/M -bindery/MS -binding/MPY -bindingness/M -bind/JDRGZS -bindle/M -binds/AU -bindweed/MS -binge/MS -bing/GNDM -Bingham/M -Binghamton/M -Bing/M -bingo/MS -Bini/M -Bink/M -Binky/M -binnacle/MS -binned -Binnie/M -Binni/M -binning -Binny/M -binocular/SY -binodal -binomial/SYM -bin/SM -binuclear -biochemical/SY -biochemist/MS -biochemistry/MS -biodegradability/S -biodegradable -biodiversity/S -bioengineering/M -bioethics -biofeedback/SM -biographer/M -biographic -biographical/Y -biograph/RZ -biography/MS -biog/S -Bioko/M -biol -biological/SY -biologic/S -biologist/SM -biology/MS -biomass/SM -biomedical -biomedicine/M -biometric/S -biometrics/M -biometry/M -biomolecule/S -biomorph -bionically -bionic/S -bionics/M -biophysical/Y -biophysicist/SM -biophysic/S -biophysics/M -biopic/S -biopsy/SDGM -biorhythm/S -BIOS -bioscience/S -biosphere/MS -biostatistic/S -biosynthesized -biotechnological -biotechnologist -biotechnology/SM -biotic -biotin/SM -bipartisan -bipartisanship/MS -bipartite/YN -bipartition/M -bipedal -biped/MS -biplane/MS -bipolar -bipolarity/MS -biracial -Birch/M -birch/MRSDNG -birdbath/M -birdbaths -birdbrain/SDM -birdcage/SM -birder/M -birdhouse/MS -birdieing -Birdie/M -birdie/MSD -birdlike -birdlime/MGDS -Bird/M -birdseed/MS -Birdseye/M -bird/SMDRGZ -birdsong -birdtables -birdwatch/GZR -birefringence/M -birefringent -biretta/SM -Birgit/M -Birgitta/M -Birkenstock/M -Birk/M -Birmingham/M -Biro/M -Biron/M -birthday/SM -birthmark/MS -birth/MDG -birthplace/SM -birthrate/MS -birthright/MS -birth's/A -births/A -birthstone/SM -bis -Biscay/M -Biscayne/M -biscuit/MS -bisect/DSG -bisection/MS -bisector/MS -biserial -bisexuality/MS -bisexual/YMS -Bishkek -bishop/DGSM -Bishop/M -bishopric/SM -Bismarck/M -Bismark/M -bismuth/M -bismuths -bison/M -bisque/SM -Bissau/M -bistable -bistate -bistro/SM -bisyllabic -bitblt/S -bitchily -bitchiness/MS -bitch/MSDG -bitchy/PTR -biter/M -bite/S -biting/Y -bitmap/SM -bit/MRJSZG -BITNET/M -bit's/C -bits/C -bitser/M -bitted -bitten -bitterness/SM -bittern/SM -bitternut/M -bitter/PSRDYTG -bitterroot/M -bittersweet/YMSP -bitting -bitty/PRT -bitumen/MS -bituminous -bitwise -bivalent/S -bivalve/MSD -bivariate -bivouacked -bivouacking -bivouac/MS -biweekly/S -biyearly -bizarreness/M -bizarre/YSP -Bizet/M -biz/M -bizzes -Bjorn/M -bk -b/KGD -Bk/M -blabbed -blabber/GMDS -blabbermouth/M -blabbermouths -blabbing -blab/S -blackamoor/SM -blackball/SDMG -blackberry/GMS -blackbirder/M -blackbird/SGDRM -blackboard/SM -blackbody/S -Blackburn/M -blackcurrant/M -blackener/M -blacken/GDR -Blackfeet -Blackfoot/M -blackguard/MDSG -blackhead/SM -blacking/M -blackish -blackjack/SGMD -blackleg/M -blacklist/DRMSG -blackmail/DRMGZS -blackmailer/M -Blackman/M -Blackmer/M -blackness/MS -blackout/SM -Blackpool/M -Black's -black/SJTXPYRDNG -blacksmith/MG -blacksmiths -blacksnake/MS -blackspot -Blackstone/M -blackthorn/MS -blacktop/MS -blacktopped -blacktopping -Blackwell/MS -bladder/MS -bladdernut/M -bladderwort/M -blade/DSGM -blah/MDG -blahs -Blaine/M -Blaire/M -Blair/M -Blakelee/M -Blakeley/M -Blake/M -Blakey/M -blame/DSRBGMZ -blamelessness/SM -blameless/YP -blamer/M -blameworthiness/SM -blameworthy/P -Blanca/M -Blancha/M -Blanchard/M -blanch/DRSG -Blanche/M -blancher/M -Blanch/M -blanc/M -blancmange/SM -blandishment/MS -blandish/SDGL -blandness/MS -bland/PYRT -Blane/M -Blankenship/M -blanketing/M -blanket/SDRMZG -blankness/MS -blank/SPGTYRD -Blanton/M -Blantyre/M -blare/DSG -blarney/DMGS -blasé -blasphemer/M -blaspheme/RSDZG -blasphemousness/M -blasphemous/PY -blasphemy/SM -blaster/M -blasting/M -blastoff/SM -blast/SMRDGZ -blatancy/SM -blatant/YP -blather/DRGS -blatting -Blatz/M -Blavatsky/M -Blayne/M -blaze/DSRGMZ -blazer/M -blazing/Y -blazoner/M -blazon/SGDR -bl/D -bldg -bleach/DRSZG -bleached/U -bleacher/M -bleakness/MS -bleak/TPYRS -blear/GDS -blearily -bleariness/SM -bleary/PRT -bleater/M -bleat/RDGS -bleeder/M -bleed/ZRJSG -Bleeker/M -bleep/GMRDZS -blemish/DSMG -blemished/U -blench/DSG -blender/M -blend/GZRDS -Blenheim/M -blessedness/MS -blessed/PRYT -blessing/M -bless/JGSD -Blevins/M -blew -Bligh/M -blighter/M -blight/GSMDR -blimey/S -blimp/MS -blinded/U -blinder/M -blindfold/SDG -blinding/MY -blind/JGTZPYRDS -blindness/MS -blindside/SDG -blinker/MDG -blinking/U -blink/RDGSZ -blinks/M -Blinnie/M -Blinni/M -Blinny/M -blintze/M -blintz/SM -blip/MS -blipped -blipping -Blisse/M -blissfulness/MS -blissful/PY -Bliss/M -bliss/SDMG -blistering/Y -blister/SMDG -blistery -Blithe/M -blitheness/SM -blither/G -blithesome -blithe/TYPR -blitz/GSDM -blitzkrieg/SM -blizzard/MS -bloater/M -bloat/SRDGZ -blobbed -blobbing -blob/MS -Bloch/M -blockader/M -blockade/ZMGRSD -blockage/MS -blockbuster/SM -blockbusting/MS -blocker/MS -blockhead/MS -blockhouse/SM -block's -block/USDG -blocky/R -bloc/MS -Bloemfontein/M -bloke/SM -Blomberg/M -Blomquist/M -Blondelle/M -Blondell/M -blonde's -Blondie/M -blondish -blondness/MS -blond/SPMRT -Blondy/M -bloodbath -bloodbaths -bloodcurdling -bloodhound/SM -bloodied/U -bloodiness/MS -bloodlessness/SM -bloodless/PY -bloodletting/MS -bloodline/SM -bloodmobile/MS -bloodroot/M -bloodshed/SM -bloodshot -blood/SMDG -bloodsport/S -bloodstain/MDS -bloodstock/SM -bloodstone/M -bloodstream/SM -bloodsucker/SM -bloodsucking/S -bloodthirstily -bloodthirstiness/MS -bloodthirsty/RTP -bloodworm/M -bloodymindedness -bloody/TPGDRS -bloomer/M -Bloomer/M -Bloomfield/M -Bloomington/M -Bloom/MR -bloom/SMRDGZ -blooper/M -bloop/GSZRD -blossom/DMGS -blossomy -blotch/GMDS -blotchy/RT -blot/MS -blotted -blotter/MS -blotting -blotto -blouse/GMSD -blower/M -blowfish/M -blowfly/MS -blowgun/SM -blow/GZRS -blowing/M -blown/U -blowout/MS -blowpipe/SM -blowtorch/SM -blowup/MS -blowy/RST -blowzy/RT -BLT -blubber/GSDR -blubbery -Blucher/M -bludgeon/GSMD -blueback -Bluebeard/M -bluebell/MS -blueberry/SM -bluebill/M -bluebird/MS -bluebonnet/SM -bluebook/M -bluebottle/MS -bluebush -bluefish/SM -bluegill/SM -bluegrass/MS -blueing's -blueish -bluejacket/MS -bluejeans -blue/JMYTGDRSP -blueness/MS -bluenose/MS -bluepoint/SM -blueprint/GDMS -bluer/M -bluest/M -bluestocking/SM -bluesy/TR -bluet/MS -bluffer/M -bluffness/MS -bluff/SPGTZYRD -bluing/M -bluishness/M -bluish/P -Blumenthal/M -Blum/M -blunderbuss/MS -blunderer/M -blunder/GSMDRJZ -blundering/Y -bluntness/MS -blunt/PSGTYRD -blurb/GSDM -blur/MS -blurred/Y -blurriness/S -blurring/Y -blurry/RPT -blurt/GSRD -blusher/M -blushing/UY -blush/RSDGZ -blusterer/M -blustering/Y -blusterous -bluster/SDRZG -blustery -blvd -Blvd -Blythe/M -BM -BMW/M -BO -boarded -boarder/SM -boardgames -boardinghouse/SM -boarding/SM -board/IS -boardroom/MS -board's -boardwalk/SM -boar/MS -boa/SM -boaster/M -boastfulness/MS -boastful/YP -boast/SJRDGZ -boatclubs -boater/M -boathouse/SM -boating/M -boatload/SM -boatman/M -boat/MDRGZJS -boatmen -boatswain/SM -boatyard/SM -bobbed -Bobbee/M -Bobbe/M -Bobbette/M -Bobbie/M -Bobbi/M -bobbing/M -bobbin/MS -Bobbitt/M -bobble/SDGM -Bobbsey/M -Bobbye/M -Bobby/M -bobby/SM -bobbysoxer's -bobcat/MS -Bobette/M -Bobina/M -Bobine/M -Bobinette/M -Bob/M -bobolink/SM -Bobrow/M -bobsledded -bobsledder/MS -bobsledding/M -bobsled/MS -bobsleigh/M -bobsleighs -bobs/M -bob/SM -bobtail/SGDM -bobwhite/SM -Boca/M -Boccaccio/M -boccie/SM -bock/GDS -bockwurst -bodega/MS -Bodenheim/M -bode/S -Bodhidharma/M -bodhisattva -Bodhisattva/M -bodice/SM -bodied/M -bodiless -bodily -boding/M -bodkin/SM -bod/SGMD -bodybuilder/SM -bodybuilding/S -body/DSMG -bodyguard/MS -bodying/M -bodysuit/S -bodyweight -bodywork/SM -Boeing/M -Boeotia/M -Boeotian -Boer/M -Bogartian/M -Bogart/M -Bogey/M -bogeyman/M -bogeymen -bogey/SGMD -bogged -bogging -boggle/SDG -boggling/Y -boggy/RT -bogie's -bog/MS -Bogotá/M -bogus -bogyman -bogymen -bogy's -Boheme/M -bohemianism/S -bohemian/S -Bohemian/SM -Bohemia/SM -Bohr/M -Boigie/M -boiled/AU -boiler/M -boilermaker/MS -boilerplate/SM -boil/JSGZDR -boils/A -Boise/M -Bois/M -boisterousness/MS -boisterous/YP -bola/SM -boldface/SDMG -boldness/MS -bold/YRPST -bole/MS -bolero/MS -Boleyn/M -bolivares -Bolivar/M -bolivar/MS -Bolivia/M -Bolivian/S -bollard/SM -bollix/GSD -boll/MDSG -Bologna/M -bologna/MS -bolometer/MS -bolo/MS -boloney's -Bolshevik/MS -Bolshevism/MS -Bolshevistic/M -Bolshevist/MS -Bolshoi/M -bolsterer/M -bolster/SRDG -bolted/U -bolter/M -bolt/MDRGS -Bolton/M -bolts/U -Boltzmann/M -bolus/SM -bombardier/MS -bombard/LDSG -bombardment/SM -bombastic -bombastically -bombast/RMS -Bombay/M -bomber/M -bombproof -bomb/SGZDRJ -bombshell/SM -Bo/MRZ -bona -bonanza/MS -Bonaparte/M -Bonaventure/M -bonbon/SM -bondage/SM -bonder/M -bondholder/SM -Bondie/M -bond/JMDRSGZ -Bond/M -bondman/M -bondmen -Bondon/M -bonds/A -bondsman/M -bondsmen -bondwoman/M -bondwomen -Bondy/M -boned/U -bonehead/SDM -boneless -Bone/M -bone/MZDRSG -boner/M -bonfire/MS -bong/GDMS -bongo/MS -Bonham/M -bonhomie/MS -Boniface/M -boniness/MS -Bonita/M -bonito/MS -bonjour -bonkers -Bonnee/M -Bonner/M -bonneted/U -bonnet/SGMD -Bonneville/M -Bonnibelle/M -bonnie -Bonnie/M -Bonni/M -Bonn/RM -Bonny/M -bonny/RT -bonsai/SM -Bontempo/M -bonus/SM -bony/RTP -bonzes -boob/DMSG -booby/SM -boodle/GMSD -boogeyman's -boogieing -boogie/SD -boo/GSDH -boohoo/GDS -bookbinder/M -bookbindery/SM -bookbinding/M -bookbind/JRGZ -bookcase/MS -booked/U -bookend/SGD -Booker/M -book/GZDRMJSB -bookie/SM -booking/M -bookishness/M -bookish/PY -bookkeeper/M -bookkeep/GZJR -bookkeeping/M -booklet/MS -bookmaker/MS -bookmaking/MS -bookmark/MDGS -bookmobile/MS -bookplate/SM -bookseller/SM -bookshelf/M -bookshelves -bookshop/MS -bookstall/MS -bookstore/SM -bookwork/M -bookworm/MS -Boolean -boolean/S -Boole/M -boom/DRGJS -boomerang/MDSG -boomer/M -boomtown/S -boondocks -boondoggle/DRSGZ -boondoggler/M -Boone/M -Boonie/M -boonies -boon/MS -Boony/M -boorishness/SM -boorish/PY -boor/MS -boosterism -booster/M -boost/SGZMRD -boot/AGDS -bootblack/MS -bootee/MS -Boote/M -Boötes -Boothe/M -booth/M -Booth/M -booths -bootie's -bootlaces -bootlegged/M -bootlegger/SM -bootlegging/M -bootleg/S -Bootle/M -bootless -Boot/M -bootprints -boot's -bootstrapped -bootstrapping -bootstrap/SM -booty/SM -booze/DSRGMZ -boozer/M -boozy/TR -bopped -bopping -bop/S -borate/MSD -borax/MS -Bordeaux/M -bordello/MS -Borden/M -borderer/M -border/JRDMGS -borderland/SM -borderline/MS -Bordie/M -Bord/MN -Bordon/M -Bordy/M -Borealis/M -Boreas/M -boredom/MS -boreholes -borer/M -bore/ZGJDRS -Borges -Borgia/M -Borg/M -boric -boring/YMP -Boris -Bork/M -born/AIU -Borneo/M -borne/U -Born/M -Borodin/M -boron/SM -borosilicate/M -borough/M -boroughs -Borroughs/M -borrower/M -borrowing/M -borrow/JZRDGBS -borscht/SM -borstal/MS -Boru/M -borzoi/MS -Bosch/M -Bose/M -bosh/MS -Bosnia/M -Bosnian/S -bosom's -bosom/SGUD -bosomy/RT -boson/SM -Bosporus/M -boss/DSRMG -bossily -bossiness/MS -bossism/MS -bossy/PTSR -Bostitch/M -Bostonian/SM -Boston/MS -bosun's -Boswell/MS -botanical/SY -botanic/S -botanist/SM -botany/SM -botcher/M -botch/SRDGZ -botfly/M -bother/DG -bothersome -bothy/M -both/ZR -bot/S -Botswana/M -Botticelli/M -bottle/GMZSRD -bottleneck/GSDM -bottler/M -bottomlessness/M -bottomless/YP -bottommost -bottom/SMRDG -botulin/M -botulinus/M -botulism/SM -Boucher/M -boudoir/MS -bouffant/S -bougainvillea/SM -bough/MD -boughs -bought/N -bouillabaisse/MS -bouillon/MS -boulder/GMDS -Boulder/M -boulevard/MS -bouncer/M -bounce/SRDGZ -bouncily -bouncing/Y -bouncy/TRP -boundary/MS -bound/AUDI -boundedness/MU -bounded/UP -bounden -bounder/AM -bounders -bounding -boundlessness/SM -boundless/YP -bounds/IA -bounteousness/MS -bounteous/PY -bountifulness/SM -bountiful/PY -bounty/SDM -bouquet/SM -Bourbaki/M -bourbon/SM -Bourbon/SM -bourgeoisie/SM -bourgeois/M -Bourke/M -Bourne/M -Bournemouth/M -boutique/MS -bout/MS -boutonnière/MS -Bouvier -Bovary/M -bovine/YS -Bowditch/M -bowdlerization/MS -bowdlerize/GRSD -bowed/U -bowel/GMDS -Bowell/M -Bowen/M -bower/DMG -Bowers -Bowery/M -Bowes -bowie -Bowie/M -bowing/M -bowlder's -bowlegged -bowleg/SM -bowler/M -bowlful/S -bowl/GZSMDR -bowline/MS -bowling/M -bowman/M -Bowman/M -bowmen -bowser/M -bowsprit/SM -bows/R -bowstring/GSMD -bow/SZGNDR -bowwow/DMGS -boxcar/SM -box/DRSJZGM -boxer/M -boxful/M -boxing/M -boxlike -boxtops -boxwood/SM -boxy/TPR -Boyce/M -Boycey/M -Boycie/M -boycotter/M -boycott/RDGS -Boyd/M -Boyer/M -boyfriend/MS -boyhood/SM -boyishness/MS -boyish/PY -Boyle/M -Boy/MR -boy/MRS -boyscout -boysenberry/SM -bozo/SM -bpi -bps -BR -brace/DSRJGM -braced/U -bracelet/MS -bracer/M -brachia -brachium/M -bracken/SM -bracketed/U -bracketing/M -bracket/SGMD -brackishness/SM -brackish/P -bract/SM -Bradan/M -bradawl/M -Bradbury/M -Bradburys -bradded -bradding -Braddock/M -Brade/M -Braden/M -Bradford/M -Bradley/M -Bradly/M -Brad/MYN -Bradney/M -Bradshaw/M -brad/SM -Bradstreet/M -Brady/M -brae/SM -braggadocio/SM -braggart/SM -bragged -bragger/MS -braggest -bragging -Bragg/M -brag/S -Brahe/M -Brahma/MS -Brahmanism/MS -Brahman/SM -Brahmaputra/M -Brahmin's -Brahms -braider/M -braiding/M -braid/RDSJG -braille/DSG -Braille/GDSM -Brainard/SM -braincell/S -brainchild/M -brainchildren -brain/GSDM -braininess/MS -brainlessness/M -brainless/YP -Brain/M -brainpower/M -brainstorm/DRMGJS -brainstorming/M -brainteaser/S -brainteasing -brainwasher/M -brainwashing/M -brainwash/JGRSD -brainwave/S -brainy/RPT -braise/SDG -brake/DSGM -brakeman/M -brakemen/M -bramble/DSGM -brambling/M -brambly/RT -Bram/M -Brampton/M -bra/MS -Brana/M -branched/U -branching/M -branchlike -Branch/M -branch/MDSJG -Branchville/M -Brandais/M -Brandea/M -branded/U -Brandeis/M -Brandel/M -Brande/M -Brandenburg/M -Branden/M -brander/GDM -Brander/M -Brandice/M -Brandie/M -Brandi/M -Brandise/M -brandish/GSD -Brand/MRN -Brando/M -Brandon/M -brand/SMRDGZ -Brandt/M -Brandtr/M -brandy/GDSM -Brandy/M -Brandyn/M -brandywine -Braniff/M -Bran/M -branned -branning -Brannon/M -bran/SM -Brantley/M -Brant/M -Braque/M -brashness/MS -brash/PYSRT -Brasilia -brasserie/SM -brass/GSDM -brassiere/MS -brassily -brassiness/SM -brassy/RSPT -Bratislava/M -brat/SM -Brattain/M -bratty/RT -bratwurst/MS -Braun/M -bravadoes -bravado/M -brave/DSRGYTP -braveness/MS -bravery/MS -bravest/M -bravo/SDG -bravura/SM -brawler/M -brawl/MRDSGZ -brawniness/SM -brawn/MS -brawny/TRP -brayer/M -Bray/M -bray/SDRG -braze/GZDSR -brazenness/MS -brazen/PYDSG -brazer/M -brazier/SM -Brazilian/MS -Brazil/M -Brazos/M -Brazzaville/M -breacher/M -breach/MDRSGZ -breadbasket/SM -breadboard/SMDG -breadbox/S -breadcrumb/S -breadfruit/MS -breadline/MS -bread/SMDHG -breadth/M -breadths -breadwinner/MS -breakables -breakable/U -breakage/MS -breakaway/MS -breakdown/MS -breaker/M -breakfaster/M -breakfast/RDMGZS -breakfront/S -breaking/M -breakneck -breakout/MS -breakpoint/SMDG -break/SZRBG -breakthroughs -breakthrough/SM -breakup/SM -breakwater/SM -bream/SDG -Breanne/M -Brear/M -breastbone/MS -breastfed -breastfeed/G -breasting/M -breast/MDSG -breastplate/SM -breaststroke/SM -breastwork/MS -breathable/U -breathalyser/S -Breathalyzer/SM -breathe -breather/M -breathing/M -breathlessness/SM -breathless/PY -breaths -breathtaking/Y -breathy/TR -breath/ZBJMDRSG -Brecht/M -Breckenridge/M -bred/DG -bredes -breeching/M -breech/MDSG -breeder/I -breeder's -breeding/IM -breeds/I -breed/SZJRG -Bree/M -Breena/M -breeze/GMSD -breezeway/SM -breezily -breeziness/SM -breezy/RPT -Bremen/M -bremsstrahlung/M -Brena/M -Brenda/M -Brendan/M -Brenden/M -Brendin/M -Brendis/M -Brendon/M -Bren/M -Brenna/M -Brennan/M -Brennen/M -Brenner/M -Brenn/RNM -Brent/M -Brenton/M -Bresenham/M -Brest/M -brethren -Bret/M -Breton -Brett/M -breve/SM -brevet/MS -brevetted -brevetting -breviary/SM -brevity/MS -brew/DRGZS -brewer/M -Brewer/M -brewery/MS -brewing/M -brewpub/S -Brew/RM -Brewster/M -Brezhnev/M -Bria/M -Briana/M -Brian/M -Brianna/M -Brianne/M -Briano/M -Briant/M -briar's -bribe/GZDSR -briber/M -bribery/MS -Brice/M -brickbat/SM -brick/GRDSM -bricklayer/MS -bricklaying/SM -brickmason/S -brickwork/SM -brickyard/M -bridal/S -Bridalveil/M -bridegroom/MS -Bride/M -bride/MS -bridesmaid/MS -Bridewell/M -bridgeable/U -bridged/U -bridgehead/MS -Bridgeport/M -Bridger/M -Bridges -bridge/SDGM -Bridget/M -Bridgetown/M -Bridgette/M -Bridgett/M -Bridgewater/M -bridgework/MS -bridging/M -Bridgman/M -Bridie/M -bridled/U -bridle/SDGM -bridleway/S -briefcase/SM -briefed/C -briefing/M -briefness/MS -briefs/C -brief/YRDJPGTS -Brien/M -Brier/M -brier/MS -Brie/RSM -Brietta/M -brigade/GDSM -brigadier/MS -Brigadoon -brigandage/MS -brigand/MS -brigantine/MS -Brigg/MS -Brigham/M -brightener/M -brighten/RDZG -bright/GXTPSYNR -Bright/M -brightness/SM -Brighton/M -Brigida/M -Brigid/M -Brigit/M -Brigitta/M -Brigitte/M -Brig/M -brig/SM -brilliance/MS -brilliancy/MS -brilliantine/MS -brilliantness/M -brilliant/PSY -Brillo -Brillouin/M -brimful -brimless -brimmed -brimming -brim/SM -brimstone/MS -Brina/M -Brindisi/M -brindle/DSM -brine/GMDSR -briner/M -Briney/M -bringer/M -bring/RGZS -brininess/MS -Brinkley/M -brinkmanship/SM -brink/MS -Brinna/M -Brinn/M -Briny/M -briny/PTSR -brioche/SM -Brion/M -briquet's -briquette/MGSD -Brisbane/M -brisket/SM -briskness/MS -brisk/YRDPGTS -bristle/DSGM -bristly/TR -Bristol/M -bristol/S -Britain/M -Brita/M -Britannia/M -Britannic -Britannica/M -britches -Briticism/MS -Britisher/M -Britishly/M -British/RYZ -Brit/MS -Britney/M -Britni/M -Briton/MS -Britta/M -Brittaney/M -Brittani/M -Brittan/M -Brittany/MS -Britte/M -Britten/M -Britteny/M -brittleness/MS -brittle/YTPDRSG -Britt/MN -Brittne/M -Brittney/M -Brittni/M -Brnaba/M -Brnaby/M -Brno/M -broach/DRSG -broacher/M -broadband -broadcaster/M -broadcast/RSGZJ -broadcasts/A -broadcloth/M -broadcloths -broaden/JGRDZ -broadleaved -broadloom/SM -broadminded/P -broadness/S -broadsheet/MS -broadside/SDGM -broadsword/MS -broad/TXSYRNP -Broadway/SM -Brobdingnagian -Brobdingnag/M -brocade/DSGM -broccoli/MS -brochette/SM -brochure/SM -Brockie/M -Brock/M -Brocky/M -Broddie/M -Broddy/M -Broderick/M -Broderic/M -Brodie/M -Brod/M -Brody/M -brogan/MS -Broglie/M -brogue/MS -broiler/M -broil/RDSGZ -brokenhearted/Y -brokenness/MS -broken/YP -brokerage/MS -broker/DMG -broke/RGZ -Brok/M -bromide/MS -bromidic -bromine/MS -bronchial -bronchi/M -bronchiolar -bronchiole/MS -bronchiolitis -bronchitic/S -bronchitis/MS -broncho's -bronchus/M -broncobuster/SM -bronco/SM -bronc/S -Bron/M -Bronnie/M -Bronny/M -Bronson/M -Bronte -brontosaur/SM -brontosaurus/SM -Bronx/M -bronzed/M -bronze/SRDGM -bronzing/M -brooch/MS -brooder/M -broodiness/M -brooding/Y -broodmare/SM -brood/SMRDGZ -broody/PTR -Brookdale/M -Brooke/M -Brookfield/M -Brookhaven/M -brooklet/MS -Brooklyn/M -Brookmont/M -brook/SGDM -brookside -Brook/SM -broom/SMDG -broomstick/MS -Bros -Brose/M -bro/SH -bros/S -brothel/MS -brother/DYMG -brotherhood/SM -brotherliness/MS -brotherly/P -broths -broth/ZMR -brougham/MS -brought -brouhaha/MS -browbeat/NSG -brow/MS -Brownell/M -Browne/M -Brownian/M -Brownie/MS -brownie/MTRS -browning/M -Browning/M -brownish -Brown/MG -brownness/MS -brownout/MS -brownstone/MS -Brownsville/M -brown/YRDMSJGTP -browse -browser/M -brows/SRDGZ -brr -Br/TMN -Brubeck/M -brucellosis/M -Bruce/M -Brucie/M -Bruckner/M -Bruegel/M -Brueghel's -bruin/MS -bruised/U -bruise/JGSRDZ -bruiser/M -Bruis/M -bruit/DSG -Brumidi/M -Brummel/M -brunch/MDSG -Brunei/M -Brunelleschi/M -brunet/S -brunette/SM -Brunhilda/M -Brunhilde/M -Bruno/M -Brunswick/M -brunt/GSMD -brusher/M -brushfire/MS -brushlike -brush/MSRDG -brushoff/S -brushwood/SM -brushwork/MS -brushy/R -brusqueness/MS -brusque/PYTR -Brussels -brutality/SM -brutalization/SM -brutalized/U -brutalizes/AU -brutalize/SDG -brutal/Y -brute/DSRGM -brutishness/SM -brutish/YP -Brutus/M -Bruxelles/M -Bryana/M -Bryan/M -Bryant/M -Bryanty/M -Bryce/M -Bryna/M -Bryn/M -Brynna/M -Brynne/M -Brynner/M -Brynn/RM -Bryon/M -Brzezinski/M -B's -BS -BSA -BSD -Btu -BTU -BTW -bu -bubblegum/S -bubbler/M -bubble/RSDGM -bubbly/TRS -Buber/M -bub/MS -buboes -bubo/M -bubonic -buccaneer/GMDS -Buchanan/M -Bucharest/M -Buchenwald/M -Buchwald/M -buckaroo/SM -buckboard/SM -bucker/M -bucketful/MS -bucket/SGMD -buckeye/SM -buck/GSDRM -buckhorn/M -Buckie/M -Buckingham/M -buckled/U -buckler/MDG -buckle/RSDGMZ -buckles/U -Buckley/M -buckling's -buckling/U -Buck/M -Buckner/M -buckram/GSDM -bucksaw/SM -buckshot/MS -buckskin/SM -buckteeth -bucktooth/DM -buckwheat/SM -Bucky/M -bucolically -bucolic/S -Budapest/M -budded -Buddha/MS -Buddhism/SM -Buddhist/SM -Buddie/M -budding/S -Budd/M -buddy/GSDM -Buddy/M -budge/GDS -budgerigar/MS -budgetary -budgeter/M -budget/GMRDZS -budgie/MS -budging/U -Bud/M -bud/MS -Budweiser/MS -Buehring/M -Buena/M -buffaloes -Buffalo/M -buffalo/MDG -buff/ASGD -buffered/U -bufferer/M -buffer/RDMSGZ -buffet/GMDJS -bufflehead/M -buffoonery/MS -buffoonish -buffoon/SM -buff's -Buffy/M -Buford/M -bugaboo/SM -Bugatti/M -bugbear/SM -bug/CS -bugeyed -bugged/C -buggered -buggering -bugger/SCM! -buggery/M -bugging/C -buggy/RSMT -bugle/GMDSRZ -bugler/M -bug's -Buick/M -builder/SM -building/SM -build/SAG -buildup/MS -built/AUI -Buiron/M -Bujumbura/M -Bukhara/M -Bukharin/M -Bulawayo/M -Bulba/M -bulb/DMGS -bulblet -bulbous -Bulfinch/M -Bulganin/M -Bulgaria/M -Bulgarian/S -bulge/DSGM -bulgy/RT -bulimarexia/S -bulimia/MS -bulimic/S -bulk/GDRMS -bulkhead/SDM -bulkiness/SM -bulky/RPT -bulldogged -bulldogger -bulldogging -bulldog/SM -bulldoze/GRSDZ -bulldozer/M -bullet/GMDS -bulletin/SGMD -bulletproof/SGD -bullfighter/M -bullfighting/M -bullfight/SJGZMR -bullfinch/MS -bullfrog/SM -bullhead/DMS -bullheadedness/SM -bullheaded/YP -bullhide -bullhorn/SM -bullied/M -bullion/SM -bullishness/SM -bullish/PY -bull/MDGS -Bullock/M -bullock/MS -bullpen/MS -bullring/SM -bullseye -bullshit/MS! -bullshitted/! -bullshitter/S! -bullshitting/! -bullwhackers -Bullwinkle/M -bullyboy/MS -bullying/M -bully/TRSDGM -bulrush/SM -Bultmann/M -bulwark/GMDS -bumblebee/MS -bumble/JGZRSD -bumbler/M -bumbling/Y -Bumbry/M -bummed/M -bummer/MS -bummest -bumming/M -bumper/DMG -bump/GZDRS -bumpiness/MS -bumpkin/MS -Bumppo/M -bumptiousness/SM -bumptious/PY -bumpy/PRT -bum/SM -Bunche/M -bunch/MSDG -bunchy/RT -buncombe's -bunco's -Bundestag/M -bundled/U -bundle/GMRSD -bundler/M -Bundy/M -bungalow/MS -bungee/SM -bung/GDMS -bunghole/MS -bungle/GZRSD -bungler/M -bungling/Y -Bunin/M -bunion/SM -bunk/CSGDR -Bunker/M -bunker's/C -bunker/SDMG -bunkhouse/SM -bunkmate/MS -bunko's -bunk's -bunkum/SM -Bunnie/M -Bunni/M -Bunny/M -bunny/SM -Bunsen/SM -bun/SM -bunt/GJZDRS -bunting/M -Buñuel/M -Bunyan/M -buoyancy/MS -buoyant/Y -buoy/SMDG -Burbank/M -burbler/M -burble/RSDG -burbs -Burch/M -burden's -burdensomeness/M -burdensome/PY -burden/UGDS -burdock/SM -bureaucracy/MS -bureaucratically -bureaucratic/U -bureaucratization/MS -bureaucratize/SDG -bureaucrat/MS -bureau/MS -burgeon/GDS -burger/M -Burger/M -Burgess/M -burgess/MS -burgher/M -burgh/MRZ -burghs -burglarize/GDS -burglarproof/DGS -burglar/SM -burglary/MS -burgle/SDG -burgomaster/SM -Burgoyne/M -Burg/RM -burg/SZRM -Burgundian/S -Burgundy/MS -burgundy/S -burial/ASM -buried/U -burier/M -Burke/M -Burk/SM -burlap/MS -burler/M -burlesquer/M -burlesque/SRDMYG -burley/M -Burlie/M -burliness/SM -Burlingame/M -Burlington/M -Burl/M -burl/SMDRG -burly/PRT -Burma/M -Burmese -bur/MYS -burnable/S -Burnaby/M -Burnard/M -burned/U -Burne/MS -burner/M -Burnett/M -burn/GZSDRBJ -burning/Y -burnisher/M -burnish/GDRSZ -burnoose/MS -burnout/MS -Burns -Burnside/MS -burnt/YP -burp/SGMD -burr/GSDRM -Burris/M -burrito/S -Burr/M -burro/SM -Burroughs/M -burrower/M -burrow/GRDMZS -bursae -bursa/M -Bursa/M -bursar/MS -bursary/MS -bursitis/MS -burster/M -burst/SRG -Burtie/M -Burt/M -Burton/M -Burty/M -Burundian/S -Burundi/M -bury/ASDG -busboy/MS -busby/SM -Busch/M -buses/A -busgirl/S -bus/GMDSJ -bushel/MDJSG -Bushido/M -bushiness/MS -bushing/M -bush/JMDSRG -bushland -Bush/M -bushman/M -bushmaster/SM -bushmen -Bushnell/M -bushwhacker/M -bushwhacking/M -bushwhack/RDGSZ -bushy/PTR -busily -businesslike -businessman/M -businessmen -business/MS -businesspeople -businessperson/S -businesswoman/M -businesswomen -busker/M -busk/GRM -buskin/SM -bus's/A -buss/D -bustard/MS -buster/M -bustle/GSD -bustling/Y -bust/MSDRGZ -busty/RT -busybody/MS -busy/DSRPTG -busyness/MS -busywork/SM -but/ACS -butane/MS -butcherer/M -butcher/MDRYG -butchery/MS -Butch/M -butch/RSZ -butene/M -Butler/M -butler/SDMG -butted/A -butte/MS -butterball/MS -buttercup/SM -buttered/U -butterfat/MS -Butterfield/M -butterfingered -butterfingers/M -butterfly/MGSD -buttermilk/MS -butternut/MS -butter/RDMGZ -butterscotch/SM -buttery/TRS -butting/M -buttock/SGMD -buttoner/M -buttonhole/GMRSD -buttonholer/M -button's -button/SUDG -buttonweed -buttonwood/SM -buttress/MSDG -butt/SGZMDR -butyl/M -butyrate/M -buxomness/M -buxom/TPYR -Buxtehude/M -buyback/S -buyer/M -buyout/S -buy/ZGRS -buzzard/MS -buzz/DSRMGZ -buzzer/M -buzzword/SM -buzzy -bx -bxs -byelaw's -Byelorussia's -bye/MZS -Byers/M -bygone/S -bylaw/SM -byliner/M -byline/RSDGM -BYOB -bypass/GSDM -bypath/M -bypaths -byplay/S -byproduct/SM -Byram/M -Byran/M -Byrann/M -Byrd/M -byre/SM -Byrle/M -Byrne/M -byroad/MS -Byrom/M -Byronic -Byronism/M -Byron/M -bystander/SM -byte/SM -byway/SM -byword/SM -byzantine -Byzantine/S -Byzantium/M -by/ZR -C -ca -CA -cabala/MS -caballed -caballero/SM -caballing -cabal/SM -cabana/MS -cabaret/SM -cabbage/MGSD -cabbed -cabbing -cabby's -cabdriver/SM -caber/M -Cabernet/M -cabinetmaker/SM -cabinetmaking/MS -cabinet/MS -cabinetry/SM -cabinetwork/MS -cabin/GDMS -cablecast/SG -cable/GMDS -cablegram/SM -cabochon/MS -caboodle/SM -caboose/MS -Cabot/M -Cabrera/M -Cabrini/M -cabriolet/MS -cab/SMR -cabstand/MS -cacao/SM -cacciatore -cache/DSRGM -cachepot/MS -cachet/MDGS -Cacilia/M -Cacilie/M -cackler/M -cackle/RSDGZ -cackly -CACM -cacophonist -cacophonous -cacophony/SM -cacti -cactus/M -CAD -cadaverous/Y -cadaver/SM -caddishness/SM -caddish/PY -Caddric/M -caddy/GSDM -cadence/CSM -cadenced -cadencing -cadent/C -cadenza/MS -cadet/SM -Cadette/S -cadge/DSRGZ -cadger/M -Cadillac/MS -Cadiz/M -Cad/M -cadmium/MS -cadre/SM -cad/SM -caducei -caduceus/M -Caedmon/M -Caesar/MS -caesura/SM -café/MS -cafeteria/SM -caffeine/SM -caftan/SM -caged/U -Cage/M -cage/MZGDRS -cager/M -cagey/P -cagier -cagiest -cagily -caginess/MS -Cagney/M -Cahokia/M -cahoot/MS -Cahra/M -CAI -Caiaphas/M -caiman's -Caine/M -Cain/MS -Cairistiona/M -cairn/SDM -Cairo/M -caisson/SM -caitiff/MS -Caitlin/M -Caitrin/M -cajole/LGZRSD -cajolement/MS -cajoler/M -cajolery/SM -Cajun/MS -cake/MGDS -cakewalk/SMDG -calabash/SM -calaboose/MS -Calais/M -calamari/S -calamine/GSDM -calamitousness/M -calamitous/YP -calamity/MS -cal/C -calcareousness/M -calcareous/PY -calciferous -calcification/M -calcify/XGNSD -calcimine/GMSD -calcine/SDG -calcite/SM -calcium/SM -Calcomp/M -CalComp/M -CALCOMP/M -calculability/IM -calculable/IP -calculate/AXNGDS -calculated/PY -calculatingly -calculating/U -calculation/AM -calculative -calculator/SM -calculi -calculus/M -Calcutta/M -caldera/SM -Calder/M -Calderon/M -caldron's -Caldwell/M -Caleb/M -Caledonia/M -Cale/M -calendar/MDGS -calender/MDGS -calf/M -calfskin/SM -Calgary/M -Calhoun/M -Caliban/M -caliber/SM -calibrated/U -calibrater's -calibrate/XNGSD -calibrating/A -calibration/M -calibrator/MS -calicoes -calico/M -Calida/M -Calif/M -California/M -Californian/MS -californium/SM -calif's -Caligula/M -Cali/M -caliper/SDMG -caliphate/SM -caliph/M -caliphs -calisthenic/S -calisthenics/M -Callaghan/M -call/AGRDBS -Callahan/M -calla/MS -Calla/MS -Callao/M -callback/S -Callean/M -called/U -callee/M -caller/MS -Calley/M -Callida/M -Callie/M -calligrapher/M -calligraphic -calligraphist/MS -calligraph/RZ -calligraphy/MS -Calli/M -calling/SM -Calliope/M -calliope/SM -callisthenics's -Callisto/M -callosity/MS -callousness/SM -callous/PGSDY -callowness/MS -callow/RTSP -callus/SDMG -Cally/M -calming/Y -calmness/MS -calm/PGTYDRS -Cal/MY -Caloocan/M -caloric/S -calorie/SM -calorific -calorimeter/MS -calorimetric -calorimetry/M -Caltech/M -Calumet/M -calumet/MS -calumniate/NGSDX -calumniation/M -calumniator/SM -calumnious -calumny/MS -calvary/M -Calvary/M -calve/GDS -Calvert/M -calves/M -Calvinism/MS -Calvinistic -Calvinist/MS -Calvin/M -Calv/M -calyces's -Calypso/M -calypso/SM -calyx/MS -Ca/M -CAM -Camacho/M -Camala/M -camaraderie/SM -camber/DMSG -cambial -cambium/SM -Cambodia/M -Cambodian/S -Cambrian/S -cambric/MS -Cambridge/M -camcorder/S -Camden/M -camelhair's -Camella/M -Camellia/M -camellia/MS -Camel/M -Camelopardalis/M -Camelot/M -camel/SM -Camembert/MS -cameo/GSDM -camerae -cameraman/M -cameramen -camera/MS -camerawoman -camerawomen -Cameron/M -Cameroonian/S -Cameroon/SM -came/N -Camey/M -Camila/M -Camile/M -Camilla/M -Camille/M -Cami/M -Camino/M -camion/M -camisole/MS -Cam/M -cammed -Cammie/M -Cammi/M -cam/MS -Cammy/M -Camoens/M -camomile's -camouflage/DRSGZM -camouflager/M -campaigner/M -campaign/ZMRDSG -campanile/SM -campanological -campanologist/SM -campanology/MS -Campbell/M -Campbellsport/M -camper/SM -campesinos -campest -campfire/SM -campground/MS -camphor/MS -Campinas/M -camping/S -Campos -camp's -camp/SCGD -campsite/MS -campus/GSDM -campy/RT -Camry/M -camshaft/SM -Camus/M -Canaanite/SM -Canaan/M -Canada/M -Canadianism/SM -Canadian/S -Canad/M -Canaletto/M -canalization/MS -canalize/GSD -canal/SGMD -canapé/S -canard/MS -Canaries -canary/SM -canasta/SM -Canaveral/M -Canberra/M -cancan/SM -cancelate/D -canceled/U -canceler/M -cancellation/MS -cancel/RDZGS -cancer/MS -Cancer/MS -cancerous/Y -Cancun/M -Candace/M -candelabra/S -candelabrum/M -Candice/M -candidacy/MS -Candida/M -candidate/SM -candidature/S -Candide/M -candidly/U -candidness/SM -candid/TRYPS -Candie/M -Candi/SM -candle/GMZRSD -candlelight/SMR -candlelit -candlepower/SM -candler/M -candlestick/SM -Candlewick/M -candlewick/MS -candor/MS -Candra/M -candy/GSDM -Candy/M -canebrake/SM -caner/M -cane/SM -canine/S -caning/M -Canis/M -canister/SGMD -cankerous -canker/SDMG -Can/M -can/MDRSZGJ -cannabis/MS -canned -cannelloni -canner/SM -cannery/MS -Cannes -cannibalism/MS -cannibalistic -cannibalization/SM -cannibalize/GSD -cannibal/SM -cannily/U -canninesses -canniness/UM -canning/M -cannister/SM -cannonade/SDGM -cannonball/SGDM -Cannon/M -cannon/SDMG -cannot -canny/RPUT -canoe/DSGM -canoeist/SM -Canoga/M -canonic -canonicalization -canonicalize/GSD -canonical/SY -canonist/M -canonization/MS -canonized/U -canonize/SDG -canon/SM -Canopus/M -canopy/GSDM -canst -can't -cantabile/S -Cantabrigian -cantaloupe/MS -cantankerousness/SM -cantankerous/PY -cantata/SM -cant/CZGSRD -canted/IA -canteen/MS -Canterbury/M -canter/CM -cantered -cantering -canticle/SM -cantilever/SDMG -canto/MS -cantonal -Cantonese/M -Canton/M -cantonment/SM -canton/MGSLD -Cantor/M -cantor/MS -Cantrell/M -cant's -cants/A -Cantu/M -Canute/M -canvasback/MS -canvas/RSDMG -canvasser/M -canvass/RSDZG -canyon/MS -CAP -capability/ISM -capableness/IM -capable/PI -capabler -capablest -capably/I -capaciousness/MS -capacious/PY -capacitance/SM -capacitate/V -capacitive/Y -capacitor/MS -capacity/IMS -caparison/SDMG -Capek/M -Capella/M -caper/GDM -capeskin/SM -cape/SM -Capet/M -Capetown/M -Caph/M -capillarity/MS -capillary/S -Capistrano/M -capitalism/SM -capitalistic -capitalistically -capitalist/SM -capitalization/SMA -capitalized/AU -capitalizer/M -capitalize/RSDGZ -capitalizes/A -capital/SMY -capita/M -Capitan/M -capitation/CSM -Capitoline/M -Capitol/MS -capitol/SM -capitulate/AXNGSD -capitulation/MA -caplet/S -cap/MDRSZB -Capone/M -capon/SM -capo/SM -Capote/M -capped/UA -capping/M -cappuccino/MS -Cappy/M -Capra/M -Caprice/M -caprice/MS -capriciousness/MS -capricious/PY -Capricorn/MS -Capri/M -caps/AU -capsicum/MS -capsize/SDG -capstan/MS -capstone/MS -capsular -capsule/MGSD -capsulize/GSD -captaincy/MS -captain/SGDM -caption/GSDRM -captiousness/SM -captious/PY -captivate/XGNSD -captivation/M -captivator/SM -captive/MS -captivity/SM -Capt/M -captor/SM -capture/AGSD -capturer/MS -capt/V -Capulet/M -Caputo/M -Caracalla/M -Caracas/M -caracul's -carafe/SM -Caralie/M -Cara/M -caramelize/SDG -caramel/MS -carapace/SM -carapaxes -carat/SM -Caravaggio/M -caravan/DRMGS -caravaner/M -caravansary/MS -caravanserai's -caravel/MS -caraway/MS -carbide/MS -carbine/MS -carbohydrate/MS -carbolic -Carboloy/M -carbonaceous -carbonate/SDXMNG -carbonation/M -Carbondale/M -Carbone/MS -carbonic -carboniferous -Carboniferous -carbonization/SAM -carbonizer/AS -carbonizer's -carbonizes/A -carbonize/ZGRSD -carbon/MS -carbonyl/M -carborundum -Carborundum/MS -carboy/MS -carbuncle/SDM -carbuncular -carburetor/MS -carburetter/S -carburettor/SM -carcase/MS -carcass/SM -Carce/M -carcinogenic -carcinogenicity/MS -carcinogen/SM -carcinoma/SM -cardamom/MS -cardboard/MS -card/EDRSG -Cardenas/M -carder/MS -carder's/E -cardholders -cardiac/S -Cardiff/M -cardigan/SM -cardinality/SM -cardinal/SYM -carding/M -Cardin/M -Cardiod/M -cardiogram/MS -cardiograph/M -cardiographs -cardioid/M -cardiologist/SM -cardiology/MS -cardiomegaly/M -cardiopulmonary -cardiovascular -card's -cardsharp/ZSMR -CARE -cared/U -careen/DSG -careerism/M -careerist/MS -career/SGRDM -carefree -carefuller -carefullest -carefulness/MS -careful/PY -caregiver/S -carelessness/MS -careless/YP -Care/M -Carena/M -Caren/M -carer/M -care/S -Caresa/M -Caressa/M -Caresse/M -caresser/M -caressing/Y -caressive/Y -caress/SRDMVG -caretaker/SM -caret/SM -careworn -Carey/M -carfare/MS -cargoes -cargo/M -carhopped -carhopping -carhop/SM -Caria/M -Caribbean/S -Carib/M -caribou/MS -caricature/GMSD -caricaturisation -caricaturist/MS -caricaturization -Carie/M -caries/M -carillonned -carillonning -carillon/SM -Caril/M -Carilyn/M -Cari/M -Carina/M -Carine/M -caring/U -Carin/M -Cariotta/M -carious -Carissa/M -Carita/M -Caritta/M -carjack/GSJDRZ -Carla/M -Carlee/M -Carleen/M -Carlene/M -Carlen/M -Carletonian/M -Carleton/M -Carley/M -Carlie/M -Carlina/M -Carline/M -Carling/M -Carlin/M -Carlita/M -Carl/MNG -carload/MSG -Carlo/SM -Carlota/M -Carlotta/M -Carlsbad/M -Carlson/M -Carlton/M -Carlye/M -Carlyle/M -Carly/M -Carlyn/M -Carlynne/M -Carlynn/M -Carma/M -Carmela/M -Carmelia/M -Carmelina/M -Carmelita/M -Carmella/M -Carmelle/M -Carmel/M -Carmelo/M -Carmencita/M -Carmen/M -Carmichael/M -Carmina/M -Carmine/M -carmine/MS -Carmita/M -Car/MNY -Carmon/M -carnage/MS -carnality/SM -carnal/Y -Carnap/M -carnation/IMS -Carnegie/M -carnelian/SM -Carney/M -carney's -carnival/MS -carnivore/SM -carnivorousness/MS -carnivorous/YP -Carnot/M -Carny/M -carny/SDG -carob/SM -Carola/M -Carolan/M -Carolann/M -Carolee/M -Carole/M -caroler/M -Carolina/MS -Caroline/M -Carolingian -Carolinian/S -Carolin/M -Caroljean/M -Carol/M -carol/SGZMRD -Carolus/M -Carolyne/M -Carolyn/M -Carolynn/M -Caro/M -carom/GSMD -Caron/M -carotene/MS -carotid/MS -carousal/MS -carousel/MS -carouser/M -carouse/SRDZG -carpal/SM -Carpathian/MS -carpel/SM -carpenter/DSMG -carpentering/M -Carpenter/M -carpentry/MS -carper/M -carpetbagged -carpetbagger/MS -carpetbagging -carpetbag/MS -carpeting/M -carpet/MDJGS -carpi/M -carping/Y -carp/MDRSGZ -carpool/DGS -carport/MS -carpus/M -carrageen/M -Carree/M -carrel/SM -carriage/SM -carriageway/SM -Carrie/M -carrier/M -Carrier/M -Carrillo/M -Carri/M -carrion/SM -Carrissa/M -Carr/M -Carroll/M -Carrol/M -carrot/MS -carroty/RT -carrousel's -carryall/MS -Carry/MR -carryout/S -carryover/S -carry/RSDZG -carsickness/SM -carsick/P -Carson/M -cartage/MS -cartel/SM -carte/M -carter/M -Carter/M -Cartesian -Carthage/M -Carthaginian/S -carthorse/MS -Cartier/M -cartilage/MS -cartilaginous -cartload/MS -cart/MDRGSZ -Cart/MR -cartographer/MS -cartographic -cartography/MS -carton/GSDM -cartoon/GSDM -cartoonist/MS -cartridge/SM -cartwheel/MRDGS -Cartwright/M -Carty/RM -Caruso/M -carve/DSRJGZ -carven -carver/M -Carver/M -carving/M -caryatid/MS -Caryl/M -Cary/M -Caryn/M -car/ZGSMDR -casaba/SM -Casablanca/M -Casals/M -Casandra/M -Casanova/SM -Casar/M -casbah/M -cascade/MSDG -Cascades/M -cascara/MS -casebook/SM -case/DSJMGL -cased/U -caseharden/SGD -casein/SM -caseload/MS -Case/M -casement/SM -caseworker/M -casework/ZMRS -Casey/M -cashbook/SM -cashew/MS -cash/GZMDSR -cashier/SDMG -cashless -Cash/M -cashmere/MS -Casie/M -Casi/M -casing/M -casino/MS -casket/SGMD -cask/GSDM -Caspar/M -Casper/M -Caspian -Cass -Cassandra/SM -Cassandre/M -Cassandry/M -Cassatt/M -Cassaundra/M -cassava/MS -casserole/MGSD -cassette/SM -Cassey/M -cassia/MS -Cassie/M -Cassi/M -cassino's -Cassiopeia/M -Cassite/M -Cassius/M -cassock/SDM -Cassondra/M -cassowary/SM -Cassy/M -Castaneda/M -castanet/SM -castaway/SM -castellated -caste/MHS -caster/M -cast/GZSJMDR -castigate/XGNSD -castigation/M -castigator/SM -Castile's -Castillo/M -casting/M -castle/GMSD -castoff/S -Castor/M -castor's -castrate/DSNGX -castration/M -Castries/M -Castro/M -casts/A -casualness/SM -casual/SYP -casualty/SM -casuistic -casuist/MS -casuistry/SM -cataclysmal -cataclysmic -cataclysm/MS -catacomb/MS -catafalque/SM -Catalan/MS -catalepsy/MS -cataleptic/S -Catalina/M -cataloger/M -catalog/SDRMZG -Catalonia/M -catalpa/SM -catalysis/M -catalyst/SM -catalytic -catalytically -catalyze/DSG -catamaran/MS -catapult/MGSD -cataract/MS -Catarina/M -catarrh/M -catarrhs -catastrophe/SM -catastrophic -catastrophically -catatonia/MS -catatonic/S -Catawba/M -catbird/MS -catboat/SM -catcall/SMDG -catchable/U -catchall/MS -catch/BRSJLGZ -catcher/M -catchment/SM -catchpenny/S -catchphrase/S -catchup/MS -catchword/MS -catchy/TR -catechism/MS -catechist/SM -catechize/SDG -catecholamine/MS -categoric -categorical/Y -categorization/MS -categorized/AU -categorize/RSDGZ -category/MS -Cate/M -catenate/NF -catenation/MF -catercorner -caterer/M -cater/GRDZ -Caterina/M -catering/M -Caterpillar -caterpillar/SM -caterwaul/DSG -catfish/MS -catgut/SM -Catha/M -Catharina/M -Catharine/M -catharses -catharsis/M -cathartic/S -Cathay/M -cathedral/SM -Cathee/M -Catherina/M -Catherine/M -Catherin/M -Cather/M -Cathe/RM -catheterize/GSD -catheter/SM -Cathie/M -Cathi/M -Cathleen/M -Cathlene/M -cathode/MS -cathodic -catholicism -Catholicism/SM -catholicity/MS -catholic/MS -Catholic/S -Cathrine/M -Cathrin/M -Cathryn/M -Cathyleen/M -Cathy/M -Catie/M -Catiline/M -Cati/M -Catina/M -cationic -cation/MS -catkin/SM -Catlaina/M -Catlee/M -catlike -Catlin/M -catnapped -catnapping -catnap/SM -catnip/MS -Cato/M -Catrina/M -Catriona/M -Catskill/SM -cat/SMRZ -catsup's -cattail/SM -catted -cattery/M -cattily -cattiness/SM -catting -cattle/M -cattleman/M -cattlemen -Catt/M -catty/PRST -Catullus/M -CATV -catwalk/MS -Caty/M -Caucasian/S -Caucasoid/S -Caucasus/M -Cauchy/M -caucus/SDMG -caudal/Y -caught/U -cauldron/MS -cauliflower/MS -caulker/M -caulk/JSGZRD -causality/SM -causal/YS -causate/XVN -causation/M -causative/SY -cause/DSRGMZ -caused/U -causeless -causerie/MS -causer/M -causeway/SGDM -caustically -causticity/MS -caustic/YS -cauterization/SM -cauterized/U -cauterize/GSD -cautionary -cautioner/M -caution/GJDRMSZ -cautiousness's/I -cautiousness/SM -cautious/PIY -cavalcade/MS -cavalierness/M -cavalier/SGYDP -cavalryman/M -cavalrymen -cavalry/MS -caveat/SM -caveatted -caveatting -cave/GFRSD -caveman/M -cavemen -Cavendish/M -caver/M -cavern/GSDM -cavernous/Y -cave's -caviar/MS -caviler/M -cavil/SJRDGZ -caving/MS -cavity/MFS -cavort/SDG -Cavour/M -caw/SMDG -Caxton/M -Caye/M -Cayenne/M -cayenne/SM -Cayla/M -Cayman/M -cayman/SM -cay's -cay/SC -Cayuga/M -cayuse/SM -Caz/M -Cazzie/M -c/B -CB -CBC -Cb/M -CBS -cc -Cchaddie/M -CCTV -CCU -CD -CDC/M -Cd/M -CDT -Ce -cease/DSCG -ceasefire/S -ceaselessness/SM -ceaseless/YP -ceasing/U -Ceausescu/M -Cebuano/M -Cebu/M -ceca -cecal -Cecelia/M -Cece/M -Cecile/M -Ceciley/M -Cecilia/M -Cecilio/M -Cecilius/M -Cecilla/M -Cecil/M -Cecily/M -cecum/M -cedar/SM -ceded/A -cede/FRSDG -ceder's/F -ceder/SM -cedes/A -cedilla/SM -ceding/A -Ced/M -Cedric/M -ceilidh/M -ceiling/MDS -Ceil/M -celandine/MS -Celanese/M -Celebes's -celebrant/MS -celebratedness/M -celebrated/P -celebrate/XSDGN -celebration/M -celebrator/MS -celebratory -celebrity/MS -Cele/M -Celene/M -celerity/SM -celery/SM -Celesta/M -celesta/SM -Celeste/M -celestial/YS -Celestia/M -Celestina/M -Celestine/M -Celestyna/M -Celestyn/M -Celia/M -celibacy/MS -celibate/SM -Celie/M -Celina/M -Celinda/M -Celine/M -Celinka/M -Celisse/M -Celka/M -cellarer/M -cellar/RDMGS -Celle/M -cell/GMDS -Cellini/M -cellist/SM -Cello/M -cello/MS -cellophane/SM -cellphone/S -cellular/SY -cellulite/S -celluloid/SM -cellulose/SM -Celsius/S -Celtic/SM -Celt/MS -cementa -cementer/M -cementum/SM -cement/ZGMRDS -cemetery/MS -cenobite/MS -cenobitic -cenotaph/M -cenotaphs -Cenozoic -censer/MS -censored/U -censor/GDMS -censorial -censoriousness/MS -censorious/YP -censorship/MS -censure/BRSDZMG -censurer/M -census/SDMG -centaur/SM -Centaurus/M -centavo/SM -centenarian/MS -centenary/S -centennial/YS -center/AC -centerboard/SM -centered -centerer/S -centerfold/S -centering/SM -centerline/SM -centerpiece/SM -center's -Centigrade -centigrade/S -centigram/SM -centiliter/MS -centime/SM -centimeter/SM -centipede/MS -Centralia/M -centralism/M -centralist/M -centrality/MS -centralization/CAMS -centralize/CGSD -centralizer/SM -centralizes/A -central/STRY -centrefold's -Centrex -CENTREX/M -centric/F -centrifugal/SY -centrifugate/NM -centrifugation/M -centrifuge/GMSD -centripetal/Y -centrist/MS -centroid/MS -cent/SZMR -centurion/MS -century/MS -CEO -cephalic/S -Cepheid -Cepheus/M -ceramicist/S -ceramic/MS -ceramist/MS -cerate/MD -Cerberus/M -cereal/MS -cerebellar -cerebellum/MS -cerebra -cerebral/SY -cerebrate/XSDGN -cerebration/M -cerebrum/MS -cerement/SM -ceremonial/YSP -ceremoniousness/MS -ceremoniousness's/U -ceremonious/YUP -ceremony/MS -Cerenkov/M -Ceres/M -Cerf/M -cerise/SM -cerium/MS -cermet/SM -CERN/M -certainer -certainest -certainty/UMS -certain/UY -cert/FS -certifiable -certifiably -certificate/SDGM -certification/AMC -certified/U -certifier/M -certify/DRSZGNX -certiorari/M -certitude/ISM -cerulean/MS -Cervantes/M -cervical -cervices/M -cervix/M -Cesarean -cesarean/S -Cesare/M -Cesar/M -Cesaro/M -cesium/MS -cessation/SM -cession/FAMSK -Cessna/M -cesspit/M -cesspool/SM -Cesya/M -cetacean/S -cetera/S -Cetus/M -Ceylonese -Ceylon/M -Cezanne/S -cf -CF -CFC -Cf/M -CFO -cg -Chablis/SM -Chaddie/M -Chadd/M -Chaddy/M -Chadian/S -Chad/M -Chadwick/M -chafe/GDSR -chafer/M -chaffer/DRG -chafferer/M -Chaffey/M -chaff/GRDMS -chaffinch/SM -Chagall/M -chagrin/DGMS -Chaim/M -chainlike -chain's -chainsaw/SGD -chain/SGUD -chairlady/M -chairlift/MS -chairman/MDGS -chairmanship/MS -chairmen -chairperson/MS -chair/SGDM -chairwoman/M -chairwomen -chaise/SM -chalcedony/MS -Chaldea/M -Chaldean/M -chalet/SM -chalice/DSM -chalkboard/SM -chalk/DSMG -chalkiness/S -chalkline -chalky/RPT -challenged/U -challenger/M -challenge/ZGSRD -challenging/Y -challis/SM -Chalmers -chamberer/M -Chamberlain/M -chamberlain/MS -chambermaid/MS -chamberpot/S -Chambers/M -chamber/SZGDRM -chambray/MS -chameleon/SM -chamfer/DMGS -chammy's -chamois/DSMG -chamomile/MS -champagne/MS -champaign/M -champ/DGSZ -champion/MDGS -championship/MS -Champlain/M -chanced/M -chance/GMRSD -chancellery/SM -chancellorship/SM -chancellor/SM -Chancellorsville/M -chancel/SM -Chance/M -chancery/SM -Chancey/M -chanciness/S -chancing/M -chancre/SM -chancy/RPT -Chandal/M -Chanda/M -chandelier/SM -Chandigarh/M -Chandler/M -chandler/MS -Chandragupta/M -Chandra/M -Chandrasekhar/M -Chandy/M -Chanel/M -Chane/M -Chaney/M -Changchun/M -changeabilities -changeability/UM -changeableness/SM -changeable/U -changeably/U -changed/U -change/GZRSD -changeless -changeling/M -changeover/SM -changer/M -changing/U -Chang/M -Changsha/M -Chan/M -Channa/M -channeler/M -channeling/M -channelization/SM -channelize/GDS -channellings -channel/MDRZSG -Channing/M -chanson/SM -Chantalle/M -Chantal/M -chanter/M -chanteuse/MS -chantey/SM -chanticleer/SM -Chantilly/M -chantry/MS -chant/SJGZMRD -chanty's -Chanukah's -Chao/M -chaos/SM -chaotic -chaotically -chaparral/MS -chapbook/SM -chapeau/MS -chapel/MS -chaperonage/MS -chaperoned/U -chaperone's -chaperon/GMDS -chaplaincy/MS -chaplain/MS -chaplet/SM -Chaplin/M -Chapman/M -chap/MS -Chappaquiddick/M -chapped -chapping -chapter/SGDM -Chara -charabanc/MS -characterful -characteristically/U -characteristic/SM -characterizable/MS -characterization/MS -characterize/DRSBZG -characterized/U -characterizer/M -characterless -character/MDSG -charade/SM -charbroil/SDG -charcoal/MGSD -Chardonnay -chardonnay/S -chard/SM -chargeableness/M -chargeable/P -charged/U -charge/EGRSDA -charger/AME -chargers -char/GS -Charil/M -charily -chariness/MS -Charin/M -charioteer/GSDM -Chariot/M -chariot/SMDG -Charis -charisma/M -charismata -charismatically -charismatic/S -Charissa/M -Charisse/M -charitablenesses -charitableness/UM -charitable/UP -charitably/U -Charita/M -Charity/M -charity/MS -charlady/M -Charla/M -charlatanism/MS -charlatanry/SM -charlatan/SM -Charlean/M -Charleen/M -Charlemagne/M -Charlena/M -Charlene/M -Charles/M -Charleston/SM -Charley/M -Charlie/M -Charline/M -Charlot/M -Charlotta/M -Charlotte/M -Charlottesville/M -Charlottetown/M -Charlton/M -Charmaine/M -Charmain/M -Charmane/M -charmer/M -Charmian/M -Charmine/M -charming/RYT -Charmin/M -Charmion/M -charmless -charm/SGMZRD -Charolais -Charo/M -Charon/M -charred -charring -charted/U -charter/AGDS -chartered/U -charterer/SM -charter's -chartist/SM -Chartres/M -chartreuse/MS -chartroom/S -chart/SJMRDGBZ -charwoman/M -charwomen -Charybdis/M -Charyl/M -chary/PTR -Chas -chase/DSRGZ -Chase/M -chaser/M -chasing/M -Chasity/M -chasm/SM -chassis/M -chastely -chasteness/SM -chasten/GSD -chaste/UTR -chastisement/SM -chastiser/M -chastise/ZGLDRS -Chastity/M -chastity/SM -chastity's/U -chasuble/SM -Chateaubriand -château/M -chateaus -châteaux -châtelaine/SM -chat/MS -Chattahoochee/M -Chattanooga/M -chatted -chattel/MS -chatterbox/MS -chatterer/M -Chatterley/M -chatter/SZGDRY -Chatterton/M -chattily -chattiness/SM -chatting -chatty/RTP -Chaucer/M -chauffeur/GSMD -Chaunce/M -Chauncey/M -Chautauqua/M -chauvinism/MS -chauvinistic -chauvinistically -chauvinist/MS -Chavez/M -chaw -Chayefsky/M -cheapen/DG -cheapish -cheapness/MS -cheapskate/MS -cheap/YRNTXSP -cheater/M -cheat/RDSGZ -Chechen/M -Chechnya/M -checkable/U -checkbook/MS -checked/UA -checkerboard/MS -checker/DMG -check/GZBSRDM -checklist/S -checkmate/MSDG -checkoff/SM -checkout/S -checkpoint/MS -checkroom/MS -check's/A -checks/A -checksummed -checksumming -checksum/SM -checkup/MS -Cheddar/MS -cheddar/S -cheekbone/SM -cheek/DMGS -cheekily -cheekiness/SM -cheeky/PRT -cheep/GMDS -cheerer/M -cheerfuller -cheerfullest -cheerfulness/MS -cheerful/YP -cheerily -cheeriness/SM -cheerio/S -Cheerios/M -cheerleader/SM -cheerlessness/SM -cheerless/PY -cheers/S -cheery/PTR -cheer/YRDGZS -cheeseburger/SM -cheesecake/SM -cheesecloth/M -cheesecloths -cheeseparing/S -cheese/SDGM -cheesiness/SM -cheesy/PRT -cheetah/M -cheetahs -Cheeto/M -Cheever/M -cheffed -cheffing -chef/SM -Chekhov/M -chelate/XDMNG -chelation/M -Chelsae/M -Chelsea/M -Chelsey/M -Chelsie/M -Chelsy/M -Chelyabinsk/M -chem -Che/M -chemic -chemical/SYM -chemiluminescence/M -chemiluminescent -chemise/SM -chemistry/SM -chemist/SM -chemotherapeutic/S -chemotherapy/SM -chemurgy/SM -Chengdu -Cheng/M -chenille/SM -Chen/M -Cheops/M -Chere/M -Cherey/M -Cherianne/M -Cherice/M -Cherida/M -Cherie/M -Cherilyn/M -Cherilynn/M -Cheri/M -Cherin/M -Cherise/M -cherisher/M -cherish/GDRS -Cherish/M -Cheriton/M -Cherlyn/M -Cher/M -Chernenko/M -Chernobyl/M -Cherokee/MS -cheroot/MS -Cherri/M -Cherrita/M -Cherry/M -cherry/SM -chert/MS -cherubic -cherubim/S -cherub/SM -chervil/MS -Cherye/M -Cheryl/M -Chery/M -Chesapeake/M -Cheshire/M -Cheslie/M -chessboard/SM -chessman/M -chessmen -chess/SM -Chesterfield/M -chesterfield/MS -Chester/M -Chesterton/M -chestful/S -chest/MRDS -chestnut/SM -Cheston/M -chesty/TR -Chet/M -Chevalier/M -chevalier/SM -Cheviot/M -cheviot/S -Chev/M -Chevrolet/M -chevron/DMS -Chevy/M -chewer/M -chew/GZSDR -chewiness/S -chewy/RTP -Cheyenne/SM -chg -chge -Chiang/M -chianti/M -Chianti/S -chiaroscuro/SM -Chiarra/M -Chiba/M -Chicagoan/SM -Chicago/M -Chicana/MS -chicane/MGDS -chicanery/MS -Chicano/MS -chichi/RTS -chickadee/SM -Chickasaw/SM -chickenfeed -chicken/GDM -chickenhearted -chickenpox/MS -Chickie/M -Chick/M -chickpea/MS -chickweed/MS -chick/XSNM -Chicky/M -chicle/MS -Chic/M -chicness/S -Chico/M -chicory/MS -chic/SYRPT -chide/GDS -chiding/Y -chiefdom/MS -chieftain/SM -chief/YRMST -chiffonier/MS -chiffon/MS -chigger/MS -chignon/MS -Chihuahua/MS -chihuahua/S -chilblain/MS -childbearing/MS -childbirth/M -childbirths -childcare/S -childes -child/GMYD -childhood/MS -childishness/SM -childish/YP -childlessness/SM -childless/P -childlikeness/M -childlike/P -childminders -childproof/GSD -childrearing -children/M -Chilean/S -Chile/MS -chile's -chilies -chili/M -chiller/M -chilliness/MS -chilling/Y -chilli's -chill/MRDJGTZPS -chillness/MS -chilly/TPRS -Chilton/M -Chi/M -chimaera's -chimaerical -Chimborazo/M -chime/DSRGMZ -Chimera/S -chimera/SM -chimeric -chimerical -chimer/M -Chimiques -chimney/SMD -chimpanzee/SM -chimp/MS -chi/MS -Chimu/M -Ch'in -China/M -Chinaman/M -Chinamen -china/MS -Chinatown/SM -chinchilla/SM -chine/MS -Chinese/M -Ching/M -chink/DMSG -chinless -Chin/M -chinned -chinner/S -chinning -chino/MS -Chinook/MS -chin/SGDM -chinstrap/S -chintz/SM -chintzy/TR -chipboard/M -Chipewyan/M -Chip/M -chipmunk/SM -chipped -Chippendale/M -chipper/DGS -Chippewa/MS -chipping/MS -chip/SM -Chiquia/M -Chiquita/M -chiral -Chirico/M -chirography/SM -chiropodist/SM -chiropody/MS -chiropractic/MS -chiropractor/SM -chirp/GDS -chirpy/RT -chirrup/DGS -chiseler/M -chisel/ZGSJMDR -Chisholm/M -Chisinau/M -chitchat/SM -chitchatted -chitchatting -chitinous -chitin/SM -chit/SM -Chittagong/M -chitterlings -chivalric -chivalrously/U -chivalrousness/MS -chivalrous/YP -chivalry/SM -chive/GMDS -chivvy/D -chivying -chlamydiae -chlamydia/S -Chloe/M -Chloette/M -Chlo/M -chloral/MS -chlorate/M -chlordane/MS -chloride/MS -chlorinated/C -chlorinates/C -chlorinate/XDSGN -chlorination/M -chlorine/MS -Chloris -chlorofluorocarbon/S -chloroform/DMSG -chlorophyll/SM -chloroplast/MS -chloroquine/M -chm -Ch/MGNRS -chockablock -chock/SGRDM -chocoholic/S -chocolate/MS -chocolaty -Choctaw/MS -choiceness/M -choice/RSMTYP -choirboy/MS -choirmaster/SM -choir/SDMG -chokeberry/M -chokecherry/SM -choke/DSRGZ -choker/M -chokes/M -choking/Y -cholera/SM -choleric -choler/SM -cholesterol/SM -choline/M -cholinesterase/M -chomp/DSG -Chomsky/M -Chongqing -choose/GZRS -chooser/M -choosiness/S -choosy/RPT -chophouse/SM -Chopin/M -chopped -chopper/SDMG -choppily -choppiness/MS -chopping -choppy/RPT -chop/S -chopstick/SM -chorale/MS -choral/SY -chordal -chordata -chordate/MS -chording/M -chord/SGMD -chorea/MS -chore/DSGNM -choreographer/M -choreographic -choreographically -choreographs -choreography/MS -choreograph/ZGDR -chorines -chorion/M -chorister/SM -choroid/S -chortler/M -chortle/ZGDRS -chorus/GDSM -chosen/U -chose/S -Chou/M -chowder/SGDM -chow/DGMS -Chretien/M -Chris/M -chrism/SM -chrissake -Chrisse/M -Chrissie/M -Chrissy/M -Christabella/M -Christabel/M -Christalle/M -Christal/M -Christa/M -Christan/M -Christchurch/M -Christean/M -Christel/M -Christendom/MS -christened/U -christening/SM -Christen/M -christen/SAGD -Christensen/M -Christenson/M -Christiana/M -Christiane/M -Christianity/SM -Christianize/GSD -Christian/MS -Christiano/M -Christiansen/M -Christians/N -Christie/SM -Christi/M -Christina/M -Christine/M -Christin/M -Christlike -Christmas/SM -Christmastide/SM -Christmastime/S -Christoffel/M -Christoffer/M -Christoforo/M -Christoper/M -Christophe/M -Christopher/M -Christoph/MR -Christophorus/M -Christos/M -Christ/SMN -Christye/M -Christyna/M -Christy's -Chrisy/M -chroma/M -chromate/M -chromatically -chromaticism/M -chromaticness/M -chromatic/PS -chromatics/M -chromatin/MS -chromatogram/MS -chromatograph -chromatographic -chromatography/M -chrome/GMSD -chromic -chromite/M -chromium/SM -chromosomal -chromosome/MS -chromosphere/M -chronically -chronicled/U -chronicler/M -chronicle/SRDMZG -chronic/S -chronograph/M -chronographs -chronography -chronological/Y -chronologist/MS -chronology/MS -chronometer/MS -chronometric -Chrotoem/M -chrysalids -chrysalis/SM -Chrysa/M -chrysanthemum/MS -Chrysler/M -Chrysostom/M -Chrystal/M -Chrystel/M -Chryste/M -chubbiness/SM -chubby/RTP -chub/MS -Chucho/M -chuck/GSDM -chuckhole/SM -chuckle/DSG -chuckling/Y -Chuck/M -chuff/DM -chugged -chugging -chug/MS -Chukchi/M -chukka/S -Chumash/M -chummed -chummily -chumminess/MS -chumming -chum/MS -chummy/SRTP -chumping/M -chump/MDGS -Chungking's -Chung/M -chunkiness/MS -chunk/SGDM -chunky/RPT -chuntering -churchgoer/SM -churchgoing/SM -Churchillian -Churchill/M -churchliness/M -churchly/P -churchman/M -church/MDSYG -churchmen -Church/MS -churchwarden/SM -churchwoman/M -churchwomen -churchyard/SM -churlishness/SM -churlish/YP -churl/SM -churner/M -churning/M -churn/SGZRDM -chute/DSGM -chutney/MS -chutzpah/M -chutzpahs -chutzpa/SM -Chuvash/M -ch/VT -chyme/SM -Ci -CIA -ciao/S -cicada/MS -cicatrice/S -cicatrix's -Cicely/M -Cicero/M -cicerone/MS -ciceroni -Ciceronian -Cicily/M -CID -cider's/C -cider/SM -Cid/M -Ciel/M -cigarette/MS -cigarillo/MS -cigar/SM -cilantro/S -cilia/M -ciliate/FDS -ciliately -cilium/M -Cilka/M -cinch/MSDG -cinchona/SM -Cincinnati/M -cincture/MGSD -Cinda/M -Cindee/M -Cindelyn/M -cinder/DMGS -Cinderella/MS -Cindie/M -Cindi/M -Cindra/M -Cindy/M -cine/M -cinema/SM -cinematic -cinematographer/MS -cinematographic -cinematography/MS -Cinerama/M -cinnabar/MS -Cinnamon/M -cinnamon/MS -ciphered/C -cipher/MSGD -ciphers/C -cir -circa -circadian -Circe/M -circler/M -circle/RSDGM -circlet/MS -circuital -circuit/GSMD -circuitousness/MS -circuitous/YP -circuitry/SM -circuity/MS -circulant -circularity/SM -circularize/GSD -circularness/M -circular/PSMY -circulate/ASDNG -circulation/MA -circulations -circulative -circulatory -circumcise/DRSXNG -circumcised/U -circumciser/M -circumcision/M -circumference/SM -circumferential/Y -circumflex/MSDG -circumlocution/MS -circumlocutory -circumnavigate/DSNGX -circumnavigational -circumnavigation/M -circumpolar -circumscribe/GSD -circumscription/SM -circumspection/SM -circumspect/Y -circumsphere -circumstance/SDMG -circumstantial/YS -circumvention/MS -circumvent/SBGD -circus/SM -Cirillo/M -Cirilo/M -Ciro/M -cirque/SM -cirrhoses -cirrhosis/M -cirrhotic/S -cirri/M -cirrus/M -Cissiee/M -Cissy/M -cistern/SM -citadel/SM -citations/I -citation/SMA -cit/DSG -cite/ISDAG -Citibank/M -citified -citizenry/SM -citizenship/MS -citizen/SYM -citrate/DM -citric -Citroen/M -citronella/MS -citron/MS -citrus/SM -city/DSM -cityscape/MS -citywide -civet/SM -civic/S -civics/M -civilian/SM -civility/IMS -civilizational/MS -civilization/AMS -civilizedness/M -civilized/PU -civilize/DRSZG -civilizer/M -civilizes/AU -civil/UY -civvies -ck/C -clack/SDG -cladding/SM -clads -clad/U -Claiborne/M -Claiborn/M -claimable -claimant/MS -claim/CDRSKAEGZ -claimed/U -claimer/KMACE -Claire/M -Clair/M -Clairol/M -clairvoyance/MS -clairvoyant/YS -clambake/MS -clamberer/M -clamber/SDRZG -clammed -clammily -clamminess/MS -clamming -clam/MS -clammy/TPR -clamorer/M -clamor/GDRMSZ -clamorousness/UM -clamorous/PUY -clampdown/SM -clamper/M -clamp/MRDGS -clamshell/MS -Clancy/M -clandestineness/M -clandestine/YP -clanger/M -clangor/MDSG -clangorous/Y -clang/SGZRD -clanking/Y -clank/SGDM -clan/MS -clannishness/SM -clannish/PY -clansman/M -clansmen -clapboard/SDGM -Clapeyron/M -clapped -clapper/GMDS -clapping -clap/S -Clapton/M -claptrap/SM -claque/MS -Clarabelle/M -Clara/M -Clarance/M -Clare/M -Claremont/M -Clarence/M -Clarendon/M -Claresta/M -Clareta/M -claret/MDGS -Claretta/M -Clarette/M -Clarey/M -Claribel/M -Clarice/M -Clarie/M -clarification/M -clarifier/M -clarify/NGXDRS -Clari/M -Clarinda/M -Clarine/M -clarinetist/SM -clarinet/SM -clarinettist's -clarion/GSMD -Clarissa/M -Clarisse/M -Clarita/M -clarities -clarity/UM -Clarke/M -Clark/M -Clarridge/M -Clary/M -clasher/M -clash/RSDG -clasped/M -clasper/M -clasp's -clasp/UGSD -classer/M -class/GRSDM -classical/Y -classicism/SM -classicist/SM -classic/S -classics/M -classifiable/U -classification/AMC -classificatory -classified/S -classifier/SM -classify/CNXASDG -classiness/SM -classless/P -classmate/MS -classroom/MS -classwork/M -classy/PRT -clatterer/M -clattering/Y -clatter/SGDR -clattery -Claudelle/M -Claudell/M -Claude/M -Claudetta/M -Claudette/M -Claudia/M -Claudian/M -Claudianus/M -Claudie/M -Claudina/M -Claudine/M -Claudio/M -Claudius/M -clausal -clause/MS -Clausen/M -Clausewitz/M -Clausius/M -Claus/NM -claustrophobia/SM -claustrophobic -clave/RM -clave's/F -clavichord/SM -clavicle/MS -clavier/MS -clawer/M -claw/GDRMS -Clayborne/M -Clayborn/M -Claybourne/M -clayey -clayier -clayiest -Clay/M -clay/MDGS -claymore/MS -Clayson/M -Clayton/M -Clea/M -cleanable -cleaner/MS -cleaning/SM -cleanliness/UMS -cleanly/PRTU -cleanness/MSU -cleanse -cleanser/M -cleans/GDRSZ -cleanup/MS -clean/UYRDPT -clearance/MS -clearcut -clearer/M -clearheadedness/M -clearheaded/PY -clearinghouse/S -clearing/MS -clearly -clearness/MS -clears -clear/UTRD -Clearwater/M -clearway/M -cleat/MDSG -cleavage/MS -cleaver/M -cleave/RSDGZ -Cleavland/M -clef/SM -cleft/MDGS -clematis/MS -clemence -Clemenceau/M -Clemence/M -clemency/ISM -Clemente/M -Clementia/M -Clementina/M -Clementine/M -Clementius/M -clement/IY -Clement/MS -clements -Clemmie/M -Clemmy/M -Clemons -Clemson/M -Clem/XM -clenches -clenching -clench/UD -Cleo/M -Cleon/M -Cleopatra/M -Clerc/M -clerestory/MS -clergyman/M -clergymen -clergy/MS -clergywoman -clergywomen -clericalism/SM -clerical/YS -cleric/SM -Clerissa/M -clerk/SGYDM -clerkship/MS -Cletis -Cletus/M -Cleveland/M -Cleve/M -cleverness/SM -clever/RYPT -Clevey/M -Clevie/M -clevis/SM -clew/DMGS -cl/GJ -Cliburn/M -clichéd -cliché/SM -clicker/M -click/GZSRDM -clientèle/SM -client/SM -cliffhanger/MS -cliffhanging -Cliff/M -Clifford/M -cliff/SM -Clifton/M -climacteric/SM -climactic -climate/MS -climatic -climatically -climatological/Y -climatologist/SM -climatology/MS -climax/MDSG -climbable/U -climb/BGZSJRD -climbdown -climbed/U -climber/M -clime/SM -Clim/M -clinch/DRSZG -clincher/M -clinching/Y -Cline/M -clinger/MS -clinging -cling/U -clingy/TR -clinical/Y -clinician/MS -clinic/MS -clinker/GMD -clink/RDGSZ -clinometer/MIS -Clint/M -Clinton/M -Clio/M -cliometrician/S -cliometric/S -clipboard/SM -clipped/U -clipper/MS -clipping/SM -clip/SM -clique/SDGM -cliquey -cliquier -cliquiest -cliquishness/SM -cliquish/YP -clitoral -clitorides -clitoris/MS -Clive/M -cloacae -cloaca/M -cloakroom/MS -cloak's -cloak/USDG -clobber/DGS -cloche/MS -clocker/M -clockmaker/M -clock/SGZRDMJ -clockwatcher -clockwise -clockwork/MS -clodded -clodding -cloddishness/M -cloddish/P -clodhopper/SM -clod/MS -Cloe/M -clogged/U -clogging/U -clog's -clog/US -cloisonné -cloisonnes -cloister/MDGS -cloistral -Clo/M -clomp/MDSG -clonal -clone/DSRGMZ -clonk/SGD -clopped -clopping -clop/S -Cloris/M -closed/U -close/EDSRG -closefisted -closely -closemouthed -closeness/MS -closeout/MS -closer/EM -closers -closest -closet/MDSG -closeup/S -closing/S -closured -closure/EMS -closure's/I -closuring -clothbound -clothesbrush -clotheshorse/MS -clothesline/SDGM -clothesman -clothesmen -clothespin/MS -clothe/UDSG -cloth/GJMSD -clothier/MS -clothing/M -Clotho/M -cloths -Clotilda/M -clot/MS -clotted -clotting -cloture/MDSG -cloudburst/MS -clouded/U -cloudiness/SM -cloudlessness/M -cloudless/YP -cloudscape/SM -cloud/SGMD -cloudy/TPR -clout/GSMD -cloven -cloverleaf/MS -clover/M -clove/SRMZ -Clovis/M -clown/DMSG -clownishness/SM -clownish/PY -cloy/DSG -cloying/Y -clubbed/M -clubbing/M -clubfeet -clubfoot/DM -clubhouse/SM -club/MS -clubroom/SM -cluck/GSDM -clueless -clue/MGDS -Cluj/M -clump/MDGS -clumpy/RT -clumsily -clumsiness/MS -clumsy/PRT -clung -clunk/SGZRDM -clunky/PRYT -clustered/AU -clusters/A -cluster/SGJMD -clutch/DSG -cluttered/U -clutter/GSD -Cl/VM -Clyde/M -Clydesdale/M -Cly/M -Clytemnestra/M -Clyve/M -Clywd/M -cm -Cm/M -CMOS -cnidarian/MS -CNN -CNS -CO -coacher/M -coachman/M -coachmen -coach/MSRDG -coachwork/M -coadjutor/MS -coagulable -coagulant/SM -coagulate/GNXSD -coagulation/M -coagulator/S -coaler/M -coalesce/GDS -coalescence/SM -coalescent -coalface/SM -coalfield/MS -coalitionist/SM -coalition/MS -coal/MDRGS -coalminers -coarseness/SM -coarsen/SGD -coarse/TYRP -coastal -coaster/M -coastguard/MS -coastline/SM -coast/SMRDGZ -coated/U -Coates/M -coating/M -coat/MDRGZJS -coattail/S -coattest -coauthor/MDGS -coaxer/M -coax/GZDSR -coaxial/Y -coaxing/Y -Cobain/M -cobalt/MS -cobbed -Cobbie/M -cobbing -cobbler/M -cobble/SRDGMZ -cobblestone/MSD -Cobb/M -Cobby/M -coble/M -Cob/M -COBOL -Cobol/M -cobra/MS -cob/SM -cobwebbed -cobwebbing -cobwebby/RT -cobweb/SM -cocaine/MS -coca/MS -cocci/MS -coccus/M -coccyges -coccyx/M -Cochabamba/M -cochineal/SM -Cochin/M -Cochise/M -cochleae -cochlear -cochlea/SM -Cochran/M -cockade/SM -cockamamie -cockatoo/SM -cockatrice/MS -cockcrow/MS -cockerel/MS -cocker/M -cockeye/DM -cockeyed/PY -cockfighting/M -cockfight/MJSG -cock/GDRMS -cockily -cockiness/MS -cocklebur/M -cockle/SDGM -cockleshell/SM -Cockney -cockney/MS -cockpit/MS -cockroach/SM -cockscomb/SM -cockshies -cocksucker/S! -cocksure -cocktail/GDMS -cocky/RPT -cocoa/SM -coco/MS -coconut/SM -cocoon/GDMS -Cocteau/M -COD -coda/SM -codded -codding -coddle/GSRD -coddler/M -codebook/S -codebreak/R -coded/UA -Codee/M -codeine/MS -codename/D -codependency/S -codependent/S -coder/CM -code's -co/DES -codes/A -code/SCZGJRD -codetermine/S -codeword/SM -codex/M -codfish/SM -codger/MS -codices/M -codicil/SM -Codie/M -codification/M -codifier/M -codify/NZXGRSD -Codi/M -coding/M -codling/M -Cod/M -cod/MDRSZGJ -codpiece/MS -Cody/M -coedited -coediting -coeditor/MS -coedits -coed/SM -coeducational -coeducation/SM -coefficient/SYM -coelenterate/MS -coequal/SY -coercer/M -coerce/SRDXVGNZ -coercible/I -coercion/M -coerciveness/M -coercive/PY -coeval/YS -coexistence/MS -coexistent -coexist/GDS -coextensive/Y -cofactor/MS -coffeecake/SM -coffeecup -coffeehouse/SM -coffeemaker/S -coffeepot/MS -coffee/SM -cofferdam/SM -coffer/DMSG -Coffey/M -coffin/DMGS -Coffman/M -cogency/MS -cogent/Y -cogged -cogging -cogitate/DSXNGV -cogitation/M -cogitator/MS -cog/MS -Cognac/M -cognac/SM -cognate/SXYN -cognation/M -cognitional -cognition/SAM -cognitive/SY -cognizable -cognizance/MAI -cognizances/A -cognizant/I -cognomen/SM -cognoscente -cognoscenti -cogwheel/SM -cohabitant/MS -cohabitational -cohabitation/SM -cohabit/SDG -Cohan/M -coheir/MS -Cohen/M -cohere/GSRD -coherence/SIM -coherencies -coherency/I -coherent/IY -coherer/M -cohesion/MS -cohesiveness/SM -cohesive/PY -Cohn/M -cohoes -coho/MS -cohort/SM -coiffed -coiffing -coiffure/MGSD -coif/SM -coil/UGSAD -Coimbatore/M -coinage's/A -coinage/SM -coincide/GSD -coincidence/MS -coincidental/Y -coincident/Y -coined/U -coiner/M -coin/GZSDRM -coinsurance/SM -Cointon/M -cointreau -coital/Y -coitus/SM -coke/MGDS -Coke/MS -COL -COLA -colander/SM -Colan/M -Colas -cola/SM -colatitude/MS -Colbert/M -Colby/M -coldblooded -coldish -coldness/MS -cold/YRPST -Coleen/M -Cole/M -Coleman/M -Colene/M -Coleridge/M -coleslaw/SM -Colet/M -Coletta/M -Colette/M -coleus/SM -Colfax/M -Colgate/M -colicky -colic/SM -coliform -Colin/M -coliseum/SM -colitis/MS -collaborate/VGNXSD -collaboration/M -collaborative/SY -collaborator/SM -collage/MGSD -collagen/M -collapse/SDG -collapsibility/M -collapsible -collarbone/MS -collar/DMGS -collard/SM -collarless -collated/U -collateral/SYM -collate/SDVNGX -collation/M -collator/MS -colleague/SDGM -collectedness/M -collected/PY -collectible/S -collection/AMS -collective/SY -collectivism/SM -collectivist/MS -collectivity/MS -collectivization/MS -collectivize/DSG -collector/MS -collect/SAGD -Colleen/M -colleen/SM -college/SM -collegiality/S -collegian/SM -collegiate/Y -Collen/M -Collete/M -Collette/M -coll/G -collide/SDG -Collie/M -collie/MZSRD -collier/M -Collier/M -colliery/MS -collimate/C -collimated/U -collimates -collimating -collimation/M -collimator/M -collinear -collinearity/M -Colline/M -Collin/MS -collisional -collision/SM -collocate/XSDGN -collocation/M -colloidal/Y -colloid/MS -colloq -colloquialism/MS -colloquial/SY -colloquies -colloquium/SM -colloquy/M -collude/SDG -collusion/SM -collusive -collying -Colly/RM -Colman/M -Col/MY -Cologne/M -cologne/MSD -Colo/M -Colombia/M -Colombian/S -Colombo/M -colonelcy/MS -colonel/MS -colonialism/MS -colonialist/MS -colonial/SPY -colonist/SM -colonization/ACSM -colonize/ACSDG -colonized/U -colonizer/MS -colonizes/U -Colon/M -colonnade/MSD -colon/SM -colony/SM -colophon/SM -Coloradan/S -Coloradoan/S -Colorado/M -colorant/SM -coloration/EMS -coloratura/SM -colorblindness/S -colorblind/P -colored/USE -colorer/M -colorfastness/SM -colorfast/P -colorfulness/MS -colorful/PY -colorimeter/SM -colorimetry -coloring/M -colorization/S -colorize/GSD -colorizing/C -colorlessness/SM -colorless/PY -colors/EA -color/SRDMGZJ -colossal/Y -Colosseum/M -colossi -colossus/M -colostomy/SM -colostrum/SM -col/SD -colter/M -coltishness/M -coltish/PY -Colt/M -colt/MRS -Coltrane/M -Columbia/M -Columbian -Columbine/M -columbine/SM -Columbus/M -columnar -columnist/MS -columnize/GSD -column/SDM -Colver/M -Co/M -comae -comaker/SM -Comanche/MS -coma/SM -comatose -combatant/SM -combativeness/MS -combative/PY -combat/SVGMD -combed/U -comber/M -combinational/A -combination/ASM -combinatorial/Y -combinatoric/S -combinator/SM -combined/AU -combiner/M -combines/A -combine/ZGBRSD -combining/A -combo/MS -comb/SGZDRMJ -Combs/M -combusted -combustibility/SM -combustible/SI -combustion/MS -combustive -Comdex/M -Comdr/M -comeback/SM -comedian/SM -comedic -comedienne/SM -comedown/MS -comedy/SM -come/IZSRGJ -comeliness/SM -comely/TPR -comer/IM -comes/M -comestible/MS -cometary -cometh -comet/SM -comeuppance/SM -comfit's -comfit/SE -comfortability/S -comfortableness/MS -comfortable/U -comfortably/U -comforted/U -comforter/MS -comfort/ESMDG -comforting/YE -comfy/RT -comicality/MS -comical/Y -comic/MS -Cominform/M -comity/SM -com/LJRTZG -comm -Com/M -comma/MS -commandant/MS -commandeer/SDG -commander/M -commanding/Y -commandment/SM -commando/SM -command/SZRDMGL -commemorate/SDVNGX -commemoration/M -commemorative/YS -commemorator/S -commence/ALDSG -commencement/AMS -commencer/M -commendably -commendation/ASM -commendatory/A -commender/AM -commend/GSADRB -commensurable/I -commensurate/IY -commensurates -commensuration/SM -commentary/MS -commentate/GSD -commentator/SM -commenter/M -comment's -comment/SUGD -commerce/MGSD -commercialism/MS -commercialization/SM -commercialize/GSD -commercial/PYS -Commie -commie/SM -commingle/GSD -commiserate/VGNXSD -commiseration/M -commissariat/MS -commissar/MS -commissary/MS -commission/ASCGD -commissioner/SM -commission's/A -commitment/SM -commit/SA -committable -committal/MA -committals -committed/UA -committeeman/M -committeemen -committee/MS -committeewoman/M -committeewomen -committing/A -commode/MS -commodes/IE -commodiousness/MI -commodious/YIP -commodity/MS -commodore/SM -commonality/MS -commonalty/MS -commoner/MS -commonness/MSU -commonplaceness/M -commonplace/SP -common/RYUPT -commonsense -commons/M -Commons/M -commonweal/SHM -commonwealth/M -Commonwealth/M -commonwealths -Commonwealths -commotion/MS -communality/M -communal/Y -commune/XSDNG -communicability/MS -communicable/IU -communicably -communicant/MS -communicate/VNGXSD -communicational -communication/M -communicativeness/M -communicative/PY -communicator/SM -communion/M -Communion/SM -communique/S -communism/MS -Communism/S -communistic -communist/MS -Communist/S -communitarian/M -community/MS -communize/SDG -commutable/I -commutate/XVGNSD -commutation/M -commutative/Y -commutativity -commutator/MS -commute/BZGRSD -commuter/M -Comoros -compaction/M -compactness/MS -compactor/MS -compact/TZGSPRDY -companionableness/M -companionable/P -companionably -companion/GBSMD -companionship/MS -companionway/MS -company/MSDG -Compaq/M -comparabilities -comparability/IM -comparableness/M -comparable/P -comparably/I -comparativeness/M -comparative/PYS -comparator/SM -compare/GRSDB -comparer/M -comparison/MS -compartmental -compartmentalization/SM -compartmentalize/DSG -compartment/SDMG -compassionateness/M -compassionate/PSDGY -compassion/MS -compass/MSDG -compatibility/IMS -compatibleness/M -compatible/SI -compatibly/I -compatriot/SM -compeer/DSGM -compellable -compelled -compelling/YM -compel/S -compendious -compendium/MS -compensable -compensated/U -compensate/XVNGSD -compensation/M -compensator/M -compensatory -compete/GSD -competence/ISM -competency/IS -competency's -competent/IY -competition/SM -competitiveness/SM -competitive/YP -competitor/MS -comp/GSYD -compilable/U -compilation/SAM -compile/ASDCG -compiler/CS -compiler's -complacence/S -complacency/SM -complacent/Y -complainant/MS -complainer/M -complain/GZRDS -complaining/YU -complaint/MS -complaisance/SM -complaisant/Y -complected -complementariness/M -complementarity -complementary/SP -complementation/M -complementer/M -complement/ZSMRDG -complete/BTYVNGPRSDX -completed/U -completely/I -completeness/ISM -completer/M -completion/MI -complexional -complexion/DMS -complexity/MS -complexness/M -complex/TGPRSDY -compliance/SM -compliant/Y -complicatedness/M -complicated/YP -complicate/SDG -complication/M -complicator/SM -complicit -complicity/MS -complier/M -complimentary/U -complimenter/M -compliment/ZSMRDG -comply/ZXRSDNG -component/SM -comport/GLSD -comportment/SM -compose/CGASDE -composedness/M -composed/PY -composer/CM -composers -composite/YSDXNG -compositional/Y -composition/CMA -compositions/C -compositor/MS -compost/DMGS -composure/ESM -compote/MS -compounded/U -compounder/M -compound/RDMBGS -comprehend/DGS -comprehending/U -comprehensibility/SIM -comprehensibleness/IM -comprehensible/PI -comprehensibly/I -comprehension/IMS -comprehensiveness/SM -comprehensive/YPS -compressed/Y -compressibility/IM -compressible/I -compressional -compression/CSM -compressive/Y -compressor/MS -compress/SDUGC -comprise/GSD -compromiser/M -compromise/SRDGMZ -compromising/UY -Compton/M -comptroller/SM -compulsion/SM -compulsiveness/MS -compulsive/PYS -compulsivity -compulsorily -compulsory/S -compunction/MS -Compuserve/M -CompuServe/M -computability/M -computable/UI -computably -computational/Y -computation/SM -computed/A -computerese -computerization/MS -computerize/SDG -computer/M -compute/RSDZBG -computes/A -computing/A -comradely/P -comradeship/MS -comrade/YMS -Comte/M -Conakry/M -Conan/M -Conant/M -concatenate/XSDG -concaveness/MS -concave/YP -conceal/BSZGRDL -concealed/U -concealer/M -concealing/Y -concealment/MS -conceded/Y -conceitedness/SM -conceited/YP -conceit/SGDM -conceivable/IU -conceivably/I -conceive/BGRSD -conceiver/M -concentrate/VNGSDX -concentration/M -concentrator/MS -concentrically -Concepción/M -conceptional -conception/MS -concept/SVM -conceptuality/M -conceptualization/A -conceptualizations -conceptualization's -conceptualize/DRSG -conceptualizing/A -conceptual/Y -concerned/YU -concern/USGD -concerted/PY -concert/EDSG -concertina/MDGS -concertize/GDS -concertmaster/MS -concerto/SM -concert's -concessionaire/SM -concessional -concessionary -concession/R -Concetta/M -Concettina/M -Conchita/M -conch/MDG -conchs -concierge/SM -conciliar -conciliate/GNVX -conciliation/ASM -conciliator/MS -conciliatory/A -conciseness/SM -concise/TYRNPX -concision/M -conclave/S -concluder/M -conclude/RSDG -conclusion/SM -conclusive/IPY -conclusiveness/ISM -concocter/M -concoction/SM -concoct/RDVGS -concomitant/YS -concordance/MS -concordant/Y -concordat/SM -Concorde/M -Concordia/M -Concord/MS -concourse -concreteness/MS -concrete/NGXRSDPYM -concretion/M -concubinage/SM -concubine/SM -concupiscence/SM -concupiscent -concurrence/MS -concur/S -concussion/MS -concuss/VD -condemnate/XN -condemnation/M -condemnatory -condemner/M -condemn/ZSGRDB -condensate/NMXS -condensation/M -condenser/M -condense/ZGSD -condensible -condescend -condescending/Y -condescension/MS -condign -condiment/SM -condition/AGSJD -conditionals -conditional/UY -conditioned/U -conditioner/MS -conditioning/M -condition's -condole -condolence/MS -condominium/MS -condom/SM -condone/GRSD -condoner/M -Condorcet/M -condor/MS -condo/SM -conduce/VGSD -conduciveness/M -conducive/P -conductance/SM -conductibility/SM -conductible -conduction/MS -conductive/Y -conductivity/MS -conductor/MS -conductress/MS -conduct/V -conduit/MS -coneflower/M -Conestoga -coney's -confabbed -confabbing -confab/MS -confabulate/XSDGN -confabulation/M -confectioner/M -confectionery/SM -confectionist -confection/RDMGZS -confect/S -Confederacy/M -confederacy/MS -confederate/M -Confederate/S -conferee/MS -conference/DSGM -conferrable -conferral/SM -conferred -conferrer/SM -conferring -confer/SB -confessed/Y -confessional/SY -confession/MS -confessor/SM -confetti/M -confidante/SM -confidant/SM -confidence/SM -confidentiality/MS -confidentialness/M -confidential/PY -confident/Y -confider/M -confide/ZGRSD -confiding/PY -configuration/ASM -configure/AGSDB -confined/U -confine/L -confinement/MS -confiner/M -confirm/AGDS -confirmation/ASM -confirmatory -confirmedness/M -confirmed/YP -confiscate/DSGNX -confiscation/M -confiscator/MS -confiscatory -conflagration/MS -conflate/NGSDX -conflation/M -conflicting/Y -conflict/SVGDM -confluence/MS -conformable/U -conformal -conformance/SM -conformational/Y -conform/B -conformer/M -conformism/SM -conformist/SM -conformities -conformity/MUI -confounded/Y -confound/R -confrère/MS -confrontational -confrontation/SM -confronter/M -confront/Z -Confucianism/SM -Confucian/S -Confucius/M -confusedness/M -confused/PY -confuse/RBZ -confusing/Y -confutation/MS -confute/GRSD -confuter/M -conga/MDG -congeal/GSDL -congealment/MS -congeniality/UM -congenial/U -congeries/M -conger/SM -congestion/MS -congest/VGSD -conglomerate/XDSNGVM -conglomeration/M -Cong/M -Congolese -Congo/M -congrats -congratulate/NGXSD -congratulation/M -congratulatory -congregate/DSXGN -congregational -Congregational -congregationalism/MS -congregationalist/MS -Congregationalist/S -congregation/M -congressional/Y -congressman/M -congressmen -Congress/MS -congress/MSDG -congresspeople -congressperson/S -congresswoman/M -congresswomen -Congreve/M -congruence/IM -congruences -congruency/M -congruential -congruent/YI -congruity/MSI -congruousness/IM -congruous/YIP -conicalness/M -conical/PSY -conic/S -conics/M -conifer/MS -coniferous -conjectural/Y -conjecture/GMDRS -conjecturer/M -conjoint -conjugacy -conjugal/Y -conjugate/XVNGYSDP -conjugation/M -conjunct/DSV -conjunctiva/MS -conjunctive/YS -conjunctivitis/SM -conjuration/MS -conjurer/M -conjure/RSDZG -conjuring/M -conker/M -conk/ZDR -Conley/M -Con/M -conman -connect/ADGES -connectedly/E -connectedness/ME -connected/U -connectible -Connecticut/M -connection/AME -connectionless -connections/E -connective/SYM -connectivity/MS -connector/MS -Connelly/M -Conner/M -Connery/M -connexion/MS -Conney/M -conn/GVDR -Connie/M -Conni/M -conniption/MS -connivance/MS -conniver/M -connive/ZGRSD -connoisseur/MS -Connor/SM -connotative/Y -Conn/RM -connubial/Y -Conny/M -conquerable/U -conquered/AU -conqueror/MS -conquer/RDSBZG -conquers/A -conquest/ASM -conquistador/MS -Conrade/M -Conrad/M -Conrado/M -Conrail/M -Conroy/M -Consalve/M -consanguineous/Y -consanguinity/SM -conscienceless -conscientiousness/MS -conscientious/YP -conscionable/U -consciousness/MUS -conscious/UYSP -conscription/SM -consecrated/AU -consecrates/A -consecrate/XDSNGV -consecrating/A -consecration/AMS -consecutiveness/M -consecutive/YP -consensus/SM -consenter/M -consenting/Y -consent/SZGRD -consequence -consequentiality/S -consequential/IY -consequentialness/M -consequently/I -consequent/PSY -conservancy/SM -conservationism -conservationist/SM -conservation/SM -conservatism/SM -conservativeness/M -Conservative/S -conservative/SYP -conservator/MS -conservatory/MS -con/SGM -considerable/I -considerables -considerably/I -considerateness/MSI -considerate/XIPNY -consideration/ASMI -considered/U -considerer/M -consider/GASD -considering/S -consign/ASGD -consignee/SM -consignment/SM -consist/DSG -consistence/S -consistency/IMS -consistent/IY -consistory/MS -consolable/I -Consolata/M -consolation/MS -consolation's/E -consolatory -consoled/U -consoler/M -console/ZBG -consolidated/AU -consolidate/NGDSX -consolidates/A -consolidation/M -consolidator/SM -consoling/Y -consommé/S -consonance/IM -consonances -consonantal -consonant/MYS -consortia -consortium/M -conspectus/MS -conspicuousness/IMS -conspicuous/YIP -conspiracy/MS -conspiratorial/Y -conspirator/SM -constable -Constable/M -constabulary/MS -constance -Constance/M -Constancia/M -constancy/IMS -Constancy/M -Constanta/M -Constantia/M -Constantina/M -Constantine/M -Constantin/M -Constantino/M -Constantinople/M -constant/IY -constants -constellation/SM -consternate/XNGSD -consternation/M -constipate/XDSNG -constipation/M -constituency/MS -constituent/SYM -constituted/A -constitute/NGVXDS -constitutes/A -constituting/A -Constitution -constitutionality's -constitutionality/US -constitutionally/U -constitutional/SY -constitution/AMS -constitutive/Y -constrain -constrainedly -constrained/U -constraint/MS -constriction/MS -constrictor/MS -constrict/SDGV -construable -construct/ASDGV -constructibility -constructible/A -constructional/Y -constructionist/MS -construction/MAS -constructions/C -constructiveness/SM -constructive/YP -constructor/MS -construe/GSD -Consuela/M -Consuelo/M -consular/S -consulate/MS -consul/KMS -consulship/MS -consultancy/S -consultant/MS -consultation/SM -consultative -consulted/A -consulter/M -consult/RDVGS -consumable/S -consumed/Y -consume/JZGSDB -consumerism/MS -consumerist/S -consumer/M -consuming/Y -consummate/DSGVY -consummated/U -consumption/SM -consumptive/YS -cont -contact/BGD -contacted/A -contact's/A -contacts/A -contagion/SM -contagiousness/MS -contagious/YP -containerization/SM -containerize/GSD -container/M -containment/SM -contain/SLZGBRD -contaminant/SM -contaminated/AU -contaminates/A -contaminate/SDCXNG -contaminating/A -contamination/CM -contaminative -contaminator/MS -contd -cont'd -contemn/SGD -contemplate/DVNGX -contemplation/M -contemplativeness/M -contemplative/PSY -contemporaneity/MS -contemporaneousness/M -contemporaneous/PY -contemptibleness/M -contemptible/P -contemptibly -contempt/M -contemptuousness/SM -contemptuous/PY -contentedly/E -contentedness/SM -contented/YP -content/EMDLSG -contention/MS -contentiousness/SM -contentious/PY -contently -contentment/ES -contentment's -conterminous/Y -contestable/I -contestant/SM -contested/U -contextualize/GDS -contiguity/MS -contiguousness/M -contiguous/YP -continence/ISM -Continental/S -continental/SY -continent/IY -Continent/M -continents -continent's -contingency/SM -contingent/SMY -continua -continuable -continual/Y -continuance/ESM -continuant/M -continuation/ESM -continue/ESDG -continuer/M -continuity/SEM -continuousness/M -continuous/YE -continuum/M -contortionist/SM -contortion/MS -contort/VGD -contour -contraband/SM -contrabass/M -contraception/SM -contraceptive/S -contract/DG -contractible -contractile -contractual/Y -contradict/GDS -contradiction/MS -contradictorily -contradictoriness/M -contradictory/PS -contradistinction/MS -contraflow/S -contrail/M -contraindicate/SDVNGX -contraindication/M -contralto/SM -contrapositive/S -contraption/MS -contrapuntal/Y -contrariety/MS -contrarily -contrariness/MS -contrariwise -contrary/PS -contra/S -contrasting/Y -contrastive/Y -contrast/SRDVGZ -contravene/GSRD -contravener/M -contravention/MS -Contreras/M -contretemps/M -contribute/XVNZRD -contribution/M -contributive/Y -contributorily -contributor/SM -contributory/S -contriteness/M -contrite/NXP -contrition/M -contrivance/SM -contriver/M -contrive/ZGRSD -control/CS -controllability/M -controllable/IU -controllably/U -controlled/CU -controller/SM -controlling/C -control's -controversialists -controversial/UY -controversy/MS -controvert/DGS -controvertible/I -contumacious/Y -contumacy/MS -contumelious -contumely/MS -contuse/NGXSD -contusion/M -conundrum/SM -conurbation/MS -convalesce/GDS -convalescence/SM -convalescent/S -convect/DSVG -convectional -convection/MS -convector -convene/ASDG -convener/MS -convenience/ISM -convenient/IY -conventicle/SM -conventionalism/M -conventionalist/M -conventionality/SUM -conventionalize/GDS -conventional/UY -convention/MA -conventions -convergence/MS -convergent -conversant/Y -conversationalist/SM -conversational/Y -conversation/SM -conversazione/M -converse/Y -conversion/AM -conversioning -converted/U -converter/MS -convert/GADS -convertibility's/I -convertibility/SM -convertibleness/M -convertible/PS -convexity/MS -convex/Y -conveyance/DRSGMZ -conveyancer/M -conveyancing/M -convey/BDGS -conveyor/MS -conviction/MS -convict/SVGD -convinced/U -convincer/M -convince/RSDZG -convincingness/M -convincing/PUY -conviviality/MS -convivial/Y -convoke/GSD -convolute/XDNY -convolution/M -convolve/C -convolved -convolves -convolving -convoy/GMDS -convulse/SDXVNG -convulsion/M -convulsiveness/M -convulsive/YP -Conway/M -cony/SM -coo/GSD -cookbook/SM -cooked/AU -Cooke/M -cooker/M -cookery/MS -cook/GZDRMJS -Cookie/M -cookie/SM -cooking/M -Cook/M -cookout/SM -cooks/A -cookware/SM -cooky's -coolant/SM -cooled/U -cooler/M -Cooley/M -coolheaded -Coolidge/M -coolie/MS -coolness/MS -cool/YDRPJGZTS -coon/MS! -coonskin/MS -cooperage/MS -cooperate/VNGXSD -cooperation/M -cooperativeness/SM -cooperative/PSY -cooperator/MS -cooper/GDM -Cooper/M -coop/MDRGZS -Coop/MR -coordinated/U -coordinateness/M -coordinate/XNGVYPDS -coordination/M -coordinator/MS -Coors/M -cootie/SM -coot/MS -copay/S -Copeland/M -Copenhagen/M -coper/M -Copernican -Copernicus/M -cope/S -copied/A -copier/M -copies/A -copilot/SM -coping/M -copiousness/SM -copious/YP -coplanar -Copland/M -Copley/M -copolymer/MS -copora -copped -Copperfield/M -copperhead/MS -copper/MSGD -copperplate/MS -coppersmith/M -coppersmiths -coppery -coppice's -copping -Coppola/M -copra/MS -coprolite/M -coprophagous -copse/M -cops/GDS -cop/SJMDRG -copter/SM -Coptic/M -copula/MS -copulate/XDSNGV -copulation/M -copulative/S -copybook/MS -copycat/SM -copycatted -copycatting -copyist/SM -copy/MZBDSRG -copyrighter/M -copyright/MSRDGZ -copywriter/MS -coquetry/MS -coquette/DSMG -coquettish/Y -Corabella/M -Corabelle/M -Corabel/M -coracle/SM -Coralie/M -Coraline/M -coralline -Coral/M -coral/SM -Coralyn/M -Cora/M -corbel/GMDJS -Corbet/M -Corbett/M -Corbie/M -Corbin/M -Corby/M -cordage/MS -corded/AE -Cordelia/M -Cordelie/M -Cordell/M -corder/AM -Cordey/M -cord/FSAEM -cordiality/MS -cordialness/M -cordial/PYS -Cordie/M -cordillera/MS -Cordilleras -Cordi/M -cording/MA -cordite/MS -cordless -Cord/M -Cordoba -cordon/DMSG -cordovan/SM -Cordula/M -corduroy/GDMS -Cordy/M -cored/A -Coreen/M -Corella/M -core/MZGDRS -Corenda/M -Corene/M -corer/M -corespondent/MS -Coretta/M -Corette/M -Corey/M -Corfu/M -corgi/MS -coriander/SM -Corie/M -Corilla/M -Cori/M -Corina/M -Corine/M -coring/M -Corinna/M -Corinne/M -Corinthian/S -Corinthians/M -Corinth/M -Coriolanus/M -Coriolis/M -Corissa/M -Coriss/M -corked/U -corker/M -cork/GZDRMS -Cork/M -corkscrew/DMGS -corks/U -Corliss/M -Corly/M -Cormack/M -corm/MS -cormorant/MS -Cornall/M -cornball/SM -cornbread/S -corncob/SM -corncrake/M -corneal -cornea/SM -Corneille/M -Cornela/M -Cornelia/M -Cornelius/M -Cornelle/M -Cornell/M -corner/GDM -cornerstone/MS -cornet/SM -Corney/M -cornfield/SM -cornflake/S -cornflour/M -cornflower/SM -corn/GZDRMS -cornice/GSDM -Cornie/M -cornily -corniness/S -Cornish/S -cornmeal/S -cornrow/GDS -cornstalk/MS -cornstarch/SM -cornucopia/MS -Cornwallis/M -Cornwall/M -Corny/M -corny/RPT -corolla/MS -corollary/SM -Coronado/M -coronal/MS -coronary/S -corona/SM -coronate/NX -coronation/M -coroner/MS -coronet/DMS -Corot/M -coroutine/SM -Corp -corporal/SYM -corpora/MS -corporate/INVXS -corporately -corporation/MI -corporatism/M -corporatist -corporeality/MS -corporeal/IY -corporealness/M -corp/S -corpse/M -corpsman/M -corpsmen -corps/SM -corpulence/MS -corpulentness/S -corpulent/YP -corpuscle/SM -corpuscular -corpus/M -corr -corralled -corralling -corral/MS -correctable/U -correct/BPSDRYTGV -corrected/U -correctional -correction/MS -corrective/YPS -correctly/I -correctness/MSI -corrector/MS -Correggio/M -correlated/U -correlate/SDXVNG -correlation/M -correlative/YS -Correna/M -correspond/DSG -correspondence/MS -correspondent/SM -corresponding/Y -Correy/M -Corrianne/M -corridor/SM -Corrie/M -corrigenda -corrigendum/M -corrigible/I -Corri/M -Corrina/M -Corrine/M -Corrinne/M -corroborated/U -corroborate/GNVXDS -corroboration/M -corroborative/Y -corroborator/MS -corroboratory -corrode/SDG -corrodible -corrosion/SM -corrosiveness/M -corrosive/YPS -corrugate/NGXSD -corrugation/M -corrupt/DRYPTSGV -corrupted/U -corrupter/M -corruptibility/SMI -corruptible/I -corruption/IM -corruptions -corruptive/Y -corruptness/MS -Corry/M -corsage/MS -corsair/SM -corset/GMDS -Corsica/M -Corsican/S -cortège/MS -Cortes/S -cortex/M -Cortez's -cortical/Y -cortices -corticosteroid/SM -Cortie/M -cortisone/SM -Cortland/M -Cort/M -Cortney/M -Corty/M -corundum/MS -coruscate/XSDGN -coruscation/M -Corvallis/M -corvette/MS -Corvus/M -Cory/M -Cos -Cosby/M -Cosetta/M -Cosette/M -cos/GDS -cosignatory/MS -cosign/SRDZG -cosily -Cosimo/M -cosine/MS -cosiness/MS -Cosme/M -cosmetically -cosmetician/MS -cosmetic/SM -cosmetologist/MS -cosmetology/MS -cosmic -cosmical/Y -cosmogonist/MS -cosmogony/SM -cosmological/Y -cosmologist/MS -cosmology/SM -Cosmo/M -cosmonaut/MS -cosmopolitanism/MS -cosmopolitan/SM -cosmos/SM -cosponsor/DSG -cossack/S -Cossack/SM -cosset/GDS -Costa/M -Costanza/M -costarred -costarring -costar/S -Costello/M -costiveness/M -costive/PY -costless -costliness/SM -costly/RTP -cost/MYGVJS -Costner/M -costumer/M -costume/ZMGSRD -cotangent/SM -Cote/M -cote/MS -coterie/MS -coterminous/Y -cotillion/SM -Cotonou/M -Cotopaxi/M -cot/SGMD -cottager/M -cottage/ZMGSRD -cottar's -cotted -cotter/SDM -cotton/GSDM -Cotton/M -cottonmouth/M -cottonmouths -cottonseed/MS -cottontail/SM -cottonwood/SM -cottony -cotyledon/MS -couching/M -couch/MSDG -cougar/MS -cougher/M -cough/RDG -coughs -couldn't -could/T -could've -coulée/MS -Coulomb/M -coulomb/SM -councilman/M -councilmen -councilor/MS -councilperson/S -council/SM -councilwoman/M -councilwomen -counsel/GSDM -counsellings -counselor/MS -countability/E -countable/U -countably/U -countdown/SM -counted/U -count/EGARDS -countenance/EGDS -countenancer/M -countenance's -counteract/DSVG -counteraction/SM -counterargument/SM -counterattack/DRMGS -counterbalance/MSDG -counterclaim/GSDM -counterclockwise -counterculture/MS -countercyclical -counterespionage/MS -counterexample/S -counterfeiter/M -counterfeit/ZSGRD -counterflow -counterfoil/MS -counterforce/M -counter/GSMD -counterinsurgency/MS -counterintelligence/MS -counterintuitive -countermand/DSG -counterman/M -countermeasure/SM -countermen -counteroffensive/SM -counteroffer/SM -counterpane/SM -counterpart/SM -counterpoint/GSDM -counterpoise/GMSD -counterproductive -counterproposal/M -counterrevolutionary/MS -counterrevolution/MS -counter's/E -counters/E -countersignature/MS -countersign/SDG -countersink/SG -counterspy/MS -counterstrike -countersunk -countertenor/SM -countervail/DSG -counterweight/GMDS -countess/MS -countless/Y -countrify/D -countryman/M -countrymen -country/MS -countryside/MS -countrywide -countrywoman/M -countrywomen -county/SM -coup/ASDG -coupe/MS -Couperin/M -couple/ACU -coupled/CU -coupler/C -couplers -coupler's -couple's -couples/CU -couplet/SM -coupling's/C -coupling/SM -coupon/SM -coup's -courage/MS -courageously -courageousness/MS -courageous/U -courages/E -Courbet/M -courgette/MS -courier/GMDS -course/EGSRDM -courser's/E -courser/SM -course's/AF -courses/FA -coursework -coursing/M -Courtenay/M -courteousness/EM -courteousnesses -courteous/PEY -courtesan/MS -courtesied -courtesy/ESM -courtesying -court/GZMYRDS -courthouse/MS -courtier/SM -courtliness/MS -courtly/RTP -Court/M -Courtnay/M -Courtney/M -courtroom/MS -courtship/SM -courtyard/SM -couscous/MS -cousinly/U -cousin/YMS -Cousteau/M -couture/SM -couturier/SM -covalent/Y -covariance/SM -covariant/S -covariate/SN -covary -cove/DRSMZG -covenanted/U -covenanter/M -covenant/SGRDM -coven/SM -Covent/M -Coventry/MS -coverable/E -cover/AEGUDS -coverage/MS -coverall/DMS -coverer/AME -covering/MS -coverlet/MS -coversheet -covers/M -covertness/SM -covert/YPS -coveter/M -coveting/Y -covetousness/SM -covetous/PY -covet/SGRD -covey/SM -covington -cowardice/MS -cowardliness/MS -cowardly/P -Coward/M -coward/MYS -cowbell/MS -cowbird/MS -cowboy/MS -cowcatcher/SM -cowed/Y -cowering/Y -cower/RDGZ -cowgirl/MS -cowhand/S -cowherd/SM -cowhide/MGSD -Cowley/M -cowlick/MS -cowling/M -cowl/SGMD -cowman/M -cow/MDRSZG -cowmen -coworker/MS -Cowper/M -cowpoke/MS -cowpony -cowpox/MS -cowpuncher/M -cowpunch/RZ -cowrie/SM -cowshed/SM -cowslip/MS -coxcomb/MS -Cox/M -cox/MDSG -coxswain/GSMD -coy/CDSG -coyer -coyest -coyly -Coy/M -coyness/MS -coyote/SM -coypu/SM -cozenage/MS -cozen/SGD -cozily -coziness/MS -Cozmo/M -Cozumel/M -cozy/DSRTPG -CPA -cpd -CPI -cpl -Cpl -CPO -CPR -cps -CPU/SM -crabapple -crabbedness/M -crabbed/YP -Crabbe/M -crabber/MS -crabbily -crabbiness/S -crabbing/M -crabby/PRT -crabgrass/S -crablike -crab/MS -crackable/U -crackdown/MS -crackerjack/S -cracker/M -crackle/GJDS -crackling/M -crackly/RT -crackpot/SM -crackup/S -crack/ZSBYRDG -cradler/M -cradle/SRDGM -cradling/M -craftily -craftiness/SM -Craft/M -craft/MRDSG -craftsman/M -craftsmanship/SM -craftsmen -craftspeople -craftspersons -craftswoman -craftswomen -crafty/TRP -Craggie/M -cragginess/SM -Craggy/M -craggy/RTP -crag/SM -Craig/M -Cramer/M -crammed -crammer/M -cramming -cramper/M -cramp/MRDGS -crampon/SM -cram/S -Cranach/M -cranberry/SM -Crandall/M -crane/DSGM -cranelike -Crane/M -Cranford/M -cranial -cranium/MS -crankcase/MS -crankily -crankiness/MS -crank/SGTRDM -crankshaft/MS -cranky/TRP -Cranmer/M -cranny/DSGM -Cranston/M -crape/SM -crapped -crappie/M -crapping -crappy/RST -crapshooter/SM -crap/SMDG! -crasher/M -crashing/Y -crash/SRDGZ -crassness/MS -crass/TYRP -crate/DSRGMZ -crater/DMG -Crater/M -cravat/SM -cravatted -cravatting -crave/DSRGJ -cravenness/SM -craven/SPYDG -craver/M -craving/M -crawdad/S -crawfish's -Crawford/M -crawler/M -crawl/RDSGZ -crawlspace/S -crawlway -crawly/TRS -craw/SYM -crayfish/GSDM -Crayola/M -crayon/GSDM -Cray/SM -craze/GMDS -crazily -craziness/MS -crazy/SRTP -creakily -creakiness/SM -creak/SDG -creaky/PTR -creamer/M -creamery/MS -creamily -creaminess/SM -cream/SMRDGZ -creamy/TRP -creased/CU -crease/IDRSG -crease's -creases/C -creasing/C -created/U -create/XKVNGADS -creationism/MS -creationist/MS -Creation/M -creation/MAK -creativeness/SM -creative/YP -creativities -creativity/K -creativity's -Creator/M -creator/MS -creatureliness/M -creaturely/P -creature/YMS -crèche/SM -credence/MS -credent -credential/SGMD -credenza/SM -credibility/IMS -credible/I -credibly/I -creditability/M -creditableness/M -creditable/P -creditably/E -credited/U -credit/EGBSD -creditor/MS -credit's -creditworthiness -credo/SM -credulity/ISM -credulous/IY -credulousness/SM -creedal -creed/C -creeds -creed's -creekside -creek/SM -Creek/SM -creel/SMDG -Cree/MDS -creeper/M -creepily -creepiness/SM -creep/SGZR -creepy/PRST -Creigh/M -Creight/M -Creighton/M -cremate/XDSNG -cremation/M -crematoria -crematorium/MS -crematory/S -creme/S -crenelate/XGNSD -crenelation/M -Creole/MS -creole/SM -Creon/M -creosote/MGDS -crepe/DSGM -crept -crescendoed -crescendoing -crescendo/SCM -crescent/MS -cress/S -crestfallenness/M -crestfallen/PY -cresting/M -crestless -crest/SGMD -Crestview/M -cretaceous -Cretaceously/M -Cretaceous/Y -Cretan/S -Crete/M -cretinism/MS -cretin/MS -cretinous -cretonne/SM -crevasse/DSMG -crevice/SM -crew/DMGS -crewel/SM -crewelwork/SM -crewman/M -crewmen -cribbage/SM -cribbed -cribber/SM -cribbing/M -crib/SM -Crichton/M -cricketer/M -cricket/SMZRDG -crick/GDSM -Crick/M -cried/C -crier/CM -cries/C -Crimea/M -Crimean -crime/GMDS -criminality/MS -criminalization/C -criminalize/GC -criminal/SYM -criminologist/SM -criminology/MS -crimper/M -crimp/RDGS -crimson/DMSG -cringer/M -cringe/SRDG -crinkle/DSG -crinkly/TRS -Crin/M -crinoline/SM -cripple/GMZDRS -crippler/M -crippling/Y -Crisco/M -crises -crisis/M -Cris/M -crisper/M -crispiness/SM -crispness/MS -crisp/PGTYRDS -crispy/RPT -criss -crisscross/GDS -Crissie/M -Crissy/M -Cristabel/M -Cristal/M -Crista/M -Cristen/M -Cristian/M -Cristiano/M -Cristie/M -Cristi/M -Cristina/M -Cristine/M -Cristin/M -Cristionna/M -Cristobal/M -Cristy/M -criteria -criterion/M -criticality -critically/U -criticalness/M -critical/YP -criticism/MS -criticized/U -criticize/GSRDZ -criticizer/M -criticizes/A -criticizingly/S -criticizing/UY -critic/MS -critique/MGSD -critter/SM -Cr/M -croaker/M -croak/SRDGZ -croaky/RT -Croatia/M -Croatian/S -Croat/SM -Croce/M -crocheter/M -crochet/RDSZJG -crockery/SM -Crockett/M -Crockpot/M -crock/SGRDM -crocodile/MS -crocus/SM -Croesus/SM -crofter/M -croft/MRGZS -croissant/MS -Croix/M -Cromwellian -Cromwell/M -crone/SM -Cronin/M -Cronkite/M -Cronus/M -crony/SM -crookedness/SM -crooked/TPRY -Crookes/M -crookneck/MS -crook/SGDM -crooner/M -croon/SRDGZ -cropland/MS -crop/MS -cropped -cropper/SM -cropping -croquet/MDSG -croquette/SM -Crosby/M -crosier/SM -crossarm -crossbarred -crossbarring -crossbar/SM -crossbeam/MS -crossbones -crossbowman/M -crossbowmen -crossbow/SM -crossbred/S -crossbreed/SG -crosscheck/SGD -crosscurrent/SM -crosscut/SM -crosscutting -crossed/UA -crosses/UA -crossfire/SM -crosshatch/GDS -crossing/M -Cross/M -crossness/MS -crossover/MS -crosspatch/MS -crosspiece/SM -crosspoint -crossproduct/S -crossroad/GSM -crossroads/M -crosstalk/M -crosstown -crosswalk/MS -crossway/M -crosswind/SM -crosswise -crossword/MS -cross/ZTYSRDMPBJG -crotchetiness/M -crotchet/MS -crotchety/P -crotchless -crotch/MDS -crouch/DSG -croupier/M -croup/SMDG -croupy/TZR -croûton/MS -crowbait -crowbarred -crowbarring -crowbar/SM -crowdedness/M -crowded/P -crowd/MRDSG -crowfeet -crowfoot/M -crow/GDMS -Crowley/M -crowned/U -crowner/M -crown/RDMSJG -crozier's -CRT/S -crucial/Y -crucible/MS -crucifiable -crucifixion/MS -Crucifixion/MS -crucifix/SM -cruciform/S -crucify/NGDS -crudded -crudding -cruddy/TR -crudeness/MS -crude/YSP -crudités -crudity/MS -crud/STMR -cruelness/MS -cruelty/SM -cruel/YRTSP -cruet/MS -cruft -crufty -Cruikshank/M -cruise/GZSRD -cruiser/M -cruller/SM -crumb/GSYDM -crumble/DSJG -crumbliness/MS -crumbly/PTRS -crumby/RT -crumminess/S -crummy/SRTP -crump -crumpet/SM -crumple/DSG -crunch/DSRGZ -crunchiness/MS -crunchy/TRP -crupper/MS -crusade/GDSRMZ -crusader/M -cruse/MS -crushable/U -crusher/M -crushing/Y -crushproof -crush/SRDBGZ -Crusoe/M -crustacean/MS -crustal -crust/GMDS -crustily -crustiness/SM -crusty/SRTP -crutch/MDSG -Crux/M -crux/MS -Cruz/M -crybaby/MS -cry/JGDRSZ -cryogenic/S -cryogenics/M -cryostat/M -cryosurgery/SM -cryptanalysis/M -cryptanalyst/M -cryptanalytic -crypt/CS -cryptic -cryptically -cryptogram/MS -cryptographer/MS -cryptographic -cryptographically -cryptography/MS -cryptologic -cryptological -cryptologist/M -cryptology/M -Cryptozoic/M -crypt's -crystalline/S -crystallite/SM -crystallization/AMS -crystallized/UA -crystallizes/A -crystallize/SRDZG -crystallizing/A -crystallographer/MS -crystallographic -crystallography/M -Crystal/M -crystal/SM -Crysta/M -Crystie/M -Cs -C's -cs/EA -cs's -CST -ct -CT -Cthrine/M -Ct/M -ctn -ctr -Cuba/M -Cuban/S -cubbed -cubbing -cubbyhole/MS -cuber/M -cube/SM -cubical/Y -cubicle/SM -cubic/YS -cubism/SM -cubist/MS -cubit/MS -cub/MDRSZG -cuboid -Cuchulain/M -cuckold/GSDM -cuckoldry/MS -cuckoo/SGDM -cucumber/MS -cuddle/GSD -cuddly/TRP -cu/DG -cudgel/GSJMD -cud/MS -cue/MS -cuff/GSDM -Cuisinart/M -cuisine/MS -Culbertson/M -culinary -Cullan/M -cull/DRGS -cullender's -Cullen/M -culler/M -Culley/M -Cullie/M -Cullin/M -Cull/MN -Cully/M -culminate/XSDGN -culmination/M -culotte/S -culpability/MS -culpable/I -culpableness/M -culpably -culpa/SM -culprit/SM -cultism/SM -cultist/SM -cultivable -cultivated/U -cultivate/XBSDGN -cultivation/M -cultivator/SM -cult/MS -cultural/Y -cultured/U -culture/SDGM -Culver/MS -culvert/SM -Cu/M -cumber/DSG -Cumberland/M -cumbersomeness/MS -cumbersome/YP -cumbrous -cumin/MS -cummerbund/MS -Cummings -cumquat's -cum/S -cumulate/XVNGSD -cumulation/M -cumulative/Y -cumuli -cumulonimbi -cumulonimbus/M -cumulus/M -Cunard/M -cuneiform/S -cunnilingus/SM -Cunningham/M -cunningness/M -cunning/RYSPT -cunt/SM! -cupboard/SM -cupcake/SM -Cupertino/M -cupful/SM -cupidinously -cupidity/MS -Cupid/M -cupid/S -cup/MS -cupola/MDGS -cupped -cupping/M -cupric -cuprous -curability/MS -curable/IP -curableness/MI -curably/I -Curacao/M -curacy/SM -curare/MS -curate/VGMSD -curative/YS -curatorial -curator/KMS -curbing/M -curbside -curb/SJDMG -curbstone/MS -Curcio/M -curdle/SDG -curd/SMDG -cured/U -cure/KBDRSGZ -curer/MK -curettage/SM -curfew/SM -curfs -curiae -curia/M -cur/IBS -Curie/M -curie/SM -curiosity/SM -curio/SM -curiousness/SM -curious/TPRY -Curitiba/M -curium/MS -curler/SM -curlew/MS -curlicue/MGDS -curliness/SM -curling/M -curl/UDSG -curlycue's -curly/PRT -curmudgeon/MYS -Curran/M -currant/SM -curred/AFI -currency's -currency/SF -current/FSY -currently/A -currentness/M -Currey/M -curricle/M -curricula -curricular -curriculum/M -Currie/M -currier/M -Currier/M -curring/FAI -Curr/M -currycomb/DMGS -Curry/MR -curry/RSDMG -cur's -curs/ASDVG -curse/A -cursedness/M -cursed/YRPT -curse's -cursive/EPYA -cursiveness/EM -cursives -cursor/DMSG -cursorily -cursoriness/SM -cursory/P -curtailer/M -curtail/LSGDR -curtailment/SM -curtain/GSMD -Curtice/M -Curtis/M -Curt/M -curtness/MS -curtsey's -curtsy/SDMG -curt/TYRP -curvaceousness/S -curvaceous/YP -curvature/MS -curved/A -curved's -curve/DSGM -curvilinearity/M -curvilinear/Y -curving/M -curvy/RT -cushion/SMDG -Cushman/M -cushy/TR -cuspid/MS -cuspidor/MS -cusp/MS -cussedness/M -cussed/YP -cuss/EGDSR -cusses/F -cussing/F -cuss's -custard/MS -Custer/M -custodial -custodianship/MS -custodian/SM -custody/MS -customarily -customariness/M -customary/PS -customer/M -customhouse/S -customization/SM -customize/ZGBSRD -custom/SMRZ -cutaneous/Y -cutaway/SM -cutback/SM -cuteness/MS -cute/SPY -cutesy/RT -cuticle/SM -cutlass/MS -cutler/SM -cutlery/MS -cutlet/SM -cut/MRST -cutoff/MS -cutout/SM -cutter/SM -cutthroat/SM -cutting/MYS -cuttlebone/SM -cuttlefish/MS -cuttle/M -cutup/MS -cutworm/MS -Cuvier/M -Cuzco/M -CV -cw -cwt -Cyanamid/M -cyanate/M -cyanic -cyanide/GMSD -cyan/MS -cyanogen/M -Cybele/M -cybernetic/S -cybernetics/M -cyberpunk/S -cyberspace/S -Cybill/M -Cybil/M -Cyb/M -cyborg/S -Cyclades -cyclamen/MS -cycle/ASDG -cycler -cycle's -cycleway/S -cyclic -cyclical/SY -cycling/M -cyclist/MS -cyclohexanol -cycloidal -cycloid/SM -cyclometer/MS -cyclone/SM -cyclonic -cyclopean -cyclopedia/MS -cyclopes -Cyclopes -cyclops -Cyclops/M -cyclotron/MS -cyder/SM -cygnet/MS -Cygnus/M -cylinder/GMDS -cylindric -cylindrical/Y -Cy/M -cymbalist/MS -cymbal/SM -Cymbre/M -Cynde/M -Cyndia/M -Cyndie/M -Cyndi/M -Cyndy/M -cynical/UY -cynicism/MS -cynic/MS -cynosure/SM -Cynthea/M -Cynthia/M -Cynthie/M -Cynthy/M -cypher/MGSD -cypreses -cypress/SM -Cyprian -Cypriot/SM -Cyprus/M -Cyrano/M -Cyrille/M -Cyrillic -Cyrill/M -Cyrillus/M -Cyril/M -Cyrus/M -cystic -cyst/MS -cytochemistry/M -cytochrome/M -cytologist/MS -cytology/MS -cytolysis/M -cytoplasmic -cytoplasm/SM -cytosine/MS -cytotoxic -CZ -czarevitch/M -czarina/SM -czarism/M -czarist/S -czarship -czar/SM -Czech -Czechoslovakia/M -Czechoslovakian/S -Czechoslovak/S -Czechs -Czerniak/M -Czerny/M -D -DA -dabbed -dabber/MS -dabbing -dabbler/M -dabble/RSDZG -dab/S -Dacca's -dace/MS -Dacey/M -dacha/SM -Dachau/M -dachshund/SM -Dacia/M -Dacie/M -Dacron/MS -dactylic/S -dactyl/MS -Dacy/M -Dadaism/M -dadaism/S -Dadaist/M -dadaist/S -Dada/M -daddy/SM -Dade/M -dado/DMG -dadoes -dad/SM -Daedalus/M -Dael/M -daemonic -daemon/SM -Daffie/M -Daffi/M -daffiness/S -daffodil/MS -Daffy/M -daffy/PTR -daftness/MS -daft/TYRP -DAG -dagger/DMSG -Dag/M -Dagmar/M -Dagny/M -Daguerre/M -daguerreotype/MGDS -Dagwood/M -Dahlia/M -dahlia/MS -Dahl/M -Dahomey/M -Daile/M -dailiness/MS -daily/PS -Daimler/M -daintily -daintiness/MS -dainty/TPRS -daiquiri/SM -dairying/M -dairyland -dairymaid/SM -dairyman/M -dairymen -dairy/MJGS -dairywoman/M -dairywomen -Daisey/M -Daisie/M -Daisi/M -dais/SM -Daisy/M -daisy/SM -Dakar/M -Dakotan -Dakota/SM -Dale/M -Dalenna/M -dale/SMH -daleth/M -Daley/M -Dalhousie/M -Dalia/M -Dalian/M -Dalila/M -Dali/SM -Dallas/M -dalliance/SM -dallier/M -Dalli/MS -Dall/M -Dallon/M -dally/ZRSDG -Dal/M -Dalmatia/M -dalmatian/S -Dalmatian/SM -Daloris/M -Dalston/M -Dalt/M -Dalton/M -Daly/M -damageable -damaged/U -damage/MZGRSD -damager/M -damaging/Y -Damara/M -Damaris/M -Damascus/M -damask/DMGS -dame/SM -Dame/SMN -Damian/M -Damiano/M -Damien/M -Damion/M -Damita/M -dam/MDS -dammed -damming -dammit/S -damnably -damnation/MS -damnedest/MS -damned/TR -damn/GSBRD -damning/Y -Damocles/M -Damon/M -damped/U -dampener/M -dampen/RDZG -damper/M -dampness/MS -damp/SGZTXYRDNP -damselfly/MS -damsel/MS -damson/MS -Danaë -Dana/M -Danbury/M -dancelike -dancer/M -dance/SRDJGZ -dandelion/MS -dander/DMGS -dandify/SDG -dandily -dandle/GSD -dandruff/MS -dandy/TRSM -Danelaw/M -Danella/M -Danell/M -Dane/SM -Danette/M -danger/DMG -Dangerfield/M -dangerousness/M -dangerous/YP -dangler/M -dangle/ZGRSD -dangling/Y -dang/SGZRD -Danial/M -Dania/M -Danica/M -Danice/M -Daniela/M -Daniele/M -Daniella/M -Danielle/M -Daniel/SM -Danielson/M -Danie/M -Danika/M -Danila/M -Dani/M -Danish -danish/S -Danita/M -Danit/M -dankness/MS -dank/TPYR -Danna/M -Dannel/M -Dannie/M -Danni/M -Dannye/M -Danny/M -danseuse/SM -Dan/SM -Dante/M -Danton/M -Danube/M -Danubian -Danville/M -Danya/M -Danyelle/M -Danyette/M -Danzig/M -Daphene/M -Daphna/M -Daphne/M -dapperness/M -dapper/PSTRY -dapple/SDG -Dara/M -Darbee/M -Darbie/M -Darb/M -Darby/M -Darcee/M -Darcey/M -Darcie/M -Darci/M -D'Arcy -Darcy/M -Darda/M -Dardanelles -daredevil/MS -daredevilry/S -Dareen/M -Darelle/M -Darell/M -Dare/M -Daren/M -darer/M -daresay -dare/ZGDRSJ -d'Arezzo -Daria/M -Darice/M -Darill/M -Dari/M -daringness/M -daring/PY -Darin/M -Dario/M -Darius/M -Darjeeling/M -darkener/M -darken/RDZG -dark/GTXYRDNSP -darkish -darkly/TR -darkness/MS -darkroom/SM -Darla/M -Darleen/M -Darlene/M -Darline/M -Darling/M -darlingness/M -Darlington/M -darling/YMSP -Darlleen/M -Dar/MNH -Darnall/M -darned/TR -Darnell/M -darner/M -darn/GRDZS -darning/M -Darn/M -Daron/M -DARPA/M -Darrelle/M -Darrell/M -Darrel/M -Darren/M -Darrick/M -Darrin/M -Darrow/M -Darryl/M -Darsey/M -Darsie/M -d'art -dartboard/SM -darter/M -Darth/M -Dartmouth/M -dart/MRDGZS -Darvon/M -Darwinian/S -Darwinism/MS -Darwinist/MS -Darwin/M -Darya/M -Daryle/M -Daryl/M -Daryn/M -Dasha/M -dashboard/SM -dasher/M -dash/GZSRD -dashiki/SM -dashing/Y -Dasie/M -Dasi/M -dastardliness/SM -dastardly/P -dastard/MYS -Dasya/M -DAT -database/DSMG -datafile -datagram/MS -data/M -Datamation/M -Datamedia/M -dataset/S -datedly -datedness -date/DRSMZGV -dated/U -dateless -dateline/DSMG -dater/M -Datha/M -dative/S -Datsun/M -datum/MS -dauber/M -daub/RDSGZ -Daugherty/M -daughter/MYS -Daumier/M -Daune/M -daunt/DSG -daunted/U -daunting/Y -dauntlessness/SM -dauntless/PY -dauphin/SM -Davao/M -Daveen/M -Dave/M -Daven/M -Davenport/M -davenport/MS -Daveta/M -Davey/M -Davida/M -Davidde/M -Davide/M -David/SM -Davidson/M -Davie/M -Davina/M -Davine/M -Davinich/M -Davin/M -Davis/M -Davita/M -davit/SM -Dav/MN -Davon/M -Davy/SM -dawdler/M -dawdle/ZGRSD -Dawes/M -Dawna/M -dawn/GSDM -Dawn/M -Dawson/M -daybed/S -daybreak/SM -daycare/S -daydreamer/M -daydream/RDMSZG -Dayle/M -daylight/GSDM -Day/M -Dayna/M -daysack -day/SM -daytime/SM -Dayton/M -dazed/PY -daze/DSG -dazzler/M -dazzle/ZGJRSD -dazzling/Y -db -DB -dbl -dB/M -DBMS -DC -DD -Ddene/M -DDS -DDT -DE -deacon/DSMG -deaconess/MS -deadbeat/SM -deadbolt/S -deadener/M -deadening/MY -deaden/RDG -deadhead/MS -deadline/MGDS -deadliness/SM -deadlock/MGDS -deadly/RPT -deadness/M -deadpanned -deadpanner -deadpanning -deadpan/S -dead/PTXYRN -deadwood/SM -deafening/MY -deafen/JGD -deafness/MS -deaf/TXPYRN -dealer/M -dealership/MS -dealing/M -deallocator -deal/RSGZJ -dealt -Deana/M -dean/DMG -Deandre/M -Deane/M -deanery/MS -Dean/M -Deanna/M -Deanne/M -Deann/M -deanship/SM -Dearborn/M -dearness/MS -dearth/M -dearths -dear/TYRHPS -deary/MS -deassign -deathbed/MS -deathblow/SM -deathless/Y -deathlike -deathly/TR -death/MY -deaths -deathtrap/SM -deathward -deathwatch/MS -debacle/SM -debarkation/SM -debark/G -debar/L -debarment/SM -debarring -debaser/M -debatable/U -debate/BMZ -debater/M -debauchedness/M -debauched/PY -debauchee/SM -debaucher/M -debauchery/SM -debauch/GDRS -Debbie/M -Debbi/M -Debby/M -Debee/M -debenture/MS -Debera/M -debilitate/NGXSD -debilitation/M -debility/MS -Debi/M -debit/DG -deb/MS -Deb/MS -debonairness/SM -debonair/PY -Deborah/M -Debora/M -Debor/M -debouch/DSG -Debra/M -debrief/GJ -debris/M -debtor/SM -debt/SM -Debussy/M -débutante/SM -debut/MDG -decade/MS -decadency/S -decadent/YS -decaffeinate/DSG -decaf/S -decagon/MS -Decalogue/M -decal/SM -decamp/L -decampment/MS -decapitate/GSD -decapitator/SM -decathlon/SM -Decatur/M -decay/GRD -Decca/M -Deccan/M -decease/M -decedent/MS -deceitfulness/SM -deceitful/PY -deceit/SM -deceived/U -deceiver/M -deceives/U -deceive/ZGRSD -deceivingly -deceiving/U -decelerate/XNGSD -deceleration/M -decelerator/SM -December/SM -decency/ISM -decennial/SY -decent/TIYR -deception/SM -deceptiveness/SM -deceptive/YP -decertify/N -dechlorinate/N -decibel/MS -decidability/U -decidable/U -decidedness/M -decided/PY -decide/GRSDB -deciduousness/M -deciduous/YP -decile/SM -deciliter/SM -decimal/SYM -decimate/XNGDS -decimation/M -decimeter/MS -decipherable/IU -decipher/BRZG -decipherer/M -decisional -decisioned -decisioning -decision/ISM -decisive/IPY -decisiveness/MSI -deckchair -decker/M -Decker/M -deck/GRDMSJ -deckhand/S -decking/M -Deck/RM -declamation/SM -declamatory -declarable -declaration/MS -declaration's/A -declarative/SY -declarator/MS -declaratory -declare/AGSD -declared/U -declarer/MS -declension/SM -declination/MS -decliner/M -decline/ZGRSD -declivity/SM -Dec/M -DEC/M -DECNET -DECnet/M -deco -décolletage/S -décolleté -decolletes -decolorising -decomposability/M -decomposable/IU -decompose/B -decompress/R -decongestant/S -deconstruction -deconvolution -decorated/AU -decorate/NGVDSX -decorates/A -decorating/A -decoration/ASM -decorativeness/M -decorative/YP -decorator/SM -decorousness/MS -decorousness's/I -decorous/PIY -decor/S -decorticate/GNDS -decortication/M -decorum/MS -decoupage/MGSD -decouple/G -decoy/M -decrease -decreasing/Y -decreeing -decree/RSM -decremental -decrement/DMGS -decrepit -decrepitude/SM -decriminalization/S -decriminalize/DS -decry/G -decrypt/GD -decryption -DECstation/M -DECsystem/M -DECtape/M -decustomised -Dedekind/M -Dede/M -dedicate/AGDS -dedicated/Y -dedication/MS -dedicative -dedicator/MS -dedicatory -Dedie/M -Dedra/M -deduce/RSDG -deducible -deductibility/M -deductible/S -deduction/SM -deductive/Y -deduct/VG -Deeanne/M -Deeann/M -deeded -Deedee/M -deeding -deed/IS -deed's -deejay/MDSG -Dee/M -deem/ADGS -deemphasis -Deena/M -deepen/DG -deepish -deepness/MS -deep/PTXSYRN -Deerdre/M -Deere/M -deerskin/MS -deer/SM -deerstalker/SM -deerstalking/M -Deeyn/M -deface/LZ -defacement/SM -defaecate -defalcate/NGXSD -defalcation/M -defamation/SM -defamatory -defamer/M -defame/ZR -defaulter/M -default/ZR -defeated/U -defeater/M -defeatism/SM -defeatist/SM -defeat/ZGD -defecate/DSNGX -defecation/M -defection/SM -defectiveness/MS -defective/PYS -defect/MDSVG -defector/MS -defendant/SM -defended/U -defenestrate/GSD -defenselessness/MS -defenseless/PY -defenses/U -defense/VGSDM -defensibility/M -defensible/I -defensibly/I -defensiveness/MS -defensive/PSY -deference/MS -deferential/Y -deferent/S -deferrable -deferral/SM -deferred -deferrer/MS -deferring -deffer -defiance/MS -defiant/Y -defibrillator/M -deficiency/MS -deficient/SY -deficit/MS -defier/M -defile/L -defilement/MS -definable/UI -definably/I -define/AGDRS -defined/U -definer/SM -definite/IPY -definiteness/IMS -definitional -definition/ASM -definitiveness/M -definitive/SYP -defis -deflate/XNGRSDB -deflationary -deflation/M -deflect/DSGV -deflected/U -deflection/MS -deflector/MS -defocus -defocussing -Defoe/M -defog -defogger/S -defoliant/SM -defoliator/SM -deformational -deform/B -deformed/U -deformity/SM -defrauder/M -defraud/ZGDR -defrayal/SM -defroster/M -defrost/RZ -deftness/MS -deft/TYRP -defunct/S -defying/Y -defy/RDG -def/Z -deg -Degas/M -degassing -degauss/GD -degeneracy/MS -degenerateness/M -degenerate/PY -degrade/B -degradedness/M -degraded/YP -degrading/Y -degrease -degree/SM -degum -Dehlia/M -dehumanize -dehydrator/MS -deicer/M -deice/ZR -deictic -Deidre/M -deification/M -deify/SDXGN -deign/DGS -Deimos/M -Deina/M -Deirdre/MS -deistic -deist/SM -Deity/M -deity/SM -deja -deject/DSG -dejectedness/M -dejected/PY -dejection/SM -Dejesus/M -DeKalb/M -DeKastere/M -Delacroix/M -Delacruz/M -Delainey/M -Dela/M -Delaney/M -Delano/M -Delawarean/SM -Delaware/MS -delay/D -delayer/G -Delbert/M -Delcina/M -Delcine/M -delectableness/M -delectable/SP -delectably -delectation/MS -delegable -Deleon/M -deleted/U -deleteriousness/M -deleterious/PY -delete/XBRSDNG -deletion/M -delfs -Delft/M -delft/MS -delftware/S -Delgado/M -Delhi/M -Delia/M -deliberateness/SM -deliberate/PVY -deliberativeness/M -deliberative/PY -Delibes/M -delicacy/IMS -delicate/IYP -delicatenesses -delicateness/IM -delicates -delicatessen/MS -deliciousness/MS -delicious/YSP -delicti -delightedness/M -delighted/YP -delightfulness/M -delightful/YP -Delilah/M -Delilahs -Delila/M -Delinda/M -delineate/SDXVNG -delineation/M -delinquency/MS -delinquent/SYM -deliquesce/GSD -deliquescent -deliriousness/MS -delirious/PY -delirium/SM -deli/SM -Delius/M -deliverables -deliverable/U -deliver/AGSD -deliverance/SM -delivered/U -deliverer/SM -delivery/AM -deliverymen/M -Della/M -Dell/M -dell/SM -Dellwood/M -Delly/M -Delmar/M -Delmarva/M -Delmer/M -Delmonico -Delmore/M -Delmor/M -Del/MY -Delora/M -Delores/M -Deloria/M -Deloris/M -Delphic -Delphi/M -Delphine/M -Delphinia/M -delphinium/SM -Delphinus/M -Delta/M -delta/MS -deltoid/SM -deluder/M -delude/RSDG -deluding/Y -deluge/SDG -delusional -delusion/SM -delusiveness/M -delusive/PY -deluxe -delve/GZSRD -delver/M -demagnify/N -demagogic -demagogue/GSDM -demagoguery/SM -demagogy/MS -demander/M -demand/GSRD -demandingly -demanding/U -demarcate/SDNGX -demarcation/M -Demavend/M -demean/GDS -demeanor/SM -dementedness/M -demented/YP -dementia/MS -Demerol/M -demesne/SM -Demeter/M -Demetra/M -Demetre/M -Demetria/M -Demetri/MS -Demetrius/M -demigod/MS -demijohn/MS -demimondaine/SM -demimonde/SM -demineralization/SM -Deming/M -demise/DMG -demit -demitasse/MS -demitted -demitting -Dem/MG -democracy/MS -Democratic -democratically/U -democratic/U -democratization/MS -democratize/DRSG -democratizes/U -Democrat/MS -democrat/SM -Democritus/M -démodé -demo/DMPG -demographer/MS -demographical/Y -demographic/S -demography/MS -demolisher/M -demolish/GSRD -demolition/MS -demonetization/S -demoniacal/Y -demoniac/S -demonic -demonology/M -demon/SM -demonstrable/I -demonstrableness/M -demonstrably/I -demonstrate/XDSNGV -demonstration/M -demonstrativenesses -demonstrativeness/UM -demonstratives -demonstrative/YUP -demonstrator/MS -demoralization/M -demoralizer/M -demoralizing/Y -DeMorgan/M -Demosthenes/M -demote/DGX -demotic/S -Demott/M -demount/B -Dempsey/M -demulcent/S -demultiplex -demureness/SM -demure/YP -demurral/MS -demurred -demurrer/MS -demurring -demur/RTS -demythologization/M -demythologize/R -den -Dena/M -dendrite/MS -Deneb/M -Denebola/M -Deneen/M -Dene/M -Deng/M -dengue/MS -deniable/U -denial/SM -Denice/M -denier/M -denigrate/VNGXSD -denigration/M -denim/SM -Denise/M -Deni/SM -denizen/SMDG -Den/M -De/NM -Denmark/M -Denna/M -denned -Dennet/M -Denney/M -Dennie/M -Denni/MS -denning -Dennison/M -Denny/M -denominate/V -denominational/Y -denote/B -denouement/MS -denounce/LZRSDG -denouncement/SM -denouncer/M -dense/FR -densely -denseness/SM -densitometer/MS -densitometric -densitometry/M -density/MS -dens/RT -dental/YS -dentifrice/SM -dentine's -dentin/SM -dent/ISGD -dentistry/MS -dentist/SM -dentition/MS -dent's -denture/IMS -denuclearize/GSD -denudation/SM -denude/DG -denuder/M -denunciate/VNGSDX -denunciation/M -Denver/M -denying/Y -Deny/M -Denys -Denyse/M -deny/SRDZG -deodorant/SM -deodorization/SM -deodorize/GZSRD -deodorizer/M -Deon/M -Deonne/M -deoxyribonucleic -depart/L -departmentalization/SM -departmentalize/DSG -departmental/Y -department/MS -departure/MS -dependability/MS -dependableness/M -dependable/P -dependably -Dependant/MS -depend/B -dependence/ISM -dependency/MS -dependent/IYS -dependent's -depicted/U -depicter/M -depiction/SM -depict/RDSG -depilatory/S -deplete/VGNSDX -depletion/M -deplorableness/M -deplorable/P -deplorably -deplorer/M -deplore/SRDBG -deploring/Y -deployable -deploy/AGDLS -deployment/SAM -depolarize -deponent/S -deportation/MS -deportee/SM -deport/LG -deportment/MS -depose -deposit/ADGS -depositary/M -deposition/A -depositor/SAM -depository/MS -depravedness/M -depraved/PY -deprave/GSRD -depraver/M -depravity/SM -deprecate/XSDNG -deprecating/Y -deprecation/M -deprecatory -depreciable -depreciate/XDSNGV -depreciating/Y -depreciation/M -depreciative/Y -depressant/S -depressible -depression/MS -depressive/YS -depressor/MS -depress/V -deprive/GSD -depth/M -depths -Dept/M -deputation/SM -depute/SDG -deputize/DSG -deputy/MS -dequeue -derail/L -dérailleur/MS -derailment/MS -derange/L -derangement/MS -Derbyshire/M -derby/SM -Derby/SM -dereference/Z -Derek/M -dereliction/SM -derelict/S -Derick/M -deride/D -deriding/Y -derision/SM -derisiveness/MS -derisive/PY -derisory -derivable/U -derivate/XNV -derivation/M -derivativeness/M -derivative/SPYM -derive/B -derived/U -Derk/M -Der/M -dermal -dermatitides -dermatitis/MS -dermatological -dermatologist/MS -dermatology/MS -dermis/SM -Dermot/M -derogate/XDSNGV -derogation/M -derogatorily -derogatory -Derrek/M -Derrick/M -derrick/SMDG -Derrida/M -derrière/S -Derrik/M -Derril/M -derringer/SM -Derron/M -Derry/M -dervish/SM -Derward/M -Derwin/M -Des -desalinate/NGSDX -desalination/M -desalinization/MS -desalinize/GSD -desalt/G -descant/M -Descartes/M -descendant/SM -descended/FU -descendent's -descender/M -descending/F -descends/F -descend/ZGSDR -descent -describable/I -describe/ZB -description/MS -descriptiveness/MS -descriptive/SYP -descriptor/SM -descry/SDG -Desdemona/M -desecrater/M -desecrate/SRDGNX -desecration/M -deserter/M -desertification -desertion/MS -desert/ZGMRDS -deservedness/M -deserved/YU -deserve/J -deserving/Y -déshabillé's -desiccant/S -desiccate/XNGSD -desiccation/M -desiccator/SM -desiderata -desideratum/M -designable -design/ADGS -designate/VNGSDX -designational -designation/M -designator/SM -designed/Y -designer/M -designing/U -Desi/M -desirabilia -desirability's -desirability/US -desirableness/SM -desirableness's/U -desirable/UPS -desirably/U -Desirae/M -desire/BR -desired/U -Desiree/M -desirer/M -Desiri/M -desirousness/M -desirous/PY -desist/DSG -desk/SM -desktop/S -Desmond/M -Desmund/M -desolateness/SM -desolate/PXDRSYNG -desolater/M -desolating/Y -desolation/M -desorption/M -despairer/M -despairing/Y -despair/SGDR -desperadoes -desperado/M -desperateness/SM -desperate/YNXP -desperation/M -despicable -despicably -despiser/M -despise/SRDG -despoil/L -despoilment/MS -despond -despondence/S -despondency/MS -despondent/Y -despotic -despotically -despotism/SM -dessert/SM -dessicate/DN -d'Estaing -destinate/NX -destination/M -destine/GSD -destiny/MS -destituteness/M -destitute/NXP -destitution/M -destroy/BZGDRS -destroyer/M -destructibility/SMI -destructible/I -destruction/SM -destructiveness/MS -destructive/YP -destructor/M -destruct/VGSD -desuetude/MS -desultorily -desultoriness/M -desultory/P -detachedness/M -detached/YP -detacher/M -detach/LSRDBG -detachment/SM -detailedness/M -detailed/YP -detainee/S -detainer/M -detain/LGRDS -detainment/MS -d'etat -detectability/U -detectable/U -detectably/U -detect/DBSVG -detected/U -detection/SM -detective/MS -detector/MS -détente -detentes -detention/SM -detergency/M -detergent/SM -deteriorate/XDSNGV -deterioration/M -determent/SM -determinability/M -determinable/IP -determinableness/IM -determinacy/I -determinant/MS -determinateness/IM -determinate/PYIN -determination/IM -determinativeness/M -determinative/P -determinedly -determinedness/M -determined/U -determine/GASD -determiner/SM -determinism/MS -determinism's/I -deterministically -deterministic/I -deterred/U -deterrence/SM -deterrent/SMY -deterring -detersive/S -deter/SL -deters/V -detestableness/M -detestable/P -detestably -detestation/SM -dethrone/L -dethronement/SM -detonable -detonated/U -detonate/XDSNGV -detonation/M -detonator/MS -detour/G -detoxification/M -detoxify/NXGSD -detox/SDG -detract/GVD -detractive/Y -d'etre -detribalize/GSD -detrimental/SY -detriment/SM -detritus/M -Detroit/M -deuced/Y -deuce/SDGM -deus -deuterium/MS -deuteron/M -Deuteronomy/M -Deutsch/M -Deva/M -Devanagari/M -Devan/M -devastate/XVNGSD -devastating/Y -devastation/M -devastator/SM -develop/ALZSGDR -developed/U -developer/MA -developmental/Y -development/ASM -deviance/MS -deviancy/S -deviant/YMS -deviated/U -deviate/XSDGN -deviating/U -deviation/M -devilishness/MS -devilish/PY -devilment/SM -devilry/MS -devil/SLMDG -deviltry/MS -Devi/M -Devina/M -Devin/M -Devinne/M -deviousness/SM -devious/YP -devise/JR -deviser/M -Devland/M -Devlen/M -Devlin/M -Dev/M -devoice -devolution/MS -devolve/GSD -Devondra/M -Devonian -Devon/M -Devonna/M -Devonne/M -Devonshire/M -Devora/M -devoted/Y -devotee/MS -devote/XN -devotional/YS -devotion/M -devourer/M -devour/SRDZG -devoutness/MS -devout/PRYT -Devy/M -Dewain/M -dewar -Dewar/M -Dewayne/M -dewberry/MS -dewclaw/SM -dewdrop/MS -Dewey/M -Dewie/M -dewiness/MS -Dewitt/M -dewlap/MS -Dew/M -dew/MDGS -dewy/TPR -Dexedrine/M -dexes/I -Dex/M -dexter -dexterity/MS -Dexter/M -dexterousness/MS -dexterous/PY -dextrose/SM -DH -Dhaka -Dhaulagiri/M -dhoti/SM -dhow/MS -DI -diabase/M -diabetes/M -diabetic/S -diabolic -diabolicalness/M -diabolical/YP -diabolism/M -diachronic/P -diacritical/YS -diacritic/MS -diadem/GMDS -diaereses -diaeresis/M -Diaghilev/M -diagnometer/SM -diagnosable/U -diagnose/BGDS -diagnosed/U -diagnosis/M -diagnostically -diagnostician/SM -diagnostic/MS -diagnostics/M -diagonalize/GDSB -diagonal/YS -diagrammable -diagrammatic -diagrammaticality -diagrammatically -diagrammed -diagrammer/SM -diagramming -diagram/MS -Diahann/M -dialectal/Y -dialectical/Y -dialectic/MS -dialect/MS -dialed/A -dialer/M -dialing/M -dial/MRDSGZJ -dialogged -dialogging -dialog/MS -dials/A -dialysis/M -dialyzed/U -dialyzes -diam -diamagnetic -diameter/MS -diametric -diametrical/Y -diamondback/SM -diamond/GSMD -Diana/M -Diandra/M -Diane/M -Dianemarie/M -Dian/M -Dianna/M -Dianne/M -Diann/M -Diannne/M -diapason/MS -diaper/SGDM -diaphanousness/M -diaphanous/YP -diaphragmatic -diaphragm/SM -diarist/SM -Diarmid/M -diarrheal -diarrhea/MS -diary/MS -diaspora -Diaspora/SM -diastase/SM -diastole/MS -diastolic -diathermy/SM -diathesis/M -diatomic -diatom/SM -diatonic -diatribe/MS -Diaz's -dibble/SDMG -dibs -DiCaprio/M -dice/GDRS -dicer/M -dicey -dichloride/M -dichotomization/M -dichotomize/DSG -dichotomous/PY -dichotomy/SM -dicier -diciest -dicing/M -Dickensian/S -dickens/M -Dickens/M -dicker/DG -Dickerson/M -dickey/SM -dick/GZXRDMS! -Dickie/M -dickier -dickiest -Dickinson/M -Dickson/M -Dick/XM -Dicky/M -dicky's -dicotyledonous -dicotyledon/SM -dicta/M -Dictaphone/SM -dictate/SDNGX -dictation/M -dictatorialness/M -dictatorial/YP -dictator/MS -dictatorship/SM -dictionary/SM -diction/MS -dictum/M -didactically -didactic/S -didactics/M -did/AU -diddler/M -diddle/ZGRSD -Diderot/M -Didi/M -didn't -didoes -dido/M -Dido/M -didst -die/DS -Diefenbaker/M -Diego/M -dieing -dielectric/MS -diem -Diem/M -Diena/M -Dierdre/M -diereses -dieresis/M -diesel/GMDS -Diesel's -dies's -dies/U -dietary/S -dieter/M -Dieter/M -dietetic/S -dietetics/M -diethylaminoethyl -diethylstilbestrol/M -dietitian/MS -diet/RDGZSM -Dietrich/M -Dietz/M -difference/DSGM -difference's/I -differences/I -differentiability -differentiable -differential/SMY -differentiated/U -differentiate/XSDNG -differentiation/M -differentiator/SM -differentness -different/YI -differ/SZGRD -difficile -difficult/Y -difficulty/SM -diffidence/MS -diffident/Y -diffract/GSD -diffraction/SM -diffractometer/SM -diffuseness/MS -diffuse/PRSDZYVXNG -diffuser/M -diffusible -diffusional -diffusion/M -diffusiveness/M -diffusive/YP -diffusivity/M -digerati -digested/IU -digester/M -digestibility/MS -digestible/I -digestifs -digestion/ISM -digestive/YSP -digest/RDVGS -digger/MS -digging/S -digitalis/M -digitalization/MS -digitalized -digitalizes -digitalizing -digital/SY -digitization/M -digitizer/M -digitize/ZGDRS -digit/SM -dignified/U -dignify/DSG -dignitary/SM -dignity/ISM -digram -digraph/M -digraphs -digress/GVDS -digression/SM -digressiveness/M -digressive/PY -dig/TS -dihedral -Dijkstra/M -Dijon/M -dike/DRSMG -diker/M -diktat/SM -Dilan/M -dilapidate/XGNSD -dilapidation/M -dilatation/SM -dilated/YP -dilate/XVNGSD -dilation/M -dilatoriness/M -dilator/SM -dilatory/P -Dilbert/M -dilemma/MS -dilettante/MS -dilettantish -dilettantism/MS -diligence/SM -diligentness/M -diligent/YP -dilithium -Dillard/M -Dillie/M -Dillinger/M -dilling/R -dillis -Dill/M -Dillon/M -dill/SGMD -dillydally/GSD -Dilly/M -dilly/SM -dilogarithm -diluent -diluted/U -diluteness/M -dilute/RSDPXYVNG -dilution/M -Di/M -DiMaggio/M -dimensionality/M -dimensional/Y -dimensionless -dimension/MDGS -dimer/M -dime/SM -dimethylglyoxime -dimethyl/M -diminished/U -diminish/SDGBJ -diminuendo/SM -diminution/SM -diminutiveness/M -diminutive/SYP -Dimitri/M -Dimitry/M -dimity/MS -dimmed/U -dimmer/MS -dimmest -dimming -dimness/SM -dimorphism/M -dimple/MGSD -dimply/RT -dim/RYPZS -dimwit/MS -dimwitted -Dinah/M -Dina/M -dinar/SM -diner/M -dine/S -dinette/MS -dingbat/MS -ding/GD -dinghy/SM -dingily -dinginess/SM -dingle/MS -dingoes -dingo/MS -dingus/SM -dingy/PRST -dinky/RST -din/MDRZGS -dinned -dinner/SM -dinnertime/S -dinnerware/MS -Dinnie/M -dinning -Dinny/M -Dino/M -dinosaur/MS -dint/SGMD -diocesan/S -diocese/SM -Diocletian/M -diode/SM -Diogenes/M -Dione/M -Dionisio/M -Dionis/M -Dion/M -Dionne/M -Dionysian -Dionysus/M -Diophantine/M -diopter/MS -diorama/SM -Dior/M -dioxalate -dioxide/MS -dioxin/S -diphtheria/SM -diphthong/SM -diplexers -diploid/S -diplomacy/SM -diploma/SMDG -diplomata -diplomatically -diplomatic/S -diplomatics/M -diplomatist/SM -diplomat/MS -dipodic -dipody/M -dipole/MS -dipped -Dipper/M -dipper/SM -dipping/S -dippy/TR -dip/S -dipsomaniac/MS -dipsomania/SM -dipstick/MS -dipterous -diptych/M -diptychs -Dir -Dirac/M -directed/IUA -directionality -directional/SY -direction/MIS -directions/A -directive/SM -directivity/M -directly/I -directness/ISM -director/AMS -directorate/SM -directorial -directorship/SM -directory/SM -direct/RDYPTSVG -directrix/MS -directs/IA -direful/Y -direness/M -dire/YTRP -dirge/GSDM -Dirichlet/M -dirigible/S -dirk/GDMS -Dirk/M -dirndl/MS -dirtily -dirtiness/SM -dirt/MS -dirty/GPRSDT -Dis -disable/LZGD -disablement/MS -disabler/M -disabuse -disadvantaged/P -disagreeable/S -disallow/D -disambiguate/DSGNX -disappointed/Y -disappointing/Y -disarming/Y -disarrange/L -disastrous/Y -disband/L -disbandment/SM -disbar/L -disbarment/MS -disbarring -disbelieving/Y -disbursal/S -disburse/GDRSL -disbursement/MS -disburser/M -discerner/M -discernibility -discernible/I -discernibly -discerning/Y -discernment/MS -discern/SDRGL -disc/GDM -discharged/U -disciple/DSMG -discipleship/SM -disciplinarian/SM -disciplinary -disciplined/U -discipline/IDM -discipliner/M -disciplines -disciplining -disclosed/U -discography/MS -discolored/MP -discoloreds/U -discolor/G -discombobulate/SDGNX -discomfit/DG -discomfiture/MS -disco/MG -discommode/DG -disconcerting/Y -disconnectedness/S -disconnected/P -disconnecter/M -disconnect/R -disconsolate/YN -discordance/SM -discordant/Y -discord/G -discorporate/D -discotheque/MS -discount/B -discourage/LGDR -discouragement/MS -discouraging/Y -discoverable/I -discover/ADGS -discovered/U -discoverer/S -discovery/SAM -discreetly/I -discreetness's/I -discreetness/SM -discreet/TRYP -discrepancy/SM -discrepant/Y -discreteness/SM -discrete/YPNX -discretionary -discretion/IMS -discretization -discretized -discriminable -discriminant/MS -discriminated/U -discriminate/SDVNGX -discriminating/YI -discrimination/MI -discriminator/MS -discriminatory -discursiveness/S -discussant/MS -discussed/UA -discusser/M -discussion/SM -discus/SM -disdainfulness/M -disdainful/YP -disdain/MGSD -disease/G -disembowelment/SM -disembowel/SLGD -disengage/L -disfigure/L -disfigurement/MS -disfranchise/L -disfranchisement/MS -disgorge -disgrace/R -disgracer/M -disgruntle/DSLG -disgruntlement/MS -disguised/UY -disguise/R -disguiser/M -disgust -disgusted/Y -disgustful/Y -disgusting/Y -dishabille/SM -disharmonious -dishcloth/M -dishcloths -dishevel/LDGS -dishevelment/MS -dish/GD -dishonest -dishonored/U -dishpan/MS -dishrag/SM -dishtowel/SM -dishwasher/MS -dishwater/SM -disillusion/LGD -disillusionment/SM -disinfectant/MS -disinherit -disinterestedness/SM -disinterested/P -disinvest/L -disjoin -disjointedness/S -disjunctive/YS -disjunct/VS -disk/D -diskette/S -dislike/G -dislodge/LG -dislodgement/M -dismalness/M -dismal/PSTRY -dismantle/L -dismantlement/SM -dismay/D -dismayed/U -dismaying/Y -dis/MB -dismember/LG -dismemberment/MS -dismissive/Y -dismiss/RZ -Disneyland/M -Disney/M -disoblige/G -disorderedness/M -disordered/YP -disorderliness/M -disorderly/P -disorder/Y -disorganize -disorganized/U -disparagement/MS -disparager/M -disparage/RSDLG -disparaging/Y -disparateness/M -disparate/PSY -dispatch/Z -dispelled -dispelling -dispel/S -dispensable/I -dispensary/MS -dispensate/NX -dispensation/M -dispenser/M -dispense/ZGDRSB -dispersal/MS -dispersant/M -dispersed/Y -disperser/M -disperse/XDRSZLNGV -dispersible -dispersion/M -dispersiveness/M -dispersive/PY -dispirit/DSG -displace/L -display/AGDS -displayed/U -displeased/Y -displease/G -displeasure -disport -disposable/S -disposal/SM -dispose/IGSD -dispositional -disposition/ISM -disproportional -disproportionate/N -disproportionation/M -disprove/B -disputable/I -disputably/I -disputant/SM -disputation/SM -disputatious/Y -disputed/U -disputer/M -dispute/ZBGSRD -disquieting/Y -disquiet/M -disquisition/SM -Disraeli/M -disregardful -disrepair/M -disreputableness/M -disreputable/P -disrepute/M -disrespect -disrupted/U -disrupter/M -disrupt/GVDRS -disruption/MS -disruptive/YP -disruptor/M -dissatisfy -dissect/DG -dissed -dissembler/M -dissemble/ZGRSD -disseminate/XGNSD -dissemination/M -dissension/SM -dissenter/M -dissent/ZGSDR -dissertation/SM -disservice -disses -dissever -dissidence/SM -dissident/MS -dissimilar/S -dissing -dissipatedly -dissipatedness/M -dissipated/U -dissipater/M -dissipate/XRSDVNG -dissipation/M -dissociable/I -dissociate/DSXNGV -dissociated/U -dissociation/M -dissociative/Y -dissoluble/I -dissoluteness/SM -dissolute/PY -dissolve/ASDG -dissolved/U -dissonance/SM -dissonant/Y -dissuade/GDRS -dissuader/M -dissuasive -dist -distaff/SM -distal/Y -distance/DSMG -distantness/M -distant/YP -distaste -distemper -distend -distension -distention/SM -distillate/XNMS -distillation/M -distillery/MS -distincter -distinctest -distinction/MS -distinctiveness/MS -distinctive/YP -distinct/IYVP -distinctness/MSI -distinguishable/I -distinguishably/I -distinguish/BDRSG -distinguished/U -distinguisher/M -distort/BGDR -distorted/U -distorter/M -distortion/MS -distract/DG -distractedness/M -distracted/YP -distracting/Y -distrait -distraught/Y -distress -distressful -distressing/Y -distribute/ADXSVNGB -distributed/U -distributer -distributional -distribution/AM -distributiveness/M -distributive/SPY -distributivity -distributorship/M -distributor/SM -district/GSAD -district's -distrust/G -disturbance/SM -disturbed/U -disturber/M -disturbing/Y -disturb/ZGDRS -disulfide/M -disuse/M -disyllable/M -Dita/M -ditcher/M -ditch/MRSDG -dither/RDZSG -ditsy/TR -ditto/DMGS -ditty/SDGM -Ditzel/M -ditz/S -diuresis/M -diuretic/S -diurnal/SY -divalent/S -diva/MS -divan/SM -dived/M -divergence/SM -divergent/Y -diverge/SDG -diver/M -diverseness/MS -diverse/XYNP -diversification/M -diversifier/M -diversify/GSRDNX -diversionary -diversion/M -diversity/SM -divert/GSD -diverticulitis/SM -divertimento/M -dive/S -divestiture/MS -divest/LDGS -divestment/S -dividable -divide/AGDS -divided/U -dividend/MS -divider/MS -divination/SM -diviner/M -divine/RSDTZYG -divinity/MS -divisibility/IMS -divisible/I -divisional -division/SM -divisiveness/MS -divisive/PY -divisor/SM -divorcée/MS -divorce/GSDLM -divorcement/MS -divot/MS -div/TZGJDRS -divulge/GSD -divvy/GSDM -Dixiecrat/MS -dixieland -Dixieland/MS -Dixie/M -Dix/M -Dixon/M -dizzily -dizziness/SM -dizzying/Y -dizzy/PGRSDT -DJ -Djakarta's -djellabah's -djellaba/S -d/JGVX -Djibouti/M -DMD -Dmitri/M -DMZ -DNA -Dnepropetrovsk/M -Dnepr's -Dnieper's -Dniester/M -Dniren/M -DOA -doable -DOB -Dobbin/M -dobbin/MS -Doberman -Dobro/M -docent/SM -docile/Y -docility/MS -docker/M -docket/GSMD -dock/GZSRDM -dockland/MS -dockside/M -dockworker/S -dockyard/SM -doc/MS -Doctor -doctoral -doctorate/SM -doctor/GSDM -Doctorow/M -doctrinaire/S -doctrinal/Y -doctrine/SM -docudrama/S -documentary/MS -documentation/MS -documented/U -document/RDMZGS -DOD -dodder/DGS -dodecahedra -dodecahedral -dodecahedron/M -Dode/M -dodge/GZSRD -Dodge/M -dodgem/S -dodger/M -Dodgson/M -Dodie/M -Dodi/M -Dodington/M -Dodoma/M -dodo/SM -Dodson/M -Dody/M -DOE -Doe/M -doe/MS -doer/MU -does/AU -doeskin/MS -doesn't -d'oeuvre -doff/SGD -dogcart/SM -dogcatcher/MS -dogeared -Doge/M -doge/SM -dogfight/GMS -dogfish/SM -dogfought -doggedness/SM -dogged/PY -doggerel/SM -dogging -doggone/RSDTG -doggy/SRMT -doghouse/SM -dogie/SM -doglegged -doglegging -dogleg/SM -dogma/MS -dogmatically/U -dogmatic/S -dogmatics/M -dogmatism/SM -dogmatist/SM -dogsbody/M -dog/SM -dogtooth/M -Dogtown/M -dogtrot/MS -dogtrotted -dogtrotting -dogwood/SM -dogy's -Doha/M -doh's -doily/SM -doing/MU -Dolby/SM -doldrum/S -doldrums/M -doled/F -dolefuller -dolefullest -dolefulness/MS -doleful/PY -Dole/M -dole/MGDS -doles/F -Dolf/M -doling/F -dollar/SM -Dolley/M -Dollie/M -Dolli/M -Doll/M -doll/MDGS -dollop/GSMD -Dolly/M -dolly/SDMG -dolmen/MS -dolomite/SM -dolomitic -Dolores/M -Dolorita/SM -dolorous/Y -dolor/SM -dolphin/SM -Dolph/M -doltishness/SM -doltish/YP -dolt/MS -domain/MS -dome/DSMG -Domenic/M -Domenico/M -Domeniga/M -Domesday/M -domestically -domesticate/DSXGN -domesticated/U -domestication/M -domesticity/MS -domestic/S -domicile/SDMG -domiciliary -dominance/MS -dominant/YS -dominate/VNGXSD -domination/M -dominator/M -dominatrices -dominatrix -domineer/DSG -domineeringness/M -domineering/YP -Dominga/M -Domingo/M -Dominguez/M -Dominica/M -Dominican/MS -Dominick/M -Dominic/M -Dominik/M -Domini/M -dominion/MS -Dominique/M -dominoes -domino/M -Domitian/M -Dom/M -Donahue/M -Donald/M -Donaldson/M -Donall/M -Donal/M -Donalt/M -Dona/M -dona/MS -Donatello/M -donate/XVGNSD -donation/M -donative/M -Donaugh/M -Donavon/M -done/AUF -Donella/M -Donelle/M -Donetsk/M -Donetta/M -dong/GDMS -dongle/S -Donia/M -Donica/M -Donielle/M -Donizetti/M -donkey/MS -Donna/M -Donnamarie/M -donned -Donnell/M -Donnelly/M -Donne/M -Donner/M -Donnie/M -Donni/M -donning -donnishness/M -donnish/YP -Donn/RM -donnybrook/MS -Donny/M -donor/MS -Donovan/M -don/S -Don/SM -don't -donut/MS -donutted -donutting -doodad/MS -doodlebug/MS -doodler/M -doodle/SRDZG -doohickey/MS -Dooley/M -Doolittle/M -doom/MDGS -doomsday/SM -Doonesbury/M -doorbell/SM -door/GDMS -doorhandles -doorkeeper/M -doorkeep/RZ -doorknob/SM -doorman/M -doormat/SM -doormen -doornail/M -doorplate/SM -doors/I -doorstep/MS -doorstepped -doorstepping -doorstop/MS -doorway/MS -dooryard/SM -dopamine -dopant/M -dopa/SM -dope/DRSMZG -doper/M -dopey -dopier -dopiest -dopiness/S -Doppler/M -Dorado/M -Doralia/M -Doralin/M -Doralyn/M -Doralynne/M -Doralynn/M -Dora/M -Dorcas -Dorchester/M -Doreen/M -Dorelia/M -Dorella/M -Dorelle/M -Doré/M -Dorena/M -Dorene/M -Doretta/M -Dorette/M -Dorey/M -Doria/M -Dorian/M -Doric -Dorice/M -Dorie/M -Dori/MS -Dorine/M -Dorisa/M -Dorise/M -Dorita/M -dork/S -dorky/RT -dormancy/MS -dormant/S -dormer/M -dormice -dormitory/SM -dorm/MRZS -dormouse/M -Dorolice/M -Dorolisa/M -Doro/M -Dorotea/M -Doroteya/M -Dorothea/M -Dorothee/M -Dorothy/M -Dorree/M -Dorrie/M -Dorri/SM -Dorry/M -dorsal/YS -Dorsey/M -Dorthea/M -Dorthy/M -Dortmund/M -Dory/M -dory/SM -DOS -dosage/SM -dose/M -dos/GDS -Dosi/M -dosimeter/MS -dosimetry/M -dossier/MS -dost -Dostoevsky/M -DOT -dotage/SM -dotard/MS -doter/M -dote/S -Doti/M -doting/Y -Dot/M -dot/MDRSJZG -Dotson/M -dotted -Dottie/M -Dotti/M -dottiness/M -dotting -Dotty/M -dotty/PRT -do/TZRHGJ -Douala/M -Douay/M -Doubleday/M -doubled/UA -double/GPSRDZ -doubleheader/MS -doubleness/M -doubler/M -doubles/M -doublespeak/S -doublethink/M -doublet/MS -doubleton/M -doubling/A -doubloon/MS -doubly -doubt/AGSDMB -doubted/U -doubter/SM -doubtfulness/SM -doubtful/YP -doubting/Y -doubtlessness/M -doubtless/YP -douche/GSDM -Dougherty/M -dough/M -doughs -doughty/RT -doughy/RT -Dougie/M -Douglas/M -Douglass -Doug/M -Dougy/M -dourness/MS -Douro/M -dour/TYRP -douser/M -douse/SRDG -dovecote/MS -Dover/M -dove/RSM -dovetail/GSDM -dovish -Dov/MR -dowager/SM -dowdily -dowdiness/MS -dowdy/TPSR -dowel/GMDS -dower/GDMS -Dow/M -downbeat/SM -downcast/S -downdraft/M -downer/M -Downey/M -downfall/NMS -downgrade/GSD -down/GZSRD -downheartedness/MS -downhearted/PY -downhill/RS -downland -download/DGS -downpipes -downplay/GDS -downpour/MS -downrange -downrightness/M -downright/YP -downriver -Downs -downscale/GSD -downside/S -downsize/DSG -downslope -downspout/SM -downstage/S -downstairs -downstate/SR -downstream -downswing/MS -downtime/SM -downtowner/M -downtown/MRS -downtrend/M -downtrodden -downturn/MS -downwardness/M -downward/YPS -downwind -downy/RT -dowry/SM -dowse/GZSRD -dowser/M -doxology/MS -doyenne/SM -doyen/SM -Doyle/M -Doy/M -doze -dozen/GHD -dozenths -dozer/M -doz/XGNDRS -dozy -DP -DPs -dpt -DPT -drabbed -drabber -drabbest -drabbing -drabness/MS -drab/YSP -drachma/MS -Draco/M -draconian -Draconian -Dracula/M -draft/AMDGS -draftee/SM -drafter/MS -draftily -draftiness/SM -drafting/S -draftsman/M -draftsmanship/SM -draftsmen -draftsperson -draftswoman -draftswomen -drafty/PTR -dragged -dragger/M -dragging/Y -draggy/RT -drag/MS -dragnet/MS -dragonfly/SM -dragonhead/M -dragon/SM -dragoon/DMGS -drainage/MS -drainboard/SM -drained/U -drainer/M -drainpipe/MS -drain/SZGRDM -Drake/M -drake/SM -Dramamine/MS -drama/SM -dramatically/U -dramatical/Y -dramatic/S -dramatics/M -dramatist/MS -dramatization/MS -dramatized/U -dramatizer/M -dramatize/SRDZG -dramaturgy/M -Drambuie/M -drammed -dramming -dram/MS -drank -Drano/M -draper/M -drapery/MS -drape/SRDGZ -drastic -drastically -drat/S -dratted -dratting -Dravidian/M -drawable -draw/ASG -drawback/MS -drawbridge/SM -drawer/SM -drawing/SM -drawler/M -drawling/Y -drawl/RDSG -drawly -drawn/AI -drawnly -drawnness -drawstring/MS -dray/SMDG -dreadfulness/SM -dreadful/YPS -dreadlocks -dreadnought/SM -dread/SRDG -dreamboat/SM -dreamed/U -dreamer/M -dreamily -dreaminess/SM -dreaming/Y -dreamland/SM -dreamlessness/M -dreamless/PY -dreamlike -dream/SMRDZG -dreamworld/S -dreamy/PTR -drearily -dreariness/SM -drear/S -dreary/TRSP -Dreddy/M -dredge/MZGSRD -dredger/M -Dredi/M -dreg/MS -Dreiser/M -Dre/M -drencher/M -drench/GDRS -Dresden/M -dress/ADRSG -dressage/MS -dressed/U -dresser/MS -dresser's/A -dresses/U -dressiness/SM -dressing/MS -dressmaker/MS -dressmaking/SM -dressy/PTR -drew/A -Drew/M -Drexel/M -Dreyfus/M -Dreyfuss -dribble/DRSGZ -dribbler/M -driblet/SM -drib/SM -dried/U -drier/M -drifter/M -drifting/Y -drift/RDZSG -driftwood/SM -driller/M -drilling/M -drillmaster/SM -drill/MRDZGS -drinkable/S -drink/BRSZG -drinker/M -dripped -dripping/MS -drippy/RT -drip/SM -driveler/M -drivel/GZDRS -driven/P -driver/M -drive/SRBGZJ -driveway/MS -drizzle/DSGM -drizzling/Y -drizzly/TR -Dr/M -drogue/MS -drollery/SM -drollness/MS -droll/RDSPTG -drolly -dromedary/MS -Drona/M -drone/SRDGM -droning/Y -drool/GSRD -droopiness/MS -drooping/Y -droop/SGD -droopy/PRT -drophead -dropkick/S -droplet/SM -dropout/MS -dropped -dropper/SM -dropping/MS -dropsical -drop/SM -dropsy/MS -drosophila/M -dross/SM -drought/SM -drover/M -drove/SRDGZ -drowner/M -drown/RDSJG -drowse/SDG -drowsily -drowsiness/SM -drowsy/PTR -drubbed -drubber/MS -drubbing/SM -drub/S -Drucie/M -Drucill/M -Druci/M -Drucy/M -drudge/MGSRD -drudger/M -drudgery/SM -drudging/Y -Drud/M -drugged -druggie/SRT -drugging -druggist/SM -Drugi/M -drugless -drug/SM -drugstore/SM -druidism/MS -druid/MS -Druid's -Dru/M -drumbeat/SGM -drumhead/M -drumlin/MS -drummed -drummer/SM -drumming -Drummond/M -drum/SM -drumstick/SM -drunkard/SM -drunkenness/SM -drunken/YP -drunk/SRNYMT -drupe/SM -Drury/M -Drusie/M -Drusilla/M -Drusi/M -Drusy/M -druthers -dryad/MS -Dryden/M -dryer/MS -dry/GYDRSTZ -dryish -dryness/SM -drys -drystone -drywall/GSD -D's -d's/A -Dshubba/M -DST -DTP -dualism/MS -dualistic -dualist/M -duality/MS -dual/YS -Duane/M -Dubai/M -dubbed -dubber/S -dubbing/M -dubbin/MS -Dubcek/M -Dubhe/M -dubiety/MS -dubiousness/SM -dubious/YP -Dublin/M -Dubrovnik/M -dub/S -Dubuque/M -ducal -ducat/SM -duce/CAIKF -duce's -Duchamp/M -duchess/MS -duchy/SM -duckbill/SM -ducker/M -duck/GSRDM -duckling/SM -duckpins -duckpond -duckweed/MS -ducky/RSMT -ducted/CFI -ductile/I -ductility/SM -ducting/F -duct/KMSF -ductless -duct's/A -ducts/CI -ductwork/M -dudder -dude/MS -dudgeon/SM -dud/GMDS -Dudley/M -Dud/M -duelist/MS -duel/MRDGZSJ -dueness/M -duenna/MS -due/PMS -duet/MS -duetted -duetting -duffel/M -duffer/M -duff/GZSRDM -Duffie/M -Duff/M -Duffy/M -Dugald/M -dugout/SM -dug/S -duh -DUI -Duisburg/M -dukedom/SM -duke/DSMG -Duke/M -Dukey/M -Dukie/M -Duky/M -Dulcea/M -Dulce/M -dulcet/SY -Dulcia/M -Dulciana/M -Dulcie/M -dulcify -Dulci/M -dulcimer/MS -Dulcinea/M -Dulcine/M -Dulcy/M -dullard/MS -Dulles/M -dullness/MS -dull/SRDPGT -dully -dulness's -Dulsea/M -Duluth/M -duly/U -Du/M -Dumas -dumbbell/MS -dumbfound/GSDR -dumbness/MS -Dumbo/M -dumb/PSGTYRD -dumbstruck -dumbwaiter/SM -dumdum/MS -dummy/SDMG -Dumont/M -dumper/UM -dumpiness/MS -dumpling/MS -dump/SGZRD -dumpster/S -Dumpster/S -Dumpty/M -dumpy/PRST -Dunant/M -Dunbar/M -Duncan/M -dunce/MS -Dunc/M -Dundee/M -dunderhead/MS -Dunedin/M -dune/SM -dungaree/SM -dungeon/GSMD -dunghill/MS -dung/SGDM -Dunham/M -dunker/M -dunk/GSRD -Dunkirk/M -Dunlap/M -Dun/M -dunned -Dunne/M -dunner -dunnest -dunning -Dunn/M -dunno/M -dun/S -Dunstan/M -duodecimal/S -duodena -duodenal -duodenum/M -duologue/M -duo/MS -duopolist -duopoly/M -dupe/NGDRSMZ -duper/M -dupion/M -duple -duplexer/M -duplex/MSRDG -duplicability/M -duplicable -duplicate/ADSGNX -duplication/AM -duplicative -duplicator/MS -duplicitous -duplicity/SM -Dupont/MS -DuPont/MS -durability/MS -durableness/M -durable/PS -durably -Duracell/M -durance/SM -Durand/M -Duran/M -Durante/M -Durant/M -durational -duration/MS -Durban/M -Dürer/M -duress/SM -Durex/M -Durham/MS -during -Durkee/M -Durkheim/M -Dur/M -Durocher/M -durst -durum/MS -Durward/M -Duse/M -Dusenberg/M -Dusenbury/M -Dushanbe/M -dusk/GDMS -duskiness/MS -dusky/RPT -Düsseldorf -dustbin/MS -dustcart/M -dustcover -duster/M -dustily -dustiness/MS -dusting/M -Dustin/M -dustless -dustman/M -dustmen -dust/MRDGZS -dustpan/SM -Dusty/M -dusty/RPT -Dutch/M -Dutchman/M -Dutchmen -dutch/MS -Dutchwoman -Dutchwomen -duteous/Y -dutiable -dutifulness/S -dutiful/UPY -duty/SM -Duvalier/M -duvet/SM -duxes -Dvina/M -Dvorák/M -Dwain/M -dwarfish -dwarfism/MS -dwarf/MTGSPRD -Dwayne/M -dweeb/S -dweller/SM -dwell/IGS -dwelling/MS -dwelt/I -DWI -Dwight/M -dwindle/GSD -dyadic -dyad/MS -Dyana/M -Dyane/M -Dyan/M -Dyanna/M -Dyanne/M -Dyann/M -dybbukim -dybbuk/SM -dyed/A -dyeing/M -dye/JDRSMZG -dyer/M -Dyer/M -dyes/A -dyestuff/SM -dying/UA -Dyke/M -dyke's -Dylan/M -Dy/M -Dynah/M -Dyna/M -dynamical/Y -dynamic/S -dynamics/M -dynamism/SM -dynamiter/M -dynamite/RSDZMG -dynamized -dynamo/MS -dynastic -dynasty/MS -dyne/M -dysentery/SM -dysfunctional -dysfunction/MS -dyslectic/S -dyslexia/MS -dyslexically -dyslexic/S -dyspepsia/MS -dyspeptic/S -dysprosium/MS -dystopia/M -dystrophy/M -dz -Dzerzhinsky/M -E -ea -each -Eachelle/M -Eada/M -Eadie/M -Eadith/M -Eadmund/M -eagerness/MS -eager/TSPRYM -eagle/SDGM -eaglet/SM -Eakins/M -Ealasaid/M -Eal/M -Eamon/M -earache/SM -eardrum/SM -earful/MS -ear/GSMDYH -Earhart/M -earing/M -earldom/MS -Earle/M -Earlene/M -Earlie/M -Earline/M -earliness/SM -Earl/M -earl/MS -earlobe/S -Early/M -early/PRST -earmark/DGSJ -earmuff/SM -earned/U -earner/M -Earnestine/M -Earnest/M -earnestness/MS -earnest/PYS -earn/GRDZTSJ -earning/M -earphone/MS -earpieces -earplug/MS -Earp/M -earring/MS -earshot/MS -earsplitting -Eartha/M -earthbound -earthed/U -earthenware/MS -earthiness/SM -earthliness/M -earthling/MS -earthly/TPR -earth/MDNYG -earthmen -earthmover/M -earthmoving -earthquake/SDGM -earthshaking -earths/U -earthward/S -earthwork/MS -earthworm/MS -earthy/PTR -Earvin/M -earwax/MS -earwigged -earwigging -earwig/MS -eased/E -ease/LDRSMG -easel/MS -easement/MS -easer/M -ease's/EU -eases/UE -easies -easily/U -easiness/MSU -easing/M -eastbound -easterly/S -Easter/M -easterner/M -Easterner/M -easternmost -Eastern/RZ -eastern/ZR -easter/Y -east/GSMR -Easthampton/M -easting/M -Eastland/M -Eastman/M -eastward/S -Eastwick/M -Eastwood/M -East/ZSMR -easygoingness/M -easygoing/P -easy/PUTR -eatables -eatable/U -eaten/U -eater/M -eatery/MS -eating/M -Eaton/M -eat/SJZGNRB -eavesdropped -eavesdropper/MS -eavesdropping -eavesdrop/S -eave/SM -Eba/M -Ebba/M -ebb/DSG -EBCDIC -Ebeneezer/M -Ebeneser/M -Ebenezer/M -Eben/M -Eberhard/M -Eberto/M -Eb/MN -Ebola -Ebonee/M -Ebonics -Ebony/M -ebony/SM -Ebro/M -ebullience/SM -ebullient/Y -ebullition/SM -EC -eccentrically -eccentricity/SM -eccentric/MS -eccl -Eccles -Ecclesiastes/M -ecclesiastical/Y -ecclesiastic/MS -ECG -echelon/SGDM -echinoderm/SM -echo/DMG -echoed/A -echoes/A -echoic -echolocation/SM -éclair/MS -éclat/MS -eclectically -eclecticism/MS -eclectic/S -eclipse/MGSD -ecliptic/MS -eclogue/MS -ecocide/SM -ecol -Ecole/M -ecologic -ecological/Y -ecologist/MS -ecology/MS -Eco/M -econ -Econometrica/M -econometricians -econometric/S -econometrics/M -economical/YU -economic/S -economics/M -economist/MS -economization -economize/GZSRD -economizer/M -economizing/U -economy/MS -ecosystem/MS -ecru/SM -ecstasy/MS -Ecstasy/S -ecstatically -ecstatic/S -ectoplasm/M -Ecuadoran/S -Ecuadorean/S -Ecuadorian/S -Ecuador/M -ecumenical/Y -ecumenicism/SM -ecumenicist/MS -ecumenic/MS -ecumenics/M -ecumenism/SM -ecumenist/MS -eczema/MS -Eda/M -Edam/SM -Edan/M -ed/ASC -Edda/M -Eddie/M -Eddi/M -Edd/M -Eddy/M -eddy/SDMG -Edee/M -Edeline/M -edelweiss/MS -Ede/M -edema/SM -edematous -eden -Eden/M -Edgard/M -Edgardo/M -Edgar/M -edge/DRSMZGJ -edgeless -edger/M -Edgerton/M -Edgewater/M -edgewise -Edgewood/M -edgily -edginess/MS -edging/M -edgy/TRP -edibility/MS -edibleness/SM -edible/SP -edict/SM -Edie/M -edification/M -edifice/SM -edifier/M -edifying/U -edify/ZNXGRSD -Edik/M -Edi/MH -Edinburgh/M -Edin/M -Edison/M -editable -Edita/M -edited/IU -Editha/M -Edithe/M -Edith/M -edition/SM -editorialist/M -editorialize/DRSG -editorializer/M -editorial/YS -editor/MS -editorship/MS -edit/SADG -Ediva/M -Edlin/M -Edmond/M -Edmon/M -Edmonton/M -Edmund/M -Edna/M -Edouard/M -EDP -eds -Edsel/M -Edsger/M -EDT -Eduard/M -Eduardo/M -educability/SM -educable/S -educated/YP -educate/XASDGN -educationalists -educational/Y -education/AM -educationists -educative -educator/MS -educ/DBG -educe/S -eduction/M -Eduino/M -edutainment/S -Edvard/M -Edwardian -Edwardo/M -Edward/SM -Edwina/M -Edwin/M -Ed/XMN -Edy/M -Edythe/M -Edyth/M -EEC -EEG -eek/S -eelgrass/M -eel/MS -e'en -EEO -EEOC -e'er -eerie/RT -eerily -eeriness/MS -Eeyore/M -effaceable/I -effacement/MS -effacer/M -efface/SRDLG -effectiveness/ISM -effectives -effective/YIP -effector/MS -effect/SMDGV -effectual/IYP -effectualness/MI -effectuate/SDGN -effectuation/M -effeminacy/MS -effeminate/SY -effendi/MS -efferent/SY -effervesce/GSD -effervescence/SM -effervescent/Y -effeteness/SM -effete/YP -efficacious/IPY -efficaciousness/MI -efficacy/IMS -efficiency/MIS -efficient/ISY -Effie/M -effigy/SM -effloresce -efflorescence/SM -efflorescent -effluence/SM -effluent/MS -effluvia -effluvium/M -effluxion -efflux/M -effortlessness/SM -effortless/PY -effort/MS -effrontery/MS -effulgence/SM -effulgent -effuse/XSDVGN -effusion/M -effusiveness/MS -effusive/YP -EFL -e/FMDS -Efrain/M -Efrem/M -Efren/M -EFT -egad -egalitarian/I -egalitarianism/MS -egalitarians -EGA/M -Egan/M -Egbert/M -Egerton/M -eggbeater/SM -eggcup/MS -egger/M -egg/GMDRS -eggheaded/P -egghead/SDM -eggnog/SM -eggplant/MS -eggshell/SM -egis's -eglantine/MS -egocentrically -egocentricity/SM -egocentric/S -egoism/SM -egoistic -egoistical/Y -egoist/SM -egomaniac/MS -egomania/MS -Egon/M -Egor/M -ego/SM -egotism/SM -egotistic -egotistical/Y -egotist/MS -egregiousness/MS -egregious/PY -egress/SDMG -egret/SM -Egyptian/S -Egypt/M -Egyptology/M -eh -Ehrlich/M -Eichmann/M -eiderdown/SM -eider/SM -eidetic -Eiffel/M -eigenfunction/MS -eigenstate/S -eigenvalue/SM -eigenvector/MS -eighteen/MHS -eighteenths -eightfold -eighth/MS -eighths -eightieths -eightpence -eight/SM -eighty/SHM -Eileen/M -Eilis/M -Eimile/M -Einsteinian -einsteinium/MS -Einstein/SM -Eire/M -Eirena/M -Eisenhower/M -Eisenstein/M -Eisner/M -eisteddfod/M -either -ejaculate/SDXNG -ejaculation/M -ejaculatory -ejecta -ejection/SM -ejector/SM -eject/VGSD -Ekaterina/M -Ekberg/M -eked/A -eke/DSG -EKG -Ekstrom/M -Ektachrome/M -elaborateness/SM -elaborate/SDYPVNGX -elaboration/M -elaborators -Elaina/M -Elaine/M -Elana/M -eland/SM -Elane/M -élan/M -Elanor/M -elans -elapse/SDG -el/AS -elastically/I -elasticated -elasticity/SM -elasticize/GDS -elastic/S -elastodynamics -elastomer/M -elatedness/M -elated/PY -elater/M -elate/SRDXGN -elation/M -Elayne/M -Elba/MS -Elbe/M -Elberta/M -Elbertina/M -Elbertine/M -Elbert/M -elbow/GDMS -elbowroom/SM -Elbrus/M -Elden/M -elderberry/MS -elderflower -elderliness/M -elderly/PS -elder/SY -eldest -Eldin/M -Eldon/M -Eldorado's -Eldredge/M -Eldridge/M -Eleanora/M -Eleanore/M -Eleanor/M -Eleazar/M -electable/U -elect/ASGD -elected/U -electioneer/GSD -election/SAM -electiveness/M -elective/SPY -electoral/Y -electorate/SM -elector/SM -Electra/M -electress/M -electricalness/M -electrical/PY -electrician/SM -electricity/SM -electric/S -electrification/M -electrifier/M -electrify/ZXGNDRS -electrocardiogram/MS -electrocardiograph/M -electrocardiographs -electrocardiography/MS -electrochemical/Y -electrocute/GNXSD -electrocution/M -electrode/SM -electrodynamics/M -electrodynamic/YS -electroencephalogram/SM -electroencephalographic -electroencephalograph/M -electroencephalographs -electroencephalography/MS -electrologist/MS -electroluminescent -electrolysis/M -electrolyte/SM -electrolytic -electrolytically -electrolyze/SDG -electro/M -electromagnetic -electromagnetically -electromagnetism/SM -electromagnet/SM -electromechanical -electromechanics -electromotive -electromyograph -electromyographic -electromyographically -electromyography/M -electronegative -electronically -electronic/S -electronics/M -electron/MS -electrophoresis/M -electrophorus/M -electroplate/DSG -electroscope/MS -electroscopic -electroshock/GDMS -electrostatic/S -electrostatics/M -electrotherapist/M -electrotype/GSDZM -electroweak -eleemosynary -Eleen/M -elegance/ISM -elegant/YI -elegiacal -elegiac/S -elegy/SM -elem -elemental/YS -elementarily -elementariness/M -elementary/P -element/MS -Elena/M -Elene/M -Eleni/M -Elenore/M -Eleonora/M -Eleonore/M -elephantiases -elephantiasis/M -elephantine -elephant/SM -elevated/S -elevate/XDSNG -elevation/M -elevator/SM -eleven/HM -elevens/S -elevenths -elev/NX -Elfie/M -elfin/S -elfish -elf/M -Elfreda/M -Elfrida/M -Elfrieda/M -Elga/M -Elgar/M -Elianora/M -Elianore/M -Elia/SM -Elicia/M -elicitation/MS -elicit/GSD -elide/GSD -Elie/M -eligibility/ISM -eligible/SI -Elihu/M -Elijah/M -Eli/M -eliminate/XSDYVGN -elimination/M -eliminator/SM -Elinore/M -Elinor/M -Eliot/M -Elisabeth/M -Elisabet/M -Elisabetta/M -Elisa/M -Elise/M -Eliseo/M -Elisha/M -elision/SM -Elissa/M -Elita/M -elite/MPS -elitism/SM -elitist/SM -elixir/MS -Elizabethan/S -Elizabeth/M -Elizabet/M -Eliza/M -Elka/M -Elke/M -Elkhart/M -elk/MS -Elladine/M -Ella/M -Ellary/M -Elle/M -Ellene/M -Ellen/M -Ellerey/M -Ellery/M -Ellesmere/M -Ellette/M -Ellie/M -Ellington/M -Elliot/M -Elliott/M -ellipse/MS -ellipsis/M -ellipsoidal -ellipsoid/MS -ellipsometer/MS -ellipsometry -elliptic -elliptical/YS -ellipticity/M -Elli/SM -Ellison/M -Ellissa/M -ell/MS -Ellswerth/M -Ellsworth/M -Ellwood/M -Elly/M -Ellyn/M -Ellynn/M -Elma/M -Elmer/M -Elmhurst/M -Elmira/M -elm/MRS -Elmo/M -Elmore/M -Elmsford/M -El/MY -Elna/MH -Elnar/M -Elnath/M -Elnora/M -Elnore/M -elocutionary -elocutionist/MS -elocution/SM -elodea/S -Elohim/M -Eloisa/M -Eloise/M -elongate/NGXSD -elongation/M -Elonore/M -elopement/MS -eloper/M -elope/SRDLG -eloquence/SM -eloquent/IY -Elora/M -Eloy/M -Elroy/M -els -Elsa/M -Elsbeth/M -else/M -Else/M -Elset/M -elsewhere -Elsey/M -Elsie/M -Elsi/M -Elsinore/M -Elspeth/M -Elston/M -Elsworth/M -Elsy/M -Eltanin/M -Elton/M -eluate/SM -elucidate/SDVNGX -elucidation/M -elude/GSD -elusiveness/SM -elusive/YP -elute/DGN -elution/M -Elva/M -elven -Elvera/M -elver/SM -elves/M -Elvia/M -Elvina/M -Elvin/M -Elvira/M -elvish -Elvis/M -Elvyn/M -Elwin/M -Elwira/M -Elwood/M -Elwyn/M -Ely/M -Elyn/M -Elysée/M -Elysees -Elyse/M -Elysha/M -Elysia/M -elysian -Elysian -Elysium/SM -Elyssa/M -EM -emaciate/NGXDS -emaciation/M -emacs/M -Emacs/M -email/SMDG -Emalee/M -Emalia/M -Ema/M -emanate/XSDVNG -emanation/M -emancipate/DSXGN -emancipation/M -emancipator/MS -Emanuele/M -Emanuel/M -emasculate/GNDSX -emasculation/M -embalmer/M -embalm/ZGRDS -embank/GLDS -embankment/MS -embarcadero -embargoes -embargo/GMD -embark/ADESG -embarkation/EMS -embarrassedly -embarrassed/U -embarrassing/Y -embarrassment/MS -embarrass/SDLG -embassy/MS -embattle/DSG -embeddable -embedded -embedder -embedding/MS -embed/S -embellished/U -embellisher/M -embellish/LGRSD -embellishment/MS -ember/MS -embezzle/LZGDRS -embezzlement/MS -embezzler/M -embitter/LGDS -embitterment/SM -emblazon/DLGS -emblazonment/SM -emblematic -emblem/GSMD -embodier/M -embodiment/ESM -embody/ESDGA -embolden/DSG -embolism/SM -embosom -embosser/M -emboss/ZGRSD -embouchure/SM -embower/GSD -embraceable -embracer/M -embrace/RSDVG -embracing/Y -embrasure/MS -embrittle -embrocation/SM -embroiderer/M -embroider/SGZDR -embroidery/MS -embroilment/MS -embroil/SLDG -embryologist/SM -embryology/MS -embryonic -embryo/SM -emceeing -emcee/SDM -Emelda/M -Emelen/M -Emelia/M -Emelina/M -Emeline/M -Emelita/M -Emelyne/M -emendation/MS -emend/SRDGB -emerald/SM -Emera/M -emerge/ADSG -emergence/MAS -emergency/SM -emergent/S -emerita -emeritae -emeriti -emeritus -Emerson/M -Emery/M -emery/MGSD -emetic/S -emf/S -emigrant/MS -emigrate/SDXNG -emigration/M -émigré/S -Emilee/M -Emile/M -Emilia/M -Emilie/M -Emili/M -Emiline/M -Emilio/M -Emil/M -Emily/M -eminence/MS -Eminence/MS -eminent/Y -emirate/SM -emir/SM -emissary/SM -emission/AMS -emissivity/MS -emit/S -emittance/M -emitted -emitter/SM -emitting -Emlen/M -Emlyn/M -Emlynne/M -Emlynn/M -em/M -Em/M -Emmalee/M -Emmaline/M -Emmalyn/M -Emmalynne/M -Emmalynn/M -Emma/M -Emmanuel/M -Emmeline/M -Emmerich/M -Emmery/M -Emmet/M -Emmett/M -Emmey/M -Emmie/M -Emmi/M -Emmit/M -Emmott/M -Emmye/M -Emmy/SM -Emogene/M -emollient/S -emolument/SM -Emory/M -emote/SDVGNX -emotionalism/MS -emotionality/M -emotionalize/GDS -emotional/UY -emotionless -emotion/M -emotive/Y -empaneled -empaneling -empath -empathetic -empathetical/Y -empathic -empathize/SDG -empathy/MS -emperor/MS -emphases -emphasis/M -emphasize/ZGCRSDA -emphatically/U -emphatic/U -emphysema/SM -emphysematous -empire/MS -empirical/Y -empiricism/SM -empiricist/SM -empiric/SM -emplace/L -emplacement/MS -employability/UM -employable/US -employed/U -employee/SM -employer/SM -employ/LAGDS -employment/UMAS -emporium/MS -empower/GLSD -empowerment/MS -empress/MS -emptier/M -emptily -emptiness/SM -empty/GRSDPT -empyrean/SM -ems/C -EMT -emulate/SDVGNX -emulation/M -emulative/Y -emulator/MS -emulsification/M -emulsifier/M -emulsify/NZSRDXG -emulsion/SM -emu/SM -Emylee/M -Emyle/M -enabler/M -enable/SRDZG -enactment/ASM -enact/SGALD -enameler/M -enamelware/SM -enamel/ZGJMDRS -enamor/DSG -en/BM -enc -encamp/LSDG -encampment/MS -encapsulate/SDGNX -encapsulation/M -encase/GSDL -encasement/SM -encephalitic -encephalitides -encephalitis/M -encephalographic -encephalopathy/M -enchain/SGD -enchanter/MS -enchant/ESLDG -enchanting/Y -enchantment/MSE -enchantress/MS -enchilada/SM -encipherer/M -encipher/SRDG -encircle/GLDS -encirclement/SM -encl -enclave/MGDS -enclosed/U -enclose/GDS -enclosure/SM -encoder/M -encode/ZJGSRD -encomium/SM -encompass/GDS -encore/GSD -encounter/GSD -encouragement/SM -encourager/M -encourage/SRDGL -encouraging/Y -encroacher/M -encroach/LGRSD -encroachment/MS -encrustation/MS -encrust/DSG -encrypt/DGS -encrypted/U -encryption/SM -encumbered/U -encumber/SEDG -encumbrancer/M -encumbrance/SRM -ency -encyclical/SM -encyclopaedia's -encyclopedia/SM -encyclopedic -encyst/GSLD -encystment/MS -endanger/DGSL -endangerment/SM -endear/GSLD -endearing/Y -endearment/MS -endeavored/U -endeavorer/M -endeavor/GZSMRD -endemically -endemicity -endemic/S -ender/M -endgame/M -Endicott/M -ending/M -endive/SM -endlessness/MS -endless/PY -endmost -endnote/MS -endocrine/S -endocrinologist/SM -endocrinology/SM -endogamous -endogamy/M -endogenous/Y -endomorphism/SM -endorse/DRSZGL -endorsement/MS -endorser/M -endoscope/MS -endoscopic -endoscopy/SM -endosperm/M -endothelial -endothermic -endow/GSDL -endowment/SM -endpoint/MS -endue/SDG -endungeoned -endurable/U -endurably/U -endurance/SM -endure/BSDG -enduringness/M -enduring/YP -endways -Endymion/M -end/ZGVMDRSJ -ENE -enema/SM -enemy/SM -energetically -energetic/S -energetics/M -energized/U -energizer/M -energize/ZGDRS -energy/MS -enervate/XNGVDS -enervation/M -enfeeble/GLDS -enfeeblement/SM -enfilade/MGDS -enfold/SGD -enforceability/M -enforceable/U -enforced/Y -enforce/LDRSZG -enforcement/SM -enforcer/M -enforcible/U -enfranchise/ELDRSG -enfranchisement/EMS -enfranchiser/M -engage/ADSGE -engagement/SEM -engaging/Y -Engelbert/M -Engel/MS -engender/DGS -engineer/GSMDJ -engineering/MY -engine/MGSD -England/M -england/ZR -Englebert/M -Englewood/M -English/GDRSM -Englishman/M -Englishmen -Englishwoman/M -Englishwomen -Eng/M -engorge/LGDS -engorgement/MS -Engracia/M -engram/MS -engraver/M -engrave/ZGDRSJ -engraving/M -engrossed/Y -engrosser/M -engross/GLDRS -engrossing/Y -engrossment/SM -engulf/GDSL -engulfment/SM -enhanceable -enhance/LZGDRS -enhancement/MS -enhancer/M -enharmonic -Enid/M -Enif/M -enigma/MS -enigmatic -enigmatically -Eniwetok/M -enjambement's -enjambment/MS -enjoinder -enjoin/GSD -enjoyability -enjoyableness/M -enjoyable/P -enjoyably -enjoy/GBDSL -enjoyment/SM -Enkidu/M -enlargeable -enlarge/LDRSZG -enlargement/MS -enlarger/M -enlightened/U -enlighten/GDSL -enlightening/U -enlightenment/SM -enlistee/MS -enlister/M -enlistment/SAM -enlist/SAGDL -enliven/LDGS -enlivenment/SM -enmesh/DSLG -enmeshment/SM -enmity/MS -Ennis/M -ennoble/LDRSG -ennoblement/SM -ennobler/M -ennui/SM -Enoch/M -enormity/SM -enormousness/MS -enormous/YP -Enos -enough -enoughs -enplane/DSG -enqueue/DS -enquirer/S -enquiringly -enrage/SDG -enrapture/GSD -Enrica/M -enricher/M -Enrichetta/M -enrich/LDSRG -enrichment/SM -Enrico/M -Enrika/M -Enrique/M -Enriqueta/M -enrobed -enrollee/SM -enroll/LGSD -enrollment/SM -ens -ensconce/DSG -ensemble/MS -enshrine/DSLG -enshrinement/SM -enshroud/DGS -ensign/SM -ensilage/DSMG -enslavement/MS -enslaver/M -enslave/ZGLDSR -ensnare/GLDS -ensnarement/SM -Ensolite/M -ensue/SDG -ensurer/M -ensure/SRDZG -entailer/M -entailment/MS -entail/SDRLG -entangle/EGDRSL -entanglement/ESM -entangler/EM -entente/MS -enter/ASDG -entered/U -enterer/M -enteritides -enteritis/SM -enterprise/GMSR -Enterprise/M -enterpriser/M -enterprising/Y -entertainer/M -entertaining/Y -entertainment/SM -entertain/SGZRDL -enthalpy/SM -enthrall/GDSL -enthrallment/SM -enthrone/GDSL -enthronement/MS -enthuse/DSG -enthusiasm/SM -enthusiastically/U -enthusiastic/U -enthusiast/MS -enticement/SM -entice/SRDJLZG -enticing/Y -entire/SY -entirety/SM -entitle/GLDS -entitlement/MS -entity/SM -entomb/GDSL -entombment/MS -entomological -entomologist/S -entomology/MS -entourage/SM -entr'acte/S -entrails -entrainer/M -entrain/GSLDR -entrancement/MS -entrance/MGDSL -entranceway/M -entrancing/Y -entrant/MS -entrapment/SM -entrapped -entrapping -entrap/SL -entreating/Y -entreat/SGD -entreaty/SM -entrée/S -entrench/LSDG -entrenchment/MS -entrepreneurial -entrepreneur/MS -entrepreneurship/M -entropic -entropy/MS -entrust/DSG -entry/ASM -entryway/SM -entwine/DSG -enumerable -enumerate/AN -enumerated/U -enumerates -enumerating -enumeration's/A -enumeration/SM -enumerative -enumerator/SM -enunciable -enunciated/U -enunciate/XGNSD -enunciation/M -enureses -enuresis/M -envelope/MS -enveloper/M -envelopment/MS -envelop/ZGLSDR -envenom/SDG -enviableness/M -enviable/U -enviably -envied/U -envier/M -enviousness/SM -envious/PY -environ/LGSD -environmentalism/SM -environmentalist/SM -environmental/Y -environment/MS -envisage/DSG -envision/GSD -envoy/SM -envying/Y -envy/SRDMG -enzymatic -enzymatically -enzyme/SM -enzymology/M -Eocene -EOE -eohippus/M -Eolanda/M -Eolande/M -eolian -eon/SM -EPA -epaulet/SM -épée/S -ephedrine/MS -ephemeral/SY -ephemera/MS -ephemerids -ephemeris/M -Ephesian/S -Ephesians/M -Ephesus/M -Ephraim/M -Ephrayim/M -Ephrem/M -epically -epicenter/SM -epic/SM -Epictetus/M -Epicurean -epicurean/S -epicure/SM -Epicurus/M -epicycle/MS -epicyclic -epicyclical/Y -epicycloid/M -epidemically -epidemic/MS -epidemiological/Y -epidemiologist/MS -epidemiology/MS -epidermal -epidermic -epidermis/MS -epidural -epigenetic -epiglottis/SM -epigrammatic -epigram/MS -epigrapher/M -epigraph/RM -epigraphs -epigraphy/MS -epilepsy/SM -epileptic/S -epilogue/SDMG -Epimethius/M -epinephrine/SM -epiphany/SM -Epiphany/SM -epiphenomena -episcopacy/MS -episcopalian -Episcopalian/S -Episcopal/S -episcopal/Y -episcopate/MS -episode/SM -episodic -episodically -epistemic -epistemological/Y -epistemology/M -epistle/MRS -Epistle/SM -epistolary/S -epistolatory -epitaph/GMD -epitaphs -epitaxial/Y -epitaxy/M -epithelial -epithelium/MS -epithet/MS -epitome/MS -epitomized/U -epitomizer/M -epitomize/SRDZG -epochal/Y -epoch/M -epochs -eponymous -epoxy/GSD -epsilon/SM -Epsom/M -Epstein/M -equability/MS -equableness/M -equable/P -equably -equaling -equality/ISM -equalization/MS -equalize/DRSGJZ -equalized/U -equalizer/M -equalizes/U -equal/USDY -equanimity/MS -equate/NGXBSD -equation/M -equatorial/S -equator/SM -equerry/MS -equestrianism/SM -equestrian/S -equestrienne/SM -equiangular -equidistant/Y -equilateral/S -equilibrate/GNSD -equilibration/M -equilibrium/MSE -equine/S -equinoctial/S -equinox/MS -equipage/SM -equipartition/M -equip/AS -equipment/SM -equipoise/GMSD -equipotent -equipped/AU -equipping/A -equiproportional -equiproportionality -equiproportionate -equitable/I -equitableness/M -equitably/I -equitation/SM -equity/IMS -equiv -equivalence/DSMG -equivalent/SY -equivocalness/MS -equivocal/UY -equivocate/NGSDX -equivocation/M -equivocator/SM -Equuleus/M -ER -ERA -eradicable/I -eradicate/SDXVGN -eradication/M -eradicator/SM -era/MS -Eran/M -erase/N -eraser/M -erasion/M -Erasmus/M -eras/SRDBGZ -Erastus/M -erasure/MS -Erato/M -Eratosthenes/M -erbium/SM -Erda/M -ere -Erebus/M -erect/GPSRDY -erectile -erection/SM -erectness/MS -erector/SM -Erek/M -erelong -eremite/MS -Erena/M -ergo -ergodic -ergodicity/M -ergonomically -ergonomics/M -ergonomic/U -ergophobia -ergosterol/SM -ergot/SM -erg/SM -Erhard/M -Erhart/M -Erica/M -Ericha/M -Erich/M -Ericka/M -Erick/M -Erickson/M -Eric/M -Ericson's -Ericsson's -Eridanus/M -Erie/SM -Erika/M -Erik/M -Erikson/M -Erina/M -Erin/M -Erinna/M -Erinn/M -eris -Eris -Eritrea/M -Erlang/M -Erlenmeyer/M -Erl/M -Er/M -Erma/M -Ermanno/M -Ermengarde/M -Ermentrude/M -Ermina/M -ermine/MSD -Erminia/M -Erminie/M -Ermin/M -Ernaline/M -Erna/M -Ernesta/M -Ernestine/M -Ernest/M -Ernesto/M -Ernestus/M -Ernie/M -Ernst/M -Erny/M -erode/SDG -erodible -erogenous -erosible -erosional -erosion/SM -erosiveness/M -erosive/P -Eros/SM -erotically -erotica/M -eroticism/MS -erotic/S -errancy/MS -errand/MS -errantry/M -errant/YS -errata/SM -erratically -erratic/S -erratum/MS -err/DGS -Errick/M -erring/UY -Erroll/M -Errol/M -erroneousness/M -erroneous/YP -error/SM -ersatz/S -Erse/M -Erskine/M -erst -erstwhile -Ertha/M -eructation/MS -eruct/DGS -erudite/NYX -erudition/M -erupt/DSVG -eruption/SM -eruptive/SY -Ervin/M -ErvIn/M -Erv/M -Erwin/M -Eryn/M -erysipelas/SM -erythrocyte/SM -es -e's -Es -E's -Esau/M -escadrille/M -escalate/CDSXGN -escalation/MC -escalator/SM -escallop/SGDM -escapable/I -escapade/SM -escapee/MS -escape/LGSRDB -escapement/MS -escaper/M -escapism/SM -escapist/S -escapology -escarole/MS -escarpment/MS -eschatology/M -Escherichia/M -Escher/M -eschew/SGD -Escondido/M -escort/SGMD -escritoire/SM -escrow/DMGS -escudo/MS -escutcheon/SM -Esdras/M -ESE -Eskimo/SM -ESL -Esma/M -Esmaria/M -Esmark/M -Esme/M -Esmeralda/M -esophageal -esophagi -esophagus/M -esoteric -esoterica -esoterically -esp -ESP -espadrille/MS -Espagnol/M -espalier/SMDG -especial/Y -Esperanto/M -Esperanza/M -Espinoza/M -espionage/SM -esplanade/SM -Esp/M -Esposito/M -espousal/MS -espouser/M -espouse/SRDG -espresso/SM -esprit/SM -espy/GSD -Esq/M -esquire/GMSD -Esquire/S -Esra/M -Essa/M -essayer/M -essayist/SM -essay/SZMGRD -essence/MS -Essene/SM -Essen/M -essentialist/M -essentially -essentialness/M -essential/USI -Essequibo/M -Essex/M -Essie/M -Essy/M -EST -established/U -establisher/M -establish/LAEGSD -establishment/EMAS -Establishment/MS -Esta/M -estate/GSDM -Esteban/M -esteem/EGDS -Estela/M -Estele/M -Estella/M -Estelle/M -Estell/M -Estel/M -Esterházy/M -ester/M -Ester/M -Estes -Estevan/M -Esther/M -esthete's -esthetically -esthetic's -esthetics's -estimable/I -estimableness/M -estimate/XDSNGV -estimating/A -estimation/M -estimator/SM -Estonia/M -Estonian/S -estoppal -Estrada/M -estrange/DRSLG -estrangement/SM -estranger/M -Estrella/M -Estrellita/M -estrogen/SM -estrous -estrus/SM -est/RZ -estuarine -estuary/SM -et -ET -ETA -Etan/M -eta/SM -etc -etcetera/SM -etcher/M -etch/GZJSRD -etching/M -ETD -eternalness/SM -eternal/PSY -eternity/SM -ethane/SM -Ethan/M -ethanol/MS -Ethelbert/M -Ethelda/M -Ethelind/M -Etheline/M -Ethelin/M -Ethel/M -Ethelred/M -Ethelyn/M -Ethe/M -etherealness/M -ethereal/PY -etherized -Ethernet/MS -ether/SM -ethically/U -ethicalness/M -ethical/PYS -ethicist/S -ethic/MS -Ethiopia/M -Ethiopian/S -ethnically -ethnicity/MS -ethnic/S -ethnocentric -ethnocentrism/MS -ethnographers -ethnographic -ethnography/M -ethnological -ethnologist/SM -ethnology/SM -ethnomethodology -ethological -ethologist/MS -ethology/SM -ethos/SM -ethylene/MS -Ethyl/M -ethyl/SM -Etienne/M -etiologic -etiological -etiology/SM -etiquette/SM -Etna/M -Etruria/M -Etruscan/MS -Etta/M -Ettie/M -Etti/M -Ettore/M -Etty/M -étude/MS -etymological/Y -etymologist/SM -etymology/MS -EU -eucalypti -eucalyptus/SM -Eucharistic -Eucharist/SM -euchre/MGSD -euclidean -Euclid/M -Eudora/M -Euell/M -Eugene/M -Eugenia/M -eugenically -eugenicist/SM -eugenic/S -eugenics/M -Eugenie/M -Eugenio/M -Eugenius/M -Eugen/M -Eugine/M -Eulalie/M -Eula/M -Eulerian/M -Euler/M -eulogistic -eulogist/MS -eulogized/U -eulogize/GRSDZ -eulogizer/M -eulogy/MS -Eu/M -Eumenides -Eunice/M -eunuch/M -eunuchs -Euphemia/M -euphemism/MS -euphemistic -euphemistically -euphemist/M -euphonious/Y -euphonium/M -euphony/SM -euphoria/SM -euphoric -euphorically -Euphrates/M -Eurasia/M -Eurasian/S -eureka/S -Euripides/M -Eur/M -Eurodollar/SM -Europa/M -Europeanization/SM -Europeanized -European/MS -Europe/M -europium/MS -Eurydice/M -Eustace/M -Eustachian/M -Eustacia/M -eutectic -Euterpe/M -euthanasia/SM -euthenics/M -evacuate/DSXNGV -evacuation/M -evacuee/MS -evader/M -evade/SRDBGZ -Evaleen/M -evaluable -evaluate/ADSGNX -evaluated/U -evaluational -evaluation/MA -evaluative -evaluator/MS -Eva/M -evanescence/MS -evanescent -Evangelia/M -evangelic -evangelicalism/SM -Evangelical/S -evangelical/YS -Evangelina/M -Evangeline/M -Evangelin/M -evangelism/SM -evangelistic -evangelist/MS -Evangelist/MS -evangelize/GDS -Evania/M -Evan/MS -Evanne/M -Evanston/M -Evansville/M -evaporate/VNGSDX -evaporation/M -evaporative/Y -evaporator/MS -evasion/SM -evasiveness/SM -evasive/PY -Eveleen/M -Evelina/M -Eveline/M -Evelin/M -Evelyn/M -Eve/M -evened -evener/M -evenhanded/YP -evening/SM -Evenki/M -Even/M -evenness/MSU -even/PUYRT -evens -evensong/MS -eventfulness/SM -eventful/YU -eventide/SM -event/SGM -eventuality/MS -eventual/Y -eventuate/GSD -Everard/M -Eveready/M -Evered/M -Everest/M -Everette/M -Everett/M -everglade/MS -Everglades -evergreen/S -Everhart/M -everlastingness/M -everlasting/PYS -everliving -evermore -EverReady/M -eve/RSM -ever/T -every -everybody/M -everydayness/M -everyday/P -everyman -everyone/MS -everyplace -everything -everywhere -eve's/A -eves/A -Evey/M -evict/DGS -eviction/SM -evidence/MGSD -evidential/Y -evident/YS -Evie/M -evildoer/SM -evildoing/MS -evilness/MS -evil/YRPTS -evince/SDG -Evin/M -eviscerate/GNXDS -evisceration/M -Evita/M -Ev/MN -evocable -evocate/NVX -evocation/M -evocativeness/M -evocative/YP -evoke/SDG -evolute/NMXS -evolutionarily -evolutionary -evolutionist/MS -evolution/M -evolve/SDG -Evonne/M -Evvie/M -Evvy/M -Evy/M -Evyn/M -Ewan/M -Eward/M -Ewart/M -Ewell/M -ewe/MZRS -Ewen/M -ewer/M -Ewing/M -exacerbate/NGXDS -exacerbation/M -exacter/M -exactingness/M -exacting/YP -exaction/SM -exactitude/ISM -exactly/I -exactness/MSI -exact/TGSPRDY -exaggerate/DSXNGV -exaggerated/YP -exaggeration/M -exaggerative/Y -exaggerator/MS -exaltation/SM -exalted/Y -exalter/M -exalt/ZRDGS -examen/M -examination/AS -examination's -examine/BGZDRS -examined/AU -examinees -examiner/M -examines/A -examining/A -exam/MNS -example/DSGM -exampled/U -exasperate/DSXGN -exasperated/Y -exasperating/Y -exasperation/M -Excalibur/M -excavate/NGDSX -excavation/M -excavator/SM -Excedrin/M -exceeder/M -exceeding/Y -exceed/SGDR -excelled -excellence/SM -excellency/MS -Excellency/MS -excellent/Y -excelling -excel/S -excelsior/S -except/DSGV -exceptionable/U -exceptionalness/M -exceptional/YU -exception/BMS -excerpter/M -excerpt/GMDRS -excess/GVDSM -excessiveness/M -excessive/PY -exchangeable -exchange/GDRSZ -exchanger/M -exchequer/SM -Exchequer/SM -excise/XMSDNGB -excision/M -excitability/MS -excitableness/M -excitable/P -excitably -excitation/SM -excitatory -excited/Y -excitement/MS -exciter/M -excite/RSDLBZG -excitingly -exciting/U -exciton/M -exclaimer/M -exclaim/SZDRG -exclamation/MS -exclamatory -exclude/DRSG -excluder/M -exclusionary -exclusioner/M -exclusion/SZMR -exclusiveness/SM -exclusive/SPY -exclusivity/MS -excommunicate/XVNGSD -excommunication/M -excoriate/GNXSD -excoriation/M -excremental -excrement/SM -excrescence/MS -excrescent -excreta -excrete/NGDRSX -excreter/M -excretion/M -excretory/S -excruciate/NGDS -excruciating/Y -excruciation/M -exculpate/XSDGN -exculpation/M -exculpatory -excursionist/SM -excursion/MS -excursiveness/SM -excursive/PY -excursus/MS -excusable/IP -excusableness/IM -excusably/I -excuse/BGRSD -excused/U -excuser/M -exec/MS -execrableness/M -execrable/P -execrably -execrate/DSXNGV -execration/M -executable/MS -execute/NGVZBXDRS -executer/M -executional -executioner/M -execution/ZMR -executive/SM -executor/SM -executrices -executrix/M -exegeses -exegesis/M -exegete/M -exegetical -exegetic/S -exemplariness/M -exemplar/MS -exemplary/P -exemplification/M -exemplifier/M -exemplify/ZXNSRDG -exemption/MS -exempt/SDG -exerciser/M -exercise/ZDRSGB -exertion/MS -exert/SGD -Exeter/M -exeunt -exhalation/SM -exhale/GSD -exhausted/Y -exhauster/M -exhaustible/I -exhausting/Y -exhaustion/SM -exhaustiveness/MS -exhaustive/YP -exhaust/VGRDS -exhibitioner/M -exhibitionism/MS -exhibitionist/MS -exhibition/ZMRS -exhibitor/SM -exhibit/VGSD -exhilarate/XSDVNG -exhilarating/Y -exhilaration/M -exhortation/SM -exhort/DRSG -exhorter/M -exhumation/SM -exhume/GRSD -exhumer/M -exigence/S -exigency/SM -exigent/SY -exiguity/SM -exiguous -exile/SDGM -existence/MS -existent/I -existentialism/MS -existentialistic -existentialist/MS -existential/Y -existents -exist/SDG -exit/MDSG -exobiology/MS -exocrine -Exodus/M -exodus/SM -exogamous -exogamy/M -exogenous/Y -exonerate/SDVGNX -exoneration/M -exorbitance/MS -exorbitant/Y -exorcise/SDG -exorcism/SM -exorcist/SM -exorcizer/M -exoskeleton/MS -exosphere/SM -exothermic -exothermically -exotica -exotically -exoticism/SM -exoticness/M -exotic/PS -exp -expandability/M -expand/DRSGZB -expanded/U -expander/M -expanse/DSXGNVM -expansible -expansionary -expansionism/MS -expansionist/MS -expansion/M -expansiveness/S -expansive/YP -expatiate/XSDNG -expatiation/M -expatriate/SDNGX -expatriation/M -expectancy/MS -expectant/YS -expectational -expectation/MS -expected/UPY -expecting/Y -expectorant/S -expectorate/NGXDS -expectoration/M -expect/SBGD -expedience/IS -expediency/IMS -expedients -expedient/YI -expediter/M -expedite/ZDRSNGX -expeditionary -expedition/M -expeditiousness/MS -expeditious/YP -expeditor's -expellable -expelled -expelling -expel/S -expendable/S -expended/U -expender/M -expenditure/SM -expend/SDRGB -expense/DSGVM -expensive/IYP -expensiveness/SMI -experienced/U -experience/ISDM -experiencing -experiential/Y -experimentalism/M -experimentalist/SM -experimental/Y -experimentation/SM -experimenter/M -experiment/GSMDRZ -experted -experting -expertise/SM -expertize/GD -expertnesses -expertness/IM -expert/PISY -expert's -expiable/I -expiate/XGNDS -expiation/M -expiatory -expiration/MS -expired/U -expire/SDG -expiry/MS -explainable/UI -explain/ADSG -explained/U -explainer/SM -explanation/MS -explanatory -expletive/SM -explicable/I -explicate/VGNSDX -explication/M -explicative/Y -explicitness/SM -explicit/PSY -explode/DSRGZ -exploded/U -exploder/M -exploitation/MS -exploitative -exploited/U -exploiter/M -exploit/ZGVSMDRB -exploration/MS -exploratory -explore/DSRBGZ -explored/U -explorer/M -explosion/MS -explosiveness/SM -explosive/YPS -expo/MS -exponential/SY -exponentiate/XSDNG -exponentiation/M -exponent/MS -exportability -exportable -export/AGSD -exportation/SM -exporter/MS -export's -expose -exposed/U -exposer/M -exposit/D -exposition/SM -expositor/MS -expository -expos/RSDZG -expostulate/DSXNG -expostulation/M -exposure/SM -expounder/M -expound/ZGSDR -expressed/U -expresser/M -express/GVDRSY -expressibility/I -expressible/I -expressibly/I -expressionism/SM -expressionistic -expressionist/S -expressionless/YP -expression/MS -expressive/IYP -expressiveness/MS -expressiveness's/I -expressway/SM -expropriate/XDSGN -expropriation/M -expropriator/SM -expulsion/MS -expunge/GDSR -expunger/M -expurgated/U -expurgate/SDGNX -expurgation/M -exquisiteness/SM -exquisite/YPS -ex/S -ext -extant -extemporaneousness/MS -extemporaneous/YP -extempore/S -extemporization/SM -extemporizer/M -extemporize/ZGSRD -extendability/M -extendedly -extendedness/M -extended/U -extender/M -extendibility/M -extendibles -extend/SGZDR -extensibility/M -extensible/I -extensional/Y -extension/SM -extensiveness/SM -extensive/PY -extensor/MS -extent/SM -extenuate/XSDGN -extenuation/M -exterior/MYS -exterminate/XNGDS -extermination/M -exterminator/SM -externalities -externalization/SM -externalize/GDS -external/YS -extern/M -extinct/DGVS -extinction/MS -extinguishable/I -extinguish/BZGDRS -extinguisher/M -extirpate/XSDVNG -extirpation/M -extolled -extoller/M -extolling -extol/S -extort/DRSGV -extorter/M -extortionate/Y -extortioner/M -extortionist/SM -extortion/ZSRM -extracellular/Y -extract/GVSBD -extraction/SM -extractive/Y -extractor/SM -extracurricular/S -extradite/XNGSDB -extradition/M -extragalactic -extralegal/Y -extramarital -extramural -extraneousness/M -extraneous/YP -extraordinarily -extraordinariness/M -extraordinary/PS -extrapolate/XVGNSD -extrapolation/M -extra/S -extrasensory -extraterrestrial/S -extraterritorial -extraterritoriality/MS -extravagance/MS -extravagant/Y -extravaganza/SM -extravehicular -extravert's -extrema -extremal -extreme/DSRYTP -extremeness/MS -extremism/SM -extremist/MS -extremity/SM -extricable/I -extricate/XSDNG -extrication/M -extrinsic -extrinsically -extroversion/SM -extrovert/GMDS -extrude/GDSR -extruder/M -extrusion/MS -extrusive -exuberance/MS -exuberant/Y -exudate/XNM -exudation/M -exude/GSD -exultant/Y -exultation/SM -exult/DGS -exulting/Y -exurban -exurbanite/SM -exurbia/MS -exurb/MS -Exxon/M -Eyck/M -Eyde/M -Eydie/M -eyeball/GSMD -eyebrow/MS -eyed/P -eyedropper/MS -eyeful/MS -eye/GDRSMZ -eyeglass/MS -eyelash/MS -eyeless -eyelet/GSMD -eyelid/SM -eyeliner/MS -eyeopener/MS -eyeopening -eyepiece/SM -eyer/M -eyeshadow -eyesight/MS -eyesore/SM -eyestrain/MS -eyeteeth -eyetooth/M -eyewash/MS -eyewitness/SM -Eyre/M -eyrie's -Eysenck/M -Ezechiel/M -Ezekiel/M -Ezequiel/M -Eziechiele/M -Ezmeralda/M -Ezra/M -Ezri/M -F -FAA -Fabe/MR -Fabergé/M -Faber/M -Fabiano/M -Fabian/S -Fabien/M -Fabio/M -fable/GMSRD -fabler/M -fabricate/SDXNG -fabrication/M -fabricator/MS -fabric/MS -fabulists -fabulousness/M -fabulous/YP -facade/GMSD -face/AGCSD -facecloth -facecloths -faceless/P -faceplate/M -facer/CM -face's -facetiousness/MS -facetious/YP -facet/SGMD -facial/YS -facileness/M -facile/YP -facilitate/VNGXSD -facilitation/M -facilitator/SM -facilitatory -facility/MS -facing/MS -facsimileing -facsimile/MSD -factional -factionalism/SM -faction/SM -factiousness/M -factious/PY -factitious -fact/MS -facto -factoid/S -factorial/MS -factoring/A -factoring's -factorisable -factorization/SM -factorize/GSD -factor/SDMJG -factory/MS -factotum/MS -factuality/M -factualness/M -factual/PY -faculty/MS -faddish -faddist/SM -fadedly -faded/U -fadeout -fader/M -fade/S -fading's -fading/U -fad/ZGSMDR -Fae/M -faerie/MS -Faeroe/M -faery's -Fafnir/M -fagged -fagging -faggoting's -Fagin/M -fag/MS -fagoting/M -fagot/MDSJG -Fahd/M -Fahrenheit/S -faïence/S -failing's -failing/UY -fail/JSGD -faille/MS -failsafe -failure/SM -Faina/M -fain/GTSRD -fainter/M -fainthearted -faintness/MS -faint/YRDSGPT -Fairbanks -Fairchild/M -faired -Fairfax/M -Fairfield/M -fairgoer/S -fairground/MS -fairing/MS -fairish -Fairleigh/M -fairless -Fairlie/M -Fair/M -Fairmont/M -fairness's -fairness/US -Fairport/M -fairs -fair/TURYP -Fairview/M -fairway/MS -fairyland/MS -fairy/MS -fairytale -Faisalabad -Faisal/M -faithed -faithfulness/MSU -faithfuls -faithful/UYP -faithing -faithlessness/SM -faithless/YP -Faith/M -faiths -faith's -faith/U -fajitas -faker/M -fake/ZGDRS -fakir/SM -falafel -falconer/M -falconry/MS -falcon/ZSRM -Falito/M -Falkland/MS -Falk/M -Falkner/M -fallaciousness/M -fallacious/PY -fallacy/MS -faller/M -fallibility/MSI -fallible/I -fallibleness/MS -fallibly/I -falloff/S -Fallon/M -fallopian -Fallopian/M -fallout/MS -fallowness/M -fallow/PSGD -fall/SGZMRN -falsehood/SM -falseness/SM -false/PTYR -falsetto/SM -falsie/MS -falsifiability/M -falsifiable/U -falsification/M -falsifier/M -falsify/ZRSDNXG -falsity/MS -Falstaff/M -falterer/M -faltering/UY -falter/RDSGJ -Falwell/M -fa/M -famed/C -fame/DSMG -fames/C -familial -familiarity/MUS -familiarization/MS -familiarized/U -familiarizer/M -familiarize/ZGRSD -familiarizing/Y -familiarly/U -familiarness/M -familiar/YPS -family/MS -famine/SM -faming/C -famish/GSD -famously/I -famousness/M -famous/PY -fanaticalness/M -fanatical/YP -fanaticism/MS -fanatic/SM -Fanchette/M -Fanchon/M -fancied -Fancie/M -fancier/SM -fanciest -fancifulness/MS -fanciful/YP -fancily -fanciness/SM -fancying -fancy/IS -Fancy/M -fancywork/SM -fandango/SM -Fanechka/M -fanfare/SM -fanfold/M -fang/DMS -fangled -Fania/M -fanlight/SM -Fan/M -fanned -Fannie/M -Fanni/M -fanning -fanny/SM -Fanny/SM -fanout -fan/SM -fantail/SM -fantasia/SM -fantasist/M -fantasize/SRDG -fantastical/Y -fantastic/S -fantasy/GMSD -Fanya/M -fanzine/S -FAQ/SM -Faraday/M -farad/SM -Farah/M -Fara/M -Farand/M -faraway -Farber/M -farce/SDGM -farcical/Y -fare/MS -farer/M -farewell/DGMS -farfetchedness/M -far/GDR -Fargo/M -Farica/M -farinaceous -farina/MS -Farkas/M -Farlay/M -Farlee/M -Farleigh/M -Farley/M -Farlie/M -Farly/M -farmer/M -Farmer/M -farmhand/S -farmhouse/SM -farming/M -Farmington/M -farmland/SM -farm/MRDGZSJ -farmstead/SM -farmworker/S -Far/MY -farmyard/MS -faro/MS -farragoes -farrago/M -Farragut/M -Farrah/M -Farrakhan/M -Farra/M -Farrand/M -Farrell/M -Farrel/M -farrier/SM -Farris/M -Farr/M -farrow/DMGS -farseeing -farsightedness/SM -farsighted/YP -farther -farthermost -farthest -farthing/SM -fart/MDGS! -fas -fascia/SM -fascicle/DSM -fasciculate/DNX -fasciculation/M -fascinate/SDNGX -fascinating/Y -fascination/M -fascism/MS -Fascism's -fascistic -Fascist's -fascist/SM -fashionableness/M -fashionable/PS -fashionably/U -fashion/ADSG -fashioner/SM -fashion's -Fassbinder/M -fastback/MS -fastball/S -fasten/AGUDS -fastener/MS -fastening/SM -fast/GTXSPRND -fastidiousness/MS -fastidious/PY -fastness/MS -fatalism/MS -fatalistic -fatalistically -fatalist/MS -fatality/MS -fatal/SY -fatback/SM -fatefulness/MS -fateful/YP -fate/MS -Fates -fatheaded/P -fathead/SMD -father/DYMGS -fathered/U -fatherhood/MS -fatherland/SM -fatherless -fatherliness/M -fatherly/P -Father/SM -fathomable/U -fathomless -fathom/MDSBG -fatigued/U -fatigue/MGSD -fatiguing/Y -Fatima/M -fatness/SM -fat/PSGMDY -fatso/M -fatted -fattener/M -fatten/JZGSRD -fatter -fattest/M -fattiness/SM -fatting -fatty/RSPT -fatuity/MS -fatuousness/SM -fatuous/YP -fatwa/SM -faucet/SM -Faulknerian -Faulkner/M -fault/CGSMD -faultfinder/MS -faultfinding/MS -faultily -faultiness/MS -faultlessness/SM -faultless/PY -faulty/RTP -fauna/MS -Faunie/M -Faun/M -faun/MS -Fauntleroy/M -Faustian -Faustina/M -Faustine/M -Faustino/M -Faust/M -Faustus/M -fauvism/S -favorableness/MU -favorable/UMPS -favorably/U -favoredness/M -favored's/U -favored/YPSM -favorer/EM -favor/ESMRDGZ -favoring/MYS -favorings/U -favorite/SMU -favoritism/MS -favors/A -Fawkes/M -Fawne/M -fawner/M -fawn/GZRDMS -Fawnia/M -fawning/Y -Fawn/M -fax/GMDS -Fax/M -Faydra/M -Faye/M -Fayette/M -Fayetteville/M -Fayina/M -Fay/M -fay/MDRGS -Fayre/M -Faythe/M -Fayth/M -faze/DSG -FBI -FCC -FD -FDA -FDIC -FDR/M -fealty/MS -fearfuller -fearfullest -fearfulness/MS -fearful/YP -fearlessness/MS -fearless/PY -fear/RDMSG -fearsomeness/M -fearsome/PY -feasibility/SM -feasibleness/M -feasible/UI -feasibly/U -feaster/M -feast/GSMRD -feater/C -featherbed -featherbedding/SM -featherbrain/MD -feathered/U -feathering/M -featherless -featherlight -Featherman/M -feathertop -featherweight/SM -feathery/TR -feather/ZMDRGS -feat/MYRGTS -feats/C -featureless -feature/MGSD -Feb/M -febrile -February/MS -fecal -feces -fecklessness/M -feckless/PY -fecundability -fecundate/XSDGN -fecundation/M -fecund/I -fecundity/SM -federalism/SM -Federalist -federalist/MS -federalization/MS -federalize/GSD -Federal/S -federal/YS -federated/U -federate/FSDXVNG -federation/FM -federative/Y -Federica/M -Federico/M -FedEx/M -Fedora/M -fedora/SM -feds -Fed/SM -fed/U -feebleness/SM -feeble/TPR -feebly -feedback/SM -feedbag/MS -feeder/M -feed/GRZJS -feeding/M -feedlot/SM -feedstock -feedstuffs -feeing -feeler/M -feel/GZJRS -feelingly/U -feeling/MYP -feelingness/M -Fee/M -fee/MDS -feet/M -feigned/U -feigner/M -feign/RDGS -feint/MDSG -feisty/RT -Felder/M -Feldman/M -feldspar/MS -Felecia/M -Felicdad/M -Felice/M -Felicia/M -Felicio/M -felicitate/XGNSD -felicitation/M -felicitous/IY -felicitousness/M -felicity/IMS -Felicity/M -Felicle/M -Felic/M -Felike/M -Feliks/M -feline/SY -Felipa/M -Felipe/M -Felisha/M -Felita/M -Felix/M -Feliza/M -Felizio/M -fella/S -fellatio/SM -felled/A -feller/M -felling/A -Fellini/M -fellness/M -fellowman -fellowmen -fellow/SGDYM -fellowshipped -fellowshipping -fellowship/SM -fell/PSGZTRD -feloniousness/M -felonious/PY -felon/MS -felony/MS -felt/GSD -felting/M -Fe/M -female/MPS -femaleness/SM -feminineness/M -feminine/PYS -femininity/MS -feminism/MS -feminist/MS -femme/MS -femoral -fem/S -femur/MS -fenced/U -fencepost/M -fencer/M -fence/SRDJGMZ -fencing/M -fender/CM -fend/RDSCZG -Fenelia/M -fenestration/CSM -Fenian/M -fenland/M -fen/MS -fennel/SM -Fenwick/M -Feodora/M -Feodor/M -feral -Ferber/M -Ferdie/M -Ferdinanda/M -Ferdinande/M -Ferdinand/M -Ferdinando/M -Ferd/M -Ferdy/M -fer/FLC -Fergus/M -Ferguson/M -Ferlinghetti/M -Fermat/M -fermentation/MS -fermented -fermenter -ferment/FSCM -fermenting -Fermi/M -fermion/MS -fermium/MS -Fernanda/M -Fernande/M -Fernandez/M -Fernandina/M -Fernando/M -Ferne/M -fernery/M -Fern/M -fern/MS -ferny/TR -ferociousness/MS -ferocious/YP -ferocity/MS -Ferrari/M -Ferraro/M -Ferreira/M -Ferrell/M -Ferrel/M -Ferrer/M -ferreter/M -ferret/SMRDG -ferric -ferris -Ferris -ferrite/M -ferro -ferroelectric -ferromagnetic -ferromagnet/M -ferrous -ferrule/MGSD -ferryboat/MS -ferryman/M -ferrymen -ferry/SDMG -fertileness/M -fertile/YP -fertility/IMS -fertilization/ASM -fertilized/U -fertilizer/M -fertilizes/A -fertilize/SRDZG -ferule/SDGM -fervency/MS -fervent/Y -fervidness/M -fervid/YP -fervor/MS -fess/KGFSD -Fess/M -fess's -festal/S -fester/GD -festival/SM -festiveness/SM -festive/PY -festivity/SM -festoon/SMDG -fest/RVZ -fetal -feta/MS -fetcher/M -fetching/Y -fetch/RSDGZ -feted -fête/MS -fetich's -fetidness/SM -fetid/YP -feting -fetishism/SM -fetishistic -fetishist/SM -fetish/MS -fetlock/MS -fetter's -fetter/UGSD -fettle/GSD -fettling/M -fettuccine/S -fetus/SM -feudalism/MS -feudalistic -feudal/Y -feudatory/M -feud/MDSG -feverishness/SM -feverish/PY -fever/SDMG -fewness/MS -few/PTRS -Fey/M -Feynman/M -fey/RT -fez/M -Fez/M -fezzes -ff -FHA -fiancée/S -fiancé/MS -Fianna/M -Fiann/M -fiascoes -fiasco/M -Fiat/M -fiat/MS -fibbed -fibber/MS -fibbing -fiberboard/MS -fiber/DM -fiberfill/S -Fiberglas/M -fiberglass/DSMG -Fibonacci/M -fibrillate/XGNDS -fibrillation/M -fibril/MS -fibrin/MS -fibroblast/MS -fibroid/S -fibroses -fibrosis/M -fibrousness/M -fibrous/YP -fib/SZMR -fibulae -fibula/M -fibular -FICA -fices -fiche/SM -Fichte/M -fichu/SM -fickleness/MS -fickle/RTP -ficos -fictionalization/MS -fictionalize/DSG -fictional/Y -fiction/SM -fictitiousness/M -fictitious/PY -fictive/Y -ficus -fiddle/GMZJRSD -fiddler/M -fiddlestick/SM -fiddly -fide/F -Fidela/M -Fidelia/M -Fidelio/M -fidelity/IMS -Fidelity/M -Fidel/M -fidget/DSG -fidgety -Fidole/M -Fido/M -fiducial/Y -fiduciary/MS -fiefdom/S -fief/MS -fielded -fielder/IM -fielding -Fielding/M -Field/MGS -fieldstone/M -fieldworker/M -fieldwork/ZMRS -field/ZISMR -fiendishness/M -fiendish/YP -fiend/MS -fierceness/SM -fierce/RPTY -fierily -fieriness/MS -fiery/PTR -fie/S -fies/C -fiesta/MS -fife/DRSMZG -fifer/M -Fifi/M -Fifine/M -FIFO -fifteen/HRMS -fifteenths -fifths -fifth/Y -fiftieths -fifty/HSM -Figaro/M -figged -figging -fightback -fighter/MIS -fighting/IS -fight/ZSJRG -figment/MS -fig/MLS -Figueroa/M -figural -figuration/FSM -figurativeness/M -figurative/YP -figure/GFESD -figurehead/SM -figurer/SM -figure's -figurine/SM -figuring/S -Fijian/SM -Fiji/M -filamentary -filament/MS -filamentous -Filberte/M -Filbert/M -filbert/MS -Filberto/M -filch/SDG -filed/AC -file/KDRSGMZ -filename/SM -filer/KMCS -files/AC -filet's -filial/UY -Filia/M -filibusterer/M -filibuster/MDRSZG -Filide/M -filigreeing -filigree/MSD -filing/AC -filings -Filipino/SM -Filip/M -Filippa/M -Filippo/M -fill/BAJGSD -filled/U -filler/MS -filleting/M -fillet/MDSG -filling/M -fillip/MDGS -Fillmore/M -filly/SM -filmdom/M -Filmer/M -filminess/SM -filming/M -filmmaker/S -Filmore/M -film/SGMD -filmstrip/SM -filmy/RTP -Filofax/S -filtered/U -filterer/M -filter/RDMSZGB -filthily -filthiness/SM -filth/M -filths -filthy/TRSDGP -filtrated/I -filtrate/SDXMNG -filtrates/I -filtrating/I -filtration/IMS -finagler/M -finagle/RSDZG -finale/MS -finalist/MS -finality/MS -finalization/SM -finalize/GSD -final/SY -Fina/M -financed/A -finance/MGSDJ -finances/A -financial/Y -financier/DMGS -financing/A -Finch/M -finch/MS -findable/U -find/BRJSGZ -finder/M -finding/M -Findlay/M -Findley/M -fine/FGSCRDA -finely -fineness/MS -finery/MAS -fine's -finespun -finesse/SDMG -fingerboard/SM -fingerer/M -fingering/M -fingerless -fingerling/M -fingernail/MS -fingerprint/SGDM -finger/SGRDMJ -fingertip/MS -finial/SM -finical -finickiness/S -finicky/RPT -fining/M -finished/UA -finisher/M -finishes/A -finish/JZGRSD -finis/SM -finite/ISPY -finitely/C -finiteness/MIC -fink/GDMS -Finland/M -Finlay/M -Finley/M -Fin/M -Finnbogadottir/M -finned -Finnegan/M -finner -finning -Finnish -Finn/MS -finny/RT -fin/TGMDRS -Fiona/M -Fionna/M -Fionnula/M -fiord's -Fiorello/M -Fiorenze/M -Fiori/M -f/IRAC -firearm/SM -fireball/SM -fireboat/M -firebomb/MDSG -firebox/MS -firebrand/MS -firebreak/SM -firebrick/SM -firebug/SM -firecracker/SM -firedamp/SM -fired/U -firefight/JRGZS -firefly/MS -Firefox/M -fireguard/M -firehouse/MS -firelight/GZSM -fireman/M -firemen -fire/MS -fireplace/MS -fireplug/MS -firepower/SM -fireproof/SGD -firer/M -firesafe -fireside/SM -Firestone/M -firestorm/SM -firetrap/SM -firetruck/S -firewall/S -firewater/SM -firewood/MS -firework/MS -firing/M -firkin/M -firmament/MS -firmer -firmest -firm/ISFDG -firmly/I -firmness/MS -firm's -firmware/MS -firring -firstborn/S -firsthand -first/SY -firth/M -firths -fir/ZGJMDRHS -fiscal/YS -Fischbein/M -Fischer/M -fishbowl/MS -fishcake/S -fisher/M -Fisher/M -fisherman/M -fishermen/M -fishery/MS -fishhook/MS -fishily -fishiness/MS -fishing/M -fish/JGZMSRD -Fishkill/M -fishmeal -fishmonger/MS -fishnet/SM -fishpond/SM -fishtail/DMGS -fishtanks -fishwife/M -fishwives -fishy/TPR -Fiske/M -Fisk/M -fissile -fissionable/S -fission/BSDMG -fissure/MGSD -fistfight/SM -fistful/MS -fisticuff/SM -fist/MDGS -fistula/SM -fistulous -Fitchburg/M -Fitch/M -fitfulness/SM -fitful/PY -fitments -fitness/USM -fits/AK -fit's/K -fitted/UA -fitter/SM -fittest -fitting/AU -fittingly -fittingness/M -fittings -fit/UYPS -Fitzgerald/M -Fitz/M -Fitzpatrick/M -Fitzroy/M -fivefold -five/MRS -fiver/M -fixable -fixate/VNGXSD -fixatifs -fixation/M -fixative/S -fixedness/M -fixed/YP -fixer/SM -fixes/I -fixing/SM -fixity/MS -fixture/SM -fix/USDG -Fizeau/M -fizzer/M -fizzle/GSD -fizz/SRDG -fizzy/RT -fjord/SM -FL -flabbergast/GSD -flabbergasting/Y -flabbily -flabbiness/SM -flabby/TPR -flab/MS -flaccidity/MS -flaccid/Y -flack/SGDM -flagella/M -flagellate/DSNGX -flagellation/M -flagellum/M -flagged -flaggingly/U -flagging/SMY -flagman/M -flagmen -flag/MS -flagon/SM -flagpole/SM -flagrance/MS -flagrancy/SM -flagrant/Y -flagship/MS -flagstaff/MS -flagstone/SM -flail/SGMD -flair/SM -flaker/M -flake/SM -flakiness/MS -flak/RDMGS -flaky/PRT -Fla/M -flambé/D -flambeing -flambes -flamboyance/MS -flamboyancy/MS -flamboyant/YS -flamenco/SM -flamen/M -flameproof/DGS -flamer/IM -flame's -flame/SIGDR -flamethrower/SM -flamingo/SM -flaming/Y -flammability/ISM -flammable/SI -flam/MRNDJGZ -Flanagan/M -Flanders/M -flange/GMSD -flanker/M -flank/SGZRDM -flan/MS -flannel/DMGS -flannelet/MS -flannelette's -flapjack/SM -flap/MS -flapped -flapper/SM -flapping -flaps/M -flare/SDG -flareup/S -flaring/Y -flashback/SM -flashbulb/SM -flashcard/S -flashcube/MS -flasher/M -flashgun/S -flashily -flashiness/SM -flashing/M -flash/JMRSDGZ -flashlight/MS -flashy/TPR -flask/SM -flatbed/S -flatboat/MS -flatcar/MS -flatfeet -flatfish/SM -flatfoot/SGDM -flathead/M -flatiron/SM -flatland/RS -flatmate/M -flat/MYPS -flatness/MS -flatted -flattener/M -flatten/SDRG -flatter/DRSZG -flatterer/M -flattering/YU -flattery/SM -flattest/M -flatting -flattish -Flatt/M -flattop/MS -flatulence/SM -flatulent/Y -flatus/SM -flatware/MS -flatworm/SM -Flaubert/M -flaunting/Y -flaunt/SDG -flautist/SM -flavored/U -flavorer/M -flavorful -flavoring/M -flavorless -flavor/SJDRMZG -flavorsome -flaw/GDMS -flawlessness/MS -flawless/PY -flax/MSN -flaxseed/M -flayer/M -flay/RDGZS -fleabag/MS -fleabites -flea/SM -fleawort/M -fleck/GRDMS -Fledermaus/M -fledged/U -fledge/GSD -fledgling/SM -fleecer/M -fleece/RSDGMZ -fleeciness/SM -fleecy/RTP -fleeing -flee/RS -fleetingly/M -fleetingness/SM -fleeting/YP -fleet/MYRDGTPS -fleetness/MS -Fleischer/M -Fleischman/M -Fleisher/M -Fleming/M -Flemished/M -Flemish/GDSM -Flemishing/M -Flem/JGM -Flemming/M -flesher/M -fleshiness/M -flesh/JMYRSDG -fleshless -fleshly/TR -fleshpot/SM -fleshy/TPR -fletch/DRSGJ -fletcher/M -Fletcher/M -fletching/M -Fletch/MR -Fleurette/M -Fleur/M -flew/S -flews/M -flexed/I -flexibility/MSI -flexible/I -flexibly/I -flexitime's -flex/MSDAG -flextime/S -flexural -flexure/M -fl/GJD -flibbertigibbet/MS -flicker/GD -flickering/Y -flickery -flick/GZSRD -flier/M -flight/GMDS -flightiness/SM -flightless -flightpath -flighty/RTP -flimflammed -flimflamming -flimflam/MS -flimsily -flimsiness/MS -flimsy/PTRS -flincher/M -flinch/GDRS -flinching/U -flinger/M -fling/RMG -Flin/M -Flinn/M -flintiness/M -flintless -flintlock/MS -Flint/M -flint/MDSG -Flintstones -flinty/TRP -flipflop -flippable -flippancy/MS -flippant/Y -flipped -flipper/SM -flippest -flipping -flip/S -flirtation/SM -flirtatiousness/MS -flirtatious/PY -flirt/GRDS -flit/S -flitted -flitting -floater/M -float/SRDGJZ -floaty -flocculate/GNDS -flocculation/M -flock/SJDMG -floe/MS -flogged -flogger/SM -flogging/SM -flog/S -Flo/M -floodgate/MS -floodlight/DGMS -floodlit -floodplain/S -flood/SMRDG -floodwater/SM -floorboard/MS -floorer/M -flooring/M -floor/SJRDMG -floorspace -floorwalker/SM -floozy/SM -flophouse/SM -flop/MS -flopped -flopper/M -floppily -floppiness/SM -flopping -floppy/TMRSP -floral/SY -Flora/M -Florance/M -flora/SM -Florella/M -Florence/M -Florencia/M -Florentia/M -Florentine/S -Florenza/M -florescence/MIS -florescent/I -Flore/SM -floret/MS -Florette/M -Floria/M -Florian/M -Florida/M -Floridan/S -Floridian/S -floridness/SM -florid/YP -Florie/M -Florina/M -Florinda/M -Florine/M -florin/MS -Flori/SM -florist/MS -Flor/M -Florrie/M -Florri/M -Florry/M -Flory/M -floss/GSDM -Flossie/M -Flossi/M -Flossy/M -flossy/RST -flotation/SM -flotilla/SM -flotsam/SM -flounce/GDS -flouncing/M -flouncy/RT -flounder/SDG -flourisher/M -flourish/GSRD -flourishing/Y -flour/SGDM -floury/TR -flouter/M -flout/GZSRD -flowchart/SG -flowed -flowerbed/SM -flower/CSGD -flowerer/M -floweriness/SM -flowerless -flowerpot/MS -flower's -Flowers -flowery/TRP -flowing/Y -flow/ISG -flown -flowstone -Floyd/M -Flss/M -flt -flubbed -flubbing -flub/S -fluctuate/XSDNG -fluctuation/M -fluency/MS -fluently -fluent/SF -flue/SM -fluffiness/SM -fluff/SGDM -fluffy/PRT -fluidity/SM -fluidized -fluid/MYSP -fluidness/M -fluke/SDGM -fluky/RT -flume/SDGM -flummox/DSG -flu/MS -flung -flunkey's -flunk/SRDG -flunky/MS -fluoresce/GSRD -fluorescence/MS -fluorescent/S -fluoridate/XDSGN -fluoridation/M -fluoride/SM -fluorimetric -fluorinated -fluorine/SM -fluorite/MS -fluorocarbon/MS -fluoroscope/MGDS -fluoroscopic -flurry/GMDS -flushness/M -flush/TRSDPBG -fluster/DSG -fluter/M -flute/SRDGMJ -fluting/M -flutist/MS -flutter/DRSG -flutterer/M -fluttery -fluxed/A -fluxes/A -flux/IMS -fluxing -flyaway -flyblown -flyby/M -flybys -flycatcher/MS -flyer's -fly/JGBDRSTZ -flyleaf/M -flyleaves -Flynn/M -flyover/MS -flypaper/MS -flysheet/S -flyspeck/MDGS -flyswatter/S -flyway/MS -flyweight/MS -flywheel/MS -FM -Fm/M -FNMA/M -foal/MDSG -foaminess/MS -foam/MRDSG -foamy/RPT -fobbed -fobbing -fob/SM -focal/F -focally -Foch/M -foci's -focused/AU -focuser/M -focuses/A -focus/SRDMBG -fodder/GDMS -foe/SM -foetid -FOFL -fogbound -fogged/C -foggily -fogginess/MS -fogging/C -foggy/RPT -foghorn/SM -fogs/C -fog/SM -fogyish -fogy/SM -foible/MS -foil/GSD -foist/GDS -Fokker/M -foldaway/S -folded/AU -folder/M -foldout/MS -fold/RDJSGZ -folds/UA -Foley/M -foliage/MSD -foliate/CSDXGN -foliation/CM -folio/SDMG -folklike -folklore/MS -folkloric -folklorist/SM -folk/MS -folksiness/MS -folksinger/S -folksinging/S -folksong/S -folksy/TPR -folktale/S -folkway/S -foll -follicle/SM -follicular -follower/M -follow/JSZBGRD -followup's -folly/SM -Folsom -fol/Y -Fomalhaut/M -fomentation/SM -fomenter/M -foment/RDSG -Fonda/M -fondant/SM -fondle/GSRD -fondler/M -fondness/MS -fond/PMYRDGTS -fondue/MS -Fons -Fonsie/M -Fontainebleau/M -Fontaine/M -Fontana/M -fontanelle's -fontanel/MS -font/MS -Fonzie/M -Fonz/M -foodie/S -food/MS -foodstuff/MS -foolery/MS -foolhardily -foolhardiness/SM -foolhardy/PTR -foolishness/SM -foolish/PRYT -fool/MDGS -foolproof -foolscap/MS -footage/SM -football/SRDMGZ -footbridge/SM -Foote/M -footer/M -footfall/SM -foothill/SM -foothold/MS -footing/M -footless -footlights -footling -footlocker/SM -footloose -footman/M -footmarks -footmen -footnote/MSDG -footpad/SM -footpath/M -footpaths -footplate/M -footprint/MS -footrace/S -footrest/MS -footsie/SM -foot/SMRDGZJ -footsore -footstep/SM -footstool/SM -footwear/M -footwork/SM -fop/MS -fopped -foppery/MS -fopping -foppishness/SM -foppish/YP -forage/GSRDMZ -forager/M -forayer/M -foray/SGMRD -forbade -forbearance/SM -forbearer/M -forbear/MRSG -Forbes/M -forbidden -forbiddingness/M -forbidding/YPS -forbid/S -forbore -forborne -forced/Y -forcefield/MS -forcefulness/MS -forceful/PY -forceps/M -forcer/M -force/SRDGM -forcibleness/M -forcible/P -forcibly -fordable/U -Fordham/M -Ford/M -ford/SMDBG -forearm/GSDM -forebear/MS -forebode/GJDS -forebodingness/M -foreboding/PYM -forecaster/M -forecastle/MS -forecast/SZGR -foreclose/GSD -foreclosure/MS -forecourt/SM -foredoom/SDG -forefather/SM -forefeet -forefinger/MS -forefoot/M -forefront/SM -foregoer/M -foregoing/S -foregone -foregos -foreground/MGDS -forehand/S -forehead/MS -foreigner/M -foreignness/SM -foreign/PRYZS -foreknew -foreknow/GS -foreknowledge/MS -foreknown -foreleg/MS -forelimb/MS -forelock/MDSG -foreman/M -Foreman/M -foremast/SM -foremen -foremost -forename/DSM -forenoon/SM -forensically -forensic/S -forensics/M -foreordain/DSG -forepart/MS -forepaws -forepeople -foreperson/S -foreplay/MS -forequarter/SM -forerunner/MS -fore/S -foresail/SM -foresaw -foreseeable/U -foreseeing -foreseen/U -foreseer/M -foresee/ZSRB -foreshadow/SGD -foreshore/M -foreshorten/DSG -foresightedness/SM -foresighted/PY -foresight/SMD -foreskin/SM -forestaller/M -forestall/LGSRD -forestallment/M -forestation/MCS -forestations/A -forest/CSAGD -Forester/M -forester/SM -forestland/S -Forest/MR -forestry/MS -forest's -foretaste/MGSD -foreteller/M -foretell/RGS -forethought/MS -foretold -forevermore -forever/PS -forewarner/M -forewarn/GSJRD -forewent -forewoman/M -forewomen -foreword/SM -forfeiter/M -forfeiture/MS -forfeit/ZGDRMS -forfend/GSD -forgather/GSD -forgave -forged/A -forge/JVGMZSRD -forger/M -forgery/MS -forges/A -forgetfulness/SM -forgetful/PY -forget/SV -forgettable/U -forgettably/U -forgetting -forging/M -forgivable/U -forgivably/U -forgiven -forgiveness/SM -forgiver/M -forgive/SRPBZG -forgivingly -forgivingness/M -forgiving/UP -forgoer/M -forgoes -forgone -forgo/RSGZ -forgot -forgotten/U -for/HT -forkful/S -fork/GSRDM -forklift/DMSG -forlornness/M -forlorn/PTRY -formability/AM -formaldehyde/SM -formalin/M -formalism/SM -formalistic -formalist/SM -formality/SMI -formal/IY -formalization/SM -formalized/U -formalizer/M -formalizes/I -formalize/ZGSRD -formalness/M -formals -formant/MIS -format/AVS -formate/MXGNSD -formation/AFSCIM -formatively/I -formativeness/IM -formative/SYP -format's -formatted/UA -formatter/A -formatters -formatter's -formatting/A -form/CGSAFDI -formed/U -former/FSAI -formerly -formfitting -formic -Formica/MS -formidableness/M -formidable/P -formidably -formlessness/MS -formless/PY -Formosa/M -Formosan -form's -formulaic -formula/SM -formulate/AGNSDX -formulated/U -formulation/AM -formulator/SM -fornicate/GNXSD -fornication/M -fornicator/SM -Forrester/M -Forrest/RM -forsaken -forsake/SG -forsook -forsooth -Forster/M -forswear/SG -forswore -forsworn -forsythia/MS -Fortaleza/M -forte/MS -forthcome/JG -forthcoming/U -FORTH/M -forthrightness/SM -forthright/PYS -forthwith -fortieths -fortification/MS -fortified/U -fortifier/SM -fortify/ADSG -fortiori -fortissimo/S -fortitude/SM -fortnightly/S -fortnight/MYS -FORTRAN -Fortran/M -fortress/GMSD -fort/SM -fortuitousness/SM -fortuitous/YP -fortuity/MS -fortunateness/M -fortunate/YUS -fortune/MGSD -fortuneteller/SM -fortunetelling/SM -forty/SRMH -forum/MS -forwarder/M -forwarding/M -forwardness/MS -forward/PTZSGDRY -forwent -fossiliferous -fossilization/MS -fossilized/U -fossilize/GSD -fossil/MS -Foss/M -fosterer/M -Foster/M -foster/SRDG -Foucault/M -fought -foulard/SM -foulmouth/D -foulness/MS -fouls/M -foul/SYRDGTP -foundational -foundation/SM -founded/UF -founder/MDG -founder's/F -founding/F -foundling/MS -found/RDGZS -foundry/MS -founds/KF -fountainhead/SM -fountain/SMDG -fount/MS -fourfold -Fourier/M -fourpence/M -fourpenny -fourposter/SM -fourscore/S -four/SHM -foursome/SM -foursquare -fourteener/M -fourteen/SMRH -fourteenths -Fourth -fourths -Fourths -fourth/Y -fovea/M -fowler/M -Fowler/M -fowling/M -fowl/SGMRD -foxfire/SM -foxglove/SM -Foxhall/M -foxhole/SM -foxhound/SM -foxily -foxiness/MS -foxing/M -fox/MDSG -Fox/MS -foxtail/M -foxtrot/MS -foxtrotted -foxtrotting -foxy/TRP -foyer/SM -FPO -fps -fr -fracas/SM -fractal/SM -fractional/Y -fractionate/DNG -fractionation/M -fractioned -fractioning -fraction/ISMA -fractiousness/SM -fractious/PY -fracture/MGDS -fragile/Y -fragility/MS -fragmentarily -fragmentariness/M -fragmentary/P -fragmentation/MS -fragment/SDMG -Fragonard/M -fragrance/SM -fragrant/Y -frailness/MS -frail/STPYR -frailty/MS -framed/U -framer/M -frame/SRDJGMZ -framework/SM -framing/M -Francaise/M -France/MS -Francene/M -Francesca/M -Francesco/M -franchisee/S -franchise/ESDG -franchiser/SM -franchise's -Franchot/M -Francie/M -Francine/M -Francis -Francisca/M -Franciscan/MS -Francisco/M -Franciska/M -Franciskus/M -francium/MS -Francklin/M -Francklyn/M -Franck/M -Francoise/M -Francois/M -Franco/M -francophone/M -franc/SM -Francyne/M -frangibility/SM -frangible -Frankel/M -Frankenstein/MS -franker/M -Frankford/M -Frankfort/M -Frankfurter/M -frankfurter/MS -Frankfurt/RM -Frankie/M -frankincense/MS -Frankish/M -franklin/M -Franklin/M -Franklyn/M -frankness/MS -frank/SGTYRDP -Frank/SM -Franky/M -Fran/MS -Frannie/M -Franni/M -Franny/M -Fransisco/M -frantically -franticness/M -frantic/PY -Frants/M -Franzen/M -Franz/NM -frappé -frappeed -frappeing -frappes -Frasco/M -Fraser/M -Frasier/M -Frasquito/M -fraternal/Y -fraternity/MSF -fraternization/SM -fraternize/GZRSD -fraternizer/M -fraternizing/U -frat/MS -fratricidal -fratricide/MS -fraud/CS -fraud's -fraudsters -fraudulence/S -fraudulent/YP -fraught/SGD -Fraulein/S -Frau/MN -fray/CSDG -Frayda/M -Frayne/M -fray's -Fraze/MR -Frazer/M -Frazier/M -frazzle/GDS -freakishness/SM -freakish/YP -freak/SGDM -freaky/RT -freckle/GMDS -freckly/RT -Freda/M -Freddie/M -Freddi/M -Freddy/M -Fredek/M -Fredelia/M -Frederica/M -Frederich/M -Fredericka/M -Frederick/MS -Frederic/M -Frederico/M -Fredericton/M -Frederigo/M -Frederik/M -Frederique/M -Fredholm/M -Fredia/M -Fredi/M -Fred/M -Fredra/M -Fredrick/M -Fredrickson/M -Fredric/M -Fredrika/M -freebase/GDS -freebie/MS -freebooter/M -freeboot/ZR -freeborn -freedman/M -Freedman/M -freedmen -freedom/MS -freehand/D -freehanded/Y -freeholder/M -freehold/ZSRM -freeing/S -freelance/SRDGZM -Freeland/M -freeloader/M -freeload/SRDGZ -Free/M -freeman/M -Freeman/M -freemasonry/M -Freemasonry/MS -Freemason/SM -freemen -Freemon/M -freeness/M -Freeport/M -freestanding -freestone/SM -freestyle/SM -freethinker/MS -freethinking/S -Freetown/M -freeway/MS -freewheeler/M -freewheeling/P -freewheel/SRDMGZ -freewill -free/YTDRSP -freezable -freezer/SM -freeze/UGSA -freezing/S -Freida/M -freighter/M -freight/ZGMDRS -Fremont/M -Frenchman/M -French/MDSG -Frenchmen -Frenchwoman/M -Frenchwomen -frenetically -frenetic/S -frenzied/Y -frenzy/MDSG -freon/S -Freon/SM -freq -frequency/ISM -frequented/U -frequenter/MS -frequentest -frequenting -frequent/IY -frequentness/M -frequents -fresco/DMG -frescoes -fresh/AZSRNDG -freshener/M -freshen/SZGDR -fresher/MA -freshest -freshet/SM -freshly -freshman/M -freshmen -freshness/MS -freshwater/SM -Fresnel/M -Fresno/M -fretboard -fretfulness/MS -fretful/PY -fret/S -fretsaw/S -fretted -fretting -fretwork/MS -Freudian/S -Freud/M -Freya/M -Frey/M -friableness/M -friable/P -friary/MS -friar/YMS -fricasseeing -fricassee/MSD -frication/M -fricative/MS -Frick/M -frictional/Y -frictionless/Y -friction/MS -Friday/SM -fridge/SM -fried/A -Frieda/M -Friedan/M -friedcake/SM -Friederike/M -Friedman/M -Friedrich/M -Friedrick/M -friendlessness/M -friendless/P -friendlies -friendlily -friendliness/USM -friendly/PUTR -friend/SGMYD -friendship/MS -frier's -fries/M -frieze/SDGM -frigate/SM -Frigga/M -frigged -frigging/S -frighten/DG -frightening/Y -frightfulness/MS -frightful/PY -fright/GXMDNS -Frigidaire/M -frigidity/MS -frigidness/SM -frigid/YP -frig/S -frill/MDGS -frilly/RST -Fri/M -fringe/IGSD -fringe's -frippery/SM -Frisbee/MS -Frisco/M -Frisian/SM -frisker/M -friskily -friskiness/SM -frisk/RDGS -frisky/RTP -frisson/M -Frito/M -fritterer/M -fritter/RDSG -Fritz/M -fritz/SM -frivolity/MS -frivolousness/SM -frivolous/PY -frizz/GYSD -frizzle/DSG -frizzly/RT -frizzy/RT -Fr/MD -Frobisher/M -frocking/M -frock's -frock/SUDGC -frogged -frogging -frogman/M -frogmarched -frogmen -frog/MS -fro/HS -Froissart/M -frolicked -frolicker/SM -frolicking -frolic/SM -frolicsome -from -Fromm/M -frond/SM -frontage/MS -frontal/SY -Frontenac/M -front/GSFRD -frontier/SM -frontiersman/M -frontiersmen -frontispiece/SM -frontrunner's -front's -frontward/S -frosh/M -Frostbelt/M -frostbite/MS -frostbit/G -frostbiting/M -frostbitten -frost/CDSG -frosteds -frosted/U -frostily -frostiness/SM -frosting/MS -Frost/M -frost's -frosty/PTR -froth/GMD -frothiness/SM -froths -frothy/TRP -froufrou/MS -frowardness/MS -froward/P -frowner/M -frowning/Y -frown/RDSG -frowzily -frowziness/SM -frowzy/RPT -frozenness/M -frozen/YP -froze/UA -fructify/GSD -fructose/MS -Fruehauf/M -frugality/SM -frugal/Y -fruitcake/SM -fruiterer/M -fruiter/RM -fruitfuller -fruitfullest -fruitfulness/MS -fruitful/UYP -fruit/GMRDS -fruitiness/MS -fruition/SM -fruitlessness/MS -fruitless/YP -fruity/RPT -frumpish -frump/MS -frumpy/TR -Frunze/M -frustrater/M -frustrate/RSDXNG -frustrating/Y -frustration/M -frustum/SM -Frye/M -fryer/MS -Fry/M -fry/NGDS -F's -f's/KA -FSLIC -ft/C -FTC -FTP -fuchsia/MS -Fuchs/M -fucker/M! -fuck/GZJRDMS! -FUD -fuddle/GSD -fudge/GMSD -fuel/ASDG -fueler/SM -fuel's -Fuentes/M -fugal -Fugger/M -fugitiveness/M -fugitive/SYMP -fugue/GMSD -fuhrer/S -Fuji/M -Fujitsu/M -Fujiyama -Fukuoka/M -Fulani/M -Fulbright/M -fulcrum/SM -fulfilled/U -fulfiller/M -fulfill/GLSRD -fulfillment/MS -fullback/SMG -fuller/DMG -Fuller/M -Fullerton/M -fullish -fullness/MS -full/RDPSGZT -fullstops -fullword/SM -fully -fulminate/XSDGN -fulmination/M -fulness's -fulsomeness/SM -fulsome/PY -Fulton/M -Fulvia/M -fumble/GZRSD -fumbler/M -fumbling/Y -fume/DSG -fumigant/MS -fumigate/NGSDX -fumigation/M -fumigator/SM -fuming/Y -fumy/TR -Funafuti -functionalism/M -functionalist/SM -functionality/S -functional/YS -functionary/MS -function/GSMD -functor/SM -fundamentalism/SM -fundamentalist/SM -fundamental/SY -fund/ASMRDZG -funded/U -fundholders -fundholding -funding/S -Fundy/M -funeral/MS -funerary -funereal/Y -funfair/M -fungal/S -fungible/M -fungicidal -fungicide/SM -fungi/M -fungoid/S -fungous -fungus/M -funicular/SM -funk/GSDM -funkiness/S -funky/RTP -fun/MS -funned -funnel/SGMD -funner -funnest -funnily/U -funniness/SM -funning -funny/RSPT -furbelow/MDSG -furbisher/M -furbish/GDRSA -furiousness/M -furious/RYP -furlong/MS -furlough/DGM -furloughs -furl/UDGS -furn -furnace/GMSD -furnished/U -furnisher/MS -furnish/GASD -furnishing/SM -furniture/SM -furore/MS -furor/MS -fur/PMS -furred -furrier/M -furriness/SM -furring/SM -furrow/DMGS -furry/RTZP -furtherance/MS -furtherer/M -furthermore -furthermost -further/TGDRS -furthest -furtiveness/SM -furtive/PY -fury/SM -furze/SM -fusebox/S -fusee/SM -fuse/FSDAGCI -fuselage/SM -fuse's/A -Fushun/M -fusibility/SM -fusible/I -fusiform -fusilier/MS -fusillade/SDMG -fusion/KMFSI -fussbudget/MS -fusser/M -fussily -fussiness/MS -fusspot/SM -fuss/SRDMG -fussy/PTR -fustian/MS -fustiness/MS -fusty/RPT -fut -futileness/M -futile/PY -futility/MS -futon/S -future/SM -futurism/SM -futuristic/S -futurist/S -futurity/MS -futurologist/S -futurology/MS -futz/GSD -fuze's -Fuzhou/M -Fuzzbuster/M -fuzzily -fuzziness/SM -fuzz/SDMG -fuzzy/PRT -fwd -FWD -fwy -FY -FYI -GA -gabardine/SM -gabbed -Gabbey/M -Gabbie/M -Gabbi/M -gabbiness/S -gabbing -gabble/SDG -Gabby/M -gabby/TRP -Gabe/M -gaberdine's -Gabey/M -gabfest/MS -Gabie/M -Gabi/M -gable/GMSRD -Gable/M -Gabonese -Gabon/M -Gaborone/M -Gabriela/M -Gabriele/M -Gabriella/M -Gabrielle/M -Gabriellia/M -Gabriell/M -Gabriello/M -Gabriel/M -Gabrila/M -gab/S -Gaby/M -Gacrux/M -gadabout/MS -gadded -gadder/MS -gadding -gadfly/MS -gadgetry/MS -gadget/SM -gadolinium/MS -gad/S -Gadsden/M -Gaea/M -Gaelan/M -Gaelic/M -Gael/SM -Gae/M -gaffe/MS -gaffer/M -gaff/SGZRDM -gaga -Gagarin/M -gag/DRSG -Gage/M -gager/M -gage/SM -gagged -gagging -gaggle/SDG -gagwriter/S -gaiety/MS -Gaile/M -Gail/M -gaily -gain/ADGS -gainer/SM -Gaines/M -Gainesville/M -gainfulness/M -gainful/YP -gaining/S -gainly/U -gainsaid -gainsayer/M -gainsay/RSZG -Gainsborough/M -gaiter/M -gait/GSZMRD -Gaithersburg/M -galactic -Galahad/MS -Galapagos/M -gal/AS -gala/SM -Galatea/M -Galatia/M -Galatians/M -Galaxy/M -galaxy/MS -Galbraith/M -Galbreath/M -gale/AS -Gale/M -galen -galena/MS -galenite/M -Galen/M -gale's -Galibi/M -Galilean/MS -Galilee/M -Galileo/M -Galina/M -Gallagher/M -gallanted -gallanting -gallantry/MS -gallants -gallant/UY -Gallard/M -gallbladder/MS -Gallegos/M -galleon/SM -galleria/S -gallery/MSDG -galley/MS -Gallic -Gallicism/SM -gallimaufry/MS -galling/Y -gallium/SM -gallivant/GDS -Gall/M -gallonage/M -gallon/SM -galloper/M -gallop/GSRDZ -Galloway/M -gallows/M -gall/SGMD -gallstone/MS -Gallup/M -Gal/MN -Galois/M -galoot/MS -galore/S -galosh/GMSD -gal's -Galsworthy/M -galumph/GD -galumphs -galvanic -Galvani/M -galvanism/MS -galvanization/SM -galvanize/SDG -Galvan/M -galvanometer/SM -galvanometric -Galven/M -Galveston/M -Galvin/M -Ga/M -Gamaliel/M -Gama/M -Gambia/M -Gambian/S -gambit/MS -gamble/GZRSD -Gamble/M -gambler/M -gambol/SGD -gamecock/SM -gamekeeper/MS -gameness/MS -game/PJDRSMYTZG -gamesmanship/SM -gamesmen -gamester/M -gamest/RZ -gamete/MS -gametic -gamine/SM -gaminess/MS -gaming/M -gamin/MS -gamma/MS -gammon/DMSG -Gamow/M -gamut/MS -gamy/TRP -gander/DMGS -Gandhian -Gandhi/M -gangbusters -ganger/M -Ganges/M -gang/GRDMS -gangland/SM -ganglia/M -gangling -ganglionic -ganglion/M -gangplank/SM -gangrene/SDMG -gangrenous -gangster/SM -Gangtok/M -gangway/MS -Gan/M -gannet/SM -Gannie/M -Gannon/M -Ganny/M -gantlet/GMDS -Gantry/M -gantry/MS -Ganymede/M -GAO -gaoler/M -gaol/MRDGZS -gaper/M -gape/S -gaping/Y -gapped -gapping -gap/SJMDRG -garage/GMSD -Garald/M -garbageman/M -garbage/SDMG -garbanzo/MS -garb/DMGS -garbler/M -garble/RSDG -Garbo/M -Garcia/M -garçon/SM -gardener/M -Gardener/M -gardenia/SM -gardening/M -garden/ZGRDMS -Gardie/M -Gardiner/M -Gard/M -Gardner/M -Gardy/M -Garek/M -Gare/MH -Gareth/M -Garey/M -Garfield/M -garfish/MS -Garfunkel/M -Gargantua/M -gargantuan -gargle/SDG -gargoyle/DSM -Garibaldi/M -Garik/M -garishness/MS -garish/YP -Garland/M -garland/SMDG -garlicked -garlicking -garlicky -garlic/SM -garment/MDGS -Gar/MH -Garner/M -garner/SGD -Garnet/M -garnet/SM -Garnette/M -Garnett/M -garnish/DSLG -garnisheeing -garnishee/SDM -garnishment/MS -Garold/M -garote's -garotte's -Garrard/M -garred -Garrek/M -Garreth/M -Garret/M -garret/SM -Garrett/M -Garrick/M -Garrik/M -garring -Garrison/M -garrison/SGMD -garroter/M -garrote/SRDMZG -Garrot/M -garrotte's -Garrott/M -garrulity/SM -garrulousness/MS -garrulous/PY -Garry/M -gar/SLM -garter/SGDM -Garth/M -Garvey/M -Garvin/M -Garv/M -Garvy/M -Garwin/M -Garwood/M -Gary/M -Garza/M -gasbag/MS -Gascony/M -gaseousness/M -gaseous/YP -gases/C -gas/FC -gash/GTMSRD -gasification/M -gasifier/M -gasify/SRDGXZN -gasket/SM -gaslight/DMS -gasohol/S -gasoline/MS -gasometer/M -Gaspard/M -Gaspar/M -Gasparo/M -gasper/M -Gasper/M -gasp/GZSRD -gasping/Y -gas's -gassed/C -Gasser/M -gasser/MS -Gasset/M -gassiness/M -gassing/SM -gassy/PTR -Gaston/M -gastric -gastritides -gastritis/MS -gastroenteritides -gastroenteritis/M -gastrointestinal -gastronome/SM -gastronomic -gastronomical/Y -gastronomy/MS -gastropod/SM -gasworks/M -gateau/MS -gateaux -gatecrash/GZSRD -gatehouse/MS -gatekeeper/SM -gate/MGDS -gatepost/SM -Gates -gateway/MS -gathered/IA -gatherer/M -gathering/M -gather/JRDZGS -gathers/A -Gatlinburg/M -Gatling/M -Gatorade/M -gator/MS -Gatsby/M -Gatun/M -gaucheness/SM -gaucherie/SM -gauche/TYPR -gaucho/SM -gaudily -gaudiness/MS -gaudy/PRST -gaugeable -gauger/M -Gauguin/M -Gaulish/M -Gaulle/M -Gaul/MS -Gaultiero/M -gauntlet/GSDM -Gauntley/M -gauntness/MS -gaunt/PYRDSGT -gauss/C -gausses -Gaussian -Gauss/M -gauss's -Gautama/M -Gauthier/M -Gautier/M -gauze/SDGM -gauziness/MS -gauzy/TRP -Gavan/M -gave -gavel/GMDS -Gaven/M -Gavin/M -Gav/MN -gavotte/MSDG -Gavra/M -Gavrielle/M -Gawain/M -Gawen/M -gawkily -gawkiness/MS -gawk/SGRDM -gawky/RSPT -Gayel/M -Gayelord/M -Gaye/M -gayety's -Gayla/M -Gayleen/M -Gaylene/M -Gayler/M -Gayle/RM -Gaylord/M -Gaylor/M -Gay/M -gayness/SM -Gaynor/M -gay/RTPS -Gaza/M -gazebo/SM -gaze/DRSZG -gazelle/MS -gazer/M -gazetteer/SGDM -gazette/MGSD -Gaziantep/M -gazillion/S -gazpacho/MS -GB -G/B -Gdansk/M -Gd/M -GDP -Gearalt/M -Gearard/M -gearbox/SM -gear/DMJSG -gearing/M -gearshift/MS -gearstick -gearwheel/SM -Geary/M -gecko/MS -GED -geegaw's -geeing -geek/SM -geeky/RT -geese/M -geest/M -gee/TDS -geezer/MS -Gehenna/M -Gehrig/M -Geiger/M -Geigy/M -geisha/M -gelatinousness/M -gelatinous/PY -gelatin/SM -gelcap -gelding/M -geld/JSGD -gelid -gelignite/MS -gelled -gelling -gel/MBS -Gelya/M -Ge/M -GE/M -Gemini/SM -gemlike -Gemma/M -gemmed -gemming -gem/MS -gemological -gemologist/MS -gemology/MS -gemstone/SM -gen -Gena/M -Genaro/M -gendarme/MS -gender/DMGS -genderless -genealogical/Y -genealogist/SM -genealogy/MS -Gene/M -gene/MS -generalissimo/SM -generalist/MS -generality/MS -generalizable/SM -generalization/MS -generalized/U -generalize/GZBSRD -generalizer/M -general/MSPY -generalness/M -generalship/SM -genera/M -generate/CXAVNGSD -generational -generation/MCA -generative/AY -generators/A -generator/SM -generically -generic/PS -generosity/MS -generously/U -generousness/SM -generous/PY -Genesco/M -genesis/M -Genesis/M -genes/S -genetically -geneticist/MS -genetic/S -genetics/M -Genet/M -Geneva/M -Genevieve/M -Genevra/M -Genghis/M -geniality/FMS -genially/F -genialness/M -genial/PY -Genia/M -genies/K -genie/SM -genii/M -genitalia -genitals -genital/YF -genitive/SM -genitourinary -genius/SM -Gen/M -Genna/M -Gennie/M -Gennifer/M -Genni/M -Genny/M -Genoa/SM -genocidal -genocide/SM -Geno/M -genome/SM -genotype/MS -Genovera/M -genre/MS -gent/AMS -genteelness/MS -genteel/PRYT -gentian/SM -gentile/S -Gentile's -gentility/MS -gentlefolk/S -gentlemanliness/M -gentlemanly/U -gentleman/YM -gentlemen -gentleness/SM -gentle/PRSDGT -gentlewoman/M -gentlewomen/M -gently -gentrification/M -gentrify/NSDGX -Gentry/M -gentry/MS -genuflect/GDS -genuflection/MS -genuineness/SM -genuine/PY -genus -Genvieve/M -geocentric -geocentrically -geocentricism -geochemical/Y -geochemistry/MS -geochronology/M -geodesic/S -geode/SM -geodesy/MS -geodetic/S -Geoff/M -Geoffrey/M -Geoffry/M -geog -geographer/MS -geographic -geographical/Y -geography/MS -geologic -geological/Y -geologist/MS -geology/MS -geom -Geo/M -geomagnetic -geomagnetically -geomagnetism/SM -geometer/MS -geometrical/Y -geometrician/M -geometric/S -geometry/MS -geomorphological -geomorphology/M -geophysical/Y -geophysicist/MS -geophysics/M -geopolitical/Y -geopolitic/S -geopolitics/M -Georas/M -Geordie/M -Georgeanna/M -Georgeanne/M -Georgena/M -George/SM -Georgeta/M -Georgetown/M -Georgetta/M -Georgette/M -Georgia/M -Georgiana/M -Georgianna/M -Georgianne/M -Georgian/S -Georgie/M -Georgi/M -Georgina/M -Georgine/M -Georg/M -Georgy/M -geostationary -geosynchronous -geosyncline/SM -geothermal -geothermic -Geralda/M -Geraldine/M -Gerald/M -geranium/SM -Gerard/M -Gerardo/M -Gerber/M -gerbil/MS -Gerda/M -Gerek/M -Gerhardine/M -Gerhard/M -Gerhardt/M -Gerianna/M -Gerianne/M -geriatric/S -geriatrics/M -Gerick/M -Gerik/M -Geri/M -Geritol/M -Gerladina/M -Ger/M -Germaine/M -Germain/M -Germana/M -germane -Germania/M -Germanic/M -germanium/SM -germanized -German/SM -Germantown/M -Germany/M -Germayne/M -germen/M -germicidal -germicide/MS -germinal/Y -germinated/U -germinate/XVGNSD -germination/M -germinative/Y -germ/MNS -Gerome/M -Geronimo/M -gerontocracy/M -gerontological -gerontologist/SM -gerontology/SM -Gerrard/M -Gerrie/M -Gerrilee/M -Gerri/M -Gerry/M -gerrymander/SGD -Gershwin/MS -Gerta/M -Gertie/M -Gerti/M -Gert/M -Gertruda/M -Gertrude/M -Gertrudis/M -Gertrud/M -Gerty/M -gerundive/M -gerund/SVM -Gery/M -gestalt/M -gestapo/S -Gestapo/SM -gestate/SDGNX -gestational -gestation/M -gesticulate/XSDVGN -gesticulation/M -gesticulative/Y -gestural -gesture/SDMG -gesundheit -getaway/SM -Gethsemane/M -get/S -getter/SDM -getting -Getty/M -Gettysburg/M -getup/MS -gewgaw/MS -Gewürztraminer -geyser/GDMS -Ghanaian/MS -Ghana/M -Ghanian's -ghastliness/MS -ghastly/TPR -ghat/MS -Ghats/M -Ghent/M -Gherardo/M -gherkin/SM -ghetto/DGMS -ghettoize/SDG -Ghibelline/M -ghostlike -ghostliness/MS -ghostly/TRP -ghost/SMYDG -ghostwrite/RSGZ -ghostwritten -ghostwrote -ghoulishness/SM -ghoulish/PY -ghoul/SM -GHQ -GI -Giacinta/M -Giacobo/M -Giacometti/M -Giacomo/M -Giacopo/M -Giana/M -Gianina/M -Gian/M -Gianna/M -Gianni/M -Giannini/M -giantess/MS -giantkiller -giant/SM -Giauque/M -Giavani/M -gibber/DGS -gibberish/MS -gibbet/MDSG -Gibbie/M -Gibb/MS -Gibbon/M -gibbon/MS -gibbousness/M -gibbous/YP -Gibby/M -gibe/GDRS -giber/M -giblet/MS -Gib/M -Gibraltar/MS -Gibson/M -giddap -giddily -giddiness/SM -Giddings/M -giddy/GPRSDT -Gide/M -Gideon/MS -Gielgud/M -Gienah/M -Giffard/M -Giffer/M -Giffie/M -Gifford/M -Giff/RM -Giffy/M -giftedness/M -gifted/PY -gift/SGMD -gigabyte/S -gigacycle/MS -gigahertz/M -gigantically -giganticness/M -gigantic/P -gigavolt -gigawatt/M -gigged -gigging -giggler/M -giggle/RSDGZ -giggling/Y -giggly/TR -Gigi/M -gig/MS -GIGO -gigolo/MS -gila -Gila/M -Gilberta/M -Gilberte/M -Gilbertina/M -Gilbertine/M -gilbert/M -Gilbert/M -Gilberto/M -Gilbertson/M -Gilburt/M -Gilchrist/M -Gilda/M -gilder/M -gilding/M -gild/JSGZRD -Gilead/M -Gilemette/M -Giles -Gilgamesh/M -Gilkson/M -Gillan/M -Gilles -Gillespie/M -Gillette/M -Gilliam/M -Gillian/M -Gillie/M -Gilligan/M -Gilli/M -Gill/M -gill/SGMRD -Gilly/M -Gilmore/M -Gil/MY -gilt/S -gimbaled -gimbals -Gimbel/M -gimcrackery/SM -gimcrack/S -gimlet/MDSG -gimme/S -gimmick/GDMS -gimmickry/MS -gimmicky -gimp/GSMD -gimpy/RT -Gina/M -Ginelle/M -Ginevra/M -gingerbread/SM -gingerliness/M -gingerly/P -Ginger/M -ginger/SGDYM -gingersnap/SM -gingery -gingham/SM -gingivitis/SM -Gingrich/M -ginkgoes -ginkgo/M -ginmill -gin/MS -ginned -Ginnie/M -Ginnifer/M -Ginni/M -ginning -Ginny/M -Gino/M -Ginsberg/M -Ginsburg/M -ginseng/SM -Gioconda/M -Giordano/M -Giorgia/M -Giorgi/M -Giorgio/M -Giorgione/M -Giotto/M -Giovanna/M -Giovanni/M -Gipsy's -giraffe/MS -Giralda/M -Giraldo/M -Giraud/M -Giraudoux/M -girded/U -girder/M -girdle/GMRSD -girdler/M -gird/RDSGZ -girlfriend/MS -girlhood/SM -girlie/M -girlishness/SM -girlish/YP -girl/MS -giro/M -girt/GDS -girth/MDG -girths -Gisela/M -Giselbert/M -Gisele/M -Gisella/M -Giselle/M -Gish/M -gist/MS -git/M -Giuditta/M -Giulia/M -Giuliano/M -Giulietta/M -Giulio/M -Giuseppe/M -Giustina/M -Giustino/M -Giusto/M -giveaway/SM -giveback/S -give/HZGRS -given/SP -giver/M -giving/Y -Giza/M -Gizela/M -gizmo's -gizzard/SM -Gk/M -glacé/DGS -glacial/Y -glaciate/XNGDS -glaciation/M -glacier/SM -glaciological -glaciologist/M -glaciology/M -gladded -gladden/GDS -gladder -gladdest -gladding -gladdy -glade/SM -gladiatorial -gladiator/SM -Gladi/M -gladiola/MS -gladioli -gladiolus/M -gladly/RT -Glad/M -gladness/MS -gladsome/RT -Gladstone/MS -Gladys -glad/YSP -glamor/DMGS -glamorization/MS -glamorizer/M -glamorize/SRDZG -glamorousness/M -glamorous/PY -glance/GJSD -glancing/Y -glanders/M -glandes -glandular/Y -gland/ZSM -glans/M -glare/SDG -glaringness/M -glaring/YP -Glaser/M -Glasgow/M -glasnost/S -glassblower/S -glassblowing/MS -glassful/MS -glass/GSDM -glasshouse/SM -glassily -glassiness/SM -glassless -Glass/M -glassware/SM -glasswort/M -glassy/PRST -Glastonbury/M -Glaswegian/S -glaucoma/SM -glaucous -glazed/U -glazer/M -glaze/SRDGZJ -glazier/SM -glazing/M -gleam/MDGS -gleaner/M -gleaning/M -glean/RDGZJS -Gleason/M -Gleda/M -gleed/M -glee/DSM -gleefulness/MS -gleeful/YP -gleeing -Glendale/M -Glenda/M -Glenden/M -Glendon/M -Glenine/M -Glen/M -Glenna/M -Glennie/M -Glennis/M -Glenn/M -glen/SM -glibber -glibbest -glibness/MS -glib/YP -glide/JGZSRD -glider/M -glim/M -glimmer/DSJG -glimmering/M -glimpse/DRSZMG -glimpser/M -glint/DSG -glissandi -glissando/M -glisten/DSG -glister/DGS -glitch/MS -glitter/GDSJ -glittering/Y -glittery -glitz/GSD -glitzy/TR -gloaming/MS -gloater/M -gloating/Y -gloat/SRDG -globalism/S -globalist/S -global/SY -globe/SM -globetrotter/MS -glob/GDMS -globularity/M -globularness/M -globular/PY -globule/MS -globulin/MS -glockenspiel/SM -glommed -gloom/GSMD -gloomily -gloominess/MS -gloomy/RTP -glop/MS -glopped -glopping -gloppy/TR -Gloria/M -Gloriana/M -Gloriane/M -glorification/M -glorifier/M -glorify/XZRSDNG -Glori/M -glorious/IYP -gloriousness/IM -Glory/M -glory/SDMG -glossary/MS -gloss/GSDM -glossily -glossiness/SM -glossolalia/SM -glossy/RSPT -glottal -glottalization/M -glottis/MS -Gloucester/M -gloveless -glover/M -Glover/M -glove/SRDGMZ -glower/GD -glow/GZRDMS -glowing/Y -glowworm/SM -glucose/SM -glue/DRSMZG -glued/U -gluer/M -gluey -gluier -gluiest -glummer -glummest -glumness/MS -glum/SYP -gluon/M -glutamate/M -gluten/M -glutenous -glutinousness/M -glutinous/PY -glut/SMNX -glutted -glutting -glutton/MS -gluttonous/Y -gluttony/SM -glyceride/M -glycerinate/MD -glycerine's -glycerin/SM -glycerolized/C -glycerol/SM -glycine/M -glycogen/SM -glycol/MS -Glynda/M -Glynis/M -Glyn/M -Glynnis/M -Glynn/M -glyph/M -glyphs -gm -GM -GMT -gnarl/SMDG -gnash/SDG -gnat/MS -gnawer/M -gnaw/GRDSJ -gnawing/M -gneiss/SM -Gnni/M -gnomelike -GNOME/M -gnome/SM -gnomic -gnomish -gnomonic -gnosticism -Gnosticism/M -gnostic/K -Gnostic/M -GNP -gnu/MS -goad/MDSG -goalie/SM -goalkeeper/MS -goalkeeping/M -goalless -goal/MDSG -goalmouth/M -goalpost/S -goalscorer -goalscoring -goaltender/SM -Goa/M -goatee/SM -goatherd/MS -goat/MS -goatskin/SM -gobbed -gobbet/MS -gobbing -gobbledegook's -gobbledygook/S -gobbler/M -gobble/SRDGZ -Gobi/M -goblet/MS -goblin/SM -gob/SM -Godard/M -Godart/M -godchild/M -godchildren -goddammit -goddamn/GS -Goddard/M -Goddart/M -goddaughter/SM -godded -goddess/MS -godding -Gödel/M -godfather/GSDM -godforsaken -Godfree/M -Godfrey/M -Godfry/M -godhead/S -godhood/SM -Godiva/M -godlessness/MS -godless/P -godlikeness/M -godlike/P -godliness/UMS -godly/UTPR -God/M -godmother/MS -Godot/M -godparent/SM -godsend/MS -god/SMY -godson/MS -Godspeed/S -Godthaab/M -Godunov/M -Godwin/M -Godzilla/M -Goebbels/M -Goering/M -goer/MG -goes -Goethals/M -Goethe/M -gofer/SM -Goff/M -goggler/M -goggle/SRDGZ -Gogh/M -Gog/M -Gogol/M -Goiania/M -going/M -goiter/SM -Golan/M -Golconda/M -Golda/M -Goldarina/M -Goldberg/M -goldbricker/M -goldbrick/GZRDMS -Golden/M -goldenness/M -goldenrod/SM -goldenseal/M -golden/TRYP -goldfinch/MS -goldfish/SM -Goldia/M -Goldie/M -Goldilocks/M -Goldi/M -Goldina/M -Golding/M -Goldman/M -goldmine/S -gold/MRNGTS -goldsmith/M -Goldsmith/M -goldsmiths -Goldstein/M -Goldwater/M -Goldwyn/M -Goldy/M -Goleta/M -golfer/M -golf/RDMGZS -Golgotha/M -Goliath/M -Goliaths -golly/S -Gomez/M -Gomorrah/M -Gompers/M -go/MRHZGJ -gonadal -gonad/SM -gondola/SM -gondolier/MS -Gondwanaland/M -goner/M -gone/RZN -gong/SGDM -gonion/M -gonna -gonorrheal -gonorrhea/MS -Gonzales/M -Gonzalez/M -Gonzalo/M -Goober/M -goober/MS -goodbye/MS -goodhearted -goodie's -goodish -goodly/TR -Good/M -Goodman/M -goodness/MS -goodnight -Goodrich/M -good/SYP -goodwill/MS -Goodwin/M -Goodyear/M -goody/SM -gooey -goofiness/MS -goof/SDMG -goofy/RPT -Google/M -gooier -gooiest -gook/SM -goo/MS -goon/SM -goop/SM -gooseberry/MS -goosebumps -goose/M -goos/SDG -GOP -Gopher -gopher/SM -Goran/M -Goraud/M -Gorbachev -Gordan/M -Gorden/M -Gordian/M -Gordie/M -Gordimer/M -Gordon/M -Gordy/M -gore/DSMG -Gore/M -Goren/M -Gorey/M -Gorgas -gorged/E -gorge/GMSRD -gorgeousness/SM -gorgeous/YP -gorger/EM -gorges/E -gorging/E -Gorgon/M -gorgon/S -Gorgonzola/M -Gorham/M -gorilla/MS -gorily -goriness/MS -goring/M -Gorky/M -gormandizer/M -gormandize/SRDGZ -gormless -gorp/S -gorse/SM -gory/PRT -gos -goshawk/MS -gosh/S -gosling/M -gospeler/M -gospel/MRSZ -Gospel/SM -gossamer/SM -gossipy -gossip/ZGMRDS -gotcha/SM -Göteborg/M -Gotham/M -Gothart/M -Gothicism/M -Gothic/S -Goth/M -Goths -got/IU -goto -GOTO/MS -gotta -gotten/U -Gottfried/M -Goucher/M -Gouda/SM -gouge/GZSRD -gouger/M -goulash/SM -Gould/M -Gounod/M -gourde/SM -gourd/MS -gourmand/MS -gourmet/MS -gout/SM -gouty/RT -governable/U -governance/SM -governed/U -governess/SM -govern/LBGSD -governmental/Y -government/MS -Governor -governor/MS -governorship/SM -gov/S -govt -gown/GSDM -Goya/M -GP -GPA -GPO -GPSS -gr -grabbed -grabber/SM -grabbing/S -grab/S -Gracchus/M -grace/ESDMG -graceful/EYPU -gracefuller -gracefullest -gracefulness/ESM -Graceland/M -gracelessness/MS -graceless/PY -Grace/M -Gracia/M -Graciela/M -Gracie/M -graciousness/SM -gracious/UY -grackle/SM -gradate/DSNGX -gradation/MCS -grade/ACSDG -graded/U -Gradeigh/M -gradely -grader/MC -grade's -Gradey/M -gradient/RMS -grad/MRDGZJS -gradualism/MS -gradualist/MS -gradualness/MS -gradual/SYP -graduand/SM -graduate/MNGDSX -graduation/M -Grady/M -Graehme/M -Graeme/M -Graffias/M -graffiti -graffito/M -Graff/M -grafter/M -grafting/M -graft/MRDSGZ -Grafton/M -Grahame/M -Graham/M -graham/SM -Graig/M -grail/S -Grail/SM -grainer/M -grain/IGSD -graininess/MS -graining/M -grain's -grainy/RTP -gram/KSM -Gram/M -grammarian/SM -grammar/MS -grammaticality/M -grammaticalness/M -grammatical/UY -grammatic/K -gramme/SM -Grammy/S -gramophone/SM -Grampians -grampus/SM -Granada/M -granary/MS -grandam/SM -grandaunt/MS -grandchild/M -grandchildren -granddaddy/MS -granddad/SM -granddaughter/MS -grandee/SM -grandeur/MS -grandfather/MYDSG -grandiloquence/SM -grandiloquent/Y -grandiose/YP -grandiosity/MS -grandkid/SM -grandma/MS -grandmaster/MS -grandmother/MYS -grandnephew/MS -grandness/MS -grandniece/SM -grandpa/MS -grandparent/MS -grandson/MS -grandstander/M -grandstand/SRDMG -grand/TPSYR -granduncle/MS -Grange/MR -grange/MSR -Granger/M -granite/MS -granitic -Gran/M -Grannie/M -Granny/M -granny/MS -granola/S -grantee/MS -granter/M -Grantham/M -Granthem/M -Grantley/M -Grant/M -grantor's -grant/SGZMRD -grantsmanship/S -granularity/SM -granular/Y -granulate/SDXVGN -granulation/M -granule/SM -granulocytic -Granville/M -grapefruit/SM -grape/SDGM -grapeshot/M -grapevine/MS -grapheme/M -graph/GMD -graphical/Y -graphicness/M -graphic/PS -graphics/M -graphite/SM -graphologist/SM -graphology/MS -graphs -grapnel/SM -grapple/DRSG -grappler/M -grappling/M -grasper/M -graspingness/M -grasping/PY -grasp/SRDBG -grass/GZSDM -grasshopper/SM -grassland/MS -Grass/M -grassroots -grassy/RT -Grata/M -gratefuller -gratefullest -gratefulness/USM -grateful/YPU -grater/M -grates/I -grate/SRDJGZ -Gratia/M -Gratiana/M -graticule/M -gratification/M -gratified/U -gratifying/Y -gratify/NDSXG -grating/YM -gratis -gratitude/IMS -gratuitousness/MS -gratuitous/PY -gratuity/SM -gravamen/SM -gravedigger/SM -gravel/SGMYD -graven -graveness/MS -graver/M -graveside/S -Graves/M -grave/SRDPGMZTY -gravestone/SM -graveyard/MS -gravidness/M -gravid/PY -gravimeter/SM -gravimetric -gravitas -gravitate/XVGNSD -gravitational/Y -gravitation/M -graviton/SM -gravity/MS -gravy/SM -graybeard/MS -Grayce/M -grayish -Gray/M -grayness/S -gray/PYRDGTS -Grayson/M -graze/GZSRD -grazer/M -Grazia/M -grazing/M -grease/GMZSRD -greasepaint/MS -greaseproof -greaser/M -greasily -greasiness/SM -greasy/PRT -greatcoat/DMS -greaten/DG -greathearted -greatness/MS -great/SPTYRN -grebe/MS -Grecian/S -Greece/M -greed/C -greedily -greediness/SM -greeds -greed's -greedy/RTP -Greek/SM -Greeley/M -greenback/MS -greenbelt/S -Greenberg/M -Greenblatt/M -Greenbriar/M -Greene/M -greenery/MS -Greenfeld/M -greenfield -Greenfield/M -greenfly/M -greengage/SM -greengrocer/SM -greengrocery/M -greenhorn/SM -greenhouse/SM -greening/M -greenish/P -Greenland/M -Green/M -greenmail/GDS -greenness/MS -Greenpeace/M -greenroom/SM -Greensboro/M -Greensleeves/M -Greensville/M -greensward/SM -green/SYRDMPGT -Greentree/M -Greenville/M -Greenwich/M -greenwood/MS -Greer/M -greeter/M -greeting/M -greets/A -greet/SRDJGZ -gregariousness/MS -gregarious/PY -Gregg/M -Greggory/M -Greg/M -Gregoire/M -Gregoor/M -Gregorian -Gregorio/M -Gregorius/M -Gregor/M -Gregory/M -gremlin/SM -Grenada/M -grenade/MS -Grenadian/S -grenadier/SM -Grenadines -grenadine/SM -Grendel/M -Grenier/M -Grenoble/M -Grenville/M -Gresham/M -Gretal/M -Greta/M -Gretchen/M -Gretel/M -Grete/M -Grethel/M -Gretna/M -Gretta/M -Gretzky/M -grew/A -greybeard/M -greyhound/MS -Grey/M -greyness/M -gridded -griddlecake/SM -griddle/DSGM -gridiron/GSMD -gridlock/DSG -grids/A -grid/SGM -grief/MS -Grieg/M -Grier/M -grievance/SM -griever/M -grieve/SRDGZ -grieving/Y -grievousness/SM -grievous/PY -Griffie/M -Griffin/M -griffin/SM -Griffith/M -Griff/M -griffon's -Griffy/M -griller/M -grille/SM -grill/RDGS -grillwork/M -grimace/DRSGM -grimacer/M -Grimaldi/M -grime/MS -Grimes -griminess/MS -grimmer -grimmest -Grimm/M -grimness/MS -grim/PGYD -grimy/TPR -Grinch/M -grind/ASG -grinder/MS -grinding/SY -grindstone/SM -gringo/SM -grinned -grinner/M -grinning/Y -grin/S -griper/M -gripe/S -grippe/GMZSRD -gripper/M -gripping/Y -grip/SGZMRD -Griselda/M -grisliness/SM -grisly/RPT -Gris/M -Grissel/M -gristle/SM -gristliness/M -gristly/TRP -gristmill/MS -grist/MYS -Griswold/M -grit/MS -gritted -gritter/MS -grittiness/SM -gritting -gritty/PRT -Griz/M -grizzle/DSG -grizzling/M -grizzly/TRS -Gr/M -groaner/M -groan/GZSRDM -groat/SM -grocer/MS -grocery/MS -groggily -grogginess/SM -groggy/RPT -grog/MS -groin/MGSD -grokked -grokking -grok/S -grommet/GMDS -Gromyko/M -groofs -groomer/M -groom/GZSMRD -groomsman/M -groomsmen -Groot/M -groover/M -groove/SRDGM -groovy/TR -groper/M -grope/SRDJGZ -Gropius/M -grosbeak/SM -grosgrain/MS -Gross -Grosset/M -gross/GTYSRDP -Grossman/M -grossness/MS -Grosvenor/M -Grosz/M -grotesqueness/MS -grotesque/PSY -Grotius/M -Groton/M -grottoes -grotto/M -grouch/GDS -grouchily -grouchiness/MS -grouchy/RPT -groundbreaking/S -grounded/U -grounder/M -groundhog/SM -ground/JGZMDRS -groundlessness/M -groundless/YP -groundnut/MS -groundsheet/M -groundskeepers -groundsman/M -groundswell/S -groundwater/S -groundwork/SM -grouped/A -grouper/M -groupie/MS -grouping/M -groups/A -group/ZJSMRDG -grouse/GMZSRD -grouser/M -grouter/M -grout/GSMRD -groveler/M -grovelike -groveling/Y -grovel/SDRGZ -Grover/M -Grove/RM -grove/SRMZ -grower/M -grow/GZYRHS -growing/I -growingly -growler/M -growling/Y -growl/RDGZS -growly/RP -grown/IA -grownup/MS -grows/A -growth/IMA -growths/IA -grubbed -grubber/SM -grubbily -grubbiness/SM -grubbing -grubby/RTP -grub/MS -grubstake/MSDG -grudge/GMSRDJ -grudger/M -grudging/Y -grueling/Y -gruel/MDGJS -gruesomeness/SM -gruesome/RYTP -gruffness/MS -gruff/PSGTYRD -grumble/GZJDSR -grumbler/M -grumbling/Y -Grumman/M -grumpily -grumpiness/MS -grump/MDGS -grumpy/TPR -Grundy/M -Grünewald/M -grunge/S -grungy/RT -grunion/SM -grunter/M -grunt/SGRD -Grusky/M -Grus/M -Gruyère -Gruyeres -gryphon's -g's -G's -gs/A -GSA -gt -GU -guacamole/MS -Guadalajara/M -Guadalcanal/M -Guadalquivir/M -Guadalupe/M -Guadeloupe/M -Guallatiri/M -Gualterio/M -Guamanian/SM -Guam/M -Guangzhou -guanine/MS -guano/MS -Guantanamo/M -Guarani/M -guarani/SM -guaranteeing -guarantee/RSDZM -guarantor/SM -guaranty/MSDG -guardedness/UM -guarded/UYP -guarder/M -guardhouse/SM -Guardia/M -guardianship/MS -guardian/SM -guardrail/SM -guard/RDSGZ -guardroom/SM -guardsman/M -guardsmen -Guarnieri/M -Guatemala/M -Guatemalan/S -guava/SM -Guayaquil/M -gubernatorial -Gucci/M -gudgeon/M -Guelph/M -Guendolen/M -Guenevere/M -Guenna/M -Guenther/M -guernsey/S -Guernsey/SM -Guerra/M -Guerrero/M -guerrilla/MS -guessable/U -guess/BGZRSD -guessed/U -guesser/M -guesstimate/DSMG -guesswork/MS -guest/SGMD -Guevara/M -guffaw/GSDM -guff/SM -Guggenheim/M -Guglielma/M -Guglielmo/M -Guhleman/M -GUI -Guiana/M -guidance/MS -guidebook/SM -guided/U -guide/GZSRD -guideline/SM -guidepost/MS -guider/M -Guido/M -Guilbert/M -guilder/M -guildhall/SM -guild/SZMR -guileful -guilelessness/MS -guileless/YP -guile/SDGM -Guillaume/M -Guillema/M -Guillemette/M -guillemot/MS -Guillermo/M -guillotine/SDGM -guiltily -guiltiness/MS -guiltlessness/M -guiltless/YP -guilt/SM -guilty/PTR -Gui/M -Guinea/M -Guinean/S -guinea/SM -Guinevere/M -Guinna/M -Guinness/M -guise's -guise/SDEG -guitarist/SM -guitar/SM -Guiyang -Guizot/M -Gujarati/M -Gujarat/M -Gujranwala/M -gulag/S -gulch/MS -gulden/MS -gulf/DMGS -Gullah/M -gullet/MS -gulley's -gullibility/MS -gullible -Gulliver/M -gull/MDSG -gully/SDMG -gulp/RDGZS -gumboil/MS -gumbo/MS -gumboots -gumdrop/SM -gummed -gumminess/M -gumming/C -gum/MS -gummy/RTP -gumption/SM -gumshoeing -gumshoe/SDM -gumtree/MS -Gunar/M -gunboat/MS -Gunderson/M -gunfighter/M -gunfight/SRMGZ -gunfire/SM -gunflint/M -gunfought -Gunilla/M -gunk/SM -gunky/RT -Gun/M -gunman/M -gunmen -gunmetal/MS -gun/MS -Gunnar/M -gunned -gunnel's -Gunner/M -gunner/SM -gunnery/MS -gunning/M -gunnysack/SM -gunny/SM -gunpoint/MS -gunpowder/SM -gunrunner/MS -gunrunning/MS -gunship/S -gunshot/SM -gunslinger/M -gunsling/GZR -gunsmith/M -gunsmiths -Guntar/M -Gunter/M -Gunther/M -gunwale/MS -Guofeng/M -guppy/SM -Gupta/M -gurgle/SDG -Gurkha/M -gurney/S -guru/MS -Gusella/M -gusher/M -gush/SRDGZ -gushy/TR -Gus/M -Guss -gusset/MDSG -Gussie/M -Gussi/M -gussy/GSD -Gussy/M -Gustaf/M -Gustafson/M -Gusta/M -gustatory -Gustave/M -Gustav/M -Gustavo/M -Gustavus/M -gusted/E -Gustie/M -gustily -Gusti/M -gustiness/M -gusting/E -gust/MDGS -gustoes -gusto/M -gusts/E -Gusty/M -gusty/RPT -Gutenberg/M -Guthrey/M -Guthrie/M -Guthry/M -Gutierrez/M -gutlessness/S -gutless/P -gutser/M -gutsiness/M -gut/SM -guts/R -gutsy/PTR -gutted -gutter/GSDM -guttering/M -guttersnipe/M -gutting -gutturalness/M -guttural/SPY -gutty/RSMT -Guyana/M -Guyanese -Guy/M -guy/MDRZGS -Guzman/M -guzzle/GZRSD -guzzler/M -g/VBX -Gwalior/M -Gwendolen/M -Gwendoline/M -Gwendolin/M -Gwendolyn/M -Gweneth/M -Gwenette/M -Gwen/M -Gwenneth/M -Gwennie/M -Gwenni/M -Gwenny/M -Gwenora/M -Gwenore/M -Gwyneth/M -Gwyn/M -Gwynne/M -gymkhana/SM -gym/MS -gymnasia's -gymnasium/SM -gymnastically -gymnastic/S -gymnastics/M -gymnast/SM -gymnosperm/SM -gynecologic -gynecological/MS -gynecologist/SM -gynecology/MS -gypped -gypper/S -gypping -gyp/S -gypsite -gypster/S -gypsum/MS -gypsy/SDMG -Gypsy/SM -gyrate/XNGSD -gyration/M -gyrator/MS -gyrfalcon/SM -gyrocompass/M -gyro/MS -gyroscope/SM -gyroscopic -gyve/GDS -H -Haag/M -Haas/M -Habakkuk/M -habeas -haberdasher/SM -haberdashery/SM -Haber/M -Haberman/M -Habib/M -habiliment/SM -habitability/MS -habitableness/M -habitable/P -habitant/ISM -habitation/MI -habitations -habitat/MS -habit/IBDGS -habit's -habitualness/SM -habitual/SYP -habituate/SDNGX -habituation/M -habitué/MS -hacienda/MS -hacker/M -Hackett/M -hack/GZSDRBJ -hackler/M -hackle/RSDMG -hackney/SMDG -hacksaw/SDMG -hackwork/S -Hadamard/M -Hadar/M -Haddad/M -haddock/MS -hades -Hades -had/GD -hadji's -hadj's -Hadlee/M -Hadleigh/M -Hadley/M -Had/M -hadn't -Hadria/M -Hadrian/M -hadron/MS -hadst -haemoglobin's -haemophilia's -haemorrhage's -Hafiz/M -hafnium/MS -haft/GSMD -Hagan/M -Hagar/M -Hagen/M -Hager/M -Haggai/M -haggardness/MS -haggard/SYP -hagged -hagging -haggish -haggis/SM -haggler/M -haggle/RSDZG -Hagiographa/M -hagiographer/SM -hagiography/MS -hag/SMN -Hagstrom/M -Hague/M -ha/H -hahnium/S -Hahn/M -Haifa/M -haiku/M -Hailee/M -hailer/M -Hailey/M -hail/SGMDR -hailstone/SM -hailstorm/SM -Haily/M -Haiphong/M -hairball/SM -hairbreadth/M -hairbreadths -hairbrush/SM -haircare -haircloth/M -haircloths -haircut/MS -haircutting -hairdo/SM -hairdresser/SM -hairdressing/SM -hairdryer/S -hairiness/MS -hairlessness/M -hairless/P -hairlike -hairline/SM -hairnet/MS -hairpiece/MS -hairpin/MS -hairsbreadth -hairsbreadths -hair/SDM -hairsplitter/SM -hairsplitting/MS -hairspray -hairspring/SM -hairstyle/SMG -hairstylist/S -hairy/PTR -Haitian/S -Haiti/M -hajjes -hajji/MS -hajj/M -Hakeem/M -hake/MS -Hakim/M -Hakka/M -Hakluyt/M -halalled -halalling -halal/S -halberd/SM -halcyon/S -Haldane/M -Haleakala/M -Haleigh/M -hale/ISRDG -Hale/M -haler/IM -halest -Halette/M -Haley/M -halfback/SM -halfbreed -halfheartedness/MS -halfhearted/PY -halfpence/S -halfpenny/MS -halfpennyworth -half/PM -halftime/S -halftone/MS -halfway -halfword/MS -halibut/SM -halide/SM -Halie/M -Halifax/M -Hali/M -Halimeda/M -halite/MS -halitoses -halitosis/M -hallelujah -hallelujahs -Halley/M -halliard's -Hallie/M -Halli/M -Hallinan/M -Hall/M -Hallmark/M -hallmark/SGMD -hallo/GDS -halloo's -Halloween/MS -hallowing -hallows -hallow/UD -hall/SMR -Hallsy/M -hallucinate/VNGSDX -hallucination/M -hallucinatory -hallucinogenic/S -hallucinogen/SM -hallway/SM -Hally/M -halocarbon -halogenated -halogen/SM -halon -halo/SDMG -Halpern/M -Halsey/M -Hal/SMY -Halsy/M -halter/GDM -halt/GZJSMDR -halting/Y -halve/GZDS -halves/M -halyard/MS -Ha/M -Hamal/M -Haman/M -hamburger/M -Hamburg/MS -hamburg/SZRM -Hamel/M -Hamey/M -Hamhung/M -Hamid/M -Hamilcar/M -Hamil/M -Hamiltonian/MS -Hamilton/M -Hamish/M -Hamitic/M -Hamlen/M -Hamlet/M -hamlet/MS -Hamlin/M -Ham/M -Hammad/M -Hammarskjold/M -hammed -hammerer/M -hammerhead/SM -hammering/M -hammerless -hammerlock/MS -Hammerstein/M -hammertoe/SM -hammer/ZGSRDM -Hammett/M -hamming -hammock/MS -Hammond/M -Hammurabi/M -hammy/RT -Hamnet/M -hampered/U -hamper/GSD -Hampshire/M -Hampton/M -ham/SM -hamster/MS -hamstring/MGS -hamstrung -Hamsun/M -Hana/M -Hanan/M -Hancock/M -handbagged -handbagging -handbag/MS -handball/SM -handbarrow/MS -handbasin -handbill/MS -handbook/SM -handbrake/M -handcar/SM -handcart/MS -handclasp/MS -handcraft/GMDS -handcuff/GSD -handcuffs/M -handedness/M -handed/PY -Handel/M -hander/S -handful/SM -handgun/SM -handhold/M -handicapped -handicapper/SM -handicapping -handicap/SM -handicraftsman/M -handicraftsmen -handicraft/SMR -handily/U -handiness/SM -handiwork/MS -handkerchief/MS -handleable -handlebar/SM -handle/MZGRSD -handler/M -handless -handling/M -handmade -handmaiden/M -handmaid/NMSX -handout/SM -handover -handpick/GDS -handrail/SM -hand's -handsaw/SM -handset/SM -handshake/GMSR -handshaker/M -handshaking/M -handsomely/U -handsomeness/MS -handsome/RPTY -handspike/SM -handspring/SM -handstand/MS -hand/UDSG -handwork/SM -handwoven -handwrite/GSJ -handwriting/M -handwritten -Handy/M -handyman/M -handymen -handy/URT -Haney/M -hangar/SGDM -hangdog/S -hanged/A -hanger/M -hang/GDRZBSJ -hanging/M -hangman/M -hangmen -hangnail/MS -hangout/MS -hangover/SM -hangs/A -Hangul/M -hangup/S -Hangzhou -Hankel/M -hankerer/M -hanker/GRDJ -hankering/M -hank/GZDRMS -hankie/SM -Hank/M -hanky's -Hannah/M -Hanna/M -Hannibal/M -Hannie/M -Hanni/MS -Hanny/M -Hanoi/M -Hanoverian -Hanover/M -Hansel/M -Hansen/M -Hansiain/M -Han/SM -Hans/N -hansom/MS -Hanson/M -Hanuka/S -Hanukkah/M -Hanukkahs -Hapgood/M -haphazardness/SM -haphazard/SPY -haplessness/MS -hapless/YP -haploid/S -happed -happening/M -happen/JDGS -happenstance/SM -happily/U -happiness/UMS -happing -Happy/M -happy/UTPR -Hapsburg/M -hap/SMY -Harald/M -harangue/GDRS -haranguer/M -Harare -harasser/M -harass/LSRDZG -harassment/SM -Harbert/M -harbinger/DMSG -Harbin/M -harborer/M -harbor/ZGRDMS -Harcourt/M -hardback/SM -hardball/SM -hardboard/SM -hardboiled -hardbound -hardcore/MS -hardcover/SM -hardened/U -hardener/M -hardening/M -harden/ZGRD -hardhat/S -hardheadedness/SM -hardheaded/YP -hardheartedness/SM -hardhearted/YP -hardihood/MS -hardily -hardiness/SM -Harding/M -Hardin/M -hardliner/S -hardness/MS -hardscrabble -hardshell -hardship/MS -hardstand/S -hardtack/MS -hardtop/MS -hardware/SM -hardwire/DSG -hardwood/MS -hardworking -Hardy/M -hard/YNRPJGXTS -hardy/PTRS -harebell/MS -harebrained -harelip/MS -harelipped -hare/MGDS -harem/SM -Hargreaves/M -hark/GDS -Harland/M -Harlan/M -Harlem/M -Harlene/M -Harlen/M -Harlequin -harlequin/MS -Harley/M -Harlie/M -Harli/M -Harlin/M -harlotry/MS -harlot/SM -Harlow/M -Harman/M -harmed/U -harmer/M -harmfulness/MS -harmful/PY -harmlessness/SM -harmless/YP -harm/MDRGS -Harmonia/M -harmonically -harmonica/MS -harmonic/S -harmonics/M -Harmonie/M -harmonious/IPY -harmoniousness/MS -harmoniousness's/I -harmonium/MS -harmonization/A -harmonizations -harmonization's -harmonized/U -harmonizer/M -harmonizes/UA -harmonize/ZGSRD -Harmon/M -harmony/EMS -Harmony/M -harness/DRSMG -harnessed/U -harnesser/M -harnesses/U -Harold/M -Haroun/M -harper/M -Harper/M -harping/M -harpist/SM -harp/MDRJGZS -Harp/MR -harpooner/M -harpoon/SZGDRM -harpsichordist/MS -harpsichord/SM -harpy/SM -Harpy/SM -Harrell/M -harridan/SM -Harrie/M -harrier/M -Harriet/M -Harrietta/M -Harriette/M -Harriett/M -Harrington/M -Harriot/M -Harriott/M -Harrisburg/M -Harri/SM -Harrisonburg/M -Harrison/M -harrower/M -harrow/RDMGS -harrumph/SDG -Harry/M -harry/RSDGZ -harshen/GD -harshness/SM -harsh/TRNYP -Harte/M -Hartford/M -Hartley/M -Hartline/M -Hart/M -Hartman/M -hart/MS -Hartwell/M -Harvard/M -harvested/U -harvester/M -harvestman/M -harvest/MDRZGS -Harvey/MS -Harv/M -Harwell/M -Harwilll/M -has -Hasbro/M -hash/AGSD -Hasheem/M -hasher/M -Hashim/M -hashing/M -hashish/MS -hash's -Hasidim -Haskell/M -Haskel/M -Haskins/M -Haslett/M -hasn't -hasp/GMDS -hassle/MGRSD -hassock/MS -haste/MS -hastener/M -hasten/GRD -hast/GXJDN -Hastie/M -hastily -hastiness/MS -Hastings/M -Hasty/M -hasty/RPT -hatchback/SM -hatcheck/S -hatched/U -hatcher/M -hatchery/MS -hatchet/MDSG -hatching/M -hatch/RSDJG -Hatchure/M -hatchway/MS -hatefulness/MS -hateful/YP -hater/M -hate/S -Hatfield/M -Hathaway/M -hatless -hat/MDRSZG -hatred/SM -hatstands -hatted -Hatteras/M -hatter/SM -Hattie/M -Hatti/M -hatting -Hatty/M -hauberk/SM -Haugen/M -haughtily -haughtiness/SM -haughty/TPR -haulage/MS -hauler/M -haul/SDRGZ -haunch/GMSD -haunter/M -haunting/Y -haunt/JRDSZG -Hauptmann/M -Hausa/M -Hausdorff/M -Hauser/M -hauteur/MS -Havana/SM -Havarti -Havel/M -haven/DMGS -Haven/M -haven't -haver/G -haversack/SM -have/ZGSR -havocked -havocking -havoc/SM -Haw -Hawaiian/S -Hawaii/M -hawker/M -hawk/GZSDRM -Hawking -hawking/M -Hawkins/M -hawkishness/S -hawkish/P -Hawley/M -haw/MDSG -hawser/M -haws/RZ -Hawthorne/M -hawthorn/MS -haycock/SM -Hayden/M -Haydn/M -Haydon/M -Hayes -hayfield/MS -hay/GSMDR -Hayley/M -hayloft/MS -haymow/MS -Haynes -hayrick/MS -hayride/MS -hayseed/MS -Hay/SM -haystack/SM -haywain -Hayward/M -haywire/MS -Haywood/M -Hayyim/M -hazard/MDGS -hazardousness/M -hazardous/PY -haze/DSRJMZG -Hazel/M -hazel/MS -hazelnut/SM -Haze/M -hazer/M -hazily -haziness/MS -hazing/M -Hazlett/M -Hazlitt/M -hazy/PTR -HBO/M -hdqrs -HDTV -headache/MS -headband/SM -headboard/MS -headcount -headdress/MS -header/M -headfirst -headgear/SM -headhunter/M -headhunting/M -headhunt/ZGSRDMJ -headily -headiness/S -heading/M -headlamp/S -headland/MS -headlessness/M -headless/P -headlight/MS -headline/DRSZMG -headliner/M -headlock/MS -headlong -Head/M -headman/M -headmaster/MS -headmastership/M -headmen -headmistress/MS -headphone/SM -headpiece/SM -headpin/MS -headquarter/GDS -headrest/MS -headroom/SM -headscarf/M -headset/SM -headship/SM -headshrinker/MS -head/SJGZMDR -headsman/M -headsmen -headstall/SM -headstand/MS -headstock/M -headstone/MS -headstrong -headwaiter/SM -headwall/S -headwater/S -headway/MS -headwind/SM -headword/MS -heady/PTR -heal/DRHSGZ -healed/U -healer/M -Heall/M -healthfully -healthfulness/SM -healthful/U -healthily/U -healthiness/MSU -health/M -healths -healthy/URPT -heap/SMDG -heard/UA -hearer/M -hearing/AM -hearken/SGD -hearsay/SM -hearse/M -hears/SDAG -Hearst/M -heartache/SM -heartbeat/MS -heartbreak/GMS -heartbreaking/Y -heartbroke -heartbroken -heartburning/M -heartburn/SGM -hearted/Y -hearten/EGDS -heartening/EY -heartfelt -hearth/M -hearthrug -hearths -hearthstone/MS -heartily -heartiness/SM -heartland/SM -heartlessness/SM -heartless/YP -heartrending/Y -heartsickness/MS -heartsick/P -heart/SMDNXG -heartstrings -heartthrob/MS -heartwarming -Heartwood/M -heartwood/SM -hearty/TRSP -hear/ZTSRHJG -heatedly -heated/UA -heater/M -heathendom/SM -heathenish/Y -heathenism/MS -heathen/M -heather/M -Heather/M -heathery -Heathkit/M -heathland -Heathman/M -Heath/MR -heath/MRNZX -heaths -heatproof -heats/A -heat/SMDRGZBJ -heatstroke/MS -heatwave -heave/DSRGZ -heavenliness/M -heavenly/PTR -heaven/SYM -heavenward/S -heaver/M -heaves/M -heavily -heaviness/MS -Heaviside/M -heavyhearted -heavyset -heavy/TPRS -heavyweight/SM -Hebe/M -hebephrenic -Hebert/M -Heb/M -Hebraic -Hebraism/MS -Hebrew/SM -Hebrides/M -Hecate/M -hecatomb/M -heckler/M -heckle/RSDZG -heck/S -hectare/MS -hectically -hectic/S -hectogram/MS -hectometer/SM -Hector/M -hector/SGD -Hecuba/M -he'd -Heda/M -Hedda/M -Heddie/M -Heddi/M -hedge/DSRGMZ -hedgehog/MS -hedgehopped -hedgehopping -hedgehop/S -hedger/M -hedgerow/SM -hedging/Y -Hedi/M -hedonism/SM -hedonistic -hedonist/MS -Hedvige/M -Hedvig/M -Hedwiga/M -Hedwig/M -Hedy/M -heeded/U -heedfulness/M -heedful/PY -heeding/U -heedlessness/SM -heedless/YP -heed/SMGD -heehaw/DGS -heeler/M -heeling/M -heelless -heel/SGZMDR -Heep/M -Hefner/M -heft/GSD -heftily -heftiness/SM -hefty/TRP -Hegelian -Hegel/M -hegemonic -hegemony/MS -Hegira/M -hegira/S -Heida/M -Heidegger/M -Heidelberg/M -Heidie/M -Heidi/M -heifer/MS -Heifetz/M -heighten/GD -height/SMNX -Heimlich/M -Heindrick/M -Heineken/M -Heine/M -Heinlein/M -heinousness/SM -heinous/PY -Heinrich/M -Heinrick/M -Heinrik/M -Heinze/M -Heinz/M -heiress/MS -heirloom/MS -heir/SDMG -Heisenberg/M -Heiser/M -heister/M -heist/GSMRD -Hejira's -Helaina/M -Helaine/M -held -Helena/M -Helene/M -Helenka/M -Helen/M -Helga/M -Helge/M -helical/Y -helices/M -helicon/M -Helicon/M -helicopter/GSMD -heliocentric -heliography/M -Heliopolis/M -Helios/M -heliosphere -heliotrope/SM -heliport/MS -helium/MS -helix/M -he'll -hellbender/M -hellbent -hellcat/SM -hellebore/SM -Hellene/SM -Hellenic -Hellenism/MS -Hellenistic -Hellenist/MS -Hellenization/M -Hellenize -heller/M -Heller/M -Hellespont/M -hellfire/M -hell/GSMDR -hellhole/SM -Helli/M -hellion/SM -hellishness/SM -hellish/PY -Hellman/M -hello/GMS -Hell's -helluva -helmed -helmet/GSMD -Helmholtz/M -helming -helms -helm's -helmsman/M -helmsmen -helm/U -Helmut/M -Héloise/M -helot/S -helper/M -helpfulness/MS -helpful/UY -help/GZSJDR -helping/M -helplessness/SM -helpless/YP -helpline/S -helpmate/SM -helpmeet's -Helsa/M -Helsinki/M -helve/GMDS -Helvetian/S -Helvetius/M -Helyn/M -He/M -hematite/MS -hematologic -hematological -hematologist/SM -hematology/MS -heme/MS -Hemingway/M -hemisphere/MSD -hemispheric -hemispherical -hemline/SM -hemlock/MS -hemmed -hemmer/SM -hemming -hem/MS -hemoglobin/MS -hemolytic -hemophiliac/SM -hemophilia/SM -hemorrhage/GMDS -hemorrhagic -hemorrhoid/MS -hemostat/SM -hemp/MNS -h/EMS -hemstitch/DSMG -henceforth -henceforward -hence/S -Hench/M -henchman/M -henchmen -Henderson/M -Hendrick/SM -Hendrickson/M -Hendrika/M -Hendrik/M -Hendrix/M -henge/M -Henka/M -Henley/M -hen/MS -henna/MDSG -Hennessey/M -henning -henpeck/GSD -Henrie/M -Henrieta/M -Henrietta/M -Henriette/M -Henrik/M -Henri/M -Henryetta/M -henry/M -Henry/M -Hensley/M -Henson/M -heparin/MS -hepatic/S -hepatitides -hepatitis/M -Hepburn/M -Hephaestus/M -Hephzibah/M -hepper -heppest -Hepplewhite -hep/S -heptagonal -heptagon/SM -heptane/M -heptathlon/S -her -Heracles/M -Heraclitus/M -heralded/U -heraldic -herald/MDSG -heraldry/MS -Hera/M -herbaceous -herbage/MS -herbalism -herbalist/MS -herbal/S -Herbart/M -Herbert/M -herbicidal -herbicide/MS -Herbie/M -herbivore/SM -herbivorous/Y -Herb/M -herb/MS -Herby/M -Herc/M -Herculaneum/M -herculean -Herculean -Hercule/MS -Herculie/M -herder/M -Herder/M -herd/MDRGZS -herdsman/M -herdsmen -hereabout/S -hereafter/S -hereby -hereditary -heredity/MS -Hereford/SM -herein -hereinafter -here/IS -hereof -hereon -here's -heres/M -heresy/SM -heretical -heretic/SM -hereto -heretofore -hereunder -hereunto -hereupon -herewith -Heriberto/M -heritable -heritage/MS -heritor/IM -Herkimer/M -Herman/M -Hermann/M -hermaphrodite/SM -hermaphroditic -Hermaphroditus/M -hermeneutic/S -hermeneutics/M -Hermes -hermetical/Y -hermetic/S -Hermia/M -Hermie/M -Hermina/M -Hermine/M -Herminia/M -Hermione/M -hermitage/SM -Hermite/M -hermitian -hermit/MS -Hermon/M -Hermosa/M -Hermosillo/M -Hermy/M -Hernandez/M -Hernando/M -hernial -hernia/MS -herniate/NGXDS -Herod/M -Herodotus/M -heroes -heroically -heroics -heroic/U -heroine/SM -heroin/MS -heroism/SM -Herold/M -hero/M -heron/SM -herpes/M -herpetologist/SM -herpetology/MS -Herrera/M -Herrick/M -herringbone/SDGM -Herring/M -herring/SM -Herrington/M -Herr/MG -Herschel/M -Hersch/M -herself -Hersey/M -Hershel/M -Hershey/M -Hersh/M -Herta/M -Hertha/M -hertz/M -Hertz/M -Hertzog/M -Hertzsprung/M -Herve/M -Hervey/M -Herzegovina/M -Herzl/M -hes -Hesiod/M -hesitance/S -hesitancy/SM -hesitantly -hesitant/U -hesitater/M -hesitate/XDRSNG -hesitating/UY -hesitation/M -Hesperus/M -Hesse/M -Hessian/MS -Hess/M -Hester/M -Hesther/M -Hestia/M -Heston/M -heterodox -heterodoxy/MS -heterodyne -heterogamous -heterogamy/M -heterogeneity/SM -heterogeneousness/M -heterogeneous/PY -heterosexuality/SM -heterosexual/YMS -heterostructure -heterozygous -Hettie/M -Hetti/M -Hetty/M -Heublein/M -heuristically -heuristic/SM -Heusen/M -Heuser/M -he/VMZ -hew/DRZGS -Hewe/M -hewer/M -Hewet/M -Hewett/M -Hewie/M -Hewitt/M -Hewlett/M -Hew/M -hexachloride/M -hexadecimal/YS -hexafluoride/M -hexagonal/Y -hexagon/SM -hexagram/SM -hexameter/SM -hex/DSRG -hexer/M -hey -heyday/MS -Heyerdahl/M -Heywood/M -Hezekiah/M -hf -HF -Hf/M -Hg/M -hgt -hgwy -HHS -HI -Hialeah/M -hiatus/SM -Hiawatha/M -hibachi/MS -hibernate/XGNSD -hibernation/M -hibernator/SM -Hibernia/M -Hibernian/S -hibiscus/MS -hiccup/MDGS -hickey/SM -Hickey/SM -Hickman/M -Hickok/M -hickory/MS -hick/SM -Hicks/M -hi/D -hidden/U -hideaway/SM -hidebound -hideousness/SM -hideous/YP -hideout/MS -hider/M -hide/S -hiding/M -hid/ZDRGJ -hieing -hierarchal -hierarchic -hierarchical/Y -hierarchy/SM -hieratic -hieroglyph -hieroglyphic/S -hieroglyphics/M -hieroglyphs -Hieronymus/M -hie/S -hifalutin -Higashiosaka -Higgins/M -highball/GSDM -highborn -highboy/MS -highbrow/SM -highchair/SM -highfalutin -Highfield/M -highhandedness/SM -highhanded/PY -highish -Highlander/SM -Highlands -highland/ZSRM -highlight/GZRDMS -Highness/M -highness/MS -highpoint -high/PYRT -highroad/MS -highs -hight -hightail/DGS -highwayman/M -highwaymen -highway/MS -hijacker/M -hijack/JZRDGS -hiker/M -hike/ZGDSR -Hilario/M -hilariousness/MS -hilarious/YP -hilarity/MS -Hilarius/M -Hilary/M -Hilbert/M -Hildagarde/M -Hildagard/M -Hilda/M -Hildebrand/M -Hildegaard/M -Hildegarde/M -Hilde/M -Hildy/M -Hillard/M -Hillary/M -hillbilly/MS -Hillcrest/M -Hillel/M -hiller/M -Hillery/M -hill/GSMDR -Hilliard/M -Hilliary/M -Hillie/M -Hillier/M -hilliness/SM -Hill/M -hillman -hillmen -hillock/SM -Hillsboro/M -Hillsdale/M -hillside/SM -hilltop/MS -hillwalking -Hillyer/M -Hilly/RM -hilly/TRP -hilt/MDGS -Hilton/M -Hi/M -Himalaya/MS -Himalayan/S -Himmler/M -him/S -himself -Hinayana/M -Hinda/M -Hindemith/M -Hindenburg/M -hindered/U -hinderer/M -hinder/GRD -Hindi/M -hindmost -hindquarter/SM -hindrance/SM -hind/RSZ -hindsight/SM -Hinduism/SM -Hindu/MS -Hindustani/MS -Hindustan/M -Hines/M -hinger -hinge's -hinge/UDSG -Hinkle/M -Hinsdale/M -hinterland/MS -hinter/M -hint/GZMDRS -Hinton/M -Hinze/M -hipbone/SM -hipness/S -Hipparchus/M -hipped -hipper -hippest -hippie/MTRS -hipping/M -Hippocrates/M -Hippocratic -hippodrome/MS -hippo/MS -hippopotamus/SM -hip/PSM -hippy's -hipster/MS -hiragana -Hiram/M -hire/AGSD -hireling/SM -hirer/SM -Hirey/M -hiring/S -Hirohito/M -Hiroshi/M -Hiroshima/M -Hirsch/M -hirsuteness/MS -hirsute/P -his -Hispanic/SM -Hispaniola/M -hiss/DSRMJG -hisser/M -hissing/M -Hiss/M -histamine/SM -histidine/SM -histochemic -histochemical -histochemistry/M -histogram/MS -histological -histologist/MS -histology/SM -historian/MS -historic -historicalness/M -historical/PY -historicism/M -historicist/M -historicity/MS -historiographer/SM -historiography/MS -history/MS -histrionically -histrionic/S -histrionics/M -hist/SDG -Hitachi/M -Hitchcock/M -hitcher/MS -hitchhike/RSDGZ -hitch/UGSD -hither -hitherto -Hitler/SM -hitless -hit/MS -hittable -hitter/SM -hitting -Hittite/SM -HIV -hive/MGDS -h'm -HM -HMO -Hmong -HMS -hoarder/M -hoarding/M -hoard/RDJZSGM -hoarfrost/SM -hoariness/MS -hoar/M -hoarseness/SM -hoarse/RTYP -hoary/TPR -hoaxer/M -hoax/GZMDSR -Hobard/M -Hobart/M -hobbed -Hobbes/M -hobbing -hobbit -hobbler/M -hobble/ZSRDG -Hobbs/M -hobbyhorse/SM -hobbyist/SM -hobby/SM -Hobday/M -Hobey/M -hobgoblin/MS -Hobie/M -hobnail/GDMS -hobnobbed -hobnobbing -hobnob/S -Hoboken/M -hobo/SDMG -hob/SM -hoc -hocker/M -hockey/SM -hock/GDRMS -Hockney/M -hockshop/SM -hodge/MS -Hodge/MS -hodgepodge/SM -Hodgkin/M -ho/DRYZ -hod/SM -Hoebart/M -hoecake/SM -hoedown/MS -hoeing -hoer/M -hoe/SM -Hoffa/M -Hoff/M -Hoffman/M -Hofstadter/M -Hogan/M -hogan/SM -Hogarth/M -hogback/MS -hogged -hogger -hogging -hoggish/Y -hogshead/SM -hog/SM -hogtie/SD -hogtying -hogwash/SM -Hohenlohe/M -Hohenstaufen/M -Hohenzollern/M -Hohhot/M -hoister/M -hoist/GRDS -hoke/DSG -hokey/PRT -hokier -hokiest -Hokkaido/M -hokum/MS -Hokusai/M -Holbein/M -Holbrook/M -Holcomb/M -holdall/MS -Holden/M -holder/M -Holder/M -holding/IS -holding's -hold/NRBSJGZ -holdout/SM -holdover/SM -holdup/MS -hole/MGDS -holey -holiday/GRDMS -Holiday/M -holidaymaker/S -holier/U -Holiness/MS -holiness/MSU -holistic -holistically -hollandaise -Hollandaise/M -Hollander/M -Holland/RMSZ -holler/GDS -Hollerith/M -Holley/M -Hollie/M -Holli/SM -Hollister/M -Holloway/M -hollowness/MS -hollow/RDYTGSP -hollowware/M -Hollyanne/M -hollyhock/MS -Holly/M -holly/SM -Hollywood/M -Holman/M -Holmes -holmium/MS -Holm/M -Holocaust -holocaust/MS -Holocene -hologram/SM -holograph/GMD -holographic -holographs -holography/MS -Holstein/MS -holster/MDSG -Holst/M -Holt/M -Holyoke/M -holy/SRTP -holystone/MS -Holzman/M -Ho/M -homage/MGSRD -homager/M -hombre/SM -homburg/SM -homebody/MS -homebound -homeboy/S -homebuilder/S -homebuilding -homebuilt -homecoming/MS -home/DSRMYZG -homegrown -homeland/SM -homelessness/SM -homeless/P -homelike -homeliness/SM -homely/RPT -homemade -homemake/JRZG -homemaker/M -homemaking/M -homeomorphic -homeomorphism/MS -homeomorph/M -homeopath -homeopathic -homeopaths -homeopathy/MS -homeostases -homeostasis/M -homeostatic -homeowner/S -homeownership -homepage -Homere/M -homer/GDM -Homeric -homerists -Homer/M -homeroom/MS -Homerus/M -homeschooling/S -homesickness/MS -homesick/P -homespun/S -homesteader/M -homestead/GZSRDM -homestretch/SM -hometown/SM -homeward -homeworker/M -homework/ZSMR -homeyness/MS -homey/PS -homicidal/Y -homicide/SM -homier -homiest -homiletic/S -homily/SM -hominess's -homing/M -hominid/MS -hominy/SM -Hom/MR -homogamy/M -homogenate/MS -homogeneity/ISM -homogeneous/PY -homogenization/MS -homogenize/DRSGZ -homogenizer/M -homograph/M -homographs -homological -homologous -homologue/M -homology/MS -homomorphic -homomorphism/SM -homonym/SM -homophobia/S -homophobic -homophone/MS -homopolymers -homosexuality/SM -homosexual/YMS -homo/SM -homotopy -homozygous/Y -honcho/DSG -Honda/M -Hondo/M -Honduran/S -Honduras/M -Honecker/M -hone/SM -honestly/E -honest/RYT -honesty/ESM -honeybee/SM -honeycomb/SDMG -honeydew/SM -honey/GSMD -honeylocust -Honey/M -honeymooner/M -honeymoon/RDMGZS -honeysuckle/MS -Honeywell/M -hong/M -Honiara/M -honker/M -honk/GZSDRM -honky/SM -Hon/M -hon/MDRSZTG -Honolulu/M -honorableness/SM -honorable/PSM -honorables/U -honorablies/U -honorably/UE -honorarily -honorarium/SM -honorary/S -honored/U -honoree/S -honor/ERDBZGS -honorer/EM -Honoria/M -honorific/S -Honor/M -honor's -honors/A -Honshu/M -hooch/MS -hoodedness/M -hooded/P -hoodlum/SM -Hood/M -hood/MDSG -hoodoo/DMGS -hoodwinker/M -hoodwink/SRDG -hooey/SM -hoof/DRMSG -hoofer/M -hoofmark/S -hookah/M -hookahs -hookedness/M -hooked/P -Hooke/MR -hooker/M -Hooker/M -hookey's -hook/GZDRMS -hooks/U -hookup/SM -hookworm/MS -hooky/SRMT -hooliganism/SM -hooligan/SM -hooper/M -Hooper/M -hoopla/SM -hoop/MDRSG -hooray/SMDG -hoosegow/MS -Hoosier/SM -hootch's -hootenanny/SM -hooter/M -hoot/MDRSGZ -Hoover/MS -hooves/M -hoped/U -hopefulness/MS -hopeful/SPY -hopelessness/SM -hopeless/YP -Hope/M -hoper/M -hope/SM -Hopewell/M -Hopi/SM -Hopkinsian/M -Hopkins/M -hopped -Hopper/M -hopper/MS -hopping/M -hoppled -hopples -hopscotch/MDSG -hop/SMDRG -Horace/M -Horacio/M -Horatia/M -Horatio/M -Horatius/M -horde/DSGM -horehound/MS -horizon/MS -horizontal/YS -Hormel/M -hormonal/Y -hormone/MS -Hormuz/M -hornbeam/M -hornblende/MS -Hornblower/M -hornedness/M -horned/P -Horne/M -hornet/MS -horn/GDRMS -horniness/M -hornless -hornlike -Horn/M -hornpipe/MS -horny/TRP -horologic -horological -horologist/MS -horology/MS -horoscope/MS -Horowitz/M -horrendous/Y -horribleness/SM -horrible/SP -horribly -horridness/M -horrid/PY -horrific -horrifically -horrify/DSG -horrifying/Y -horror/MS -hors/DSGX -horseback/MS -horsedom -horseflesh/M -horsefly/MS -horsehair/SM -horsehide/SM -horselaugh/M -horselaughs -horseless -horselike -horsely -horseman/M -horsemanship/MS -horsemen -horseplayer/M -horseplay/SMR -horsepower/SM -horseradish/SM -horse's -horseshoeing -horseshoe/MRSD -horseshoer/M -horsetail/SM -horse/UGDS -horsewhipped -horsewhipping -horsewhip/SM -horsewoman/M -horsewomen -horsey -horsier -horsiest -horsing/M -Horst/M -hortatory -Horten/M -Hortense/M -Hortensia/M -horticultural -horticulture/SM -horticulturist/SM -Hort/MN -Horton/M -Horus/M -hosanna/SDG -Hosea/M -hose/M -hosepipe -hos/GDS -hosier/MS -hosiery/SM -hosp -hospice/MS -hospitable/I -hospitably/I -hospitality/MS -hospitality's/I -hospitalization/MS -hospitalize/GSD -hospital/MS -hostage/MS -hosteler/M -hostelry/MS -hostel/SZGMRD -hostess/MDSG -hostile/YS -hostility/SM -hostler/MS -Host/MS -host/MYDGS -hotbed/MS -hotblooded -hotbox/MS -hotcake/S -hotchpotch/M -hotelier/MS -hotelman/M -hotel/MS -hotfoot/DGS -hothead/DMS -hotheadedness/SM -hotheaded/PY -hothouse/MGDS -hotness/MS -hotplate/SM -hotpot/M -hot/PSY -hotrod -hotshot/S -hotted -Hottentot/SM -hotter -hottest -hotting -Houdaille/M -Houdini/M -hough/M -hounder/M -hounding/M -hound/MRDSG -hourglass/MS -houri/MS -hourly/S -hour/YMS -house/ASDG -houseboat/SM -housebound -houseboy/SM -housebreaker/M -housebreaking/M -housebreak/JSRZG -housebroke -housebroken -housebuilding -housecleaning/M -houseclean/JDSG -housecoat/MS -housefly/MS -houseful/SM -householder/M -household/ZRMS -househusband/S -housekeeper/M -housekeeping/M -housekeep/JRGZ -houselights -House/M -housemaid/MS -houseman/M -housemen -housemother/MS -housemoving -houseparent/SM -houseplant/S -houser -house's -housetop/MS -housewares -housewarming/MS -housewifeliness/M -housewifely/P -housewife/YM -housewives -houseworker/M -housework/ZSMR -housing/MS -Housman/M -Houston/M -Houyhnhnm/M -HOV -hovel/GSMD -hovercraft/M -hoverer/M -hover/GRD -hove/ZR -Howard/M -howbeit -howdah/M -howdahs -howdy/GSD -Howell/MS -Howe/M -however -Howey/M -Howie/M -howitzer/MS -howler/M -howl/GZSMDR -Howrah/M -how/SM -howsoever -hoyden/DMGS -hoydenish -Hoyle/SM -hoy/M -Hoyt/M -hp -HP -HQ -hr -HR -HRH -Hrothgar/M -hrs -h's -H's -HS -HST -ht -HTML -Hts/M -HTTP -Huang/M -huarache/SM -hubba -Hubbard/M -Hubble/M -hubbub/SM -hubby/SM -hubcap/SM -Huber/M -Hube/RM -Hubert/M -Huberto/M -Hubey/M -Hubie/M -hub/MS -hubris/SM -huckleberry/SM -Huck/M -huckster/SGMD -HUD -Huddersfield/M -huddler/M -huddle/RSDMG -Hudson/M -hue/MDS -Huerta/M -Huey/M -huffily -huffiness/SM -Huff/M -Huffman/M -huff/SGDM -huffy/TRP -hugeness/MS -huge/YP -hugged -hugger -hugging/S -Huggins -Hughie/M -Hugh/MS -Hugibert/M -Hugo/M -hug/RTS -Huguenot/SM -Hugues/M -huh -huhs -Hui/M -Huitzilopitchli/M -hula/MDSG -Hulda/M -hulk/GDMS -hullabaloo/SM -huller/M -hulling/M -Hull/M -hull/MDRGZS -hullo/GSDM -humane/IY -humaneness/SM -humaner -humanest -human/IPY -humanism/SM -humanistic -humanist/SM -humanitarianism/SM -humanitarian/S -humanity/ISM -humanization/CSM -humanized/C -humanizer/M -humanize/RSDZG -humanizes/IAC -humanizing/C -humankind/M -humannesses -humanness/IM -humanoid/S -humans -Humbert/M -Humberto/M -humbleness/SM -humble/TZGPRSDJ -humbly -Humboldt/M -humbugged -humbugging -humbug/MS -humdinger/MS -humdrum/S -Hume/M -humeral/S -humeri -humerus/M -Humfrey/M -Humfrid/M -Humfried/M -humidification/MC -humidifier/CM -humidify/RSDCXGNZ -humidistat/M -humidity/MS -humidor/MS -humid/Y -humiliate/SDXNG -humiliating/Y -humiliation/M -humility/MS -hummed -Hummel/M -hummer/SM -humming -hummingbird/SM -hummock/MDSG -hummocky -hummus/S -humongous -humored/U -humorist/MS -humorlessness/MS -humorless/PY -humorousness/MS -humorous/YP -humor/RDMZGS -humpback/SMD -hump/GSMD -humph/DG -Humphrey/SM -humphs -Humpty/M -hum/S -humus/SM -Humvee -hunchback/DSM -hunch/GMSD -hundredfold/S -hundred/SHRM -hundredths -hundredweight/SM -Hunfredo/M -hung/A -Hungarian/MS -Hungary/M -hunger/SDMG -Hung/M -hungover -hungrily -hungriness/SM -hungry/RTP -hunker/DG -hunky/RST -hunk/ZRMS -Hun/MS -hunter/M -Hunter/M -hunt/GZJDRS -hunting/M -Huntington/M -Huntlee/M -Huntley/M -Hunt/MR -huntress/MS -huntsman/M -huntsmen -Huntsville/M -hurdle/JMZGRSD -hurdler/M -hurl/DRGZJS -Hurlee/M -Hurleigh/M -hurler/M -Hurley/M -hurling/M -Huron/SM -hurray/SDG -hurricane/MS -hurriedness/M -hurried/UY -hurry/RSDG -Hurst/M -hurter/M -hurtfulness/MS -hurtful/PY -hurting/Y -hurtle/SDG -hurts -hurt/U -Hurwitz/M -Hus -Husain's -husbander/M -husband/GSDRYM -husbandman/M -husbandmen -husbandry/SM -Husein/M -hush/DSG -husker/M -huskily -huskiness/MS -husking/M -husk/SGZDRM -husky/RSPT -hussar/MS -Hussein/M -Husserl/M -hussy/SM -hustings/M -hustler/M -hustle/RSDZG -Huston/M -Hutchins/M -Hutchinson/M -Hutchison/M -hutch/MSDG -hut/MS -hutted -hutting -Hutton/M -Hutu/M -Huxley/M -Huygens/M -huzzah/GD -huzzahs -hwy -Hyacintha/M -Hyacinthe/M -Hyacinthia/M -Hyacinthie/M -hyacinth/M -Hyacinth/M -hyacinths -Hyades -hyaena's -Hyannis/M -Hyatt/M -hybridism/SM -hybridization/S -hybridize/GSD -hybrid/MS -Hyde/M -Hyderabad/M -Hydra/M -hydra/MS -hydrangea/SM -hydrant/SM -hydrate/CSDNGX -hydrate's -hydration/MC -hydraulically -hydraulicked -hydraulicking -hydraulic/S -hydraulics/M -hydrazine/M -hydride/MS -hydrocarbon/SM -hydrocephali -hydrocephalus/MS -hydrochemistry -hydrochloric -hydrochloride/M -hydrodynamical -hydrodynamic/S -hydrodynamics/M -hydroelectric -hydroelectrically -hydroelectricity/SM -hydrofluoric -hydrofoil/MS -hydrogenate/CDSGN -hydrogenate's -hydrogenation/MC -hydrogenations -hydrogen/MS -hydrogenous -hydrological/Y -hydrologist/MS -hydrology/SM -hydrolysis/M -hydrolyzed/U -hydrolyze/GSD -hydromagnetic -hydromechanics/M -hydrometer/SM -hydrometry/MS -hydrophilic -hydrophobia/SM -hydrophobic -hydrophone/SM -hydroplane/DSGM -hydroponic/S -hydroponics/M -hydro/SM -hydrosphere/MS -hydrostatic/S -hydrostatics/M -hydrotherapy/SM -hydrothermal/Y -hydrous -hydroxide/MS -hydroxy -hydroxylate/N -hydroxyl/SM -hydroxyzine/M -hyena/MS -hygiene/MS -hygienically -hygienic/S -hygienics/M -hygienist/MS -hygrometer/SM -hygroscopic -hying -Hy/M -Hyman/M -hymeneal/S -Hymen/M -hymen/MS -Hymie/M -hymnal/SM -hymnbook/S -hymn/GSDM -Hynda/M -hype/MZGDSR -hyperactive/S -hyperactivity/SM -hyperbola/MS -hyperbole/MS -hyperbolic -hyperbolically -hyperboloidal -hyperboloid/SM -hypercellularity -hypercritical/Y -hypercube/MS -hyperemia/M -hyperemic -hyperfine -hypergamous/Y -hypergamy/M -hyperglycemia/MS -hyperinflation -Hyperion/M -hypermarket/SM -hypermedia/S -hyperplane/SM -hyperplasia/M -hypersensitiveness/MS -hypersensitive/P -hypersensitivity/MS -hypersonic -hyperspace/M -hypersphere/M -hypertension/MS -hypertensive/S -hypertext/SM -hyperthyroid -hyperthyroidism/MS -hypertrophy/MSDG -hypervelocity -hyperventilate/XSDGN -hyperventilation/M -hyphenated/U -hyphenate/NGXSD -hyphenation/M -hyphen/DMGS -hypnoses -hypnosis/M -hypnotherapy/SM -hypnotically -hypnotic/S -hypnotism/MS -hypnotist/SM -hypnotize/SDG -hypoactive -hypoallergenic -hypocellularity -hypochondriac/SM -hypochondria/MS -hypocrisy/SM -hypocrite/MS -hypocritical/Y -hypodermic/S -hypo/DMSG -hypoglycemia/SM -hypoglycemic/S -hypophyseal -hypophysectomized -hypotenuse/MS -hypothalami -hypothalamic -hypothalamically -hypothalamus/M -hypothermia/SM -hypotheses -hypothesis/M -hypothesizer/M -hypothesize/ZGRSD -hypothetic -hypothetical/Y -hypothyroid -hypothyroidism/SM -hypoxia/M -hyssop/MS -hysterectomy/MS -hysteresis/M -hysteria/SM -hysterical/YU -hysteric/SM -Hyundai/M -Hz -i -I -IA -Iaccoca/M -Iago/M -Iain/M -Ia/M -iambi -iambic/S -iamb/MS -iambus/SM -Ian/M -Ianthe/M -Ibadan/M -Ibbie/M -Ibby/M -Iberia/M -Iberian/MS -Ibero/M -ibex/MS -ibid -ibidem -ibis/SM -IBM/M -Ibo/M -Ibrahim/M -Ibsen/M -ibuprofen/S -Icarus/M -ICBM/S -ICC -iceberg/SM -iceboat/MS -icebound -icebox/MS -icebreaker/SM -icecap/SM -ice/GDSC -Icelander/M -Icelandic -Iceland/MRZ -Ice/M -iceman/M -icemen -icepack -icepick/S -ice's -Ichabod/M -ichneumon/M -ichthyologist/MS -ichthyology/MS -icicle/SM -icily -iciness/SM -icing/MS -icky/RT -iconic -icon/MS -iconoclasm/MS -iconoclastic -iconoclast/MS -iconography/MS -icosahedra -icosahedral -icosahedron/M -ictus/SM -ICU -icy/RPT -I'd -ID -Idahoan/S -Idahoes -Idaho/MS -Idalia/M -Idalina/M -Idaline/M -Ida/M -idealism/MS -idealistic -idealistically -idealist/MS -idealization/MS -idealized/U -idealize/GDRSZ -idealizer/M -ideal/MYS -idealogical -idea/SM -ideate/SN -ideation/M -Idelle/M -Idell/M -idem -idempotent/S -identicalness/M -identical/YP -identifiability -identifiable/U -identifiably -identification/M -identified/U -identifier/M -identify/XZNSRDG -identity/SM -ideogram/MS -ideographic -ideograph/M -ideographs -ideological/Y -ideologist/SM -ideologue/S -ideology/SM -ides -Idette/M -idiocy/MS -idiolect/M -idiomatically -idiomatic/P -idiom/MS -idiopathic -idiosyncrasy/SM -idiosyncratic -idiosyncratically -idiotic -idiotically -idiot/MS -idleness/MS -idle/PZTGDSR -idler/M -id/MY -idolater/MS -idolatress/S -idolatrous -idolatry/SM -idolization/SM -idolized/U -idolizer/M -idolize/ZGDRS -idol/MS -ids -IDs -idyllic -idyllically -idyll/MS -IE -IEEE -Ieyasu/M -if -iffiness/S -iffy/TPR -Ifni/M -ifs -Iggie/M -Iggy/M -igloo/MS -Ignace/M -Ignacio/M -Ignacius/M -Ignatius/M -Ignazio/M -Ignaz/M -igneous -ignitable -ignite/ASDG -igniter/M -ignition/MS -ignobleness/M -ignoble/P -ignobly -ignominious/Y -ignominy/MS -ignoramus/SM -ignorance/MS -ignorantness/M -ignorant/SPY -ignorer/M -ignore/SRDGB -Igor/M -iguana/MS -Iguassu/M -ii -iii -Ijsselmeer/M -Ike/M -Ikey/M -Ikhnaton/M -ikon's -IL -Ilaire/M -Ila/M -Ilario/M -ilea -Ileana/M -Ileane/M -ileitides -ileitis/M -Ilene/M -ileum/M -ilia -iliac -Iliad/MS -Ilise/M -ilium/M -Ilka/M -ilk/MS -I'll -Illa/M -illegality/MS -illegal/YS -illegibility/MS -illegible -illegibly -illegitimacy/SM -illegitimate/SDGY -illiberality/SM -illiberal/Y -illicitness/MS -illicit/YP -illimitableness/M -illimitable/P -Illinoisan/MS -Illinois/M -illiquid -illiteracy/MS -illiterateness/M -illiterate/PSY -Ill/M -illness/MS -illogicality/SM -illogicalness/M -illogical/PY -illogic/M -ill/PS -illume/DG -illuminate/XSDVNG -Illuminati -illuminatingly -illuminating/U -illumination/M -illumine/BGSD -illusionary -illusion/ES -illusionist/MS -illusion's -illusiveness/M -illusive/PY -illusoriness/M -illusory/P -illustrated/U -illustrate/VGNSDX -illustration/M -illustrative/Y -illustrator/SM -illustriousness/SM -illustrious/PY -illus/V -illy -Ilona/M -Ilsa/M -Ilse/M -Ilysa/M -Ilyse/M -Ilyssa/M -Ilyushin/M -I'm -image/DSGM -Imagen/M -imagery/MS -imaginableness -imaginable/U -imaginably/U -imaginariness/M -imaginary/PS -imagination/MS -imaginativeness/M -imaginative/UY -imagined/U -imaginer/M -imagine/RSDJBG -imagoes -imago/M -imam/MS -imbalance/SDM -imbecile/YMS -imbecilic -imbecility/MS -imbiber/M -imbibe/ZRSDG -imbrication/SM -Imbrium/M -imbroglio/MS -imbruing -imbue/GDS -Imelda/M -IMF -IMHO -imitable/I -imitate/SDVNGX -imitation/M -imitativeness/MS -imitative/YP -imitator/SM -immaculateness/SM -immaculate/YP -immanence/S -immanency/MS -immanent/Y -Immanuel/M -immateriality/MS -immaterialness/MS -immaterial/PY -immatureness/M -immature/SPY -immaturity/MS -immeasurableness/M -immeasurable/P -immeasurably -immediacy/MS -immediateness/SM -immediate/YP -immemorial/Y -immenseness/M -immense/PRTY -immensity/MS -immerse/RSDXNG -immersible -immersion/M -immigrant/SM -immigrate/NGSDX -immigration/M -imminence/SM -imminentness/M -imminent/YP -immobile -immobility/MS -immobilization/MS -immobilize/DSRG -immoderateness/M -immoderate/NYP -immoderation/M -immodest/Y -immodesty/SM -immolate/SDNGX -immolation/M -immorality/MS -immoral/Y -immortality/SM -immortalized/U -immortalize/GDS -immortal/SY -immovability/SM -immovableness/M -immovable/PS -immovably -immune/S -immunity/SM -immunization/MS -immunize/GSD -immunoassay/M -immunodeficiency/S -immunodeficient -immunologic -immunological/Y -immunologist/SM -immunology/MS -immure/GSD -immutability/MS -immutableness/M -immutable/P -immutably -IMNSHO -IMO -Imogene/M -Imogen/M -Imojean/M -impaction/SM -impactor/SM -impact/VGMRDS -impaired/U -impairer/M -impair/LGRDS -impairment/SM -impala/MS -impale/GLRSD -impalement/SM -impaler/M -impalpable -impalpably -impanel/DGS -impartation/M -impart/GDS -impartiality/SM -impartial/Y -impassableness/M -impassable/P -impassably -impasse/SXBMVN -impassibility/SM -impassible -impassibly -impassion/DG -impassioned/U -impassiveness/MS -impassive/YP -impassivity/MS -impasto/SM -impatience/SM -impatiens/M -impatient/Y -impeachable/U -impeach/DRSZGLB -impeacher/M -impeachment/MS -impeccability/SM -impeccable/S -impeccably -impecuniousness/MS -impecunious/PY -impedance/MS -impeded/U -impeder/M -impede/S -imped/GRD -impedimenta -impediment/SM -impelled -impeller/MS -impelling -impel/S -impend/DGS -impenetrability/MS -impenetrableness/M -impenetrable/P -impenetrably -impenitence/MS -impenitent/YS -imperativeness/M -imperative/PSY -imperceivable -imperceptibility/MS -imperceptible -imperceptibly -imperceptive -imperf -imperfectability -imperfection/MS -imperfectness/SM -imperfect/YSVP -imperialism/MS -imperialistic -imperialistically -imperialist/SM -imperial/YS -imperil/GSLD -imperilment/SM -imperiousness/MS -imperious/YP -imperishableness/M -imperishable/SP -imperishably -impermanence/MS -impermanent/Y -impermeability/SM -impermeableness/M -impermeable/P -impermeably -impermissible -impersonality/M -impersonalized -impersonal/Y -impersonate/XGNDS -impersonation/M -impersonator/SM -impertinence/SM -impertinent/YS -imperturbability/SM -imperturbable -imperturbably -imperviousness/M -impervious/PY -impetigo/MS -impetuosity/MS -impetuousness/MS -impetuous/YP -impetus/MS -impiety/MS -impinge/LS -impingement/MS -imping/GD -impiousness/SM -impious/PY -impishness/MS -impish/YP -implacability/SM -implacableness/M -implacable/P -implacably -implantation/SM -implant/BGSDR -implanter/M -implausibility/MS -implausible -implausibly -implementability -implementable/U -implementation/A -implementations -implementation's -implemented/AU -implementer/M -implementing/A -implementor/MS -implement/SMRDGZB -implicant/SM -implicate/VGSD -implication/M -implicative/PY -implicitness/SM -implicit/YP -implied/Y -implode/GSD -implore/GSD -imploring/Y -implosion/SM -implosive/S -imply/GNSDX -impoliteness/MS -impolite/YP -impoliticness/M -impolitic/PY -imponderableness/M -imponderable/PS -importance/SM -important/Y -importation/MS -importer/M -importing/A -import/SZGBRD -importunateness/M -importunate/PYGDS -importuner/M -importune/SRDZYG -importunity/SM -imposable -impose/ASDG -imposer/SM -imposingly -imposing/U -imposition/SM -impossibility/SM -impossibleness/M -impossible/PS -impossibly -imposter's -impostor/SM -impost/SGMD -imposture/SM -impotence/MS -impotency/S -impotent/SY -impound/GDS -impoundments -impoverisher/M -impoverish/LGDRS -impoverishment/SM -impracticableness/M -impracticable/P -impracticably -impracticality/SM -impracticalness/M -impractical/PY -imprecate/NGXSD -imprecation/M -impreciseness/MS -imprecise/PYXN -imprecision/M -impregnability/MS -impregnableness/M -impregnable/P -impregnably -impregnate/DSXNG -impregnation/M -impresario/SM -impress/DRSGVL -impressed/U -impresser/M -impressibility/MS -impressible -impressionability/SM -impressionableness/M -impressionable/P -impression/BMS -impressionism/SM -impressionistic -impressionist/MS -impressiveness/MS -impressive/YP -impressment/M -imprimatur/SM -imprinter/M -imprinting/M -imprint/SZDRGM -imprison/GLDS -imprisonment/MS -improbability/MS -improbableness/M -improbable/P -improbably -impromptu/S -improperness/M -improper/PY -impropitious -impropriety/SM -improved/U -improvement/MS -improver/M -improve/SRDGBL -improvidence/SM -improvident/Y -improvisational -improvisation/MS -improvisatory -improviser/M -improvise/RSDZG -imprudence/SM -imprudent/Y -imp/SGMDRY -impudence/MS -impudent/Y -impugner/M -impugn/SRDZGB -impulse/XMVGNSD -impulsion/M -impulsiveness/MS -impulsive/YP -impunity/SM -impureness/M -impure/RPTY -impurity/MS -imputation/SM -impute/SDBG -Imus/M -IN -inaction -inactive -inadequate/S -inadvertence/MS -inadvertent/Y -inalienability/MS -inalienably -inalterableness/M -inalterable/P -Ina/M -inamorata/MS -inane/SRPYT -inanimateness/S -inanimate/P -inanity/MS -inappeasable -inappropriate/P -inarticulate/P -in/AS -inasmuch -inaugural/S -inaugurate/XSDNG -inauguration/M -inauthenticity -inbound/G -inbred/S -inbreed/JG -incalculableness/M -incalculably -incandescence/SM -incandescent/YS -incant -incantation/SM -incantatory -incapable/S -incapacitate/GNSD -incapacitation/M -incarcerate/XGNDS -incarceration/M -incarnadine/GDS -incarnate/AGSDNX -incarnation/AM -Inca/SM -incendiary/S -incense/MGDS -incentive/ESM -incentively -incept/DGVS -inception/MS -inceptive/Y -inceptor/M -incessant/Y -incest/SM -incestuousness/MS -incestuous/PY -inch/GMDS -inchoate/DSG -Inchon/M -inchworm/MS -incidence/MS -incidental/YS -incident/SM -incinerate/XNGSD -incineration/M -incinerator/SM -incipience/SM -incipiency/M -incipient/Y -incise/SDVGNX -incision/M -incisiveness/MS -incisive/YP -incisor/MS -incitement/MS -inciter/M -incite/RZL -incl -inclination/ESM -incline/EGSD -incliner/M -inclining/M -include/GDS -inclusion/MS -inclusiveness/MS -inclusive/PY -Inc/M -incognito/S -incoherency/M -income/M -incommode/DG -incommunicado -incomparable -incompetent/MS -incomplete/P -inconceivability/MS -inconceivableness/M -inconceivable/P -incondensable -incongruousness/S -inconsiderableness/M -inconsiderable/P -inconsistence -inconsolableness/M -inconsolable/P -inconsolably -incontestability/SM -incontestably -incontrovertibly -inconvenience/DG -inconvertibility -inconvertible -incorporable -incorporated/UE -incorporate/GASDXN -incorrect/P -incorrigibility/MS -incorrigibleness/M -incorrigible/SP -incorrigibly -incorruptible/S -incorruptibly -increase/JB -increaser/M -increasing/Y -incredibleness/M -incredible/P -incremental/Y -incrementation -increment/DMGS -incriminate/XNGSD -incrimination/M -incriminatory -incrustation/SM -inc/T -incubate/XNGVDS -incubation/M -incubator/MS -incubus/MS -inculcate/SDGNX -inculcation/M -inculpate/SDG -incumbency/MS -incumbent/S -incunabula -incunabulum -incurable/S -incurious -incursion/SM -ind -indebtedness/SM -indebted/P -indefatigableness/M -indefatigable/P -indefatigably -indefeasible -indefeasibly -indefinableness/M -indefinable/PS -indefinite/S -indelible -indelibly -indemnification/M -indemnify/NXSDG -indemnity/SM -indentation/SM -indented/U -indenter/M -indention/SM -indent/R -indenture/DG -Independence/M -indescribableness/M -indescribable/PS -indescribably -indestructibleness/M -indestructible/P -indestructibly -indeterminably -indeterminacy/MS -indeterminism -indexation/S -indexer/M -index/MRDZGB -India/M -Indiana/M -Indianan/S -Indianapolis/M -Indianian/S -Indian/SM -indicant/MS -indicate/DSNGVX -indication/M -indicative/SY -indicator/MS -indices's -indicter/M -indictment/SM -indict/SGLBDR -indifference -indigence/MS -indigenousness/M -indigenous/YP -indigent/SY -indigestible/S -indignant/Y -indignation/MS -indigo/SM -Indira/M -indirect/PG -indiscreet/P -indiscriminateness/M -indiscriminate/PY -indispensability/MS -indispensableness/M -indispensable/SP -indispensably -indisputableness/M -indisputable/P -indissolubleness/M -indissoluble/P -indissolubly -indistinguishableness/M -indistinguishable/P -indite/SDG -indium/SM -individualism/MS -individualistic -individualistically -individualist/MS -individuality/MS -individualization/SM -individualize/DRSGZ -individualized/U -individualizer/M -individualizes/U -individualizing/Y -individual/YMS -individuate/DSXGN -individuation/M -indivisibleness/M -indivisible/SP -indivisibly -Ind/M -Indochina/M -Indochinese -indoctrinate/GNXSD -indoctrination/M -indoctrinator/SM -indolence/SM -indolent/Y -indomitableness/M -indomitable/P -indomitably -Indonesia/M -Indonesian/S -indoor -Indore/M -Indra/M -indubitableness/M -indubitable/P -indubitably -inducement/MS -inducer/M -induce/ZGLSRD -inducible -inductance/MS -inductee/SM -induct/GV -induction/SM -inductiveness/M -inductive/PY -inductor/MS -indulge/GDRS -indulgence/SDGM -indulgent/Y -indulger/M -Indus/M -industrialism/MS -industrialist/MS -industrialization/MS -industrialized/U -industrialize/SDG -industrial/SY -industriousness/SM -industrious/YP -industry/SM -Indy/SM -inebriate/NGSDX -inebriation/M -inedible -ineducable -ineffability/MS -ineffableness/M -ineffable/P -ineffably -inelastic -ineligibly -ineluctable -ineluctably -ineptitude/SM -ineptness/MS -inept/YP -inequivalent -inerrant -inertial/Y -inertia/SM -inertness/MS -inert/SPY -Ines -inescapably -Inesita/M -Inessa/M -inestimably -inevitability/MS -inevitableness/M -inevitable/P -inevitably -inexact/P -inexhaustibleness/M -inexhaustible/P -inexhaustibly -inexorability/M -inexorableness/M -inexorable/P -inexorably -inexpedience/M -inexplicableness/M -inexplicable/P -inexplicably -inexplicit -inexpressibility/M -inexpressibleness/M -inexpressible/PS -inextricably -Inez/M -infamous -infamy/SM -infancy/M -infanticide/MS -infantile -infant/MS -infantryman/M -infantrymen -infantry/SM -infarction/SM -infarct/SM -infatuate/XNGSD -infatuation/M -infauna -infected/U -infecter -infect/ESGDA -infection/EASM -infectiousness/MS -infectious/PY -infective -infer/B -inference/GMSR -inferential/Y -inferiority/MS -inferior/SMY -infernal/Y -inferno/MS -inferred -inferring -infertile -infestation/MS -infester/M -infest/GSDR -infidel/SM -infighting/M -infill/MG -infiltrate/V -infiltrator/MS -infinitesimal/SY -infinite/V -infinitival -infinitive/YMS -infinitude/MS -infinitum -infinity/SM -infirmary/SM -infirmity/SM -infix/M -inflammableness/M -inflammable/P -inflammation/MS -inflammatory -inflatable/MS -inflate/NGBDRSX -inflater/M -inflationary -inflation/ESM -inflect/GVDS -inflectional/Y -inflection/SM -inflexibleness/M -inflexible/P -inflexion/SM -inflict/DRSGV -inflicter/M -infliction/SM -inflow/M -influenced/U -influencer/M -influence/SRDGM -influent -influential/SY -influenza/MS -infomercial/S -Informatica/M -informatics -informational -information/ES -informativeness/S -informative/UY -informatory -informed/U -informer/M -info/SM -infotainment/S -infra -infrared/SM -infrasonic -infrastructural -infrastructure/MS -infrequence/S -infringe/LR -infringement/SM -infringer/M -infuriate/GNYSD -infuriating/Y -infuriation/M -infuser/M -infuse/RZ -infusibleness/M -infusible/P -inf/ZT -Ingaberg/M -Ingaborg/M -Inga/M -Ingamar/M -Ingar/M -Ingeberg/M -Ingeborg/M -Ingelbert/M -Ingemar/M -ingeniousness/MS -ingenious/YP -ingénue/S -ingenuity/SM -ingenuous/EY -ingenuousness/MS -Inger/M -Inge/RM -Ingersoll/M -ingest/DGVS -ingestible -ingestion/SM -Inglebert/M -inglenook/MS -Inglewood/M -Inglis/M -Ingmar/M -ingoing -ingot/SMDG -ingrained/Y -Ingra/M -Ingram/M -ingrate/M -ingratiate/DSGNX -ingratiating/Y -ingratiation/M -ingredient/SM -Ingres/M -ingression/M -ingress/MS -Ingrid/M -Ingrim/M -ingrown/P -inguinal -Ingunna/M -inhabitable/U -inhabitance -inhabited/U -inhabiter/M -inhabit/R -inhalant/S -inhalation/SM -inhalator/SM -inhale/Z -inhere/DG -inherent/Y -inheritableness/M -inheritable/P -inheritance/EMS -inherit/BDSG -inherited/E -inheriting/E -inheritor/S -inheritress/MS -inheritrix/MS -inherits/E -inhibit/DVGS -inhibited/U -inhibiter's -inhibition/MS -inhibitor/MS -inhibitory -inhomogeneous -inhospitableness/M -inhospitable/P -inhospitality -Inigo/M -inimical/Y -inimitableness/M -inimitable/P -inimitably -inion -iniquitousness/M -iniquitous/PY -iniquity/MS -initialer/M -initial/GSPRDY -initialization/A -initializations -initialization's -initialize/ASDG -initialized/U -initializer/S -initiates -initiate/UD -initiating -initiation/SM -initiative/SM -initiator/MS -initiatory -injectable/U -inject/GVSDB -injection/MS -injector/SM -injunctive -injured/U -injurer/M -injure/SRDZG -injuriousness/M -injurious/YP -inkblot/SM -inker/M -inkiness/MS -inkling/SM -inkstand/SM -inkwell/SM -inky/TP -ink/ZDRJ -inland -inlander/M -inlay/RG -inletting -inly/G -inmost -Inna/M -innards -innateness/SM -innate/YP -innermost/S -innersole/S -innerspring -innervate/GNSDX -innervation/M -inner/Y -inning/M -Innis/M -innkeeper/MS -innocence/SM -Innocent/M -innocent/SYRT -innocuousness/MS -innocuous/PY -innovate/SDVNGX -innovation/M -innovative/P -innovator/MS -innovatory -Innsbruck/M -innuendo/MDGS -innumerability/M -innumerableness/M -innumerable/P -innumerably -innumerate -inn/ZGDRSJ -inoculate/ASDG -inoculation/MS -inoculative -inoffensive/P -Inonu/M -inopportuneness/M -inopportune/P -inordinateness/M -inordinate/PY -inorganic -inpatient -In/PM -input/MRDG -inquirer/M -inquire/ZR -inquiring/Y -inquiry/MS -inquisitional -inquisition/MS -Inquisition/MS -inquisitiveness/MS -inquisitive/YP -inquisitorial/Y -inquisitor/MS -INRI -inrush/M -ins -INS -insalubrious -insanitary -insatiability/MS -insatiableness/M -insatiable/P -insatiably -inscribe/Z -inscription/SM -inscrutability/SM -inscrutableness/SM -inscrutable/P -inscrutably -inseam -insecticidal -insecticide/MS -insectivore/SM -insectivorous -insecureness/M -insecure/P -inseminate/NGXSD -insemination/M -insensateness/M -insensate/P -insensible/P -insentient -inseparable/S -insert/ADSG -inserter/M -insertion/AMS -insetting -inshore -insider/M -inside/Z -insidiousness/MS -insidious/YP -insightful/Y -insigne's -insignia/SM -insignificant -insinuate/VNGXSD -insinuating/Y -insinuation/M -insinuator/SM -insipidity/MS -insipid/Y -insistence/SM -insistent/Y -insisting/Y -insist/SGD -insociable -insofar -insole/M -insolence/SM -insolent/YS -insolubleness/M -insoluble/P -insolubly -insomniac/S -insomnia/MS -insomuch -insouciance/SM -insouciant/Y -inspect/AGSD -inspection/SM -inspective -inspectorate/MS -inspector/SM -inspirational/Y -inspiration/MS -inspired/U -inspire/R -inspirer/M -inspiring/U -inspirit/DG -Inst -installable -install/ADRSG -installation/SM -installer/MS -installment/MS -instance/GD -instantaneousness/M -instantaneous/PY -instantiated/U -instantiate/SDXNG -instantiation/M -instant/SRYMP -instate/AGSD -inst/B -instead -instigate/XSDVGN -instigation/M -instigator/SM -instillation/SM -instinctive/Y -instinctual -instinct/VMS -instituter/M -institutes/M -institute/ZXVGNSRD -institutionalism/M -institutionalist/M -institutionalization/SM -institutionalize/GDS -institutional/Y -institution/AM -institutor's -instr -instruct/DSVG -instructed/U -instructional -instruction/MS -instructiveness/M -instructive/PY -instructor/MS -instrumentalist/MS -instrumentality/SM -instrumental/SY -instrumentation/SM -instrument/GMDS -insubordinate -insubstantial -insufferable -insufferably -insularity/MS -insular/YS -insulate/DSXNG -insulated/U -insulation/M -insulator/MS -insulin/MS -insult/DRSG -insulter/M -insulting/Y -insuperable -insuperably -insupportableness/M -insupportable/P -insurance/MS -insurance's/A -insure/BZGS -insured/S -insurer/M -insurgence/SM -insurgency/MS -insurgent/MS -insurmountably -insurrectionist/SM -insurrection/SM -intactness/M -intact/P -intaglio/GMDS -intake/M -intangible/M -integer/MS -integrability/M -integrable -integral/SYM -integrand/MS -integrate/AGNXEDS -integration/EMA -integrative/E -integrator/MS -integrity/SM -integument/SM -intellective/Y -intellect/MVS -intellectualism/MS -intellectuality/M -intellectualize/GSD -intellectualness/M -intellectual/YPS -intelligence/MSR -intelligencer/M -intelligentsia/MS -intelligent/UY -intelligibilities -intelligibility/UM -intelligibleness/MU -intelligible/PU -intelligibly/U -Intel/M -Intelsat/M -intemperate/P -intendant/MS -intendedness/M -intended/SYP -intender/M -intensification/M -intensifier/M -intensify/GXNZRSD -intensional/Y -intensiveness/MS -intensive/PSY -intentionality/M -intentional/UY -intention/SDM -intentness/SM -intent/YP -interaction/MS -interactive/PY -interactivity -interact/VGDS -interaxial -interbank -interbred -interbreed/GS -intercalate/GNVDS -intercalation/M -intercase -intercaste -interceder/M -intercede/SRDG -intercensal -intercept/DGS -interception/MS -interceptor/MS -intercession/MS -intercessor/SM -intercessory -interchangeability/M -interchangeableness/M -interchangeable/P -interchangeably -interchange/DSRGJ -interchanger/M -intercity -interclass -intercohort -intercollegiate -intercommunicate/SDXNG -intercommunication/M -intercom/SM -interconnectedness/M -interconnected/P -interconnect/GDS -interconnection/SM -interconnectivity -intercontinental -interconversion/M -intercorrelated -intercourse/SM -Interdata/M -interdenominational -interdepartmental/Y -interdependence/MS -interdependency/SM -interdependent/Y -interdiction/MS -interdict/MDVGS -interdisciplinary -interested/UYE -interest/GEMDS -interestingly/U -interestingness/M -interesting/YP -inter/ESTL -interface/SRDGM -interfacing/M -interfaith -interference/MS -interferer/M -interfere/SRDG -interfering/Y -interferometer/SM -interferometric -interferometry/M -interferon/MS -interfile/GSD -intergalactic -intergenerational -intergeneration/M -interglacial -intergovernmental -intergroup -interim/S -interindex -interindustry -interior/SMY -interj -interject/GDS -interjectional -interjection/MS -interlace/GSD -interlard/SGD -interlayer/G -interleave/SDG -interleukin/S -interlibrary -interlinear/S -interline/JGSD -interlingual -interlingua/M -interlining/M -interlink/GDS -interlisp/M -interlobular -interlocker/M -interlock/RDSG -interlocutor/MS -interlocutory -interlope/GZSRD -interloper/M -interlude/MSDG -intermarriage/MS -intermarry/GDS -intermediary/MS -intermediateness/M -intermediate/YMNGSDP -intermediation/M -interment/SME -intermeshed -intermetrics -intermezzi -intermezzo/SM -interminably -intermingle/DSG -intermission/MS -intermittent/Y -intermix/GSRD -intermodule -intermolecular/Y -internalization/SM -internalize/GDS -internal/SY -Internationale/M -internationalism/SM -internationalist/SM -internationality/M -internationalization/MS -internationalize/DSG -international/YS -internecine -internee/SM -interne's -Internet/M -INTERNET/M -internetwork -internist/SM -intern/L -internment/SM -internship/MS -internuclear -interocular -interoffice -interoperability -interpenetrates -interpersonal/Y -interplanetary -interplay/GSMD -interpol -interpolate/XGNVBDS -interpolation/M -Interpol/M -interpose/GSRD -interposer/M -interposition/MS -interpretable/U -interpret/AGSD -interpretation/MSA -interpretative/Y -interpreted/U -interpreter/SM -interpretive/Y -interpretor/S -interprocess -interprocessor -interquartile -interracial -interred/E -interregional -interregnum/MS -interrelatedness/M -interrelated/PY -interrelate/GNDSX -interrelation/M -interrelationship/SM -interring/E -interrogate/DSXGNV -interrogation/M -interrogative/SY -interrogator/SM -interrogatory/S -interrupted/U -interrupter/M -interruptibility -interruptible -interruption/MS -interrupt/VGZRDS -interscholastic -intersect/GDS -intersection/MS -intersession/MS -interspecies -intersperse/GNDSX -interspersion/M -interstage -interstate/S -interstellar -interstice/SM -interstitial/SY -intersurvey -intertask -intertwine/GSD -interurban/S -interval/MS -intervene/GSRD -intervener/M -intervenor/M -interventionism/MS -interventionist/S -intervention/MS -interview/AMD -interviewed/U -interviewee/SM -interviewer/SM -interviewing -interviews -intervocalic -interweave/GS -interwove -interwoven -intestacy/SM -intestinal/Y -intestine/SM -inti -intifada -intimacy/SM -intimal -intimateness/M -intimater/M -intimate/XYNGPDRS -intimation/M -intimidate/SDXNG -intimidating/Y -intimidation/M -into -intolerableness/M -intolerable/P -intolerant/PS -intonate/NX -intonation/M -intoxicant/MS -intoxicate/DSGNX -intoxicated/Y -intoxication/M -intra -intracellular -intracity -intraclass -intracohort -intractability/M -intractableness/M -intractable/P -intradepartmental -intrafamily -intragenerational -intraindustry -intraline -intrametropolitan -intramural/Y -intramuscular/Y -intranasal -intransigence/MS -intransigent/YS -intransitive/S -intraoffice -intraprocess -intrapulmonary -intraregional -intrasectoral -intrastate -intratissue -intrauterine -intravenous/YS -intrepidity/SM -intrepidness/M -intrepid/YP -intricacy/SM -intricateness/M -intricate/PY -intrigue/DRSZG -intriguer/M -intriguing/Y -intrinsically -intrinsic/S -introduce/ADSG -introducer/M -introduction/ASM -introductory -introit/SM -introject/SD -intro/S -introspection/MS -introspectiveness/M -introspective/YP -introspect/SGVD -introversion/SM -introvert/SMDG -intruder/M -intrude/ZGDSR -intrusion/SM -intrusiveness/MS -intrusive/SYP -intubate/NGDS -intubation/M -intuit/GVDSB -intuitionist/M -intuitiveness/MS -intuitive/YP -int/ZR -Inuit/MS -inundate/SXNG -inundation/M -inure/GDS -invader/M -invade/ZSRDG -invalid/GSDM -invalidism/MS -invariable/P -invariant/M -invasion/SM -invasive/P -invectiveness/M -invective/PSMY -inveigh/DRG -inveigher/M -inveighs -inveigle/DRSZG -inveigler/M -invent/ADGS -invented/U -invention/ASM -inventiveness/MS -inventive/YP -inventor/MS -inventory/SDMG -Inverness/M -inverse/YV -inverter/M -invertible -invert/ZSGDR -invest/ADSLG -investigate/XDSNGV -investigation/MA -investigator/MS -investigatory -investiture/SM -investment/ESA -investment's/A -investor/SM -inveteracy/MS -inveterate/Y -inviability -invidiousness/MS -invidious/YP -invigilate/GD -invigilator/SM -invigorate/ANGSD -invigorating/Y -invigoration/AM -invigorations -invincibility/SM -invincibleness/M -invincible/P -invincibly -inviolability/MS -inviolably -inviolateness/M -inviolate/YP -inviscid -invisibleness/M -invisible/S -invitational/S -invitation/MS -invited/U -invitee/S -inviter/M -invite/SRDG -inviting/Y -invocable -invocate -invoked/A -invoke/GSRDBZ -invoker/M -invokes/A -involuntariness/S -involuntary/P -involute/XYN -involution/M -involutorial -involvedly -involved/U -involve/GDSRL -involvement/SM -involver/M -invulnerability/M -invulnerableness/M -inwardness/M -inward/PY -ioctl -iodate/MGND -iodation/M -iodide/MS -iodinate/DNG -iodine/MS -iodize/GSD -Iolande/M -Iolanthe/M -Io/M -Iona/M -Ionesco/M -Ionian/M -ionic/S -Ionic/S -ionization's -ionization/SU -ionized/UC -ionize/GNSRDJXZ -ionizer's -ionizer/US -ionizes/U -ionizing/U -ionosphere/SM -ionospheric -ion's/I -ion/SMU -Iorgo/MS -Iormina/M -Iosep/M -iota/SM -IOU -Iowan/S -Iowa/SM -IPA -ipecac/MS -Iphigenia/M -ipso -Ipswich/M -IQ -Iqbal/M -Iquitos/M -Ira/M -Iranian/MS -Iran/M -Iraqi/SM -Iraq/M -IRA/S -irascibility/SM -irascible -irascibly -irateness/S -irate/RPYT -ireful -Ireland/M -ire/MGDS -Irena/M -Irene/M -irenic/S -iridescence/SM -iridescent/Y -irides/M -iridium/MS -irids -Irina/M -Iris -iris/GDSM -Irishman/M -Irishmen -Irish/R -Irishwoman/M -Irishwomen -Irita/M -irk/GDS -irksomeness/SM -irksome/YP -Irkutsk/M -Ir/M -Irma/M -ironclad/S -iron/DRMPSGJ -ironer/M -ironic -ironicalness/M -ironical/YP -ironing/M -ironmonger/M -ironmongery/M -ironside/MS -ironstone/MS -ironware/SM -ironwood/SM -ironworker/M -ironwork/MRS -irony/SM -Iroquoian/MS -Iroquois/M -irradiate/XSDVNG -irradiation/M -irrationality/MS -irrationalness/M -irrational/YSP -Irrawaddy/M -irreclaimable -irreconcilability/MS -irreconcilableness/M -irreconcilable/PS -irreconcilably -irrecoverableness/M -irrecoverable/P -irrecoverably -irredeemable/S -irredeemably -irredentism/M -irredentist/M -irreducibility/M -irreducible -irreducibly -irreflexive -irrefutable -irrefutably -irregardless -irregularity/SM -irregular/YS -irrelevance/SM -irrelevancy/MS -irrelevant/Y -irreligious -irremediableness/M -irremediable/P -irremediably -irremovable -irreparableness/M -irreparable/P -irreparably -irreplaceable/P -irrepressible -irrepressibly -irreproachableness/M -irreproachable/P -irreproachably -irreproducibility -irreproducible -irresistibility/M -irresistibleness/M -irresistible/P -irresistibly -irresoluteness/SM -irresolute/PNXY -irresolution/M -irresolvable -irrespective/Y -irresponsibility/SM -irresponsibleness/M -irresponsible/PS -irresponsibly -irretrievable -irretrievably -irreverence/MS -irreverent/Y -irreversible -irreversibly -irrevocableness/M -irrevocable/P -irrevocably -irrigable -irrigate/DSXNG -irrigation/M -irritability/MS -irritableness/M -irritable/P -irritably -irritant/S -irritate/DSXNGV -irritated/Y -irritating/Y -irritation/M -irrupt/GVSD -irruption/SM -IRS -Irtish/M -Irvine/M -Irving/M -Irvin/M -Irv/MG -Irwin/M -Irwinn/M -is -i's -Isaac/SM -Isaak/M -Isabelita/M -Isabella/M -Isabelle/M -Isabel/M -Isacco/M -Isac/M -Isadora/M -Isadore/M -Isador/M -Isahella/M -Isaiah/M -Isak/M -Isa/M -ISBN -Iscariot/M -Iseabal/M -Isfahan/M -Isherwood/M -Ishim/M -Ishmael/M -Ishtar/M -Isiahi/M -Isiah/M -Isidora/M -Isidore/M -Isidor/M -Isidoro/M -Isidro/M -isinglass/MS -Isis/M -Islamabad/M -Islamic/S -Islam/SM -islander/M -island/GZMRDS -Islandia/M -isle/MS -islet/SM -isl/GD -Ismael/M -ism/MCS -isn't -ISO -isobaric -isobar/MS -Isobel/M -isochronal/Y -isochronous/Y -isocline/M -isocyanate/M -isodine -isolate/SDXNG -isolationism/SM -isolationistic -isolationist/SM -isolation/M -isolator/MS -Isolde/M -isomeric -isomerism/SM -isomer/SM -isometrically -isometric/S -isometrics/M -isomorphic -isomorphically -isomorphism/MS -isomorph/M -isoperimetrical -isopleth/M -isopleths -isosceles -isostatic -isothermal/Y -isotherm/MS -isotonic -isotope/SM -isotopic -isotropic -isotropically -isotropy/M -Ispahan's -ispell/M -Ispell/M -Israeli/MS -Israelite/SM -Israel/MS -Issac/M -Issiah/M -Issie/M -Issi/M -issuable -issuance/MS -issuant -issued/A -issue/GMZDSR -issuer/AMS -issues/A -issuing/A -Issy/M -Istanbul/M -isthmian/S -isthmus/SM -Istvan/M -Isuzu/M -It -IT -Itaipu/M -ital -Italianate/GSD -Italian/MS -italicization/MS -italicized/U -italicize/GSD -italic/S -Ital/M -Italy/M -Itasca/M -itch/GMDS -itchiness/MS -Itch/M -itchy/RTP -ITcorp/M -ITCorp/M -it'd -Itel/M -itemization/SM -itemized/U -itemize/GZDRS -itemizer/M -itemizes/A -item/MDSG -iterate/ASDXVGN -iteration/M -iterative/YA -iterator/MS -Ithaca/M -Ithacan -itinerant/SY -itinerary/MS -it'll -it/MUS -Ito/M -its -itself -ITT -IUD/S -IV -Iva/M -Ivanhoe/M -Ivan/M -Ivar/M -I've -Ive/MRS -Iver/M -Ivette/M -Ivett/M -Ivie/M -iv/M -Ivonne/M -Ivor/M -Ivory/M -ivory/SM -IVs -Ivy/M -ivy/MDS -ix -Izaak/M -Izabel/M -Izak/M -Izanagi/M -Izanami/M -Izhevsk/M -Izmir/M -Izvestia/M -Izzy/M -jabbed -jabberer/M -jabber/JRDSZG -jabbing -Jabez/M -Jablonsky/M -jabot/MS -jab/SM -jacaranda/MS -Jacenta/M -Jacinda/M -Jacinta/M -Jacintha/M -Jacinthe/M -jackal/SM -jackass/SM -jackboot/DMS -jackdaw/SM -Jackelyn/M -jacketed/U -jacket/GSMD -jack/GDRMS -jackhammer/MDGS -Jackie/M -Jacki/M -jackknife/MGSD -jackknives -Jacklin/M -Jacklyn/M -Jack/M -Jackman/M -jackpot/MS -Jackqueline/M -Jackquelin/M -jackrabbit/DGS -Jacksonian -Jackson/SM -Jacksonville/M -jackstraw/MS -Jacky/M -Jaclin/M -Jaclyn/M -Jacobean -Jacobian/M -Jacobi/M -Jacobin/M -Jacobite/M -Jacobo/M -Jacobsen/M -Jacob/SM -Jacobs/N -Jacobson/M -Jacobus -Jacoby/M -jacquard/MS -Jacquard/SM -Jacqueline/M -Jacquelin/M -Jacquelyn/M -Jacquelynn/M -Jacquenetta/M -Jacquenette/M -Jacques/M -Jacquetta/M -Jacquette/M -Jacquie/M -Jacqui/M -jacuzzi -Jacuzzi/S -Jacynth/M -Jada/M -jadedness/SM -jaded/PY -jadeite/SM -Jade/M -jade/MGDS -Jaeger/M -Jae/M -jaggedness/SM -jagged/RYTP -Jagger/M -jaggers -jagging -jag/S -jaguar/MS -jailbird/MS -jailbreak/SM -jailer/M -jail/GZSMDR -Jaime/M -Jaimie/M -Jaine/M -Jainism/M -Jain/M -Jaipur/M -Jakarta/M -Jake/MS -Jakie/M -Jakob/M -jalapeño/S -jalopy/SM -jalousie/MS -Jamaal/M -Jamaica/M -Jamaican/S -Jamal/M -Jamar/M -jambalaya/MS -jamb/DMGS -jamboree/MS -Jamel/M -Jame/MS -Jameson/M -Jamestown/M -Jamesy/M -Jamey/M -Jamie/M -Jamill/M -Jamil/M -Jami/M -Jamima/M -Jamison/M -Jammal/M -jammed/U -Jammie/M -jamming/U -jam/SM -Janacek/M -Jana/M -Janaya/M -Janaye/M -Jandy/M -Janean/M -Janeczka/M -Janeen/M -Janeiro/M -Janek/M -Janela/M -Janella/M -Janelle/M -Janell/M -Janel/M -Jane/M -Janene/M -Janenna/M -Janessa/M -Janesville/M -Janeta/M -Janet/M -Janetta/M -Janette/M -Janeva/M -Janey/M -jangler/M -jangle/RSDGZ -jangly -Jania/M -Janice/M -Janie/M -Janifer/M -Janina/M -Janine/M -Janis/M -janissary/MS -Janith/M -janitorial -janitor/SM -Janka/M -Jan/M -Janna/M -Jannelle/M -Jannel/M -Jannie/M -Janos/M -Janot/M -Jansenist/M -Jansen/M -January/MS -Janus/M -Jany/M -Japanese/SM -Japan/M -japanned -japanner -japanning -japan/SM -jape/DSMG -Japura/M -Jaquelin/M -Jaquelyn/M -Jaquenetta/M -Jaquenette/M -Jaquith/M -Jarad/M -jardinière/MS -Jard/M -Jareb/M -Jared/M -jarful/S -jargon/SGDM -Jarib/M -Jarid/M -Jarlsberg -jar/MS -Jarrad/M -jarred -Jarred/M -Jarret/M -Jarrett/M -Jarrid/M -jarring/SY -Jarrod/M -Jarvis/M -Jase/M -Jasen/M -Jasmina/M -Jasmine/M -jasmine/MS -Jasmin/M -Jason/M -Jasper/M -jasper/MS -Jastrow/M -Jasun/M -jato/SM -jaundice/DSMG -jaundiced/U -jauntily -jauntiness/MS -jaunt/MDGS -jaunty/SRTP -Javanese -Java/SM -javelin/SDMG -Javier/M -jawbone/SDMG -jawbreaker/SM -jawline -jaw/SMDG -Jaxartes/M -Jayapura/M -jaybird/SM -Jaycee/SM -Jaye/M -Jay/M -Jaymee/M -Jayme/M -Jaymie/M -Jaynell/M -Jayne/M -jay/SM -Jayson/M -jaywalker/M -jaywalk/JSRDZG -Jazmin/M -jazziness/M -jazzmen -jazz/MGDS -jazzy/PTR -JCS -jct -JD -Jdavie/M -jealousness/M -jealous/PY -jealousy/MS -Jeana/M -Jeanelle/M -Jeane/M -Jeanette/M -Jeanie/M -Jeanine/M -Jean/M -jean/MS -Jeanna/M -Jeanne/M -Jeannette/M -Jeannie/M -Jeannine/M -Jecho/M -Jedd/M -Jeddy/M -Jedediah/M -Jedidiah/M -Jedi/M -Jed/M -jeep/GZSMD -Jeep/S -jeerer/M -jeering/Y -jeer/SJDRMG -Jeeves/M -jeez -Jefferey/M -Jeffersonian/S -Jefferson/M -Jeffery/M -Jeffie/M -Jeff/M -Jeffrey/SM -Jeffry/M -Jeffy/M -jehad's -Jehanna/M -Jehoshaphat/M -Jehovah/M -Jehu/M -jejuna -jejuneness/M -jejune/PY -jejunum/M -Jekyll/M -Jelene/M -jell/GSD -Jello/M -jello's -jellybean/SM -jellyfish/MS -jellying/M -jellylike -jellyroll/S -jelly/SDMG -Jemie/M -Jemimah/M -Jemima/M -Jemmie/M -jemmy/M -Jemmy/M -Jena/M -Jenda/M -Jenelle/M -Jenica/M -Jeniece/M -Jenifer/M -Jeniffer/M -Jenilee/M -Jeni/M -Jenine/M -Jenkins/M -Jen/M -Jenna/M -Jennee/M -Jenner/M -jennet/SM -Jennette/M -Jennica/M -Jennie/M -Jennifer/M -Jennilee/M -Jenni/M -Jennine/M -Jennings/M -Jenn/RMJ -Jenny/M -jenny/SM -Jeno/M -Jensen/M -Jens/N -jeopard -jeopardize/GSD -jeopardy/MS -Jephthah/M -Jerad/M -Jerald/M -Jeralee/M -Jeramey/M -Jeramie/M -Jere/M -Jereme/M -jeremiad/SM -Jeremiah/M -Jeremiahs -Jeremias/M -Jeremie/M -Jeremy/M -Jericho/M -Jeri/M -jerker/M -jerk/GSDRJ -jerkily -jerkiness/SM -jerkin/SM -jerkwater/S -jerky/RSTP -Jermaine/M -Jermain/M -Jermayne/M -Jeroboam/M -Jerold/M -Jerome/M -Jeromy/M -Jerrie/M -Jerrilee/M -Jerrilyn/M -Jerri/M -Jerrine/M -Jerrod/M -Jerrold/M -Jerrome/M -jerrybuilt -Jerrylee/M -jerry/M -Jerry/M -jersey/MS -Jersey/MS -Jerusalem/M -Jervis/M -Jes -Jessalin/M -Jessalyn/M -Jessa/M -Jessamine/M -jessamine's -Jessamyn/M -Jessee/M -Jesselyn/M -Jesse/M -Jessey/M -Jessica/M -Jessie/M -Jessika/M -Jessi/M -jess/M -Jess/M -Jessy/M -jest/DRSGZM -jester/M -jesting/Y -Jesuit/SM -Jesus -Jeth/M -Jethro/M -jetliner/MS -jet/MS -jetport/SM -jetsam/MS -jetted/M -jetting/M -jettison/DSG -jetty/RSDGMT -jeweler/M -jewelery/S -jewel/GZMRDS -Jewelled/M -Jewelle/M -jewellery's -Jewell/MD -Jewel/M -jewelry/MS -Jewess/SM -Jewishness/MS -Jewish/P -Jew/MS -Jewry/MS -Jezebel/MS -j/F -JFK/M -jg/M -jibbed -jibbing -jibe/S -jib/MDSG -Jidda/M -jiff/S -jiffy/SM -jigged -jigger/SDMG -jigging/M -jiggle/SDG -jiggly/TR -jig/MS -jigsaw/GSDM -jihad/SM -Jilin -Jillana/M -Jillane/M -Jillayne/M -Jilleen/M -Jillene/M -Jillian/M -Jillie/M -Jilli/M -Jill/M -Jilly/M -jilt/DRGS -jilter/M -Jimenez/M -Jim/M -Jimmie/M -jimmy/GSDM -Jimmy/M -jimsonweed/S -Jinan -jingler/M -jingle/RSDG -jingly/TR -jingoism/SM -jingoistic -jingoist/SM -jingo/M -Jinnah/M -jinni's -jinn/MS -Jinny/M -jinrikisha/SM -jinx/GMDS -jitney/MS -jitterbugged -jitterbugger -jitterbugging -jitterbug/SM -jitter/S -jittery/TR -jiujitsu's -Jivaro/M -jive/MGDS -Joachim/M -Joana/M -Joane/M -Joanie/M -Joan/M -Joanna/M -Joanne/SM -Joann/M -Joaquin/M -jobbed -jobber/MS -jobbery/M -jobbing/M -Jobey/M -jobholder/SM -Jobie/M -Jobi/M -Jobina/M -joblessness/MS -jobless/P -Jobrel/M -job/SM -Job/SM -Jobye/M -Joby/M -Jobyna/M -Jocasta/M -Joceline/M -Jocelin/M -Jocelyne/M -Jocelyn/M -jockey/SGMD -jock/GDMS -Jock/M -Jocko/M -jockstrap/MS -jocoseness/MS -jocose/YP -jocosity/SM -jocularity/SM -jocular/Y -jocundity/SM -jocund/Y -Jodee/M -jodhpurs -Jodie/M -Jodi/M -Jody/M -Joeann/M -Joela/M -Joelie/M -Joella/M -Joelle/M -Joellen/M -Joell/MN -Joelly/M -Joellyn/M -Joel/MY -Joelynn/M -Joe/M -Joesph/M -Joete/M -joey/M -Joey/M -jogged -jogger/SM -jogging/S -joggler/M -joggle/SRDG -Jogjakarta/M -jog/S -Johan/M -Johannah/M -Johanna/M -Johannes -Johannesburg/M -Johann/M -Johansen/M -Johanson/M -Johna/MH -Johnathan/M -Johnath/M -Johnathon/M -Johnette/M -Johnie/M -Johnna/M -Johnnie/M -johnnycake/SM -Johnny/M -johnny/SM -Johnsen/M -john/SM -John/SM -Johns/N -Johnson/M -Johnston/M -Johnstown/M -Johny/M -Joice/M -join/ADGFS -joined/U -joiner/FSM -joinery/MS -jointed/EYP -jointedness/ME -joint/EGDYPS -jointer/M -jointly/F -joint's -jointures -joist/GMDS -Jojo/M -joke/MZDSRG -joker/M -jokey -jokier -jokiest -jokily -joking/Y -Jolee/M -Joleen/M -Jolene/M -Joletta/M -Jolie/M -Joliet's -Joli/M -Joline/M -Jolla/M -jollification/MS -jollily -jolliness/SM -jollity/MS -jolly/TSRDGP -Jolson/M -jolt/DRGZS -jolter/M -Joly/M -Jolyn/M -Jolynn/M -Jo/MY -Jonah/M -Jonahs -Jonas -Jonathan/M -Jonathon/M -Jonell/M -Jone/MS -Jones/S -Jonie/M -Joni/MS -Jon/M -jonquil/MS -Jonson/M -Joplin/M -Jordain/M -Jordana/M -Jordanian/S -Jordan/M -Jordanna/M -Jordon/M -Jorey/M -Jorgan/M -Jorge/M -Jorgensen/M -Jorgenson/M -Jorie/M -Jori/M -Jorrie/M -Jorry/M -Jory/M -Joscelin/M -Josee/M -Josefa/M -Josefina/M -Josef/M -Joseito/M -Jose/M -Josepha/M -Josephina/M -Josephine/M -Joseph/M -Josephs -Josephson/M -Josephus/M -Josey/M -josh/DSRGZ -josher/M -Joshia/M -Josh/M -Joshuah/M -Joshua/M -Josiah/M -Josias/M -Josie/M -Josi/M -Josselyn/M -joss/M -jostle/SDG -Josue/M -Josy/M -jot/S -jotted -jotter/SM -jotting/SM -Joule/M -joule/SM -jounce/SDG -jouncy/RT -Jourdain/M -Jourdan/M -journalese/MS -journal/GSDM -journalism/SM -journalistic -journalist/SM -journalize/DRSGZ -journalized/U -journalizer/M -journey/DRMZSGJ -journeyer/M -journeyman/M -journeymen -jouster/M -joust/ZSMRDG -Jovanovich/M -Jove/M -joviality/SM -jovial/Y -Jovian -jowl/SMD -jowly/TR -Joya/M -Joyan/M -Joyann/M -Joycean -Joycelin/M -Joyce/M -Joye/M -joyfuller -joyfullest -joyfulness/SM -joyful/PY -joylessness/MS -joyless/PY -Joy/M -joy/MDSG -Joyner/M -joyousness/MS -joyous/YP -joyridden -joyride/SRZMGJ -joyrode -joystick/S -Jozef/M -JP -Jpn -Jr/M -j's -J's -Jsandye/M -Juana/M -Juanita/M -Juan/M -Juarez -Jubal/M -jubilant/Y -jubilate/XNGDS -jubilation/M -jubilee/SM -Judah/M -Judaic -Judaical -Judaism/SM -Judas/S -juddered -juddering -Judd/M -Judea/M -Jude/M -judge/AGDS -judger/M -judge's -judgeship/SM -judgmental/Y -judgment/MS -judicable -judicatory/S -judicature/MS -judicial/Y -judiciary/S -judicious/IYP -judiciousness/SMI -Judie/M -Judi/MH -Juditha/M -Judith/M -Jud/M -judo/MS -Judon/M -Judson/M -Judye/M -Judy/M -jugate/F -jugful/SM -jugged -Juggernaut/M -juggernaut/SM -jugging -juggler/M -juggle/RSDGZ -jugglery/MS -jug/MS -jugular/S -juice/GMZDSR -juicer/M -juicily -juiciness/MS -juicy/TRP -Juieta/M -jujitsu/MS -jujube/SM -juju/M -jujutsu's -jukebox/SM -juke/GS -Julee/M -Jule/MS -julep/SM -Julia/M -Juliana/M -Juliane/M -Julian/M -Julianna/M -Julianne/M -Juliann/M -Julie/M -julienne/GSD -Julienne/M -Julieta/M -Juliet/M -Julietta/M -Juliette/M -Juli/M -Julina/M -Juline/M -Julio/M -Julissa/M -Julita/M -Julius/M -Jul/M -Julys -July/SM -jumble/GSD -jumbo/MS -jumper/M -jump/GZDRS -jumpily -jumpiness/MS -jumpsuit/S -jumpy/PTR -jun -junco/MS -junction/IMESF -juncture/SFM -Juneau/M -June/MS -Junette/M -Jungfrau/M -Jungian -jungle/SDM -Jung/M -Junia/M -Junie/M -Junina/M -juniority/M -junior/MS -Junior/S -juniper/SM -junkerdom -Junker/SM -junketeer/SGDM -junket/SMDG -junk/GZDRMS -junkie/RSMT -junkyard/MS -Jun/M -Juno/M -junta/MS -Jupiter/M -Jurassic -juridic -juridical/Y -juried -jurisdictional/Y -jurisdiction/SM -jurisprudence/SM -jurisprudent -jurisprudential/Y -juristic -jurist/MS -juror/MS -Jurua/M -jury/IMS -jurying -juryman/M -jurymen -jurywoman/M -jurywomen -justed -Justen/M -juster/M -justest -Justice/M -justice/MIS -justiciable -justifiability/M -justifiable/U -justifiably/U -justification/M -justified/UA -justifier/M -justify/GDRSXZN -Justina/M -Justine/M -justing -Justinian/M -Justin/M -Justinn/M -Justino/M -Justis/M -justness/MS -justness's/U -justs -just/UPY -Justus/M -jute/SM -Jutish -Jutland/M -jut/S -jutted -jutting -Juvenal/M -juvenile/SM -juxtapose/SDG -juxtaposition/SM -JV -J/X -Jyoti/M -Kaaba/M -kabob/SM -kaboom -Kabuki -kabuki/SM -Kabul/M -Kacey/M -Kacie/M -Kacy/M -Kaddish/M -kaddish/S -Kaela/M -kaffeeklatch -kaffeeklatsch/S -Kafkaesque -Kafka/M -kaftan's -Kagoshima/M -Kahaleel/M -Kahlil/M -Kahlua/M -Kahn/M -Kaia/M -Kaifeng/M -Kaila/M -Kaile/M -Kailey/M -Kai/M -Kaine/M -Kain/M -kaiser/MS -Kaiser/SM -Kaitlin/M -Kaitlyn/M -Kaitlynn/M -Kaja/M -Kajar/M -Kakalina/M -Kalahari/M -Kala/M -Kalamazoo/M -Kalashnikov/M -Kalb/M -Kaleb/M -Kaleena/M -kaleidescope -kaleidoscope/SM -kaleidoscopic -kaleidoscopically -Kale/M -kale/MS -Kalgoorlie/M -Kalie/M -Kalila/M -Kalil/M -Kali/M -Kalina/M -Kalinda/M -Kalindi/M -Kalle/M -Kalli/M -Kally/M -Kalmyk -Kalvin/M -Kama/M -Kamchatka/M -Kamehameha/M -Kameko/M -Kamikaze/MS -kamikaze/SM -Kamilah/M -Kamila/M -Kamillah/M -Kampala/M -Kampuchea/M -Kanchenjunga/M -Kandace/M -Kandahar/M -Kandinsky/M -Kandy/M -Kane/M -kangaroo/SGMD -Kania/M -Kankakee/M -Kan/MS -Kannada/M -Kano/M -Kanpur/M -Kansan/S -Kansas -Kantian -Kant/M -Kanya/M -Kaohsiung/M -kaolinite/M -kaolin/MS -Kaplan/M -kapok/SM -Kaposi/M -kappa/MS -kaput/M -Karachi/M -Karaganda/M -Karakorum/M -karakul/MS -Karalee/M -Karalynn/M -Kara/M -Karamazov/M -karaoke/S -karate/MS -karat/SM -Karee/M -Kareem/M -Karel/M -Kare/M -Karena/M -Karenina/M -Karen/M -Karia/M -Karie/M -Karil/M -Karilynn/M -Kari/M -Karim/M -Karina/M -Karine/M -Karin/M -Kariotta/M -Karisa/M -Karissa/M -Karita/M -Karla/M -Karlan/M -Karlee/M -Karleen/M -Karlene/M -Karlen/M -Karlie/M -Karlik/M -Karlis -Karl/MNX -Karloff/M -Karlotta/M -Karlotte/M -Karly/M -Karlyn/M -karma/SM -Karmen/M -karmic -Karna/M -Karney/M -Karola/M -Karole/M -Karolina/M -Karoline/M -Karol/M -Karoly/M -Karon/M -Karo/YM -Karp/M -Karrah/M -Karrie/M -Karroo/M -Karry/M -kart/MS -Karylin/M -Karyl/M -Kary/M -Karyn/M -Kasai/M -Kasey/M -Kashmir/SM -Kaspar/M -Kasparov/M -Kasper/M -Kass -Kassandra/M -Kassey/M -Kassia/M -Kassie/M -Kassi/M -katakana -Katalin/M -Kata/M -Katee/M -Katelyn/M -Kate/M -Katerina/M -Katerine/M -Katey/M -Katha/M -Katharina/M -Katharine/M -Katharyn/M -Kathe/M -Katherina/M -Katherine/M -Katheryn/M -Kathiawar/M -Kathie/M -Kathi/M -Kathleen/M -Kathlin/M -Kath/M -Kathmandu -Kathrine/M -Kathryne/M -Kathryn/M -Kathye/M -Kathy/M -Katie/M -Kati/M -Katina/M -Katine/M -Katinka/M -Katleen/M -Katlin/M -Kat/M -Katmai/M -Katmandu's -Katowice/M -Katrina/M -Katrine/M -Katrinka/M -Kattie/M -Katti/M -Katuscha/M -Katusha/M -Katya/M -katydid/SM -Katy/M -Katz/M -Kauai/M -Kauffman/M -Kaufman/M -Kaunas/M -Kaunda/M -Kawabata/M -Kawasaki/M -kayak/SGDM -Kaycee/M -Kaye/M -Kayla/M -Kaylee/M -Kayle/M -Kayley/M -Kaylil/M -Kaylyn/M -Kay/M -Kayne/M -kayo/DMSG -Kazakh/M -Kazakhstan -Kazan/M -Kazantzakis/M -kazoo/SM -Kb -KB -KC -kcal/M -kc/M -KDE/M -Keane/M -Kean/M -Kearney/M -Keary/M -Keaton/M -Keats/M -kebab/SM -Keck/M -Keefe/MR -Keefer/M -Keegan/M -Keelby/M -Keeley/M -keel/GSMDR -keelhaul/SGD -Keelia/M -Keely/M -Keenan/M -Keene/M -keener/M -keen/GTSPYDR -keening/M -Keen/M -keenness/MS -keeper/M -keep/GZJSR -keeping/M -keepsake/SM -Keewatin/M -kegged -kegging -keg/MS -Keillor/M -Keir/M -Keisha/M -Keith/M -Kelbee/M -Kelby/M -Kelcey/M -Kelcie/M -Kelci/M -Kelcy/M -Kele/M -Kelila/M -Kellby/M -Kellen/M -Keller/M -Kelley/M -Kellia/M -Kellie/M -Kelli/M -Kellina/M -Kellogg/M -Kellsie/M -Kellyann/M -Kelly/M -kelp/GZMDS -Kelsey/M -Kelsi/M -Kelsy/M -Kelt's -Kelvin/M -kelvin/MS -Kelwin/M -Kemerovo/M -Kempis/M -Kemp/M -Kendall/M -Kendal/M -Kendell/M -Kendra/M -Kendre/M -Kendrick/MS -Kenilworth/M -Ken/M -Kenmore/M -ken/MS -Kenna/M -Kennan/M -Kennecott/M -kenned -Kennedy/M -kennel/GSMD -Kenneth/M -Kennett/M -Kennie/M -kenning -Kennith/M -Kenn/M -Kenny/M -keno/M -Kenon/M -Kenosha/M -Kensington/M -Kent/M -Kenton/M -Kentuckian/S -Kentucky/M -Kenya/M -Kenyan/S -Kenyatta/M -Kenyon/M -Keogh/M -Keokuk/M -kepi/SM -Kepler/M -kept -keratin/MS -kerbside -Kerby/M -kerchief/MDSG -Kerensky/M -Kerianne/M -Keriann/M -Keri/M -Kerk/M -Ker/M -Kermie/M -Kermit/M -Kermy/M -kerned -kernel/GSMD -kerning -Kern/M -kerosene/MS -Kerouac/M -Kerrie/M -Kerrill/M -Kerri/M -Kerrin/M -Kerr/M -Kerry/M -Kerstin/M -Kerwin/M -Kerwinn/M -Kesley/M -Keslie/M -Kessiah/M -Kessia/M -Kessler/M -kestrel/SM -ketch/MS -ketchup/SM -ketone/M -ketosis/M -Kettering/M -Kettie/M -Ketti/M -kettledrum/SM -kettleful -kettle/SM -Ketty/M -Kevan/M -Keven/M -Kevina/M -Kevin/M -Kevlar -Kev/MN -Kevon/M -Kevorkian/M -Kevyn/M -Kewaskum/M -Kewaunee/M -Kewpie/M -keyboardist/S -keyboard/RDMZGS -keyclick/SM -keyhole/MS -Key/M -Keynesian/M -Keynes/M -keynoter/M -keynote/SRDZMG -keypad/MS -keypuncher/M -keypunch/ZGRSD -keyring -key/SGMD -keystone/SM -keystroke/SDMG -keyword/SM -k/FGEIS -kg -K/G -KGB -Khabarovsk/M -Khachaturian/M -khaki/SM -Khalid/M -Khalil/M -Khan/M -khan/MS -Kharkov/M -Khartoum/M -Khayyam/M -Khmer/M -Khoisan/M -Khomeini/M -Khorana/M -Khrushchev/SM -Khufu/M -Khulna/M -Khwarizmi/M -Khyber/M -kHz/M -KIA -Kiah/M -Kial/M -kibble/GMSD -kibbutzim -kibbutz/M -kibitzer/M -kibitz/GRSDZ -kibosh/GMSD -Kickapoo/M -kickback/SM -kickball/MS -kicker/M -kick/GZDRS -kickoff/SM -kickstand/MS -kicky/RT -kidded -kidder/SM -kiddie/SD -kidding/YM -kiddish -Kidd/M -kiddo/SM -kiddying -kiddy's -kidless -kid/MS -kidnaper's -kidnaping's -kidnap/MSJ -kidnapped -kidnapper/SM -kidnapping/S -kidney/MS -kidskin/SM -Kieffer/M -kielbasa/SM -kielbasi -Kiele/M -Kiel/M -Kienan/M -kier/I -Kierkegaard/M -Kiersten/M -Kieth/M -Kiev/M -Kigali/M -Kikelia/M -Kikuyu/M -Kilauea/M -Kile/M -Kiley/M -Kilian/M -Kilimanjaro/M -kill/BJGZSDR -killdeer/SM -Killebrew/M -killer/M -Killian/M -Killie/M -killing/Y -killjoy/S -Killy/M -kiln/GDSM -kilobaud/M -kilobit/S -kilobuck -kilobyte/S -kilocycle/MS -kilogauss/M -kilogram/MS -kilohertz/M -kilohm/M -kilojoule/MS -kiloliter/MS -kilometer/SM -kilo/SM -kiloton/SM -kilovolt/SM -kilowatt/SM -kiloword -kilter/M -kilt/MDRGZS -Ki/M -Kimball/M -Kimbell/M -Kimberlee/M -Kimberley/M -Kimberli/M -Kimberly/M -Kimberlyn/M -Kimble/M -Kimbra/M -Kim/M -Kimmie/M -Kimmi/M -Kimmy/M -kimono/MS -Kincaid/M -kinda -kindergarten/MS -kindergärtner/SM -kinder/U -kindheartedness/MS -kindhearted/YP -kindle/AGRSD -kindler/M -kindliness/SM -kindliness's/U -kindling/M -kindly/TUPR -kindness's -kindness/US -kind/PSYRT -kindred/S -kinematic/S -kinematics/M -kinesics/M -kine/SM -kinesthesis -kinesthetically -kinesthetic/S -kinetically -kinetic/S -kinetics/M -kinfolk/S -kingbird/M -kingdom/SM -kingfisher/MS -kinglet/M -kingliness/M -kingly/TPR -King/M -kingpin/MS -Kingsbury/M -king/SGYDM -kingship/SM -Kingsley/M -Kingsly/M -Kingston/M -Kingstown/M -Kingwood/M -kink/GSDM -kinkily -kinkiness/SM -kinky/PRT -Kin/M -kin/MS -Kinna/M -Kinney/M -Kinnickinnic/M -Kinnie/M -Kinny/M -Kinsey/M -kinsfolk/S -Kinshasa/M -Kinshasha/M -kinship/SM -Kinsley/M -kinsman/M -kinsmen/M -kinswoman/M -kinswomen -kiosk/SM -Kiowa/SM -Kipling/M -Kip/M -kip/MS -Kippar/M -kipped -kipper/DMSG -Kipper/M -Kippie/M -kipping -Kipp/MR -Kippy/M -Kira/M -Kirbee/M -Kirbie/M -Kirby/M -Kirchhoff/M -Kirchner/M -Kirchoff/M -Kirghistan/M -Kirghizia/M -Kirghiz/M -Kiribati -Kiri/M -Kirinyaga/M -kirk/GDMS -Kirkland/M -Kirk/M -Kirkpatrick/M -Kirkwood/M -Kirov/M -kirsch/S -Kirsteni/M -Kirsten/M -Kirsti/M -Kirstin/M -Kirstyn/M -Kisangani/M -Kishinev/M -kismet/SM -kiss/DSRBJGZ -Kissee/M -kisser/M -Kissiah/M -Kissie/M -Kissinger/M -Kitakyushu/M -kitbag's -kitchener/M -Kitchener/M -kitchenette/SM -kitchen/GDRMS -kitchenware/SM -kiter/M -kite/SM -kith/MDG -kiths -Kit/M -kit/MDRGS -kitsch/MS -kitschy -kitted -kittenishness/M -kittenish/YP -kitten/SGDM -Kittie/M -Kitti/M -kitting -kittiwakes -Kitty/M -kitty/SM -Kiwanis/M -kiwifruit/S -kiwi/SM -Kizzee/M -Kizzie/M -KKK -kl -Klan/M -Klansman/M -Klara/M -Klarika/M -Klarrisa/M -Klaus/M -klaxon/M -Klee/M -Kleenex/SM -Klein/M -Kleinrock/M -Klemens/M -Klement/M -Kleon/M -kleptomaniac/SM -kleptomania/MS -Kliment/M -Kline/M -Klingon/M -Klondike/SDMG -kludger/M -kludge/RSDGMZ -kludgey -klutziness/S -klutz/SM -klutzy/TRP -Klux/M -klystron/MS -km -kn -knacker/M -knack/SGZRDM -knackwurst/MS -Knapp/M -knapsack/MS -Knauer/M -knavery/MS -knave/SM -knavish/Y -kneader/M -knead/GZRDS -kneecap/MS -kneecapped -kneecapping -knee/DSM -kneeing -kneeler/M -kneel/GRS -kneepad/SM -knell/SMDG -knelt -Knesset/M -knew -Kngwarreye/M -Knickerbocker/MS -knickerbocker/S -knickknack/SM -knick/ZR -Knievel/M -knife/DSGM -knighthood/MS -knightliness/MS -knightly/P -Knight/M -knight/MDYSG -knish/MS -knit/AU -knits -knitted -knitter/MS -knitting/SM -knitwear/M -knives/M -knobbly -knobby/RT -Knobeloch/M -knob/MS -knockabout/M -knockdown/S -knocker/M -knock/GZSJRD -knockoff/S -knockout/MS -knockwurst's -knoll/MDSG -Knopf/M -Knossos/M -knothole/SM -knot/MS -knotted -knottiness/M -knotting/M -knotty/TPR -knowable/U -knower/M -know/GRBSJ -knowhow -knowingly/U -knowing/RYT -knowings/U -knowledgeableness/M -knowledgeable/P -knowledgeably -knowledge/SM -Knowles -known/SU -Knox/M -Knoxville/M -knuckleball/R -knuckle/DSMG -knuckleduster -knucklehead/MS -Knudsen/M -Knudson/M -knurl/DSG -Knuth/M -Knutsen/M -Knutson/M -KO -koala/SM -Kobayashi/M -Kobe/M -Kochab/M -Koch/M -Kodachrome/M -Kodak/SM -Kodaly/M -Kodiak/M -Koenig/M -Koenigsberg/M -Koenraad/M -Koestler/M -Kohinoor/M -Kohler/M -Kohl/MR -kohlrabies -kohlrabi/M -kola/SM -Kolyma/M -Kommunizma/M -Kong/M -Kongo/M -Konrad/M -Konstance/M -Konstantine/M -Konstantin/M -Konstanze/M -kookaburra/SM -kook/GDMS -kookiness/S -kooky/PRT -Koo/M -Koontz/M -kopeck/MS -Koppers/M -Koralle/M -Koral/M -Kora/M -Koranic -Koran/SM -Kordula/M -Korea/M -Korean/S -Korella/M -Kore/M -Koren/M -Koressa/M -Korey/M -Korie/M -Kori/M -Kornberg/M -Korney/M -Korrie/M -Korry/M -Kort/M -Kory/M -Korzybski/M -Kosciusko/M -kosher/DGS -Kossuth/M -Kosygin/M -Kovacs/M -Kowalewski/M -Kowalski/M -Kowloon/M -kowtow/SGD -KP -kph -kraal/SMDG -Kraemer/M -kraft/M -Kraft/M -Krakatau's -Krakatoa/M -Krakow/M -Kramer/M -Krasnodar/M -Krasnoyarsk/M -Krause/M -kraut/S! -Krebs/M -Kremlin/M -Kremlinologist/MS -Kremlinology/MS -Kresge/M -Krieger/M -kriegspiel/M -krill/MS -Kringle/M -Krisha/M -Krishnah/M -Krishna/M -Kris/M -Krispin/M -Krissie/M -Krissy/M -Kristal/M -Krista/M -Kristan/M -Kristel/M -Kriste/M -Kristen/M -Kristian/M -Kristie/M -Kristien/M -Kristi/MN -Kristina/M -Kristine/M -Kristin/M -Kristofer/M -Kristoffer/M -Kristofor/M -Kristoforo/M -Kristo/MS -Kristopher/M -Kristy/M -Kristyn/M -Kr/M -Kroc/M -Kroger/M -króna/M -Kronecker/M -krone/RM -kronor -krónur -Kropotkin/M -Krueger/M -Kruger/M -Krugerrand/S -Krupp/M -Kruse/M -krypton/SM -Krystalle/M -Krystal/M -Krysta/M -Krystle/M -Krystyna/M -ks -K's -KS -k's/IE -kt -Kublai/M -Kubrick/M -kuchen/MS -kudos/M -kudzu/SM -Kuenning/M -Kuhn/M -Kuibyshev/M -Ku/M -Kumar/M -kumquat/SM -Kunming/M -Kuomintang/M -Kurdish/M -Kurdistan/SM -Kurd/SM -Kurosawa/M -Kurtis/M -Kurt/M -kurtosis/M -Kusch/M -Kuwaiti/SM -Kuwait/M -Kuznetsk/M -Kuznets/M -kvetch/DSG -kw -kW -Kwakiutl/M -Kwangchow's -Kwangju/M -Kwanzaa/S -kWh -KY -Kyla/M -kyle/M -Kyle/M -Kylen/M -Kylie/M -Kylila/M -Kylynn/M -Ky/MH -Kym/M -Kynthia/M -Kyoto/M -Kyrgyzstan -Kyrstin/M -Kyushu/M -L -LA -Laban/M -labeled/U -labeler/M -label/GAZRDS -labellings/A -label's -labial/YS -labia/M -labile -labiodental -labium/M -laboratory/MS -laboredness/M -labored/PMY -labored's/U -laborer/M -laboring/MY -laborings/U -laboriousness/MS -laborious/PY -labor/RDMJSZG -laborsaving -Labradorean/S -Labrador/SM -lab/SM -Lab/SM -laburnum/SM -labyrinthine -labyrinth/M -labyrinths -laced/U -Lacee/M -lace/MS -lacerate/NGVXDS -laceration/M -lacer/M -laces/U -lacewing/MS -Lacey/M -Lachesis/M -lachrymal/S -lachrymose -Lacie/M -lacing/M -lackadaisic -lackadaisical/Y -Lackawanna/M -lacker/M -lackey/SMDG -lack/GRDMS -lackluster/S -Lac/M -laconic -laconically -lacquerer/M -lacquer/ZGDRMS -lacrosse/MS -lac/SGMDR -lactate/MNGSDX -lactational/Y -lactation/M -lacteal -lactic -lactose/MS -lacunae -lacuna/M -Lacy/M -lacy/RT -ladder/GDMS -laddie/MS -laded/U -ladened -ladening -laden/U -lade/S -lading/M -ladle/SDGM -Ladoga/M -Ladonna/M -lad/XGSJMND -ladybird/SM -ladybug/MS -ladyfinger/SM -ladylike/U -ladylove/MS -Ladyship/MS -ladyship/SM -lady/SM -Lady/SM -Laetitia/M -laetrile/S -Lafayette/M -Lafitte/M -lager/DMG -laggard/MYSP -laggardness/M -lagged -lagging/MS -lagniappe/SM -lagoon/MS -Lagos/M -Lagrange/M -Lagrangian/M -Laguerre/M -Laguna/M -lag/ZSR -Lahore/M -laid/AI -Laidlaw/M -lain -Laina/M -Lainey/M -Laird/M -laird/MS -lair/GDMS -laissez -laity/SM -Laius/M -lake/DSRMG -Lakehurst/M -Lakeisha/M -laker/M -lakeside -Lakewood/M -Lakisha/M -Lakshmi/M -lallygagged -lallygagging -lallygag/S -Lalo/M -La/M -Lamaism/SM -Lamarck/M -Lamar/M -lamasery/MS -lama/SM -Lamaze -lambada/S -lambaste/SDG -lambda/SM -lambency/MS -lambent/Y -Lambert/M -lambkin/MS -Lamb/M -Lamborghini/M -lambskin/MS -lamb/SRDMG -lambswool -lamebrain/SM -lamed/M -lameness/MS -lamentableness/M -lamentable/P -lamentably -lamentation/SM -lament/DGSB -lamented/U -lame/SPY -la/MHLG -laminae -lamina/M -laminar -laminate/XNGSD -lamination/M -lam/MDRSTG -lammed -lammer -lamming -Lammond/M -Lamond/M -Lamont/M -L'Amour -lampblack/SM -lamplighter/M -lamplight/ZRMS -lampooner/M -lampoon/RDMGS -Lamport/M -lamppost/SM -lamprey/MS -lamp/SGMRD -lampshade/MS -LAN -Lanae/M -Lanai/M -lanai/SM -Lana/M -Lancashire/M -Lancaster/M -Lancelot/M -Lance/M -lancer/M -lance/SRDGMZ -lancet/MS -landau/MS -lander/I -landfall/SM -landfill/DSG -landforms -landholder/M -landhold/JGZR -landing/M -Landis/M -landlady/MS -landless -landlines -landlocked -landlord/MS -landlubber/SM -Land/M -landmark/GSMD -landmass/MS -Landon/M -landowner/MS -landownership/M -landowning/SM -Landry/M -Landsat -landscape/GMZSRD -landscaper/M -lands/I -landslide/MS -landslid/G -landslip -landsman/M -landsmen -land/SMRDJGZ -Landsteiner/M -landward/S -Landwehr/M -Lane/M -lane/SM -Lanette/M -Laney/M -Langeland/M -Lange/M -Langerhans/M -Langford/M -Langland/M -Langley/M -Lang/M -Langmuir/M -Langsdon/M -Langston/M -language/MS -languidness/MS -languid/PY -languisher/M -languishing/Y -languish/SRDG -languorous/Y -languor/SM -Lanie/M -Lani/M -Lanita/M -lankiness/SM -lankness/MS -lank/PTYR -lanky/PRT -Lanna/M -Lannie/M -Lanni/M -Lanny/M -lanolin/MS -Lansing/M -lantern/GSDM -lanthanide/M -lanthanum/MS -lanyard/MS -Lanzhou -Laocoon/M -Lao/SM -Laotian/MS -lapboard/MS -lapdog/S -lapel/MS -lapidary/MS -lapin/MS -Laplace/M -Lapland/ZMR -lapped -lappet/MS -lapping -Lapp/SM -lapsed/A -lapse/KSDMG -lapser/MA -lapses/A -lapsing/A -lap/SM -laps/SRDG -laptop/SM -lapwing/MS -Laraine/M -Lara/M -Laramie/M -larboard/MS -larcenist/S -larcenous -larceny/MS -larch/MS -larder/M -lard/MRDSGZ -Lardner/M -lardy/RT -Laredo/M -largehearted -largemouth -largeness/SM -large/SRTYP -largess/SM -largish -largo/S -lariat/MDGS -Lari/M -Larina/M -Larine/M -Larisa/M -Larissa/M -larker/M -lark/GRDMS -Lark/M -larkspur/MS -Larousse/M -Larry/M -Larsen/M -Lars/NM -Larson/M -larvae -larval -larva/M -laryngeal/YS -larynges -laryngitides -laryngitis/M -larynx/M -Laryssa/M -lasagna/S -lasagne's -Lascaux/M -lasciviousness/MS -lascivious/YP -lase -laser/M -lashed/U -lasher/M -lashing/M -lash/JGMSRD -Lassa/M -Lassen/M -Lassie/M -lassie/SM -lassitude/MS -lassoer/M -lasso/GRDMS -las/SRZG -lass/SM -laster/M -lastingness/M -lasting/PY -last/JGSYRD -Laszlo/M -Latasha/M -Latashia/M -latching/M -latchkey/SM -latch's -latch/UGSD -latecomer/SM -lated/A -late/KA -lately -latency/MS -lateness/MS -latent/YS -later/A -lateral/GDYS -lateralization -Lateran/M -latest/S -LaTeX/M -latex/MS -lathe/M -latherer/M -lather/RDMG -lathery -lathing/M -lath/MSRDGZ -Lathrop/M -laths -Latia/M -latices/M -Latina/SM -Latinate -Latino/S -Latin/RMS -latish -Latisha/M -latitude/SM -latitudinal/Y -latitudinarian/S -latitudinary -Lat/M -Latonya/M -Latoya/M -Latrena/M -Latrina/M -latrine/MS -Latrobe/M -lat/SDRT -latter/YM -latte/SR -lattice/SDMG -latticework/MS -latticing/M -Lattimer/M -Latvia/M -Latvian/S -laudably -laudanum/MS -laudatory -Lauderdale/M -lauder/M -Lauder/M -Laud/MR -laud/RDSBG -lauds/M -Laue/M -laughableness/M -laughable/P -laughably -laugh/BRDZGJ -laugher/M -laughing/MY -laughingstock/SM -laughs -laughter/MS -Laughton/M -Launce/M -launch/AGSD -launcher/MS -launching/S -launchpad/S -laundered/U -launderer/M -launderette/MS -launder/SDRZJG -laundress/MS -laundrette/S -laundromat/S -Laundromat/SM -laundryman/M -laundrymen -laundry/MS -laundrywoman/M -laundrywomen -Lauraine/M -Lauralee/M -Laural/M -laura/M -Laura/M -Laurasia/M -laureate/DSNG -laureateship/SM -Lauree/M -Laureen/M -Laurella/M -Laurel/M -laurel/SGMD -Laure/M -Laurena/M -Laurence/M -Laurene/M -Lauren/SM -Laurentian -Laurent/M -Lauretta/M -Laurette/M -Laurianne/M -Laurice/M -Laurie/M -Lauri/M -Lauritz/M -Lauryn/M -Lausanne/M -lavage/MS -lavaliere/MS -Laval/M -lava/SM -lavatory/MS -lave/GDS -Lavena/M -lavender/MDSG -Laverna/M -Laverne/M -Lavern/M -Lavina/M -Lavinia/M -Lavinie/M -lavishness/MS -lavish/SRDYPTG -Lavoisier/M -Lavonne/M -Lawanda/M -lawbreaker/SM -lawbreaking/MS -Lawford/M -lawfulness/SMU -lawful/PUY -lawgiver/MS -lawgiving/M -lawlessness/MS -lawless/PY -Law/M -lawmaker/MS -lawmaking/SM -lawman/M -lawmen -lawnmower/S -lawn/SM -Lawrence/M -Lawrenceville/M -lawrencium/SM -Lawry/M -law/SMDG -Lawson/M -lawsuit/MS -Lawton/M -lawyer/DYMGS -laxativeness/M -laxative/PSYM -laxer/A -laxes/A -laxity/SM -laxness/SM -lax/PTSRY -layabout/MS -Layamon/M -layaway/S -lay/CZGSR -layered/C -layer/GJDM -layering/M -layer's/IC -layette/SM -Layla/M -Lay/M -layman/M -laymen -Layne/M -Layney/M -layoff/MS -layout/SM -layover/SM -laypeople -layperson/S -lays/AI -Layton/M -layup/MS -laywoman/M -laywomen -Lazare/M -Lazar/M -Lazaro/M -Lazarus/M -laze/DSG -lazily -laziness/MS -lazuli/M -lazybones/M -lazy/PTSRDG -lb -LBJ/M -lbs -LC -LCD -LCM -LDC -leachate -Leach/M -leach/SDG -Leadbelly/M -leaded/U -leadenness/M -leaden/PGDY -leaderless -leader/M -leadership/MS -lead/SGZXJRDN -leadsman/M -leadsmen -leafage/MS -leaf/GSDM -leafhopper/M -leafiness/M -leafless -leaflet/SDMG -leafstalk/SM -leafy/PTR -leaguer/M -league/RSDMZG -Leah/M -leakage/SM -leaker/M -Leakey/M -leak/GSRDM -leakiness/MS -leaky/PRT -Lea/M -lea/MS -Leander/M -Leandra/M -leaner/M -leaning/M -Lean/M -Leanna/M -Leanne/M -leanness/MS -Leann/M -Leanora/M -Leanor/M -lean/YRDGTJSP -leaper/M -leapfrogged -leapfrogging -leapfrog/SM -leap/RDGZS -Lear/M -learnedly -learnedness/M -learned/UA -learner/M -learning/M -learns/UA -learn/SZGJRD -Leary/M -lease/ARSDG -leaseback/MS -leaseholder/M -leasehold/SRMZ -leaser/MA -lease's -leash's -leash/UGSD -leasing/M -leas/SRDGZ -least/S -leastwise -leatherette/S -leather/MDSG -leathern -leatherneck/SM -leathery -leaven/DMJGS -leavened/U -leavening/M -Leavenworth/M -leaver/M -leaves/M -leave/SRDJGZ -leaving/M -Lebanese -Lebanon/M -Lebbie/M -lebensraum -Lebesgue/M -Leblanc/M -lecher/DMGS -lecherousness/MS -lecherous/YP -lechery/MS -lecithin/SM -lectern/SM -lecturer/M -lecture/RSDZMG -lectureship/SM -led -Leda/M -Lederberg/M -ledger/DMG -ledge/SRMZ -LED/SM -Leeanne/M -Leeann/M -leech/MSDG -Leeds/M -leek/SM -Leelah/M -Leela/M -Leeland/M -Lee/M -lee/MZRS -Leena/M -leer/DG -leeriness/MS -leering/Y -leery/PTR -Leesa/M -Leese/M -Leeuwenhoek/M -Leeward/M -leeward/S -leeway/MS -leftism/SM -leftist/SM -leftmost -leftover/MS -Left/S -left/TRS -leftward/S -Lefty/M -lefty/SM -legacy/MS -legalese/MS -legalism/SM -legalistic -legality/MS -legalization/MS -legalize/DSG -legalized/U -legal/SY -legate/AXCNGSD -legatee/MS -legate's/C -legation/AMC -legato/SM -legendarily -legendary/S -Legendre/M -legend/SM -legerdemain/SM -Leger/SM -legged -legginess/MS -legging/MS -leggy/PRT -leghorn/SM -Leghorn/SM -legibility/MS -legible -legibly -legionary/S -legionnaire/SM -legion/SM -legislate/SDXVNG -legislation/M -legislative/SY -legislator/SM -legislature/MS -legitimacy/MS -legitimate/SDNGY -legitimation/M -legitimatize/SDG -legitimization/MS -legitimize/RSDG -legit/S -legless -legman/M -legmen -leg/MS -Lego/M -Legra/M -Legree/M -legroom/MS -legstraps -legume/SM -leguminous -legwork/SM -Lehigh/M -Lehman/M -Leia/M -Leibniz/M -Leicester/SM -Leiden/M -Leif/M -Leigha/M -Leigh/M -Leighton/M -Leilah/M -Leila/M -lei/MS -Leipzig/M -Leisha/M -leisureliness/MS -leisurely/P -leisure/SDYM -leisurewear -leitmotif/SM -leitmotiv/MS -Lek/M -Lelah/M -Lela/M -Leland/M -Lelia/M -Lemaitre/M -Lemar/M -Lemke/M -Lem/M -lemma/MS -lemme/GJ -Lemmie/M -lemming/M -Lemmy/M -lemonade/SM -lemon/GSDM -lemony -Lemuel/M -Lemuria/M -lemur/MS -Lena/M -Lenard/M -Lenci/M -lender/M -lend/SRGZ -Lenee/M -Lenette/M -lengthener/M -lengthen/GRD -lengthily -lengthiness/MS -length/MNYX -lengths -lengthwise -lengthy/TRP -lenience/S -leniency/MS -lenient/SY -Leningrad/M -Leninism/M -Leninist -Lenin/M -lenitive/S -Lenka/M -Len/M -Le/NM -Lenna/M -Lennard/M -Lennie/M -Lennon/M -Lenny/M -Lenoir/M -Leno/M -Lenora/M -Lenore/M -lens/SRDMJGZ -lent/A -lenticular -lentil/SM -lento/S -Lent/SMN -Leodora/M -Leoine/M -Leola/M -Leoline/M -Leo/MS -Leona/M -Leonanie/M -Leonard/M -Leonardo/M -Leoncavallo/M -Leonelle/M -Leonel/M -Leone/M -Leonerd/M -Leonhard/M -Leonidas/M -Leonid/M -Leonie/M -leonine -Leon/M -Leonora/M -Leonore/M -Leonor/M -Leontine/M -Leontyne/M -leopardess/SM -leopard/MS -leopardskin -Leopold/M -Leopoldo/M -Leopoldville/M -Leora/M -leotard/MS -leper/SM -Lepidus/M -Lepke/M -leprechaun/SM -leprosy/MS -leprous -lepta -lepton/SM -Lepus/M -Lerner/M -Leroi/M -Leroy/M -Lesa/M -lesbianism/MS -lesbian/MS -Leshia/M -lesion/DMSG -Lesley/M -Leslie/M -Lesli/M -Lesly/M -Lesotho/M -lessee/MS -lessen/GDS -Lesseps/M -lesser -lesses -Lessie/M -lessing -lesson/DMSG -lessor/MS -less/U -Lester/M -lest/R -Les/Y -Lesya/M -Leta/M -letdown/SM -lethality/M -lethal/YS -Letha/M -lethargic -lethargically -lethargy/MS -Lethe/M -Lethia/M -Leticia/M -Letisha/M -let/ISM -Letitia/M -Letizia/M -Letta/M -letterbox/S -lettered/U -letterer/M -letterhead/SM -lettering/M -letter/JSZGRDM -letterman/M -Letterman/M -lettermen -letterpress/MS -Lettie/M -Letti/M -letting/S -lettuce/SM -Letty/M -letup/MS -leukemia/SM -leukemic/S -leukocyte/MS -Leupold/M -Levant/M -leveeing -levee/SDM -leveled/U -leveler/M -levelheadedness/S -levelheaded/P -leveling/U -levelness/SM -level/STZGRDYP -leverage/MGDS -lever/SDMG -Levesque/M -Levey/M -Leviathan -leviathan/MS -levier/M -Levi/MS -Levine/M -Levin/M -levitate/XNGDS -levitation/M -Leviticus/M -Levitt/M -levity/MS -Lev/M -Levon/M -Levy/M -levy/SRDZG -lewdness/MS -lewd/PYRT -Lewellyn/M -Lewes -Lewie/M -Lewinsky/M -lewis/M -Lewis/M -Lewiss -Lew/M -lex -lexeme/MS -lexical/Y -lexicographer/MS -lexicographic -lexicographical/Y -lexicography/SM -lexicon/SM -Lexie/M -Lexi/MS -Lexine/M -Lexington/M -Lexus/M -Lexy/M -Leyden/M -Leyla/M -Lezley/M -Lezlie/M -lg -Lhasa/SM -Lhotse/M -liability/SAM -liable/AP -liaise/GSD -liaison/SM -Lia/M -Liam/M -Liana/M -Liane/M -Lian/M -Lianna/M -Lianne/M -liar/MS -libation/SM -libbed -Libbey/M -Libbie/M -Libbi/M -libbing -Libby/M -libeler/M -libel/GMRDSZ -libelous/Y -Liberace/M -liberalism/MS -liberality/MS -liberalization/SM -liberalized/U -liberalize/GZSRD -liberalizer/M -liberalness/MS -liberal/YSP -liberate/NGDSCX -liberationists -liberation/MC -liberator/SCM -Liberia/M -Liberian/S -libertarianism/M -libertarian/MS -libertine/MS -liberty/MS -libidinal -libidinousness/M -libidinous/PY -libido/MS -Lib/M -lib/MS -librarian/MS -library/MS -Libra/SM -libretoes -libretos -librettist/MS -libretto/MS -Libreville/M -Librium/M -Libya/M -Libyan/S -lice/M -licensed/AU -licensee/SM -license/MGBRSD -licenser/M -licenses/A -licensing/A -licensor/M -licentiate/MS -licentiousness/MS -licentious/PY -Licha/M -lichee's -lichen/DMGS -Lichtenstein/M -Lichter/M -licit/Y -licked/U -lickerish -licker/M -lick/GRDSJ -licking/M -licorice/SM -Lida/M -lidded -lidding -Lidia/M -lidless -lid/MS -lido/MS -Lieberman/M -Liebfraumilch/M -Liechtenstein/RMZ -lied/MR -lie/DRS -Lief/M -liefs/A -lief/TSR -Liege/M -liege/SR -Lie/M -lien/SM -lier/IMA -lies/A -Liesa/M -lieu/SM -lieut -lieutenancy/MS -lieutenant/SM -Lieut/M -lifeblood/SM -lifeboat/SM -lifebuoy/S -lifeforms -lifeguard/MDSG -lifelessness/SM -lifeless/PY -lifelikeness/M -lifelike/P -lifeline/SM -lifelong -life/MZR -lifer/M -lifesaver/SM -lifesaving/S -lifespan/S -lifestyle/S -lifetaking -lifetime/MS -lifework/MS -LIFO -lifter/M -lift/GZMRDS -liftoff/MS -ligament/MS -ligand/MS -ligate/XSDNG -ligation/M -ligature/DSGM -light/ADSCG -lighted/U -lightener/M -lightening/M -lighten/ZGDRS -lighter/CM -lightered -lightering -lighters -lightest -lightface/SDM -lightheaded -lightheartedness/MS -lighthearted/PY -lighthouse/MS -lighting/MS -lightly -lightness/MS -lightning/SMD -lightproof -light's -lightship/SM -lightweight/S -ligneous -lignite/MS -lignum -likability/MS -likableness/MS -likable/P -likeability's -liked/E -likelihood/MSU -likely/UPRT -likeness/MSU -liken/GSD -liker/E -liker's -likes/E -likest -like/USPBY -likewise -liking/SM -lilac/MS -Lilah/M -Lila/SM -Lilia/MS -Liliana/M -Liliane/M -Lilian/M -Lilith/M -Liliuokalani/M -Lilla/M -Lille/M -Lillian/M -Lillie/M -Lilli/MS -lilliputian/S -Lilliputian/SM -Lilliput/M -Lilllie/M -Lilly/M -Lil/MY -Lilongwe/M -lilting/YP -lilt/MDSG -Lilyan/M -Lily/M -lily/MSD -Lima/M -Limbaugh/M -limbered/U -limberness/SM -limber/RDYTGP -limbers/U -limbic -limbless -Limbo -limbo/GDMS -limb/SGZRDM -Limburger/SM -limeade/SM -lime/DSMG -limekiln/M -limelight/DMGS -limerick/SM -limestone/SM -limitability -limitably -limitation/MCS -limit/CSZGRD -limitedly/U -limitedness/M -limited/PSY -limiter/M -limiting/S -limitlessness/SM -limitless/PY -limit's -limn/GSD -Limoges/M -limo/S -limousine/SM -limper/M -limpet/SM -limpidity/MS -limpidness/SM -limpid/YP -limpness/MS -Limpopo/M -limp/SGTPYRD -Li/MY -limy/TR -linage/MS -Lina/M -linchpin/MS -Linc/M -Lincoln/SM -Linda/M -Lindbergh/M -Lindberg/M -linden/MS -Lindholm/M -Lindie/M -Lindi/M -Lind/M -Lindon/M -Lindquist/M -Lindsay/M -Lindsey/M -Lindstrom/M -Lindsy/M -Lindy/M -line/AGDS -lineage/SM -lineal/Y -Linea/M -lineament/MS -linearity/MS -linearize/SDGNB -linear/Y -linebacker/SM -lined/U -linefeed -Linell/M -lineman/M -linemen -linen/SM -liner/SM -line's -linesman/M -linesmen -Linet/M -Linette/M -lineup/S -lingerer/M -lingerie/SM -lingering/Y -linger/ZGJRD -lingoes -lingo/M -lingual/SY -lingua/M -linguine -linguini's -linguistically -linguistic/S -linguistics/M -linguist/SM -ling/ZR -liniment/MS -lining/SM -linkable -linkage/SM -linked/A -linker/S -linking/S -Link/M -link's -linkup/S -link/USGD -Lin/M -Linnaeus/M -Linnea/M -Linnell/M -Linnet/M -linnet/SM -Linnie/M -Linn/M -Linoel/M -linoleum/SM -lino/M -Linotype/M -linseed/SM -lintel/SM -linter/M -Linton/M -lint/SMR -linty/RST -Linus/M -Linux/M -Linwood/M -Linzy/M -Lionello/M -Lionel/M -lioness/SM -lionhearted -lionization/SM -lionizer/M -lionize/ZRSDG -Lion/M -lion/MS -lipase/M -lipid/MS -lip/MS -liposuction/S -lipped -lipper -Lippi/M -lipping -Lippmann/M -lippy/TR -lipread/GSRJ -Lipschitz/M -Lipscomb/M -lipstick/MDSG -Lipton/M -liq -liquefaction/SM -liquefier/M -liquefy/DRSGZ -liqueur/DMSG -liquidate/GNXSD -liquidation/M -liquidator/SM -liquidity/SM -liquidizer/M -liquidize/ZGSRD -liquidness/M -liquid/SPMY -liquorice/SM -liquorish -liquor/SDMG -lira/M -Lira/M -lire -Lisabeth/M -Lisa/M -Lisbeth/M -Lisbon/M -Lise/M -Lisetta/M -Lisette/M -Lisha/M -Lishe/M -Lisle/M -lisle/SM -lisper/M -lisp/MRDGZS -Lissajous/M -Lissa/M -Lissie/M -Lissi/M -Liss/M -lissomeness/M -lissome/P -lissomness/M -Lissy/M -listed/U -listener/M -listen/ZGRD -Listerine/M -lister/M -Lister/M -listing/M -list/JMRDNGZXS -listlessness/SM -listless/PY -Liston/M -Liszt/M -Lita/M -litany/MS -litchi/SM -literacy/MS -literalism/M -literalistic -literalness/MS -literal/PYS -literariness/SM -literary/P -literate/YNSP -literati -literation/M -literature/SM -liter/M -lite/S -litheness/SM -lithe/PRTY -lithesome -lithium/SM -lithograph/DRMGZ -lithographer/M -lithographic -lithographically -lithographs -lithography/MS -lithology/M -lithosphere/MS -lithospheric -Lithuania/M -Lithuanian/S -litigant/MS -litigate/NGXDS -litigation/M -litigator/SM -litigiousness/MS -litigious/PY -litmus/SM -litotes/M -lit/RZS -littérateur/S -litterbug/SM -litter/SZGRDM -Little/M -littleneck/M -littleness/SM -little/RSPT -Littleton/M -Litton/M -littoral/S -liturgical/Y -liturgic/S -liturgics/M -liturgist/MS -liturgy/SM -Liuka/M -livability/MS -livableness/M -livable/U -livably -Liva/M -lived/A -livelihood/SM -liveliness/SM -livelong/S -lively/RTP -liveness/M -liven/SDG -liver/CSGD -liveried -liverish -Livermore/M -Liverpool/M -Liverpudlian/MS -liver's -liverwort/SM -liverwurst/SM -livery/CMS -liveryman/MC -liverymen/C -lives/A -lives's -livestock/SM -live/YHZTGJDSRPB -Livia/M -lividness/M -livid/YP -livingness/M -Livingstone/M -Livingston/M -living/YP -Liv/M -Livonia/M -Livvie/M -Livvy/M -Livvyy/M -Livy/M -Lizabeth/M -Liza/M -lizard/MS -Lizbeth/M -Lizette/M -Liz/M -Lizzie/M -Lizzy/M -l/JGVXT -Ljubljana/M -LL -llama/SM -llano/SM -LLB -ll/C -LLD -Llewellyn/M -Lloyd/M -Llywellyn/M -LNG -lo -loadable -loaded/A -loader/MU -loading/MS -load's/A -loads/A -loadstar's -loadstone's -load/SURDZG -loafer/M -Loafer/S -loaf/SRDMGZ -loam/SMDG -loamy/RT -loaner/M -loaning/M -loan/SGZRDMB -loansharking/S -loanword/S -loathe -loather/M -loathing/M -loath/JPSRDYZG -loathness/M -loathsomeness/MS -loathsome/PY -loaves/M -Lobachevsky/M -lobar -lobbed -lobber/MS -lobbing -lobby/GSDM -lobbyist/MS -lobe/SM -lob/MDSG -lobotomist -lobotomize/GDS -lobotomy/MS -lobster/MDGS -lobularity -lobular/Y -lobule/SM -locale/MS -localisms -locality/MS -localization/MS -localized/U -localizer/M -localizes/U -localize/ZGDRS -local/SGDY -locatable -locate/AXESDGN -locater/M -locational/Y -location/EMA -locative/S -locator's -Lochinvar/M -loch/M -lochs -loci/M -lockable -Lockean/M -locked/A -Locke/M -locker/SM -locket/SM -Lockhart/M -Lockheed/M -Lockian/M -locking/S -lockjaw/SM -Lock/M -locknut/M -lockout/MS -lock's -locksmithing/M -locksmith/MG -locksmiths -lockstep/S -lock/UGSD -lockup/MS -Lockwood/M -locomotion/SM -locomotive/YMS -locomotor -locomotory -loco/SDMG -locoweed/MS -locus/M -locust/SM -locution/MS -lode/SM -lodestar/MS -lodestone/MS -lodged/E -lodge/GMZSRDJ -Lodge/M -lodgepole -lodger/M -lodges/E -lodging/M -lodgment/M -Lodovico/M -Lodowick/M -Lodz -Loeb/M -Loella/M -Loewe/M -Loewi/M -lofter/M -loftily -loftiness/SM -loft/SGMRD -lofty/PTR -loganberry/SM -Logan/M -logarithmic -logarithmically -logarithm/MS -logbook/MS -loge/SMNX -logged/U -loggerhead/SM -logger/SM -loggia/SM -logging/MS -logicality/MS -logicalness/M -logical/SPY -logician/SM -logic/SM -login/S -logion/M -logistical/Y -logistic/MS -logjam/SM -LOGO -logo/SM -logotype/MS -logout -logrolling/SM -log's/K -log/SM -logy/RT -Lohengrin/M -loincloth/M -loincloths -loin/SM -Loire/M -Loise/M -Lois/M -loiterer/M -loiter/RDJSZG -Loki/M -Lola/M -Loleta/M -Lolita/M -loller/M -lollipop/MS -loll/RDGS -Lolly/M -lolly/SM -Lombardi/M -Lombard/M -Lombardy/M -Lomb/M -Lome -Lona/M -Londonderry/M -Londoner/M -London/RMZ -Lonee/M -loneliness/SM -lonely/TRP -loneness/M -lone/PYZR -loner/M -lonesomeness/MS -lonesome/PSY -longboat/MS -longbow/SM -longed/K -longeing -longer/K -longevity/MS -Longfellow/M -longhair/SM -longhand/SM -longhorn/SM -longing/MY -longish -longitude/MS -longitudinal/Y -long/JGTYRDPS -Long/M -longness/M -longshoreman/M -longshoremen -longsighted -longs/K -longstanding -Longstreet/M -longsword -longterm -longtime -Longueuil/M -longueur/SM -longways -longword/SM -Loni/M -Lon/M -Lonna/M -Lonnard/M -Lonnie/M -Lonni/M -Lonny/M -loofah/M -loofahs -lookahead -lookalike/S -looker/M -look/GZRDS -lookout/MS -lookup/SM -looming/M -Loomis/M -loom/MDGS -loon/MS -loony/SRT -looper/M -loophole/MGSD -loop/MRDGS -loopy/TR -loosed/U -looseleaf -loosener/M -looseness/MS -loosen/UDGS -loose/SRDPGTY -looses/U -loosing/M -looter/M -loot/MRDGZS -loper/M -lope/S -Lopez/M -lopped -lopper/MS -lopping -lop/SDRG -lopsidedness/SM -lopsided/YP -loquaciousness/MS -loquacious/YP -loquacity/SM -Loraine/M -Lorain/M -Loralee/M -Loralie/M -Loralyn/M -Lora/M -Lorant/M -lording/M -lordliness/SM -lordly/PTR -Lord/MS -lord/MYDGS -lordship/SM -Lordship/SM -Loree/M -Loreen/M -Lorelei/M -Lorelle/M -lore/MS -Lorena/M -Lorene/M -Loren/SM -Lorentzian/M -Lorentz/M -Lorenza/M -Lorenz/M -Lorenzo/M -Loretta/M -Lorette/M -lorgnette/SM -Loria/M -Lorianna/M -Lorianne/M -Lorie/M -Lorilee/M -Lorilyn/M -Lori/M -Lorinda/M -Lorine/M -Lorin/M -loris/SM -Lorita/M -lorn -Lorna/M -Lorne/M -Lorraine/M -Lorrayne/M -Lorre/M -Lorrie/M -Lorri/M -Lorrin/M -lorryload/S -Lorry/M -lorry/SM -Lory/M -Los -loser/M -lose/ZGJBSR -lossage -lossless -loss/SM -lossy/RT -lost/P -Lothaire/M -Lothario/MS -lotion/MS -Lot/M -lot/MS -Lotta/M -lotted -Lotte/M -lotter -lottery/MS -Lottie/M -Lotti/M -lotting -Lott/M -lotto/MS -Lotty/M -lotus/SM -louden/DG -loudhailer/S -loudly/RT -loudmouth/DM -loudmouths -loudness/MS -loudspeaker/SM -loudspeaking -loud/YRNPT -Louella/M -Louie/M -Louisa/M -Louise/M -Louisette/M -Louisiana/M -Louisianan/S -Louisianian/S -Louis/M -Louisville/M -Lou/M -lounger/M -lounge/SRDZG -Lourdes/M -lour/GSD -louse/CSDG -louse's -lousewort/M -lousily -lousiness/MS -lousy/PRT -loutishness/M -loutish/YP -Loutitia/M -lout/SGMD -louver/DMS -L'Ouverture -Louvre/M -lovableness/MS -lovable/U -lovably -lovebird/SM -lovechild -Lovecraft/M -love/DSRMYZGJB -loved/U -Lovejoy/M -Lovelace/M -Loveland/M -lovelessness/M -loveless/YP -lovelies -lovelinesses -loveliness/UM -Lovell/M -lovelornness/M -lovelorn/P -lovely/URPT -Love/M -lovemaking/SM -lover/YMG -lovesick -lovestruck -lovingly -lovingness/M -loving/U -lowborn -lowboy/SM -lowbrow/MS -lowdown/S -Lowell/M -Lowe/M -lowercase/GSD -lower/DG -lowermost -Lowery/M -lowish -lowland/RMZS -Lowlands/M -lowlife/SM -lowlight/MS -lowliness/MS -lowly/PTR -lowness/MS -low/PDRYSZTG -Lowrance/M -lox/MDSG -loyaler -loyalest -loyal/EY -loyalism/SM -loyalist/SM -loyalty/EMS -Loyang/M -Loydie/M -Loyd/M -Loy/M -Loyola/M -lozenge/SDM -LP -LPG -LPN/S -Lr -ls -l's -L's -LSD -ltd -Ltd/M -Lt/M -Luanda/M -Luann/M -luau/MS -lubber/YMS -Lubbock/M -lube/DSMG -lubricant/SM -lubricate/VNGSDX -lubrication/M -lubricator/MS -lubricious/Y -lubricity/SM -Lubumbashi/M -Lucais/M -Luca/MS -Luce/M -lucent/Y -Lucerne/M -Lucho/M -Lucia/MS -Luciana/M -Lucian/M -Luciano/M -lucidity/MS -lucidness/MS -lucid/YP -Lucie/M -Lucien/M -Lucienne/M -Lucifer/M -Lucila/M -Lucile/M -Lucilia/M -Lucille/M -Luci/MN -Lucina/M -Lucinda/M -Lucine/M -Lucio/M -Lucita/M -Lucite/MS -Lucius/M -luck/GSDM -luckier/U -luckily/U -luckiness/UMS -luckless -Lucknow/M -Lucky/M -lucky/RSPT -lucrativeness/SM -lucrative/YP -lucre/MS -Lucretia/M -Lucretius/M -lucubrate/GNSDX -lucubration/M -Lucy/M -Luddite/SM -Ludhiana/M -ludicrousness/SM -ludicrous/PY -Ludlow/M -Ludmilla/M -ludo/M -Ludovico/M -Ludovika/M -Ludvig/M -Ludwig/M -Luella/M -Luelle/M -luff/GSDM -Lufthansa/M -Luftwaffe/M -luge/MC -Luger/M -luggage/SM -lugged -lugger/SM -lugging -Lugosi/M -lug/RS -lugsail/SM -lugubriousness/MS -lugubrious/YP -Luigi/M -Luisa/M -Luise/M -Luis/M -Lukas/M -Luke/M -lukewarmness/SM -lukewarm/PY -Lula/M -Lulita/M -lullaby/GMSD -lull/SDG -lulu/M -Lulu/M -Lu/M -lumbago/SM -lumbar/S -lumberer/M -lumbering/M -lumberjack/MS -lumberman/M -lumbermen -lumber/RDMGZSJ -lumberyard/MS -lumen/M -Lumière/M -luminance/M -luminary/MS -luminescence/SM -luminescent -luminosity/MS -luminousness/M -luminous/YP -lummox/MS -lumper/M -lumpiness/MS -lumpishness/M -lumpish/YP -lump/SGMRDN -lumpy/TPR -lunacy/MS -Luna/M -lunar/S -lunary -lunate/YND -lunatic/S -lunation/M -luncheonette/SM -luncheon/SMDG -luncher/M -lunch/GMRSD -lunchpack -lunchroom/MS -lunchtime/MS -Lundberg/M -Lund/M -Lundquist/M -lune/M -lunge/MS -lunger/M -lungfish/SM -lungful -lung/SGRDM -lunkhead/SM -Lupe/M -lupine/SM -Lupus/M -lupus/SM -Lura/M -lurcher/M -lurch/RSDG -lure/DSRG -lurer/M -Lurette/M -lurex -Luria/M -luridness/SM -lurid/YP -lurker/M -lurk/GZSRD -Lurleen/M -Lurlene/M -Lurline/M -Lusaka/M -Lusa/M -lusciousness/MS -luscious/PY -lushness/MS -lush/YSRDGTP -Lusitania/M -luster/GDM -lustering/M -lusterless -lustfulness/M -lustful/PY -lustily -lustiness/MS -lust/MRDGZS -lustrousness/M -lustrous/PY -lusty/PRT -lutanist/MS -lute/DSMG -lutenist/MS -Lutero/M -lutetium/MS -Lutheranism/MS -Lutheran/SM -Luther/M -luting/M -Lutz -Luxembourgian -Luxembourg/RMZ -Luxemburg's -luxe/MS -luxuriance/MS -luxuriant/Y -luxuriate/GNSDX -luxuriation/M -luxuriousness/SM -luxurious/PY -luxury/MS -Luz/M -Luzon/M -L'vov -Lyallpur/M -lyceum/MS -lychee's -lycopodium/M -Lycra/S -Lycurgus/M -Lyda/M -Lydia/M -Lydian/S -Lydie/M -Lydon/M -lye/JSMG -Lyell/M -lying/Y -Lyle/M -Lyly/M -Lyman/M -Lyme/M -lymphatic/S -lymph/M -lymphocyte/SM -lymphoid -lymphoma/MS -lymphs -Ly/MY -Lynchburg/M -lyncher/M -lynching/M -Lynch/M -lynch/ZGRSDJ -Lynda/M -Lyndell/M -Lyndel/M -Lynde/M -Lyndon/M -Lyndsay/M -Lyndsey/M -Lyndsie/M -Lyndy/M -Lynea/M -Lynelle/M -Lynette/M -Lynett/M -Lyn/M -Lynna/M -Lynnea/M -Lynnelle/M -Lynnell/M -Lynne/M -Lynnet/M -Lynnette/M -Lynnett/M -Lynn/M -Lynsey/M -lynx/MS -Lyon/SM -Lyra/M -lyrebird/MS -lyre/SM -lyricalness/M -lyrical/YP -lyricism/SM -lyricist/SM -lyric/S -Lysenko/M -lysine/M -Lysistrata/M -Lysol/M -Lyssa/M -LyX/M -MA -Maalox/M -ma'am -Mabelle/M -Mabel/M -Mable/M -Mab/M -macabre/Y -macadamize/SDG -macadam/SM -Macao/M -macaque/SM -macaroni/SM -macaroon/MS -Macarthur/M -MacArthur/M -Macaulay/M -macaw/SM -Macbeth/M -Maccabees/M -Maccabeus/M -Macdonald/M -MacDonald/M -MacDraw/M -Macedonia/M -Macedonian/S -Macedon/M -mace/MS -Mace/MS -macerate/DSXNG -maceration/M -macer/M -Macgregor/M -MacGregor/M -machete/SM -Machiavellian/S -Machiavelli/M -machinate/SDXNG -machination/M -machinelike -machine/MGSDB -machinery/SM -machinist/MS -machismo/SM -Mach/M -macho/S -Machs -Macias/M -Macintosh/M -MacIntosh/M -macintosh's -Mackenzie/M -MacKenzie/M -mackerel/SM -Mackinac/M -Mackinaw -mackinaw/SM -mackintosh/SM -mack/M -Mack/M -MacLeish/M -Macmillan/M -MacMillan/M -Macon/SM -MacPaint/M -macramé/S -macrobiotic/S -macrobiotics/M -macrocosm/MS -macrodynamic -macroeconomic/S -macroeconomics/M -macromolecular -macromolecule/SM -macron/MS -macrophage/SM -macroscopic -macroscopically -macrosimulation -macro/SM -macrosocioeconomic -Mac/SGMD -mac/SGMDR -Macy/M -Madagascan/SM -Madagascar/M -Madalena/M -Madalyn/M -Mada/M -madame/M -Madame/MS -madam/SM -madcap/S -Maddalena/M -madded -madden/GSD -maddening/Y -Madden/M -madder/MS -maddest -Maddie/M -Maddi/M -madding -Maddox/M -Maddy/M -made/AU -Madeira/SM -Madelaine/M -Madeleine/M -Madelena/M -Madelene/M -Madelina/M -Madeline/M -Madelin/M -Madella/M -Madelle/M -Madel/M -Madelon/M -Madelyn/M -mademoiselle/MS -Madge/M -madhouse/SM -Madhya/M -Madison/M -Madlen/M -Madlin/M -madman/M -madmen -madness/SM -Madonna/MS -mad/PSY -Madras -madras/SM -Madrid/M -madrigal/MSG -Madsen/M -Madurai/M -madwoman/M -madwomen -Mady/M -Maegan/M -Maelstrom/M -maelstrom/SM -Mae/M -maestro/MS -Maeterlinck/M -Mafia/MS -mafia/S -mafiosi -mafioso/M -Mafioso/S -MAG -magazine/DSMG -Magdaia/M -Magdalena/M -Magdalene/M -Magdalen/M -Magda/M -Magellanic -Magellan/M -magenta/MS -magged -Maggee/M -Maggie/M -Maggi/M -magging -maggot/MS -maggoty/RT -Maggy/M -magi -magical/Y -magician/MS -magicked -magicking -magic/SM -Magill/M -Magi/M -Maginot/M -magisterial/Y -magistracy/MS -magistrate/MS -Mag/M -magma/SM -magnanimity/SM -magnanimosity -magnanimous/PY -magnate/SM -magnesia/MS -magnesite/M -magnesium/SM -magnetically -magnetic/S -magnetics/M -magnetism/SM -magnetite/SM -magnetizable -magnetization/ASCM -magnetize/CGDS -magnetized/U -magnetodynamics -magnetohydrodynamical -magnetohydrodynamics/M -magnetometer/MS -magneto/MS -magnetosphere/M -magnetron/M -magnet/SM -magnification/M -magnificence/SM -magnificent/Y -magnified/U -magnify/DRSGNXZ -magniloquence/MS -magniloquent -Magnitogorsk/M -magnitude/SM -magnolia/SM -Magnum -magnum/SM -Magnuson/M -Magog/M -Magoo/M -magpie/SM -Magritte/M -Magruder/M -mag/S -Magsaysay/M -Maguire/SM -Magus/M -Magyar/MS -Mahabharata -Mahala/M -Mahalia/M -maharajah/M -maharajahs -maharanee's -maharani/MS -Maharashtra/M -maharishi/SM -mahatma/SM -Mahavira/M -Mahayana/M -Mahayanist -Mahdi/M -Mahfouz/M -Mahican/SM -mahjong's -Mahler/M -Mahmoud/M -Mahmud/M -mahogany/MS -Mahomet's -mahout/SM -Maia/M -Maible/M -maidenhair/MS -maidenhead/SM -maidenhood/SM -maidenly/P -maiden/YM -maidservant/MS -maid/SMNX -maier -Maier/M -Maiga/M -Maighdiln/M -Maigret/M -mailbag/MS -mailbox/MS -mail/BSJGZMRD -mailer/M -Mailer/M -Maillol/M -maillot/SM -mailman/M -mailmen -Maiman/M -maimedness/M -maimed/P -maimer/M -Maimonides/M -Mai/MR -maim/SGZRD -mainbrace/M -Maine/MZR -Mainer/M -mainframe/MS -mainlander/M -mainland/SRMZ -mainliner/M -mainline/RSDZG -mainly -mainmast/SM -main/SA -mainsail/SM -mains/M -mainspring/SM -mainstay/MS -mainstream/DRMSG -maintainability -maintainable/U -maintain/BRDZGS -maintained/U -maintainer/M -maintenance/SM -maintop/SM -maiolica's -Maire/M -Mair/M -Maisey/M -Maisie/M -maisonette/MS -Maison/M -Maitilde/M -maize/MS -Maj -Maje/M -majestic -majestically -majesty/MS -Majesty/MS -majolica/SM -Majorca/M -major/DMGS -majordomo/S -majorette/SM -majority/SM -Major/M -Majuro/M -makable -Makarios/M -makefile/S -makeover/S -Maker/M -maker/SM -makeshift/S -make/UGSA -makeup/MS -making/SM -Malabar/M -Malabo/M -Malacca/M -Malachi/M -malachite/SM -maladapt/DV -maladjust/DLV -maladjustment/MS -maladministration -maladroitness/MS -maladroit/YP -malady/MS -Malagasy/M -malaise/SM -Mala/M -Malamud/M -malamute/SM -Malanie/M -malaprop -malapropism/SM -Malaprop/M -malarial -malaria/MS -malarious -malarkey/SM -malathion/S -Malawian/S -Malawi/M -Malayalam/M -Malaya/M -Malayan/MS -Malaysia/M -Malaysian/S -Malay/SM -Malchy/M -Malcolm/M -malcontentedness/M -malcontented/PY -malcontent/SMD -Maldive/SM -Maldivian/S -Maldonado/M -maledict -malediction/MS -malefaction/MS -malefactor/MS -malefic -maleficence/MS -maleficent -Male/M -Malena/M -maleness/MS -male/PSM -malevolence/S -malevolencies -malevolent/Y -malfeasance/SM -malfeasant -malformation/MS -malformed -malfunction/SDG -Malia/M -Malian/S -Malibu/M -malice/MGSD -maliciousness/MS -malicious/YU -malignancy/SM -malignant/YS -malign/GSRDYZ -malignity/MS -Mali/M -Malina/M -Malinda/M -Malinde/M -malingerer/M -malinger/GZRDS -Malinowski/M -Malissa/M -Malissia/M -mallard/SM -Mallarmé/M -malleability/SM -malleableness/M -malleable/P -mallet/MS -Mallissa/M -Mallorie/M -Mallory/M -mallow/MS -mall/SGMD -Mal/M -malnourished -malnutrition/SM -malocclusion/MS -malodorous -Malone/M -Malorie/M -Malory/M -malposed -malpractice/SM -Malraux/M -Malta/M -malted/S -Maltese -Malthusian/S -Malthus/M -malting/M -maltose/SM -maltreat/GDSL -maltreatment/S -malt/SGMD -malty/RT -Malva/M -Malvina/M -Malvin/M -Malynda/M -mama/SM -mamba/SM -mambo/GSDM -Mame/M -Mamet/M -ma/MH -Mamie/M -mammalian/SM -mammal/SM -mammary -mamma's -mammogram/S -mammography/S -Mammon's -mammon/SM -mammoth/M -mammoths -mammy/SM -Mamore/M -manacle/SDMG -manageability/S -manageableness -manageable/U -managed/U -management/SM -manageress/M -managerial/Y -manager/M -managership/M -manage/ZLGRSD -Managua/M -Manama/M -mañana/M -mananas -Manasseh/M -manatee/SM -Manaus's -Manchester/M -Manchu/MS -Manchuria/M -Manchurian/S -Mancini/M -manciple/M -Mancunian/MS -mandala/SM -Mandalay/M -Manda/M -mandamus/GMSD -Mandarin -mandarin/MS -mandate/SDMG -mandatory/S -Mandela -Mandelbrot/M -Mandel/M -mandible/MS -mandibular -Mandie/M -Mandi/M -Mandingo/M -mandolin/MS -mandrake/MS -mandrel/SM -mandrill/SM -Mandy/M -manège/GSD -mane/MDS -Manet/M -maneuverability/MS -maneuverer/M -maneuver/MRDSGB -Manfred/M -manful/Y -manganese/MS -mange/GMSRDZ -manger/M -manginess/S -mangler/M -mangle/RSDG -mangoes -mango/M -mangrove/MS -mangy/PRT -manhandle/GSD -Manhattan/SM -manhole/MS -manhood/MS -manhunt/SM -maniacal/Y -maniac/SM -mania/SM -manically -Manichean/M -manic/S -manicure/MGSD -manicurist/SM -manifestation/SM -manifesto/GSDM -manifest/YDPGS -manifolder/M -manifold/GPYRDMS -manifoldness/M -manikin/MS -Manila/MS -manila/S -manilla's -Mani/M -manioc/SM -manipulability -manipulable -manipulate/SDXBVGN -manipulative/PM -manipulator/MS -manipulatory -Manitoba/M -Manitoulin/M -Manitowoc/M -mankind/M -Mankowski/M -Manley/M -manlike -manliness/SM -manliness's/U -manly/URPT -manna/MS -manned/U -mannequin/MS -mannered/U -mannerism/SM -mannerist/M -mannerliness/MU -mannerly/UP -manner/SDYM -Mann/GM -Mannheim/M -Mannie/M -mannikin's -Manning/M -manning/U -mannishness/SM -mannish/YP -Manny/M -Manolo/M -Mano/M -manometer/SM -Manon/M -manorial -manor/MS -manpower/SM -manqué/M -man's -mansard/SM -manservant/M -manse/XNM -Mansfield/M -mansion/M -manslaughter/SM -Man/SM -Manson/M -mans/S -manta/MS -Mantegna/M -mantelpiece/MS -mantel/SM -mantes -mantilla/MS -mantissa/SM -mantis/SM -mantle/ESDG -Mantle/M -mantle's -mantling/M -mantra/MS -mantrap/SM -manual/SMY -Manuela/M -Manuel/M -manufacture/JZGDSR -manufacturer/M -manumission/MS -manumit/S -manumitted -manumitting -manure/RSDMZG -manuscript/MS -man/USY -Manville/M -Manx -many -Manya/M -Maoism/MS -Maoist/S -Mao/M -Maori/SM -Maplecrest/M -maple/MS -mapmaker/S -mappable -mapped/UA -mapper/S -mapping/MS -Mapplethorpe/M -maps/AU -map/SM -Maputo/M -Marabel/M -marabou/MS -marabout's -Maracaibo/M -maraca/MS -Mara/M -maraschino/SM -Marathi -marathoner/M -Marathon/M -marathon/MRSZ -Marat/M -marauder/M -maraud/ZGRDS -marbleize/GSD -marble/JRSDMG -marbler/M -marbling/M -Marceau/M -Marcela/M -Marcelia/M -Marcelino/M -Marcella/M -Marcelle/M -Marcellina/M -Marcelline/M -Marcello/M -Marcellus/M -Marcel/M -Marcelo/M -Marchall/M -Marchelle/M -marcher/M -marchioness/SM -March/MS -march/RSDZG -Marcia/M -Marciano/M -Marcie/M -Marcile/M -Marcille/M -Marci/M -Marc/M -Marconi/M -Marco/SM -Marcotte/M -Marcus/M -Marcy/M -Mardi/SM -Marduk/M -Mareah/M -mare/MS -Marena/M -Maren/M -Maressa/M -Margalit/M -Margalo/M -Marga/M -Margareta/M -Margarete/M -Margaretha/M -Margarethe/M -Margaret/M -Margaretta/M -Margarette/M -margarine/MS -Margarita/M -margarita/SM -Margarito/M -Margaux/M -Margeaux/M -Marge/M -Margery/M -Marget/M -Margette/M -Margie/M -Margi/M -marginalia -marginality -marginalization -marginalize/SDG -marginal/YS -margin/GSDM -Margit/M -Margo/M -Margot/M -Margrethe/M -Margret/M -Marguerite/M -Margy/M -mariachi/SM -maria/M -Maria/M -Mariam/M -Mariana/SM -Marian/MS -Marianna/M -Marianne/M -Mariann/M -Mariano/M -Maribelle/M -Maribel/M -Maribeth/M -Maricela/M -Marice/M -Maridel/M -Marieann/M -Mariejeanne/M -Mariele/M -Marielle/M -Mariellen/M -Mariel/M -Marie/M -Marietta/M -Mariette/M -Marigold/M -marigold/MS -Marijn/M -Marijo/M -marijuana/SM -Marika/M -Marilee/M -Marilin/M -Marillin/M -Marilyn/M -marimba/SM -Mari/MS -marinade/MGDS -Marina/M -marina/MS -marinara/SM -marinate/NGXDS -marination/M -mariner/M -Marine/S -marine/ZRS -Marin/M -Marinna/M -Marino/M -Mario/M -marionette/MS -Marion/M -Mariquilla/M -Marisa/M -Mariska/M -Marisol/M -Marissa/M -Maritain/M -marital/Y -Marita/M -maritime/R -Maritsa/M -Maritza/M -Mariupol/M -Marius/M -Mariya/M -Marja/M -Marje/M -Marjie/M -Marji/M -Marj/M -marjoram/SM -Marjorie/M -Marjory/M -Marjy/M -Markab/M -markdown/SM -marked/AU -markedly -marker/M -marketability/SM -marketable/U -Marketa/M -marketeer/S -marketer/M -market/GSMRDJBZ -marketing/M -marketplace/MS -mark/GZRDMBSJ -Markham/M -marking/M -Markism/M -markkaa -markka/M -Mark/MS -Markos -Markov -Markovian -Markovitz/M -marks/A -marksman/M -marksmanship/S -marksmen -markup/SM -Markus/M -Marla/M -Marlane/M -Marlboro/M -Marlborough/M -Marleah/M -Marlee/M -Marleen/M -Marlena/M -Marlene/M -Marley/M -Marlie/M -Marline/M -marlinespike/SM -Marlin/M -marlin/SM -marl/MDSG -Marlo/M -Marlon/M -Marlowe/M -Marlow/M -Marlyn/M -Marmaduke/M -marmalade/MS -Marmara/M -marmoreal -marmoset/MS -marmot/SM -Marna/M -Marne/M -Marney/M -Marnia/M -Marnie/M -Marni/M -maroon/GRDS -marquee/MS -Marquesas/M -marque/SM -marquess/MS -marquetry/SM -Marquette/M -Marquez/M -marquise/M -marquisette/MS -Marquis/M -marquis/SM -Marquita/M -Marrakesh/M -marred/U -marriageability/SM -marriageable -marriage/ASM -married/US -Marrilee/M -marring -Marriott/M -Marris/M -Marrissa/M -marrowbone/MS -marrow/GDMS -marry/SDGA -mar/S -Marseillaise/SM -Marseilles -Marseille's -marshal/GMDRSZ -Marshalled/M -marshaller -Marshall/GDM -Marshalling/M -marshallings -Marshal/M -Marsha/M -marshiness/M -marshland/MS -Marsh/M -marshmallow/SM -marsh/MS -marshy/PRT -Marsiella/M -Mar/SMN -marsupial/MS -Martainn/M -Marta/M -Martelle/M -Martel/M -marten/M -Marten/M -Martguerita/M -Martha/M -Marthe/M -Marthena/M -Martial -martial/Y -Martian/S -Martica/M -Martie/M -Marti/M -Martina/M -martinet/SM -Martinez/M -martingale/MS -martini/MS -Martinique/M -Martin/M -Martino/M -martin/SM -Martinson/M -Martita/M -mart/MDNGXS -Mart/MN -Marty/M -Martyn/M -Martynne/M -martyrdom/SM -martyr/GDMS -Marva/M -marvel/DGS -Marvell/M -marvelous/PY -Marve/M -Marven/M -Marvin/M -Marv/NM -Marwin/M -Marxian/S -Marxism/SM -Marxist/SM -Marx/M -Marya/M -Maryanna/M -Maryanne/M -Maryann/M -Marybelle/M -Marybeth/M -Maryellen/M -Maryjane/M -Maryjo/M -Maryland/MZR -Marylee/M -Marylinda/M -Marylin/M -Maryl/M -Marylou/M -Marylynne/M -Mary/M -Maryrose/M -Marys -Marysa/M -marzipan/SM -Masada/M -Masai/M -Masaryk/M -masc -Mascagni/M -mascara/SGMD -mascot/SM -masculineness/M -masculine/PYS -masculinity/SM -Masefield/M -maser/M -Maseru/M -MASH -Masha/M -Mashhad/M -mash/JGZMSRD -m/ASK -masked/U -masker/M -mask/GZSRDMJ -masks/U -masochism/MS -masochistic -masochistically -masochist/MS -masonic -Masonic -Masonite/M -masonry/MS -mason/SDMG -Mason/SM -masquerader/M -masquerade/RSDGMZ -masquer/M -masque/RSMZ -Massachusetts/M -massacre/DRSMG -massager/M -massage/SRDMG -Massasoit/M -Massenet/M -masseur/MS -masseuse/SM -Massey/M -massif/SM -Massimiliano/M -Massimo/M -massing/R -massiveness/SM -massive/YP -massless -mas/SRZ -Mass/S -mass/VGSD -mastectomy/MS -masterclass -mastered/A -masterfulness/M -masterful/YP -master/JGDYM -masterliness/M -masterly/P -mastermind/GDS -masterpiece/MS -mastership/M -Master/SM -masterstroke/MS -masterwork/S -mastery/MS -mast/GZSMRD -masthead/SDMG -masticate/SDXGN -mastication/M -mastic/SM -mastiff/MS -mastodon/MS -mastoid/S -masturbate/SDNGX -masturbation/M -masturbatory -matador/SM -Mata/M -matchable/U -match/BMRSDZGJ -matchbook/SM -matchbox/SM -matched/UA -matcher/M -matches/A -matchless/Y -matchlock/MS -matchmake/GZJR -matchmaker/M -matchmaking/M -matchplay -match's/A -matchstick/MS -matchwood/SM -mated/U -mate/IMS -Matelda/M -Mateo/M -materialism/SM -materialistic -materialistically -materialist/SM -materiality/M -materialization/SM -materialize/CDS -materialized/A -materializer/SM -materializes/A -materializing -materialness/M -material/SPYM -matériel/MS -mater/M -maternal/Y -maternity/MS -mates/U -mathematical/Y -Mathematica/M -mathematician/SM -mathematic/S -mathematics/M -Mathematik/M -Mather/M -Mathe/RM -Mathew/MS -Mathewson/M -Mathian/M -Mathias -Mathieu/M -Mathilda/M -Mathilde/M -Mathis -math/M -maths -Matias/M -Matilda/M -Matilde/M -matinée/S -mating/M -matins/M -Matisse/SM -matriarchal -matriarch/M -matriarchs -matriarchy/MS -matrices -matricidal -matricide/MS -matriculate/XSDGN -matriculation/M -matrimonial/Y -matrimony/SM -matrix/M -matron/YMS -mat/SJGMDR -Matsumoto/M -matte/JGMZSRD -Mattel/M -Matteo/M -matter/GDM -Matterhorn/M -Matthaeus/M -Mattheus/M -Matthew/MS -Matthias -Matthieu/M -Matthiew/M -Matthus/M -Mattias/M -Mattie/M -Matti/M -matting/M -mattins's -Matt/M -mattock/MS -mattress/MS -matt's -Matty/M -maturate/DSNGVX -maturational -maturation/M -matureness/M -maturer/M -mature/RSDTPYG -maturity/MS -matzo/SHM -matzot -Maude/M -Maudie/M -maudlin/Y -Maud/M -Maugham/M -Maui/M -mauler/M -maul/RDGZS -maunder/GDS -Maupassant/M -Maura/M -Maureene/M -Maureen/M -Maure/M -Maurene/M -Mauriac/M -Maurice/M -Mauricio/M -Maurie/M -Maurine/M -Maurise/M -Maurita/M -Mauritania/M -Mauritanian/S -Mauritian/S -Mauritius/M -Maurits/M -Maurizia/M -Maurizio/M -Maurois/M -Mauro/M -Maury/M -Mauser/M -mausoleum/SM -mauve/SM -maven/S -maverick/SMDG -mavin's -Mavis/M -Mavra/M -mawkishness/SM -mawkish/PY -Mawr/M -maw/SGMD -max/GDS -Maxie/M -maxillae -maxilla/M -maxillary/S -Maxi/M -maximality -maximal/SY -maxima's -Maximilian/M -Maximilianus/M -Maximilien/M -maximization/SM -maximizer/M -maximize/RSDZG -Maxim/M -Maximo/M -maxim/SM -maximum/MYS -Maxine/M -maxi/S -Max/M -Maxtor/M -Maxwellian -maxwell/M -Maxwell/M -Maxy/M -Maya/MS -Mayan/S -Maybelle/M -maybe/S -mayday/S -may/EGS -Maye/M -mayer -Mayer/M -mayest -Mayfair/M -Mayflower/M -mayflower/SM -mayfly/MS -mayhap -mayhem/MS -Maynard/M -Mayne/M -Maynord/M -mayn't -Mayo/M -mayonnaise/MS -mayoral -mayoralty/MS -mayoress/MS -Mayor/M -mayor/MS -mayorship/M -mayo/S -maypole/MS -Maypole/SM -Mayra/M -May/SMR -mayst -Mazama/M -Mazarin/M -Mazatlan/M -Mazda/M -mazedness/SM -mazed/YP -maze/MGDSR -mazurka/SM -Mazzini/M -Mb -MB -MBA -Mbabane/M -Mbini/M -MC -McAdam/MS -McAllister/M -McBride/M -McCabe/M -McCain/M -McCall/M -McCarthyism/M -McCarthy/M -McCartney/M -McCarty/M -McCauley/M -McClain/M -McClellan/M -McClure/M -McCluskey/M -McConnell/M -McCormick/M -McCoy/SM -McCracken/M -McCray/M -McCullough/M -McDaniel/M -McDermott/M -McDonald/M -McDonnell/M -McDougall/M -McDowell/M -McElhaney/M -McEnroe/M -McFadden/M -McFarland/M -McGee/M -McGill/M -McGovern/M -McGowan/M -McGrath/M -McGraw/M -McGregor/M -McGuffey/M -McGuire/M -MCI/M -McIntosh/M -McIntyre/M -McKay/M -McKee/M -McKenzie/M -McKesson/M -McKinley/M -McKinney/M -McKnight/M -McLanahan/M -McLaughlin/M -McLean/M -McLeod/M -McLuhan/M -McMahon/M -McMartin/M -McMillan/M -McNamara/M -McNaughton/M -McNeil/M -McPherson/M -MD -Md/M -mdse -MDT -ME -Meade/M -Mead/M -meadowland -meadowlark/SM -meadow/MS -Meadows -meadowsweet/M -mead/SM -Meagan/M -meagerness/SM -meager/PY -Meaghan/M -meagres -mealiness/MS -meal/MDGS -mealtime/MS -mealybug/S -mealymouthed -mealy/PRST -meander/JDSG -meaneing -meanie/MS -meaningfulness/SM -meaningful/YP -meaninglessness/SM -meaningless/PY -meaning/M -meanness/S -means/M -meantime/SM -meant/U -meanwhile/S -Meany/M -mean/YRGJTPS -meany's -Meara/M -measle/SD -measles/M -measly/TR -measurable/U -measurably -measure/BLMGRSD -measured/Y -measureless -measurement/SM -measurer/M -measures/A -measuring/A -meas/Y -meataxe -meatball/MS -meatiness/MS -meatless -meatloaf -meatloaves -meat/MS -meatpacking/S -meaty/RPT -Mecca/MS -mecca/S -mechanical/YS -mechanic/MS -mechanism/SM -mechanistic -mechanistically -mechanist/M -mechanization/SM -mechanized/U -mechanizer/M -mechanize/RSDZGB -mechanizes/U -mechanochemically -Mechelle/M -med -medalist/MS -medallion/MS -medal/SGMD -Medan/M -meddle/GRSDZ -meddlesome -Medea/M -Medellin -Medfield/M -mediaeval's -medial/AY -medials -median/YMS -media/SM -mediateness/M -mediate/PSDYVNGX -mediation/ASM -mediator/SM -Medicaid/SM -medical/YS -medicament/MS -Medicare/MS -medicate/DSXNGV -medication/M -Medici/MS -medicinal/SY -medicine/DSMG -medico/SM -medic/SM -medievalist/MS -medieval/YMS -Medina/M -mediocre -mediocrity/MS -meditate/NGVXDS -meditation/M -meditativeness/M -meditative/PY -Mediterranean/MS -mediumistic -medium/SM -medley/SM -medulla/SM -Medusa/M -meed/MS -meekness/MS -meek/TPYR -meerschaum/MS -meeter/M -meetinghouse/S -meeting/M -meet/JGSYR -me/G -mega -megabit/MS -megabuck/S -megabyte/S -megacycle/MS -megadeath/M -megadeaths -megahertz/M -megalithic -megalith/M -megaliths -megalomaniac/SM -megalomania/SM -megalopolis/SM -Megan/M -megaphone/SDGM -megaton/MS -megavolt/M -megawatt/SM -megaword/S -Megen/M -Meggie/M -Meggi/M -Meggy/M -Meghan/M -Meghann/M -Meg/MN -megohm/MS -Mehetabel/M -Meier/M -Meighen/M -Meiji/M -Mei/MR -meioses -meiosis/M -meiotic -Meir/M -Meister/M -Meistersinger/M -Mejia/M -Mekong/M -Mela/M -Melamie/M -melamine/SM -melancholia/SM -melancholic/S -melancholy/MS -Melanesia/M -Melanesian/S -melange/S -Melania/M -Melanie/M -melanin/MS -melanoma/SM -Melantha/M -Melany/M -Melba/M -Melbourne/M -Melcher/M -Melchior/M -meld/SGD -mêlée/MS -Melendez/M -Melesa/M -Melessa/M -Melicent/M -Melina/M -Melinda/M -Melinde/M -meliorate/XSDVNG -melioration/M -Melisa/M -Melisande/M -Melisandra/M -Melisenda/M -Melisent/M -Melissa/M -Melisse/M -Melita/M -Melitta/M -Mella/M -Mellicent/M -Mellie/M -mellifluousness/SM -mellifluous/YP -Melli/M -Mellisa/M -Mellisent/M -Melloney/M -Mellon/M -mellowness/MS -mellow/TGRDYPS -Melly/M -Mel/MY -Melodee/M -melodically -melodic/S -Melodie/M -melodiousness/S -melodious/YP -melodrama/SM -melodramatically -melodramatic/S -Melody/M -melody/MS -Melonie/M -melon/MS -Melony/M -Melosa/M -Melpomene/M -meltdown/S -melter/M -melting/Y -Melton/M -melt/SAGD -Melva/M -Melville/M -Melvin/M -Melvyn/M -Me/M -member/DMS -membered/AE -members/EA -membership/SM -membrane/MSD -membranous -memento/SM -Memling/M -memoir/MS -memorabilia -memorability/SM -memorableness/M -memorable/P -memorably -memorandum/SM -memorialize/DSG -memorialized/U -memorial/SY -memoriam -memorization/MS -memorized/U -memorizer/M -memorize/RSDZG -memorizes/A -memoryless -memory/MS -memo/SM -Memphis/M -menace/GSD -menacing/Y -menagerie/SM -menage/S -Menander/M -menarche/MS -Menard/M -Mencius/M -Mencken/M -mendaciousness/M -mendacious/PY -mendacity/MS -Mendeleev/M -mendelevium/SM -Mendelian -Mendel/M -Mendelssohn/M -mender/M -Mendez/M -mendicancy/MS -mendicant/S -Mendie/M -mending/M -Mendocino/M -Mendoza/M -mend/RDSJGZ -Mendy/M -Menelaus/M -Menes/M -menfolk/S -menhaden/M -menial/YS -meningeal -meninges -meningitides -meningitis/M -meninx -menisci -meniscus/M -Menkalinan/M -Menkar/M -Menkent/M -Menlo/M -men/MS -Mennonite/SM -Menominee -menopausal -menopause/SM -menorah/M -menorahs -Menotti/M -Mensa/M -Mensch/M -mensch/S -menservants/M -mens/SDG -menstrual -menstruate/NGDSX -menstruation/M -mensurable/P -mensuration/MS -menswear/M -mentalist/MS -mentality/MS -mental/Y -mentholated -menthol/SM -mentionable/U -mentioned/U -mentioner/M -mention/ZGBRDS -mentor/DMSG -Menuhin/M -menu/SM -Menzies/M -meow/DSG -Mephistopheles/M -Merak/M -Mercado/M -mercantile -Mercator/M -Mercedes -mercenariness/M -mercenary/SMP -mercerize/SDG -Mercer/M -mercer/SM -merchandiser/M -merchandise/SRDJMZG -merchantability -merchantman/M -merchantmen -merchant/SBDMG -Mercie/M -mercifully/U -mercifulness/M -merciful/YP -mercilessness/SM -merciless/YP -Merci/M -Merck/M -mercurial/SPY -mercuric -Mercurochrome/M -mercury/MS -Mercury/MS -Mercy/M -mercy/SM -Meredeth/M -Meredithe/M -Meredith/M -Merell/M -meretriciousness/SM -meretricious/YP -mere/YS -merganser/MS -merger/M -merge/SRDGZ -Meridel/M -meridian/MS -meridional -Meridith/M -Meriel/M -Merilee/M -Merill/M -Merilyn/M -meringue/MS -merino/MS -Meris -Merissa/M -merited/U -meritocracy/MS -meritocratic -meritocrats -meritoriousness/MS -meritorious/PY -merit/SCGMD -Meriwether/M -Merla/M -Merle/M -Merlina/M -Merline/M -merlin/M -Merlin/M -Merl/M -mermaid/MS -merman/M -mermen -Merna/M -Merola/M -meromorphic -Merralee/M -Merrel/M -Merriam/M -Merrick/M -Merridie/M -Merrielle/M -Merrie/M -Merrilee/M -Merrile/M -Merrili/M -Merrill/M -merrily -Merrily/M -Merrimack/M -Merrimac/M -merriment/MS -merriness/S -Merritt/M -Merry/M -merrymaker/MS -merrymaking/SM -merry/RPT -Mersey/M -mer/TGDR -Merton/M -Mervin/M -Merv/M -Merwin/M -Merwyn/M -Meryl/M -Mesa -Mesabi/M -mesa/SM -mescaline/SM -mescal/SM -mesdames/M -mesdemoiselles/M -Meshed's -meshed/U -mesh/GMSD -mesmeric -mesmerism/SM -mesmerized/U -mesmerizer/M -mesmerize/SRDZG -Mesolithic/M -mesomorph/M -mesomorphs -meson/MS -Mesopotamia/M -Mesopotamian/S -mesosphere/MS -mesozoic -Mesozoic -mesquite/MS -mes/S -message/SDMG -messeigneurs -messenger/GSMD -Messerschmidt/M -mess/GSDM -Messiaen/M -messiah -Messiah/M -messiahs -Messiahs -messianic -Messianic -messieurs/M -messily -messiness/MS -messmate/MS -Messrs/M -messy/PRT -mestizo/MS -meta -metabolic -metabolically -metabolism/MS -metabolite/SM -metabolize/GSD -metacarpal/S -metacarpi -metacarpus/M -metacircular -metacircularity -metalanguage/MS -metalization/SM -metalized -metallic/S -metalliferous -metallings -metallography/M -metalloid/M -metallurgic -metallurgical/Y -metallurgist/S -metallurgy/MS -metal/SGMD -metalsmith/MS -metalworking/M -metalwork/RMJGSZ -Meta/M -metamathematical -metamorphic -metamorphism/SM -metamorphose/GDS -metamorphosis/M -metaphoric -metaphorical/Y -metaphor/MS -metaphosphate/M -metaphysical/Y -metaphysic/SM -metastability/M -metastable -metastases -metastasis/M -metastasize/DSG -metastatic -metatarsal/S -metatarsi -metatarsus/M -metatheses -metathesis/M -metathesized -metathesizes -metathesizing -metavariable -metempsychoses -metempsychosis/M -meteoric -meteorically -meteorite/SM -meteoritic/S -meteoritics/M -meteoroid/SM -meteorologic -meteorological -meteorologist/S -meteorology/MS -meteor/SM -meter/GDM -mete/ZDGSR -methadone/SM -methane/MS -methanol/SM -methinks -methionine/M -methodicalness/SM -methodical/YP -methodism -Methodism/SM -methodist/MS -Methodist/MS -method/MS -methodological/Y -methodologists -methodology/MS -methought -Methuen/M -Methuselah/M -Methuselahs -methylated -methylene/M -methyl/SM -meticulousness/MS -meticulous/YP -métier/S -metonymy/M -Metrecal/M -metrical/Y -metricate/SDNGX -metricize/GSD -metrics/M -metric/SM -metronome/MS -metropolis/SM -metropolitanization -metropolitan/S -metro/SM -mets -Metternich/M -mettle/SDM -mettlesome -met/U -Metzler/M -Meuse/M -mewl/GSD -mew/SGD -mews/SM -Mex -Mexicali/M -Mexican/S -Mexico/M -Meyerbeer/M -Meyer/SM -mezzanine/MS -mezzo/S -MFA -mfg -mfr/S -mg -M/GB -Mg/M -MGM/M -mgr -Mgr -MHz -MI -MIA -Mia/M -Miami/SM -Miaplacidus/M -miasmal -miasma/SM -Micaela/M -Micah/M -mica/MS -micelles -mice/M -Michaela/M -Michaelangelo/M -Michaelina/M -Michaeline/M -Michaella/M -Michaelmas/MS -Michael/SM -Michaelson/M -Michail/M -Michale/M -Michal/M -Micheal/M -Micheil/M -Michelangelo/M -Michele/M -Michelina/M -Micheline/M -Michelin/M -Michelle/M -Michell/M -Michel/M -Michelson/M -Michigander/S -Michiganite/S -Michigan/M -Mich/M -Mickelson/M -Mickey/M -mickey/SM -Mickie/M -Micki/M -Mick/M -Micky/M -Mic/M -Micmac/M -micra's -microamp -microanalysis/M -microanalytic -microbe/MS -microbial -microbicidal -microbicide/M -microbiological -microbiologist/MS -microbiology/SM -microbrewery/S -microchemistry/M -microchip/S -microcircuit/MS -microcode/GSD -microcomputer/MS -microcosmic -microcosm/MS -microdensitometer -microdot/MS -microeconomic/S -microeconomics/M -microelectronic/S -microelectronics/M -microfiber/S -microfiche/M -microfilm/DRMSG -microfossils -micrography/M -microgroove/MS -microhydrodynamics -microinstruction/SM -microjoule -microlevel -microlight/S -micromanage/GDSL -micromanagement/S -micrometeorite/MS -micrometeoritic -micrometer/SM -Micronesia/M -Micronesian/S -micron/MS -microorganism/SM -microphone/SGM -Microport/M -microprocessing -microprocessor/SM -microprogrammed -microprogramming -microprogram/SM -micro/S -microscope/SM -microscopic -microscopical/Y -microscopy/MS -microsecond/MS -microsimulation/S -Microsystems -micros/M -Microsoft/M -microsomal -microstore -microsurgery/SM -MicroVAXes -MicroVAX/M -microvolt/SM -microwaveable -microwave/BMGSD -microword/S -midair/MS -midas -Midas/M -midband/M -midday/MS -midden/SM -middest -middlebrow/SM -Middlebury/M -middle/GJRSD -middleman/M -middlemen -middlemost -Middlesex/M -Middleton/M -Middletown/M -middleweight/SM -middling/Y -middy/SM -Mideastern -Mideast/M -midfield/RM -Midge/M -midge/SM -midget/MS -midi/S -midland/MRS -Midland/MS -midlife -midlives -midmorn/G -midmost/S -midnight/SYM -midpoint/MS -midrange -midrib/MS -midriff/MS -mid/S -midscale -midsection/M -midshipman/M -midshipmen -midship/S -midspan -midstream/MS -midst/SM -midsummer/MS -midterm/MS -midtown/MS -Midway/M -midway/S -midweek/SYM -Midwesterner/M -Midwestern/ZR -Midwest/M -midwicket -midwifery/SM -midwife/SDMG -midwinter/YMS -midwives -midyear/MS -mien/M -miff/GDS -mightily -mightiness/MS -mightn't -might/S -mighty/TPR -mignon -mignonette/SM -Mignon/M -Mignonne/M -migraine/SM -migrant/MS -migrate/ASDG -migration/MS -migrative -migratory/S -MIG/S -Miguela/M -Miguelita/M -Miguel/M -mikado/MS -Mikaela/M -Mikael/M -mike/DSMG -Mikel/M -Mike/M -Mikey/M -Mikhail/M -Mikkel/M -Mikol/M -Mikoyan/M -milady/MS -Milagros/M -Milanese -Milan/M -milch/M -mildew/DMGS -mildness/MS -Mildred/M -Mildrid/M -mild/STYRNP -mileage/SM -Milena/M -milepost/SM -miler/M -mile/SM -Mile/SM -milestone/MS -Milford/M -Milicent/M -milieu/SM -Milissent/M -militancy/MS -militantness/M -militant/YPS -militarily -militarism/SM -militaristic -militarist/MS -militarization/SCM -militarize/SDCG -military -militate/SDG -militiaman/M -militiamen -militia/SM -Milka/M -Milken/M -milker/M -milk/GZSRDM -milkiness/MS -milkmaid/SM -milkman/M -milkmen -milkshake/S -milksop/SM -milkweed/MS -milky/RPT -millage/S -Millard/M -Millay/M -millenarian -millenarianism/M -millennial -millennialism -millennium/MS -millepede's -miller/M -Miller/M -Millet/M -millet/MS -milliamp -milliampere/S -milliard/MS -millibar/MS -Millicent/M -millidegree/S -Millie/M -milligram/MS -millijoule/S -Millikan/M -milliliter/MS -Milli/M -millimeter/SM -milliner/SM -millinery/MS -milling/M -millionaire/MS -million/HDMS -millionth/M -millionths -millipede/SM -millisecond/MS -Millisent/M -millivoltmeter/SM -millivolt/SM -milliwatt/S -millpond/MS -millrace/SM -mill/SGZMRD -Mill/SMR -millstone/SM -millstream/SM -millwright/MS -Milly/M -mil/MRSZ -Mil/MY -Milne/M -Milo/M -Milquetoast/S -milquetoast/SM -Miltiades/M -Miltie/M -Milt/M -milt/MDSG -Miltonic -Milton/M -Miltown/M -Milty/M -Milwaukee/M -Milzie/M -MIMD -mime/DSRMG -mimeograph/GMDS -mimeographs -mimer/M -mimesis/M -mimetic -mimetically -mimicked -mimicker/SM -mimicking -mimicry/MS -mimic/S -Mimi/M -mi/MNX -Mimosa/M -mimosa/SM -Mina/M -minaret/MS -minatory -mincemeat/MS -mincer/M -mince/SRDGZJ -mincing/Y -Minda/M -Mindanao/M -mind/ARDSZG -mindbogglingly -minded/P -minder/M -mindfully -mindfulness/MS -mindful/U -mindlessness/SM -mindless/YP -Mindoro/M -min/DRZGJ -mind's -mindset/S -Mindy/M -minefield/MS -mineralization/C -mineralized/U -mineralogical -mineralogist/SM -mineralogy/MS -mineral/SM -miner/M -Miner/M -Minerva/M -mineshaft -mine/SNX -minestrone/MS -minesweeper/MS -Minetta/M -Minette/M -mineworkers -mingle/SDG -Ming/M -Mingus/M -miniature/GMSD -miniaturist/SM -miniaturization/MS -miniaturize/SDG -minibike/S -minibus/SM -minicab/M -minicam/MS -minicomputer/SM -minidress/SM -minify/GSD -minimalism/S -minimalistic -minimalist/MS -minimality -minimal/SY -minima's -minimax/M -minimization/MS -minimized/U -minimizer/M -minimize/RSDZG -minim/SM -minimum/MS -mining/M -minion/M -mini/S -miniseries -miniskirt/MS -ministerial/Y -minister/MDGS -ministrant/S -ministration/SM -ministry/MS -minivan/S -miniver/M -minke -mink/SM -Min/MR -Minna/M -Minnaminnie/M -Minneapolis/M -Minne/M -minnesinger/MS -Minnesota/M -Minnesotan/S -Minnie/M -Minni/M -Minn/M -Minnnie/M -minnow/SM -Minny/M -Minoan/S -Minolta/M -minor/DMSG -minority/MS -Minor/M -Minos -Minotaur/M -minotaur/S -Minot/M -minoxidil/S -Minsk/M -Minsky/M -minster/SM -minstrel/SM -minstrelsy/MS -mintage/SM -Mintaka/M -Minta/M -minter/M -mint/GZSMRD -minty/RT -minuend/SM -minuet/SM -Minuit/M -minuscule/SM -minus/S -minuteman -Minuteman/M -minutemen -minuteness/SM -minute/RSDPMTYG -minutiae -minutia/M -minx/MS -Miocene -MIPS -Miquela/M -Mirabeau/M -Mirabella/M -Mirabelle/M -Mirabel/M -Mirach/M -miracle/MS -miraculousness/M -miraculous/PY -mirage/GSDM -Mira/M -Miranda/M -Miran/M -Mireielle/M -Mireille/M -Mirella/M -Mirelle/M -mire/MGDS -Mirfak/M -Miriam/M -Mirilla/M -Mir/M -Mirna/M -Miro -mirror/DMGS -mirthfulness/SM -mirthful/PY -mirthlessness/M -mirthless/YP -mirth/M -mirths -MIRV/DSG -miry/RT -Mirzam/M -misaddress/SDG -misadventure/SM -misalign/DSGL -misalignment/MS -misalliance/MS -misanalysed -misanthrope/MS -misanthropic -misanthropically -misanthropist/S -misanthropy/SM -misapplier/M -misapply/GNXRSD -misapprehend/GDS -misapprehension/MS -misappropriate/GNXSD -misbegotten -misbehaver/M -misbehave/RSDG -misbehavior/SM -misbrand/DSG -misc -miscalculate/XGNSD -miscalculation/M -miscall/SDG -miscarriage/MS -miscarry/SDG -miscast/GS -miscegenation/SM -miscellanea -miscellaneous/PY -miscellany/MS -Mischa/M -mischance/MGSD -mischief/MDGS -mischievousness/MS -mischievous/PY -miscibility/S -miscible/C -misclassification/M -misclassified -misclassifying -miscode/SDG -miscommunicate/NDS -miscomprehended -misconceive/GDS -misconception/MS -misconduct/GSMD -misconfiguration -misconstruction/MS -misconstrue/DSG -miscopying -miscount/DGS -miscreant/MS -miscue/MGSD -misdeal/SG -misdealt -misdeed/MS -misdemeanant/SM -misdemeanor/SM -misdiagnose/GSD -misdid -misdirect/GSD -misdirection/MS -misdirector/S -misdoes -misdo/JG -misdone -miserableness/SM -miserable/SP -miserably -miser/KM -miserliness/MS -miserly/P -misery/MS -mises/KC -misfeasance/MS -misfeature/M -misfield -misfile/SDG -misfire/SDG -misfit/MS -misfitted -misfitting -misfortune/SM -misgauge/GDS -misgiving/MYS -misgovern/LDGS -misgovernment/S -misguidance/SM -misguidedness/M -misguided/PY -misguide/DRSG -misguider/M -Misha/M -mishandle/SDG -mishap/MS -mishapped -mishapping -misheard -mishear/GS -mishitting -mishmash/SM -misidentification/M -misidentify/GNSD -misinformation/SM -misinform/GDS -misinterpretation/MS -misinterpreter/M -misinterpret/RDSZG -misjudge/DSG -misjudging/Y -misjudgment/MS -Miskito -mislabel/DSG -mislaid -mislay/GS -misleader/M -mislead/GRJS -misleading/Y -misled -mismanage/LGSD -mismanagement/MS -mismatch/GSD -misname/GSD -misnomer/GSMD -misogamist/MS -misogamy/MS -misogynistic -misogynist/MS -misogynous -misogyny/MS -misperceive/SD -misplace/GLDS -misplacement/MS -misplay/GSD -mispositioned -misprint/SGDM -misprision/SM -mispronounce/DSG -mispronunciation/MS -misquotation/MS -misquote/GDS -misreader/M -misread/RSGJ -misrelated -misremember/DG -misreport/DGS -misrepresentation/MS -misrepresenter/M -misrepresent/SDRG -misroute/DS -misrule/SDG -missal/ESM -misshape/DSG -misshapenness/SM -misshapen/PY -Missie/M -missile/MS -missilery/SM -mission/AMS -missionary/MS -missioned -missioner/SM -missioning -missis's -Mississauga/M -Mississippian/S -Mississippi/M -missive/MS -Missoula/M -Missourian/S -Missouri/M -misspeak/SG -misspecification -misspecified -misspelling/M -misspell/SGJD -misspend/GS -misspent -misspoke -misspoken -mis/SRZ -miss/SDEGV -Miss/SM -misstate/GLDRS -misstatement/MS -misstater/M -misstep/MS -misstepped -misstepping -missus/SM -Missy/M -mistakable/U -mistake/BMGSR -mistaken/Y -mistaker/M -mistaking/Y -Mistassini/M -mister/GDM -Mister/SM -mistily -Misti/M -mistime/GSD -mistiness/S -mistletoe/MS -mist/MRDGZS -mistook -mistral/MS -mistranslated -mistranslates -mistranslating -mistranslation/SM -mistreat/DGSL -mistreatment/SM -Mistress/MS -mistress/MSY -mistrial/SM -mistruster/M -mistrustful/Y -mistrust/SRDG -Misty/M -mistype/SDGJ -misty/PRT -misunderstander/M -misunderstanding/M -misunderstand/JSRZG -misunderstood -misuser/M -misuse/RSDMG -miswritten -Mitchael/M -Mitchell/M -Mitchel/M -Mitch/M -miterer/M -miter/GRDM -mite/SRMZ -Mitford/M -Mithra/M -Mithridates/M -mitigated/U -mitigate/XNGVDS -mitigation/M -MIT/M -mitoses -mitosis/M -mitotic -MITRE/SM -Mitsubishi/M -mitten/M -Mitterrand/M -mitt/XSMN -Mitty/M -Mitzi/M -mitzvahs -mixable -mix/AGSD -mixed/U -mixer/SM -mixture/SM -Mizar/M -mizzenmast/SM -mizzen/MS -Mk -mks -ml -Mlle/M -mm -MM -MMe -Mme/SM -MN -mnemonically -mnemonics/M -mnemonic/SM -Mnemosyne/M -Mn/M -MO -moan/GSZRDM -moat/SMDG -mobbed -mobber -mobbing -mobcap/SM -Mobile/M -mobile/S -mobility/MS -mobilizable -mobilization/AMCS -mobilize/CGDS -mobilized/U -mobilizer/MS -mobilizes/A -Mobil/M -mob/MS -mobster/MS -Mobutu/M -moccasin/SM -mocha/SM -mockers/M -mockery/MS -mock/GZSRD -mockingbird/MS -mocking/Y -mo/CSK -modality/MS -modal/Y -modeled/A -modeler/M -modeling/M -models/A -model/ZGSJMRD -mode/MS -modem/SM -moderated/U -moderateness/SM -moderate/PNGDSXY -moderation/M -moderator/MS -modernism/MS -modernistic -modernist/S -modernity/SM -modernization/MS -modernized/U -modernizer/M -modernize/SRDGZ -modernizes/U -modernness/SM -modern/PTRYS -Modesta/M -Modestia/M -Modestine/M -Modesto/M -modest/TRY -Modesty/M -modesty/MS -modicum/SM -modifiability/M -modifiableness/M -modifiable/U -modification/M -modified/U -modifier/M -modify/NGZXRSD -Modigliani/M -modishness/MS -modish/YP -mod/TSR -Modula/M -modularity/SM -modularization -modularize/SDG -modular/SY -modulate/ADSNCG -modulation/CMS -modulator/ACSM -module/SM -moduli -modulo -modulus/M -modus -Moe/M -Moen/M -Mogadiscio's -Mogadishu -mogul/MS -Mogul/MS -mohair/SM -Mohamed/M -Mohammad/M -Mohammedanism/MS -Mohammedan/SM -Mohammed's -Mohandas/M -Mohandis/M -Mohawk/MS -Mohegan/S -Mohican's -Moho/M -Mohorovicic/M -Mohr/M -moiety/MS -moil/SGD -Moina/M -Moines/M -Moira/M -moire/MS -Moise/MS -Moiseyev/M -Moishe/M -moistener/M -moisten/ZGRD -moistness/MS -moist/TXPRNY -moisture/MS -moisturize/GZDRS -Mojave/M -molal -molarity/SM -molar/MS -molasses/MS -Moldavia/M -Moldavian/S -moldboard/SM -molder/DG -moldiness/SM -molding/M -mold/MRDJSGZ -Moldova -moldy/PTR -molecularity/SM -molecular/Y -molecule/MS -molehill/SM -mole/MTS -moleskin/MS -molestation/SM -molested/U -molester/M -molest/RDZGS -Moliere -Molina/M -Moline/M -Mollee/M -Mollie/M -mollification/M -mollify/XSDGN -Molli/M -Moll/M -moll/MS -mollusc's -mollusk/S -mollycoddler/M -mollycoddle/SRDG -Molly/M -molly/SM -Molnar/M -Moloch/M -Molokai/M -Molotov/M -molter/M -molt/RDNGZS -Moluccas -molybdenite/M -molybdenum/MS -Mombasa/M -momenta -momentarily -momentariness/SM -momentary/P -moment/MYS -momentousness/MS -momentous/YP -momentum/SM -momma/S -Mommy/M -mommy/SM -Mo/MN -mom/SM -Monaco/M -monadic -monad/SM -Monah/M -Mona/M -monarchic -monarchical -monarchism/MS -monarchistic -monarchist/MS -monarch/M -monarchs -monarchy/MS -Monash/M -monastery/MS -monastical/Y -monasticism/MS -monastic/S -monaural/Y -Mondale/M -Monday/MS -Mondrian/M -Monegasque/SM -Monera/M -monetarily -monetarism/S -monetarist/MS -monetary -monetization/CMA -monetize/CGADS -Monet/M -moneybag/SM -moneychangers -moneyer/M -moneylender/SM -moneymaker/MS -moneymaking/MS -money/SMRD -Monfort/M -monger/SGDM -Mongolia/M -Mongolian/S -Mongolic/M -mongolism/SM -mongoloid/S -Mongoloid/S -Mongol/SM -mongoose/SM -mongrel/SM -Monica/M -monies/M -Monika/M -moniker/MS -Monique/M -monism/MS -monist/SM -monition/SM -monitored/U -monitor/GSMD -monitory/S -monkeyshine/S -monkey/SMDG -monkish -Monk/M -monk/MS -monkshood/SM -Monmouth/M -monochromatic -monochromator -monochrome/MS -monocle/SDM -monoclinic -monoclonal/S -monocotyledonous -monocotyledon/SM -monocular/SY -monodic -monodist/S -monody/MS -monogamist/MS -monogamous/PY -monogamy/MS -monogrammed -monogramming -monogram/MS -monograph/GMDS -monographs -monolingualism -monolingual/S -monolithic -monolithically -monolith/M -monoliths -monologist/S -monologue/GMSD -monomaniacal -monomaniac/MS -monomania/MS -monomeric -monomer/SM -monomial/SM -mono/MS -Monongahela/M -mononuclear -mononucleoses -mononucleosis/M -monophonic -monoplane/MS -monopole/S -monopolistic -monopolist/MS -monopolization/MS -monopolized/U -monopolize/GZDSR -monopolizes/U -monopoly/MS -monorail/SM -monostable -monosyllabic -monosyllable/MS -monotheism/SM -monotheistic -monotheist/S -monotone/SDMG -monotonic -monotonically -monotonicity -monotonousness/MS -monotonous/YP -monotony/MS -monovalent -monoxide/SM -Monroe/M -Monro/M -Monrovia/M -Monsanto/M -monseigneur -monsieur/M -Monsignori -Monsignor/MS -monsignor/S -Mon/SM -monsoonal -monsoon/MS -monster/SM -monstrance/ASM -monstrosity/SM -monstrousness/M -monstrous/YP -montage/SDMG -Montague/M -Montaigne/M -Montana/M -Montanan/MS -Montcalm/M -Montclair/M -Monte/M -Montenegrin -Montenegro/M -Monterey/M -Monterrey/M -Montesquieu/M -Montessori/M -Monteverdi/M -Montevideo/M -Montezuma -Montgomery/M -monthly/S -month/MY -months -Monticello/M -Monti/M -Mont/M -Montmartre/M -Montoya/M -Montpelier/M -Montrachet/M -Montreal/M -Montserrat/M -Monty/M -monumentality/M -monumental/Y -monument/DMSG -mooch/ZSRDG -moodily -moodiness/MS -mood/MS -Moody/M -moody/PTR -Moog -moo/GSD -moonbeam/SM -Mooney/M -moon/GDMS -moonless -moonlight/GZDRMS -moonlighting/M -moonlit -Moon/M -moonscape/MS -moonshiner/M -moonshine/SRZM -moonshot/MS -moonstone/SM -moonstruck -moonwalk/SDG -Moore/M -moor/GDMJS -mooring/M -Moorish -moorland/MS -Moor/MS -moose/M -moot/RDGS -moped/MS -moper/M -mope/S -mopey -mopier -mopiest -mopish -mopped -moppet/MS -mopping -mop/SZGMDR -moraine/MS -morale/MS -Morales/M -moralistic -moralistically -moralist/MS -morality/UMS -moralization/CS -moralize/CGDRSZ -moralled -moraller -moralling -moral/SMY -Mora/M -Moran/M -morass/SM -moratorium/SM -Moravia/M -Moravian -moray/SM -morbidity/SM -morbidness/S -morbid/YP -mordancy/MS -mordant/GDYS -Mordecai/M -Mord/M -Mordred/M -Mordy/M -more/DSN -Moreen/M -Morehouse/M -Moreland/M -morel/SM -More/M -Morena/M -Moreno/M -moreover -Morey/M -Morgana/M -Morganica/M -Morgan/MS -Morganne/M -morgen/M -Morgen/M -morgue/SM -Morgun/M -Moria/M -Moriarty/M -moribundity/M -moribund/Y -Morie/M -Morin/M -morion/M -Morison/M -Morissa/M -Morita/M -Moritz/M -Morlee/M -Morley/M -Morly/M -Mormonism/MS -Mormon/SM -Morna/M -morning/MY -morn/SGJDM -Moroccan/S -Morocco/M -morocco/SM -Moro/M -moronic -moronically -Moroni/M -moron/SM -moroseness/MS -morose/YP -morpheme/DSMG -morphemic/S -Morpheus/M -morph/GDJ -morphia/S -morphine/MS -morphism/MS -morphologic -morphological/Y -morphology/MS -morphophonemic/S -morphophonemics/M -morphs -Morrie/M -morris -Morris/M -Morrison/M -Morristown/M -Morrow/M -morrow/MS -Morry/M -morsel/GMDS -Morse/M -mortality/SM -mortal/SY -mortarboard/SM -mortar/GSDM -Morten/M -mortgageable -mortgagee/SM -mortgage/MGDS -mortgagor/SM -mortice's -mortician/SM -Mortie/M -mortification/M -mortified/Y -mortifier/M -mortify/DRSXGN -Mortimer/M -mortise/MGSD -Mort/MN -Morton/M -mortuary/MS -Morty/M -Mosaic -mosaicked -mosaicking -mosaic/MS -Moscone/M -Moscow/M -Moseley/M -Moselle/M -Mose/MSR -Moser/M -mosey/SGD -Moshe/M -Moslem's -Mosley/M -mosque/SM -mosquitoes -mosquito/M -mos/S -mossback/MS -Mossberg/M -Moss/M -moss/SDMG -mossy/SRT -most/SY -Mosul/M -mote/ASCNK -motel/MS -mote's -motet/SM -mothball/DMGS -motherboard/MS -motherfucker/MS! -motherfucking/! -motherhood/SM -mothering/M -motherland/SM -motherless -motherliness/MS -motherly/P -mother/RDYMZG -moths -moth/ZMR -motif/MS -motile/S -motility/MS -motional/K -motioner/M -motion/GRDMS -motionlessness/S -motionless/YP -motion's/ACK -motions/K -motivated/U -motivate/XDSNGV -motivational/Y -motivation/M -motivator/S -motiveless -motive/MGSD -motley/S -motlier -motliest -mot/MSV -motocross/SM -motorbike/SDGM -motorboat/MS -motorcade/MSDG -motorcar/MS -motorcycle/GMDS -motorcyclist/SM -motor/DMSG -motoring/M -motorist/SM -motorization/SM -motorize/DSG -motorized/U -motorman/M -motormen -motormouth -motormouths -Motorola/M -motorway/SM -Motown/M -mottle/GSRD -mottler/M -Mott/M -mottoes -motto/M -moue/DSMG -moulder/DSG -moult/GSD -mound/GMDS -mountable -mountaineering/M -mountaineer/JMDSG -mountainousness/M -mountainous/PY -mountainside/MS -mountain/SM -mountaintop/SM -Mountbatten/M -mountebank/SGMD -mounted/U -mount/EGACD -mounter/SM -mounties -Mountie/SM -mounting/MS -Mount/M -mounts/AE -mourner/M -mournfuller -mournfullest -mournfulness/S -mournful/YP -mourning/M -mourn/ZGSJRD -mouser/M -mouse/SRDGMZ -mousetrapped -mousetrapping -mousetrap/SM -mousiness/MS -mousing/M -mousse/MGSD -Moussorgsky/M -mousy/PRT -Mouthe/M -mouthful/MS -mouthiness/SM -mouth/MSRDG -mouthorgan -mouthpiece/SM -mouths -mouthwash/SM -mouthwatering -mouthy/PTR -Mouton/M -mouton/SM -movable/ASP -movableness/AM -move/ARSDGZB -moved/U -movement/SM -mover/AM -moviegoer/S -movie/SM -moving/YS -mower/M -Mowgli/M -mowing/M -mow/SDRZG -moxie/MS -Moyer/M -Moyna/M -Moyra/M -Mozambican/S -Mozambique/M -Mozart/M -Mozelle/M -Mozes/M -Mozilla/M -mozzarella/MS -mp -MP -mpg -mph -MPH -MRI -Mr/M -Mrs -ms -M's -MS -MSG -Msgr/M -m's/K -Ms/S -MST -MSW -mt -MT -mtg -mtge -Mt/M -MTS -MTV -Muawiya/M -Mubarak/M -muchness/M -much/SP -mucilage/MS -mucilaginous -mucker/M -muck/GRDMS -muckraker/M -muckrake/ZMDRSG -mucky/RT -mucosa/M -mucous -mucus/SM -mudded -muddily -muddiness/SM -mudding -muddle/GRSDZ -muddleheaded/P -muddlehead/SMD -muddler/M -muddy/TPGRSD -mudflat/S -mudguard/SM -mudlarks -mud/MS -mudroom/S -mudslide/S -mudslinger/M -mudslinging/M -mudsling/JRGZ -Mueller/M -Muenster -muenster/MS -muesli/M -muezzin/MS -muff/GDMS -Muffin/M -muffin/SM -muffler/M -muffle/ZRSDG -Mufi/M -Mufinella/M -mufti/MS -Mugabe/M -mugged -mugger/SM -mugginess/S -mugging/S -muggy/RPT -mugshot/S -mug/SM -mugwump/MS -Muhammadanism/S -Muhammadan/SM -Muhammad/M -Muire/M -Muir/M -Mukden/M -mukluk/SM -mulattoes -mulatto/M -mulberry/MS -mulch/GMSD -mulct/SDG -Mulder/M -mule/MGDS -muleskinner/S -muleteer/MS -mulishness/MS -mulish/YP -mullah/M -mullahs -mullein/MS -Mullen/M -muller/M -Muller/M -mullet/MS -Mulligan/M -mulligan/SM -mulligatawny/SM -Mullikan/M -Mullins -mullion/MDSG -mull/RDSG -Multan/M -multi -Multibus/M -multicellular -multichannel/M -multicollinearity/M -multicolor/SDM -multicolumn -multicomponent -multicomputer/MS -Multics/M -MULTICS/M -multicultural -multiculturalism/S -multidimensional -multidimensionality -multidisciplinary -multifaceted -multifamily -multifariousness/SM -multifarious/YP -multifigure -multiform -multifunction/D -multilateral/Y -multilayer -multilevel/D -multilingual -multilingualism/S -multimedia/S -multimegaton/M -multimeter/M -multimillionaire/SM -multinational/S -multinomial/M -multiphase -multiple/SM -multiplet/SM -multiplex/GZMSRD -multiplexor's -multipliable -multiplicand/SM -multiplication/M -multiplicative/YS -multiplicity/MS -multiplier/M -multiply/ZNSRDXG -multiprocess/G -multiprocessor/MS -multiprogram -multiprogrammed -multiprogramming/MS -multipurpose -multiracial -multistage -multistory/S -multisyllabic -multitasking/S -multitude/MS -multitudinousness/M -multitudinous/YP -multiuser -multivalent -multivalued -multivariate -multiversity/M -multivitamin/S -mu/M -mumbler/M -mumbletypeg/S -mumble/ZJGRSD -Mumford/M -mummed -mummer/SM -mummery/MS -mummification/M -mummify/XSDGN -mumming -mum/MS -mummy/GSDM -mumps/M -muncher/M -Münchhausen/M -munchies -Munch/M -munch/ZRSDG -Muncie/M -mundane/YSP -Mundt/M -munge/JGZSRD -Munich/M -municipality/SM -municipal/YS -munificence/MS -munificent/Y -munition/SDG -Munmro/M -Munoz/M -Munroe/M -Munro/M -mun/S -Munsey/M -Munson/M -Munster/MS -Muong/M -muon/M -Muppet/M -muralist/SM -mural/SM -Murasaki/M -Murat/M -Murchison/M -Murcia/M -murderer/M -murderess/S -murder/GZRDMS -murderousness/M -murderous/YP -Murdoch/M -Murdock/M -Mureil/M -Murial/M -muriatic -Murielle/M -Muriel/M -Murillo/M -murkily -murkiness/S -murk/TRMS -murky/RPT -Murmansk/M -murmurer/M -murmuring/U -murmurous -murmur/RDMGZSJ -Murphy/M -murrain/SM -Murray/M -Murrow/M -Murrumbidgee/M -Murry/M -Murvyn/M -muscatel/MS -Muscat/M -muscat/SM -musclebound -muscle/SDMG -Muscovite/M -muscovite/MS -Muscovy/M -muscularity/SM -muscular/Y -musculature/SM -muse -Muse/M -muser/M -musette/SM -museum/MS -mus/GJDSR -musher/M -mushiness/MS -mush/MSRDG -mushroom/DMSG -mushy/PTR -Musial/M -musicale/SM -musicality/SM -musicals -musical/YU -musician/MYS -musicianship/MS -musicked -musicking -musicological -musicologist/MS -musicology/MS -music/SM -musing/Y -Muskegon/M -muskeg/SM -muskellunge/SM -musketeer/MS -musketry/MS -musket/SM -musk/GDMS -muskie/M -muskiness/MS -muskmelon/MS -muskox/N -muskrat/MS -musky/RSPT -Muslim/MS -muslin/MS -mussel/MS -Mussolini/MS -Mussorgsky/M -muss/SDG -mussy/RT -mustache/DSM -mustachio/MDS -mustang/MS -mustard/MS -muster/GD -mustily -mustiness/MS -mustn't -must/RDGZS -must've -musty/RPT -mutability/SM -mutableness/M -mutable/P -mutably -mutagen/SM -mutant/MS -mutate/XVNGSD -mutational/Y -mutation/M -mutator/S -muted/Y -muteness/S -mute/PDSRBYTG -mutilate/XDSNG -mutilation/M -mutilator/MS -mutineer/SMDG -mutinous/Y -mutiny/MGSD -Mutsuhito/M -mutterer/M -mutter/GZRDJ -muttonchops -mutton/SM -mutt/ZSMR -mutuality/S -mutual/SY -muumuu/MS -muzak -Muzak/SM -Muzo/M -muzzled/U -muzzle/MGRSD -muzzler/M -MVP -MW -Myanmar -Mycah/M -Myca/M -Mycenaean -Mycenae/M -Mychal/M -mycologist/MS -mycology/MS -myelitides -myelitis/M -Myer/MS -myers -mylar -Mylar/S -Myles/M -Mylo/M -My/M -myna/SM -Mynheer/M -myocardial -myocardium/M -myopia/MS -myopically -myopic/S -Myrah/M -Myra/M -Myranda/M -Myrdal/M -myriad/S -Myriam/M -Myrilla/M -Myrle/M -Myrlene/M -myrmidon/S -Myrna/M -Myron/M -myrrh/M -myrrhs -Myrta/M -Myrtia/M -Myrtice/M -Myrtie/M -Myrtle/M -myrtle/SM -Myrvyn/M -Myrwyn/M -mys -my/S -myself -Mysore/M -mysteriousness/MS -mysterious/YP -mystery/MDSG -mystical/Y -mysticism/MS -mystic/SM -mystification/M -mystifier/M -mystify/CSDGNX -mystifying/Y -mystique/MS -Myst/M -mythic -mythical/Y -myth/MS -mythographer/SM -mythography/M -mythological/Y -mythologist/MS -mythologize/CSDG -mythology/SM -myths -N -NAACP -nabbed -nabbing -Nabisco/M -nabob/SM -Nabokov/M -nab/S -nacelle/SM -nacho/S -NaCl/M -nacre/MS -nacreous -Nada/M -Nadean/M -Nadeen/M -Nader/M -Nadia/M -Nadine/M -nadir/SM -Nadiya/M -Nadya/M -Nady/M -nae/VM -Nagasaki/M -nagged -nagger/S -nagging/Y -nag/MS -Nagoya/M -Nagpur/M -Nagy/M -Nahuatl/SM -Nahum/M -naiad/SM -naifs -nailbrush/SM -nailer/M -nail/SGMRD -Naipaul/M -Nair/M -Nairobi/M -Naismith/M -naive/SRTYP -naiveté/SM -naivety/MS -Nakamura/M -Nakayama/M -nakedness/MS -naked/TYRP -Nakoma/M -Nalani/M -Na/M -Namath/M -nameable/U -name/ADSG -namedrop -namedropping -named's -named/U -nameless/PY -namely -nameplate/MS -namer/SM -name's -namesake/SM -Namibia/M -Namibian/S -naming/M -Nam/M -Nanak/M -Nana/M -Nananne/M -Nancee/M -Nance/M -Nancey/M -Nanchang/M -Nancie/M -Nanci/M -Nancy/M -Nanete/M -Nanette/M -Nanice/M -Nani/M -Nanine/M -Nanjing -Nanking's -Nan/M -Nannette/M -Nannie/M -Nanni/M -Nanny/M -nanny/SDMG -nanometer/MS -Nanon/M -Nanook/M -nanosecond/SM -Nansen/M -Nantes/M -Nantucket/M -Naoma/M -Naomi/M -napalm/MDGS -nape/SM -Naphtali/M -naphthalene/MS -naphtha/SM -Napier/M -napkin/SM -Naples/M -napless -Nap/M -Napoleonic -napoleon/MS -Napoleon/MS -napped -napper/MS -Nappie/M -napping -Nappy/M -nappy/TRSM -nap/SM -Nara/M -Narbonne/M -narc/DGS -narcissism/MS -narcissistic -narcissist/MS -narcissus/M -Narcissus/M -narcoleptic -narcoses -narcosis/M -narcotic/SM -narcotization/S -narcotize/GSD -Nariko/M -Nari/M -nark's -Narmada/M -Narragansett/M -narrate/VGNSDX -narration/M -narrative/MYS -narratology -narrator/SM -narrowing/P -narrowness/SM -narrow/RDYTGPS -narwhal/MS -nary -nasality/MS -nasalization/MS -nasalize/GDS -nasal/YS -NASA/MS -nascence/ASM -nascent/A -NASDAQ -Nash/M -Nashua/M -Nashville/M -Nassau/M -Nasser/M -nastily -nastiness/MS -nasturtium/SM -nasty/TRSP -natal -Natala/M -Natalee/M -Natale/M -Natalia/M -Natalie/M -Natalina/M -Nataline/M -natalist -natality/M -Natal/M -Natalya/M -Nata/M -Nataniel/M -Natasha/M -Natassia/M -Natchez -natch/S -Nate/XMN -Nathalia/M -Nathalie/M -Nathanael/M -Nathanial/M -Nathaniel/M -Nathanil/M -Nathan/MS -nationalism/SM -nationalistic -nationalistically -nationalist/MS -nationality/MS -nationalization/MS -nationalize/CSDG -nationalized/AU -nationalizer/SM -national/YS -nationhood/SM -nation/MS -nationwide -nativeness/M -native/PYS -Natividad/M -Nativity/M -nativity/MS -Natka/M -natl -Nat/M -NATO/SM -natter/SGD -nattily -nattiness/SM -Natty/M -natty/TRP -naturalism/MS -naturalistic -naturalist/MS -naturalization/SM -naturalized/U -naturalize/GSD -naturalness/US -natural/PUY -naturals -nature/ASDCG -nature's -naturist -Naugahyde/S -naughtily -naughtiness/SM -naught/MS -naughty/TPRS -Naur/M -Nauru/M -nausea/SM -nauseate/DSG -nauseating/Y -nauseousness/SM -nauseous/P -nautical/Y -nautilus/MS -Navaho's -Navajoes -Navajo/S -naval/Y -Navarro/M -navel/MS -nave/SM -navigability/SM -navigableness/M -navigable/P -navigate/DSXNG -navigational -navigation/M -navigator/MS -Navona/M -Navratilova/M -navvy/M -Navy/S -navy/SM -nay/MS -naysayer/S -Nazarene/MS -Nazareth/M -Nazi/SM -Nazism/S -NB -NBA -NBC -Nb/M -NBS -NC -NCAA -NCC -NCO -NCR -ND -N'Djamena -Ndjamena/M -Nd/M -Ne -NE -Neala/M -Neale/M -Neall/M -Neal/M -Nealon/M -Nealson/M -Nealy/M -Neanderthal/S -neap/DGS -Neapolitan/SM -nearby -nearly/RT -nearness/MS -nearside/M -nearsightedness/S -nearsighted/YP -near/TYRDPSG -neaten/DG -neath -neatness/MS -neat/YRNTXPS -Neb/M -Nebraska/M -Nebraskan/MS -Nebr/M -Nebuchadnezzar/MS -nebulae -nebula/M -nebular -nebulousness/SM -nebulous/PY -necessaries -necessarily/U -necessary/U -necessitate/DSNGX -necessitation/M -necessitous -necessity/SM -neckband/M -neckerchief/MS -neck/GRDMJS -necking/M -necklace/DSMG -neckline/MS -necktie/MS -necrology/SM -necromancer/MS -necromancy/MS -necromantic -necrophiliac/S -necrophilia/M -necropolis/SM -necropsy/M -necroses -necrosis/M -necrotic -nectarine/SM -nectarous -nectar/SM -nectary/MS -Neda/M -Nedda/M -Neddie/M -Neddy/M -Nedi/M -Ned/M -née -needed/U -needer/M -needful/YSP -Needham/M -neediness/MS -needlecraft/M -needle/GMZRSD -needlepoint/SM -needlessness/S -needless/YP -needlewoman/M -needlewomen -needlework/RMS -needn't -need/YRDGS -needy/TPR -Neel/M -Neely/M -ne'er -nefariousness/MS -nefarious/YP -Nefen/M -Nefertiti/M -negated/U -negater/M -negate/XRSDVNG -negation/M -negativeness/SM -negative/PDSYG -negativism/MS -negativity/MS -negator/MS -Negev/M -neglecter/M -neglectfulness/SM -neglectful/YP -neglect/SDRG -negligee/SM -negligence/MS -negligent/Y -negligibility/M -negligible -negligibly -negotiability/MS -negotiable/A -negotiant/M -negotiate/ASDXGN -negotiation/MA -negotiator/MS -Negress/MS -negritude/MS -Negritude/S -Negroes -negroid -Negroid/S -Negro/M -neg/S -Nehemiah/M -Nehru/M -neighbored/U -neighborer/M -neighborhood/SM -neighborlinesses -neighborliness/UM -neighborly/UP -neighbor/SMRDYZGJ -neigh/MDG -neighs -Neila/M -Neile/M -Neilla/M -Neille/M -Neill/M -Neil/SM -neither -Nelda/M -Nelia/M -Nelie/M -Nelle/M -Nellie/M -Nelli/M -Nell/M -Nelly/M -Nelsen/M -Nels/N -Nelson/M -nelson/MS -nematic -nematode/SM -Nembutal/M -nemeses -nemesis -Nemesis/M -neoclassical -neoclassicism/MS -neoclassic/M -neocolonialism/MS -neocortex/M -neodymium/MS -Neogene -neolithic -Neolithic/M -neologism/SM -neomycin/M -neonatal/Y -neonate/MS -neon/DMS -neophyte/MS -neoplasm/SM -neoplastic -neoprene/SM -Nepalese -Nepali/MS -Nepal/M -nepenthe/MS -nephew/MS -nephrite/SM -nephritic -nephritides -nephritis/M -nepotism/MS -nepotist/S -Neptune/M -neptunium/MS -nerd/S -nerdy/RT -Nereid/M -Nerf/M -Nerissa/M -Nerita/M -Nero/M -Neron/M -Nerta/M -Nerte/M -Nertie/M -Nerti/M -Nert/M -Nerty/M -Neruda/M -nervelessness/SM -nerveless/YP -nerve's -nerve/UGSD -nerviness/SM -nerving/M -nervousness/SM -nervous/PY -nervy/TPR -Nessa/M -Nessie/M -Nessi/M -Nessy/M -Nesta/M -nester/M -Nester/M -Nestle/M -nestler/M -nestle/RSDG -nestling/M -Nestorius/M -Nestor/M -nest/RDGSBM -netball/M -nether -Netherlander/SM -Netherlands/M -nethermost -netherworld/S -Netscape/M -net/SM -Netta/M -Nettie/M -Netti/M -netting/M -nett/JGRDS -Nettle/M -nettle/MSDG -nettlesome -Netty/M -network/SJMDG -Netzahualcoyotl/M -Neumann/M -neuralgia/MS -neuralgic -neural/Y -neurasthenia/MS -neurasthenic/S -neuritic/S -neuritides -neuritis/M -neuroanatomy -neurobiology/M -neurological/Y -neurologist/MS -neurology/SM -neuromuscular -neuronal -neurone/S -neuron/MS -neuropathology/M -neurophysiology/M -neuropsychiatric -neuroses -neurosis/M -neurosurgeon/MS -neurosurgery/SM -neurotically -neurotic/S -neurotransmitter/S -neuter/JZGRD -neutralise's -neutralism/MS -neutralist/S -neutrality/MS -neutralization/MS -neutralized/U -neutralize/GZSRD -neutral/PYS -neutrino/MS -neutron/MS -neut/ZR -Nevada/M -Nevadan/S -Nevadian/S -Neva/M -never -nevermore -nevertheless -nevi -Nevile/M -Neville/M -Nevil/M -Nevin/SM -Nevis/M -Nev/M -Nevsa/M -Nevsky/M -nevus/M -Newark/M -newbie/S -newborn/S -Newbury/M -Newburyport/M -Newcastle/M -newcomer/MS -newed/A -Newell/M -newel/MS -newer/A -newfangled -newfound -newfoundland -Newfoundlander/M -Newfoundland/SRMZ -newish -newline/SM -newlywed/MS -Newman/M -newness/MS -Newport/M -news/A -newsagent/MS -newsboy/SM -newscaster/M -newscasting/M -newscast/SRMGZ -newsdealer/MS -newsed -newses -newsflash/S -newsgirl/S -newsgroup/SM -newsing -newsletter/SM -NeWS/M -newsman/M -newsmen -newspaperman/M -newspapermen -newspaper/SMGD -newspaperwoman/M -newspaperwomen -newsprint/MS -new/SPTGDRY -newsreader/MS -newsreel/SM -newsroom/S -news's -newsstand/MS -Newsweekly/M -newsweekly/S -Newsweek/MY -newswire -newswoman/M -newswomen -newsworthiness/SM -newsworthy/RPT -newsy/TRS -newt/MS -Newtonian -Newton/M -newton/SM -Nexis/M -next -nexus/SM -Neysa/M -NF -NFC -NFL -NFS -Ngaliema/M -Nguyen/M -NH -NHL -niacin/SM -Niagara/M -Niall/M -Nial/M -Niamey/M -nibbed -nibbing -nibbler/M -nibble/RSDGZ -Nibelung/M -nib/SM -Nicaean -Nicaragua/M -Nicaraguan/S -Niccolo/M -Nice/M -Nicene -niceness/MS -nicety/MS -nice/YTPR -niche/SDGM -Nicholas -Nichole/M -Nicholle/M -Nichol/MS -Nicholson/M -nichrome -nickelodeon/SM -nickel/SGMD -nicker/GD -Nickey/M -nick/GZRDMS -Nickie/M -Nicki/M -Nicklaus/M -Nick/M -nicknack's -nickname/MGDRS -nicknamer/M -Nickolai/M -Nickola/MS -Nickolaus/M -Nicko/M -Nicky/M -Nicobar/M -Nicodemus/M -Nicolai/MS -Nicola/MS -Nicolea/M -Nicole/M -Nicolette/M -Nicoli/MS -Nicolina/M -Nicoline/M -Nicolle/M -Nicol/M -Nico/M -Nicosia/M -nicotine/MS -Niebuhr/M -niece/MS -Niel/MS -Nielsen/M -Niels/N -Nielson/M -Nietzsche/M -Nieves/M -nifty/TRS -Nigel/M -Nigeria/M -Nigerian/S -Nigerien -Niger/M -niggardliness/SM -niggardly/P -niggard/SGMDY -nigger/SGDM! -niggler/M -niggle/RSDGZJ -niggling/Y -nigh/RDGT -nighs -nightcap/SM -nightclothes -nightclubbed -nightclubbing -nightclub/MS -nightdress/MS -nightfall/SM -nightgown/MS -nighthawk/MS -nightie/MS -Nightingale/M -nightingale/SM -nightlife/MS -nightlong -nightmare/MS -nightmarish/Y -nightshade/SM -nightshirt/MS -night/SMYDZ -nightspot/MS -nightstand/SM -nightstick/S -nighttime/S -nightwear/M -nighty's -NIH -nihilism/MS -nihilistic -nihilist/MS -Nijinsky/M -Nikaniki/M -Nike/M -Niki/M -Nikita/M -Nikkie/M -Nikki/M -Nikko/M -Nikolai/M -Nikola/MS -Nikolaos/M -Nikolaus/M -Nikolayev's -Nikoletta/M -Nikolia/M -Nikolos/M -Niko/MS -Nikon/M -Nile/SM -nilled -nilling -Nil/MS -nil/MYS -nilpotent -Nilsen/M -Nils/N -Nilson/M -Nilsson/M -Ni/M -nimbi -nimbleness/SM -nimble/TRP -nimbly -nimbus/DM -NIMBY -Nimitz/M -Nimrod/MS -Nina/M -nincompoop/MS -ninefold -nine/MS -ninepence/M -ninepin/S -ninepins/M -nineteen/SMH -nineteenths -ninetieths -Ninetta/M -Ninette/M -ninety/MHS -Nineveh/M -ninja/S -Ninnetta/M -Ninnette/M -ninny/SM -Ninon/M -Nintendo/M -ninth -ninths -Niobe/M -niobium/MS -nipped -nipper/DMGS -nippiness/S -nipping/Y -nipple/GMSD -Nipponese -Nippon/M -nippy/TPR -nip/S -Nirenberg/M -nirvana/MS -Nirvana/S -nisei -Nisei/MS -Nissa/M -Nissan/M -Nisse/M -Nissie/M -Nissy/M -Nita/M -niter/M -nitpick/DRSJZG -nitrate/MGNXSD -nitration/M -nitric -nitride/MGS -nitriding/M -nitrification/SM -nitrite/MS -nitrocellulose/MS -nitrogenous -nitrogen/SM -nitroglycerin/MS -nitrous -nitwit/MS -nit/ZSMR -Niven/M -nixer/M -nix/GDSR -Nixie/M -Nixon/M -NJ -Nkrumah/M -NLRB -nm -NM -no/A -NOAA -Noach/M -Noah/M -Noak/M -Noami/M -Noam/M -Nobelist/SM -nobelium/MS -Nobel/M -Nobe/M -Nobie/M -nobility/MS -Noble/M -nobleman/M -noblemen -nobleness/SM -noblesse/M -noble/TPSR -noblewoman -noblewomen -nob/MY -nobody/MS -Noby/M -nocturnal/SY -nocturne/SM -nodal/Y -nodded -nodding -noddle/MSDG -noddy/M -node/MS -NoDoz/M -nod/SM -nodular -nodule/SM -Noelani/M -Noella/M -Noelle/M -Noell/M -Noellyn/M -Noel/MS -noel/S -Noelyn/M -Noe/M -Noemi/M -noes/S -noggin/SM -nohow -noise/GMSD -noiselessness/SM -noiseless/YP -noisemaker/M -noisemake/ZGR -noisily -noisiness/MS -noisome -noisy/TPR -Nola/M -Nolana/M -Noland/M -Nolan/M -Nolie/M -Nollie/M -Noll/M -Nolly/M -No/M -nomadic -nomad/SM -Nome/M -nomenclature/MS -Nomi/M -nominalized -nominal/K -nominally -nominals -nominate/CDSAXNG -nomination/MAC -nominative/SY -nominator/CSM -nominee/MS -non -nonabrasive -nonabsorbent/S -nonacademic/S -nonacceptance/MS -nonacid/MS -nonactive -nonadaptive -nonaddictive -nonadhesive -nonadjacent -nonadjustable -nonadministrative -nonage/MS -nonagenarian/MS -nonaggression/SM -nonagricultural -Nonah/M -nonalcoholic/S -nonaligned -nonalignment/SM -nonallergic -Nona/M -nonappearance/MS -nonassignable -nonathletic -nonattendance/SM -nonautomotive -nonavailability/SM -nonbasic -nonbeliever/SM -nonbelligerent/S -nonblocking -nonbreakable -nonburnable -nonbusiness -noncaloric -noncancerous -noncarbohydrate/M -nonce/MS -nonchalance/SM -nonchalant/YP -nonchargeable -nonclerical/S -nonclinical -noncollectable -noncombatant/MS -noncombustible/S -noncommercial/S -noncommissioned -noncommittal/Y -noncom/MS -noncommunicable -noncompeting -noncompetitive -noncompliance/MS -noncomplying/S -noncomprehending -nonconducting -nonconductor/MS -nonconforming -nonconformist/SM -nonconformity/SM -nonconsecutive -nonconservative -nonconstructive -noncontagious -noncontiguous -noncontinuous -noncontributing -noncontributory -noncontroversial -nonconvertible -noncooperation/SM -noncorroding/S -noncorrosive -noncredit -noncriminal/S -noncritical -noncrystalline -noncumulative -noncustodial -noncyclic -nondairy -nondecreasing -nondeductible -nondelivery/MS -nondemocratic -nondenominational -nondepartmental -nondepreciating -nondescript/YS -nondestructive/Y -nondetachable -nondeterminacy -nondeterminate/Y -nondeterminism -nondeterministic -nondeterministically -nondisciplinary -nondisclosure/SM -nondiscrimination/SM -nondiscriminatory -nondramatic -nondrinker/SM -nondrying -nondurable -noneconomic -noneducational -noneffective/S -nonelastic -nonelectrical -nonelectric/S -nonemergency -nonempty -nonenforceable -nonentity/MS -nonequivalence/M -nonequivalent/S -none/S -nones/M -nonessential/S -nonesuch/SM -nonetheless -nonevent/MS -nonexchangeable -nonexclusive -nonexempt -nonexistence/MS -nonexistent -nonexplosive/S -nonextensible -nonfactual -nonfading -nonfat -nonfatal -nonfattening -nonferrous -nonfictional -nonfiction/SM -nonflammable -nonflowering -nonfluctuating -nonflying -nonfood/M -nonfreezing -nonfunctional -nongovernmental -nongranular -nonhazardous -nonhereditary -nonhuman -nonidentical -Nonie/M -Noni/M -noninclusive -nonindependent -nonindustrial -noninfectious -noninflammatory -noninflationary -noninflected -nonintellectual/S -noninteracting -noninterchangeable -noninterference/MS -nonintervention/SM -nonintoxicating -nonintuitive -noninvasive -nonionic -nonirritating -nonjudgmental -nonjudicial -nonlegal -nonlethal -nonlinearity/MS -nonlinear/Y -nonlinguistic -nonliterary -nonliving -nonlocal -nonmagical -nonmagnetic -nonmalignant -nonmember/SM -nonmetallic -nonmetal/MS -nonmigratory -nonmilitant/S -nonmilitary -Nonnah/M -Nonna/M -nonnarcotic/S -nonnative/S -nonnegative -nonnegotiable -nonnuclear -nonnumerical/S -nonobjective -nonobligatory -nonobservance/MS -nonobservant -nonoccupational -nonoccurence -nonofficial -nonogenarian -nonoperational -nonoperative -nonorthogonal -nonorthogonality -nonparallel/S -nonparametric -nonpareil/SM -nonparticipant/SM -nonparticipating -nonpartisan/S -nonpaying -nonpayment/SM -nonperformance/SM -nonperforming -nonperishable/S -nonperson/S -nonperturbing -nonphysical/Y -nonplus/S -nonplussed -nonplussing -nonpoisonous -nonpolitical -nonpolluting -nonporous -nonpracticing -nonprejudicial -nonprescription -nonprocedural/Y -nonproductive -nonprofessional/S -nonprofit/SB -nonprogrammable -nonprogrammer -nonproliferation/SM -nonpublic -nonpunishable -nonracial -nonradioactive -nonrandom -nonreactive -nonreciprocal/S -nonreciprocating -nonrecognition/SM -nonrecoverable -nonrecurring -nonredeemable -nonreducing -nonrefillable -nonrefundable -nonreligious -nonrenewable -nonrepresentational -nonresidential -nonresident/SM -nonresidual -nonresistance/SM -nonresistant/S -nonrespondent/S -nonresponse -nonrestrictive -nonreturnable/S -nonrhythmic -nonrigid -nonsalaried -nonscheduled -nonscientific -nonscoring -nonseasonal -nonsectarian -nonsecular -nonsegregated -nonsense/MS -nonsensicalness/M -nonsensical/PY -nonsensitive -nonsexist -nonsexual -nonsingular -nonskid -nonslip -nonsmoker/SM -nonsmoking -nonsocial -nonspeaking -nonspecialist/MS -nonspecializing -nonspecific -nonspiritual/S -nonstaining -nonstandard -nonstarter/SM -nonstick -nonstop -nonstrategic -nonstriking -nonstructural -nonsuccessive -nonsupervisory -nonsupport/GS -nonsurgical -nonsustaining -nonsympathizer/M -nontarnishable -nontaxable/S -nontechnical/Y -nontenured -nonterminal/MS -nonterminating -nontermination/M -nontheatrical -nonthinking/S -nonthreatening -nontoxic -nontraditional -nontransferable -nontransparent -nontrivial -nontropical -nonuniform -nonunion/S -nonuser/SM -nonvenomous -nonverbal/Y -nonveteran/MS -nonviable -nonviolence/SM -nonviolent/Y -nonvirulent -nonvocal -nonvocational -nonvolatile -nonvolunteer/S -nonvoter/MS -nonvoting -nonwhite/SM -nonworking -nonyielding -nonzero -noodle/GMSD -nook/MS -noonday/MS -noon/GDMS -nooning/M -noontide/MS -noontime/MS -noose/SDGM -nope/S -NORAD/M -noradrenalin -noradrenaline/M -Norah/M -Nora/M -Norbert/M -Norberto/M -Norbie/M -Norby/M -Nordhoff/M -Nordic/S -Nordstrom/M -Norean/M -Noreen/M -Norene/M -Norfolk/M -nor/H -Norina/M -Norine/M -normalcy/MS -normality/SM -normalization/A -normalizations -normalization's -normalized/AU -normalizes/AU -normalize/SRDZGB -normal/SY -Norma/M -Normand/M -Normandy/M -Norman/SM -normativeness/M -normative/YP -Normie/M -norm/SMGD -Normy/M -Norplant -Norrie/M -Norri/SM -Norristown/M -Norry/M -Norse -Norseman/M -Norsemen -Northampton/M -northbound -northeastern -northeaster/YM -Northeast/SM -northeastward/S -northeast/ZSMR -northerly/S -norther/MY -Northerner/M -northernmost -northern/RYZS -Northfield/M -northing/M -northland -North/M -northmen -north/MRGZ -Northrop/M -Northrup/M -norths -Norths -Northumberland/M -northward/S -northwestern -northwester/YM -northwest/MRZS -Northwest/MS -northwestward/S -Norton/M -Norwalk/M -Norway/M -Norwegian/S -Norwich/M -Norw/M -nosebag/M -nosebleed/SM -nosecone/S -nosedive/DSG -nosed/V -nosegay/MS -nose/M -Nosferatu/M -nos/GDS -nosh/MSDG -nosily -nosiness/MS -nosing/M -nostalgia/SM -nostalgically -nostalgic/S -Nostradamus/M -Nostrand/M -nostril/SM -nostrum/SM -nosy/SRPMT -notability/SM -notableness/M -notable/PS -notably -notarial -notarization/S -notarize/DSG -notary/MS -notate/VGNXSD -notational/CY -notation/CMSF -notative/CF -notch/MSDG -not/DRGB -notebook/MS -note/CSDFG -notedness/M -noted/YP -notepad/S -notepaper/MS -note's -noteworthiness/SM -noteworthy/P -nothingness/SM -nothing/PS -noticeable/U -noticeably -noticeboard/S -noticed/U -notice/MSDG -notifiable -notification/M -notifier/M -notify/NGXSRDZ -notional/Y -notion/MS -notoriety/S -notoriousness/M -notorious/YP -Notre/M -Nottingham/M -notwithstanding -Nouakchott/M -nougat/MS -Noumea/M -noun/SMK -nourish/DRSGL -nourished/U -nourisher/M -nourishment/SM -nous/M -nouveau -nouvelle -novae -Novak/M -Nova/M -nova/MS -novelette/SM -Novelia/M -novelist/SM -novelization/S -novelize/GDS -Novell/SM -novella/SM -novel/SM -novelty/MS -November/SM -novena/SM -novene -Novgorod/M -novice/MS -novitiate/MS -Nov/M -Novocaine/M -Novocain/S -Novokuznetsk/M -Novosibirsk/M -NOW -nowadays -noway/S -Nowell/M -nowhere/S -nowise -now/S -noxiousness/M -noxious/PY -Noyce/M -Noyes/M -nozzle/MS -Np -NP -NRA -nroff/M -N's -NS -n's/CI -NSF -n/T -NT -nth -nuance/SDM -nubbin/SM -nubby/RT -Nubia/M -Nubian/M -nubile -nub/MS -nuclear/K -nuclease/M -nucleated/A -nucleate/DSXNG -nucleation/M -nucleic -nuclei/M -nucleoli -nucleolus/M -nucleon/MS -nucleotide/MS -nucleus/M -nuclide/M -nude/CRS -nudely -nudeness/M -nudest -nudge/GSRD -nudger/M -nudism/MS -nudist/MS -nudity/MS -nugatory -Nugent/M -nugget/SM -nuisance/MS -nuke/DSMG -Nukualofa -null/DSG -nullification/M -nullifier/M -nullify/RSDXGNZ -nullity/SM -nu/M -numbered/UA -numberer/M -numberless -numberplate/M -number/RDMGJ -numbers/A -Numbers/M -numbing/Y -numbness/MS -numb/SGZTYRDP -numbskull's -numerable/IC -numeracy/SI -numeral/YMS -numerate/SDNGX -numerates/I -numeration/M -numerator/MS -numerical/Y -numeric/S -numerological -numerologist/S -numerology/MS -numerousness/M -numerous/YP -numinous/S -numismatic/S -numismatics/M -numismatist/MS -numskull/SM -Nunavut/M -nuncio/SM -Nunez/M -Nunki/M -nun/MS -nunnery/MS -nuptial/S -Nuremberg/M -Nureyev/M -nursemaid/MS -nurser/M -nurseryman/M -nurserymen -nursery/MS -nurse/SRDJGMZ -nursling/M -nurturer/M -nurture/SRDGZM -nus -nutate/NGSD -nutation/M -nutcracker/M -nutcrack/RZ -nuthatch/SM -nutmeat/SM -nutmegged -nutmegging -nutmeg/MS -nut/MS -nutpick/MS -Nutrasweet/M -nutria/SM -nutrient/MS -nutriment/MS -nutritional/Y -nutritionist/MS -nutrition/SM -nutritiousness/MS -nutritious/PY -nutritive/Y -nutshell/MS -nutted -nuttiness/SM -nutting -nutty/TRP -nuzzle/GZRSD -NV -NW -NWT -NY -Nyasa/M -NYC -Nydia/M -Nye/M -Nyerere/M -nylon/SM -nymphet/MS -nymph/M -nympholepsy/M -nymphomaniac/S -nymphomania/MS -nymphs -Nyquist/M -NYSE -Nyssa/M -NZ -o -O -oafishness/S -oafish/PY -oaf/MS -Oahu/M -Oakland/M -Oakley/M -Oakmont/M -oak/SMN -oakum/MS -oakwood -oar/GSMD -oarlock/MS -oarsman/M -oarsmen -oarswoman -oarswomen -OAS -oases -oasis/M -oatcake/MS -oater/M -Oates/M -oath/M -oaths -oatmeal/SM -oat/SMNR -Oaxaca/M -ob -OB -Obadiah/M -Obadias/M -obbligato/S -obduracy/S -obdurateness/S -obdurate/PDSYG -Obediah/M -obedience/EMS -obedient/EY -Obed/M -obeisance/MS -obeisant/Y -obelisk/SM -Oberlin/M -Oberon/M -obese -obesity/MS -obey/EDRGS -obeyer/EM -obfuscate/SRDXGN -obfuscation/M -obfuscatory -Obidiah/M -Obie/M -obi/MDGS -obit/SMR -obituary/SM -obj -objectify/GSDXN -objectionableness/M -objectionable/U -objectionably -objection/SMB -objectiveness/MS -objective/PYS -objectivity/MS -objector/SM -object/SGVMD -objurgate/GNSDX -objurgation/M -oblate/NYPSX -oblation/M -obligate/NGSDXY -obligational -obligation/M -obligatorily -obligatory -obliged/E -obliger/M -obliges/E -oblige/SRDG -obligingness/M -obliging/PY -oblique/DSYGP -obliqueness/S -obliquity/MS -obliterate/VNGSDX -obliteration/M -obliterative/Y -oblivion/MS -obliviousness/MS -oblivious/YP -oblongness/M -oblong/SYP -obloquies -obloquy/M -Ob/MD -obnoxiousness/MS -obnoxious/YP -oboe/SM -oboist/S -obos -O'Brien/M -obs -obscene/RYT -obscenity/MS -obscurantism/MS -obscurantist/MS -obscuration -obscureness/M -obscure/YTPDSRGL -obscurity/MS -obsequies -obsequiousness/S -obsequious/YP -obsequy -observability/M -observable/SU -observably -observance/MS -observantly -observants -observant/U -observational/Y -observation/MS -observatory/MS -observed/U -observer/M -observe/ZGDSRB -observing/Y -obsess/GVDS -obsessional -obsession/MS -obsessiveness/S -obsessive/PYS -obsidian/SM -obsolesce/GSD -obsolescence/S -obsolescent/Y -obsolete/GPDSY -obsoleteness/M -obstacle/SM -obstetrical -obstetrician/SM -obstetric/S -obstetrics/M -obstinacy/SM -obstinateness/M -obstinate/PY -obstreperousness/SM -obstreperous/PY -obstructed/U -obstructer/M -obstructionism/SM -obstructionist/MS -obstruction/SM -obstructiveness/MS -obstructive/PSY -obstruct/RDVGS -obtainable/U -obtainably -obtain/LSGDRB -obtainment/S -obtrude/DSRG -obtruder/M -obtrusion/S -obtrusiveness/MSU -obtrusive/UPY -obtuseness/S -obtuse/PRTY -obverse/YS -obviate/XGNDS -obviousness/SM -obvious/YP -Oby/M -ocarina/MS -O'Casey -Occam/M -occasional/Y -occasion/MDSJG -Occidental/S -occidental/SY -occident/M -Occident/SM -occipital/Y -occlude/GSD -occlusion/MS -occlusive/S -occulter/M -occultism/SM -occult/SRDYG -occupancy/SM -occupant/MS -occupational/Y -occupation/SAM -occupied/AU -occupier/M -occupies/A -occupy/RSDZG -occur/AS -occurred/A -occurrence/SM -occurring/A -oceanfront/MS -oceangoing -Oceania/M -oceanic -ocean/MS -oceanographer/SM -oceanographic -oceanography/SM -oceanology/MS -oceanside -Oceanside/M -Oceanus/M -ocelot/SM -ocher/DMGS -Ochoa/M -o'clock -O'Clock -O'Connell/M -O'Connor/M -Oconomowoc/M -OCR -octagonal/Y -octagon/SM -octahedral -octahedron/M -octal/S -octane/MS -octant/M -octave/MS -Octavia/M -Octavian/M -Octavio/M -Octavius/M -octavo/MS -octennial -octet/SM -octile -octillion/M -Oct/M -October/MS -octogenarian/MS -octopus/SM -octoroon/M -ocular/S -oculist/SM -OD -odalisque/SM -oddball/SM -oddity/MS -oddment/MS -oddness/MS -odd/TRYSPL -Odele/M -Odelia/M -Odelinda/M -Odella/M -Odelle/M -Odell/M -O'Dell/M -ode/MDRS -Ode/MR -Oderberg/MS -Oder/M -Odessa/M -Odets/M -Odetta/M -Odette/M -Odey/M -Odie/M -Odilia/M -Odille/M -Odin/M -odiousness/MS -odious/PY -Odis/M -odium/MS -Odo/M -odometer/SM -Odom/M -O'Donnell/M -odor/DMS -odoriferous -odorless -odorous/YP -ODs -O'Dwyer/M -Ody/M -Odysseus/M -Odyssey/M -odyssey/S -OE -OED -oedipal -Oedipal/Y -Oedipus/M -OEM/M -OEMS -oenology/MS -oenophile/S -o'er -O'Er -Oersted/M -oesophagi -oeuvre/SM -Ofelia/M -Ofella/M -offal/MS -offbeat/MS -offcuts -Offenbach/M -offender/M -offend/SZGDR -offense/MSV -offensively/I -offensiveness/MSI -offensive/YSP -offerer/M -offering/M -offer/RDJGZ -offertory/SM -offhand/D -offhandedness/S -offhanded/YP -officeholder/SM -officemate/S -officer/GMD -officership/S -office/SRMZ -officialdom/SM -officialism/SM -officially/U -official/PSYM -officiant/SM -officiate/XSDNG -officiation/M -officiator/MS -officio -officiousness/MS -officious/YP -offing/M -offish -offload/GDS -offprint/GSDM -offramp -offset/SM -offsetting -offshoot/MS -offshore -offside/RS -offspring/M -offstage/S -off/SZGDRJ -offtrack -Ofilia/M -of/K -often/RT -oftentimes -oft/NRT -ofttimes -Ogbomosho/M -Ogdan/M -Ogden/M -Ogdon/M -Ogilvy/M -ogive/M -Oglethorpe/M -ogle/ZGDSR -ogreish -ogre/MS -ogress/S -oh -OH -O'Hara -O'Hare/M -O'Higgins -Ohioan/S -Ohio/M -ohmic -ohmmeter/MS -ohm/SM -oho/S -ohs -OHSA/M -oilcloth/M -oilcloths -oiler/M -oilfield/MS -oiliness/SM -oilman/M -oil/MDRSZG -oilmen -oilseed/SM -oilskin/MS -oily/TPR -oink/GDS -ointment/SM -Oise/M -OJ -Ojibwa/SM -Okamoto/M -okapi/SM -Okayama/M -okay/M -Okeechobee/M -O'Keeffe -Okefenokee -Okhotsk/M -Okinawa/M -Okinawan/S -Oklahoma/M -Oklahoman/SM -Okla/M -OK/MDG -okra/MS -OKs -Oktoberfest -Olaf/M -Olag/M -Ola/M -Olav/M -Oldenburg/M -olden/DG -Oldfield/M -oldie/MS -oldish -oldness/S -Oldsmobile/M -oldster/SM -Olduvai/M -old/XTNRPS -olé -oleaginous -oleander/SM -O'Leary/M -olefin/M -Oleg/M -Ole/MV -Olenek/M -Olenka/M -Olen/M -Olenolin/M -oleomargarine/SM -oleo/S -oles -olfactory -Olga/M -Olia/M -oligarchic -oligarchical -oligarch/M -oligarchs -oligarchy/SM -Oligocene -oligopolistic -oligopoly/MS -Olimpia/M -Olin/M -olive/MSR -Olive/MZR -Oliver/M -Olivero/M -Olivette/M -Olivetti/M -Olivia/M -Olivier/M -Olivie/RM -Oliviero/M -Oliy/M -Ollie/M -Olly/M -Olmec -Olmsted/M -Olsen/M -Olson/M -Olva/M -Olvan/M -Olwen/M -Olympe/M -Olympiad/MS -Olympian/S -Olympia/SM -Olympic/S -Olympie/M -Olympus/M -Omaha/SM -Oman/M -Omar/M -ombudsman/M -ombudsmen -Omdurman/M -omega/MS -omelet/SM -omelette's -omen/DMG -Omero/M -omicron/MS -ominousness/SM -ominous/YP -omission/MS -omit/S -omitted -omitting -omnibus/MS -omni/M -omnipotence/SM -Omnipotent -omnipotent/SY -omnipresence/MS -omnipresent/Y -omniscience/SM -omniscient/YS -omnivore/MS -omnivorousness/MS -omnivorous/PY -oms -Omsk/M -om/XN -ON -onanism/M -Onassis/M -oncer/M -once/SR -oncogene/S -oncologist/S -oncology/SM -oncoming/S -Ondrea/M -Oneal/M -Onega/M -Onegin/M -Oneida/SM -O'Neil -O'Neill -oneness/MS -one/NPMSX -oner/M -onerousness/SM -onerous/YP -oneself -onetime -oneupmanship -Onfre/M -Onfroi/M -ongoing/S -Onida/M -onion/GDM -onionskin/MS -onlooker/MS -onlooking -only/TP -Onofredo/M -Ono/M -onomatopoeia/SM -onomatopoeic -onomatopoetic -Onondaga/MS -onrush/GMS -on/RY -ons -Onsager/M -onset/SM -onsetting -onshore -onside -onslaught/MS -Ontarian/S -Ontario/M -Ont/M -onto -ontogeny/SM -ontological/Y -ontology/SM -onus/SM -onward/S -onyx/MS -oodles -ooh/GD -oohs -oolitic -Oona/M -OOo/M -oops/S -Oort/M -ooze/GDS -oozy/RT -opacity/SM -opalescence/S -opalescent/Y -Opalina/M -Opaline/M -Opal/M -opal/SM -opaque/GTPYRSD -opaqueness/SM -opcode/MS -OPEC -Opel/M -opencast -opened/AU -opener/M -openhandedness/SM -openhanded/P -openhearted -opening/M -openness/S -OpenOffice.org/M -opens/A -openwork/MS -open/YRDJGZTP -operable/I -operandi -operand/SM -operant/YS -opera/SM -operate/XNGVDS -operatically -operatic/S -operationalization/S -operationalize/D -operational/Y -operation/M -operative/IP -operatively -operativeness/MI -operatives -operator/SM -operetta/MS -ope/S -Ophelia/M -Ophelie/M -Ophiuchus/M -ophthalmic/S -ophthalmologist/SM -ophthalmology/MS -opiate/GMSD -opine/XGNSD -opinionatedness/M -opinionated/PY -opinion/M -opioid -opium/MS -opossum/SM -opp -Oppenheimer/M -opponent/MS -opportune/IY -opportunism/SM -opportunistic -opportunistically -opportunist/SM -opportunity/MS -oppose/BRSDG -opposed/U -opposer/M -oppositeness/M -opposite/SXYNP -oppositional -opposition/M -oppress/DSGV -oppression/MS -oppressiveness/MS -oppressive/YP -oppressor/MS -opprobrious/Y -opprobrium/SM -Oprah/M -ops -opt/DSG -opthalmic -opthalmologic -opthalmology -optical/Y -optician/SM -optic/S -optics/M -optima -optimality -optimal/Y -optimise's -optimism/SM -optimistic -optimistically -optimist/SM -optimization/SM -optimize/DRSZG -optimized/U -optimizer/M -optimizes/U -optimum/SM -optionality/M -optional/YS -option/GDMS -optoelectronic -optometric -optometrist/MS -optometry/SM -opulence/SM -opulent/Y -opus/SM -op/XGDN -OR -oracle/GMSD -oracular -Oralee/M -Oralia/M -Oralie/M -Oralla/M -Oralle/M -oral/YS -Ora/M -orangeade/MS -Orange/M -orange/MS -orangery/SM -orangutan/MS -Oranjestad/M -Oran/M -orate/SDGNX -oration/M -oratorical/Y -oratorio/MS -orator/MS -oratory/MS -Orazio/M -Orbadiah/M -orbicular -orbiculares -orbital/MYS -orbit/MRDGZS -orb/SMDG -orchard/SM -orchestral/Y -orchestra/MS -orchestrate/GNSDX -orchestrater's -orchestration/M -orchestrator/M -orchid/SM -ordainer/M -ordainment/MS -ordain/SGLDR -ordeal/SM -order/AESGD -ordered/U -orderer -ordering/S -orderless -orderliness/SE -orderly/PS -order's/E -ordinal/S -ordinance/MS -ordinarily -ordinariness/S -ordinary/RSPT -ordinated -ordinate/I -ordinates -ordinate's -ordinating -ordination/SM -ordnance/SM -Ordovician -ordure/MS -oregano/SM -Oreg/M -Oregonian/S -Oregon/M -Orelee/M -Orelia/M -Orelie/M -Orella/M -Orelle/M -Orel/M -Oren/M -Ore/NM -ore/NSM -Oreo -Orestes -organdie's -organdy/MS -organelle/MS -organically/I -organic/S -organismic -organism/MS -organist/MS -organizable/UMS -organizational/MYS -organization/MEAS -organize/AGZDRS -organized/UE -organizer/MA -organizes/E -organizing/E -organ/MS -organometallic -organza/SM -orgasm/GSMD -orgasmic -orgiastic -orgy/SM -Oriana/M -oriel/MS -orientable -Oriental/S -oriental/SY -orientated/A -orientate/ESDXGN -orientates/A -orientation/AMES -orienteering/M -orienter -orient/GADES -orient's -Orient/SM -orifice/MS -orig -origami/MS -originality/SM -originally -original/US -originate/VGNXSD -origination/M -originative/Y -originator/SM -origin/MS -Orin/M -Orinoco/M -oriole/SM -Orion/M -orison/SM -Oriya/M -Orizaba/M -Orkney/M -Orland/M -Orlando/M -Orlan/M -Orleans -Orlick/M -Orlon/SM -Orly/M -ormolu/SM -or/MY -ornamental/SY -ornamentation/SM -ornament/GSDM -ornateness/SM -ornate/YP -orneriness/SM -ornery/PRT -ornithological -ornithologist/SM -ornithology/MS -orographic/M -orography/M -Orono/M -orotund -orotundity/MS -orphanage/MS -orphanhood/M -orphan/SGDM -Orpheus/M -Orphic -Orran/M -Orren/M -Orrin/M -orris/SM -Orr/MN -ors -Orsa/M -Orsola/M -Orson/M -Ortega/M -Ortensia/M -orthodontia/S -orthodontic/S -orthodontics/M -orthodontist/MS -orthodoxies -orthodoxly/U -Orthodox/S -orthodoxy's -orthodox/YS -orthodoxy/U -orthogonality/M -orthogonalization/M -orthogonalized -orthogonal/Y -orthographic -orthographically -orthography/MS -orthonormal -orthopedic/S -orthopedics/M -orthopedist/SM -orthophosphate/MS -orthorhombic -Ortiz/M -Orton/M -Orval/M -Orville/M -Orv/M -Orwellian -Orwell/M -o's -Osage/SM -Osaka/M -Osbert/M -Osborne/M -Osborn/M -Osbourne/M -Osbourn/M -Oscar/SM -Osceola/M -oscillate/SDXNG -oscillation/M -oscillator/SM -oscillatory -oscilloscope/SM -osculate/XDSNG -osculation/M -Osgood/M -OSHA -Oshawa/M -O'Shea/M -Oshkosh/M -osier/MS -Osiris/M -Oslo/M -Os/M -OS/M -Osman/M -osmium/MS -Osmond/M -osmoses -osmosis/M -osmotic -Osmund/M -osprey/SM -osseous/Y -Ossie/M -ossification/M -ossify/NGSDX -ostensible -ostensibly -ostentation/MS -ostentatiousness/M -ostentatious/PY -osteoarthritides -osteoarthritis/M -osteology/M -osteopathic -osteopath/M -osteopaths -osteopathy/MS -osteoporoses -osteoporosis/M -ostracise's -ostracism/MS -ostracize/GSD -Ostrander/M -ostrich/MS -Ostrogoth/M -Ostwald/M -O'Sullivan/M -Osvaldo/M -Oswald/M -Oswell/M -OT -OTB -OTC -Otes -Otha/M -Othelia/M -Othella/M -Othello/M -otherness/M -other/SMP -otherwise -otherworldly/P -otherworld/Y -Othilia/M -Othilie/M -Otho/M -otiose -Otis/M -OTOH -Ottawa/MS -otter/DMGS -Ottilie/M -Otto/M -Ottoman -ottoman/MS -Ouagadougou/M -oubliette/SM -ouch/SDG -oughtn't -ought/SGD -Ouija/MS -ounce/MS -our/S -ourself -ourselves -ouster/M -oust/RDGZS -outage/MS -outargue/GDS -outback/MRS -outbalance/GDS -outbidding -outbid/S -outboard/S -outboast/GSD -outbound/S -outbreak/SMG -outbroke -outbroken -outbuilding/SM -outburst/MGS -outcast/GSM -outclass/SDG -outcome/SM -outcropped -outcropping/S -outcrop/SM -outcry/MSDG -outdated/P -outdid -outdistance/GSD -outdoes -outdo/G -outdone -outdoor/S -outdoorsy -outdraw/GS -outdrawn -outdrew -outermost -outerwear/M -outface/SDG -outfall/MS -outfielder/M -outfield/RMSZ -outfight/SG -outfit/MS -outfitted -outfitter/MS -outfitting -outflank/SGD -outflow/SMDG -outfought -outfox/GSD -outgeneraled -outgoes -outgo/GJ -outgoing/P -outgrew -outgrip -outgrow/GSH -outgrown -outgrowth/M -outgrowths -outguess/SDG -outhit/S -outhitting -outhouse/SM -outing/M -outlaid -outlander/M -outlandishness/MS -outlandish/PY -outland/ZR -outlast/GSD -outlawry/M -outlaw/SDMG -outlay/GSM -outlet/SM -outliers -outline/SDGM -outlive/GSD -outlook/MDGS -outlying -outmaneuver/GSD -outmatch/SDG -outmigration -outmoded -outness/M -outnumber/GDS -outpaced -outpatient/SM -outperform/DGS -out/PJZGSDR -outplacement/S -outplay/GDS -outpoint/GDS -outpost/SM -outpouring/M -outpour/MJG -outproduce/GSD -output/SM -outputted -outputting -outrace/GSD -outrage/GSDM -outrageousness/M -outrageous/YP -outran -outrank/GSD -outré -outreach/SDG -outrider/MS -outrigger/SM -outright/Y -outrunning -outrun/S -outscore/GDS -outsell/GS -outset/MS -outsetting -outshine/SG -outshone -outshout/GDS -outsider/PM -outside/ZSR -outsize/S -outskirt/SM -outsmart/SDG -outsold -outsource/SDJG -outspend/SG -outspent -outspoke -outspokenness/SM -outspoken/YP -outspread/SG -outstanding/Y -outstate/NX -outstation/M -outstay/SDG -outstretch/GSD -outstripped -outstripping -outstrip/S -outtake/S -outvote/GSD -outwardness/M -outward/SYP -outwear/SG -outweigh/GD -outweighs -outwit/S -outwitted -outwitting -outwore -outwork/SMDG -outworn -ouzo/SM -oval/MYPS -ovalness/M -ova/M -ovarian -ovary/SM -ovate/SDGNX -ovation/GMD -ovenbird/SM -oven/MS -overabundance/MS -overabundant -overachieve/SRDGZ -overact/DGVS -overage/S -overaggressive -overallocation -overall/SM -overambitious -overanxious -overarching -overarm/GSD -overate -overattentive -overawe/GDS -overbalance/DSG -overbear/GS -overbearingness/M -overbearing/YP -overbidding -overbid/S -overbite/MS -overblown -overboard -overbold -overbook/SDG -overbore -overborne -overbought -overbuild/GS -overbuilt -overburdening/Y -overburden/SDG -overbuy/GS -overcame -overcapacity/M -overcapitalize/DSG -overcareful -overcast/GS -overcasting/M -overcautious -overcerebral -overcharge/DSG -overcloud/DSG -overcoating/M -overcoat/SMG -overcomer/M -overcome/RSG -overcommitment/S -overcompensate/XGNDS -overcompensation/M -overcomplexity/M -overcomplicated -overconfidence/MS -overconfident/Y -overconscientious -overconsumption/M -overcook/SDG -overcooled -overcorrection -overcritical -overcrowd/DGS -overcurious -overdecorate/SDG -overdependent -overdetermined -overdevelop/SDG -overdid -overdoes -overdo/G -overdone -overdose/DSMG -overdraft/SM -overdraw/GS -overdrawn -overdress/GDS -overdrew -overdrive/GSM -overdriven -overdrove -overdubbed -overdubbing -overdub/S -overdue -overeagerness/M -overeager/PY -overeater/M -overeat/GNRS -overeducated -overemotional -overemphases -overemphasis/M -overemphasize/GZDSR -overenthusiastic -overestimate/DSXGN -overestimation/M -overexcite/DSG -overexercise/SDG -overexert/GDS -overexertion/SM -overexploitation -overexploited -overexpose/GDS -overexposure/SM -overextend/DSG -overextension -overfall/M -overfed -overfeed/GS -overfill/GDS -overfishing -overflew -overflight/SM -overflow/DGS -overflown -overfly/GS -overfond -overfull -overgeneralize/GDS -overgenerous -overgraze/SDG -overgrew -overground -overgrow/GSH -overgrown -overgrowth/M -overgrowths -overhand/DGS -overhang/GS -overhasty -overhaul/GRDJS -overhead/S -overheard -overhearer/M -overhear/SRG -overheat/SGD -overhung -overincredulous -overindulgence/SM -overindulgent -overindulge/SDG -overinflated -overjoy/SGD -overkill/SDMG -overladed -overladen -overlaid -overlain -overland/S -overlap/MS -overlapped -overlapping -overlarge -overlay/GS -overleaf -overlie -overload/SDG -overlong -overlook/DSG -overlord/DMSG -overloud -overly/GRS -overmanning -overmaster/GSD -overmatching -overmodest -overmuch/S -overnice -overnight/SDRGZ -overoptimism/SM -overoptimistic -overpaid -overparticular -overpass/GMSD -overpay/LSG -overpayment/M -overplay/SGD -overpopulate/DSNGX -overpopulation/M -overpopulous -overpower/GSD -overpowering/Y -overpraise/DSG -overprecise -overpressure -overprice/SDG -overprint/DGS -overproduce/SDG -overproduction/S -overprotect/GVDS -overprotection/M -overqualified -overran -overrate/DSG -overreach/DSRG -overreaction/SM -overreact/SGD -overred -overrefined -overrepresented -overridden -overrider/M -override/RSG -overripe -overrode -overrule/GDS -overrunning -overrun/S -oversample/DG -oversaturate -oversaw -oversea/S -overseeing -overseen -overseer/M -oversee/ZRS -oversell/SG -oversensitiveness/S -oversensitive/P -oversensitivity -oversexed -overshadow/GSD -overshoe/SM -overshoot/SG -overshot/S -oversight/SM -oversimple -oversimplification/M -oversimplify/GXNDS -oversize/GS -oversleep/GS -overslept -oversoftness/M -oversoft/P -oversold -overspecialization/MS -overspecialize/GSD -overspend/SG -overspent -overspill/DMSG -overspread/SG -overstaffed -overstatement/SM -overstate/SDLG -overstay/GSD -overstepped -overstepping -overstep/S -overstimulate/DSG -overstock/SGD -overstraining -overstressed -overstretch/D -overstrict -overstrike/GS -overstrung -overstuffed -oversubscribe/SDG -oversubtle -oversupply/MDSG -oversuspicious -overtaken -overtake/RSZG -overtax/DSG -overthrew -overthrow/GS -overthrown -overtightened -overtime/MGDS -overtire/DSG -overtone/MS -overtook -overt/PY -overture/DSMG -overturn/SDG -overuse/DSG -overvalue/GSD -overview/MS -overweening -overweight/GSD -overwhelm/GDS -overwhelming/Y -overwinter/SDG -overwork/GSD -overwrap -overwrite/SG -overwritten -overwrote -overwrought -over/YGS -overzealousness/M -overzealous/P -Ovid/M -oviduct/SM -oviform -oviparous -ovoid/S -ovular -ovulate/GNXDS -ovulatory -ovule/MS -ovum/MS -ow/DYG -Owen/MS -owe/S -owlet/SM -owl/GSMDR -owlishness/M -owlish/PY -owned/U -own/EGDS -ownership/MS -owner/SM -oxalate/M -oxalic -oxaloacetic -oxblood/S -oxbow/SM -oxcart/MS -oxen/M -oxford/MS -Oxford/MS -oxidant/SM -oxidate/NVX -oxidation/M -oxidative/Y -oxide/SM -oxidization/MS -oxidized/U -oxidize/JDRSGZ -oxidizer/M -oxidizes/A -ox/MNS -Oxnard -Oxonian -oxtail/M -Oxus/M -oxyacetylene/MS -oxygenate/XSDMGN -oxygenation/M -oxygen/MS -oxyhydroxides -oxymora -oxymoron/M -oyster/GSDM -oystering/M -oz -Ozark/SM -Oz/M -ozone/SM -Ozymandias/M -Ozzie/M -Ozzy/M -P -PA -Pablo/M -Pablum/M -pablum/S -Pabst/M -pabulum/SM -PAC -pace/DRSMZG -Pace/M -pacemaker/SM -pacer/M -pacesetter/MS -pacesetting -Pacheco/M -pachyderm/MS -pachysandra/MS -pacific -pacifically -pacification/M -Pacific/M -pacifier/M -pacifism/MS -pacifistic -pacifist/MS -pacify/NRSDGXZ -package/ARSDG -packaged/U -packager/S -package's -packages/U -packaging/SM -Packard/SM -packed/AU -packer/MUS -packet/MSDG -pack/GZSJDRMB -packhorse/M -packinghouse/S -packing/M -packsaddle/SM -Packston/M -packs/UA -Packwood/M -Paco/M -Pacorro/M -pact/SM -Padang/M -padded/U -Paddie/M -padding/SM -paddle/MZGRSD -paddler/M -paddock/SDMG -Paddy/M -paddy/SM -Padget/M -Padgett/M -Padilla/M -padlock/SGDM -pad/MS -Padraic/M -Padraig/M -padre/MS -Padrewski/M -Padriac/M -paean/MS -paediatrician/MS -paediatrics/M -paedophilia's -paella/SM -paeony/M -Paganini/M -paganism/MS -pagan/SM -pageantry/SM -pageant/SM -pageboy/SM -paged/U -pageful -Page/M -page/MZGDRS -pager/M -paginate/DSNGX -Paglia/M -pagoda/MS -Pahlavi/M -paid/AU -Paige/M -pailful/SM -Pail/M -pail/SM -Paine/M -painfuller -painfullest -painfulness/MS -painful/YP -pain/GSDM -painkiller/MS -painkilling -painlessness/S -painless/YP -painstaking/SY -paint/ADRZGS -paintbox/M -paintbrush/SM -painted/U -painterly/P -painter/YM -painting/SM -paint's -paintwork -paired/UA -pair/JSDMG -pairs/A -pairwise -paisley/MS -pajama/MDS -Pakistani/S -Pakistan/M -palace/MS -paladin/MS -palaeolithic -palaeontologists -palaeontology/M -palanquin/MS -palatability/M -palatableness/M -palatable/P -palatalization/MS -palatalize/SDG -palatal/YS -palate/BMS -palatial/Y -palatinate/SM -Palatine -palatine/S -palaver/GSDM -paleface/SM -Palembang/M -paleness/S -Paleocene -Paleogene -paleographer/SM -paleography/SM -paleolithic -Paleolithic -paleontologist/S -paleontology/MS -Paleozoic -Palermo/M -pale/SPY -Palestine/M -Palestinian/S -Palestrina/M -palette/MS -Paley/M -palfrey/MS -palimony/S -palimpsest/MS -palindrome/MS -palindromic -paling/M -palisade/MGSD -Palisades/M -palish -Palladio/M -palladium/SM -pallbearer/SM -palletized -pallet/SMGD -pall/GSMD -palliate/SDVNGX -palliation/M -palliative/SY -pallidness/MS -pallid/PY -Pall/M -pallor/MS -palmate -palmer/M -Palmer/M -Palmerston/M -palmetto/MS -palm/GSMDR -palmist/MS -palmistry/MS -Palm/MR -Palmolive/M -palmtop/S -Palmyra/M -palmy/RT -Palo/M -Paloma/M -Palomar/M -palomino/MS -palpable -palpably -palpate/SDNGX -palpation/M -palpitate/NGXSD -palpitation/M -pal/SJMDRYTG -palsy/GSDM -paltriness/SM -paltry/TRP -paludal -Pa/M -Pamela/M -Pamelina/M -Pamella/M -pa/MH -Pamirs -Pam/M -Pammie/M -Pammi/M -Pammy/M -pampas/M -pamperer/M -pamper/RDSG -Pampers -pamphleteer/DMSG -pamphlet/SM -panacea/MS -panache/MS -Panama/MS -Panamanian/S -panama/S -pancake/MGSD -Panchito/M -Pancho/M -panchromatic -pancreas/MS -pancreatic -panda/SM -pandemic/S -pandemonium/SM -pander/ZGRDS -Pandora/M -panegyric/SM -pane/KMS -paneling/M -panelist/MS -panelization -panelized -panel/JSGDM -Pangaea/M -pang/GDMS -pangolin/M -panhandle/RSDGMZ -panicked -panicking -panicky/RT -panic/SM -panier's -panjandrum/M -Pankhurst/M -Pan/M -Panmunjom/M -panned -pannier/SM -panning -panoply/MSD -panorama/MS -panoramic -panpipes -Pansie/M -pan/SMD -Pansy/M -pansy/SM -Pantagruel/M -Pantaloon/M -pantaloons -pant/GDS -pantheism/MS -pantheistic -pantheist/S -pantheon/MS -panther/SM -pantie/SM -pantiled -pantograph/M -pantomime/SDGM -pantomimic -pantomimist/SM -pantry/SM -pantsuit/SM -pantyhose -pantyliner -pantywaist/SM -Panza/M -Paola/M -Paoli/M -Paolina/M -Paolo/M -papacy/SM -Papagena/M -Papageno/M -papal/Y -papa/MS -paparazzi -papaw/SM -papaya/MS -paperback/GDMS -paperboard/MS -paperboy/SM -paperer/M -papergirl/SM -paper/GJMRDZ -paperhanger/SM -paperhanging/SM -paperiness/M -paperless -paperweight/MS -paperwork/SM -papery/P -papillae -papilla/M -papillary -papist/MS -papoose/SM -Pappas/M -papped -papping -pappy/RST -paprika/MS -pap/SZMNR -papyri -papyrus/M -Paquito/M -parable/MGSD -parabola/MS -parabolic -paraboloidal/M -paraboloid/MS -Paracelsus/M -paracetamol/M -parachuter/M -parachute/RSDMG -parachutist/MS -Paraclete/M -parader/M -parade/RSDMZG -paradigmatic -paradigm/SM -paradisaic -paradisaical -Paradise/M -paradise/MS -paradoxic -paradoxicalness/M -paradoxical/YP -paradox/MS -paraffin/GSMD -paragon/SGDM -paragrapher/M -paragraph/MRDG -paragraphs -Paraguayan/S -Paraguay/M -parakeet/MS -paralegal/S -paralinguistic -parallax/SM -parallel/DSG -paralleled/U -parallelepiped/MS -parallelism/SM -parallelization/MS -parallelize/ZGDSR -parallelogram/MS -paralysis/M -paralytically -paralytic/S -paralyzedly/S -paralyzed/Y -paralyzer/M -paralyze/ZGDRS -paralyzingly/S -paralyzing/Y -paramagnetic -paramagnet/M -Paramaribo/M -paramecia -paramecium/M -paramedical/S -paramedic/MS -parameterization/SM -parameterize/BSDG -parameterized/U -parameterless -parameter/SM -parametric -parametrically -parametrization -parametrize/DS -paramilitary/S -paramount/S -paramour/MS -para/MS -Paramus/M -Paraná -paranoiac/S -paranoia/SM -paranoid/S -paranormal/SY -parapet/SMD -paraphernalia -paraphrase/GMSRD -paraphraser/M -paraplegia/MS -paraplegic/S -paraprofessional/SM -parapsychologist/S -parapsychology/MS -paraquat/S -parasite/SM -parasitically -parasitic/S -parasitism/SM -parasitologist/M -parasitology/M -parasol/SM -parasympathetic/S -parathion/SM -parathyroid/S -paratrooper/M -paratroop/RSZ -paratyphoid/S -parboil/DSG -parceled/U -parceling/M -parcel/SGMD -Parcheesi/M -parch/GSDL -parchment/SM -PARC/M -pardonableness/M -pardonable/U -pardonably/U -pardoner/M -pardon/ZBGRDS -paregoric/SM -parentage/MS -parental/Y -parenteral -parentheses -parenthesis/M -parenthesize/GSD -parenthetic -parenthetical/Y -parenthood/MS -parent/MDGJS -pare/S -paresis/M -pares/S -Pareto/M -parfait/SM -pariah/M -pariahs -parietal/S -parimutuel/S -paring/M -parishioner/SM -parish/MS -Parisian/SM -Paris/M -parity/ESM -parka/MS -Parke/M -Parker/M -Parkersburg/M -park/GJZDRMS -Parkhouse/M -parking/M -Parkinson/M -parkish -parkland/M -parklike -Parkman -Park/RMS -parkway/MS -parlance/SM -parlay/DGS -parley/MDSG -parliamentarian/SM -parliamentary/U -parliament/MS -Parliament/MS -parlor/SM -parlous -Parmesan/S -parmigiana -Parnassus/SM -Parnell/M -parochialism/SM -parochiality -parochial/Y -parodied/U -parodist/SM -parody/SDGM -parolee/MS -parole/MSDG -paroxysmal -paroxysm/MS -parquetry/SM -parquet/SMDG -parrakeet's -parred -parricidal -parricide/MS -parring -Parrish/M -Parr/M -Parrnell/M -parrot/GMDS -parrotlike -parry/GSD -Parry/M -parse -parsec/SM -parsed/U -Parsee's -parser/M -Parsifal/M -parsimonious/Y -parsimony/SM -pars/JDSRGZ -parsley/MS -parsnip/MS -parsonage/MS -parson/MS -Parsons/M -partaken -partaker/M -partake/ZGSR -part/CDGS -parterre/MS -parter/S -parthenogeneses -parthenogenesis/M -Parthenon/M -Parthia/M -partiality/MS -partial/SY -participant/MS -participate/NGVDSX -participation/M -participator/S -participatory -participial/Y -participle/MS -particleboard/S -particle/MS -particolored -particularistic -particularity/SM -particularization/MS -particularize/GSD -particular/SY -particulate/S -parting/MS -partisanship/SM -partisan/SM -partition/AMRDGS -partitioned/U -partitioner/M -partitive/S -partizan's -partly -partner/DMGS -partnership/SM -partook -partridge/MS -part's -parturition/SM -partway -party/RSDMG -parvenu/SM -par/ZGSJBMDR -Pasadena/M -PASCAL -Pascale/M -Pascal/M -pascal/SM -paschal/S -pasha/MS -Paso/M -Pasquale/M -pas/S -passably -passage/MGSD -passageway/MS -Passaic/M -passband -passbook/MS -passel/MS -passé/M -passenger/MYS -passerby -passer/M -passersby -passim -passing/Y -passionated -passionate/EYP -passionateness/EM -passionates -passionating -passioned -passionflower/MS -passioning -passionless -passion/SEM -Passion/SM -passivated -passiveness/S -passive/SYP -passivity/S -pass/JGVBZDSR -passkey/SM -passmark -passover -Passover/MS -passport/SM -password/SDM -pasta/MS -pasteboard/SM -pasted/UA -pastel/MS -paste/MS -Pasternak/M -pastern/SM -pasteup -pasteurization/MS -pasteurized/U -pasteurizer/M -pasteurize/RSDGZ -Pasteur/M -pastiche/MS -pastille/SM -pastime/SM -pastiness/SM -pastoralization/M -pastoral/SPY -pastorate/MS -pastor/GSDM -past/PGMDRS -pastrami/MS -pastry/SM -past's/A -pasts/A -pasturage/SM -pasture/MGSRD -pasturer/M -pasty/PTRS -Patagonia/M -Patagonian/S -patch/EGRSD -patcher/EM -patchily -patchiness/S -patch's -patchwork/RMSZ -patchy/PRT -patellae -patella/MS -Patel/M -Pate/M -paten/M -Paten/M -patentee/SM -patent/ZGMRDYSB -paterfamilias/SM -pater/M -paternalism/MS -paternalist -paternalistic -paternal/Y -paternity/SM -paternoster/SM -Paterson/M -pate/SM -pathetic -pathetically -pathfinder/MS -pathless/P -path/M -pathname/SM -pathogenesis/M -pathogenic -pathogen/SM -pathologic -pathological/Y -pathologist/MS -pathology/SM -pathos/SM -paths -pathway/MS -Patience/M -patience/SM -patient/MRYTS -patient's/I -patients/I -patina/SM -patine -Patin/M -patio/MS -Pat/MN -pat/MNDRS -Patna/M -patois/M -Paton/M -patresfamilias -patriarchal -patriarchate/MS -patriarch/M -patriarchs -patriarchy/MS -Patrica/M -Patrice/M -Patricia/M -patrician/MS -patricide/MS -Patricio/M -Patrick/M -Patric/M -patrimonial -patrimony/SM -patriotically -patriotic/U -patriotism/SM -patriot/SM -patristic/S -Patrizia/M -Patrizio/M -Patrizius/M -patrolled -patrolling -patrolman/M -patrolmen -patrol/MS -patrolwoman -patrolwomen -patronage/MS -patroness/S -patronization -patronized/U -patronize/GZRSDJ -patronizer/M -patronizes/A -patronizing's/U -patronizing/YM -patronymically -patronymic/S -patron/YMS -patroon/MS -patsy/SM -Patsy/SM -patted -Patten/M -patten/MS -patterer/M -pattern/GSDM -patternless -patter/RDSGJ -Patterson/M -Pattie/M -Patti/M -patting -Pattin/M -Patton/M -Patty/M -patty/SM -paucity/SM -Paula/M -Paule/M -Pauletta/M -Paulette/M -Paulie/M -Pauli/M -Paulina/M -Pauline -Pauling/M -Paulita/M -Paul/MG -Paulo/M -Paulsen/M -Paulson/M -Paulus/M -Pauly/M -paunch/GMSD -paunchiness/M -paunchy/RTP -pauperism/SM -pauperize/SDG -pauper/SGDM -pause/DSG -Pavarotti -paved/UA -pave/GDRSJL -Pavel/M -pavement/SGDM -paver/M -paves/A -Pavia/M -pavilion/SMDG -paving/A -paving's -Pavla/M -Pavlova/MS -Pavlovian -Pavlov/M -pawl/SM -paw/MDSG -pawnbroker/SM -pawnbroking/S -Pawnee/SM -pawner/M -pawn/GSDRM -pawnshop/MS -pawpaw's -Pawtucket/M -paxes -Paxon/M -Paxton/M -payable/S -pay/AGSLB -payback/S -paycheck/SM -payday/MS -payed -payee/SM -payer/SM -payload/SM -paymaster/SM -payment/ASM -Payne/SM -payoff/MS -payola/MS -payout/S -payroll/MS -payslip/S -Payson/M -Payton/M -Paz/M -Pb/M -PBS -PBX -PCB -PC/M -PCP -PCs -pct -pd -PD -Pd/M -PDP -PDQ -PDT -PE -Peabody/M -peaceableness/M -peaceable/P -peaceably -peacefuller -peacefullest -peacefulness/S -peaceful/PY -peace/GMDS -peacekeeping/S -Peace/M -peacemaker/MS -peacemaking/MS -peacetime/MS -peach/GSDM -Peachtree/M -peachy/RT -peacock/SGMD -Peadar/M -peafowl/SM -peahen/MS -peaked/P -peakiness/M -peak/SGDM -peaky/P -pealed/A -Peale/M -peal/MDSG -peals/A -pea/MS -peanut/SM -Pearce/M -Pearla/M -Pearle/M -pearler/M -Pearlie/M -Pearline/M -Pearl/M -pearl/SGRDM -pearly/TRS -Pearson/M -pear/SYM -peartrees -Peary/M -peasanthood -peasantry/SM -peasant/SM -peashooter/MS -peats/A -peat/SM -peaty/TR -pebble/MGSD -pebbling/M -pebbly/TR -Pebrook/M -pecan/SM -peccadilloes -peccadillo/M -peccary/MS -Pechora/M -pecker/M -peck/GZSDRM -Peckinpah/M -Peck/M -Pecos/M -pectic -pectin/SM -pectoral/S -peculate/NGDSX -peculator/S -peculiarity/MS -peculiar/SY -pecuniary -pedagogical/Y -pedagogic/S -pedagogics/M -pedagogue/SDGM -pedagogy/MS -pedal/SGRDM -pedantic -pedantically -pedantry/MS -pedant/SM -peddler/M -peddle/ZGRSD -pederast/SM -pederasty/SM -Peder/M -pedestal/GDMS -pedestrianization -pedestrianize/GSD -pedestrian/MS -pediatrician/SM -pediatric/S -pedicab/SM -pedicure/DSMG -pedicurist/SM -pedigree/DSM -pediment/DMS -pedlar's -pedometer/MS -pedophile/S -pedophilia -Pedro/M -peduncle/MS -peeing -peekaboo/SM -peek/GSD -peeler/M -peeling/M -Peel/M -peel/SJGZDR -peen/GSDM -peeper/M -peephole/SM -peep/SGZDR -peepshow/MS -peepy -peerage/MS -peer/DMG -peeress/MS -peerlessness/M -peerless/PY -peeve/GZMDS -peevers/M -peevishness/SM -peevish/YP -peewee/S -pee/ZDRS -Pegasus/MS -pegboard/SM -Pegeen/M -pegged -Peggie/M -Peggi/M -pegging -Peggy/M -Peg/M -peg/MS -peignoir/SM -Pei/M -Peiping/M -Peirce/M -pejoration/SM -pejorative/SY -peke/MS -Pekinese's -pekingese -Pekingese/SM -Peking/SM -pekoe/SM -pelagic -Pelee/M -Pele/M -pelf/SM -Pelham/M -pelican/SM -pellagra/SM -pellet/SGMD -pellucid -Peloponnese/M -pelter/M -pelt/GSDR -pelvic/S -pelvis/SM -Pembroke/M -pemmican/SM -penalization/SM -penalized/U -penalize/SDG -penalty/MS -penal/Y -Pena/M -penance/SDMG -pence/M -penchant/MS -pencil/SGJMD -pendant/SM -pend/DCGS -pendent/CS -Penderecki/M -Pendleton/M -pendulous -pendulum/MS -Penelopa/M -Penelope/M -penetrability/SM -penetrable -penetrate/SDVGNX -penetrating/Y -penetration/M -penetrativeness/M -penetrative/PY -penetrator/MS -penguin/MS -penicillin/SM -penile -peninsular -peninsula/SM -penis/MS -penitence/MS -penitential/YS -penitentiary/MS -penitent/SY -penknife/M -penknives -penlight/MS -pen/M -Pen/M -penman/M -penmanship/MS -penmen -Penna -pennant/SM -penned -Penney/M -Pennie/M -penniless -Penni/M -penning -Pennington/M -pennis -Penn/M -pennon/SM -Pennsylvania/M -Pennsylvanian/S -Penny/M -penny/SM -pennyweight/SM -pennyworth/M -penologist/MS -penology/MS -Penrod/M -Pensacola/M -pensioner/M -pension/ZGMRDBS -pensiveness/S -pensive/PY -pens/V -pentacle/MS -pentagonal/SY -Pentagon/M -pentagon/SM -pentagram/MS -pentameter/SM -pent/AS -Pentateuch/M -pentathlete/S -pentathlon/MS -pentatonic -pentecostal -Pentecostalism/S -Pentecostal/S -Pentecost/SM -penthouse/SDGM -Pentium/M -penuche/SM -penultimate/SY -penumbrae -penumbra/MS -penuriousness/MS -penurious/YP -penury/SM -peonage/MS -peon/MS -peony/SM -people/SDMG -Peoria/M -Pepe/M -Pepillo/M -Pepi/M -Pepin/M -Pepita/M -Pepito/M -pepped -peppercorn/MS -pepperer/M -peppergrass/M -peppermint/MS -pepperoni/S -pepper/SGRDM -peppery -peppiness/SM -pepping -peppy/PRT -Pepsico/M -PepsiCo/M -Pepsi/M -pepsin/SM -pep/SM -peptic/S -peptidase/SM -peptide/SM -peptizing -Pepys/M -Pequot/M -peradventure/S -perambulate/DSNGX -perambulation/M -perambulator/MS -percale/MS -perceivably -perceive/DRSZGB -perceived/U -perceiver/M -percentage/MS -percentile/SM -percent/MS -perceptible -perceptibly -perceptional -perception/MS -perceptiveness/MS -perceptive/YP -perceptual/Y -percept/VMS -Perceval/M -perchance -perch/GSDM -perchlorate/M -perchlorination -percipience/MS -percipient/S -Percival/M -percolate/NGSDX -percolation/M -percolator/MS -percuss/DSGV -percussionist/MS -percussion/SAM -percussiveness/M -percussive/PY -percutaneous/Y -Percy/M -perdition/MS -perdurable -peregrinate/XSDNG -peregrination/M -peregrine/S -Perelman/M -peremptorily -peremptory/P -perennial/SY -pères -perestroika/S -Perez/M -perfecta/S -perfect/DRYSTGVP -perfecter/M -perfectibility/MS -perfectible -perfectionism/MS -perfectionist/MS -perfection/MS -perfectiveness/M -perfective/PY -perfectness/MS -perfidiousness/M -perfidious/YP -perfidy/MS -perforated/U -perforate/XSDGN -perforation/M -perforce -performance/MS -performed/U -performer/M -perform/SDRZGB -perfumer/M -perfumery/SM -perfume/ZMGSRD -perfunctorily -perfunctoriness/M -perfunctory/P -perfused -perfusion/M -Pergamon/M -pergola/SM -perhaps/S -Peria/M -pericardia -pericardium/M -Perice/M -Periclean -Pericles/M -perigee/SM -perihelia -perihelion/M -peril/GSDM -Perilla/M -perilousness/M -perilous/PY -Peri/M -perimeter/MS -perinatal -perinea -perineum/M -periodic -periodical/YMS -periodicity/MS -period/MS -periodontal/Y -periodontics/M -periodontist/S -peripatetic/S -peripheral/SY -periphery/SM -periphrases -periphrasis/M -periphrastic -periscope/SDMG -perishable/SM -perish/BZGSRD -perishing/Y -peristalses -peristalsis/M -peristaltic -peristyle/MS -peritoneal -peritoneum/SM -peritonitis/MS -periwigged -periwigging -periwig/MS -periwinkle/SM -perjurer/M -perjure/SRDZG -perjury/MS -per/K -perk/GDS -perkily -perkiness/S -Perkin/SM -perky/TRP -Perla/M -Perle/M -Perl/M -permafrost/MS -permalloy/M -Permalloy/M -permanence/SM -permanency/MS -permanentness/M -permanent/YSP -permeability/SM -permeableness/M -permeable/P -permeate/NGVDSX -Permian -permissibility/M -permissibleness/M -permissible/P -permissibly -permission/SM -permissiveness/MS -permissive/YP -permit/SM -permitted -permitting -Perm/M -perm/MDGS -permutation/MS -permute/SDG -Pernell/M -perniciousness/MS -pernicious/PY -Pernod/M -Peron/M -peroration/SM -Perot/M -peroxidase/M -peroxide/MGDS -perpend/DG -perpendicularity/SM -perpendicular/SY -perpetrate/NGXSD -perpetration/M -perpetrator/SM -perpetual/SY -perpetuate/NGSDX -perpetuation/M -perpetuity/MS -perplex/DSG -perplexed/Y -perplexity/MS -perquisite/SM -Perren/M -Perri/M -Perrine/M -Perry/MR -persecute/XVNGSD -persecution/M -persecutor/MS -persecutory -Perseid/M -Persephone/M -Perseus/M -perseverance/MS -persevere/GSD -persevering/Y -Pershing/M -Persia/M -Persian/S -persiflage/MS -persimmon/SM -Persis/M -persist/DRSG -persistence/SM -persistent/Y -persnickety -personableness/M -personable/P -personae -personage/SM -personality/SM -personalization/CMS -personalize/CSDG -personalized/U -personalty/MS -personal/YS -persona/M -person/BMS -personification/M -personifier/M -personify/XNGDRS -personnel/SM -person's/U -persons/U -perspective/YMS -perspex -perspicaciousness/M -perspicacious/PY -perspicacity/S -perspicuity/SM -perspicuousness/M -perspicuous/YP -perspiration/MS -perspire/DSG -persuaded/U -persuader/M -persuade/ZGDRSB -persuasion/SM -persuasively -persuasiveness/MS -persuasive/U -pertain/GSD -Perth/M -pertinaciousness/M -pertinacious/YP -pertinacity/MS -pertinence/S -pertinent/YS -pertness/MS -perturbation/MS -perturbed/U -perturb/GDS -pertussis/SM -pert/YRTSP -peruke/SM -Peru/M -perusal/SM -peruser/M -peruse/RSDZG -Peruvian/S -pervade/SDG -pervasion/M -pervasiveness/MS -pervasive/PY -perverseness/SM -perverse/PXYNV -perversion/M -perversity/MS -pervert/DRSG -perverted/YP -perverter/M -perviousness -peseta/SM -Peshawar/M -peskily -peskiness/S -pesky/RTP -peso/MS -pessimal/Y -pessimism/SM -pessimistic -pessimistically -pessimist/SM -pester/DG -pesticide/MS -pestiferous -pestilence/SM -pestilential/Y -pestilent/Y -pestle/SDMG -pesto/S -pest/RZSM -PET -Pétain/M -petal/SDM -Peta/M -petard/MS -petcock/SM -Pete/M -peter/GD -Peter/M -Petersburg/M -Petersen/M -Peters/N -Peterson/M -Peterus/M -Petey/M -pethidine/M -petiole/SM -petiteness/M -petite/XNPS -petitioner/M -petition/GZMRD -petition's/A -petitions/A -petits -Petkiewicz/M -Pet/MRZ -Petra/M -Petrarch/M -petrel/SM -petri -petrifaction/SM -petrify/NDSG -Petrina/M -Petr/M -petrochemical/SM -petrodollar/MS -petroglyph/M -petrolatum/MS -petroleum/MS -petrolled -petrolling -petrol/MS -petrologist/MS -petrology/MS -Petronella/M -Petronia/M -Petronilla/M -Petronille/M -pet/SMRZ -petted -petter/MS -Pettibone/M -petticoat/SMD -pettifogged -pettifogger/SM -pettifogging -pettifog/S -pettily -pettiness/S -petting -pettis -pettishness/M -pettish/YP -Petty/M -petty/PRST -petulance/MS -petulant/Y -Petunia/M -petunia/SM -Peugeot/M -Pewaukee/M -pewee/MS -pewit/MS -pew/SM -pewter/SRM -peyote/SM -Peyter/M -Peyton/M -pf -Pfc -PFC -pfennig/SM -Pfizer/M -pg -PG -Phaedra/M -Phaethon/M -phaeton/MS -phage/M -phagocyte/SM -Phaidra/M -phalanger/MS -phalanges -phalanx/SM -phalli -phallic -phallus/M -Phanerozoic -phantasmagoria/SM -phantasmal -phantasm/SM -phantasy's -phantom/MS -pharaoh -Pharaoh/M -pharaohs -Pharaohs -pharisaic -Pharisaic -Pharisaical -pharisee/S -Pharisee/SM -pharmaceutical/SY -pharmaceutic/S -pharmaceutics/M -pharmacist/SM -pharmacological/Y -pharmacologist/SM -pharmacology/SM -pharmacopoeia/SM -pharmacy/SM -pharyngeal/S -pharynges -pharyngitides -pharyngitis/M -pharynx/M -phase/DSRGZM -phaseout/S -PhD -pheasant/SM -Phebe/M -Phedra/M -Phekda/M -Phelia/M -Phelps/M -phenacetin/MS -phenobarbital/SM -phenolic -phenol/MS -phenolphthalein/M -phenomenal/Y -phenomena/SM -phenomenological/Y -phenomenology/MS -phenomenon/SM -phenotype/MS -phenylalanine/M -phenyl/M -pheromone/MS -phew/S -phialled -phialling -phial/MS -Phidias/M -Philadelphia/M -philanderer/M -philander/SRDGZ -philanthropic -philanthropically -philanthropist/MS -philanthropy/SM -philatelic -philatelist/MS -philately/SM -Philbert/M -Philco/M -philharmonic/S -Philipa/M -Philip/M -Philippa/M -Philippe/M -Philippians/M -philippic/SM -Philippine/SM -Philis/M -philistine/S -Philistine/SM -philistinism/S -Phillida/M -Phillie/M -Phillipa/M -Phillipe/M -Phillip/MS -Phillipp/M -Phillis/M -Philly/SM -Phil/MY -philodendron/MS -philological/Y -philologist/MS -philology/MS -Philomena/M -philosopher/MS -philosophic -philosophical/Y -philosophized/U -philosophizer/M -philosophizes/U -philosophize/ZDRSG -philosophy/MS -philter/SGDM -philtre/DSMG -Phineas/M -Phip/M -Phipps/M -phi/SM -phlebitides -phlebitis/M -phlegmatic -phlegmatically -phlegm/SM -phloem/MS -phlox/M -pH/M -Ph/M -phobia/SM -phobic/S -Phobos/M -Phoebe/M -phoebe/SM -Phoenicia/M -Phoenician/SM -Phoenix/M -phoenix/MS -phone/DSGM -phoneme/SM -phonemically -phonemic/S -phonemics/M -phonetically -phonetician/SM -phonetic/S -phonetics/M -phonically -phonic/S -phonics/M -phoniness/MS -phonographer/M -phonographic -phonograph/RM -phonographs -phonologic -phonological/Y -phonologist/MS -phonology/MS -phonon/M -phony/PTRSDG -phooey/S -phosphatase/M -phosphate/MS -phosphide/M -phosphine/MS -phosphoresce -phosphorescence/SM -phosphorescent/Y -phosphoric -phosphor/MS -phosphorous -phosphorus/SM -photocell/MS -photochemical/Y -photochemistry/M -photocopier/M -photocopy/MRSDZG -photoelectric -photoelectrically -photoelectronic -photoelectrons -photoengraver/M -photoengrave/RSDJZG -photoengraving/M -photofinishing/MS -photogenic -photogenically -photograph/AGD -photographer/SM -photographic -photographically -photograph's -photographs/A -photography/MS -photojournalism/SM -photojournalist/SM -photoluminescence/M -photolysis/M -photolytic -photometer/SM -photometric -photometrically -photometry/M -photomicrograph/M -photomicrography/M -photomultiplier/M -photon/MS -photorealism -photosensitive -photo/SGMD -photosphere/M -photostatic -Photostat/MS -Photostatted -Photostatting -photosyntheses -photosynthesis/M -photosynthesize/DSG -photosynthetic -phototypesetter -phototypesetting/M -phrasal -phrase/AGDS -phrasebook -phrasemaking -phraseology/MS -phrase's -phrasing/SM -phrenological/Y -phrenologist/MS -phrenology/MS -phylactery/MS -phylae -phyla/M -Phylis/M -Phyllida/M -Phyllis/M -Phyllys/M -phylogeny/MS -phylum/M -Phylys/M -phys -physicality/M -physical/PYS -physician/SM -physicist/MS -physicked -physicking -physic/SM -physiochemical -physiognomy/SM -physiography/MS -physiologic -physiological/Y -physiologist/SM -physiology/MS -physiotherapist/MS -physiotherapy/SM -physique/MSD -phytoplankton/M -Piaf/M -Piaget/M -Pia/M -pianism/M -pianissimo/S -pianistic -pianist/SM -pianoforte/MS -pianola -Pianola/M -piano/SM -piaster/MS -piazza/SM -pibroch/M -pibrochs -picador/MS -picaresque/S -pica/SM -Picasso/M -picayune/S -Piccadilly/M -piccalilli/MS -piccolo/MS -pickaback's -pickaxe's -pickax/GMSD -pickerel/MS -Pickering/M -picker/MG -picketer/M -picket/MSRDZG -Pickett/M -Pickford/M -pick/GZSJDR -pickle/SDMG -Pickman/M -pickoff/S -pickpocket/GSM -pickup/SM -Pickwick/M -picky/RT -picnicked -picnicker/MS -picnicking -picnic/SM -picofarad/MS -picojoule -picoseconds -picot/DMGS -Pict/M -pictograph/M -pictographs -pictorialness/M -pictorial/PYS -picture/MGSD -picturesqueness/SM -picturesque/PY -piddle/GSD -piddly -pidgin/SM -piebald/S -piece/GMDSR -piecemeal -piecer/M -piecewise -pieceworker/M -piecework/ZSMR -piedmont -Piedmont/M -pieing -pie/MS -Pierce/M -piercer/M -pierce/RSDZGJ -piercing/Y -Pierette/M -pier/M -Pier/M -Pierre/M -Pierrette/M -Pierrot/M -Pierson/M -Pieter/M -Pietra/M -Pietrek/M -Pietro/M -piety/SM -piezoelectric -piezoelectricity/M -piffle/MGSD -pigeon/DMGS -pigeonhole/SDGM -pigged -piggery/M -pigging -piggishness/SM -piggish/YP -piggyback/MSDG -Piggy/M -piggy/RSMT -pigheadedness/S -pigheaded/YP -piglet/MS -pigmentation/MS -pigment/MDSG -pig/MLS -Pigmy's -pigpen/SM -pigroot -pigskin/MS -pigsty/SM -pigswill/M -pigtail/SMD -Pike/M -pike/MZGDRS -piker/M -pikestaff/MS -pilaf/MS -pilaster/SM -Pilate/M -pilau's -pilchard/SM -Pilcomayo/M -pile/JDSMZG -pileup/MS -pilferage/SM -pilferer/M -pilfer/ZGSRD -Pilgrim -pilgrimage/DSGM -pilgrim/MS -piling/M -pillage/RSDZG -pillar/DMSG -pillbox/MS -pill/GSMD -pillion/DMGS -pillory/MSDG -pillowcase/SM -pillow/GDMS -pillowslip/S -Pillsbury/M -pilot/DMGS -pilothouse/SM -piloting/M -pimento/MS -pimiento/SM -pimpernel/SM -pimp/GSMYD -pimple/SDM -pimplike -pimply/TRM -PIN -pinafore/MS -piñata/S -Pinatubo/M -pinball/MS -Pincas/M -pincer/GSD -Pinchas/M -pincher/M -pinch/GRSD -pincushion/SM -Pincus/M -Pindar/M -pineapple/MS -pined/A -Pinehurst/M -pine/MNGXDS -pines/A -pinfeather/SM -ping/GDRM -pinheaded/P -pinhead/SMD -pinhole/SM -pining/A -pinion/DMG -Pinkerton/M -pinkeye/MS -pink/GTYDRMPS -pinkie/SM -pinkish/P -pinkness/S -pinko/MS -pinky's -pinnacle/MGSD -pinnate -pinned/U -pinning/S -Pinocchio/M -Pinochet/M -pinochle/SM -piñon/S -pinpoint/SDG -pinprick/MDSG -pin's -pinsetter/SM -Pinsky/M -pinstripe/SDM -pintail/SM -Pinter/M -pint/MRS -pinto/S -pinup/MS -pin/US -pinwheel/DMGS -pinyin -Pinyin -piny/RT -pioneer/SDMG -pion/M -Piotr/M -piousness/MS -pious/YP -pipeline/DSMG -pipe/MS -piper/M -Piper/M -Pipestone/M -pipet's -pipette/MGSD -pipework -piping/YM -pipit/MS -pip/JSZMGDR -Pip/MR -Pippa/M -pipped -pipping -pippin/SM -Pippo/M -Pippy/M -pipsqueak/SM -piquancy/MS -piquantness/M -piquant/PY -pique/GMDS -piracy/MS -Piraeus/M -Pirandello/M -piranha/SM -pirate/MGSD -piratical/Y -pirogi -pirogies -pirouette/MGSD -pis -Pisa/M -piscatorial -Pisces/M -Pisistratus/M -pismire/SM -Pissaro/M -piss/DSRG! -pistachio/MS -piste/SM -pistillate -pistil/MS -pistoleers -pistole/M -pistol/SMGD -piston/SM -pitapat/S -pitapatted -pitapatting -pita/SM -Pitcairn/M -pitchblende/SM -pitcher/M -pitchfork/GDMS -pitching/M -pitchman/M -pitchmen -pitch/RSDZG -pitchstone/M -piteousness/SM -piteous/YP -pitfall/SM -pithily -pithiness/SM -pith/MGDS -piths -pithy/RTP -pitiableness/M -pitiable/P -pitiably -pitier/M -pitifuller -pitifullest -pitifulness/M -pitiful/PY -pitilessness/SM -pitiless/PY -pitman/M -pit/MS -Pitney/M -piton/SM -pittance/SM -pitted -pitting -Pittman/M -Pittsburgh/ZM -Pittsfield/M -Pitt/SM -Pittston/M -pituitary/SM -pitying/Y -pity/ZDSRMG -Pius/M -pivotal/Y -pivot/DMSG -pivoting/M -pix/DSG -pixel/SM -pixie/MS -pixiness -pixmap/SM -Pizarro/M -pizazz/S -pi/ZGDRH -pizza/SM -pizzeria/SM -pizzicati -pizzicato -pj's -PJ's -pk -pkg -pkt -pkwy -Pkwy -pl -placard/DSMG -placate/NGVXDRS -placatory -placeable/A -placebo/SM -placed/EAU -place/DSRJLGZM -placeholder/S -placekick/DGS -placeless/Y -placement/AMES -placental/S -placenta/SM -placer/EM -places/EA -placidity/SM -placidness/M -placid/PY -placing/AE -placket/SM -plagiarism/MS -plagiarist/MS -plagiarize/GZDSR -plagiary/SM -plagued/U -plague/MGRSD -plaguer/M -plaice/M -plaid/DMSG -plainclothes -plainclothesman -plainclothesmen -Plainfield/M -plainness/MS -plainsman/M -plainsmen -plainsong/SM -plainspoken -plain/SPTGRDY -plaintiff/MS -plaintiveness/M -plaintive/YP -plaint/VMS -Plainview/M -plaiting/M -plait/SRDMG -planar -planarity -Planck/M -plan/DRMSGZ -planeload -planer/M -plane's -plane/SCGD -planetarium/MS -planetary -planetesimal/M -planet/MS -planetoid/SM -plangency/S -plangent -planking/M -plank/SJMDG -plankton/MS -planned/U -planner/SM -planning -Plano -planoconcave -planoconvex -Plantagenet/M -plantain/MS -plantar -plantation/MS -planter/MS -planting/S -plantlike -plant's -plant/SADG -plaque/MS -plash/GSDM -plasma/MS -plasmid/S -plasm/M -plasterboard/MS -plasterer/M -plastering/M -plaster/MDRSZG -plasterwork/M -plastically -plasticine -Plasticine/M -plasticity/SM -plasticize/GDS -plastic/MYS -plateau/GDMS -plateful/S -platelet/SM -platen/M -plater/M -plate/SM -platform/SGDM -Plath/M -plating/M -platinize/GSD -platinum/MS -platitude/SM -platitudinous/Y -plat/JDNRSGXZ -Plato/M -platonic -Platonic -Platonism/M -Platonist -platoon/MDSG -platted -Platte/M -platter/MS -Platteville/M -platting -platypus/MS -platys -platy/TR -plaudit/MS -plausibility/S -plausible/P -plausibly -Plautus/M -playability/U -playable/U -playacting/M -playact/SJDG -playback/MS -playbill/SM -Playboy/M -playboy/SM -play/DRSEBG -played/A -player's/E -player/SM -playfellow/S -playfulness/MS -playful/PY -playgirl/SM -playgoer/MS -playground/MS -playgroup/S -playhouse/SM -playing/S -playmate/MS -playoff/S -playpen/SM -playroom/SM -plays/A -Playtex/M -plaything/MS -playtime/SM -playwright/SM -playwriting/M -plaza/SM -pleader/MA -pleading/MY -plead/ZGJRDS -pleasanter -pleasantest -pleasantness/SMU -pleasantry/MS -pleasant/UYP -pleased/EU -pleaser/M -pleases/E -please/Y -pleasingness/M -pleasing/YP -plea/SM -pleas/RSDJG -pleasurableness/M -pleasurable/P -pleasurably -pleasureful -pleasure/MGBDS -pleasure's/E -pleasures/E -pleater/M -pleat/RDMGS -plebeian/SY -plebe/MS -plebiscite/SM -plectra -plectrum/SM -pledger/M -pledge/RSDMG -Pleiads -Pleistocene -plenary/S -plenipotentiary/S -plenitude/MS -plenteousness/M -plenteous/PY -plentifulness/M -plentiful/YP -plenty/SM -plenum/M -pleonasm/MS -plethora/SM -pleurae -pleural -pleura/M -pleurisy/SM -Plexiglas/MS -plexus/SM -pliability/MS -pliableness/M -pliable/P -pliancy/MS -pliantness/M -pliant/YP -plication/MA -plier/MA -plight/GMDRS -plimsolls -plinker/M -plink/GRDS -plinth/M -plinths -Pliny/M -Pliocene/S -PLO -plodded -plodder/SM -plodding/SY -plod/S -plopped -plopping -plop/SM -plosive -plot/SM -plotted/A -plotter/MDSG -plotting -plover/MS -plowed/U -plower/M -plowman/M -plowmen -plow/SGZDRM -plowshare/MS -ploy's -ploy/SCDG -plucker/M -pluckily -pluckiness/SM -pluck/SGRD -plucky/TPR -pluggable -plugged/UA -plugging/AU -plughole -plug's -plug/US -plumage/DSM -plumbago/M -plumbed/U -plumber/M -plumbing/M -plumb/JSZGMRD -plume/SM -plummer -plummest -plummet/DSG -plummy -plumper/M -plumpness/S -plump/RDNYSTGP -plum/SMDG -plumy/TR -plunder/GDRSZ -plunger/M -plunge/RSDZG -plunker/M -plunk/ZGSRD -pluperfect/S -pluralism/MS -pluralistic -pluralist/S -plurality/SM -pluralization/MS -pluralize/GZRSD -pluralizer/M -plural/SY -plushness/MS -plush/RSYMTP -plushy/RPT -plus/S -plussed -plussing -Plutarch/M -plutocracy/MS -plutocratic -plutocrat/SM -Pluto/M -plutonium/SM -pluvial/S -ply/AZNGRSD -Plymouth/M -plywood/MS -pm -PM -Pm/M -PMS -pneumatically -pneumatic/S -pneumatics/M -pneumonia/MS -PO -poacher/M -poach/ZGSRD -Pocahontas/M -pocketbook/SM -pocketful/SM -pocketing/M -pocketknife/M -pocketknives -pocket/MSRDG -pock/GDMS -pockmark/MDSG -Pocono/MS -podded -podding -podge/ZR -Podgorica/M -podiatrist/MS -podiatry/MS -podium/MS -pod/SM -Podunk/M -Poe/M -poem/MS -poesy/GSDM -poetaster/MS -poetess/MS -poetically -poeticalness -poetical/U -poetic/S -poetics/M -poet/MS -poetry/SM -pogo -Pogo/M -pogrom/GMDS -poignancy/MS -poignant/Y -Poincaré/M -poinciana/SM -Poindexter/M -poinsettia/SM -pointblank -pointedness/M -pointed/PY -pointer/M -pointillism/SM -pointillist/SM -pointing/M -pointlessness/SM -pointless/YP -point/RDMZGS -pointy/TR -poise/M -pois/GDS -poi/SM -poisoner/M -poisoning/M -poisonous/PY -poison/RDMZGSJ -Poisson/M -poke/DRSZG -Pokemon/M -pokerface/D -poker/M -poky/SRT -Poland/M -Polanski/M -polarimeter/SM -polarimetry -polariscope/M -Polaris/M -polarity/MS -polarization/CMS -polarized/UC -polarize/RSDZG -polarizes/C -polarizing/C -polarogram/SM -polarograph -polarography/M -Polaroid/SM -polar/S -polecat/SM -polemical/Y -polemicist/S -polemic/S -polemics/M -pole/MS -Pole/MS -poler/M -polestar/S -poleward/S -pol/GMDRS -policeman/M -policemen/M -police/MSDG -policewoman/M -policewomen -policyholder/MS -policymaker/S -policymaking -policy/SM -poliomyelitides -poliomyelitis/M -polio/SM -Polish -polished/U -polisher/M -polish/RSDZGJ -polis/M -Politburo/M -politburo/S -politeness/MS -polite/PRTY -politesse/SM -politically -political/U -politician/MS -politicization/S -politicize/CSDG -politicked -politicking/SM -politico/SM -politic/S -politics/M -polity/MS -polka/SDMG -Polk/M -pollack/SM -Pollard/M -polled/U -pollen/GDM -pollinate/XSDGN -pollination/M -pollinator/MS -polliwog/SM -poll/MDNRSGX -pollock's -Pollock/SM -pollster/MS -pollutant/MS -polluted/U -polluter/M -pollute/RSDXZVNG -pollution/M -Pollux/M -Pollyanna/M -Polly/M -pollywog's -Pol/MY -Polo/M -polo/MS -polonaise/MS -polonium/MS -poltergeist/SM -poltroon/MS -polyandrous -polyandry/MS -polyatomic -polybutene/MS -polycarbonate -polychemicals -polychrome -polyclinic/MS -polycrystalline -polyelectrolytes -polyester/SM -polyether/S -polyethylene/SM -polygamist/MS -polygamous/Y -polygamy/MS -polyglot/S -polygonal/Y -polygon/MS -polygraph/MDG -polygraphs -polygynous -polyhedral -polyhedron/MS -Polyhymnia/M -polyisobutylene -polyisocyanates -polymath/M -polymaths -polymerase/S -polymeric -polymerization/SM -polymerize/SDG -polymer/MS -polymorphic -polymorphism/MS -polymorph/M -polymyositis -Polynesia/M -Polynesian/S -polynomial/YMS -Polyphemus/M -polyphonic -polyphony/MS -polyphosphate/S -polyp/MS -polypropylene/MS -polystyrene/SM -polysyllabic -polysyllable/SM -polytechnic/MS -polytheism/SM -polytheistic -polytheist/SM -polythene/M -polytonal/Y -polytopes -polyunsaturated -polyurethane/SM -polyvinyl/MS -Po/M -pomade/MGSD -pomander/MS -pomegranate/SM -Pomerania/M -Pomeranian -pommel/GSMD -Pomona/M -Pompadour/M -pompadour/MDS -pompano/SM -Pompeian/S -Pompeii/M -Pompey/M -pompom/SM -pompon's -pomposity/MS -pompousness/S -pompous/YP -pomp/SM -ponce/M -Ponce/M -Ponchartrain/M -poncho/MS -ponderer/M -ponderousness/MS -ponderous/PY -ponder/ZGRD -pond/SMDRGZ -pone/SM -pongee/MS -poniard/GSDM -pons/M -Pontchartrain/M -Pontiac/M -Pontianak/M -pontiff/MS -pontifical/YS -pontificate/XGNDS -pontoon/SMDG -pony/DSMG -ponytail/SM -pooch/GSDM -poodle/MS -poof/MS -pooh/DG -Pooh/M -poohs -Poole/M -pool/MDSG -poolroom/MS -poolside -Poona/M -poop/MDSG -poorboy -poorhouse/MS -poorness/MS -poor/TYRP -popcorn/MS -Popek/MS -pope/SM -Pope/SM -Popeye/M -popgun/SM -popinjay/MS -poplar/SM -poplin/MS -Popocatepetl/M -popover/SM -poppa/MS -popped -Popper/M -popper/SM -poppet/M -popping -Poppins/M -poppycock/MS -Poppy/M -poppy/SDM -poppyseed -Popsicle/MS -pop/SM -populace/MS -popularism -popularity/UMS -popularization/SM -popularize/A -popularized -popularizer/MS -popularizes/U -popularizing -popular/YS -populate/CXNGDS -populated/UA -populates/A -populating/A -population/MC -populism/S -populist/SM -populousness/MS -populous/YP -porcelain/SM -porch/SM -porcine -porcupine/MS -pore/ZGDRS -Porfirio/M -porgy/SM -poring/Y -porker/M -porky/TSR -pork/ZRMS -pornographer/SM -pornographic -pornographically -pornography/SM -porno/S -porn/S -porosity/SM -porousness/MS -porous/PY -porphyritic -porphyry/MS -porpoise/DSGM -porridge/MS -Porrima/M -porringer/MS -Porsche/M -portability/S -portables -portable/U -portably -port/ABSGZMRD -portage/ASM -portaged -portaging -portal/SM -portamento/M -portcullis/MS -ported/CE -Porte/M -portend/SDG -portentousness/M -portentous/PY -portent/SM -porterage/M -porter/DMG -porterhouse/SM -Porter/M -porter's/A -portfolio/MS -porthole/SM -Portia/M -porticoes -portico/M -Portie/M -portière/SM -porting/E -portion/KGSMD -Portland/M -portliness/SM -portly/PTR -portmanteau/SM -Port/MR -Pôrto/M -portraitist/SM -portrait/MS -portraiture/MS -portrayal/SM -portrayer/M -portray/GDRS -ports/CE -Portsmouth/M -Portugal/M -Portuguese/M -portulaca/MS -Porty/M -posed/CA -Poseidon/M -poser/KME -poses/CA -poseur/MS -pose/ZGKDRSE -posh/DSRGT -posing/CA -positifs -positionable -positional/KY -position/KGASMD -position's/EC -positions/EC -positiveness/S -positive/RSPYT -positivism/M -positivist/S -positivity -positron/SM -posit/SCGD -Posner/M -posse/M -possess/AGEDS -possessed/PY -possession/AEMS -possessional -possessiveness/MS -possessive/PSMY -possessor/MS -possibility/SM -possible/TRS -possibly -poss/S -possum/MS -postage/MS -postal/S -post/ASDRJG -postbag/M -postbox/SM -postcard/SM -postcode/SM -postcondition/S -postconsonantal -postdate/DSG -postdoctoral -posteriori -posterior/SY -posterity/SM -poster/MS -postfix/GDS -postgraduate/SM -posthaste/S -posthumousness/M -posthumous/YP -posthypnotic -postilion/MS -postindustrial -posting/M -postlude/MS -Post/M -postman/M -postmarital -postmark/GSMD -postmaster/SM -postmen -postmeridian -postmistress/MS -postmodern -postmodernist -postmortem/S -postnasal -postnatal -postoperative/Y -postorder -postpaid -postpartum -postpone/GLDRS -postponement/S -postpositions -postprandial -post's -postscript/SM -postsecondary -postulate/XGNSD -postulation/M -postural -posture/MGSRD -posturer/M -postvocalic -postwar -posy/SM -potability/SM -potableness/M -potable/SP -potage/M -potash/MS -potassium/MS -potatoes -potato/M -potbelly/MSD -potboiler/M -potboil/ZR -pot/CMS -Potemkin/M -potency/MS -potentate/SM -potentiality/MS -potential/SY -potentiating -potentiometer/SM -potent/YS -potful/SM -pothead/MS -potherb/MS -pother/GDMS -potholder/MS -pothole/SDMG -potholing/M -pothook/SM -potion/SM -potlatch/SM -potluck/MS -Potomac/M -potpie/SM -potpourri/SM -Potsdam/M -potsherd/MS -potshot/S -pottage/SM -Pottawatomie/M -potted -Potter/M -potter/RDMSG -pottery/MS -potting -Potts/M -potty/SRT -pouch/SDMG -Poughkeepsie/M -Poul/M -poulterer/MS -poultice/DSMG -poultry/MS -pounce/SDG -poundage/MS -pounder/MS -pound/KRDGS -Pound/M -pour/DSG -pourer's -Poussin/MS -pouter/M -pout/GZDRS -poverty/MS -POW -powderpuff -powder/RDGMS -powdery -Powell/M -powerboat/MS -powerfulness/M -powerful/YP -power/GMD -powerhouse/MS -powerlessness/SM -powerless/YP -Powers -Powhatan/M -pow/RZ -powwow/GDMS -pox/GMDS -Poznan/M -pp -PP -ppm -ppr -PPS -pr -PR -practicability/S -practicable/P -practicably -practicality/SM -practicalness/M -practical/YPS -practice/BDRSMG -practiced/U -practicer/M -practicum/SM -practitioner/SM -Pradesh/M -Prado/M -Praetorian -praetorian/S -praetor/MS -pragmatical/Y -pragmatic/S -pragmatics/M -pragmatism/MS -pragmatist/MS -Prague/M -Praia -prairie/MS -praise/ESDG -praiser/S -praise's -praiseworthiness/MS -praiseworthy/P -praising/Y -Prakrit/M -praline/MS -pram/MS -prancer/M -prance/ZGSRD -prancing/Y -prank/SMDG -prankster/SM -praseodymium/SM -Pratchett/M -prate/DSRGZ -prater/M -pratfall/MS -prating/Y -prattle/DRSGZ -prattler/M -prattling/Y -Pratt/M -Prattville/M -Pravda/M -prawn/MDSG -praxes -praxis/M -Praxiteles/M -pray/DRGZS -prayerbook -prayerfulness/M -prayerful/YP -prayer/M -PRC -preach/DRSGLZJ -preacher/M -preaching/Y -preachment/MS -preachy/RT -preadolescence/S -Preakness/M -preallocate/XGNDS -preallocation/M -preallocator/S -preamble/MGDS -preamp -preamplifier/M -prearrange/LSDG -prearrangement/SM -preassign/SDG -preauthorize -prebendary/M -Precambrian -precancel/DGS -precancerous -precariousness/MS -precarious/PY -precautionary -precaution/SGDM -precede/DSG -precedence/SM -precedented/U -precedent/SDM -preceptive/Y -preceptor/MS -precept/SMV -precess/DSG -precession/M -precinct/MS -preciosity/MS -preciousness/S -precious/PYS -precipice/MS -precipitable -precipitant/S -precipitateness/M -precipitate/YNGVPDSX -precipitation/M -precipitousness/M -precipitous/YP -preciseness/SM -precise/XYTRSPN -precision/M -précis/MDG -preclude/GDS -preclusion/S -precociousness/MS -precocious/YP -precocity/SM -precode/D -precognition/SM -precognitive -precollege/M -precolonial -precomputed -preconceive/GSD -preconception/SM -precondition/GMDS -preconscious -precook/GDS -precursor/SM -precursory -precut -predate/NGDSX -predation/CMS -predator/SM -predatory -predecease/SDG -predecessor/MS -predeclared -predecline -predefine/GSD -predefinition/SM -predesignate/GDS -predestination/SM -predestine/SDG -predetermination/MS -predeterminer/M -predetermine/ZGSRD -predicable/S -predicament/SM -predicate/VGNXSD -predication/M -predicator -predictability/UMS -predictable/U -predictably/U -predict/BSDGV -predicted/U -prediction/MS -predictive/Y -predictor/MS -predigest/GDS -predilect -predilection/SM -predispose/SDG -predisposition/MS -predoctoral -predominance/SM -predominant/Y -predominate/YSDGN -predomination/M -preemie/MS -preeminence/SM -preeminent/Y -preemployment/M -preempt/GVSD -preemption/SM -preemptive/Y -preemptor/M -preener/M -preen/SRDG -preexist/DSG -preexistence/SM -preexistent -prefabbed -prefabbing -prefab/MS -prefabricate/XNGDS -prefabrication/M -preface/DRSGM -prefacer/M -prefatory -prefect/MS -prefecture/MS -preferableness/M -preferable/P -preferably -prefer/BL -preference/MS -preferential/Y -preferment/SM -preferred -preferring -prefiguration/M -prefigure/SDG -prefix/MDSG -preflight/SGDM -preform/DSG -pref/RZ -pregnancy/SM -pregnant/Y -preheat/GDS -prehensile -prehistoric -prehistorical/Y -prehistory/SM -preindustrial -preinitialize/SDG -preinterview/M -preisolated -prejudge/DRSG -prejudger/M -prejudgment/SM -prejudiced/U -prejudice/MSDG -prejudicial/PY -prekindergarten/MS -prelacy/MS -prelate/SM -preliminarily -preliminary/S -preliterate/S -preloaded -prelude/GMDRS -preluder/M -premarital/Y -premarket -prematureness/M -premature/SPY -prematurity/M -premedical -premeditated/Y -premeditate/XDSGNV -premeditation/M -premed/S -premenstrual -premiere/MS -premier/GSDM -premiership/SM -Preminger/M -premise/GMDS -premiss's -premium/MS -premix/GDS -premolar/S -premonition/SM -premonitory -prenatal/Y -Pren/M -Prenticed/M -Prentice/MGD -Prenticing/M -Prentiss/M -Prent/M -prenuptial -preoccupation/MS -preoccupy/DSG -preoperative -preordain/DSLG -prepackage/GSD -prepaid -preparation/SM -preparative/SYM -preparatory -preparedly -preparedness/USM -prepared/UP -prepare/ZDRSG -prepay/GLS -prepayment/SM -prepender/S -prepends -preplanned -preponderance/SM -preponderant/Y -preponderate/DSYGN -prepositional/Y -preposition/SDMG -prepossess/GSD -prepossessing/U -prepossession/MS -preposterousness/M -preposterous/PY -prepped -prepping -preppy/RST -preprepared -preprint/SGDM -preprocessed -preprocessing -preprocessor/S -preproduction -preprogrammed -prep/SM -prepubescence/S -prepubescent/S -prepublication/M -prepuce/SM -prequel/S -preradiation -prerecord/DGS -preregister/DSG -preregistration/MS -prerequisite/SM -prerogative/SDM -Pres -presage/GMDRS -presager/M -presbyopia/MS -presbyterian -Presbyterianism/S -Presbyterian/S -presbyter/MS -presbytery/MS -preschool/RSZ -prescience/SM -prescient/Y -Prescott/M -prescribed/U -prescriber/M -prescribe/RSDG -prescription/SM -prescriptive/Y -prescript/SVM -preselect/SGD -presence/SM -presentableness/M -presentable/P -presentably/A -presentational/A -presentation/AMS -presented/A -presenter/A -presentiment/MS -presentment/SM -presents/A -present/SLBDRYZGP -preservationist/S -preservation/SM -preservative/SM -preserve/DRSBZG -preserved/U -preserver/M -preset/S -presetting -preshrank -preshrink/SG -preshrunk -preside/DRSG -presidency/MS -presidential/Y -president/SM -presider/M -presidia -presidium/M -Presley/M -presoaks -presort/GDS -pres/S -press/ACDSG -pressed/U -presser/MS -pressingly/C -pressing/YS -pressman/M -pressmen -pressure/DSMG -pressurization/MS -pressurize/DSRGZ -pressurized/U -prestidigitate/NX -prestidigitation/M -prestidigitatorial -prestidigitator/M -prestige/MS -prestigious/PY -Preston/M -presto/S -presumably -presume/BGDRS -presumer/M -presuming/Y -presumption/MS -presumptive/Y -presumptuousness/SM -presumptuous/YP -presuppose/GDS -presupposition/S -pretax -preteen/S -pretended/Y -pretender/M -pretending/U -pretend/SDRZG -pretense/MNVSX -pretension/GDM -pretentiousness/S -pretentious/UYP -preterite's -preterit/SM -preternatural/Y -pretest/SDG -pretext/SMDG -Pretoria/M -pretreated -pretreatment/S -pretrial -prettify/SDG -prettily -prettiness/SM -pretty/TGPDRS -pretzel/SM -prevailing/Y -prevail/SGD -prevalence/MS -prevalent/SY -prevaricate/DSXNG -prevaricator/MS -preventable/U -preventably -preventative/S -prevent/BSDRGV -preventer/M -prevention/MS -preventiveness/M -preventive/SPY -preview/ZGSDRM -previous/Y -prevision/SGMD -prewar -prexes -preyer's -prey/SMDG -Priam/M -priapic -Pribilof/M -price/AGSD -priced/U -priceless -Price/M -pricer/MS -price's -pricey -pricier -priciest -pricker/M -pricking/M -prickle/GMDS -prickliness/S -prickly/RTP -prick/RDSYZG -prideful/Y -pride/GMDS -prier/M -priestess/MS -priesthood/SM -Priestley/M -priestliness/SM -priestly/PTR -priest/SMYDG -prigged -prigging -priggishness/S -priggish/PYM -prig/SM -primacy/MS -primal -primarily -primary/MS -primate/MS -primed/U -primely/M -primeness/M -prime/PYS -primer/M -Prime's -primeval/Y -priming/M -primitiveness/SM -primitive/YPS -primitivism/M -primmed -primmer -primmest -primming -primness/MS -primogenitor/MS -primogeniture/MS -primordial/YS -primp/DGS -primrose/MGSD -prim/SPJGZYDR -princedom/MS -princeliness/SM -princely/PRT -Prince/M -prince/SMY -princess/MS -Princeton/M -principality/MS -principal/SY -Principe/M -Principia/M -principled/U -principle/SDMG -printable/U -printably -print/AGDRS -printed/U -printer/AM -printers -printing/SM -printmaker/M -printmake/ZGR -printmaking/M -printout/S -Prinz/M -prioress/MS -priori -prioritize/DSRGZJ -priority/MS -prior/YS -priory/SM -Pris -Prisca/M -Priscella/M -Priscilla/M -prised -prise/GMAS -prismatic -prism/MS -prison/DRMSGZ -prisoner/M -Prissie/M -prissily -prissiness/SM -prissy/RSPT -pristine/Y -prithee/S -privacy/MS -privateer/SMDG -privateness/M -private/NVYTRSXP -privation/MCS -privative/Y -privatization/S -privatize/GSD -privet/SM -privileged/U -privilege/SDMG -privily -privy/SRMT -prized/A -prize/DSRGZM -prizefighter/M -prizefighting/M -prizefight/SRMGJZ -prizewinner/S -prizewinning -Pr/MN -PRO -proactive -probabilist -probabilistic -probabilistically -probability/SM -probable/S -probably -probated/A -probate/NVMX -probates/A -probating/A -probational -probationary/S -probationer/M -probation/MRZ -probation's/A -probative/A -prober/M -probity/SM -problematical/UY -problematic/S -problem/SM -proboscis/MS -prob/RBJ -procaine/MS -procedural/SY -procedure/MS -proceeder/M -proceeding/M -proceed/JRDSG -process/BSDMG -processed/UA -processes/A -processional/YS -procession/GD -processor/MS -proclamation/MS -proclivity/MS -proconsular -procrastinate/XNGDS -procrastination/M -procrastinator/MS -procreational -procreatory -procrustean -Procrustean -Procrustes/M -proctor/GSDM -proctorial -procurable/U -procure/L -procurement/MS -Procyon/M -prodded -prodding -prodigality/S -prodigal/SY -prodigiousness/M -prodigious/PY -prodigy/MS -prod/S -produce/AZGDRS -producer/AM -producible/A -production/ASM -productively/UA -productiveness/MS -productive/PY -productivities -productivity/A -productivity's -productize/GZRSD -product/V -Prof -profanation/S -profaneness/MS -profane/YPDRSG -profanity/MS -professed/Y -professionalism/SM -professionalize/GSD -professional/USY -profession/SM -professorial/Y -professorship/SM -professor/SM -proffer/GSD -proficiency/SM -proficient/YS -profitability/MS -profitableness/MU -profitable/UP -profitably/U -profiteer/GSMD -profiterole/MS -profit/GZDRB -profitless -profligacy/S -profligate/YS -proforma/S -profoundity -profoundness/SM -profound/PTYR -prof/S -profundity/MS -profuseness/MS -profuse/YP -progenitor/SM -progeny/M -progesterone/SM -prognathous -prognoses -prognosis/M -prognosticate/NGVXDS -prognostication/M -prognosticator/S -prognostic/S -program/CSA -programed -programing -programmability -programmable/S -programmed/CA -programmer/ASM -programming/CA -programmings -progression/SM -progressiveness/SM -progressive/SPY -progressivism -progress/MSDVG -prohibiter/M -prohibitionist/MS -prohibition/MS -Prohibition/MS -prohibitiveness/M -prohibitive/PY -prohibitory -prohibit/VGSRD -projected/AU -projectile/MS -projectionist/MS -projection/MS -projective/Y -project/MDVGS -projector/SM -Prokofieff/M -Prokofiev/M -prolegomena -proletarianization/M -proletarianized -proletarian/S -proletariat/SM -proliferate/GNVDSX -proliferation/M -prolifically -prolific/P -prolixity/MS -prolix/Y -prologize -prologue/MGSD -prologuize -prolongate/NGSDX -prolongation/M -prolonger/M -prolong/G -promenade/GZMSRD -promenader/M -Promethean -Prometheus/M -promethium/SM -prominence/MS -prominent/Y -promiscuity/MS -promiscuousness/M -promiscuous/PY -promise/GD -promising/UY -promissory -promontory/MS -promote/GVZBDR -promoter/M -promotiveness/M -promotive/P -prompted/U -prompter/M -promptitude/SM -promptness/MS -prompt/SGJTZPYDR -pro/MS -promulgate/NGSDX -promulgation/M -promulgator/MS -pron -proneness/MS -prone/PY -pronghorn/SM -prong/SGMD -pronominalization -pronominalize -pronounceable/U -pronouncedly -pronounced/U -pronounce/GLSRD -pronouncement/SM -pronouncer/M -pronto -pronunciation/SM -proofed/A -proofer -proofing/M -proofreader/M -proofread/GZSR -proof/SEAM -propaganda/SM -propagandistic -propagandist/SM -propagandize/DSG -propagated/U -propagate/SDVNGX -propagation/M -propagator/MS -propellant/MS -propelled -propeller/MS -propelling -propel/S -propensity/MS -properness/M -proper/PYRT -propertied/U -property/SDM -prophecy/SM -prophesier/M -prophesy/GRSDZ -prophetess/S -prophetic -prophetical/Y -prophet/SM -prophylactic/S -prophylaxes -prophylaxis/M -propinquity/MS -propionate/M -propitiate/GNXSD -propitiatory -propitiousness/M -propitious/YP -proponent/MS -proportionality/M -proportional/SY -proportionate/YGESD -proportioner/M -proportion/ESGDM -proportionment/M -proposal/SM -propped -propping -proprietary/S -proprietorial -proprietorship/SM -proprietor/SM -proprietress/MS -propriety/MS -proprioception -proprioceptive -prop/SZ -propulsion/MS -propulsive -propylene/M -prorogation/SM -prorogue -prosaic -prosaically -proscenium/MS -prosciutti -prosciutto/SM -proscription/SM -proscriptive -pros/DSRG -prosecute/SDBXNG -prosecution/M -prosecutor/MS -proselyte/SDGM -proselytism/MS -proselytize/ZGDSR -prose/M -proser/M -Proserpine/M -prosodic/S -prosody/MS -prospect/DMSVG -prospection/SM -prospectiveness/M -prospective/SYP -prospector/MS -prospectus/SM -prosper/GSD -prosperity/MS -prosperousness/M -prosperous/PY -prostate -prostheses -prosthesis/M -prosthetic/S -prosthetics/M -prostitute/DSXNGM -prostitution/M -prostrate/SDXNG -prostration/M -prosy/RT -protactinium/MS -protagonist/SM -Protagoras/M -protean/S -protease/M -protect/DVGS -protected/UY -protectionism/MS -protectionist/MS -protection/MS -protectiveness/S -protective/YPS -protectorate/SM -protector/MS -protégées -protégé/SM -protein/MS -proteolysis/M -proteolytic -Proterozoic/M -protestantism -Protestantism/MS -protestant/S -Protestant/SM -protestation/MS -protest/G -protesting/Y -Proteus/M -protocol/DMGS -protoplasmic -protoplasm/MS -prototype/SDGM -prototypic -prototypical/Y -protozoa -protozoan/MS -protozoic -protozoon's -protract/DG -protrude/SDG -protrusile -protrusion/MS -protrusive/PY -protuberance/S -protuberant -Proudhon/M -proud/TRY -Proust/M -provabilities -provability's -provability/U -provableness/M -provable/P -provably -prov/DRGZB -proved/U -proven/U -prove/ESDAG -provenance/SM -Provençal -Provencals -Provence/M -provender/SDG -provenience/SM -provenly -proverb/DG -proverbial/Y -Proverbs/M -prover/M -provide/DRSBGZ -provided/U -providence/SM -Providence/SM -providential/Y -provident/Y -provider/M -province/SM -provincialism/SM -provincial/SY -provisional/YS -provisioner/M -provision/R -proviso/MS -provocateur/S -provocativeness/SM -provocative/P -provoked/U -provoke/GZDRS -provoking/Y -provolone/SM -Provo/M -provost/MS -prowess/SM -prowler/M -prowl/RDSZG -prow/TRMS -proximal/Y -proximateness/M -proximate/PY -proximity/MS -Proxmire/M -proxy/SM -Prozac -prude/MS -Prudence/M -prudence/SM -Prudential/M -prudential/SY -prudent/Y -prudery/MS -Prudi/M -prudishness/SM -prudish/YP -Prudy/M -Prue/M -Pruitt/M -Pru/M -prune/DSRGZM -pruner/M -prurience/MS -prurient/Y -Prussia/M -Prussian/S -prussic -Prut/M -Pryce/M -pry/DRSGTZ -pryer's -prying/Y -P's -PS -p's/A -psalmist/SM -psalm/SGDM -Psalms/M -psalter -Psalter/SM -psaltery/MS -psephologist/M -pseudonymous -pseudonym/SM -pseudopod -pseudo/S -pseudoscience/S -pshaw/SDG -psi/S -psittacoses -psittacosis/M -psoriases -psoriasis/M -psst/S -PST -psychedelically -psychedelic/S -psyche/M -Psyche/M -psychiatric -psychiatrist/SM -psychiatry/MS -psychical/Y -psychic/MS -psychoacoustic/S -psychoacoustics/M -psychoactive -psychoanalysis/M -psychoanalyst/S -psychoanalytic -psychoanalytical -psychoanalyze/SDG -psychobabble/S -psychobiology/M -psychocultural -psychodrama/MS -psychogenic -psychokinesis/M -psycholinguistic/S -psycholinguistics/M -psycholinguists -psychological/Y -psychologist/MS -psychology/MS -psychometric/S -psychometrics/M -psychometry/M -psychoneuroses -psychoneurosis/M -psychopathic/S -psychopath/M -psychopathology/M -psychopaths -psychopathy/SM -psychophysical/Y -psychophysic/S -psychophysics/M -psychophysiology/M -psychosis/M -psycho/SM -psychosocial/Y -psychosomatic/S -psychosomatics/M -psychos/S -psychotherapeutic/S -psychotherapist/MS -psychotherapy/SM -psychotically -psychotic/S -psychotropic/S -psychs -psych/SDG -PT -PTA -Ptah/M -ptarmigan/MS -pt/C -pterodactyl/SM -Pt/M -PTO -Ptolemaic -Ptolemaists -Ptolemy/MS -ptomaine/MS -Pu -pubbed -pubbing -pubertal -puberty/MS -pubes -pubescence/S -pubescent -pubic -pubis/M -publican/AMS -publication/AMS -publicist/SM -publicity/SM -publicized/U -publicize/SDG -publicness/M -publics/A -public/YSP -publishable/U -published/UA -publisher/ASM -publishes/A -publishing/M -publish/JDRSBZG -pub/MS -Puccini/M -puce/SM -pucker/DG -Puckett/M -puck/GZSDRM -puckishness/S -puckish/YP -Puck/M -pudding/MS -puddle/JMGRSD -puddler/M -puddling/M -puddly -pudenda -pudendum/M -pudginess/SM -pudgy/PRT -Puebla/M -Pueblo/MS -pueblo/SM -puerile/Y -puerility/SM -puerperal -puers -Puerto/M -puffball/SM -puffer/M -puffery/M -puffiness/S -puffin/SM -Puff/M -puff/SGZDRM -puffy/PRT -Puget/M -pugged -pugging -Pugh/M -pugilism/SM -pugilistic -pugilist/S -pug/MS -pugnaciousness/MS -pugnacious/YP -pugnacity/SM -puissant/Y -puke/GDS -pukka -Pulaski/SM -pulchritude/SM -pulchritudinous/M -pule/GDS -Pulitzer/SM -pullback/S -pull/DRGZSJ -pullet/SM -pulley/SM -Pullman/MS -pullout/S -pullover/SM -pulmonary -pulpiness/S -pulpit/MS -pulp/MDRGS -pulpwood/MS -pulpy/PTR -pulsar/MS -pulsate/NGSDX -pulsation/M -pulse/ADSG -pulser -pulse's -pulverable -pulverization/MS -pulverized/U -pulverize/GZSRD -pulverizer/M -pulverizes/UA -puma/SM -pumice/SDMG -pummel/SDG -pumpernickel/SM -pump/GZSMDR -pumping/M -pumpkin/MS -punchbowl/M -punched/U -puncheon/MS -puncher/M -punch/GRSDJBZ -punchline/S -Punch/M -punchy/RT -punctilio/SM -punctiliousness/SM -punctilious/PY -punctualities -punctuality/UM -punctualness/M -punctual/PY -punctuate/SDXNG -punctuational -punctuation/M -puncture/SDMG -punditry/S -pundit/SM -pungency/MS -pungent/Y -Punic -puniness/MS -punished/U -punisher/M -punishment/MS -punish/RSDGBL -punitiveness/M -punitive/YP -Punjabi/M -Punjab/M -punk/TRMS -punky/PRS -pun/MS -punned -punning -punster/SM -punter/M -punt/GZMDRS -puny/PTR -pupae -pupal -pupa/M -pupate/NGSD -pupillage/M -pupil/SM -pup/MS -pupped -puppeteer/SM -puppetry/MS -puppet/SM -pupping -puppy/GSDM -puppyish -purblind -Purcell/M -purchasable -purchase/GASD -purchaser/MS -purdah/M -purdahs -Purdue/M -purebred/S -puree/DSM -pureeing -pureness/MS -pure/PYTGDR -purgation/M -purgative/MS -purgatorial -purgatory/SM -purge/GZDSR -purger/M -purify/GSRDNXZ -Purim/SM -Purina/M -purine/SM -purism/MS -puristic -purist/MS -puritanic -puritanical/Y -Puritanism/MS -puritanism/S -puritan/SM -Puritan/SM -purity/SM -purlieu/SM -purl/MDGS -purloin/DRGS -purloiner/M -purple/MTGRSD -purplish -purport/DRSZG -purported/Y -purposefulness/S -purposeful/YP -purposelessness/M -purposeless/PY -purpose/SDVGYM -purposiveness/M -purposive/YP -purr/DSG -purring/Y -purse/DSRGZM -purser/M -pursuance/MS -pursuant -pursuer/M -pursue/ZGRSD -pursuit/MS -purulence/MS -purulent -Purus -purveyance/MS -purvey/DGS -purveyor/MS -purview/SM -Pusan/M -Pusey/M -pushbutton/S -pushcart/SM -pushchair/SM -pushdown -push/DSRBGZ -pusher/M -pushily -pushiness/MS -Pushkin/M -pushover/SM -Pushtu/M -pushy/PRT -pusillanimity/MS -pusillanimous/Y -pus/SM -puss/S -pussycat/S -pussyfoot/DSG -pussy/TRSM -pustular -pustule/MS -putative/Y -Putin/M -put/IS -Putnam/M -Putnem/M -putout/S -putrefaction/SM -putrefactive -putrefy/DSG -putrescence/MS -putrescent -putridity/M -putridness/M -putrid/YP -putsch/S -putted/I -puttee/MS -putter/RDMGZ -putting/I -putt/SGZMDR -puttying/M -putty/SDMG -puzzle/JRSDZLG -puzzlement/MS -puzzler/M -PVC -pvt -Pvt/M -PW -PX -p/XTGJ -Pygmalion/M -pygmy/SM -Pygmy/SM -Pyhrric/M -pyknotic -Pyle/M -pylon/SM -pylori -pyloric -pylorus/M -Pym/M -Pynchon/M -Pyongyang/M -pyorrhea/SM -Pyotr/M -pyramidal/Y -pyramid/GMDS -pyre/MS -Pyrenees -Pyrex/SM -pyridine/M -pyrimidine/SM -pyrite/MS -pyroelectric -pyroelectricity/SM -pyrolysis/M -pyrolyze/RSM -pyromaniac/SM -pyromania/MS -pyrometer/MS -pyrometry/M -pyrophosphate/M -pyrotechnical -pyrotechnic/S -pyrotechnics/M -pyroxene/M -pyroxenite/M -Pyrrhic -Pythagoras/M -Pythagorean/S -Pythias -Python/M -python/MS -pyx/MDSG -q -Q -QA -Qaddafi/M -Qantas/M -Qatar/M -QB -QC -QED -Qingdao -Qiqihar/M -QM -Qom/M -qr -q's -Q's -qt -qty -qua -Quaalude/M -quackery/MS -quackish -quack/SDG -quadded -quadding -quadrangle/MS -quadrangular/M -quadrant/MS -quadraphonic/S -quadrapole -quadratical/Y -quadratic/SM -quadrature/MS -quadrennial/SY -quadrennium/MS -quadric -quadriceps/SM -quadrilateral/S -quadrille/XMGNSD -quadrillion/MH -quadripartite/NY -quadriplegia/SM -quadriplegic/SM -quadrivia -quadrivium/M -quadrupedal -quadruped/MS -quadruple/GSD -quadruplet/SM -quadruplicate/GDS -quadruply/NX -quadrupole -quad/SM -quadword/MS -quaffer/M -quaff/SRDG -quagmire/DSMG -quahog/MS -quail/GSDM -quaintness/MS -quaint/PTYR -quake/GZDSR -Quakeress/M -Quakerism/S -Quaker/SM -quaky/RT -qualification/ME -qualified/UY -qualifier/SM -qualify/EGXSDN -qualitative/Y -quality/MS -qualmish -qualm/SM -quandary/MS -quangos -quanta/M -Quantico/M -quantifiable/U -quantified/U -quantifier/M -quantify/GNSRDZX -quantile/S -quantitativeness/M -quantitative/PY -quantity/MS -quantization/MS -quantizer/M -quantize/ZGDRS -quantum/M -quarantine/DSGM -quark/SM -quarreler/M -quarrellings -quarrelsomeness/MS -quarrelsome/PY -quarrel/SZDRMG -quarrier/M -quarryman/M -quarrymen -quarry/RSDGM -quarterback/SGMD -quarterdeck/MS -quarterer/M -quarterfinal/MS -quartering/M -quarterly/S -quartermaster/MS -quarter/MDRYG -quarterstaff/M -quarterstaves -quartet/SM -quartic/S -quartile/SM -quarto/SM -quart/RMSZ -quartzite/M -quartz/SM -quasar/SM -quash/GSD -quasi -quasilinear -Quasimodo/M -Quaternary -quaternary/S -quaternion/SM -quatrain/SM -quaver/GDS -quavering/Y -quavery -Quayle/M -quayside/M -quay/SM -queasily -queasiness/SM -queasy/TRP -Quebec/M -Quechua/M -Queenie/M -queenly/RT -queen/SGMDY -Queensland/M -Queen/SM -queerness/S -queer/STGRDYP -queller/M -quell/SRDG -Que/M -quenchable/U -quenched/U -quencher/M -quench/GZRSDB -quenchless -Quentin/M -Quent/M -Querida/M -quern/M -querulousness/S -querulous/YP -query/MGRSD -quested/A -quester/AS -quester's -quest/FSIM -questing -questionableness/M -questionable/P -questionably/U -questioned/UA -questioner/M -questioning/UY -questionnaire/MS -question/SMRDGBZJ -quests/A -Quetzalcoatl/M -queued/C -queue/GZMDSR -queuer/M -queues/C -queuing/C -Quezon/M -quibble/GZRSD -quibbler/M -quiche/SM -quicken/RDG -quickie/MS -quicklime/SM -quickness/MS -quick/RNYTXPS -quicksand/MS -quicksilver/GDMS -quickstep/SM -quid/SM -quiesce/D -quiescence/MS -quiescent/YP -quieted/E -quieten/SGD -quieter/E -quieter's -quieting/E -quietly/E -quietness/MS -quiets/E -quietude/IEMS -quietus/MS -quiet/UTGPSDRY -Quillan/M -quill/GSDM -Quill/M -quilter/M -quilting/M -quilt/SZJGRDM -quincentenary/M -quince/SM -Quincey/M -quincy/M -Quincy/M -quinine/MS -Quinlan/M -Quinn/M -quinquennial/Y -quinsy/SM -Quinta/M -Quintana/M -quintessence/SM -quintessential/Y -quintet/SM -quintic -quintile/SM -Quintilian/M -Quintilla/M -quintillion/MH -quintillionth/M -Quintina/M -Quintin/M -Quint/M -quint/MS -Quinton/M -quintuple/SDG -quintuplet/MS -Quintus/M -quip/MS -quipped -quipper -quipping -quipster/SM -quired/AI -quire/MDSG -quires/AI -Quirinal/M -quiring/IA -quirkiness/SM -quirk/SGMD -quirky/PTR -quirt/SDMG -Quisling/M -quisling/SM -quitclaim/GDMS -quit/DGS -quite/SADG -Quito/M -quittance/SM -quitter/SM -quitting -quiver/GDS -quivering/Y -quivery -Quixote/M -quixotic -quixotically -Quixotism/M -quiz/M -quizzed -quizzer/SM -quizzes -quizzical/Y -quizzing -quo/H -quoin/SGMD -quoit/GSDM -quondam -quonset -Quonset -quorate/I -quorum/MS -quotability/S -quota/MS -quotation/SM -quoter/M -quote/UGSD -quot/GDRB -quotidian/S -quotient/SM -qwerty -qwertys -Rabat/M -rabbet/GSMD -Rabbi/M -rabbi/MS -rabbinate/MS -rabbinic -rabbinical/Y -rabbiter/M -rabbit/MRDSG -rabble/GMRSD -rabbler/M -Rabelaisian -Rabelais/M -rabidness/SM -rabid/YP -rabies -Rabi/M -Rabin/M -rabis -Rab/M -raccoon/SM -racecourse/MS -racegoers -racehorse/SM -raceme/MS -race/MZGDRSJ -racer/M -racetrack/SMR -raceway/SM -Rachael/M -Rachele/M -Rachelle/M -Rachel/M -Rachmaninoff/M -racialism/MS -racialist/MS -racial/Y -racily -Racine/M -raciness/MS -racism/S -racist/MS -racketeer/MDSJG -racket/SMDG -rackety -rack/GDRMS -raconteur/SM -racoon's -racquetball/S -racquet's -racy/RTP -radarscope/MS -radar/SM -Radcliffe/M -radded -radder -raddest -Raddie/M -radding -Raddy/M -radial/SY -radiance/SM -radian/SM -radiant/YS -radiate/XSDYVNG -radiation/M -radiative/Y -radiator/MS -radicalism/MS -radicalization/S -radicalize/GSD -radicalness/M -radical/SPY -radices's -radii/M -radioactive/Y -radioactivity/MS -radioastronomical -radioastronomy -radiocarbon/MS -radiochemical/Y -radiochemistry/M -radiogalaxy/S -radiogram/SM -radiographer/MS -radiographic -radiography/MS -radioisotope/SM -radiologic -radiological/Y -radiologist/MS -radiology/MS -radioman/M -radiomen -radiometer/SM -radiometric -radiometry/MS -radionics -radionuclide/M -radiopasteurization -radiophone/MS -radiophysics -radioscopy/SM -radio/SMDG -radiosonde/SM -radiosterilization -radiosterilized -radiotelegraph -radiotelegraphs -radiotelegraphy/MS -radiotelephone/SM -radiotherapist/SM -radiotherapy/SM -radish/MS -radium/MS -radius/M -radix/SM -Rad/M -radon/SM -rad/S -Raeann/M -Rae/M -RAF -Rafaela/M -Rafaelia/M -Rafaelita/M -Rafaellle/M -Rafaello/M -Rafael/M -Rafa/M -Rafe/M -Raffaello/M -Raffarty/M -Rafferty/M -raffia/SM -raffishness/SM -raffish/PY -raffle/MSDG -Raff/M -Rafi/M -Raf/M -rafter/DM -raft/GZSMDR -raga/MS -ragamuffin/MS -ragbag/SM -rage/MS -raggedness/SM -ragged/PRYT -raggedy/TR -ragging -rag/GSMD -raging/Y -raglan/MS -Ragnar/M -Ragnarök -ragout/SMDG -ragtag/MS -ragtime/MS -ragweed/MS -ragwort/M -Rahal/M -rah/DG -Rahel/M -rahs -raider/M -raid/MDRSGZ -railbird/S -rail/CDGS -railer/SM -railhead/SM -railing/MS -raillery/MS -railroader/M -railroading/M -railroad/SZRDMGJ -rail's -railwaymen -railway/MS -raiment/SM -Raimondo/M -Raimund/M -Raimundo/M -Raina/M -rainbow/MS -raincloud/S -raincoat/SM -raindrop/SM -Raine/MR -Rainer/M -rainfall/SM -rainforest's -rain/GSDM -Rainier/M -rainless -rainmaker/SM -rainmaking/MS -rainproof/GSD -rainstorm/SM -rainwater/MS -rainy/RT -raise/DSRGZ -raiser/M -raising/M -raisin/MS -rajah/M -rajahs -Rajive/M -raj/M -Rakel/M -rake/MGDRS -raker/M -rakishness/MS -rakish/PY -Raleigh/M -Ralf/M -Ralina/M -rally/GSD -Ralph/M -Ralston/M -Ra/M -Ramada/M -Ramadan/SM -Ramakrishna/M -Rama/M -Raman/M -Ramayana/M -ramble/JRSDGZ -rambler/M -rambling/Y -Rambo/M -rambunctiousness/S -rambunctious/PY -ramekin/SM -ramie/MS -ramification/M -ramify/XNGSD -Ramirez/M -Ramiro/M -ramjet/SM -Ram/M -rammed -ramming -Ramo/MS -Ramona/M -Ramonda/M -Ramon/M -rampage/SDG -rampancy/S -rampant/Y -rampart/SGMD -ramp/GMDS -ramrodded -ramrodding -ramrod/MS -RAM/S -Ramsay/M -Ramses/M -Ramsey/M -ramshackle -ram/SM -rams/S -ran/A -Rana/M -Rancell/M -Rance/M -rancher/M -rancho/SM -ranch/ZRSDMJG -rancidity/MS -rancidness/SM -rancid/P -rancorous/Y -rancor/SM -Randall/M -Randal/M -Randa/M -Randee/M -Randell/M -Randene/M -Randie/M -Randi/M -randiness/S -Rand/M -rand/MDGS -Randolf/M -Randolph/M -randomization/SM -randomize/SRDG -randomness/SM -random/PYS -Randy/M -randy/PRST -Ranee/M -ranee/SM -ranged/C -rangeland/S -ranger/M -ranges/C -range/SM -rang/GZDR -ranginess/S -ranging/C -Rangoon/M -rangy/RPT -Rania/M -Ranice/M -Ranier/M -Rani/MR -Ranique/M -rani's -ranked/U -ranker/M -rank/GZTYDRMPJS -Rankine/M -ranking/M -Rankin/M -rankle/SDG -rankness/MS -Ranna/M -ransacker/M -ransack/GRDS -Ransell/M -ransomer/M -Ransom/M -ransom/ZGMRDS -ranter/M -rant/GZDRJS -ranting/Y -Raoul/M -rapaciousness/MS -rapacious/YP -rapacity/MS -rapeseed/M -rape/SM -Raphaela/M -Raphael/M -rapidity/MS -rapidness/S -rapid/YRPST -rapier/SM -rapine/SM -rapist/MS -rap/MDRSZG -rapped -rappelled -rappelling -rappel/S -rapper/SM -rapping/M -rapporteur/SM -rapport/SM -rapprochement/SM -rapscallion/MS -raptness/S -rapture/MGSD -rapturousness/M -rapturous/YP -rapt/YP -Rapunzel/M -Raquela/M -Raquel/M -rarebit/MS -rarefaction/MS -rarefy/GSD -rareness/MS -rare/YTPGDRS -rarity/SM -Rasalgethi/M -Rasalhague/M -rascal/SMY -rasher/M -rashness/S -rash/PZTYSR -Rasia/M -Rasla/M -Rasmussen/M -raspberry/SM -rasper/M -rasping/Y -rasp/SGJMDR -Rasputin/M -raspy/RT -Rastaban/M -Rastafarian/M -raster/MS -Rastus/M -ratchet/MDSG -rateable -rated/U -rate/KNGSD -ratepayer/SM -rater/M -rate's -Ratfor/M -rather -Rather/M -rathskeller/SM -ratifier/M -ratify/ZSRDGXN -rating/M -ratiocinate/VNGSDX -ratiocination/M -ratio/MS -rationale/SM -rationalism/SM -rationalistic -rationalist/S -rationality/MS -rationalization/SM -rationalizer/M -rationalize/ZGSRD -rationalness/M -rational/YPS -ration/DSMG -Ratliff/M -ratlike -ratline/SM -rat/MDRSJZGB -rattail -rattan/MS -ratted -ratter/MS -ratting -rattlebrain/DMS -rattle/RSDJGZ -rattlesnake/MS -rattletrap/MS -rattling/Y -rattly/TR -rattrap/SM -ratty/RT -raucousness/SM -raucous/YP -Raul/M -raunchily -raunchiness/S -raunchy/RTP -ravage/GZRSD -ravager/M -raveling/S -Ravel/M -ravel/UGDS -raven/JGMRDS -Raven/M -ravenous/YP -raver/M -rave/ZGDRSJ -Ravid/M -Ravi/M -ravine/SDGM -ravioli/SM -ravisher/M -ravishing/Y -ravish/LSRDZG -ravishment/SM -Raviv/M -Rawalpindi/M -rawboned -rawhide/SDMG -Rawley/M -Rawlings/M -Rawlins/M -Rawlinson/M -rawness/SM -raw/PSRYT -Rawson/M -Rayburn/M -Raychel/M -Raye/M -ray/GSMD -Rayleigh/M -Ray/M -Raymond/M -Raymondville/M -Raymund/M -Raymundo/M -Rayna/M -Raynard/M -Raynell/M -Rayner/M -Raynor/M -rayon/SM -Rayshell/M -Raytheon/M -raze/DRSG -razer/M -razorback/SM -razorblades -razor/MDGS -razz/GDS -razzmatazz/S -Rb -RBI/S -RC -RCA -rcpt -RCS -rd -RD -RDA -Rd/M -reabbreviate -reachability -reachable/U -reachably -reached/U -reacher/M -reach/GRB -reacquisition -reactant/SM -reacted/U -reaction -reactionary/SM -reactivity -readability/MS -readable/P -readably -readdress/G -Reade/M -reader/M -readership/MS -Read/GM -readied -readies -readily -readinesses -readiness/UM -reading/M -Reading/M -read/JGZBR -readopt/G -readout/MS -reads/A -readying -ready/TUPR -Reagan/M -Reagen/M -realisms -realism's -realism/U -realistically/U -realistic/U -realist/SM -reality/USM -realizability/MS -realizableness/M -realizable/SMP -realizably/S -realization/MS -realized/U -realize/JRSDBZG -realizer/M -realizes/U -realizing/MY -realm/M -realness/S -realpolitik/SM -real/RSTP -realtor's -Realtor/S -realty/SM -Rea/M -reamer/M -ream/MDRGZ -Reamonn/M -reanimate -reaper/M -reappraise/G -reap/SGZ -rear/DRMSG -rearguard/MS -rearmost -rearrange/L -rearward/S -reasonableness/SMU -reasonable/UP -reasonably/U -Reasoner/M -reasoner/SM -reasoning/MS -reasonless -reasons -reason/UBDMG -reassess/GL -reassuringly/U -reattach/GSL -reawakening/M -Reba/M -rebate/M -Rebbecca/M -Rebeca/M -Rebecca's -Rebecka/M -Rebekah/M -Rebeka/M -Rebekkah/M -rebeller -rebellion/SM -rebelliousness/MS -rebellious/YP -rebel/MS -Rebe/M -rebid -rebidding -rebind/G -rebirth -reboil/G -rebook -reboot/ZR -rebound/G -rebroadcast/MG -rebuke/RSDG -rebuking/Y -rebus -rebuttal/SM -rebutting -rec -recalcitrance/SM -recalcitrant/S -recalibrate/N -recantation/S -recant/G -recap -recappable -recapping -recast/G -recd -rec'd -recede -receipt/SGDM -receivable/S -received/U -receiver/M -receivership/SM -receive/ZGRSDB -recency/M -recension/M -recentness/SM -recent/YPT -receptacle/SM -receptionist/MS -reception/MS -receptiveness/S -receptive/YP -receptivity/S -receptor/MS -recessional/S -recessionary -recessiveness/M -recessive/YPS -recess/SDMVG -rechargeable -recheck/G -recherché -recherches -recidivism/MS -recidivist/MS -Recife/M -recipe/MS -recipiency -recipient/MS -reciprocal/SY -reciprocate/NGXVDS -reciprocation/M -reciprocity/MS -recitalist/S -recital/MS -recitative/MS -reciter/M -recite/ZR -recked -recking -recklessness/S -reckless/PY -reckoner/M -reckoning/M -reckon/SGRDJ -reclaim/B -reclamation/SM -recliner/M -recline/RSDZG -recluse/MVNS -reclusion/M -recode/G -recognizability -recognizable/U -recognizably -recognize/BZGSRD -recognizedly/S -recognized/U -recognizer/M -recognizingly/S -recognizing/UY -recoilless -recoinage -recolor/GD -recombinant -recombine -recommended/U -recompense/GDS -recompute/B -reconciled/U -reconciler/M -reconcile/SRDGB -reconditeness/M -recondite/YP -reconfigurability -reconfigure/R -reconnaissance/MS -reconnect/R -reconnoiter/GSD -reconquer/G -reconsecrate -reconstitute -reconstructed/U -Reconstruction/M -reconsult/G -recontact/G -recontaminate/N -recontribute -recook/G -recopy/G -recorded/AU -records/A -record/ZGJ -recourse -recoverability -recoverable/U -recover/B -recovery/MS -recreant/S -recreational -recriminate/GNVXDS -recrimination/M -recriminatory -recross/G -recrudesce/GDS -recrudescence/MS -recrudescent -recruiter/M -recruitment/MS -recruit/ZSGDRML -recrystallize -rectal/Y -rectangle/SM -rectangular/Y -recta's -rectifiable -rectification/M -rectifier/M -rectify/DRSGXZN -rectilinear/Y -rectitude/MS -recto/MS -rector/SM -rectory/MS -rectum/SM -recumbent/Y -recuperate/VGNSDX -recuperation/M -recur -recurrence/MS -recurrent -recurse/NX -recursion/M -recusant/M -recuse -recyclable/S -recycle/BZ -redact/DGS -redaction/SM -redactor/MS -redbird/SM -redbreast/SM -redbrick/M -redbud/M -redcap/MS -redcoat/SM -redcurrant/M -redden/DGS -redder -reddest -redding -reddish/P -Redd/M -redeclaration -redecorate -redeemable/U -redeem/BRZ -redeemed/U -redeemer/M -Redeemer/M -redemptioner/M -redemption/RMS -redemptive -redeposit/M -redetermination -Redford/M -Redgrave/M -redhead/DRMS -Redhook/M -redial/G -redirect/G -redirection -redlining/S -Redmond/M -redneck/SMD -redness/MS -redo/G -redolence/MS -redolent -Redondo/M -redouble/S -redoubtably -redound/GDS -red/PYS -redshift/S -redskin/SM -Redstone/M -reduced/U -reducer/M -reduce/RSDGZ -reducibility/M -reducible -reducibly -reductionism/M -reductionist/S -reduction/SM -reduct/V -redundancy/SM -redundant/Y -redwood/SM -redye -redyeing -Reeba/M -Reebok/M -Reece/M -reecho/G -reed/GMDR -reediness/SM -reeding/M -Reed/M -Reedville/M -reedy/PTR -reefer/M -reef/GZSDRM -reeker/M -reek/GSR -reeler/M -reel's -reel/USDG -Ree/MDS -Reena/M -reenforcement -reentrant -Reese/M -reestimate/M -Reeta/M -Reeva/M -reeve/G -Reeves -reexamine -refection/SM -refectory/SM -refer/B -refereed/U -refereeing -referee/MSD -reference/CGSRD -referenced/U -reference's -referencing/U -referendum/MS -referentiality -referential/YM -referent/SM -referral/SM -referred -referrer/S -referring -reffed -reffing -refile -refinance -refined/U -refine/LZ -refinement/MS -refinish/G -refit -reflectance/M -reflected/U -reflectional -reflection/SM -reflectiveness/M -reflective/YP -reflectivity/M -reflector/MS -reflect/SDGV -reflexion/MS -reflexiveness/M -reflexive/PSY -reflexivity/M -reflex/YV -reflooring -refluent -reflux/G -refocus/G -refold/G -reforestation -reforge/G -reformatory/SM -reform/B -reformed/U -reformer/M -reformism/M -reformist/S -refract/DGVS -refractiveness/M -refractive/PY -refractometer/MS -refractoriness/M -refractory/PS -refrain/DGS -refreshed/U -refreshing/Y -refresh/LB -refreshment/MS -refrigerant/MS -refrigerated/U -refrigerate/XDSGN -refrigeration/M -refrigerator/MS -refrozen -refry/GS -refugee/MS -refuge/SDGM -Refugio/M -refulgence/SM -refulgent -refund/B -refunder/M -refurbish/L -refurbishment/S -refusal/SM -refuse/R -refuser/M -refutation/MS -refute/GZRSDB -refuter/M -ref/ZS -reg -regale/L -regalement/S -regal/GYRD -regalia/M -Regan/M -regard/EGDS -regardless/PY -regather/G -regatta/MS -regency/MS -regeneracy/MS -regenerately -regenerateness/M -regenerate/U -Regen/M -reggae/SM -Reggie/M -Reggi/MS -Reggy/M -regicide/SM -regime/MS -regimen/MS -regimental/S -regimentation/MS -regiment/SDMG -Reginae -Reginald/M -Regina/M -Reginauld/M -Regine/M -regionalism/MS -regional/SY -region/SM -Regis/M -register's -register/UDSG -registrable -registrant/SM -registrar/SM -registration/AM -registrations -registry/MS -Reg/MN -regnant -Regor/M -regress/DSGV -regression/MS -regressiveness/M -regressive/PY -regressors -regretfulness/M -regretful/PY -regret/S -regrettable -regrettably -regretted -regretting -reground -regroup/G -regrow/G -regularity/MS -regularization/MS -regularize/SDG -regular/YS -regulate/CSDXNG -regulated/U -regulation/M -regulative -regulator/SM -regulatory -Regulus/M -regurgitate/XGNSD -regurgitation/M -rehabbed -rehabbing -rehabilitate/SDXVGN -rehabilitation/M -rehab/S -rehang/G -rehear/GJ -rehearsal/SM -rehearse -rehearsed/U -rehearser/M -rehears/R -reheat/G -reheating/M -Rehnquist -rehydrate -Reichenberg/M -Reich/M -Reichstags -Reichstag's -Reidar/M -Reider/M -Reid/MR -reign/MDSG -Reiko/M -Reilly/M -reimburse/GSDBL -reimbursement/MS -Reinald/M -Reinaldo/MS -Reina/M -reindeer/M -Reine/M -reinforced/U -reinforce/GSRDL -reinforcement/MS -reinforcer/M -rein/GDM -Reinhard/M -Reinhardt/M -Reinhold/M -Reinold/M -reinstate/L -reinstatement/MS -reinsurance -Reinwald/M -reissue -REIT -reiterative/SP -rejecter/M -rejecting/Y -rejection/SM -rejector/MS -reject/RDVGS -rejigger -rejoice/RSDJG -rejoicing/Y -rejoinder/SM -rejuvenate/NGSDX -rejuvenatory -relapse -relatedly -relatedness/MS -related/U -relater/M -relate/XVNGSZ -relational/Y -relation/M -relationship/MS -relativeness/M -relative/SPY -relativism/M -relativistic -relativistically -relativist/MS -relativity/MS -relator's -relaxant/SM -relaxation/MS -relaxedness/M -relaxed/YP -relax/GZD -relaxing/Y -relay/GDM -relearn/G -releasable/U -release/B -released/U -relenting/U -relentlessness/SM -relentless/PY -relent/SDG -relevance/SM -relevancy/MS -relevant/Y -reliability/UMS -reliables -reliable/U -reliably/U -reliance/MS -reliant/Y -relicense/R -relic/MS -relict/C -relict's -relief/M -relievedly -relieved/U -reliever/M -relieve/RSDZG -religionists -religion/SM -religiosity/M -religiousness/MS -religious/PY -relink/G -relinquish/GSDL -relinquishment/SM -reliquary/MS -relish/GSD -relive/GB -reload/GR -relocate/B -reluctance/MS -reluctant/Y -rel/V -rely/DG -rem -Re/M -remade/S -remainder/SGMD -remain/GD -remake/M -remand/DGS -remap -remapping -remarkableness/S -remarkable/U -remarkably -remark/BG -remarked/U -Remarque/M -rematch/G -Rembrandt/M -remeasure/D -remediableness/M -remediable/P -remedy/SDMG -remembered/U -rememberer/M -remember/GR -remembrance/MRS -remembrancer/M -Remington/M -reminisce/GSD -reminiscence/SM -reminiscent/Y -remissness/MS -remiss/YP -remit/S -remittance/MS -remitted -remitting/U -Rem/M -remnant/MS -remodel/G -remolding -remonstrant/MS -remonstrate/SDXVNG -remonstration/M -remonstrative/Y -remorsefulness/M -remorseful/PY -remorselessness/MS -remorseless/YP -remorse/SM -remoteness/MS -remote/RPTY -remoulds -removal/MS -REM/S -remunerated/U -remunerate/VNGXSD -remuneration/M -remunerativeness/M -remunerative/YP -Remus/M -Remy/M -Renado/M -Renae/M -renaissance/S -Renaissance/SM -renal -Renaldo/M -Rena/M -Renard/M -Renascence/SM -Renata/M -Renate/M -Renato/M -renaturation -Renaud/M -Renault/MS -rend -renderer/M -render/GJRD -rendering/M -rendezvous/DSMG -rendition/GSDM -rend/RGZS -Renee/M -renegade/SDMG -renege/GZRSD -reneger/M -Renelle/M -Renell/M -Rene/M -renewal/MS -renew/BG -renewer/M -Renie/M -rennet/MS -Rennie/M -rennin/SM -Renoir/M -Reno/M -renounce/LGRSD -renouncement/MS -renouncer/M -renovate/NGXSD -renovation/M -renovator/SM -renown/SGDM -Rensselaer/M -rentaller -rental/SM -renter/M -rent/GZMDRS -renumber/G -renumeration -renunciate/VNX -renunciation/M -Renville/M -reoccupy/G -reopen/G -reorganized/U -repack/G -repairable/U -repair/BZGR -repairer/M -repairman/M -repairmen -repairs/E -repaper -reparable -reparation/SM -reparteeing -repartee/MDS -repartition/Z -repast/G -repatriate/SDXNG -repave -repealer/M -repeal/GR -repeatability/M -repeatable/U -repeatably -repeated/Y -repeater/M -repeat/RDJBZG -repelled -repellent/SY -repelling/Y -repel/S -repentance/SM -repentant/SY -repent/RDG -repertoire/SM -repertory/SM -repetition -repetitiousness/S -repetitious/YP -repetitiveness/MS -repetitive/PY -repine/R -repiner/M -replace/RL -replay/GM -replenish/LRSDG -replenishment/S -repleteness/MS -replete/SDPXGN -repletion/M -replica/SM -replicate/SDVG -replicator/S -replug -reply/X -Rep/M -repopulate -reported/Y -reportorial/Y -reposeful -repose/M -repository/MS -reprehend/GDS -reprehensibility/MS -reprehensibleness/M -reprehensible/P -reprehensibly -reprehension/MS -representable/U -representational/Y -representativeness/M -Representative/S -representative/SYMP -representativity -represented/U -represent/GB -repression/SM -repressiveness/M -repressive/YP -repress/V -reprieve/GDS -reprimand/SGMD -reprint/M -reprisal/MS -reproacher/M -reproachfulness/M -reproachful/YP -reproach/GRSDB -reproaching/Y -reprobate/N -reprocess/G -reproducibility/MS -reproducible/S -reproducibly -reproductive/S -reproof/G -reprove/R -reproving/Y -rep/S -reptile/SM -reptilian/S -Republicanism/S -republicanism/SM -Republican/S -republic/M -republish/G -repudiate/XGNSD -repudiation/M -repudiator/S -repugnance/MS -repugnant/Y -repulse/VNX -repulsion/M -repulsiveness/MS -repulsive/PY -reputability/SM -reputably/E -reputation/SM -reputed/Y -repute/ESB -reputing -requested/U -request/G -Requiem/MS -requiem/SM -require/LR -requirement/MS -requisiteness/M -requisite/PNXS -requisitioner/M -requisition/GDRM -requital/MS -requited/U -requiter/M -requite/RZ -reread/G -rerecord/G -rerouteing -rerunning -res/C -rescale -rescind/SDRG -rescission/SM -rescue/GZRSD -reseal/BG -research/MB -reselect/G -resemblant -resemble/DSG -resend/G -resent/DSLG -resentfulness/SM -resentful/PY -resentment/MS -reserpine/MS -reservation/MS -reservednesses -reservedness/UM -reserved/UYP -reservist/SM -reservoir/MS -reset/RDG -resettle/L -reshipping -reshow/G -reshuffle/M -reside/G -residence/MS -residency/SM -residential/Y -resident/SM -resider/M -residua -residual/YS -residuary -residue/SM -residuum/M -resignation/MS -resigned/YP -resilience/MS -resiliency/S -resilient/Y -resin/D -resinlike -resinous -resiny -resistance/SM -Resistance/SM -resistantly -resistants -resistant/U -resisted/U -resistible -resistibly -resisting/U -resistiveness/M -resistive/PY -resistivity/M -resistless -resistor/MS -resist/RDZVGS -resize/G -resold -resole/G -resoluble -resoluteness/MS -resolute/PYTRV -resolvability/M -resolvable/U -resolved/U -resolvent -resonance/SM -resonant/YS -resonate/DSG -resonator/MS -resorption/MS -resort/R -resound/G -resourcefulness/SM -resourceful/PY -resp -respectability/SM -respectable/SP -respectably -respect/BSDRMZGV -respected/E -respectful/EY -respectfulness/SM -respecting/E -respectiveness/M -respective/PY -respect's/E -respects/E -respell/G -respiration/MS -respirator/SM -respiratory/M -resplendence/MS -resplendent/Y -respondent/MS -respond/SDRZG -responser/M -response/RSXMV -responsibility/MS -responsibleness/M -responsible/P -responsibly -responsiveness/MSU -responsive/YPU -respray/G -restart/B -restate/L -restaurant/SM -restaurateur/SM -rest/DRSGVM -rested/U -rester/M -restfuller -restfullest -restfulness/MS -restful/YP -restitution/SM -restiveness/SM -restive/PY -restlessness/MS -restless/YP -restorability -Restoration/M -restoration/MS -restorative/PYS -restorer/M -restore/Z -restrained/UY -restraint/MS -restrict/DVGS -restricted/YU -restriction/SM -restrictively -restrictiveness/MS -restrictives -restrictive/U -restroom/SM -restructurability -restructure -rest's/U -rests/U -restudy/M -restyle -resubstitute -resultant/YS -result/SGMD -resume/SDBG -resumption/MS -resurface -resurgence/MS -resurgent -resurrect/GSD -resurrection/SM -resurvey/G -resuscitate/XSDVNG -resuscitation/M -resuscitator/MS -retail/Z -retainer/M -retain/LZGSRD -retake -retaliate/VNGXSD -retaliation/M -retaliatory -Reta/M -retardant/SM -retardation/SM -retarder/M -retard/ZGRDS -retch/SDG -retention/SM -retentiveness/S -retentive/YP -retentivity/M -retest/G -Retha/M -rethought -reticence/S -reticent/Y -reticle/SM -reticular -reticulate/GNYXSD -reticulation/M -reticule/MS -reticulum/M -retinal/S -retina/SM -retinue/MS -retiredness/M -retiree/MS -retire/L -retirement/SM -retiring/YP -retort/GD -retract/DG -retractile -retrench/L -retrenchment/MS -retributed -retribution/MS -retributive -retrieval/SM -retriever/M -retrieve/ZGDRSB -retroactive/Y -retrofire/GMSD -retrofit/S -retrofitted -retrofitting -retroflection -retroflex/D -retroflexion/M -retrogradations -retrograde/GYDS -retrogression/MS -retrogressive/Y -retrogress/SDVG -retrorocket/MS -retro/SM -retrospection/MS -retrospective/SY -retrospect/SVGMD -retrovirus/S -retrovision -retry/G -retsina/SM -returnable/S -returned/U -returnee/SM -retype -Reube/M -Reuben/M -Reub/NM -Reunion/M -reuse/B -Reuters -Reuther/M -reutilization -Reuven/M -Reva/M -revanchist -revealed/U -revealingly -revealing/U -reveal/JBG -reveille/MS -revelation/MS -Revelation/MS -revelatory -revelry/MS -revel/SJRDGZ -revenge/MGSRD -revenger/M -revenuer/M -revenue/ZR -reverberant -reverberate/XVNGSD -reverberation/M -revere/GSD -Revere/M -reverencer/M -reverence/SRDGM -Reverend -reverend/SM -reverential/Y -reverent/Y -reverie/SM -reversal/MS -reverser/M -reverse/Y -reversibility/M -reversible/S -reversibly -reversioner/M -reversion/R -revers/M -reverter/M -revertible -revert/RDVGS -revet/L -revetment/SM -review/G -revile/GZSDL -revilement/MS -reviler/M -revise/BRZ -revised/U -revisionary -revisionism/SM -revisionist/SM -revitalize/ZR -revivalism/MS -revivalist/MS -revival/SM -reviver/M -revive/RSDG -revivification/M -revivify/X -Revkah/M -Revlon/M -Rev/M -revocable -revoke/GZRSD -revolter/M -revolt/GRD -revolting/Y -revolutionariness/M -revolutionary/MSP -revolutionist/MS -revolutionize/GDSRZ -revolutionizer/M -revolution/SM -revolve/BSRDZJG -revolver/M -revue/MS -revulsion/MS -revved -revving -rev/ZM -rewarded/U -rewarding/Y -rewarm/G -reweave -rewedding -reweigh/G -rewind/BGR -rewire/G -rework/G -rexes -Rex/M -Reyes -Reykjavik/M -re/YM -Rey/M -Reynaldo/M -Reyna/M -Reynard/M -Reynold/SM -rezone -Rf -RF -RFC -RFD -R/G -rhapsodic -rhapsodical -rhapsodize/GSD -rhapsody/SM -Rhea/M -rhea/SM -Rheba/M -Rhee/M -Rheims/M -Rheinholdt/M -Rhenish -rhenium/MS -rheology/M -rheostat/MS -rhesus/S -Rheta/M -rhetorical/YP -rhetorician/MS -rhetoric/MS -Rhetta/M -Rhett/M -rheumatically -rheumatic/S -rheumatics/M -rheumatism/SM -rheumatoid -rheum/MS -rheumy/RT -Rhiamon/M -Rhianna/M -Rhiannon/M -Rhianon/M -Rhinelander/M -Rhineland/RM -Rhine/M -rhinestone/SM -rhinitides -rhinitis/M -rhinoceros/MS -rhino/MS -rhinotracheitis -rhizome/MS -Rh/M -Rhoda/M -Rhodes -Rhodesia/M -Rhodesian/S -Rhodia/M -Rhodie/M -rhodium/MS -rhododendron/SM -rhodolite/M -rhodonite/M -Rhody/M -rhombic -rhomboidal -rhomboid/SM -rhombus/SM -rho/MS -Rhona/M -Rhonda/M -Rhone -rhubarb/MS -rhyme/DSRGZM -rhymester/MS -Rhys/M -rhythmical/Y -rhythmic/S -rhythmics/M -rhythm/MS -RI -rial/MS -Riane/M -Riannon/M -Rianon/M -ribaldry/MS -ribald/S -ribbed -Ribbentrop/M -ribber/S -ribbing/M -ribbon/DMSG -ribcage -rib/MS -riboflavin/MS -ribonucleic -ribosomal -ribosome/MS -Rica/M -Rican/SM -Ricard/M -Ricardo/M -Ricca/M -Riccardo/M -rice/DRSMZG -Rice/M -ricer/M -Richard/MS -Richardo/M -Richardson/M -Richart/M -Richelieu/M -richen/DG -Richey/M -Richfield/M -Richie/M -Richland/M -Rich/M -Richmond/M -Richmound/M -richness/MS -Richter/M -Richthofen/M -Richy/M -rich/YNSRPT -Rici/M -Rickard/M -Rickenbacker/M -Rickenbaugh/M -Rickert/M -rickets/M -rickety/RT -Rickey/M -rick/GSDM -Rickie/M -Ricki/M -Rick/M -Rickover/M -rickrack/MS -rickshaw/SM -Ricky/M -Ric/M -ricochet/GSD -Rico/M -Ricoriki/M -ricotta/MS -riddance/SM -ridden -ridding -riddle/GMRSD -Riddle/M -ride/CZSGR -Ride/M -rider/CM -riderless -ridership/S -ridge/DSGM -Ridgefield/M -ridgepole/SM -Ridgway/M -ridgy/RT -ridicule/MGDRS -ridiculer/M -ridiculousness/MS -ridiculous/PY -riding/M -rid/ZGRJSB -Riemann/M -Riesling/SM -rife/RT -riff/GSDM -riffle/SDG -riffraff/SM -rifled/U -rifle/GZMDSR -rifleman/M -riflemen -rifler/M -rifling/M -rift/GSMD -Riga/M -rigamarole's -rigatoni/M -Rigel/M -rigged -rigger/SM -rigging/MS -Riggs/M -righteousnesses/U -righteousness/MS -righteous/PYU -rightfulness/MS -rightful/PY -rightism/SM -rightist/S -rightmost -rightness/MS -Right/S -right/SGTPYRDN -rightsize/SDG -rights/M -rightward/S -rigidify/S -rigidity/S -rigidness/S -rigid/YP -rigmarole/MS -rig/MS -Rigoberto/M -Rigoletto/M -rigor/MS -rigorousness/S -rigorous/YP -Riki/M -Rikki/M -Rik/M -rile/DSG -Riley/M -Rilke/M -rill/GSMD -Rimbaud/M -rime/MS -rimer/M -rim/GSMDR -rimless -rimmed -rimming -Rinaldo/M -Rina/M -rind/MDGS -Rinehart/M -ringer/M -ring/GZJDRM -ringing/Y -ringleader/MS -ringlet/SM -ringlike -Ringling/M -Ring/M -ringmaster/MS -Ringo/M -ringside/ZMRS -ringworm/SM -rink/GDRMS -rinse/DSRG -Riobard/M -Rio/MS -Riordan/M -rioter/M -riotousness/M -riotous/PY -riot/SMDRGZJ -RIP -riparian/S -ripcord/SM -ripened/U -ripenesses -ripeness/UM -ripen/RDG -ripe/PSY -riper/U -ripest/U -Ripley/M -Rip/M -rip/NDRSXTG -ripoff/S -riposte/SDMG -ripped -ripper/SM -ripping -rippler/M -ripple/RSDGM -ripply/TR -ripsaw/GDMS -riptide/SM -Risa/M -RISC -risen -riser/M -rise/RSJZG -risibility/SM -risible/S -rising/M -risker/M -risk/GSDRM -riskily -riskiness/MS -risky/RTP -risotto/SM -risqué -rissole/M -Ritalin -Rita/M -Ritchie/M -rite/DSM -Ritter/M -ritualism/SM -ritualistic -ritualistically -ritualized -ritual/MSY -Ritz/M -ritzy/TR -rivaled/U -Rivalee/M -rivalry/MS -rival/SGDM -Riva/MS -rive/CSGRD -Rivera/M -riverbank/SM -riverbed/S -riverboat/S -river/CM -riverfront -riverine -Rivers -Riverside/M -riverside/S -Riverview/M -riveter/M -rivet/GZSRDM -riveting/Y -Riviera/MS -Rivi/M -Rivkah/M -rivulet/SM -Rivy/M -riv/ZGNDR -Riyadh/M -riyal/SM -rm -RMS -RN -RNA -Rn/M -roach/GSDM -Roach/M -roadbed/MS -roadblock/SMDG -roadhouse/SM -roadie/S -roadkill/S -road/MIS -roadrunner/MS -roadshow/S -roadside/S -roadsigns -roadster/SM -roadsweepers -roadway/SM -roadwork/SM -roadworthy -roam/DRGZS -Roana/M -Roanna/M -Roanne/M -Roanoke/M -roan/S -roar/DRSJGZ -roarer/M -roaring/T -Roarke/M -roaster/M -roast/SGJZRD -robbed -robber/SM -Robbert/M -robbery/SM -Robbie/M -Robbi/M -robbing -Robbin/MS -Robb/M -Robby/M -Robbyn/M -robe/ESDG -Robena/M -Robenia/M -Robers/M -Roberson/M -Roberta/M -Robert/MS -Roberto/M -Robertson/SM -robe's -Robeson/M -Robespierre/M -Robina/M -Robinet/M -Robinetta/M -Robinette/M -Robinett/M -Robinia/M -Robin/M -robin/MS -Robinson/M -Robinsonville/M -Robles/M -Rob/MZ -robotic/S -robotism -robotize/GDS -robot/MS -rob/SDG -Robson/M -Robt/M -robustness/SM -robust/RYPT -Roby/M -Robyn/M -Rocco/M -Rocha/M -Rochambeau/M -Rochella/M -Rochelle/M -Rochell/M -Roche/M -Rochester/M -Rochette/M -Roch/M -rockabilly/MS -rockabye -Rockaway/MS -rockbound -Rockefeller/M -rocker/M -rocketry/MS -rocket/SMDG -Rockey/M -rockfall/S -Rockford/M -rock/GZDRMS -Rockie/M -rockiness/MS -Rockland/M -Rock/M -Rockne/M -Rockville/M -Rockwell/M -Rocky/SM -rocky/SRTP -rococo/MS -Roda/M -rodded -Roddenberry/M -rodder -Roddie/M -rodding -Rodd/M -Roddy/M -rodent/MS -rodeo/SMDG -Roderich/M -Roderick/M -Roderic/M -Roderigo/M -rode/S -Rodger/M -Rodge/ZMR -Rodie/M -Rodi/M -Rodina/M -Rodin/M -Rod/M -Rodney/M -Rodolfo/M -Rodolphe/M -Rodolph/M -Rodrick/M -Rodrigo/M -Rodriguez/M -Rodrique/M -Rodriquez/M -rod/SGMD -roebuck/SM -Roentgen's -roentgen/SM -roe/SM -ROFL -Rogelio/M -roger/GSD -Rogerio/M -Roger/M -Roget/M -Rog/MRZ -rogued/K -rogue/GMDS -roguery/MS -rogues/K -roguing/K -roguishness/SM -roguish/PY -roil/SGD -Roi/SM -roisterer/M -roister/SZGRD -Rojas/M -Roland/M -Rolando/M -Roldan/M -role/MS -Roley/M -Rolfe/M -Rolf/M -Rolland/M -rollback/SM -rolled/A -Rollerblade/S -rollerskating -roller/SM -rollick/DGS -rollicking/Y -Rollie/M -rolling/S -Rollin/SM -Rollo/M -rollover/S -roll/UDSG -Rolodex -Rolph/M -Rolvaag/M -ROM -romaine/MS -Romain/M -Roma/M -romancer/M -romance/RSDZMG -Romanesque/S -Romania/M -Romanian/SM -Romano/MS -Romanov/M -roman/S -Romansh/M -Romans/M -Roman/SM -romantically/U -romanticism/MS -Romanticism/S -romanticist/S -romanticize/SDG -romantic/MS -Romany/SM -Romeo/MS -romeo/S -Romero/M -Rome/SM -Rommel/M -Romney/M -Romola/M -Romona/M -Romonda/M -romper/M -romp/GSZDR -Rom/SM -Romulus/M -Romy/M -Ronalda/M -Ronald/M -Rona/M -Ronda/M -rondo/SM -Ronica/M -Ron/M -Ronna/M -Ronnica/M -Ronnie/M -Ronni/M -Ronny/M -Ronstadt/M -Rontgen -Roobbie/M -rood/MS -roof/DRMJGZS -roofer/M -roofgarden -roofing/M -roofless -rooftop/S -rookery/MS -rook/GDMS -rookie/SRMT -roomer/M -roomette/SM -roomful/MS -roominess/MS -roommate/SM -room/MDRGZS -roomy/TPSR -Rooney/M -Rooseveltian -Roosevelt/M -rooster/M -roost/SGZRDM -rooted/P -rooter/M -rootlessness/M -rootless/P -rootlet/SM -Root/M -root/MGDRZS -rootstock/M -rope/DRSMZG -roper/M -roping/M -Roquefort/MS -Roquemore/M -Rora/M -Rorie/M -Rori/M -Rorke/M -Rorschach -Rory/M -Rosabella/M -Rosabelle/M -Rosabel/M -Rosaleen/M -Rosales/M -Rosalia/M -Rosalie/M -Rosalinda/M -Rosalinde/M -Rosalind/M -Rosaline/M -Rosalynd/M -Rosalyn/M -Rosa/M -Rosamond/M -Rosamund/M -Rosana/M -Rosanna/M -Rosanne/M -Rosario/M -rosary/SM -Roscoe/M -Rosco/M -Roseanna/M -Roseanne/M -Roseann/M -roseate/Y -Roseau -rosebud/MS -rosebush/SM -Rosecrans/M -Roseland/M -Roselia/M -Roseline/M -Roselin/M -Rosella/M -Roselle/M -Rose/M -Rosemaria/M -Rosemarie/M -Rosemary/M -rosemary/MS -rose/MGDS -Rosemonde/M -Rosenberg/M -Rosenblum/M -Rosendo/M -Rosene/M -Rosen/M -Rosenthal/M -Rosenzweig/M -Rosetta/M -Rosette/M -rosette/SDMG -rosewater -rosewood/SM -Roshelle/M -Rosicrucian/M -Rosie/M -rosily -Rosina/M -rosiness/MS -rosin/SMDG -Rosita/M -Roslyn/M -Rosmunda/M -Ros/N -Ross -Rossetti/M -Rossie/M -Rossi/M -Rossini/M -Rossy/M -Rostand/M -roster/DMGS -Rostov/M -rostra's -rostrum/SM -Roswell/M -Rosy/M -rosy/RTP -rota/MS -Rotarian/SM -rotary/S -rotated/U -rotate/VGNXSD -rotational/Y -rotation/M -rotative/Y -rotator/SM -rotatory -ROTC -rote/MS -rotgut/MS -Roth/M -Rothschild/M -rotisserie/MS -rotogravure/SM -rotor/MS -rototill/RZ -rot/SDG -rotted -rottenness/S -rotten/RYSTP -Rotterdam/M -rotter/M -rotting -rotunda/SM -rotundity/S -rotundness/S -rotund/SDYPG -Rouault/M -roué/MS -rouge/GMDS -roughage/SM -roughen/DG -rougher/M -roughhouse/GDSM -roughish -roughneck/MDSG -roughness/MS -roughs -roughshod -rough/XPYRDNGT -roulette/MGDS -roundabout/PSM -roundedness/M -rounded/P -roundelay/SM -roundels -rounder/M -roundhead/D -roundheadedness/M -roundheaded/P -roundhouse/SM -roundish -roundness/MS -roundoff -roundup/MS -roundworm/MS -round/YRDSGPZT -Rourke/M -rouse/DSRG -rouser/M -Rousseau/M -roustabout/SM -roust/SGD -route/ASRDZGJ -router/M -route's -rout/GZJMDRS -routine/SYM -routing/M -routinize/GSD -Rouvin/M -rover/M -Rover/M -rove/ZGJDRS -roving/M -Rowan/M -rowboat/SM -rowdily -rowdiness/MS -rowdyism/MS -rowdy/PTSR -rowel/DMSG -Rowe/M -Rowena/M -rowen/M -Rowen/M -rower/M -Rowland/M -Rowley/M -Row/MN -Rowney/M -row/SJZMGNDR -Roxana/M -Roxane/M -Roxanna/M -Roxanne/M -Roxie/M -Roxi/M -Roxine/M -Roxy/M -royalist/SM -Royall/M -Royal/M -royal/SY -royalty/MS -Royce/M -Roy/M -Rozalie/M -Rozalin/M -Rozamond/M -Rozanna/M -Rozanne/M -Rozele/M -Rozella/M -Rozelle/M -Roze/M -Rozina/M -Roz/M -RP -rpm -RPM -rps -RR -Rriocard/M -rs -r's -R's -RSFSR -RSI -RSV -RSVP -RSX -rt -rte -Rte -RTFM -r/TGVJ -Rubaiyat/M -rubato/MS -rubbed -rubberize/GSD -rubberneck/DRMGSZ -rubber/SDMG -rubbery/TR -rubbing/M -rubbish/DSMG -rubbishy -rubble/GMSD -rubdown/MS -rubella/MS -Rube/M -Ruben/MS -rube/SM -Rubetta/M -Rubia/M -Rubicon/SM -rubicund -rubidium/SM -Rubie/M -Rubik/M -Rubi/M -Rubina/M -Rubin/M -Rubinstein/M -ruble/MS -rubout -rubric/MS -rub/S -Ruby/M -ruby/MTGDSR -Ruchbah/M -ruck/M -rucksack/SM -ruckus/SM -ruction/SM -rudderless -rudder/MS -Ruddie/M -ruddiness/MS -Rudd/M -Ruddy/M -ruddy/PTGRSD -rudeness/MS -rude/PYTR -Rudie/M -Rudiger/M -rudimentariness/M -rudimentary/P -rudiment/SM -Rudolf/M -Rudolfo/M -Rudolph/M -Rudyard/M -Rudy/M -ruefulness/S -rueful/PY -rue/GDS -Rufe/M -ruff/GSYDM -ruffian/GSMDY -ruffled/U -ruffler/M -ruffle/RSDG -ruffly/TR -Rufus/M -Rugby's -rugby/SM -ruggedness/S -rugged/PYRT -Ruggiero/M -rugging -rug/MS -Ruhr/M -ruination/MS -ruiner/M -ruin/MGSDR -ruinousness/M -ruinous/YP -Ruiz/M -rulebook/S -ruled/U -rule/MZGJDRS -ruler/GMD -ruling/M -Rumanian's -Rumania's -rumba/GDMS -rumble/JRSDG -rumbler/M -rumbustious -rumen/M -Rumford/M -Ru/MH -ruminant/YMS -ruminate/VNGXSD -ruminative/Y -rummage/GRSD -rummager/M -Rummel/M -rummer -rummest -rummy/TRSM -rumored/U -rumorer/M -rumormonger/SGMD -rumor/ZMRDSG -Rumpelstiltskin/M -rump/GMYDS -rumple/SDG -rumply/TR -rumpus/SM -rum/XSMN -runabout/SM -runaround/S -run/AS -runaway/S -rundown/SM -rune/MS -Runge/M -rung/MS -runic -runlet/SM -runnable -runnel/SM -runner/MS -running/S -Runnymede/M -runny/RT -runoff/MS -runtime -runtiness/M -runt/MS -runty/RPT -runway/MS -Runyon/M -rupee/MS -Ruperta/M -Rupert/M -Ruperto/M -rupiah/M -rupiahs -Ruppert/M -Ruprecht/M -rupture/GMSD -rurality/M -rural/Y -Rurik/M -ruse/MS -Rushdie/M -rush/DSRGZ -rusher/M -rushes/I -rushing/M -Rush/M -Rushmore/M -rushy/RT -Ruskin/M -rusk/MS -Russell/M -Russel/M -russet/MDS -russetting -Russia/M -Russian/SM -Russo/M -Russ/S -Rustbelt/M -rustically -rusticate/GSD -rustication/M -rusticity/S -rustic/S -Rustie/M -rustiness/MS -Rustin/M -rustler/M -rustle/RSDGZ -rust/MSDG -rustproof/DGS -Rusty/M -rusty/XNRTP -rutabaga/SM -Rutger/SM -Ruthanne/M -Ruthann/M -Ruthe/M -ruthenium/MS -rutherfordium/SM -Rutherford/M -Ruthie/M -Ruthi/M -ruthlessness/MS -ruthless/YP -Ruth/M -Ruthy/M -Rutland/M -Rutledge/M -rut/MS -rutted -Rutter/M -Ruttger/M -rutting -rutty/RT -Ruy/M -RV -RVs -Rwandan/S -Rwanda/SM -Rwy/M -Rx/M -Ryan/M -Ryann/M -Rycca/M -Rydberg/M -Ryder/M -rye/MS -Ryley/M -Ry/M -Ryon/M -Ryukyu/M -Ryun/M -S -SA -Saab/M -Saar/M -Saba/M -sabbath -Sabbath/M -Sabbaths -sabbatical/S -sabered/U -saber/GSMD -Sabik/M -Sabina/M -Sabine/M -Sabin/M -sable/GMDS -sabotage/DSMG -saboteur/SM -sabot/MS -Sabra/M -sabra/MS -Sabrina/M -SAC -Sacajawea/M -saccharides -saccharine -saccharin/MS -Sacco/M -sacerdotal -Sacha/M -sachem/MS -sachet/SM -Sachs/M -sackcloth/M -sackcloths -sacker/M -sackful/MS -sack/GJDRMS -sacking/M -sacral -sacra/L -sacramental/S -sacrament/DMGS -Sacramento/M -sacredness/S -sacred/PY -sacrificer/M -sacrifice/RSDZMG -sacrificial/Y -sacrilege/MS -sacrilegious/Y -sacristan/SM -sacristy/MS -sacroiliac/S -sacrosanctness/MS -sacrosanct/P -sacrum/M -sac/SM -Sada/M -Sadat/M -Saddam/M -sadden/DSG -sadder -saddest -saddlebag/SM -saddler/M -saddle's -saddle/UGDS -Sadducee/M -Sadella/M -Sade/M -sades -Sadie/M -sadism/MS -sadistic -sadistically -sadist/MS -sadness/SM -sadomasochism/MS -sadomasochistic -sadomasochist/S -sad/PY -Sadr/M -Sadye/M -safari/GMDS -safeguard/MDSG -safekeeping/MS -safeness/MS -safeness's/U -safes -safety/SDMG -safe/URPTY -safflower/SM -saffron/MS -sagaciousness/M -sagacious/YP -sagacity/MS -saga/MS -Sagan/M -sagebrush/SM -sage/MYPS -sagged -sagger -sagging -saggy/RT -Saginaw/M -Sagittarius/MS -sago/MS -sag/TSR -saguaro/SM -Sahara/M -Saharan/M -Sahel -sahib/MS -Saidee/M -saids -said/U -Saigon/M -sailboard/DGS -sailboat/SRMZG -sailcloth/M -sailcloths -sailer/M -sailfish/SM -sail/GJMDRS -sailing/M -sailor/YMS -sailplane/SDMG -sainthood/MS -saintlike -saintliness/MS -saintly/RTP -saint/YDMGS -Saiph/M -saith -saiths -Sakai/M -sake/MRS -saker/M -Sakhalin/M -Sakharov/M -Saki/M -saki's -salaam/GMDS -salable/U -salaciousness/MS -salacious/YP -salacity/MS -Saladin/M -Salado/M -salad/SM -Salaidh/M -salamander/MS -salami/MS -salary/SDMG -Salas/M -Salazar/M -saleability/M -sale/ABMS -Saleem/M -Salem/M -Salerno/M -salesclerk/SM -salesgirl/SM -saleslady/S -salesman/M -salesmanship/SM -salesmen -salespeople/M -salesperson/MS -salesroom/M -saleswoman -saleswomen -salience/MS -saliency -salient/SY -Salim/M -Salina/MS -saline/S -salinger -Salinger/M -salinity/MS -Salisbury/M -Salish/M -saliva/MS -salivary -salivate/XNGSD -salivation/M -Salk/M -Sallee/M -Salle/M -Sallie/M -Salli/M -sallowness/MS -sallow/TGRDSP -Sallust/M -Sallyanne/M -Sallyann/M -sally/GSDM -Sally/M -salmonellae -salmonella/M -Salmon/M -salmon/SM -Sal/MY -Saloma/M -Salome/M -Salomi/M -Salomo/M -Salomone/M -Salomon/M -Salonika/M -salon/SM -saloonkeeper -saloon/MS -salsa/MS -salsify/M -SALT -saltcellar/SM -salted/UC -salter/M -salt/GZTPMDRS -saltine/MS -saltiness/SM -saltness/M -Salton/M -saltpeter/SM -salts/C -saltshaker/S -saltwater -salty/RSPT -salubriousness/M -salubrious/YP -salubrity/M -salutariness/M -salutary/P -salutation/SM -salutatory/S -saluter/M -salute/RSDG -Salvadoran/S -Salvadorian/S -Salvador/M -salvageable -salvage/MGRSD -salvager/M -salvation/MS -Salvatore/M -salve/GZMDSR -salver/M -Salvidor/M -salvo/GMDS -Salween/M -Salyut/M -Salz/M -SAM -Samantha/M -Samara/M -Samaria/M -Samaritan/MS -samarium/MS -Samarkand/M -samba/GSDM -sameness/MS -same/SP -Sam/M -Sammie/M -Sammy/M -Samoa -Samoan/S -Samoset/M -samovar/SM -Samoyed/M -sampan/MS -sampler/M -sample/RSDJGMZ -sampling/M -Sampson/M -Samsonite/M -Samson/M -Samuele/M -Samuel/SM -Samuelson/M -samurai/M -San'a -Sana/M -sanatorium/MS -Sanborn/M -Sanchez/M -Sancho/M -sanctification/M -sanctifier/M -sanctify/RSDGNX -sanctimoniousness/MS -sanctimonious/PY -sanctimony/MS -sanctioned/U -sanction/SMDG -sanctity/SM -sanctuary/MS -sanctum/SM -sandal/MDGS -sandalwood/SM -sandbagged -sandbagging -sandbag/MS -sandbank/SM -sandbar/S -sandblaster/M -sandblast/GZSMRD -sandbox/MS -Sandburg/M -sandcastle/S -Sande/M -Sanderling/M -sander/M -Sander/M -Sanderson/M -sandhill -sandhog/SM -Sandia/M -Sandie/M -Sandi/M -sandiness/S -Sandinista -sandlot/SM -sandlotter/S -sandman/M -sandmen -Sand/MRZ -Sandor/M -Sandoval/M -sandpaper/DMGS -sandpile -sandpiper/MS -sandpit/M -Sandra/M -Sandro/M -sand/SMDRGZ -sandstone/MS -sandstorm/SM -Sandusky/M -sandwich/SDMG -Sandye/M -Sandy/M -sandy/PRT -saned -sane/IRYTP -saneness/MS -saneness's/I -sanes -Sanford/M -Sanforized -Sanger/M -sangfroid/S -sangria/SM -Sang/RM -sang/S -sanguinary -sanguined -sanguine/F -sanguinely -sanguineness/M -sanguineous/F -sanguines -sanguining -Sanhedrin/M -saning -sanitarian/S -sanitarium/SM -sanitary/S -sanitate/NX -sanitation/M -sanitizer/M -sanitize/RSDZG -sanity/SIM -sank -Sankara/M -San/M -sans -sanserif -Sanskritic -Sanskritize/M -Sanskrit/M -Sansone/M -Sanson/M -Santa/M -Santana/M -Santayana/M -Santeria -Santiago/M -Santo/MS -sapience/MS -sapient -sapless -sapling/SM -sap/MS -sapped -sapper/SM -Sapphira/M -Sapphire/M -sapphire/MS -Sappho/M -sappiness/SM -sapping -Sapporo/M -sappy/RPT -saprophyte/MS -saprophytic -sapsucker/SM -sapwood/SM -Saraann/M -Saracen/MS -Saragossa/M -Sarah/M -Sarajane/M -Sarajevo/M -Sara/M -Saran/M -saran/SM -sarape's -Sarasota/M -Saratoga/M -Saratov/M -Sarawak/M -sarcasm/MS -sarcastic -sarcastically -sarcoma/MS -sarcophagi -sarcophagus/M -sardine/SDMG -Sardinia/M -sardonic -sardonically -Saree/M -Sarena/M -Sarene/M -Sarette/M -Sargasso/M -Sarge/M -Sargent/M -sarge/SM -Sargon/M -Sari/M -sari/MS -Sarina/M -Sarine/M -Sarita/M -Sarnoff/M -sarong/MS -Saroyan/M -sarsaparilla/MS -Sarto/M -sartorial/Y -sartorius/M -Sartre/M -Sascha/M -SASE -Sasha/M -sashay/GDS -Sashenka/M -sash/GMDS -Saskatchewan/M -Saskatoon/M -Sask/M -sassafras/MS -sass/GDSM -Sassoon/M -sassy/TRS -SAT -satanic -satanical/Y -Satanism/M -satanism/S -Satanist/M -satanist/S -Satan/M -satchel/SM -sat/DG -sateen/MS -satellite/GMSD -sate/S -satiable/I -satiate/GNXSD -satiation/M -satiety/MS -satin/MDSG -satinwood/MS -satiny -satire/SM -satiric -satirical/Y -satirist/SM -satirize/DSG -satirizes/U -satisfaction/ESM -satisfactorily/U -satisfactoriness/MU -satisfactory/UP -satisfiability/U -satisfiable/U -satisfied/UE -satisfier/M -satisfies/E -satisfy/GZDRS -satisfying/EU -satisfyingly -Sat/M -satori/SM -satrap/SM -saturated/CUA -saturater/M -saturates/A -saturate/XDRSNG -saturation/M -Saturday/MS -saturnalia -Saturnalia/M -saturnine/Y -Saturn/M -Satyanarayanan/M -satyriases -satyriasis/M -satyric -satyr/MS -sauce/DSRGZM -saucepan/SM -saucer/M -saucily -sauciness/S -saucy/TRP -Saudi/S -Saud/M -Saudra/M -sauerkraut/SM -Saukville/M -Saul/M -Sault/M -sauna/DMSG -Sauncho/M -Saunder/SM -Saunderson/M -Saundra/M -saunter/DRSG -saurian/S -sauropod/SM -sausage/MS -Saussure/M -sauté/DGS -Sauternes/M -Sauveur/M -savage/GTZYPRSD -Savage/M -savageness/SM -savagery/MS -Savannah/M -savanna/MS -savant/SM -saved/U -saveloy/M -saver/M -save/ZGJDRSB -Savina/M -Savior/M -savior/SM -Saviour/M -Savonarola/M -savored/U -savorer/M -savorier -savoriest -savoriness/S -savoringly/S -savoring/Y -savor/SMRDGZ -savory/UMPS -Savoyard/M -Savoy/M -savoy/SM -savvy/GTRSD -sawbones/M -sawbuck/SM -sawdust/MDSG -sawer/M -sawfly/SM -sawhorse/MS -Saw/M -sawmill/SM -saw/SMDRG -sawtooth -Sawyere/M -Sawyer/M -sawyer/MS -Saxe/M -saxifrage/SM -Sax/M -sax/MS -Saxon/SM -Saxony/M -saxophone/MS -saxophonist/SM -Saxton/M -Sayer/M -sayer/SM -sayest -saying/MS -Sayre/MS -says/M -say/USG -Say/ZMR -SBA -Sb/M -SC -scabbard/SGDM -scabbed -scabbiness/SM -scabbing -scabby/RTP -scabies/M -scabrousness/M -scabrous/YP -scab/SM -scad/SM -scaffolding/M -scaffold/JGDMS -scalability -Scala/M -scalar/SM -scalawag/SM -scald/GJRDS -scaled/AU -scale/JGZMBDSR -scaleless -scalene -scaler/M -scales/A -scaliness/MS -scaling/A -scallion/MS -scalloper/M -scallop/GSMDR -scalloping/M -scalpel/SM -scalper/M -scalp/GZRDMS -scalping/M -scaly/TPR -scammed -scamming -scamper/GD -scampi/M -scamp/RDMGZS -scam/SM -Scan -scan/AS -scandal/GMDS -scandalized/U -scandalize/GDS -scandalmonger/SM -scandalousness/M -scandalous/YP -Scandinavia/M -Scandinavian/S -scandium/MS -scanned/A -scanner/SM -scanning/A -scansion/SM -scant/CDRSG -scantest -scantily -scantiness/MS -scantly -scantness/MS -scanty/TPRS -scapegoat/SGDM -scapegrace/MS -scape/M -scapulae -scapula/M -scapular/S -scarab/SM -Scaramouch/M -Scarborough/M -scarceness/SM -scarce/RTYP -scarcity/MS -scar/DRMSG -scarecrow/MS -scaremongering/M -scaremonger/SGM -scarer/M -scare/S -scarface -Scarface/M -scarf/SDGM -scarification/M -scarify/DRSNGX -scarily -scariness/S -scarlatina/MS -Scarlatti/M -Scarlet/M -scarlet/MDSG -Scarlett/M -scarp/SDMG -scarred -scarring -scarves/M -scary/PTR -scathe/DG -scathed/U -scathing/Y -scatological -scatology/SM -scat/S -scatted -scatterbrain/MDS -scatter/DRJZSG -scatterer/M -scattergun -scattering/YM -scatting -scavenge/GDRSZ -scavenger/M -SCCS -scenario/SM -scenarist/MS -scene/GMDS -scenery/SM -scenically -scenic/S -scented/U -scent/GDMS -scentless -scent's/C -scents/C -scepter/DMSG -scepters/U -sceptically -sch -Schaefer/M -Schaeffer/M -Schafer/M -Schaffner/M -Schantz/M -Schapiro/M -Scheat/M -Schedar/M -schedule/ADSRG -scheduled/U -scheduler/MS -schedule's -Scheherazade/M -Scheherezade/M -Schelling/M -schema/M -schemata -schematically -schematic/S -scheme/JSRDGMZ -schemer/M -schemta -Schenectady/M -scherzo/MS -Schick/M -Schiller/M -schilling/SM -schismatic/S -schism/SM -schist/SM -schizoid/S -schizomycetes -schizophrenia/SM -schizophrenically -schizophrenic/S -schizo/S -schlemiel/MS -schlepped -schlepping -schlep/S -Schlesinger/M -Schliemann/M -Schlitz/M -schlock/SM -schlocky/TR -Schloss/M -schmaltz/MS -schmaltzy/TR -Schmidt/M -Schmitt/M -schmoes -schmo/M -schmooze/GSD -schmuck/MS -Schnabel/M -schnapps/M -schnauzer/MS -Schneider/M -schnitzel/MS -schnook/SM -schnoz/S -schnozzle/MS -Schoenberg/M -Schofield/M -scholarship/MS -scholar/SYM -scholastically -scholastic/S -schoolbag/SM -schoolbook/SM -schoolboy/MS -schoolchild/M -schoolchildren -schooldays -schooled/U -schoolfellow/S -schoolfriend -schoolgirlish -schoolgirl/MS -schoolhouse/MS -schooling/M -schoolmarmish -schoolmarm/MS -schoolmaster/SGDM -schoolmate/MS -schoolmistress/MS -schoolroom/SM -schoolteacher/MS -schoolwork/SM -schoolyard/SM -school/ZGMRDJS -schooner/SM -Schopenhauer/M -Schottky/M -Schrieffer/M -Schrödinger/M -Schroeder/M -Schroedinger/M -Schubert/M -Schultz/M -Schulz/M -Schumacher/M -Schuman/M -Schumann/M -schussboomer/S -schuss/SDMG -Schuster/M -Schuyler/M -Schuylkill/M -Schwab/M -Schwartzkopf/M -Schwartz/M -Schwarzenegger/M -schwa/SM -Schweitzer/M -Schweppes/M -Schwinger/M -Schwinn/M -sci -sciatica/SM -sciatic/S -science/FMS -scientifically/U -scientific/U -scientist/SM -Scientology/M -scimitar/SM -scintilla/MS -scintillate/GNDSX -scintillation/M -scintillator/SM -scion/SM -Scipio/M -scissor/SGD -scleroses -sclerosis/M -sclerotic/S -Sc/M -scoffer/M -scofflaw/MS -scoff/RDGZS -scolder/M -scold/GSJRD -scolioses -scoliosis/M -scollop's -sconce/SDGM -scone/SM -scooper/M -scoop/SRDMG -scooter/M -scoot/SRDGZ -scope/DSGM -Scopes/M -scops -scorbutic -scorcher/M -scorching/Y -scorch/ZGRSD -scoreboard/MS -scorecard/MS -scored/M -scorekeeper/SM -scoreless -scoreline -score/ZMDSRJG -scorner/M -scornfulness/M -scornful/PY -scorn/SGZMRD -scorpion/SM -Scorpio/SM -Scorpius/M -Scorsese/M -Scotchgard/M -Scotchman/M -Scotchmen -scotch/MSDG -scotchs -Scotch/S -Scotchwoman -Scotchwomen -Scotia/M -Scotian/M -Scotland/M -Scot/MS -Scotsman/M -Scotsmen -Scotswoman -Scotswomen -Scottie/SM -Scotti/M -Scottish -Scott/M -Scottsdale/M -Scotty's -scoundrel/YMS -scourer/M -scourge/MGRSD -scourger/M -scouring/M -scour/SRDGZ -scouter/M -scouting/M -scoutmaster/SM -Scout's -scout/SRDMJG -scow/DMGS -scowler/M -scowl/SRDG -scrabble/DRSZG -scrabbler/M -Scrabble/SM -scragged -scragging -scraggly/TR -scraggy/TR -scrag/SM -scrambler/MS -scrambler's/U -scramble/UDSRG -scrammed -scramming -scram/S -Scranton/M -scrapbook/SM -scraper/M -scrape/S -scrapheap/SM -scrapped -scrapper/SM -scrapping -scrappy/RT -scrap/SGZJRDM -scrapyard/S -scratched/U -scratcher/M -scratches/M -scratchily -scratchiness/S -scratch/JDRSZG -scratchy/TRP -scrawler/M -scrawl/GRDS -scrawly/RT -scrawniness/MS -scrawny/TRP -screamer/M -screaming/Y -scream/ZGSRD -screecher/M -screech/GMDRS -screechy/TR -screed/MS -scree/DSM -screened/U -screening/M -screenplay/MS -screen/RDMJSG -screenwriter/MS -screwball/SM -screwdriver/SM -screwer/M -screw/GUSD -screwiness/S -screw's -screwup -screwworm/MS -screwy/RTP -Scriabin/M -scribal -scribble/JZDRSG -scribbler/M -scribe/CDRSGIK -scriber/MKIC -scribe's -Scribner/MS -scrimmager/M -scrimmage/RSDMG -scrimp/DGS -scrimshaw/GSDM -scrim/SM -Scripps/M -scrip/SM -scripted/U -script/FGMDS -scriptural/Y -scripture/MS -Scripture/MS -scriptwriter/SM -scriptwriting/M -scrivener/M -scriven/ZR -scrod/M -scrofula/MS -scrofulous -scrollbar/SM -scroll/GMDSB -Scrooge/MS -scrooge/SDMG -scrota -scrotal -scrotum/M -scrounge/ZGDRS -scroungy/TR -scrubbed -scrubber/MS -scrubbing -scrubby/TR -scrub/S -scruffily -scruffiness/S -scruff/SM -scruffy/PRT -Scruggs/M -scrummage/MG -scrum/MS -scrumptious/Y -scrunch/DSG -scrunchy/S -scruple/SDMG -scrupulosity/SM -scrupulousness's -scrupulousness/US -scrupulous/UPY -scrutable/I -scrutinized/U -scrutinizer/M -scrutinize/RSDGZ -scrutinizingly/S -scrutinizing/UY -scrutiny/MS -SCSI -scuba/SDMG -scudded -scudding -Scud/M -scud/S -scuff/GSD -scuffle/SDG -sculler/M -scullery/MS -Sculley/M -scullion/MS -scull/SRDMGZ -sculptor/MS -sculptress/MS -sculpt/SDG -sculptural/Y -sculpture/SDGM -scumbag/S -scummed -scumming -scum/MS -scummy/TR -scupper/SDMG -scurf/MS -scurfy/TR -scurrility/MS -scurrilousness/MS -scurrilous/PY -scurry/GJSD -scurvily -scurviness/M -scurvy/SRTP -scutcheon/SM -scuttlebutt/MS -scuttle/MGSD -scuzzy/RT -Scylla/M -scythe/SDGM -Scythia/M -SD -SDI -SE -seabed/S -seabird/S -seaboard/MS -Seaborg/M -seaborne -Seabrook/M -seacoast/MS -seafare/JRZG -seafarer/M -seafood/MS -seafront/MS -Seagate/M -seagoing -Seagram/M -seagull/S -seahorse/S -sealant/MS -sealed/AU -sealer/M -seal/MDRSGZ -sealskin/SM -seals/UA -seamail -seamanship/SM -seaman/YM -seamer/M -seaminess/M -seamlessness/M -seamless/PY -seam/MNDRGS -seams/I -seamstress/MS -Seamus/M -sea/MYS -seamy/TRP -Seana/M -séance/SM -Sean/M -seaplane/SM -seaport/SM -seaquake/M -Seaquarium/M -searcher/AM -searching/YS -searchlight/SM -search/RSDAGZ -sear/DRSJGT -searing/Y -Sears/M -seascape/SM -seashell/MS -seashore/SM -seasickness/SM -seasick/P -seaside/SM -seasonableness/M -seasonable/UP -seasonably/U -seasonality -seasonal/Y -seasoned/U -seasoner/M -seasoning/M -season/JRDYMBZSG -seatbelt -seated/A -seater/M -seating/SM -SEATO -seat's -Seattle/M -seat/UDSG -seawall/S -seaward/S -seawater/S -seaway/MS -seaweed/SM -seaworthinesses -seaworthiness/MU -seaworthy/TRP -sebaceous -Sebastian/M -Sebastiano/M -Sebastien/M -seborrhea/SM -SEC -secant/SM -secede/GRSD -secessionist/MS -secession/MS -secludedness/M -secluded/YP -seclude/GSD -seclusion/SM -seclusive -Seconal -secondarily -secondary/PS -seconder/M -secondhand -second/RDYZGSL -secrecy/MS -secretarial -secretariat/MS -secretaryship/MS -secretary/SM -secrete/XNS -secretion/M -secretiveness/S -secretive/PY -secretory -secret/TVGRDYS -sec/S -sectarianism/MS -sectarian/S -sectary/MS -sectionalism/MS -sectionalized -sectional/SY -section/ASEM -sectioned -sectioning -sect/ISM -sectoral -sectored -sector/EMS -sectoring -sects/E -secularism/MS -secularist/MS -secularity/M -secularization/MS -secularized/U -secularize/GSD -secular/SY -secured/U -securely/I -secure/PGTYRSDJ -security/MSI -secy -sec'y -sedan/SM -sedateness/SM -sedate/PXVNGTYRSD -sedation/M -sedative/S -sedentary -Seder/SM -sedge/SM -Sedgwick/M -sedgy/RT -sedimentary -sedimentation/SM -sediment/SGDM -sedition/SM -seditiousness/M -seditious/PY -seducer/M -seduce/RSDGZ -seduction/MS -seductiveness/MS -seductive/YP -seductress/SM -sedulous/Y -Seebeck/M -seed/ADSG -seedbed/MS -seedcase/SM -seeded/U -seeder/MS -seediness/MS -seeding/S -seedless -seedling/SM -seedpod/S -seed's -seedy/TPR -seeings -seeing's -seeing/U -seeker/M -seek/GZSR -seeking/Y -Seeley/M -See/M -seem/GJSYD -seeming/Y -seemliness's -seemliness/US -seemly/UTPR -seen/U -seepage/MS -seep/GSD -seer/SM -seersucker/MS -sees -seesaw/DMSG -seethe/SDGJ -see/U -segmental/Y -segmentation/SM -segmented/U -segment/SGDM -Segovia/M -segregant -segregated/U -segregate/XCNGSD -segregation/CM -segregationist/SM -segregative -Segre/M -segue/DS -segueing -Segundo/M -Se/H -Seidel/M -seigneur/MS -seignior/SM -Seiko/M -seine/GZMDSR -Seine/M -seiner/M -Seinfeld/M -seismic -seismically -seismographer/M -seismographic -seismographs -seismography/SM -seismograph/ZMR -seismologic -seismological -seismologist/MS -seismology/SM -seismometer/S -seize/BJGZDSR -seizer/M -seizing/M -seizin/MS -seizor/MS -seizure/MS -Seka/M -Sela/M -Selassie/M -Selby/M -seldom -selected/UAC -selectional -selection/MS -selectiveness/M -selective/YP -selectivity/MS -selectman/M -selectmen -selectness/SM -selector/SM -select/PDSVGB -Selectric/M -selects/A -Selena/M -selenate/M -Selene/M -selenite/M -selenium/MS -selenographer/SM -selenography/MS -Selestina/M -Seleucid/M -Seleucus/M -self/GPDMS -selfishness/SU -selfish/PUY -selflessness/MS -selfless/YP -selfness/M -Selfridge/M -selfsameness/M -selfsame/P -Selia/M -Selie/M -Selig/M -Selim/M -Selina/M -Selinda/M -Seline/M -Seljuk/M -Selkirk/M -Sella/M -sell/AZGSR -seller/AM -Sellers/M -Selle/ZM -sellout/MS -Selma/M -seltzer/S -selvage/MGSD -selves/M -Selznick/M -semantical/Y -semanticist/SM -semantic/S -semantics/M -semaphore/GMSD -Semarang/M -semblance/ASME -semen/SM -semester/SM -semiannual/Y -semiarid -semiautomated -semiautomatic/S -semicircle/SM -semicircular -semicolon/MS -semiconductor/SM -semiconscious -semidefinite -semidetached -semidrying/M -semifinalist/MS -semifinal/MS -semilogarithmic -semimonthly/S -seminal/Y -seminarian/MS -seminar/SM -seminary/MS -Seminole/SM -semiofficial -semioticians -semiotic/S -semiotics/M -semipermanent/Y -semipermeable -semiprecious -semiprivate -semiprofessional/YS -semipublic -semiquantitative/Y -Semiramis/M -semiretired -semisecret -semiskilled -semi/SM -semisolid/S -semistructured -semisweet -Semite/SM -Semitic/MS -semitic/S -semitone/SM -semitrailer/SM -semitrance -semitransparent -semitropical -semivowel/MS -semiweekly/S -semiyearly -semolina/SM -sempiternal -sempstress/SM -Semtex -sen -Sen -Sena/M -senate/MS -Senate/MS -senatorial -senator/MS -Sendai/M -sender/M -sends/A -send/SRGZ -Seneca/MS -Senegalese -Senegal/M -senescence/SM -senescent -senile/SY -senility/MS -seniority/SM -senior/MS -Senior/S -Sennacherib/M -senna/MS -Sennett/M -Señora/M -senora/S -senorita/S -senor/MS -sensately/I -sensate/YNX -sensationalism/MS -sensationalist/S -sensationalize/GSD -sensational/Y -sensation/M -sens/DSG -senselessness/SM -senseless/PY -sense/M -sensibility/ISM -sensibleness/MS -sensible/PRST -sensibly/I -sensitiveness/MS -sensitiveness's/I -sensitives -sensitive/YIP -sensitivity/ISM -sensitization/CSM -sensitized/U -sensitizers -sensitize/SDCG -sensor/MS -sensory -sensualist/MS -sensuality/MS -sensual/YF -sensuousness/S -sensuous/PY -Sensurround/M -sentence/SDMG -sentential/Y -sententious/Y -sentience/ISM -sentient/YS -sentimentalism/SM -sentimentalist/SM -sentimentality/SM -sentimentalization/SM -sentimentalize/RSDZG -sentimentalizes/U -sentimental/Y -sentiment/MS -sentinel/GDMS -sentry/SM -sent/UFEA -Seoul/M -sepal/SM -separability/MSI -separableness/MI -separable/PI -separably/I -separateness/MS -separates/M -separate/YNGVDSXP -separation/M -separatism/SM -separatist/SM -separator/SM -Sephardi/M -Sephira/M -sepia/MS -Sepoy/M -sepses -sepsis/M -septa/M -septate/N -September/MS -septennial/Y -septet/MS -septicemia/SM -septicemic -septic/S -septillion/M -sept/M -Sept/M -septuagenarian/MS -Septuagint/MS -septum/M -sepulcher/MGSD -sepulchers/UA -sepulchral/Y -seq -sequel/MS -sequenced/A -sequence/DRSJZMG -sequencer/M -sequence's/F -sequences/F -sequent/F -sequentiality/FM -sequentialize/DSG -sequential/YF -sequester/SDG -sequestrate/XGNDS -sequestration/M -sequin/SDMG -sequitur -Sequoia/M -sequoia/MS -Sequoya/M -Serafin/M -seraglio/SM -serape/S -seraphic -seraphically -seraphim's -seraph/M -seraphs -sera's -Serbia/M -Serbian/S -Serb/MS -Serbo/M -serenade/MGDRS -serenader/M -Serena/M -serendipitous/Y -serendipity/MS -serene/GTYRSDP -Serene/M -sereneness/SM -Serengeti/M -serenity/MS -sere/TGDRS -serfdom/MS -serf/MS -Sergeant/M -sergeant/SM -serge/DSGM -Sergei/M -Serge/M -Sergent/M -Sergio/M -serialization/MS -serialize/GSD -serial/MYS -series/M -serif/SMD -serigraph/M -serigraphs -seriousness/SM -serious/PY -sermonize/GSD -sermon/SGDM -serological/Y -serology/MS -serons -serous -Serpens/M -serpent/GSDM -serpentine/GYS -Serra/M -Serrano/M -serrate/GNXSD -serration/M -serried -serum/MS -servant/SDMG -serve/AGCFDSR -served/U -server/MCF -servers -serviceability/SM -serviceableness/M -serviceable/P -serviced/U -serviceman/M -servicemen -service/MGSRD -service's/E -services/E -servicewoman -servicewomen -serviette/MS -servilely -servileness/M -serviles -servile/U -servility/SM -serving/SM -servitor/SM -servitude/MS -servomechanism/MS -servomotor/MS -servo/S -sesame/MS -sesquicentennial/S -sessile -session/SM -setback/S -Seth/M -Set/M -Seton/M -set's -setscrew/SM -set/SIA -settable/A -sett/BJGZSMR -settee/MS -setter/M -setting/AS -setting's -settle/AUDSG -settlement/ASM -settler/MS -settling/S -setup/MS -Seumas/M -Seurat/M -Seuss/M -Sevastopol/M -sevenfold -sevenpence -seven/SMH -seventeen/HMS -seventeenths -sevenths -seventieths -seventy/MSH -severalfold -severalty/M -several/YS -severance/SM -severed/E -severeness/SM -severe/PY -severing/E -severity/MS -Severn/M -severs/E -sever/SGTRD -Severus/M -Seville/M -sewage/MS -Seward/M -sewerage/SM -sewer/GSMD -sewing/SM -sewn -sew/SAGD -sexagenarian/MS -sex/GMDS -sexily -sexiness/MS -sexism/SM -sexist/SM -sexless -sexologist/SM -sexology/MS -sexpot/SM -Sextans/M -sextant/SM -sextet/SM -sextillion/M -Sexton/M -sexton/MS -sextuple/MDG -sextuplet/MS -sexuality/MS -sexualized -sexual/Y -sexy/RTP -Seychelles -Seyfert -Seymour/M -sf -SF -Sgt -shabbily -shabbiness/SM -shabby/RTP -shack/GMDS -shackler/M -shackle's -Shackleton/M -shackle/UGDS -shad/DRJGSM -shaded/U -shadeless -shade/SM -shadily -shadiness/MS -shading/M -shadowbox/SDG -shadower/M -shadow/GSDRM -shadowiness/M -Shadow/M -shadowy/TRP -shady/TRP -Shae/M -Shafer/M -Shaffer/M -shafting/M -shaft/SDMG -shagged -shagginess/SM -shagging -shaggy/TPR -shag/MS -shah/M -shahs -Shaina/M -Shaine/M -shakable/U -shakably/U -shakeable -shakedown/S -shaken/U -shakeout/SM -shaker/M -Shaker/S -Shakespearean/S -Shakespeare/M -Shakespearian -shake/SRGZB -shakeup/S -shakily -shakiness/S -shaking/M -shaky/TPR -shale/SM -shall -shallot/SM -shallowness/SM -shallow/STPGDRY -Shalna/M -Shalne/M -shalom -Shalom/M -shalt -shamanic -shaman/SM -shamble/DSG -shambles/M -shamefaced/Y -shamefulness/S -shameful/YP -shamelessness/SM -shameless/PY -shame/SM -sham/MDSG -shammed -shammer -shamming -shammy's -shampoo/DRSMZG -shampooer/M -shamrock/SM -Shamus/M -Shana/M -Shanan/M -Shanda/M -Shandee/M -Shandeigh/M -Shandie/M -Shandra/M -shandy/M -Shandy/M -Shane/M -Shanghai/GM -Shanghaiing/M -shanghai/SDG -Shanie/M -Shani/M -shank/SMDG -Shannah/M -Shanna/M -Shannan/M -Shannen/M -Shannon/M -Shanon/M -shan't -Shanta/M -Shantee/M -shantis -Shantung/M -shantung/MS -shanty/SM -shantytown/SM -shape/AGDSR -shaped/U -shapelessness/SM -shapeless/PY -shapeliness/S -shapely/RPT -shaper/S -shape's -Shapiro/M -sharable/U -Sharai/M -Shara/M -shard/SM -shareable -sharecropped -sharecropper/MS -sharecropping -sharecrop/S -share/DSRGZMB -shared/U -shareholder/MS -shareholding/S -sharer/M -shareware/S -Shari'a -Sharia/M -sharia/SM -Shari/M -Sharity/M -shark/SGMD -sharkskin/SM -Sharla/M -Sharleen/M -Sharlene/M -Sharline/M -Sharl/M -Sharona/M -Sharon/M -Sharpe/M -sharpen/ASGD -sharpened/U -sharpener/S -sharper/M -sharpie/SM -Sharp/M -sharpness/MS -sharp/SGTZXPYRDN -sharpshooter/M -sharpshooting/M -sharpshoot/JRGZ -sharpy's -Sharron/M -Sharyl/M -Shasta/M -shat -shatter/DSG -shattering/Y -shatterproof -Shaughn/M -Shaula/M -Shauna/M -Shaun/M -shave/DSRJGZ -shaved/U -shaver/M -Shavian -shaving/M -Shavuot/M -Shawano/M -shawl/SDMG -shaw/M -Shaw/M -Shawna/M -Shawnee/SM -Shawn/M -Shaylah/M -Shayla/M -Shaylyn/M -Shaylynn/M -Shay/M -shay/MS -Shayna/M -Shayne/M -Shcharansky/M -sh/DRS -sheaf/MDGS -Shea/M -shearer/M -shear/RDGZS -sheather/M -sheathe/UGSD -sheath/GJMDRS -sheathing/M -sheaths -sheave/SDG -sheaves/M -Sheba/M -shebang/MS -Shebeli/M -Sheboygan/M -she'd -shedding -Shedir/M -sheds -shed's -shed/U -Sheelagh/M -Sheelah/M -Sheela/M -Sheena/M -sheen/MDGS -sheeny/TRSM -sheepdog/SM -sheepfold/MS -sheepherder/MS -sheepishness/SM -sheepish/YP -sheep/M -sheepskin/SM -Sheeree/M -sheerness/S -sheer/PGTYRDS -sheeting/M -sheetlike -sheet/RDMJSG -Sheetrock -Sheffielder/M -Sheffield/RMZ -Sheffie/M -Sheff/M -Sheffy/M -sheikdom/SM -sheikh's -sheik/SM -Sheilah/M -Sheila/M -shekel/MS -Shelagh/M -Shela/M -Shelba/M -Shelbi/M -Shelby/M -Shelden/M -Sheldon/M -shelf/MDGS -Shelia/M -she'll -shellacked -shellacking/MS -shellac/S -shelled/U -Shelley/M -shellfire/SM -shellfish/SM -Shellie/M -Shelli/M -Shell/M -shell/RDMGS -Shelly/M -Shel/MY -shelter/DRMGS -sheltered/U -shelterer/M -Shelton/M -shelve/JRSDG -shelver/M -shelves/M -shelving/M -she/M -Shem/M -Shena/M -Shenandoah/M -shenanigan/SM -Shenyang/M -Sheol/M -Shepard/M -shepherd/DMSG -shepherdess/S -Shepherd/M -Shep/M -Sheppard/M -Shepperd/M -Sheratan/M -Sheraton/M -sherbet/MS -sherd's -Sheree/M -Sheridan/M -Sherie/M -sheriff/SM -Sherill/M -Sherilyn/M -Sheri/M -Sherline/M -Sherlocke/M -sherlock/M -Sherlock/M -Sher/M -Sherman/M -Shermie/M -Sherm/M -Shermy/M -Sherpa/SM -Sherrie/M -Sherri/M -Sherry/M -sherry/MS -Sherwin/M -Sherwood/M -Sherwynd/M -Sherye/M -Sheryl/M -Shetland/S -Shevardnadze/M -shew/GSD -shewn -shh -shiatsu/S -shibboleth/M -shibboleths -shielded/U -shielder/M -shield/MDRSG -Shields/M -shiftily -shiftiness/SM -shiftlessness/S -shiftless/PY -shift/RDGZS -shifty/TRP -Shi'ite -Shiite/SM -Shijiazhuang -Shikoku/M -shill/DJSG -shillelagh/M -shillelaghs -shilling/M -Shillong/M -Shiloh/M -shimmed -shimmer/DGS -shimmery -shimming -shimmy/DSMG -shim/SM -Shina/M -shinbone/SM -shindig/MS -shiner/M -shine/S -shingle/MDRSG -shingler/M -shinguard -shininess/MS -shining/Y -shinned -shinning -shinny/GDSM -shin/SGZDRM -shinsplints -Shintoism/S -Shintoist/MS -Shinto/MS -shiny/PRT -shipboard/MS -shipborne -shipbuilder/M -shipbuild/RGZJ -shipload/SM -shipman/M -shipmate/SM -shipmen -shipment/AMS -shipowner/MS -shippable -shipped/A -shipper/SM -shipping/MS -ship's -shipshape -ship/SLA -shipwreck/GSMD -shipwright/MS -shipyard/MS -Shiraz/M -shire/MS -shirker/M -shirk/RDGZS -Shirlee/M -Shirleen/M -Shirlene/M -Shirley/M -Shirline/M -Shirl/M -Shir/M -shirr/GJDS -shirtfront/S -shirting/M -shirt/JDMSG -shirtless -shirtmake/R -shirtmaker/M -shirtsleeve/MS -shirttail/S -shirtwaist/SM -shit/S! -shitting/! -shitty/RT! -Shiva/M -shiverer/M -shiver/GDR -shivery -shiv/SZRM -shivved -shivving -shlemiel's -Shmuel/M -shoal/SRDMGT -shoat/SM -shocker/M -shocking/Y -Shockley/M -shockproof -shock/SGZRD -shoddily -shoddiness/SM -shoddy/RSTP -shod/U -shoehorn/GSMD -shoeing -shoelace/MS -shoemaker/M -shoemake/RZ -shoe/MS -shoer's -shoeshine/MS -shoestring/MS -shoetree/MS -shogunate/SM -shogun/MS -Shoji/M -Sholom/M -shone -shoo/DSG -shoofly -shook/SM -shooter/M -shootout/MS -shoot/SJRGZ -shopkeeper/M -shopkeep/RGZ -shoplifter/M -shoplifting/M -shoplift/SRDGZ -shop/MS -shopped/M -shopper/M -shoppe/RSDGZJ -shopping/M -shoptalk/SM -shopworn -shorebird/S -shore/DSRGMJ -shoreline/SM -Shorewood/M -shoring/M -shortage/MS -shortbread/MS -shortcake/SM -shortchange/DSG -shortcoming/MS -shortcrust -shortcut/MS -shortcutting -shortener/M -shortening/M -shorten/RDGJ -shortfall/SM -shorthand/DMS -Shorthorn/M -shorthorn/MS -shortie's -shortish -shortlist/GD -Short/M -shortness/MS -short/SGTXYRDNP -shortsightedness/S -shortsighted/YP -shortstop/MS -shortwave/SM -shorty/SM -Shoshana/M -Shoshanna/M -Shoshone/SM -Shostakovitch/M -shotgunned -shotgunner -shotgunning -shotgun/SM -shot/MS -shotted -shotting -shoulder/GMD -shouldn't -should/TZR -shout/SGZRDM -shove/DSRG -shoveler/M -shovelful/MS -shovel/MDRSZG -shover/M -showbiz -showbizzes -showboat/SGDM -showcase/MGSD -showdown/MS -shower/GDM -showery/TR -show/GDRZJS -showgirl/SM -showily -showiness/MS -showing/M -showman/M -showmanship/SM -showmen -shown -showoff/S -showpiece/SM -showplace/SM -showroom/MS -showy/RTP -shpt -shrank -shrapnel/SM -shredded -shredder/MS -shredding -shred/MS -Shreveport/M -shrewdness/SM -shrewd/RYTP -shrew/GSMD -shrewishness/M -shrewish/PY -shrieker/M -shriek/SGDRMZ -shrift/SM -shrike/SM -shrill/DRTGPS -shrillness/MS -shrilly -shrimp/MDGS -shrine/SDGM -shrinkage/SM -shrinker/M -shrinking/U -shrink/SRBG -shrivel/GSD -shriven -shrive/RSDG -Shropshire/M -shroud/GSMD -shrubbed -shrubbery/SM -shrubbing -shrubby/TR -shrub/SM -shrugged -shrugging -shrug/S -shrunk/N -shtick/S -shucker/M -shuck/SGMRD -shucks/S -shudder/DSG -shuddery -shuffleboard/MS -shuffled/A -shuffle/GDSRZ -shuffles/A -shuffling/A -Shulman/M -Shu/M -shunned -shunning -shun/S -shunter/M -shunt/GSRD -Shurlocke/M -Shurlock/M -Shurwood/M -shush/SDG -shutdown/MS -shuteye/SM -shutoff/M -shutout/SM -shut/S -shutterbug/S -shutter/DMGS -shuttering/M -shutting -shuttlecock/MDSG -shuttle/MGDS -shy/DRSGTZY -shyer -shyest -Shylockian/M -Shylock/M -shyness/SM -shyster/SM -Siamese/M -Siam/M -Siana/M -Sianna/M -Sian's -Sibbie/M -Sibby/M -Sibeal/M -Sibelius/M -Sibella/M -Sibelle/M -Sibel/M -Siberia/M -Siberian/S -sibilance/M -sibilancy/M -sibilant/SY -Sibilla/M -Sibley/M -sibling/SM -Sib/M -Sibylla/M -Sibylle/M -sibylline -Sibyl/M -sibyl/SM -Siciliana/M -Sicilian/S -Sicily/M -sickbay/M -sickbed/S -sickener/M -sickening/Y -sicken/JRDG -sicker/Y -sick/GXTYNDRSP -sickie/SM -sickish/PY -sickle/SDGM -sickliness/M -sickly/TRSDPG -sickness/MS -sicko/S -sickout/S -sickroom/SM -sic/S -sidearm/S -sideband/MS -sidebar/MS -sideboard/SM -sideburns -sidecar/MS -sided/A -sidedness -side/ISRM -sidekick/MS -sidelight/SM -sideline/MGDRS -sidelong -sideman/M -sidemen -sidepiece/S -sidereal -sider/FA -sides/A -sidesaddle/MS -sideshow/MS -sidesplitting -sidestepped -sidestepping -sidestep/S -sidestroke/GMSD -sideswipe/GSDM -sidetrack/SDG -sidewalk/MS -sidewall/MS -sidewards -sideway/SM -sidewinder/SM -siding/SM -sidle/DSG -Sid/M -Sidnee/M -Sidney/M -Sidoney/M -Sidonia/M -Sidonnie/M -SIDS -siege/GMDS -Siegel/M -Siegfried/M -Sieglinda/M -Siegmund/M -Siemens/M -Siena/M -sienna/SM -Sierpinski/M -sierra/SM -siesta/MS -sieve/GZMDS -Siffre/M -sifted/UA -sifter/M -sift/GZJSDR -Sigfrid/M -Sigfried/M -SIGGRAPH/M -sigh/DRG -sigher/M -sighs -sighted/P -sighter/M -sighting/S -sight/ISM -sightless/Y -sightliness/UM -sightly/TURP -sightread -sightseeing/S -sightsee/RZ -Sigismond/M -Sigismondo/M -Sigismund/M -Sigismundo/M -Sig/M -sigma/SM -sigmoid -Sigmund/M -signal/A -signaled -signaler/S -signaling -signalization/S -signalize/GSD -signally -signalman/M -signalmen -signals -signal's -signatory/SM -signature/MS -signboard/MS -signed/FU -signer/SC -signet/SGMD -sign/GARDCS -significance/IMS -significantly/I -significant/YS -signification/M -signify/DRSGNX -signing/S -Signora/M -signora/SM -signore/M -signori -signories -signorina/SM -signorine -Signor/M -signor/SFM -signpost/DMSG -sign's -signs/F -Sigrid/M -Sigurd/M -Sigvard/M -Sihanouk/M -Sikhism/MS -Sikh/MS -Sikhs -Sikkimese -Sikkim/M -Sikorsky/M -silage/GMSD -Silas/M -Sileas/M -siled -Sile/M -silence/MZGRSD -silencer/M -silentness/M -silent/TSPRY -Silesia/M -silhouette/GMSD -silica/SM -silicate/SM -siliceous -silicide/M -silicone/SM -silicon/MS -silicoses -silicosis/M -silken/DG -silk/GXNDMS -silkily -silkiness/SM -silkscreen/SM -silkworm/MS -silky/RSPT -silliness/SM -sill/MS -silly/PRST -silo/GSM -siltation/M -silt/MDGS -siltstone/M -silty/RT -Silurian/S -Silvain/M -Silva/M -Silvana/M -Silvan/M -Silvano/M -Silvanus/M -silverer/M -silverfish/MS -Silverman/M -silver/RDYMGS -silversmith/M -silversmiths -Silverstein/M -silverware/SM -silvery/RTP -Silvester/M -Silvia/M -Silvie/M -Silvio/M -Si/M -SIMD -Simenon/M -Simeon/M -simian/S -similar/EY -similarity/EMS -simile/SM -similitude/SME -Simla/M -simmer/GSD -Simmonds/M -Simmons/M -Simmonsville/M -Sim/MS -Simms/M -Simona/M -Simone/M -Simonette/M -simonize/SDG -Simon/M -Simonne/M -simony/MS -simpatico -simper/GDS -simpleminded/YP -simpleness/S -simple/RSDGTP -simpleton/SM -simplex/S -simplicity/MS -simplified/U -simplify/ZXRSDNG -simplistic -simplistically -simply -Simpson/M -simulacrum/M -Simula/M -SIMULA/M -simulate/XENGSD -simulation/ME -simulative -simulator/SEM -simulcast/GSD -simultaneity/SM -simultaneousness/M -simultaneous/YP -Sinai/M -Sinatra/M -since -sincere/IY -sincereness/M -sincerer -sincerest -sincerity/MIS -Sinclair/M -Sinclare/M -Sindbad/M -Sindee/M -Sindhi/M -sinecure/MS -sinecurist/M -sine/SM -sinew/SGMD -sinewy -sinfulness/SM -sinful/YP -Singaporean/S -Singapore/M -sing/BGJZYDR -Singborg/M -singeing -singer/M -Singer/M -singe/S -singing/Y -singlehanded/Y -singleness/SM -single/PSDG -Singleton/M -singleton/SM -singletree/SM -singlet/SM -singsong/GSMD -singularity/SM -singularization/M -singular/SY -Sinhalese/M -sinisterness/M -sinister/YP -sinistral/Y -sinkable/U -sinker/M -sink/GZSDRB -sinkhole/SM -Sinkiang/M -sinking/M -sinlessness/M -sinless/YP -sin/MAGS -sinned -sinner/MS -sinning -sinter/DM -sinuosity/MS -sinuousities -sinuousness/M -sinuous/PY -sinusitis/SM -sinus/MS -sinusoidal/Y -sinusoid/MS -Siobhan/M -Siouxie/M -Sioux/M -siphon/DMSG -siphons/U -sipped -sipper/SM -sipping -sip/S -sired/C -sire/MS -siren/M -sires/C -siring/C -Sirius/M -sirloin/MS -Sir/MS -sirocco/MS -sirred -sirring -sirup's -sir/XGMNDS -sisal/MS -Sisely/M -Sisile/M -sis/S -Sissie/M -sissified -Sissy/M -sissy/TRSM -sister/GDYMS -sisterhood/MS -sisterliness/MS -sisterly/P -sister's/A -Sistine -Sisyphean -Sisyphus/M -sit/AG -sitarist/SM -sitar/SM -sitcom/SM -site/DSJM -sits -sitter/MS -sitting/SM -situate/GNSDX -situational/Y -situationist -situation/M -situ/S -situs/M -Siusan/M -Siva/M -Siward/M -sixfold -sixgun -six/MRSH -sixpence/MS -sixpenny -sixshooter -sixteen/HRSM -sixteenths -sixths -sixth/Y -sixtieths -sixty/SMH -sizableness/M -sizable/P -sized/UA -size/GJDRSBMZ -sizer/M -sizes/A -sizing/M -sizzler/M -sizzle/RSDG -SJ -Sjaelland/M -SK -ska/S -skateboard/SJGZMDR -skater/M -skate/SM -skat/JMDRGZ -skedaddle/GSD -skeet/RMS -skein/MDGS -skeletal/Y -skeleton/MS -Skell/M -Skelly/M -skeptical/Y -skepticism/MS -skeptic/SM -sketchbook/SM -sketcher/M -sketchily -sketchiness/MS -sketch/MRSDZG -sketchpad -sketchy/PRT -skew/DRSPGZ -skewer/GDM -skewing/M -skewness/M -skidded -skidding -skid/S -skiff/GMDS -skiing/M -skilfully -skill/DMSG -skilled/U -skillet/MS -skillfulnesses -skillfulness/MU -skillful/YUP -skilling/M -skimmed -skimmer/MS -skimming/SM -ski/MNJSG -skimp/GDS -skimpily -skimpiness/MS -skimpy/PRT -skim/SM -skincare -skindive/G -skinflint/MS -skinhead/SM -skinless -skinned -Skinner/M -skinner/SM -skinniness/MS -skinning -skinny/TRSP -skin/SM -skintight -Skip/M -skipped -Skipper/M -skipper/SGDM -Skippie/M -skipping -Skipp/RM -Skippy/M -skip/S -Skipton/M -skirmisher/M -skirmish/RSDMZG -skirter/M -skirting/M -skirt/RDMGS -skit/GSMD -skitter/SDG -skittishness/SM -skittish/YP -skittle/SM -skivvy/GSDM -skoal/SDG -Skopje/M -skulduggery/MS -skulker/M -skulk/SRDGZ -skullcap/MS -skullduggery's -skull/SDM -skunk/GMDS -skycap/MS -skydiver/SM -skydiving/MS -Skye/M -skyhook -skyjacker/M -skyjack/ZSGRDJ -Skylab/M -skylarker/M -skylark/SRDMG -Skylar/M -Skyler/M -skylight/MS -skyline/MS -Sky/M -sky/MDRSGZ -skyrocket/GDMS -skyscraper/M -skyscrape/RZ -skyward/S -skywave -skyway/M -skywriter/MS -skywriting/MS -slabbed -slabbing -slab/MS -slacken/DG -slacker/M -slackness/MS -slack/SPGTZXYRDN -Slade/M -slagged -slagging -slag/MS -slain -slake/DSG -slaked/U -slalom/SGMD -slammed -slammer/S -slamming -slam/S -slander/MDRZSG -slanderousness/M -slanderous/PY -slang/SMGD -slangy/TR -slanting/Y -slant/SDG -slantwise -slapdash/S -slaphappy/TR -slap/MS -slapped -slapper -slapping -slapstick/MS -slash/GZRSD -slashing/Y -slater/M -Slater/M -slate/SM -slather/SMDG -slating/M -slat/MDRSGZ -slatted -slattern/MYS -slatting -slaughterer/M -slaughterhouse/SM -slaughter/SJMRDGZ -slave/DSRGZM -slaveholder/SM -slaver/GDM -slavery/SM -Slavic/M -slavishness/SM -slavish/YP -Slav/MS -Slavonic/M -slaw/MS -slay/RGZS -sleaze/S -sleazily -sleaziness/SM -sleazy/RTP -sledded -sledder/S -sledding -sledgehammer/MDGS -sledge/SDGM -sled/SM -sleekness/S -sleek/PYRDGTS -sleeper/M -sleepily -sleepiness/SM -sleeping/M -sleeplessness/SM -sleepless/YP -sleepover/S -sleep/RMGZS -sleepwalker/M -sleepwalk/JGRDZS -sleepwear/M -sleepyhead/MS -sleepy/PTR -sleet/DMSG -sleety/TR -sleeveless -sleeve/SDGM -sleeving/M -sleigh/GMD -sleighs -sleight/SM -sleken/DG -slenderize/DSG -slenderness/MS -slender/RYTP -slept -Slesinger/M -sleuth/GMD -sleuths -slew/DGS -slice/DSRGZM -sliced/U -slicer/M -slicker/M -slickness/MS -slick/PSYRDGTZ -slider/M -slide/S -slid/GZDR -slight/DRYPSTG -slighter/M -slighting/Y -slightness/S -slime/SM -sliminess/S -slimline -slimmed -slimmer/S -slimmest -slimming/S -slimness/S -slim/SPGYD -slimy/PTR -sling/GMRS -slingshot/MS -slings/U -slink/GS -slinky/RT -slipcase/MS -slipcover/GMDS -slipknot/SM -slippage/SM -slipped -slipper/GSMD -slipperiness/S -slippery/PRT -slipping -slipshod -slip/SM -slipstream/MDGS -slipway/SM -slither/DSG -slithery -slit/SM -slitted -slitter/S -slitting -sliver/GSDM -slivery -Sloane/M -Sloan/M -slobber/SDG -slobbery -slob/MS -Slocum/M -sloe/MS -sloganeer/MG -slogan/MS -slogged -slogging -slog/S -sloop/SM -slop/DRSGZ -sloped/U -slope/S -slopped -sloppily -sloppiness/SM -slopping -sloppy/RTP -slosh/GSDM -slothfulness/MS -slothful/PY -sloth/GDM -sloths -slot/MS -slotted -slotting -slouch/DRSZG -sloucher/M -slouchy/RT -slough/GMD -sloughs -Slovakia/M -Slovakian/S -Slovak/S -Slovene/S -Slovenia/M -Slovenian/S -slovenliness/SM -slovenly/TRP -sloven/YMS -slowcoaches -slowdown/MS -slowish -slowness/MS -slow/PGTYDRS -slowpoke/MS -SLR -sludge/SDGM -sludgy/TR -slue/MGDS -sluggard/MS -slugged -slugger/SM -slugging -sluggishness/SM -sluggish/YP -slug/MS -sluice/SDGM -slumberer/M -slumber/MDRGS -slumberous -slumlord/MS -slummed -slummer -slumming -slum/MS -slummy/TR -slump/DSG -slung/U -slunk -slur/MS -slurp/GSD -slurred -slurried/M -slurring -slurrying/M -slurry/MGDS -slushiness/SM -slush/SDMG -slushy/RTP -slut/MS -sluttish -slutty/TR -Sly/M -slyness/MS -sly/RTY -smacker/M -smack/SMRDGZ -smallholders -smallholding/MS -smallish -Small/M -smallness/S -smallpox/SM -small/SGTRDP -smalltalk -smalltime -Smallwood/M -smarmy/RT -smarten/GD -smartness/S -smartypants -smart/YRDNSGTXP -smasher/M -smash/GZRSD -smashing/Y -smashup/S -smattering/SM -smearer/M -smear/GRDS -smeary/TR -smeller/M -smelliness/MS -smell/SBRDG -smelly/TRP -smelter/M -smelt/SRDGZ -Smetana/M -smidgen/MS -smilax/MS -smile/GMDSR -smiley/M -smilies -smiling/UY -smirch/SDG -smirk/GSMD -Smirnoff/M -smite/GSR -smiter/M -smith/DMG -smithereens -Smithfield/M -Smith/M -smiths -Smithsonian/M -Smithson/M -Smithtown/M -smithy/SM -smitten -Smitty/M -Sm/M -smocking/M -smock/SGMDJ -smoggy/TR -smog/SM -smoke/GZMDSRBJ -smokehouse/MS -smokeless -smoker/M -smokescreen/S -smokestack/MS -Smokey/M -smokiness/S -smoking/M -smoky/RSPT -smoldering/Y -smolder/SGD -Smolensk/M -Smollett/M -smooch/SDG -smoothen/DG -smoother/M -smoothie/SM -smoothness/MS -smooths -smooth/TZGPRDNY -smörgåsbord/SM -smote -smother/GSD -SMSA/MS -SMTP -Smucker/M -smudge/GSD -smudginess/M -smudgy/TRP -smugged -smugger -smuggest -smugging -smuggle/JZGSRD -smuggler/M -smugness/MS -smug/YSP -smut/SM -Smuts/M -smutted -smuttiness/SM -smutting -smutty/TRP -Smyrna/M -snack/SGMD -snaffle/GDSM -snafu/DMSG -snagged -snagging -snag/MS -snail/GSDM -Snake -snakebird/M -snakebite/MS -snake/DSGM -snakelike -snakeroot/M -snaky/TR -snapback/M -snapdragon/MS -snapped/U -snapper/SM -snappily -snappiness/SM -snapping/U -snappishness/SM -snappish/PY -snappy/PTR -snapshot/MS -snapshotted -snapshotting -snap/US -snare/DSRGM -snarer/M -snarf/JSGD -snarler/M -snarling/Y -snarl/UGSD -snarly/RT -snatch/DRSZG -snatcher/M -snazzily -snazzy/TR -Snead/M -sneaker/MD -sneakily -sneakiness/SM -sneaking/Y -sneak/RDGZS -sneaky/PRT -Sneed/M -sneerer/M -sneer/GMRDJS -sneering/Y -sneeze/SRDG -Snell/M -snicker/GMRD -snick/MRZ -snideness/M -Snider/M -snide/YTSRP -sniffer/M -sniff/GZSRD -sniffle/GDRS -sniffler/M -sniffles/M -snifter/MDSG -snigger's -sniper/M -snipe/SM -snipped -snipper/SM -snippet/SM -snipping -snippy/RT -snip/SGDRZ -snitch/GDS -snit/SM -sniveler/M -snivel/JSZGDR -Sn/M -snobbery/SM -snobbishness/S -snobbish/YP -snobby/RT -snob/MS -Snodgrass/M -snood/SGDM -snooker/GMD -snook/SMRZ -snooper/M -snoop/SRDGZ -Snoopy/M -snoopy/RT -snootily -snootiness/MS -snoot/SDMG -snooty/TRP -snooze/GSD -snore/DSRGZ -snorkel/ZGSRDM -snorter/M -snort/GSZRD -snot/MS -snotted -snottily -snottiness/SM -snotting -snotty/TRP -snout/SGDM -snowball/SDMG -snowbank/SM -Snowbelt/SM -snowbird/SM -snowblower/S -snowboard/GZDRJS -snowbound -snowcapped -snowdrift/MS -snowdrop/MS -snowfall/MS -snowfield/MS -snowflake/MS -snow/GDMS -snowily -snowiness/MS -Snow/M -snowman/M -snowmen -snowmobile/GMDRS -snowplough/M -snowploughs -snowplow/SMGD -snowshed -snowshoeing -snowshoe/MRS -snowshoer/M -snowstorm/MS -snowsuit/S -snowy/RTP -snubbed -snubber -snubbing -snub/SP -snuffbox/SM -snuffer/M -snuff/GZSYRD -snuffle/GDSR -snuffler/M -snuffly/RT -snugged -snugger -snuggest -snugging -snuggle/GDS -snuggly -snugness/MS -snug/SYP -Snyder/M -so -SO -soaker/M -soak/GDRSJ -soapbox/DSMG -soapiness/S -soap/MDRGS -soapstone/MS -soapsud/S -soapy/RPT -soar/DRJSG -soarer/M -soaring/Y -sobbed -sobbing/Y -soberer/M -soberness/SM -sober/PGTYRD -sobriety/SIM -sobriquet/MS -sob/SZR -Soc -soccer/MS -sociabilities -sociability/IM -sociable/S -sociably/IU -socialism/SM -socialistic -socialist/SM -socialite/SM -sociality/M -socialization/SM -socialized/U -socializer/M -socialize/RSDG -socially/U -social/SY -societal/Y -society/MS -socio -sociobiology/M -sociocultural/Y -sociodemographic -socioeconomically -socioeconomic/S -sociolinguistics/M -sociological/MY -sociologist/SM -sociology/SM -sociometric -sociometry/M -sociopath/M -sociopaths -socket/SMDG -sock/GDMS -Socorro/M -Socrates/M -Socratic/S -soc/S -soda/SM -sodded -sodden/DYPSG -soddenness/M -sodding -Soddy/M -sodium/MS -sod/MS -sodomite/MS -sodomize/GDS -Sodom/M -sodomy/SM -soever -sofa/SM -Sofia/M -Sofie/M -softball/MS -softbound -softener/M -soften/ZGRD -softhearted -softie's -softness/MS -soft/SPXTYNR -software/MS -softwood/SM -softy/SM -soggily -sogginess/S -soggy/RPT -Soho/M -soigné -soiled/U -soil/SGMD -soirée/SM -sojourn/RDZGSM -solace/GMSRD -solacer/M -solaria -solarium/M -solar/S -solder/RDMSZG -soldier/MDYSG -soldiery/MS -sold/RU -solecism/MS -soled/FA -solemness -solemnify/GSD -solemnity/MS -solemnization/SM -solemnize/GSD -solemnness/SM -solemn/PTRY -solenoid/MS -soler/F -soles/IFA -sole/YSP -sol/GSMDR -solicitation/S -solicited/U -solicitor/MS -solicitousness/S -solicitous/YP -solicit/SDG -solicitude/MS -solidarity/MS -solidi -solidification/M -solidify/NXSDG -solidity/S -solidness/SM -solid/STYRP -solidus/M -soliloquies -soliloquize/DSG -soliloquy/M -soling/NM -solipsism/MS -solipsist/S -Solis/M -solitaire/SM -solitary/SP -solitude/SM -Sollie/M -Solly/M -Sol/MY -solo/DMSG -soloist/SM -Solomon/SM -Solon/M -Soloviev/M -solstice/SM -solubility/IMS -soluble/SI -solute/ENAXS -solute's -solution/AME -solvable/UI -solvating -solve/ABSRDZG -solved/EU -solvency/IMS -solvent/IS -solvently -solvent's -solver/MEA -solves/E -solving/E -Solzhenitsyn/M -Somalia/M -Somalian/S -Somali/MS -soma/M -somatic -somberness/SM -somber/PY -sombre -sombrero/SM -somebody'll -somebody/SM -someday -somehow -someone'll -someone/SM -someplace/M -somersault/DSGM -Somerset/M -somerset/S -somersetted -somersetting -Somerville/M -something/S -sometime/S -someway/S -somewhat/S -somewhere/S -some/Z -sommelier/SM -Somme/M -somnambulism/SM -somnambulist/SM -somnolence/MS -somnolent/Y -Somoza/M -sonar/SM -sonata/MS -sonatina/SM -Sondheim/M -Sondra/M -Sonenberg/M -songbag -songbird/SM -songbook/S -songfest/MS -songfulness/M -songful/YP -Songhai/M -Songhua/M -song/MS -songster/MS -songstress/SM -songwriter/SM -songwriting -Sonia/M -sonic/S -Sonja/M -Son/M -sonnet/MDSG -Sonnie/M -Sonni/M -Sonnnie/M -Sonny/M -sonny/SM -Sonoma/M -Sonora/M -sonority/S -sonorousness/SM -sonorous/PY -son/SMY -Sontag/M -sonuvabitch -Sonya/M -Sony/M -soonish -soon/TR -soothe -soother/M -sooth/GZTYSRDMJ -soothingness/M -soothing/YP -sooths -soothsayer/M -soothsay/JGZR -soot/MGDS -sooty/RT -SOP -Sophey/M -Sophia/SM -Sophie/M -Sophi/M -sophism/SM -sophister/M -sophistical -sophisticatedly -sophisticated/U -sophisticate/XNGDS -sophistication/MU -sophistic/S -sophist/RMS -sophistry/SM -Sophoclean -Sophocles/M -sophomore/SM -sophomoric -Sophronia/M -soporifically -soporific/SM -sopped -sopping/S -soppy/RT -soprano/SM -sop/SM -Sopwith/M -sorbet/SM -Sorbonne/M -sorcerer/MS -sorceress/S -sorcery/MS -Sorcha/M -sordidness/SM -sordid/PY -sorehead/SM -soreness/S -Sorensen/M -Sorenson/M -sore/PYTGDRS -sorghum/MS -sorority/MS -sorrel/SM -Sorrentine/M -sorrily -sorriness/SM -sorrower/M -sorrowfulness/SM -sorrowful/YP -sorrow/GRDMS -sorry/PTSR -sorta -sortable -sorted/U -sorter/MS -sort/FSAGD -sortieing -sortie/MSD -sort's -sos -SOS -Sosa/M -Sosanna/M -Soto/M -sot/SM -sottish -soubriquet's -soufflé/MS -sough/DG -soughs -sought/U -soulfulness/MS -soulful/YP -soulless/Y -soul/MDS -sound/AUD -soundboard/MS -sounders -sounder's -sounder/U -soundest -sounding/AY -soundings -sounding's -soundless/Y -soundly/U -soundness/UMS -soundproof/GSD -soundproofing/M -sound's -sounds/A -soundtrack/MS -soupçon/SM -soup/GMDS -Souphanouvong/M -soupy/RT -source/ASDMG -sourceless -sourdough -sourdoughs -sourish -sourness/MS -sourpuss/MS -sour/TYDRPSG -Sousa/M -sousaphone/SM -sous/DSG -souse -sou/SMH -Southampton/M -southbound -southeastern -southeaster/YM -Southeast/MS -southeast/RZMS -southeastward/S -southerly/S -souther/MY -southerner/M -Southerner/MS -southernisms -southernmost -southern/PZSYR -Southey/M -Southfield/M -southing/M -southland/M -South/M -southpaw/MS -south/RDMG -souths -Souths -southward/S -southwestern -southwester/YM -Southwest/MS -southwest/RMSZ -southwestward/S -souvenir/SM -sou'wester -sovereignty/MS -sovereign/YMS -soviet/MS -Soviet/S -sow/ADGS -sowbelly/M -sowens/M -sower/DS -Soweto/M -sown/A -sox's -soybean/MS -Soyinka/M -soy/MS -Soyuz/M -Spaatz/M -spacecraft/MS -space/DSRGZMJ -spaceflight/S -spaceman/M -spacemen -spaceport/SM -spacer/M -spaceship/MS -spacesuit/MS -spacewalk/GSMD -Spacewar/M -spacewoman -spacewomen -spacey -spacial -spacier -spaciest -spaciness -spacing/M -spaciousness/SM -spacious/PY -Spackle -spade/DSRGM -spadeful/SM -spader/M -spadework/SM -spadices -spadix/M -Spafford/M -spaghetti/SM -Spahn/M -Spain/M -spake -Spalding/M -Spam/M -spa/MS -Span -spandex/MS -spandrels -spangle/GMDS -Spanglish/S -Spaniard/SM -spanielled -spanielling -spaniel/SM -Spanish/M -spanker/M -spanking/M -spank/SRDJG -span/MS -spanned/U -spanner/SM -spanning -SPARC/M -SPARCstation/M -spar/DRMGTS -spareness/MS -spare/PSY -spareribs -sparer/M -sparing/UY -sparker/M -sparkle/DRSGZ -sparkler/M -Sparkman/M -Sparks -spark/SGMRD -sparky/RT -sparling/SM -sparred -sparrer -sparring/U -sparrow/MS -sparseness/S -sparse/YP -sparsity/S -spars/TR -Spartacus/M -Sparta/M -spartan -Spartan/S -spasm/GSDM -spasmodic -spasmodically -spastic/S -spate/SM -spathe/MS -spatiality/M -spatial/Y -spat/MS -spatted -spatter/DGS -spatterdock/M -spatting -spatula/SM -spavin/DMS -spawner/M -spawn/MRDSG -spay/DGS -SPCA -speakable/U -speakeasy/SM -speaker/M -Speaker's -speakership/M -speaking/U -speak/RBGZJS -spearer/M -spearfish/SDMG -spearhead/GSDM -spearmint/MS -spear/MRDGS -Spears -spec'd -specialism/MS -specialist/MS -specialization/SM -specialized/U -specialize/GZDSR -specializing/U -special/SRYP -specialty/MS -specie/MS -specif -specifiability -specifiable -specifiably -specifically -specification/SM -specificity/S -specific/SP -specified/U -specifier/SM -specifies -specify/AD -specifying -specimen/SM -spec'ing -speciousness/SM -specious/YP -speck/GMDS -speckle/GMDS -spec/SM -spectacle/MSD -spectacular/SY -spectator/SM -specter/DMS -specter's/A -spectralness/M -spectral/YP -spectra/M -spectrogram/MS -spectrographically -spectrograph/M -spectrography/M -spectrometer/MS -spectrometric -spectrometry/M -spectrophotometer/SM -spectrophotometric -spectrophotometry/M -spectroscope/SM -spectroscopic -spectroscopically -spectroscopy/SM -spectrum/M -specularity -specular/Y -speculate/VNGSDX -speculation/M -speculative/Y -speculator/SM -sped -speech/GMDS -speechlessness/SM -speechless/YP -speedboat/GSRM -speedboating/M -speeder/M -speedily -speediness/SM -speedometer/MS -speed/RMJGZS -speedster/SM -speedup/MS -speedway/SM -speedwell/MS -speedy/PTR -speer/M -speleological -speleologist/S -speleology/MS -spellbinder/M -spellbind/SRGZ -spellbound -spelldown/MS -spelled/A -speller/M -spelling/M -spell/RDSJGZ -spells/A -spelunker/MS -spelunking/S -Spencerian -Spencer/M -Spence/RM -spender/M -spend/SBJRGZ -spendthrift/MS -Spenglerian -Spengler/M -Spense/MR -Spenserian -Spenser/M -spent/U -spermatophyte/M -spermatozoa -spermatozoon/M -spermicidal -spermicide/MS -sperm/SM -Sperry/M -spew/DRGZJS -spewer/M -SPF -sphagnum/SM -sphere/SDGM -spherical/Y -spheric/S -spherics/M -spheroidal/Y -spheroid/SM -spherule/MS -sphincter/SM -Sphinx/M -sphinx/MS -Spica/M -spic/DGM -spicebush/M -spice/SM -spicily -spiciness/SM -spicule/MS -spicy/PTR -spider/SM -spiderweb/S -spiderwort/M -spidery/TR -Spiegel/M -Spielberg/M -spiel/GDMS -spier/M -spiffy/TDRSG -spigot/MS -spike/GMDSR -Spike/M -spiker/M -spikiness/SM -spiky/PTR -spillage/SM -Spillane/M -spillover/SM -spill/RDSG -spillway/SM -spinach/MS -spinal/YS -spindle/JGMDRS -spindly/RT -spinelessness/M -spineless/YP -spine/MS -spinet/SM -spininess/M -spinnability/M -spinnaker/SM -spinneret/MS -spinner/SM -spinning/SM -Spinoza/M -spin/S -spinsterhood/SM -spinsterish -spinster/MS -spiny/PRT -spiracle/SM -spiraea's -spiral/YDSG -spire/AIDSGF -spirea/MS -spire's -spiritedness/M -spirited/PY -spirit/GMDS -spiritless -spirits/I -spiritualism/SM -spiritualistic -spiritualist/SM -spirituality/SM -spiritual/SYP -spirituous -spirochete/SM -Spiro/M -spiry/TR -spitball/SM -spite/CSDAG -spitefuller -spitefullest -spitefulness/MS -spiteful/PY -spite's/A -spitfire/SM -spit/SGD -spitted -spitting -spittle/SM -spittoon/SM -Spitz/M -splashdown/MS -splasher/M -splash/GZDRS -splashily -splashiness/MS -splashy/RTP -splat/SM -splatted -splatter/DSG -splatting -splayfeet -splayfoot/MD -splay/SDG -spleen/SM -splendidness/M -splendid/YRPT -splendorous -splendor/SM -splenetic/S -splicer/M -splice/RSDGZJ -spline/MSD -splinter/GMD -splintery -splint/SGZMDR -splits/M -split/SM -splittable -splitter/MS -splitting/S -splodge/SM -splotch/MSDG -splotchy/RT -splurge/GMDS -splutterer/M -splutter/RDSG -Sp/M -Spock/M -spoilables -spoilage/SM -spoil/CSZGDR -spoiled/U -spoiler/MC -spoilsport/SM -Spokane/M -spoke/DSG -spoken/U -spokeshave/MS -spokesman/M -spokesmen -spokespeople -spokesperson/S -spokeswoman/M -spokeswomen -spoliation/MCS -spongecake -sponge/GMZRSD -sponger/M -sponginess/S -spongy/TRP -sponsor/DGMS -sponsorship/S -spontaneity/SM -spontaneousness/M -spontaneous/PY -spoof/SMDG -spookiness/MS -spook/SMDG -spooky/PRT -spool/SRDMGZ -spoonbill/SM -spoonerism/SM -spoonful/MS -spoon/GSMD -spoor/GSMD -sporadically -sporadic/Y -spore/DSGM -sporran/MS -sportiness/SM -sporting/Y -sportiveness/M -sportive/PY -sportscast/RSGZM -sportsmanlike/U -sportsman/MY -sportsmanship/MS -sportsmen -sportswear/M -sportswoman/M -sportswomen -sportswriter/S -sport/VGSRDM -sporty/PRT -Sposato/M -spotlessness/MS -spotless/YP -spotlight/GDMS -spotlit -spot/MSC -spotted/U -spotter/MS -spottily -spottiness/SM -spotting/M -spotty/RTP -spousal/MS -spouse/GMSD -spouter/M -spout/SGRD -sprain/SGD -sprang/S -sprat/SM -sprawl/GSD -sprayed/UA -sprayer/M -spray/GZSRDM -sprays/A -spreadeagled -spreader/M -spread/RSJGZB -spreadsheet/S -spreeing -spree/MDS -sprigged -sprigging -sprightliness/MS -sprightly/PRT -sprig/MS -springboard/MS -springbok/MS -springeing -springer/M -Springfield/M -springily -springiness/SM -springing/M -springlike -spring/SGZR -Springsteen/M -springtime/MS -springy/TRP -sprinkle/DRSJZG -sprinkler/DM -sprinkling/M -Sprint/M -sprint/SGZMDR -sprite/SM -spritz/GZDSR -sprocket/DMGS -sprocketed/U -Sproul/M -sprout/GSD -spruce/GMTYRSDP -spruceness/SM -sprue/M -sprung/U -spryness/S -spry/TRY -SPSS -spudded -spudding -spud/MS -Spuds/M -spume/DSGM -spumone's -spumoni/S -spumy/TR -spun -spunk/GSMD -spunky/SRT -spurge/MS -spuriousness/SM -spurious/PY -spur/MS -spurn/RDSG -spurred -spurring -spurt/SGD -sputa -Sputnik -sputnik/MS -sputter/DRGS -sputum/M -spy/DRSGM -spyglass/MS -sq -sqq -sqrt -squabbed -squabber -squabbest -squabbing -squabbler/M -squabble/ZGDRS -squab/SM -squadded -squadding -squadron/MDGS -squad/SM -squalidness/SM -squalid/PRYT -squaller/M -squall/GMRDS -squally/RT -squalor/SM -squamous/Y -squander/GSRD -Squanto -square/GMTYRSDP -squareness/SM -squarer/M -Squaresville/M -squarish -squash/GSRD -squashiness/M -squashy/RTP -squatness/MS -squat/SPY -squatted -squatter/SMDG -squattest -squatting -squawker/M -squawk/GRDMZS -squaw/SM -squeaker/M -squeakily -squeakiness/S -squeak/RDMGZS -squeaky/RPT -squealer/M -squeal/MRDSGZ -squeamishness/SM -squeamish/YP -squeegee/DSM -squeegeeing -squeeze/GZSRDB -squeezer/M -squelcher/M -squelch/GDRS -squelchy/RT -squibbed -Squibb/GM -squibbing -Squibbing/M -squib/SM -squidded -squidding -squid/SM -squiggle/MGDS -squiggly/RT -squinter/M -squint/GTSRD -squinting/Y -squirehood -squire/SDGM -squirm/SGD -squirmy/TR -squirrel/SGYDM -squirter/M -squirt/GSRD -squish/GSD -squishy/RTP -Sr -Srinagar/M -SRO -S's -SS -SSA -SSE -ssh -s's/KI -SSS -SST -SSW -ST -stabbed -stabber/S -stabbing/S -stability/ISM -stabilizability -stabilization/CS -stabilization's -stabilize/CGSD -stabilizer/MS -stableman/M -stablemate -stablemen -stableness/UM -stable/RSDGMTP -stabler/U -stable's/F -stables/F -stablest/U -stabling/M -stably/U -stab/YS -staccato/S -Stacee/M -Stace/M -Stacey/M -Stacia/M -Stacie/M -Staci/M -stackable -stacker/M -stack's -stack/USDG -Stacy/M -stadias -stadia's -stadium/MS -Stael/M -Stafani/M -staff/ADSG -Staffard/M -staffer/MS -Stafford/M -Staffordshire/M -staffroom -staff's -Staford/M -stag/DRMJSGZ -stagecoach/MS -stagecraft/MS -stagehand/MS -stager/M -stage/SM -stagestruck -stagflation/SM -stagged -staggerer/M -stagger/GSJDR -staggering/Y -staggers/M -stagging -staginess/M -staging/M -stagnancy/SM -stagnant/Y -stagnate/NGDSX -stagnation/M -stagy/PTR -Stahl/M -staidness/MS -staid/YRTP -stained/U -stainer/M -stainless/YS -stain/SGRD -staircase/SM -stair/MS -stairway/SM -stairwell/MS -stake/DSGM -stakeholder/S -stakeout/SM -stalactite/SM -stalag/M -stalagmite/SM -stalemate/SDMG -staleness/MS -stale/PGYTDSR -Staley/M -Stalingrad/M -Stalinist -Stalin/SM -stalker/M -stalk/MRDSGZJ -stall/DMSJG -stalled/I -stallholders -stallion/SM -Stallone/M -stalls/I -stalwartness/M -stalwart/PYS -Sta/M -stamen/MS -Stamford/M -stamina/SM -staminate -stammer/DRSZG -stammerer/M -stammering/Y -stampede/MGDRS -stampeder/M -stamped/U -stamper/M -stamp/RDSGZJ -stance/MIS -stancher/M -stanch/GDRST -stanchion/SGMD -standalone -standardization/AMS -standardized/U -standardize/GZDSR -standardizer/M -standardizes/A -standard/YMS -standby -standbys -standee/MS -Standford/M -standing/M -Standish/M -standoffish -standoff/SM -standout/MS -standpipe/MS -standpoint/SM -stand/SJGZR -standstill/SM -Stanfield/M -Stanford/M -Stanislas/M -Stanislaus/M -Stanislavsky/M -Stanislaw/M -stank/S -Stanleigh/M -Stanley/M -Stanly/M -stannic -stannous -Stanton/M -Stanwood/M -Stan/YMS -stanza/MS -staph/M -staphs -staphylococcal -staphylococci -staphylococcus/M -stapled/U -stapler/M -Stapleton/M -staple/ZRSDGM -starboard/SDMG -starchily -starchiness/MS -starch/MDSG -starchy/TRP -stardom/MS -star/DRMGZS -stardust/MS -stare/S -starfish/SM -Stargate/M -stargaze/ZGDRS -staring/U -Starkey/M -Stark/M -starkness/MS -stark/SPGTYRD -Starla/M -Starlene/M -starless -starlet/MS -starlight/MS -starling/MS -Starlin/M -starlit -Star/M -starred -starring -Starr/M -starry/TR -starship -starstruck -start/ASGDR -starter/MS -startle/GDS -startling/PY -startup/SM -starvation/MS -starveling/M -starver/M -starve/RSDG -stash/GSD -stasis/M -stat/DRSGV -statecraft/MS -stated/U -statehood/MS -statehouse/S -Statehouse's -state/IGASD -statelessness/MS -stateless/P -stateliness/MS -stately/PRT -statement/MSA -Staten/M -stater/M -stateroom/SM -stateside -state's/K -states/K -statesmanlike -statesman/MY -statesmanship/SM -statesmen -stateswoman -stateswomen -statewide -statical/Y -static/S -statics/M -stationarity -stationary/S -stationer/M -stationery/MS -stationmaster/M -station/SZGMDR -statistical/Y -statistician/MS -statistic/MS -Statler/M -stator/SM -statuary/SM -statue/MSD -statuesque/YP -statuette/MS -stature/MS -status/SM -statute/SM -statutorily -statutory/P -Stauffer/M -staunchness/S -staunch/PDRSYTG -stave/DGM -Stavro/MS -stay/DRGZS -stayer/M -std -STD -stdio -steadfastness/MS -steadfast/PY -steadily/U -steadiness's -steadiness/US -steading/M -stead/SGDM -steady/DRSUTGP -steakhouse/SM -steak/SM -stealer/M -stealing/M -steal/SRHG -stealthily -stealthiness/MS -stealth/M -stealths -stealthy/PTR -steamboat/MS -steamer/MDG -steamfitter/S -steamfitting/S -steamily -steaminess/SM -steamroller/DMG -steamroll/GZRDS -steam/SGZRDMJ -steamship/SM -steamy/RSTP -Stearne/M -Stearn/SM -steed/SM -Steele/M -steeliness/SM -steelmaker/M -steel/SDMGZ -steelworker/M -steelwork/ZSMR -steelyard/MS -steely/TPRS -Steen/M -steepen/GD -steeper/M -steeplebush/M -steeplechase/GMSD -steeplejack/MS -steeple/MS -steepness/S -steep/SYRNDPGTX -steerage/MS -steerer/M -steer/SGBRDJ -steersman/M -steersmen -steeves -Stefa/M -Stefania/M -Stefanie/M -Stefan/M -Stefano/M -Steffane/M -Steffen/M -Steffie/M -Steffi/M -stegosauri -stegosaurus/S -Steinbeck/SM -Steinberg/M -Steinem/M -Steiner/M -Steinmetz/M -Stein/RM -stein/SGZMRD -Steinway/M -Stella/M -stellar -stellated -Ste/M -stemless -stemmed/U -stemming -stem/MS -stemware/MS -stench/GMDS -stenciler/M -stencil/GDRMSZ -stencillings -Stendhal/M -Stendler/M -Stengel/M -stenographer/SM -stenographic -stenography/SM -steno/SM -stenotype/M -stentorian -stepbrother/MS -stepchild/M -stepchildren -stepdaughter/MS -stepfather/SM -Stepha/M -Stephana/M -Stephanie/M -Stephani/M -Stephan/M -Stephannie/M -Stephanus/M -Stephenie/M -Stephen/MS -Stephenson/M -Stephie/M -Stephi/M -Stephine/M -stepladder/SM -step/MIS -stepmother/SM -stepparent/SM -stepper/M -steppe/RSDGMZ -steppingstone/S -stepsister/SM -stepson/SM -stepwise -stereographic -stereography/M -stereo/GSDM -stereophonic -stereoscope/MS -stereoscopic -stereoscopically -stereoscopy/M -stereotype/GMZDRS -stereotypic -stereotypical/Y -sterile -sterility/SM -sterilization/SM -sterilized/U -sterilize/RSDGZ -sterilizes/A -Sterling/M -sterling/MPYS -sterlingness/M -sternal -Sternberg/M -Sterne/M -Stern/M -sternness/S -Sterno -stern/SYRDPGT -sternum/SM -steroidal -steroid/MS -stertorous -Stesha/M -stethoscope/SM -stet/MS -stetson/MS -Stetson/SM -stetted -stetting -Steuben/M -Stevana/M -stevedore/GMSD -Steve/M -Stevena/M -Steven/MS -Stevenson/M -Stevie/M -Stevy/M -steward/DMSG -stewardess/SM -Steward/M -stewardship/MS -Stewart/M -stew/GDMS -st/GBJ -sticker/M -stickily -stickiness/SM -stickleback/MS -stickle/GZDR -stickler/M -stick/MRDSGZ -stickpin/SM -stickup/SM -sticky/GPTDRS -Stieglitz/M -stiffen/JZRDG -stiff/GTXPSYRND -stiffness/MS -stifle/GJRSD -stifler/M -stifling/Y -stigma/MS -stigmata -stigmatic/S -stigmatization/C -stigmatizations -stigmatization's -stigmatize/DSG -stigmatized/U -stile/GMDS -stiletto/MDSG -stillbirth/M -stillbirths -stillborn/S -stiller/MI -stillest -Stillman/M -Stillmann/M -stillness/MS -still/RDIGS -Stillwell/M -stilted/PY -stilt/GDMS -Stilton/MS -Stimson/M -stimulant/MS -stimulated/U -stimulate/SDVGNX -stimulation/M -stimulative/S -stimulator/M -stimulatory -stimuli/M -stimulus/MS -Stine/M -stinger/M -sting/GZR -stingily -stinginess/MS -stinging/Y -stingray/MS -stingy/RTP -stinkbug/S -stinker/M -stink/GZRJS -stinking/Y -stinkpot/M -Stinky/M -stinky/RT -stinter/M -stinting/U -stint/JGRDMS -stipendiary -stipend/MS -stipple/JDRSG -stippler/M -stipulate/XNGSD -stipulation/M -Stirling/M -stirred/U -stirrer/SM -stirring/YS -stirrup/SM -stir/S -stitch/ASDG -stitcher/M -stitchery/S -stitching/MS -stitch's -St/M -stoat/SM -stochastic -stochastically -stochasticity -stockade/SDMG -stockbreeder/SM -stockbroker/MS -stockbroking/S -stocker/SM -Stockhausen/M -stockholder/SM -Stockholm/M -stockily -stockiness/SM -stockinet's -stockinette/S -stocking/MDS -stockist/MS -stockpile/GRSD -stockpiler/M -stockpot/MS -stockroom/MS -stock's -stock/SGAD -stocktaking/MS -Stockton/M -stockyard/SM -stocky/PRT -Stoddard/M -stodge/M -stodgily -stodginess/S -stodgy/TRP -stogy/SM -stoical/Y -stoichiometric -stoichiometry/M -stoicism/SM -Stoicism/SM -stoic/MS -Stoic/MS -stoke/DSRGZ -stoker/M -stokes/M -Stokes/M -STOL -stole/MDS -stolen -stolidity/S -stolidness/S -stolid/PTYR -stolon/SM -stomachache/MS -stomacher/M -stomach/RSDMZG -stomachs -stomp/DSG -stonecutter/SM -stone/DSRGM -Stonehenge/M -stoneless -Stone/M -stonemason/MS -stoner/M -stonewall/GDS -stoneware/MS -stonewashed -stonework/SM -stonewort/M -stonily -stoniness/MS -stony/TPR -stood -stooge/SDGM -stool/SDMG -stoop/SDG -stopcock/MS -stopgap/SM -stoplight/SM -stopover/MS -stoppable/U -stoppage/MS -Stoppard/M -stopped/U -stopper/GMDS -stopping/M -stopple/GDSM -stop's -stops/M -stop/US -stopwatch/SM -storage/SM -store/ADSRG -storefront/SM -storehouse/MS -storekeeper/M -storekeep/ZR -storeroom/SM -store's -stork/SM -stormbound -stormer/M -Stormie/M -stormily -Stormi/M -storminess/S -Storm/M -storm/SRDMGZ -stormtroopers -Stormy/M -stormy/PTR -storyboard/MDSG -storybook/MS -story/GSDM -storyline -storyteller/SM -storytelling/MS -Stouffer/M -stoup/SM -stouten/DG -stouthearted -Stout/M -stoutness/MS -stout/STYRNP -stove/DSRGM -stovepipe/SM -stover/M -stowage/SM -stowaway/MS -Stowe/M -stow/GDS -Strabo/M -straddler/M -straddle/ZDRSG -Stradivari/SM -Stradivarius/M -strafe/GRSD -strafer/M -straggle/GDRSZ -straggly/RT -straightaway/S -straightedge/MS -straightener/M -straighten/ZGDR -straightforwardness/MS -straightforward/SYP -straightjacket's -straightness/MS -straight/RNDYSTXGP -straightway/S -strain/ASGZDR -strained/UF -strainer/MA -straining/F -strains/F -straiten/DG -straitjacket/GDMS -straitlaced -straitness/M -strait/XTPSMGYDNR -stranded/P -strand/SDRG -strangeness/SM -strange/PYZTR -stranger/GMD -stranglehold/MS -strangle/JDRSZG -strangles/M -strangulate/NGSDX -strangulation/M -strapless/S -strapped/U -strapping/S -strap's -strap/US -Strasbourg/M -stratagem/SM -strata/MS -strategical/Y -strategic/S -strategics/M -strategist/SM -strategy/SM -Stratford/M -strati -stratification/M -stratified/U -stratify/NSDGX -stratigraphic -stratigraphical -stratigraphy/M -stratosphere/SM -stratospheric -stratospherically -stratum/M -stratus/M -Strauss -Stravinsky/M -strawberry/SM -strawflower/SM -straw/SMDG -strayer/M -stray/GSRDM -streak/DRMSGZ -streaker/M -streaky/TR -streamed/U -streamer/M -stream/GZSMDR -streaming/M -streamline/SRDGM -streetcar/MS -streetlight/SM -street/SMZ -streetwalker/MS -streetwise -Streisand/M -strengthen/AGDS -strengthener/MS -strength/NMX -strengths -strenuousness/SM -strenuous/PY -strep/MS -streptococcal -streptococci -streptococcus/M -streptomycin/SM -stress/DSMG -stressed/U -stressful/YP -stretchability/M -stretchable/U -stretch/BDRSZG -stretcher/DMG -stretchy/TRP -strew/GDHS -strewn -striae -stria/M -striate/DSXGN -striated/U -striation/M -stricken -Strickland/M -strict/AF -stricter -strictest -strictly -strictness/S -stricture/SM -stridden -stridency/S -strident/Y -strider/M -stride/RSGM -strife/SM -strikebreaker/M -strikebreaking/M -strikebreak/ZGR -strikeout/S -striker/M -strike/RSGZJ -striking/Y -Strindberg/M -stringed -stringency/S -stringent/Y -stringer/MS -stringiness/SM -stringing/M -string's -string/SAG -stringy/RTP -striper/M -stripe/SM -strip/GRDMS -stripling/M -stripped/U -stripper/MS -stripping -stripteaser/M -striptease/SRDGZM -stripy/RT -strive/JRSG -striven -striver/M -strobe/SDGM -stroboscope/SM -stroboscopic -strode -stroke/ZRSDGM -stroking/M -stroller/M -stroll/GZSDR -Stromberg/M -Stromboli/M -Strom/M -strongbow -strongbox/MS -Strongheart/M -stronghold/SM -strongish -Strong/M -strongman/M -strongmen -strongroom/MS -strong/YRT -strontium/SM -strophe/MS -strophic -stropped -stropping -strop/SM -strove -struck -structuralism/M -structuralist/SM -structural/Y -structured/AU -structureless -structures/A -structure/SRDMG -structuring/A -strudel/MS -struggle/GDRS -struggler/M -strummed -strumming -strumpet/GSDM -strum/S -strung/UA -strut/S -strutted -strutter/M -strutting -strychnine/MS -Stuart/MS -stubbed/M -stubbing -Stubblefield/MS -stubble/SM -stubbly/RT -stubbornness/SM -stubborn/SGTYRDP -stubby/SRT -stub/MS -stuccoes -stucco/GDM -stuck/U -studbook/SM -studded -studding/SM -Studebaker/M -studentship/MS -student/SM -studiedness/M -studied/PY -studier/SM -studio/MS -studiousness/SM -studious/PY -stud/MS -study/AGDS -stuffily -stuffiness/SM -stuffing/M -stuff/JGSRD -stuffy/TRP -stultify/NXGSD -Stu/M -stumble/GZDSR -stumbling/Y -stumpage/M -stumper/M -stump/RDMSG -stumpy/RT -stung -stunk -stunned -stunner/M -stunning/Y -stun/S -stunted/P -stunt/GSDM -stupefaction/SM -stupefy/DSG -stupendousness/M -stupendous/PY -stupidity/SM -stupidness/M -stupid/PTYRS -stupor/MS -sturdily -sturdiness/SM -sturdy/SRPT -sturgeon/SM -Sturm/M -stutter/DRSZG -Stuttgart/M -Stuyvesant/M -sty/DSGM -Stygian -styled/A -style/GZMDSR -styles/A -styli -styling/A -stylishness/S -stylish/PY -stylistically -stylistic/S -stylist/MS -stylites -stylization/MS -stylize/DSG -stylos -stylus/SM -stymieing -stymie/SD -stymy's -styptic/S -styrene/MS -Styrofoam/S -Styx/M -suable -Suarez/M -suasion/EMS -suaveness/S -suave/PRYT -suavity/SM -subaltern/SM -subarctic/S -subareas -Subaru/M -subassembly/M -subatomic/S -subbasement/SM -subbed -subbing -subbranch/S -subcaste/M -subcategorizing -subcategory/SM -subchain -subclassifications -subclass/MS -subclauses -subcommand/S -subcommittee/SM -subcompact/S -subcomponent/MS -subcomputation/MS -subconcept -subconsciousness/SM -subconscious/PSY -subconstituent -subcontinental -subcontinent/MS -subcontractor/SM -subcontract/SMDG -subcultural -subculture/GMDS -subcutaneous/Y -subdirectory/S -subdistrict/M -subdivide/SRDG -subdivision/SM -subdued/Y -subdue/GRSD -subduer/M -subexpression/MS -subfamily/SM -subfield/MS -subfile/SM -subfreezing -subgoal/SM -subgraph -subgraphs -subgroup/SGM -subharmonic/S -subheading/M -subhead/MGJS -subhuman/S -subindex/M -subinterval/MS -subj -subject/GVDMS -subjection/SM -subjectiveness/M -subjective/PSY -subjectivist/S -subjectivity/SM -subjoin/DSG -subjugate/NGXSD -subjugation/M -subjunctive/S -sublayer -sublease/DSMG -sublet/S -subletting -sublimate/GNSDX -sublimation/M -sublime/GRSDTYP -sublimeness/M -sublimer/M -subliminal/Y -sublimity/SM -sublist/SM -subliterary -sublunary -submachine -submarginal -submarine/MZGSRD -submariner/M -submerge/DSG -submergence/SM -submerse/XNGDS -submersible/S -submersion/M -submicroscopic -submission/SAM -submissiveness/MS -submissive/PY -submit/SA -submittable -submittal -submitted/A -submitter/S -submitting/A -submode/S -submodule/MS -sub/MS -subnational -subnet/SM -subnetwork/SM -subnormal/SY -suboptimal -suborbital -suborder/MS -subordinately/I -subordinates/I -subordinate/YVNGXPSD -subordination/IMS -subordinator -subornation/SM -suborn/GSD -subpage -subparagraph/M -subpart/MS -subplot/MS -subpoena/GSDM -subpopulation/MS -subproblem/SM -subprocess/SM -subprofessional/S -subprogram/SM -subproject -subproof/SM -subquestion/MS -subrange/SM -subregional/Y -subregion/MS -subrogation/M -subroutine/SM -subsample/MS -subschema/MS -subscribe/ASDG -subscriber/SM -subscripted/U -subscription/MS -subscript/SGD -subsection/SM -subsegment/SM -subsentence -subsequence/MS -subsequent/SYP -subservience/SM -subservient/SY -subset/MS -subsidence/MS -subside/SDG -subsidiarity -subsidiary/MS -subsidization/MS -subsidized/U -subsidizer/M -subsidize/ZRSDG -subsidy/MS -subsistence/MS -subsistent -subsist/SGD -subsocietal -subsoil/DRMSG -subsonic -subspace/MS -subspecies/M -substance/MS -substandard -substantially/IU -substantialness/M -substantial/PYS -substantiated/U -substantiate/VGNSDX -substantiation/MFS -substantiveness/M -substantive/PSYM -substantivity -substation/MS -substerilization -substitutability -substituted/U -substitute/NGVBXDRS -substitutionary -substitution/M -substitutive/Y -substrata -substrate/MS -substratum/M -substring/S -substructure/SM -subsume/SDG -subsurface/S -subsystem/MS -subtable/S -subtask/SM -subteen/SM -subtenancy/MS -subtenant/SM -subtend/DS -subterfuge/SM -subterranean/SY -subtest -subtext/SM -subtitle/DSMG -subtleness/M -subtle/RPT -subtlety/MS -subtly/U -subtopic/SM -subtotal/GSDM -subtracter/M -subtraction/MS -subtract/SRDZVG -subtrahend/SM -subtree/SM -subtropical -subtropic/S -subtype/MS -subunit/SM -suburbanite/MS -suburbanization/MS -suburbanized -suburbanizing -suburban/S -suburbia/SM -suburb/MS -subvention/MS -subversion/SM -subversiveness/MS -subversive/SPY -subverter/M -subvert/SGDR -subway/MDGS -subzero -succeeder/M -succeed/GDRS -successfulness/M -successful/UY -succession/SM -successiveness/M -successive/YP -success/MSV -successor/MS -successorship -succinctness/SM -succinct/RYPT -succored/U -succorer/M -succor/SGZRDM -succotash/SM -succubus/M -succulence/SM -succulency/MS -succulent/S -succumb/SDG -such -suchlike -sucker/DMG -suck/GZSDRB -suckle/SDJG -suckling/M -Sucre/M -sucrose/MS -suction/SMGD -Sudanese/M -Sudanic/M -Sudan/M -suddenness/SM -sudden/YPS -Sudetenland/M -sud/S -suds/DSRG -sudsy/TR -sued/DG -suede/SM -Suellen/M -Sue/M -suer/M -suet/MS -Suetonius/M -suety -sue/ZGDRS -Suez/M -sufferance/SM -sufferer/M -suffering/M -suffer/SJRDGZ -suffice/GRSD -sufficiency/SIM -sufficient/IY -suffixation/S -suffixed/U -suffix/GMRSD -suffocate/XSDVGN -suffocating/Y -Suffolk/M -suffragan/S -suffrage/MS -suffragette/MS -suffragist/SM -suffuse/VNGSDX -suffusion/M -Sufi/M -Sufism/M -sugarcane/S -sugarcoat/GDS -sugarless -sugarplum/MS -sugar/SJGMD -sugary/TR -suggest/DRZGVS -suggester/M -suggestibility/SM -suggestible -suggestion/MS -suggestiveness/MS -suggestive/PY -sugillate -Suharto/M -suicidal/Y -suicide/GSDM -Sui/M -suitability/SU -suitableness/S -suitable/P -suitably/U -suitcase/MS -suited/U -suite/SM -suiting/M -suit/MDGZBJS -suitor/SM -Sukarno/M -Sukey/M -Suki/M -sukiyaki/SM -Sukkoth's -Sukkot/S -Sula/M -Sulawesi/M -Suleiman/M -sulfaquinoxaline -sulfa/S -sulfate/MSDG -sulfide/S -sulfite/M -sulfonamide/SM -sulfur/DMSG -sulfuric -sulfurousness/M -sulfurous/YP -sulk/GDS -sulkily -sulkiness/S -sulky/RSPT -Sulla/M -sullenness/MS -sullen/TYRP -sullied/U -Sullivan/M -sully/GSD -Sully/M -sulphate/SM -sulphide/MS -sulphuric -sultana/SM -sultanate/MS -sultan/SM -sultrily -sultriness/SM -sultry/PRT -Sulzberger/M -sumach's -sumac/SM -Sumatra/M -Sumatran/S -sumer/F -Sumeria/M -Sumerian/M -summability/M -summable -summand/MS -summarily -summarization/MS -summarized/U -summarize/GSRDZ -summarizer/M -summary/MS -summation/FMS -summed -Summerdale/M -summerhouse/MS -summer/SGDM -Summer/SM -summertime/MS -summery/TR -summing -summit/GMDS -summitry/MS -summoner/M -summon/JSRDGZ -summons/MSDG -sum/MRS -Sumner/M -sumo/SM -sump/SM -sumptuousness/SM -sumptuous/PY -Sumter/M -Sun -sunbaked -sunbathe -sunbather/M -sunbathing/M -sunbaths -sunbath/ZRSDG -sunbeam/MS -Sunbelt/M -sunblock/S -sunbonnet/MS -sunburn/GSMD -sunburst/MS -suncream -sundae/MS -Sundanese/M -Sundas -Sunday/MS -sunder/SDG -sundial/MS -sundowner/M -sundown/MRDSZG -sundris -sundry/S -sunfish/SM -sunflower/MS -sunglass/MS -Sung/M -sung/U -sunk/SN -sunlamp/S -sunless -sunlight/MS -sunlit -sun/MS -sunned -Sunni/MS -sunniness/SM -sunning -Sunnite/SM -Sunny/M -sunny/RSTP -Sunnyvale/M -sunrise/GMS -sunroof/S -sunscreen/S -sunset/MS -sunsetting -sunshade/MS -Sunshine/M -sunshine/MS -sunshiny -sunspot/SM -sunstroke/MS -suntanned -suntanning -suntan/SM -sunup/MS -superabundance/MS -superabundant -superannuate/GNXSD -superannuation/M -superbness/M -superb/YRPT -supercargoes -supercargo/M -supercharger/M -supercharge/SRDZG -superciliousness/SM -supercilious/PY -supercity/S -superclass/M -supercomputer/MS -supercomputing -superconcept -superconducting -superconductivity/SM -superconductor/SM -supercooled -supercooling -supercritical -superdense -super/DG -superego/SM -supererogation/MS -supererogatory -superficiality/S -superficial/SPY -superfine -superfix/M -superfluity/MS -superfluousness/S -superfluous/YP -superheat/D -superheroes -superhero/SM -superhighway/MS -superhumanness/M -superhuman/YP -superimpose/SDG -superimposition/MS -superintendence/S -superintendency/SM -superintendent/SM -superintend/GSD -superiority/MS -Superior/M -superior/SMY -superlativeness/M -superlative/PYS -superlunary -supermachine -superman/M -Superman/M -supermarket/SM -supermen -supermodel -supermom/S -supernal -supernatant -supernaturalism/M -supernaturalness/M -supernatural/SPY -supernormal/Y -supernovae -supernova/MS -supernumerary/S -superordinate -superpose/BSDG -superposition/MS -superpower/MS -superpredicate -supersaturate/XNGDS -supersaturation/M -superscribe/GSD -superscript/DGS -superscription/SM -superseder/M -supersede/SRDG -supersensitiveness/M -supersensitive/P -superset/MS -supersonically -supersonic/S -supersonics/M -superstar/SM -superstition/SM -superstitious/YP -superstore/S -superstructural -superstructure/SM -supertanker/SM -supertitle/MSDG -superuser/MS -supervene/GSD -supervention/S -supervised/U -supervise/SDGNX -supervision/M -supervisor/SM -supervisory -superwoman/M -superwomen -supineness/M -supine/PSY -supper/DMG -supplanter/M -supplant/SGRD -supplemental/S -supplementary/S -supplementation/S -supplementer/M -supplement/SMDRG -suppleness/SM -supple/SPLY -suppliant/S -supplicant/MS -supplicate/NGXSD -supplication/M -supplier/AM -suppl/RDGT -supply/MAZGSRD -supportability/M -supportable/UI -supported/U -supporter/M -supporting/Y -supportive/Y -support/ZGVSBDR -supposed/Y -suppose/SRDBJG -supposition/MS -suppository/MS -suppressant/S -suppressed/U -suppressible/I -suppression/SM -suppressive/P -suppressor/S -suppress/VGSD -suppurate/NGXSD -suppuration/M -supp/YDRGZ -supra -supranational -supranationalism/M -suprasegmental -supremacist/SM -supremacy/SM -supremal -supremeness/M -supreme/PSRTY -supremo/M -sup/RSZ -supt -Supt/M -Surabaya/M -Surat/M -surcease/DSMG -surcharge/MGSD -surcingle/MGSD -surd/M -sured/I -surefire -surefooted -surely -sureness/MS -sureness's/U -sure/PU -surer/I -surest -surety/SM -surfaced/UA -surface/GSRDPZM -surfacer/AMS -surfaces/A -surfacing/A -surfactant/SM -surfboard/MDSG -surfeit/SDRMG -surfer/M -surfing/M -surf/SJDRGMZ -surged/A -surge/GYMDS -surgeon/MS -surgery/MS -surges/A -surgical/Y -Suriname -Surinamese -Surinam's -surliness/SM -surly/TPR -surmiser/M -surmise/SRDG -surmountable/IU -surmount/DBSG -surname/GSDM -surpassed/U -surpass/GDS -surpassing/Y -surplice/SM -surplus/MS -surplussed -surplussing -surprised/U -surprise/MGDRSJ -surpriser/M -surprising/YU -surrealism/MS -surrealistic -surrealistically -surrealist/S -surreality -surreal/S -surrender/DRSG -surrenderer/M -surreptitiousness/S -surreptitious/PY -surrey/SM -surrogacy/S -surrogate/SDMNG -surrogation/M -surrounding/M -surround/JGSD -surtax/SDGM -surveillance/SM -surveillant -surveyed/A -surveying/M -survey/JDSG -surveyor/MS -surveys/A -survivability/M -survivable/U -survivalist/S -survival/MS -survive/SRDBG -survivor/MS -survivorship/M -Surya/M -Sus -Susana/M -Susanetta/M -Susan/M -Susannah/M -Susanna/M -Susanne/M -Susann/M -susceptibilities -susceptibility/IM -susceptible/I -Susette/M -sushi/SM -Susie/M -Susi/M -suspected/U -suspecter/M -suspect/GSDR -suspecting/U -suspend/DRZGS -suspended/UA -suspender/M -suspenseful -suspense/MXNVS -suspension/AM -suspensive/Y -suspensor/M -suspicion/GSMD -suspiciousness/M -suspicious/YP -Susquehanna/M -Sussex/M -sustainability -sustainable/U -sustain/DRGLBS -sustainer/M -sustainment/M -sustenance/MS -Susy/M -Sutherland/M -Sutherlan/M -sutler/MS -Sutton/M -suture/GMSD -SUV -Suva/M -Suwanee/M -Suzanna/M -Suzanne/M -Suzann/M -suzerain/SM -suzerainty/MS -Suzette/M -Suzhou/M -Suzie/M -Suzi/M -Suzuki/M -Suzy/M -Svalbard/M -svelte/RPTY -Svend/M -Svengali -Sven/M -Sverdlovsk/M -Svetlana/M -SW -swabbed -swabbing -swabby/S -Swabian/SM -swab/MS -swaddle/SDG -swagged -swagger/GSDR -swagging -swag/GMS -Swahili/MS -swain/SM -SWAK -swallower/M -swallow/GDRS -swallowtail/SM -swam -swami/SM -swamper/M -swampland/MS -swamp/SRDMG -swampy/RPT -Swanee/M -swankily -swankiness/MS -swank/RDSGT -swanky/PTRS -swanlike -swan/MS -swanned -swanning -Swansea/M -Swanson/M -swappable/U -swapped -swapper/SM -swapping -swap/S -sward/MSGD -swarmer/M -swarm/GSRDM -swarthiness/M -Swarthmore/M -swarthy/RTP -swart/P -Swartz/M -swashbuckler/SM -swashbuckling/S -swash/GSRD -swastika/SM -SWAT -swatch/MS -swathe -swather/M -swaths -swath/SRDMGJ -swat/S -swatted -swatter/MDSG -swatting -swayback/SD -sway/DRGS -swayer/M -Swaziland/M -Swazi/SM -swearer/M -swear/SGZR -swearword/SM -sweatband/MS -sweater/M -sweatily -sweatiness/M -sweatpants -sweat/SGZRM -sweatshirt/S -sweatshop/MS -sweaty/TRP -Swedenborg/M -Sweden/M -swede/SM -Swede/SM -Swedish -Swed/MN -Sweeney/SM -sweeper/M -sweepingness/M -sweeping/PY -sweep/SBRJGZ -sweeps/M -sweepstakes -sweepstake's -sweetbread/SM -sweetbrier/SM -sweetcorn -sweetened/U -sweetener/M -sweetening/M -sweeten/ZDRGJ -sweetheart/MS -sweetie/MS -sweeting/M -sweetish/Y -Sweet/M -sweetmeat/MS -sweetness/MS -sweetshop -sweet/TXSYRNPG -swellhead/DS -swelling/M -swell/SJRDGT -swelter/DJGS -sweltering/Y -Swen/M -Swenson/M -swept -sweptback -swerve/GSD -swerving/U -swifter/M -swift/GTYRDPS -Swift/M -swiftness/MS -swigged -swigging -swig/SM -swill/SDG -swimmer/MS -swimming/MYS -swim/S -swimsuit/MS -Swinburne/M -swindle/GZRSD -swindler/M -swineherd/MS -swine/SM -swingeing -swinger/M -swinging/Y -swing/SGRZJB -swingy/R -swinishness/M -swinish/PY -Swink/M -swipe/DSG -swirling/Y -swirl/SGRD -swirly/TR -swish/GSRD -swishy/R -swiss -Swiss/S -switchback/GDMS -switchblade/SM -switchboard/MS -switcher/M -switch/GBZMRSDJ -switchgear -switchman/M -switchmen/M -switchover/M -Switzerland/M -Switzer/M -Switz/MR -swivel/GMDS -swizzle/RDGM -swob's -swollen -swoon/GSRD -swooning/Y -swoop/RDSG -swoosh/GSD -swop's -sword/DMSG -swordfish/SM -swordplayer/M -swordplay/RMS -swordsman/M -swordsmanship/SM -swordsmen -swordtail/M -swore -sworn -swot/S -swum -swung -s/XJBG -sybarite/MS -sybaritic -Sybila/M -Sybilla/M -Sybille/M -Sybil/M -Sybyl/M -sycamore/SM -sycophancy/S -sycophantic -sycophantically -sycophant/SYM -Sydelle/M -Sydel/M -Syd/M -Sydney/M -Sykes/M -Sylas/M -syllabicate/GNDSX -syllabication/M -syllabicity -syllabic/S -syllabification/M -syllabify/GSDXN -syllabi's -syllable/SDMG -syllabub/M -syllabus/MS -syllabusss -syllogism/MS -syllogistic -Sylow/M -sylphic -sylphlike -sylph/M -sylphs -Sylvania/M -Sylvan/M -sylvan/S -Sylvester/M -Sylvia/M -Sylvie/M -Syman/M -symbiont/M -symbioses -symbiosis/M -symbiotic -symbol/GMDS -symbolical/Y -symbolics/M -symbolic/SM -symbolism/MS -symbolist/MS -symbolization/MAS -symbolized/U -symbolize/GZRSD -symbolizes/A -Symington/M -symmetric -symmetrically/U -symmetricalness/M -symmetrical/PY -symmetrization/M -symmetrizing -symmetry/MS -Symon/M -sympathetically/U -sympathetic/S -sympathized/U -sympathizer/M -sympathize/SRDJGZ -sympathizing/MYUS -sympathy/MS -symphonic -symphonists -symphony/MS -symposium/MS -symptomatic -symptomatically -symptomatology/M -symptom/MS -syn -synagogal -synagogue/SM -synapse/SDGM -synaptic -synchronism/M -synchronization's -synchronization/SA -synchronize/AGCDS -synchronized/U -synchronizer/MS -synchronousness/M -synchronous/YP -synchrony -synchrotron/M -syncopate/VNGXSD -syncopation/M -syncope/MS -sync/SGD -syndicalist -syndicate/XSDGNM -syndic/SM -syndrome/SM -synergism/SM -synergistic -synergy/MS -synfuel/S -Synge/M -synod/SM -synonymic -synonymous/Y -synonym/SM -synonymy/MS -synopses -synopsis/M -synopsized -synopsizes -synopsizing -synoptic/S -syntactical/Y -syntactics/M -syntactic/SY -syntax/MS -syntheses -synthesis/M -synthesized/U -synthesize/GZSRD -synthesizer/M -synthesizes/A -synthetically -synthetic/S -syphilis/MS -syphilitic/S -syphilized -syphilizing -Syracuse/M -Syriac/M -Syria/M -Syrian/SM -syringe/GMSD -syrup/DMSG -syrupy -sys -systematical/Y -systematics/M -systematic/SP -systematization/SM -systematized/U -systematizer/M -systematize/ZDRSG -systematizing/U -systemically -systemic/S -systemization/SM -system/MS -systole/MS -systolic -Szilard/M -Szymborska/M -TA -Tabasco/MS -Tabatha/M -Tabbatha/M -tabbed -Tabbie/M -Tabbi/M -tabbing -Tabbitha/M -Tabb/M -tabbouleh -tabboulehs -tabby/GSD -Tabby/M -Taber/M -Tabernacle/S -tabernacle/SDGM -Tabina/M -Tabitha/M -tabla/MS -tableau/M -tableaux -tablecloth/M -tablecloths -table/GMSD -tableland/SM -tablespoonful/MS -tablespoon/SM -tablet/MDGS -tabletop/MS -tableware/SM -tabling/M -tabloid/MS -Tab/MR -taboo/GSMD -Tabor/M -tabor/MDGS -Tabriz/SM -tab/SM -tabula -tabular/Y -tabulate/XNGDS -tabulation/M -tabulator/MS -tachometer/SM -tachometry -tachycardia/MS -tachyon/SM -tacitness/MS -taciturnity/MS -taciturn/Y -Tacitus/M -tacit/YP -tacker/M -tack/GZRDMS -tackiness/MS -tackler/M -tackle/RSDMZG -tackling/M -tacky/RSTP -Tacoma/M -taco/MS -tact/FSM -tactfulness/S -tactful/YP -tactical/Y -tactician/MS -tactic/SM -tactile/Y -tactility/S -tactlessness/SM -tactless/PY -tactual/Y -Taddeo/M -Taddeusz/M -Tadd/M -Tadeas/M -Tadeo/M -Tades -Tadio/M -Tad/M -tadpole/MS -tad/SM -Tadzhikistan's -Tadzhikstan/M -Taegu/M -Taejon/M -taffeta/MS -taffrail/SM -Taffy/M -taffy/SM -Taft/M -Tagalog/SM -tagged/U -tagger/S -tagging -Tagore/M -tag/SM -Tagus/M -Tahitian/S -Tahiti/M -Tahoe/M -Taichung/M -taiga/MS -tailback/MS -tail/CMRDGAS -tailcoat/S -tailer/AM -tailgate/MGRSD -tailgater/M -tailing/MS -taillessness/M -tailless/P -taillight/MS -tailor/DMJSGB -Tailor/M -tailpipe/SM -tailspin/MS -tailwind/SM -Tainan/M -Taine/M -taint/DGS -tainted/U -Taipei/M -Taite/M -Tait/M -Taiwanese -Taiwan/M -Taiyuan/M -Tajikistan -takeaway/S -taken/A -takeoff/SM -takeout/S -takeover/SM -taker/M -take/RSHZGJ -takes/IA -taking/IA -Taklamakan/M -Talbert/M -Talbot/M -talcked -talcking -talc/SM -talcum/S -talebearer/SM -talented/M -talentless -talent/SMD -taler/M -tale/RSMN -tali -Talia/M -Taliesin/M -talion/M -talismanic -talisman/SM -talkativeness/MS -talkative/YP -talker/M -talk/GZSRD -talkie/M -talky/RST -Talladega/M -Tallahassee/M -Tallahatchie/M -Tallahoosa/M -tallboy/MS -Tallchief/M -Talley/M -Talleyrand/M -Tallia/M -Tallie/M -Tallinn/M -tallish -tallness/MS -Tallou/M -tallow/DMSG -tallowy -tall/TPR -Tallulah/M -tally/GRSDZ -tallyho/DMSG -Tally/M -Talmudic -Talmudist/MS -Talmud/MS -talon/SMD -talus/MS -Talyah/M -Talya/M -Ta/M -tamable/M -tamale/SM -tamarack/SM -Tamarah/M -Tamara/M -tamarind/MS -Tamar/M -Tamarra/M -Tamas -tambourine/MS -tamed/U -Tameka/M -tameness/S -Tamera/M -Tamerlane/M -tame/SYP -Tamika/M -Tamiko/M -Tamil/MS -Tami/M -Tam/M -Tamma/M -Tammany/M -Tammara/M -tam/MDRSTZGB -Tammie/M -Tammi/M -Tammy/M -Tampa/M -Tampax/M -tampered/U -tamperer/M -tamper/ZGRD -tampon/DMSG -tamp/SGZRD -Tamqrah/M -Tamra/M -tanager/MS -Tanaka/M -Tana/M -Tananarive/M -tanbark/SM -Tancred/M -tandem/SM -Tandie/M -Tandi/M -tandoori/S -Tandy/M -Taney/M -T'ang -Tanganyika/M -tangelo/SM -tangency/M -tangential/Y -tangent/SM -tangerine/MS -tang/GSYDM -tangibility/MIS -tangible/IPS -tangibleness's/I -tangibleness/SM -tangibly/I -Tangier/M -tangle's -tangle/UDSG -tango/MDSG -Tangshan/M -tangy/RST -Tanhya/M -Tania/M -Tani/M -Tanisha/M -Tanitansy/M -tankard/MS -tanker/M -tankful/MS -tank/GZSRDM -Tan/M -tan/MS -tanned/U -Tannenbaum/M -Tanner/M -tanner/SM -tannery/MS -tannest -Tanney/M -Tannhäuser/M -Tannie/M -tanning/SM -tannin/SM -Tann/RM -Tanny/M -Tansy/M -tansy/SM -tantalization/SM -tantalized/U -tantalize/GZSRD -tantalizingly/S -tantalizingness/S -tantalizing/YP -tantalum/MS -Tantalus/M -tantamount -tantra/S -tantrum/SM -Tanya/M -Tanzania/M -Tanzanian/S -taoism -Taoism/MS -Taoist/MS -taoist/S -Tao/M -tao/S -Tapdance/M -taped/U -tapeline/S -taperer/M -taper/GRD -tape/SM -tapestry/GMSD -tapeworm/MS -tapioca/MS -tapir/MS -tap/MSDRJZG -tapped/U -tapper/MS -tappet/MS -tapping/M -taproom/MS -taproot/SM -taps/M -Tarah/M -Tara/M -tarantella/MS -tarantula/MS -Tarawa/M -Tarazed/M -Tarbell/M -tardily -tardiness/S -tardy/TPRS -tare/MS -target/GSMD -tar/GSMD -tariff/DMSG -Tarim/M -Tarkington/M -tarmacked -tarmacking -tarmac/S -tarnished/U -tarnish/GDS -tarn/MS -taro/MS -tarot/MS -tarpapered -tarpaulin/MS -tarp/MS -tarpon/MS -tarragon/SM -Tarrah/M -Tarra/M -Tarrance/M -tarred/M -tarring/M -tarry/TGRSD -Tarrytown/M -tarsal/S -tarsi -tarsus/M -tartan/MS -tartaric -Tartar's -tartar/SM -Tartary/M -tartness/MS -tart/PMYRDGTS -Tartuffe/M -Taryn/M -Tarzan/M -Tasha/M -Tashkent/M -Tasia/M -task/GSDM -taskmaster/SM -taskmistress/MS -Tasmania/M -Tasmanian/S -tassellings -tassel/MDGS -Tass/M -tasted/EU -tastefulness/SME -tasteful/PEY -taste/GZMJSRD -tastelessness/SM -tasteless/YP -taster/M -taste's/E -tastes/E -tastily -tastiness/MS -tasting/E -tasty/RTP -tatami/MS -Tatar/SM -Tate/M -tater/M -Tatiana/M -Tatiania/M -tat/SRZ -tatted -tatterdemalion/SM -tattered/M -tatter/GDS -tatting/SM -tattler/M -tattle/RSDZG -tattletale/SM -tattooer/M -tattooist/MS -tattoo/ZRDMGS -tatty/R -Tatum/M -taught/AU -taunter/M -taunting/Y -taunt/ZGRDS -taupe/SM -Taurus/SM -tau/SM -tauten/GD -tautness/S -tautological/Y -tautologous -tautology/SM -taut/PGTXYRDNS -taverner/M -tavern/RMS -tawdrily -tawdriness/SM -tawdry/SRTP -Tawney/M -Tawnya/M -tawny/RSMPT -Tawsha/M -taxable/S -taxably -taxation/MS -taxed/U -taxicab/MS -taxidermist/SM -taxidermy/MS -taxi/MDGS -taximeter/SM -taxing/Y -taxiway/MS -taxonomic -taxonomically -taxonomist/SM -taxonomy/SM -taxpayer/MS -taxpaying/M -tax/ZGJMDRSB -Taylor/SM -Tb -TB -TBA -Tbilisi/M -tbs -tbsp -Tchaikovsky/M -Tc/M -TCP -TD -TDD -Te -teabag/S -teacake/MS -teacart/M -teachable/P -teach/AGS -teacher/MS -teaching/SM -teacloth -teacupful/MS -teacup/MS -Teador/M -teahouse/SM -teakettle/SM -teak/SM -teakwood/M -tealeaves -teal/MS -tea/MDGS -teammate/MS -team/MRDGS -teamster/MS -teamwork/SM -teapot/MS -tearaway -teardrop/MS -tearer/M -tearfulness/M -tearful/YP -teargas/S -teargassed -teargassing -tearjerker/S -tearoom/MS -tear/RDMSG -teary/RT -Teasdale/M -tease/KS -teasel/DGSM -teaser/M -teashop/SM -teasing/Y -teaspoonful/MS -teaspoon/MS -teas/SRDGZ -teatime/MS -teat/MDS -tech/D -technetium/SM -technicality/MS -technicalness/M -technical/YSP -technician/MS -Technicolor/MS -Technion/M -technique/SM -technocracy/MS -technocratic -technocrat/S -technological/Y -technologist/MS -technology/MS -technophobia -technophobic -techs -tectonically -tectonic/S -tectonics/M -Tecumseh/M -Tedda/M -Teddie/M -Teddi/M -Tedd/M -Teddy/M -teddy/SM -Tedie/M -Tedi/M -tediousness/SM -tedious/YP -tedium/MS -Ted/M -Tedman/M -Tedmund/M -Tedra/M -tee/DRSMH -teeing -teem/GSD -teemingness/M -teeming/PY -teenager/M -teenage/RZ -Teena/M -teen/SR -teenybopper/SM -teeny/RT -teepee's -teeshirt/S -teeter/GDS -teethe -teether/M -teething/M -teethmarks -teeth/RSDJMG -teetotaler/M -teetotalism/MS -teetotal/SRDGZ -TEFL -Teflon/MS -Tegucigalpa/M -Teheran's -Tehran -TEirtza/M -tektite/SM -Tektronix/M -telecast/SRGZ -telecommunicate/NX -telecommunication/M -telecommute/SRDZGJ -telecoms -teleconference/GMJSD -Teledyne/M -Telefunken/M -telegenic -telegrammed -telegramming -telegram/MS -telegraphic -telegraphically -telegraphist/MS -telegraph/MRDGZ -telegraphs -telegraphy/MS -telekineses -telekinesis/M -telekinetic -Telemachus/M -Telemann/M -telemarketer/S -telemarketing/S -telemeter/DMSG -telemetric -telemetry/MS -teleological/Y -teleology/M -telepathic -telepathically -telepathy/SM -telephone/SRDGMZ -telephonic -telephonist/SM -telephony/MS -telephotography/MS -telephoto/S -teleprinter/MS -teleprocessing/S -teleprompter -TelePrompter/M -TelePrompTer/S -telescope/GSDM -telescopic -telescopically -teletext/S -telethon/MS -teletype/SM -Teletype/SM -teletypewriter/SM -televangelism/S -televangelist/S -televise/SDXNG -television/M -televisor/MS -televisual -telex/GSDM -Telex/M -tell/AGS -Teller/M -teller/SDMG -telling/YS -Tell/MR -telltale/MS -tellurium/SM -telly/SM -Telnet/M -TELNET/M -telnet/S -telomeric -tel/SY -Telugu/M -temblor/SM -temerity/MS -Tempe/M -temperamental/Y -temperament/SM -temperance/IMS -tempera/SLM -temperately/I -temperateness's/I -temperateness/SM -temperate/SDGPY -temperature/MS -tempered/UE -temper/GRDM -tempering/E -temper's/E -tempers/E -tempest/DMSG -tempestuousness/SM -tempestuous/PY -template/FS -template's -Temple/M -Templeman/M -temple/SDM -Templeton/M -Temp/M -tempoes -tempo/MS -temporal/YS -temporarily -temporarinesses -temporariness/FM -temporary/SFP -temporize/GJZRSD -temporizer/M -temporizings/U -temporizing/YM -temp/SGZTMRD -temptation/MS -tempted -tempter/S -tempt/FS -tempting/YS -temptress/MS -tempura/SM -tenabilities -tenability/UM -tenableness/M -tenable/P -tenably -tenaciousness/S -tenacious/YP -tenacity/S -tenancy/MS -tenanted/U -tenant/MDSG -tenantry/MS -tench/M -tended/UE -tendency/MS -tendentiousness/SM -tendentious/PY -tendered -tenderer -tenderest -tenderfoot/MS -tender/FS -tenderheartedness/MS -tenderhearted/YP -tendering -tenderizer/M -tenderize/SRDGZ -tenderloin/SM -tenderly -tenderness/SM -tending/E -tendinitis/S -tend/ISFRDG -tendon/MS -tendril/SM -tends/E -tenebrous -tenement/MS -tenet/SM -Tenex/M -TENEX/M -tenfold/S -ten/MHB -Tenneco/M -tenner -Tennessean/S -Tennessee/M -Tenney/M -tennis/SM -Tenn/M -Tennyson/M -Tenochtitlan/M -tenon/GSMD -tenor/MS -tenpin/SM -tense/IPYTNVR -tenseness's/I -tenseness/SM -tensile -tensional/I -tension/GMRDS -tensionless -tensions/E -tension's/I -tensity/IMS -tensorial -tensor/MS -tenspot -tens/SRDVGT -tentacle/MSD -tentativeness/S -tentative/SPY -tented/UF -tenterhook/MS -tenter/M -tent/FSIM -tenths -tenth/SY -tenting/F -tenuity/S -tenuousness/SM -tenuous/YP -tenure/SDM -Teodoor/M -Teodora/M -Teodorico/M -Teodor/M -Teodoro/M -tepee/MS -tepidity/S -tepidness/S -tepid/YP -tequila/SM -Tera/M -teratogenic -teratology/MS -terbium/SM -tercel/M -tercentenary/S -tercentennial/S -Terence/M -Terencio/M -Teresa/M -Terese/M -Tereshkova/M -Teresina/M -Teresita/M -Teressa/M -Teriann/M -Teri/M -Terkel/M -termagant/SM -termcap -termer/M -terminable/CPI -terminableness/IMC -terminal/SYM -terminate/CXNV -terminated/U -terminates -terminating -termination/MC -terminative/YC -terminator/SM -termini -terminological/Y -terminology/MS -terminus/M -termite/SM -term/MYRDGS -ternary/S -tern/GIDS -tern's -terpsichorean -Terpsichore/M -terrace/MGSD -terracing/M -terracotta -terrain/MS -Terra/M -terramycin -Terrance/M -Terran/M -terrapin/MS -terrarium/MS -terrazzo/SM -Terrell/M -Terrel/M -Terre/M -Terrence/M -terrestrial/YMS -terribleness/SM -terrible/P -terribly -Terrie/M -terrier/M -terrifically -terrific/Y -terrify/GDS -terrifying/Y -Terrijo/M -Terrill/M -Terri/M -terrine/M -territoriality/M -Territorial/SM -territorial/SY -Territory's -territory/SM -terrorism/MS -terroristic -terrorist/MS -terrorized/U -terrorizer/M -terrorize/RSDZG -terror/MS -terr/S -terrycloth -Terrye/M -Terry/M -terry/ZMRS -terseness/SM -terse/RTYP -Tersina/M -tertian -Tertiary -tertiary/S -Terza/M -TESL -Tesla/M -TESOL -Tessa/M -tessellate/XDSNG -tessellation/M -tesseral -Tessie/M -Tessi/M -Tess/M -Tessy/M -testability/M -testable/U -testamentary -testament/SM -testate/IS -testator/MS -testatrices -testatrix -testbed/S -testcard -tested/AKU -tester/MFCKS -testes/M -testicle/SM -testicular -testifier/M -testify/GZDRS -testily -testimonial/SM -testimony/SM -testiness/S -testing/S -testis/M -testosterone/SM -test/RDBFZGSC -tests/AK -test's/AKF -testy/RTP -tetanus/MS -tetchy/TR -tether/DMSG -tethered/U -Tethys/M -Tetons -tetrachloride/M -tetracycline/SM -tetrafluoride -tetragonal/Y -tetrahalides -tetrahedral/Y -tetrahedron/SM -tetrameron -tetrameter/SM -tetra/MS -tetrasodium -tetravalent -Teutonic -Teuton/SM -Texaco/M -Texan/S -Texas/MS -Tex/M -TeX/M -textbook/SM -text/FSM -textile/SM -Textron/M -textual/FY -textural/Y -textured/U -texture/MGSD -T/G -Thacher/M -Thackeray/M -Thaddeus/M -Thaddus/M -Thadeus/M -Thad/M -Thailand/M -Thaine/M -Thain/M -Thai/S -thalami -thalamus/M -Thales/M -Thalia/M -thalidomide/MS -thallium/SM -thallophyte/M -Thames -than -Thane/M -thane/SM -Thanh/M -thanker/M -thankfuller -thankfullest -thankfulness/SM -thankful/YP -thanklessness/SM -thankless/PY -thanksgiving/MS -Thanksgiving/S -thank/SRDG -Thant/M -Thar/M -Thatcher/M -thatching/M -thatch/JMDRSZG -Thatch/MR -that'd -that'll -that/MS -thaumaturge/M -thaw/DGS -Thaxter/M -Thayer/M -Thayne/M -THC -the -Theadora/M -Thea/M -theatergoer/MS -theatergoing/MS -theater/SM -theatricality/SM -theatrical/YS -theatric/S -theatrics/M -Thebault/M -Thebes -Theda/M -Thedrick/M -Thedric/M -thee/DS -theeing -theft/MS -Theiler/M -their/MS -theism/SM -theistic -theist/SM -Thekla/M -Thelma/M -themas -thematically -thematics -thematic/U -theme/MS -them/GD -Themistocles/M -themselves -thence -thenceforth -thenceforward/S -Theobald/M -theocracy/SM -theocratic -Theocritus/M -theodolite/MS -Theodora/M -Theodore/M -Theodoric/M -Theodor/M -Theodosia/M -Theodosian -Theodosius/M -theologian/SM -theological/Y -theologists -theology/MS -Theo/M -theorem/MS -theoretical/Y -theoretician/MS -theoretic/S -theoretics/M -theorist/SM -theorization/SM -theorize/ZGDRS -theory/MS -theosophic -theosophical -theosophist/MS -Theosophy -theosophy/SM -therapeutically -therapeutic/S -therapeutics/M -therapist/MS -therapy/MS -Theravada/M -thereabout/S -thereafter -thereat -thereby -there'd -therefor -therefore -therefrom -therein -there'll -there/MS -thereof -thereon -Theresa/M -Therese/M -Theresina/M -Theresita/M -Theressa/M -thereto -theretofore -thereunder -thereunto -thereupon -therewith -Therine/M -thermal/YS -thermionic/S -thermionics/M -thermistor/MS -therm/MS -thermocouple/MS -thermodynamical/Y -thermodynamic/S -thermodynamics/M -thermoelastic -thermoelectric -thermoformed -thermoforming -thermogravimetric -thermoluminescence/M -thermometer/MS -thermometric -thermometry/M -thermonuclear -thermopile/M -thermoplastic/S -thermopower -thermo/S -thermosetting -thermos/S -Thermos/SM -thermostable -thermostatically -thermostatic/S -thermostatics/M -thermostat/SM -thermostatted -thermostatting -Theron/M -thesauri -thesaurus/MS -these/S -Theseus/M -thesis/M -thespian/S -Thespian/S -Thespis/M -Thessalonian -Thessaloníki/M -Thessaly/M -theta/MS -thew/SM -they -they'd -they'll -they're -they've -th/GNJX -Thia/M -thiamine/MS -Thibaud/M -Thibaut/M -thickener/M -thickening/M -thicken/RDJZG -thicket/SMD -thickheaded/M -thickish -thickness/MS -thickset/S -thick/TXPSRNY -thief/M -Thiensville/M -Thieu/M -thievery/MS -thieve/SDJG -thievishness/M -thievish/P -thighbone/SM -thigh/DM -thighs -thimble/DSMG -thimbleful/MS -Thimbu/M -Thimphu -thine -thingamabob/MS -thingamajig/SM -thing/MP -thinkableness/M -thinkable/U -thinkably/U -think/AGRS -thinker/MS -thinkingly/U -thinking/SMYP -thinned -thinner/MS -thinness/MS -thinnest -thinning -thinnish -thin/STPYR -thiocyanate/M -thiouracil/M -third/DYGS -thirster/M -thirst/GSMDR -thirstily -thirstiness/S -thirsty/TPR -thirteen/MHS -thirteenths -thirtieths -thirty/HMS -this -this'll -thistledown/MS -thistle/SM -thither -Th/M -tho -thole/GMSD -Thomasa/M -Thomasina/M -Thomasine/M -Thomasin/M -Thoma/SM -Thomism/M -Thomistic -Thom/M -Thompson/M -Thomson/M -thong/SMD -thoracic -thorax/MS -Thorazine -Thoreau/M -thoriate/D -Thorin/M -thorium/MS -Thor/M -Thornburg/M -Thorndike/M -Thornie/M -thorniness/S -Thorn/M -thorn/SMDG -Thornton/M -Thorny/M -thorny/PTR -thoroughbred/S -thoroughfare/MS -thoroughgoing -thoroughness/SM -thorough/PTYR -Thorpe/M -Thorstein/M -Thorsten/M -Thorvald/M -those -Thoth/M -thou/DSG -though -thoughtfully -thoughtfulness/S -thoughtful/U -thoughtlessness/MS -thoughtless/YP -thought/MS -thousandfold -thousand/SHM -thousandths -Thrace/M -Thracian/M -thralldom/S -thrall/GSMD -thrash/DSRZGJ -thrasher/M -thrashing/M -threadbare/P -threader/M -threading/A -threadlike -thread/MZDRGS -thready/RT -threatener/M -threaten/GJRD -threatening/Y -threat/MDNSXG -threefold -three/MS -threepence/M -threepenny -threescore/S -threesome/SM -threnody/SM -thresh/DSRZG -thresher/M -threshold/MDGS -threw -thrice -thriftily -thriftiness/S -thriftless -thrift/SM -thrifty/PTR -thriller/M -thrilling/Y -thrill/ZMGDRS -thriver/M -thrive/RSDJG -thriving/Y -throatily -throatiness/MS -throat/MDSG -throaty/PRT -throbbed -throbbing -throb/S -throeing -throe/SDM -thrombi -thromboses -thrombosis/M -thrombotic -thrombus/M -Throneberry/M -throne/CGSD -throne's -throng/GDSM -throttle/DRSZMG -throttler/M -throughout -throughput/SM -throughway's -through/Y -throwaway/SM -throwback/MS -thrower/M -thrown -throwout -throw/SZGR -thrummed -thrumming -thrum/S -thrush/MS -thruster/M -thrust/ZGSR -Thruway/MS -thruway/SM -Thunderbird/M -Thu -Thucydides/M -thudded -thudding -thud/MS -thuggee/M -thuggery/SM -thuggish -thug/MS -Thule/M -thulium/SM -thumbnail/MS -thumbscrew/SM -thumb/SMDG -thumbtack/GMDS -thump/RDMSG -thunderbolt/MS -thunderclap/SM -thundercloud/SM -thunderer/M -thunderhead/SM -thundering/Y -thunderous/Y -thundershower/MS -thunderstorm/MS -thunderstruck -thundery -thunder/ZGJDRMS -thunk -Thurber/M -Thurman/M -Thur/MS -Thursday/SM -Thurstan/M -Thurston/M -thus/Y -thwack/DRSZG -thwacker/M -thwarter/M -thwart/GSDRY -thy -thyme/SM -thymine/MS -thymus/SM -thyratron/M -thyristor/MS -thyroglobulin -thyroidal -thyroid/S -thyronine -thyrotoxic -thyrotrophic -thyrotrophin -thyrotropic -thyrotropin/M -thyroxine/M -thyself -Tia/M -Tianjin -tiara/MS -Tiberius/M -Tiber/M -Tibetan/S -Tibet/M -tibiae -tibial -tibia/M -Tibold/M -Tiburon/M -ticker/M -ticket/SGMD -tick/GZJRDMS -ticking/M -tickler/M -tickle/RSDZG -ticklishness/MS -ticklish/PY -ticktacktoe/S -ticktock/SMDG -tic/MS -Ticonderoga/M -tidal/Y -tidbit/MS -tiddlywinks/M -tide/GJDS -tideland/MS -tidewater/SM -tideway/SM -tidily/U -tidiness/USM -tidying/M -tidy/UGDSRPT -tie/AUDS -tieback/MS -Tiebold/M -Tiebout/M -tiebreaker/SM -Tieck/M -Tiena/M -Tienanmen/M -Tientsin's -tier/DGM -Tierney/M -Tiertza/M -Tiffanie/M -Tiffani/M -tiffany/M -Tiffany/M -tiff/GDMS -Tiffie/M -Tiffi/M -Tiff/M -Tiffy/M -tigerish -tiger/SM -tightener/M -tighten/JZGDR -tightfisted -tightness/MS -tightrope/SM -tight/STXPRNY -tightwad/MS -tigress/SM -Tigris/M -Tijuana/M -tike's -Tilda/M -tilde/MS -Tildie/M -Tildi/M -Tildy/M -tile/DRSJMZG -tiled/UE -Tiler/M -tiles/U -tiling/M -tillable -tillage/SM -till/EGSZDR -tiller/GDM -tiller's/E -Tillich/M -Tillie/M -Tillman/M -Tilly/M -tilth/M -tilt/RDSGZ -Ti/M -timber/DMSG -timbering/M -timberland/SM -timberline/S -timbrel/SM -timbre/MS -Timbuktu/M -ti/MDRZ -timebase -time/DRSJMYZG -timekeeper/MS -timekeeping/SM -timelessness/S -timeless/PY -timeliness/SMU -timely/UTRP -timeout/S -timepiece/MS -timer/M -timescale/S -timeserver/MS -timeserving/S -timeshare/SDG -timespan -timestamped -timestamps -timetable/GMSD -timeworn -Timex/M -timezone/S -timidity/SM -timidness/MS -timid/RYTP -Timi/M -timing/M -Timmie/M -Timmi/M -Tim/MS -Timmy/M -Timofei/M -Timon/M -timorousness/MS -timorous/YP -Timoteo/M -Timothea/M -Timothee/M -Timotheus/M -Timothy/M -timothy/MS -timpani -timpanist/S -Timur/M -Tina/M -tincture/SDMG -tinderbox/MS -tinder/MS -Tine/M -tine/SM -tinfoil/MS -tingeing -tinge/S -ting/GYDM -tingle/SDG -tingling/Y -tingly/TR -Ting/M -tinily -tininess/MS -tinker/SRDMZG -Tinkertoy -tinkle/SDG -tinkling/M -tinkly -tin/MDGS -tinned -tinner/M -tinnily -tinniness/SM -tinning/M -tinnitus/MS -tinny/RSTP -tinplate/S -tinsel/GMDYS -Tinseltown/M -tinsmith/M -tinsmiths -tinter/M -tintinnabulation/MS -Tintoretto/M -tint/SGMRDB -tintype/SM -tinware/MS -tiny/RPT -Tioga/M -Tiphanie/M -Tiphani/M -Tiphany/M -tipi's -tip/MS -tipoff -Tippecanoe/M -tipped -Tipperary/M -tipper/MS -tippet/MS -tipping -tippler/M -tipple/ZGRSD -tippy/R -tipsily -tipsiness/SM -tipster/SM -tipsy/TPR -tiptoeing -tiptoe/SD -tiptop/S -tirade/SM -Tirana's -Tirane -tired/AYP -tireder -tiredest -tiredness/S -tirelessness/SM -tireless/PY -tire/MGDSJ -tires/A -Tiresias/M -tiresomeness/S -tiresome/PY -tiring/AU -Tirolean/S -Tirol/M -tiro's -Tirrell/M -tis -Tisha/M -Tish/M -tissue/MGSD -titanate/M -Titania/M -titanic -titanically -Titanic/M -titanium/SM -titan/SM -Titan/SM -titbit's -titer/M -tither/M -tithe/SRDGZM -tithing/M -Titian/M -titian/S -Titicaca/M -titillate/XSDVNG -titillating/Y -titillation/M -titivate/NGDSX -titivation/M -titled/AU -title/GMSRD -titleholder/SM -titling/A -titmice -titmouse/M -tit/MRZS -Tito/SM -titrate/SDGN -titration/M -titted -titter/GDS -titting -tittle/SDMG -titular/SY -Titus/M -tizzy/SM -TKO -Tlaloc/M -TLC -Tlingit/M -Tl/M -TM -Tm/M -tn -TN -tnpk -TNT -toad/SM -toadstool/SM -toady/GSDM -toadyism/M -toaster/M -toastmaster/MS -toastmistress/S -toast/SZGRDM -toasty/TRS -tobacconist/SM -tobacco/SM -tobaggon/SM -Tobago/M -Tobe/M -Tobey/M -Tobiah/M -Tobias/M -Tobie/M -Tobi/M -Tobin/M -Tobit/M -toboggan/MRDSZG -Tobye/M -Toby/M -Tocantins/M -toccata/M -Tocqueville -tocsin/MS -to/D -today'll -today/SM -Toddie/M -toddler/M -toddle/ZGSRD -Todd/M -Toddy/M -toddy/SM -Tod/M -toecap/SM -toeclip/S -TOEFL -toehold/MS -toeing -toe/MS -toenail/DMGS -toffee/SM -tofu/S -toga/SMD -toge -togetherness/MS -together/P -togged -togging -toggle/SDMG -Togolese/M -Togo/M -tog/SMG -Toiboid/M -toilet/GMDS -toiletry/MS -toilette/SM -toil/SGZMRD -toilsomeness/M -toilsome/PY -Toinette/M -Tojo/M -tokamak -Tokay/M -toke/GDS -tokenism/SM -tokenized -token/SMDG -Tokugawa/M -Tokyoite/MS -Tokyo/M -Toland/M -told/AU -Toledo/SM -tole/MGDS -tolerability/IM -tolerable/I -tolerably/I -tolerance/SIM -tolerant/IY -tolerate/XVNGSD -toleration/M -Tolkien -tollbooth/M -tollbooths -toll/DGS -Tolley/M -tollgate/MS -tollhouse/M -tollway/S -Tolstoy/M -toluene/MS -Tolyatti/M -tomahawk/SGMD -Tomasina/M -Tomasine/M -Toma/SM -Tomaso/M -tomatoes -tomato/M -Tombaugh/M -tomb/GSDM -Tombigbee/M -tomblike -tombola/M -tomboyish -tomboy/MS -tombstone/MS -tomcat/SM -tomcatted -tomcatting -Tome/M -tome/SM -tomfoolery/MS -tomfool/M -Tomi/M -Tomkin/M -Tomlin/M -Tom/M -tommed -Tommie/M -Tommi/M -tomming -tommy/M -Tommy/M -tomographic -tomography/MS -tomorrow/MS -Tompkins/M -Tomsk/M -tom/SM -tomtit/SM -tonality/MS -tonal/Y -tonearm/S -tone/ISRDZG -tonelessness/M -toneless/YP -toner/IM -tone's -Tonga/M -Tongan/SM -tong/GRDS -tongueless -tongue/SDMG -tonguing/M -Tonia/M -tonic/SM -Tonie/M -tonight/MS -Toni/M -Tonio/M -tonk/MS -tonnage/SM -tonne/MS -Tonnie/M -tonsillectomy/MS -tonsillitis/SM -tonsil/SM -ton/SKM -tonsorial -tonsure/SDGM -Tonto/M -Tonya/M -Tonye/M -Tony/M -tony/RT -toodle -too/H -took/A -tool/AGDS -toolbox/SM -tooler/SM -tooling/M -toolkit/SM -toolmaker/M -toolmake/ZRG -toolmaking/M -tool's -toolsmith -Toomey/M -tooter/M -toot/GRDZS -toothache/SM -toothbrush/MSG -tooth/DMG -toothily -toothless -toothmarks -toothpaste/SM -toothpick/MS -tooths -toothsome -toothy/TR -tootle/SRDG -tootsie -Tootsie/M -toots/M -tootsy/MS -topaz/MS -topcoat/MS -topdressing/S -Topeka/M -toper/M -topflight -topgallant/M -topiary/S -topicality/MS -topical/Y -topic/MS -topknot/MS -topless -topmast/MS -topmost -topnotch/R -topocentric -topographer/SM -topographic -topographical/Y -topography/MS -topological/Y -topologist/MS -topology/MS -topped -topper/MS -topping/MS -topple/GSD -topsail/MS -topside/SRM -top/SMDRG -topsoil/GDMS -topspin/MS -Topsy/M -toque/MS -Torah/M -Torahs -torchbearer/SM -torchlight/S -torch/SDMG -toreador/SM -Tore/M -tore/S -Torey/M -Torie/M -tori/M -Tori/M -Torin/M -torment/GSD -tormenting/Y -tormentor/MS -torn -tornadoes -tornado/M -toroidal/Y -toroid/MS -Toronto/M -torpedoes -torpedo/GMD -torpidity/S -torpid/SY -torpor/MS -Torquemada/M -torque/MZGSRD -Torrance/M -Torre/MS -torrence -Torrence/M -Torrens/M -torrential -torrent/MS -Torrey/M -Torricelli/M -torridity/SM -torridness/SM -torrid/RYTP -Torrie/M -Torrin/M -Torr/XM -Torry/M -torsional/Y -torsion/IAM -torsions -torsi's -tor/SLM -torso/SM -tors/S -tort/ASFE -tortellini/MS -torte/MS -torten -tortilla/MS -tortoiseshell/SM -tortoise/SM -Tortola/M -tortoni/MS -tort's -Tortuga/M -tortuousness/MS -tortuous/PY -torture/ZGSRD -torturous -torus/MS -Tory/SM -Tosca/M -Toscanini/M -Toshiba/M -toss/SRDGZ -tossup/MS -totaler/M -totalistic -totalitarianism/SM -totalitarian/S -totality/MS -totalizator/S -totalizing -total/ZGSRDYM -totemic -totem/MS -toter/M -tote/S -toting/M -tot/MDRSG -Toto/M -totted -totterer/M -tottering/Y -totter/ZGRDS -totting -toucan/MS -touchable/U -touch/ASDG -touchdown/SM -touché -touched/U -toucher/M -touchily -touchiness/SM -touching/SY -touchline/M -touchscreen -touchstone/SM -touchy/TPR -toughen/DRZG -toughener/M -toughness/SM -toughs -tough/TXGRDNYP -Toulouse/M -toupee/SM -toured/CF -tourer/M -tour/GZSRDM -touring/F -tourism/SM -touristic -tourist/SM -touristy -tourmaline/SM -tournament/MS -tourney/GDMS -tourniquet/MS -tour's/CF -tours/CF -tousle/GSD -touter/M -tout/SGRD -Tova/M -Tove/M -towardliness/M -towardly/P -towards -toward/YU -towboat/MS -tow/DRSZG -towelette/S -towel/GJDMS -toweling/M -tower/GMD -towering/Y -towhead/MSD -towhee/SM -towline/MS -towner/M -Townes -Towney/M -townhouse/S -Townie/M -townie/S -Townley/M -Town/M -Townsend/M -townsfolk -township/MS -townsman/M -townsmen -townspeople/M -town/SRM -townswoman/M -townswomen -Towny/M -towpath/M -towpaths -towrope/MS -Towsley/M -toxemia/MS -toxicity/MS -toxicological -toxicologist/SM -toxicology/MS -toxic/S -toxin/MS -toyer/M -toymaker -toy/MDRSG -Toynbee/M -Toyoda/M -Toyota/M -toyshop -tr -traceability/M -traceableness/M -traceable/P -trace/ASDG -traceback/MS -traced/U -Tracee/M -traceless/Y -Trace/M -tracepoint/SM -tracer/MS -tracery/MDS -trace's -Tracey/M -tracheae -tracheal/M -trachea/M -tracheotomy/SM -Tracie/M -Traci/M -tracing/SM -trackage -trackball/S -trackbed -tracked/U -tracker/M -trackless -tracksuit/SM -track/SZGMRD -tractability/SI -tractable/I -tractably/I -tract/ABS -Tractarians -traction/KSCEMAF -tractive/KFE -tractor/FKMASC -tract's -tracts/CEFK -Tracy/M -trademark/GSMD -trader/M -tradesman/M -tradesmen -tradespeople -tradespersons -trade/SRDGZM -tradeswoman/M -tradeswomen -traditionalism/MS -traditionalistic -traditionalist/MS -traditionalized -traditionally -traditional/U -tradition/SM -traduce/DRSGZ -Trafalgar/M -trafficked -trafficker/MS -trafficking/S -traffic/SM -tragedian/SM -tragedienne/MS -tragedy/MS -tragically -tragicomedy/SM -tragicomic -tragic/S -trailblazer/MS -trailblazing/S -trailer/GDM -trails/F -trailside -trail/SZGJRD -trainable -train/ASDG -trained/U -trainee/MS -traineeships -trainer/MS -training/SM -trainman/M -trainmen -trainspotter/S -traipse/DSG -trait/MS -traitorous/Y -traitor/SM -Trajan/M -trajectory/MS -trammed -trammeled/U -trammel/GSD -tramming -tram/MS -trample/DGRSZ -trampler/M -trampoline/GMSD -tramp/RDSZG -tramway/M -trance/MGSD -tranche/SM -Tran/M -tranquility/S -tranquilized/U -tranquilize/JGZDSR -tranquilizer/M -tranquilizes/A -tranquilizing/YM -tranquillize/GRSDZ -tranquillizer/M -tranquilness/M -tranquil/PTRY -transact/GSD -transactional -transaction/MS -transactor/SM -transalpine -transaminase -transatlantic -Transcaucasia/M -transceiver/SM -transcendence/MS -transcendentalism/SM -transcendentalist/SM -transcendental/YS -transcendent/Y -transcend/SDG -transconductance -transcontinental -transcribe/DSRGZ -transcriber/M -transcription/SM -transcript/SM -transcultural -transducer/SM -transduction/M -transect/DSG -transept/SM -transferability/M -transferal/MS -transfer/BSMD -transferee/M -transference/SM -transferor/MS -transferral/SM -transferred -transferrer/SM -transferring -transfiguration/SM -transfigure/SDG -transfinite/Y -transfix/SDG -transformational -transformation/MS -transform/DRZBSG -transformed/U -transformer/M -transfuse/XSDGNB -transfusion/M -transgression/SM -transgressor/S -transgress/VGSD -trans/I -transience/SM -transiency/S -transient/YS -transistorize/GDS -transistor/SM -Transite/M -transitional/Y -transition/MDGS -transitivenesses -transitiveness/IM -transitive/PIY -transitivity/MS -transitoriness/M -transitory/P -transit/SGVMD -transl -translatability/M -translatable/U -translated/AU -translate/VGNXSDB -translational -translation/M -translator/SM -transliterate/XNGSD -translucence/SM -translucency/MS -translucent/Y -transmigrate/XNGSD -transmissible -transmission/MSA -transmissive -transmit/AS -transmittable -transmittal/SM -transmittance/MS -transmitted/A -transmitter/SM -transmitting/A -transmogrification/M -transmogrify/GXDSN -transmutation/SM -transmute/GBSD -transnational/S -transoceanic -transom/SM -transonic -transpacific -transparency/MS -transparentness/M -transparent/YP -transpiration/SM -transpire/GSD -transplantation/S -transplant/GRDBS -transpolar -transponder/MS -transportability -transportable/U -transportation/SM -transport/BGZSDR -transpose/BGSD -transposed/U -transposition/SM -Transputer/M -transsexualism/MS -transsexual/SM -transship/LS -transshipment/SM -transshipped -transshipping -transubstantiation/MS -Transvaal/M -transversal/YM -transverse/GYDS -transvestism/SM -transvestite/SM -transvestitism -Transylvania/M -trapdoor/S -trapeze/DSGM -trapezium/MS -trapezoidal -trapezoid/MS -trap/MS -trappable/U -trapped -trapper/SM -trapping/S -Trappist/MS -trapshooting/SM -trashcan/SM -trashiness/SM -trash/SRDMG -trashy/TRP -Trastevere/M -trauma/MS -traumatic -traumatically -traumatize/SDG -travail/SMDG -traveled/U -traveler/M -travelog's -travelogue/S -travel/SDRGZJ -Traver/MS -traversal/SM -traverse/GBDRS -traverser/M -travertine/M -travesty/SDGM -Travis/M -Travus/M -trawler/M -trawl/RDMSZG -tray/SM -treacherousness/SM -treacherous/PY -treachery/SM -treacle/DSGM -treacly -treader/M -treadle/GDSM -treadmill/MS -tread/SAGD -Treadwell/M -treas -treason/BMS -treasonous -treasure/DRSZMG -treasurer/M -treasurership -treasury/SM -Treasury/SM -treatable -treated/U -treater/S -treatise/MS -treatment/MS -treat's -treat/SAGDR -treaty/MS -treble/SDG -Treblinka/M -treeing -treeless -treelike -tree/MDS -treetop/SM -trefoil/SM -Trefor/M -trekked -trekker/MS -Trekkie/M -trekking -trek/MS -trellis/GDSM -Tremaine/M -Tremain/M -trematode/SM -Tremayne/M -tremble/JDRSG -trembler/M -trembles/M -trembly -tremendousness/M -tremendous/YP -tremolo/MS -tremor/MS -tremulousness/SM -tremulous/YP -trenchancy/MS -trenchant/Y -trencherman/M -trenchermen -trencher/SM -trench/GASD -trench's -trendily -trendiness/S -trend/SDMG -trendy/PTRS -Trenna/M -Trent/M -Trenton/M -trepanned -trepidation/MS -Tresa/M -Trescha/M -trespasser/M -trespass/ZRSDG -Tressa/M -tressed/E -tresses/E -tressing/E -tress/MSDG -trestle/MS -Trevar/M -Trevelyan/M -Trever/M -Trevino/M -Trevor/M -Trev/RM -Trey/M -trey/MS -triableness/M -triable/P -triadic -triad/MS -triage/SDMG -trial/ASM -trialization -trialled -trialling -triamcinolone -triangle/SM -triangulable -triangularization/S -triangular/Y -triangulate/YGNXSD -triangulation/M -Triangulum/M -Trianon/M -Triassic -triathlon/S -triatomic -tribalism/MS -tribal/Y -tribe/MS -tribesman/M -tribesmen -tribeswoman -tribeswomen -tribulate/NX -tribulation/M -tribunal/MS -tribune/SM -tributary/MS -tribute/EGSF -tribute's -trice/GSDM -tricentennial/S -triceps/SM -triceratops/M -trichinae -trichina/M -trichinoses -trichinosis/M -trichloroacetic -trichloroethane -trichotomy/M -trichromatic -Tricia/M -trickery/MS -trick/GMSRD -trickily -trickiness/SM -trickle/DSG -trickster/MS -tricky/RPT -tricolor/SMD -tricycle/SDMG -trident/SM -tridiagonal -tried/UA -triennial/SY -trier/AS -trier's -tries/A -Trieste/M -triffid/S -trifle/MZGJSRD -trifler/M -trifluoride/M -trifocals -trigged -trigger/GSDM -triggest -trigging -triglyceride/MS -trigonal/Y -trigonometric -trigonometrical -trigonometry/MS -trigram/S -trig/S -trihedral -trike/GMSD -trilateral/S -trilby/SM -trilingual -trillion/SMH -trillionth/M -trillionths -trillium/SM -trill/RDMGS -trilobite/MS -trilogy/MS -trimaran/MS -Trimble/M -trimer/M -trimester/MS -trimmed/U -trimmer/MS -trimmest -trimming/MS -trimness/S -trimodal -trimonthly -trim/PSYR -Trimurti/M -Trina/M -Trinidad/M -trinitarian/S -trinitrotoluene/SM -trinity/MS -Trinity/MS -trinketer/M -trinket/MRDSG -triode/MS -trio/SM -trioxide/M -tripartite/N -tripartition/M -tripe/MS -triphenylarsine -triphenylphosphine -triphenylstibine -triphosphopyridine -triple/GSD -triplet/SM -triplex/S -triplicate/SDG -triplication/M -triply/GDSN -Trip/M -tripodal -tripod/MS -tripoli/M -Tripoli/M -tripolyphosphate -tripos/SM -tripped -Trippe/M -tripper/MS -tripping/Y -Tripp/M -trip/SMY -triptych/M -triptychs -tripwire/MS -trireme/SM -Tris -trisect/GSD -trisection/S -trisector -Trisha/M -Trish/M -trisodium -Trista/M -Tristam/M -Tristan/M -tristate -trisyllable/M -tritely/F -triteness/SF -trite/SRPTY -tritium/MS -triton/M -Triton/M -triumphal -triumphalism -triumphant/Y -triumph/GMD -triumphs -triumvirate/MS -triumvir/MS -triune -trivalent -trivet/SM -trivia -triviality/MS -trivialization/MS -trivialize/DSG -trivial/Y -trivium/M -Trixie/M -Trixi/M -Trix/M -Trixy/M -Trobriand/M -trochaic/S -trochee/SM -trod/AU -trodden/UA -trodes -troff/MR -troglodyte/MS -troika/SM -Trojan/MS -troll/DMSG -trolled/F -trolleybus/S -trolley/SGMD -trolling/F -trollish -Trollope/M -trollop/GSMD -trolly's -trombone/MS -trombonist/SM -tromp/DSG -Trondheim/M -trooper/M -troopship/SM -troop/SRDMZG -trope/SM -Tropez/M -trophic -trophy/MGDS -tropical/SY -tropic/MS -tropism/SM -tropocollagen -troposphere/MS -tropospheric -troth/GDM -troths -trot/S -Trotsky/M -trotted -trotter/SM -trotting -troubadour/SM -troubled/U -trouble/GDRSM -troublemaker/MS -troubler/M -troubleshooter/M -troubleshoot/SRDZG -troubleshot -troublesomeness/M -troublesome/YP -trough/M -troughs -trounce/GZDRS -trouncer/M -troupe/MZGSRD -trouper/M -trouser/DMGS -trousseau/M -trousseaux -Troutman/M -trout/SM -trove/SM -troweler/M -trowel/SMDRGZ -trow/SGD -Troyes -Troy/M -troy/S -Trstram/M -truancy/MS -truant/SMDG -truce/SDGM -Truckee/M -trucker/M -trucking/M -truckle/GDS -truckload/MS -truck/SZGMRDJ -truculence/SM -truculent/Y -Truda/M -Trudeau/M -Trude/M -Trudey/M -trudge/SRDG -Trudie/M -Trudi/M -Trudy/M -true/DRSPTG -truelove/MS -Trueman/M -trueness/M -truer/U -truest/U -truffle/MS -truism/SM -Trujillo/M -Trula/M -truly/U -Trumaine/M -Truman/M -Trumann/M -Trumbull/M -trump/DMSG -trumpery/SM -trumpeter/M -trumpet/MDRZGS -Trump/M -truncate/NGDSX -truncation/M -truncheon/MDSG -trundle/GZDSR -trundler/M -trunk/GSMD -trunnion/SM -trusser/M -trussing/M -truss/SRDG -trusted/EU -trusteeing -trustee/MDS -trusteeship/SM -truster/M -trustful/EY -trustfulness/SM -trustiness/M -trusting/Y -trust/RDMSG -trusts/E -trustworthier -trustworthiest -trustworthiness/MS -trustworthy/UP -trusty/PTMSR -Truth -truthfulness/US -truthful/UYP -truths/U -truth/UM -TRW -trying/Y -try/JGDRSZ -tryout/MS -trypsin/M -tryst/GDMS -ts -T's -tsarevich -tsarina's -tsarism/M -tsarist -tsetse/S -Tsimshian/M -Tsiolkovsky/M -Tsitsihar/M -tsp -tsunami/MS -Tsunematsu/M -Tswana/M -TTL -tty/M -ttys -Tuamotu/M -Tuareg/M -tubae -tubal -tuba/SM -tubbed -tubbing -tubby/TR -tubeless -tubercle/MS -tubercular/S -tuberculin/MS -tuberculoses -tuberculosis/M -tuberculous -tuber/M -tuberose/SM -tuberous -tube/SM -tubing/M -tub/JMDRSZG -Tubman/M -tubular/Y -tubule/SM -tucker/GDM -Tucker/M -tuck/GZSRD -Tuckie/M -Tuck/RM -Tucky/M -Tucson/M -Tucuman/M -Tudor/MS -Tue/S -Tuesday/SM -tufter/M -tuft/GZSMRD -tufting/M -tugboat/MS -tugged -tugging -tug/S -tuition/ISM -Tulane/M -tularemia/S -tulip/SM -tulle/SM -Tulley/M -Tull/M -Tully/M -Tulsa/M -tum -tumbledown -tumbler/M -tumbleweed/MS -tumble/ZGRSDJ -tumbrel/SM -tumescence/S -tumescent -tumidity/MS -tumid/Y -tummy/SM -tumor/MDS -tumorous -Tums/M -tumult/SGMD -tumultuousness/M -tumultuous/PY -tumulus/M -tunableness/M -tunable/P -tuna/SM -tundra/SM -tun/DRJZGBS -tune/CSDG -tunefulness/MS -tuneful/YP -tuneless/Y -tuner/M -tune's -tuneup/S -tung -tungstate/M -tungsten/SM -Tunguska/M -Tungus/M -tunic/MS -tuning/A -tuning's -Tunisia/M -Tunisian/S -Tunis/M -tunned -tunneler/M -tunnel/MRDSJGZ -tunning -tunny/SM -tupelo/M -Tupi/M -tuple/SM -tuppence/M -Tupperware -Tupungato/M -turban/SDM -turbid -turbidity/SM -turbinate/SD -turbine/SM -turbocharged -turbocharger/SM -turbofan/MS -turbojet/MS -turboprop/MS -turbo/SM -turbot/MS -turbulence/SM -turbulent/Y -turd/MS -tureen/MS -turf/DGSM -turfy/RT -Turgenev/M -turgidity/SM -turgidness/M -turgid/PY -Turing/M -Turin/M -Turkestan/M -Turkey/M -turkey/SM -Turkic/SM -Turkish -Turkmenistan/M -turk/S -Turk/SM -turmeric/MS -turmoil/SDMG -turnabout/SM -turnaround/MS -turn/AZGRDBS -turnbuckle/SM -turncoat/SM -turned/U -turner/M -Turner/M -turning/MS -turnip/SMDG -turnkey/MS -turnoff/MS -turnout/MS -turnover/SM -turnpike/MS -turnround/MS -turnstile/SM -turnstone/M -turntable/SM -turpentine/GMSD -Turpin/M -turpitude/SM -turquoise/SM -turret/SMD -turtleback/MS -turtledove/MS -turtleneck/SDM -turtle/SDMG -turves's -turvy -Tuscaloosa/M -Tuscan -Tuscany/M -Tuscarora/M -Tuscon/M -tush/SDG -Tuskegee/M -tusker/M -tusk/GZRDMS -tussle/GSD -tussock/MS -tussocky -Tussuad/M -Tutankhamen/M -tutelage/MS -tutelary/S -Tut/M -tutored/U -tutorial/MS -tutor/MDGS -tutorship/S -tut/S -Tutsi -tutted -tutting -tutti/S -Tuttle/M -tutu/SM -Tuvalu -tuxedo/SDM -tux/S -TVA -TV/M -TVs -twaddle/GZMRSD -twaddler/M -Twain/M -twain/S -TWA/M -twang/MDSG -twangy/TR -twas -tweak/SGRD -tweediness/M -Tweedledee/M -Tweedledum/M -Tweed/M -twee/DP -tweed/SM -tweedy/PTR -tween -tweeter/M -tweet/ZSGRD -tweezer/M -tweeze/ZGRD -twelfth -twelfths -twelvemonth/M -twelvemonths -twelve/MS -twentieths -twenty/MSH -twerp/MS -twice/R -twiddle/GRSD -twiddler/M -twiddly/RT -twigged -twigging -twiggy/RT -twig/SM -Twila/M -twilight/MS -twilit -twill/SGD -twiner/M -twine/SM -twinge/SDMG -Twinkie -twinkler/M -twinkle/RSDG -twinkling/M -twinkly -twinned -twinning -twin/RDMGZS -twirler/M -twirling/Y -twirl/SZGRD -twirly/TR -twisted/U -twister/M -twists/U -twist/SZGRD -twisty -twitch/GRSD -twitchy/TR -twit/S -twitted -twitterer/M -twitter/SGRD -twittery -twitting -twixt -twofer/MS -twofold/S -two/MS -twopence/SM -twopenny/S -twosome/MS -twp -Twp -TWX -Twyla/M -TX -t/XTJBG -Tybalt/M -Tybie/M -Tybi/M -tycoon/MS -tyeing -Tye/M -tying/UA -tyke/SM -Tylenol/M -Tyler/M -Ty/M -Tymon/M -Tymothy/M -tympani -tympanist/SM -tympanum/SM -Tynan/M -Tyndale/M -Tyndall/M -Tyne/M -typeahead -typecast/SG -typed/AU -typedef/S -typeface/MS -typeless -type/MGDRSJ -types/A -typescript/SM -typeset/S -typesetter/MS -typesetting/SM -typewriter/M -typewrite/SRJZG -typewriting/M -typewritten -typewrote -typhoid/SM -Typhon/M -typhoon/SM -typhus/SM -typicality/MS -typically -typicalness/M -typical/U -typification/M -typify/SDNXG -typing/A -typist/MS -typographer/SM -typographic -typographical/Y -typography/MS -typological/Y -typology/MS -typo/MS -tyrannic -tyrannicalness/M -tyrannical/PY -tyrannicide/M -tyrannizer/M -tyrannize/ZGJRSD -tyrannizing/YM -tyrannosaur/MS -tyrannosaurus/S -tyrannous -tyranny/MS -tyrant/MS -Tyree/M -tyreo -Tyrolean/S -Tyrol's -Tyrone/M -tyrosine/M -tyro/SM -Tyrus/M -Tyson/M -tzarina's -tzar's -Tzeltal/M -u -U -UAR -UART -UAW -Ubangi/M -ubiquitous/YP -ubiquity/S -Ucayali/M -Uccello/M -UCLA/M -Udale/M -Udall/M -udder/SM -Udell/M -Ufa/M -ufologist/S -ufology/MS -UFO/S -Uganda/M -Ugandan/S -ugh -ughs -uglification -ugliness/MS -uglis -ugly/PTGSRD -Ugo/M -uh -UHF -Uighur -Ujungpandang/M -UK -ukase/SM -Ukraine/M -Ukrainian/S -ukulele/SM -UL -Ula/M -Ulberto/M -ulcerate/NGVXDS -ulceration/M -ulcer/MDGS -ulcerous -Ulick/M -Ulises/M -Ulla/M -Ullman/M -ulnae -ulna/M -ulnar -Ulrica/M -Ulrich/M -Ulrick/M -Ulric/M -Ulrika/M -Ulrikaumeko/M -Ulrike/M -Ulster/M -ulster/MS -ult -ulterior/Y -ultimas -ultimate/DSYPG -ultimateness/M -ultimatum/MS -ultimo -ultracentrifugally -ultracentrifugation -ultracentrifuge/M -ultraconservative/S -ultrafast -ultrahigh -ultralight/S -ultramarine/SM -ultramodern -ultramontane -ultra/S -ultrashort -ultrasonically -ultrasonic/S -ultrasonics/M -ultrasound/SM -ultrastructure/M -Ultrasuede -ultraviolet/SM -Ultrix/M -ULTRIX/M -ululate/DSXGN -ululation/M -Ulyanovsk/M -Ulysses/M -um -umbel/MS -umber/GMDS -Umberto/M -umbilical/S -umbilici -umbilicus/M -umbrage/MGSD -umbrageous -umbra/MS -umbrella/GDMS -Umbriel/M -Umeko/M -umiak/MS -umlaut/GMDS -umpire/MGSD -ump/MDSG -umpteen/H -UN -unabated/Y -unabridged/S -unacceptability -unacceptable -unaccepted -unaccommodating -unaccountability -unaccustomed/Y -unadapted -unadulterated/Y -unadventurous -unalienability -unalterableness/M -unalterable/P -unalterably -Una/M -unambiguity -unambiguous -unambitious -unamused -unanimity/SM -unanimous/Y -unanticipated/Y -unapologetic -unapologizing/M -unappeasable -unappeasably -unappreciative -unary -unassailableness/M -unassailable/P -unassertive -unassumingness/M -unassuming/PY -unauthorized/PY -unavailing/PY -unaware/SPY -unbalanced/P -unbar -unbarring -unbecoming/P -unbeknown -unbelieving/Y -unbiased/P -unbid -unbind/G -unblessed -unblinking/Y -unbodied -unbolt/G -unbreakability -unbred -unbroken -unbuckle -unbudging/Y -unburnt -uncap -uncapping -uncatalogued -uncauterized/MS -unceasing/Y -uncelebrated -uncertain/P -unchallengeable -unchangingness/M -unchanging/PY -uncharacteristic -uncharismatic -unchastity -unchristian -uncial/S -uncivilized/Y -unclassified -uncle/MSD -unclouded/Y -uncodable -uncollected -uncoloredness/M -uncolored/PY -uncombable -uncommunicative -uncompetitive -uncomplicated -uncomprehending/Y -uncompromisable -unconcerned/P -unconcern/M -unconfirmed -unconfused -unconscionableness/M -unconscionable/P -unconscionably -unconstitutional -unconsumed -uncontentious -uncontrollability -unconvertible -uncool -uncooperative -uncork/G -uncouple/G -uncouthness/M -uncouth/YP -uncreate/V -uncritical -uncross/GB -uncrowded -unction/IM -unctions -unctuousness/MS -unctuous/PY -uncustomary -uncut -undated/I -undaunted/Y -undeceive -undecided/S -undedicated -undefinability -undefinedness/M -undefined/P -undelete -undeliverability -undeniableness/M -undeniable/P -undeniably -undependable -underachiever/M -underachieve/SRDGZ -underact/GDS -underadjusting -underage/S -underarm/DGS -underbedding -underbelly/MS -underbidding -underbid/S -underbracing -underbrush/MSDG -undercarriage/MS -undercharge/GSD -underclassman -underclassmen -underclass/S -underclothes -underclothing/MS -undercoating/M -undercoat/JMDGS -underconsumption/M -undercooked -undercount/S -undercover -undercurrent/SM -undercut/S -undercutting -underdeveloped -underdevelopment/MS -underdog/MS -underdone -undereducated -underemphasis -underemployed -underemployment/SM -underenumerated -underenumeration -underestimate/NGXSD -underexploited -underexpose/SDG -underexposure/SM -underfed -underfeed/SG -underfloor -underflow/GDMS -underfoot -underfund/DG -underfur/MS -undergarment/SM -undergirding -undergoes -undergo/G -undergone -undergrad/MS -undergraduate/MS -underground/RMS -undergrowth/M -undergrowths -underhand/D -underhandedness/MS -underhanded/YP -underheat -underinvestment -underlaid -underlain/S -underlay/GS -underlie -underline/GSDJ -underling/MS -underlip/SM -underloaded -underly/GS -undermanned -undermentioned -undermine/SDG -undermost -underneath -underneaths -undernourished -undernourishment/SM -underpaid -underpants -underpart/MS -underpass/SM -underpay/GSL -underpayment/SM -underperformed -underpinned -underpinning/MS -underpin/S -underplay/SGD -underpopulated -underpopulation/M -underpowered -underpricing -underprivileged -underproduction/MS -underrate/GSD -underregistration/M -underreported -underreporting -underrepresentation/M -underrepresented -underscore/SDG -undersealed -undersea/S -undersecretary/SM -undersell/SG -undersexed -undershirt/SM -undershoot/SG -undershorts -undershot -underside/SM -undersigned/M -undersign/SGD -undersized -undersizes -undersizing -underskirt/MS -undersold -underspecification -underspecified -underspend/G -understaffed -understandability/M -understandably -understanding/YM -understand/RGSJB -understate/GSDL -understatement/MS -understocked -understood -understrength -understructure/SM -understudy/GMSD -undertaken -undertaker/M -undertake/SRGZJ -undertaking/M -underthings -undertone/SM -undertook -undertow/MS -underused -underusing -underutilization/M -underutilized -undervaluation/S -undervalue/SDG -underwater/S -underway -underwear/M -underweight/S -underwent -underwhelm/DGS -underwood/M -Underwood/M -underworld/MS -underwrite/GZSR -underwriter/M -underwritten -underwrote -under/Y -undeserving -undesigned -undeviating/Y -undialyzed/SM -undiplomatic -undiscerning -undiscriminating -undo/GJ -undoubted/Y -undramatic -undramatized/SM -undress/G -undrinkability -undrinkable -undroppable -undue -undulant -undulate/XDSNG -undulation/M -unearthliness/S -unearthly/P -unearth/YG -unease -uneconomic -uneducated -unemployed/S -unencroachable -unending/Y -unendurable/P -unenergized/MS -unenforced -unenterprising -UNESCO -unethical -uneulogized/SM -unexacting -unexceptionably -unexcited -unexpectedness/MS -unfading/Y -unfailingness/M -unfailing/P -unfamiliar -unfashionable -unfathomably -unfavored -unfeeling -unfeigned/Y -unfelt -unfeminine -unfertile -unfetchable -unflagging -unflappability/S -unflappable -unflappably -unflinching/Y -unfold/LG -unfoldment/M -unforced -unforgeable -unfossilized/MS -unfraternizing/SM -unfrozen -unfulfillable -unfunny -unfussy -ungainliness/MS -ungainly/PRT -Ungava/M -ungenerous -ungentle -unglamorous -ungrammaticality -ungrudging -unguent/MS -ungulate/MS -unharmonious -unharness/G -unhistorical -unholy/TP -unhook/DG -unhydrolyzed/SM -unhygienic -Unibus/M -unicameral -UNICEF -unicellular -Unicode/M -unicorn/SM -unicycle/MGSD -unicyclist/MS -unideal -unidimensional -unidiomatic -unidirectionality -unidirectional/Y -unidolized/MS -unifiable -unification/MA -unifier/MS -unifilar -uniformity/MS -uniformness/M -uniform/TGSRDYMP -unify/AXDSNG -unilateralism/M -unilateralist -unilateral/Y -unimodal -unimpeachably -unimportance -unimportant -unimpressive -unindustrialized/MS -uninhibited/YP -uninominal -uninsured -unintellectual -unintended -uninteresting -uninterruptedness/M -uninterrupted/YP -unintuitive -uninviting -union/AEMS -unionism/SM -unionist/SM -Unionist/SM -unionize -Union/MS -UniPlus/M -unipolar -uniprocessor/SM -uniqueness/S -unique/TYSRP -Uniroyal/M -unisex/S -UniSoft/M -unison/MS -Unisys/M -unitarianism/M -Unitarianism/SM -unitarian/MS -Unitarian/MS -unitary -unite/AEDSG -united/Y -uniter/M -unitize/GDS -unit/VGRD -unity/SEM -univ -Univac/M -univalent/S -univalve/MS -univariate -universalism/M -universalistic -universality/SM -universalize/DSRZG -universalizer/M -universal/YSP -universe/MS -university/MS -Unix/M -UNIX/M -unjam -unkempt -unkind/TP -unkink -unknightly -unknowable/S -unknowing -unlabored -unlace/G -unlearn/G -unlikeable -unlikeliness/S -unlimber/G -unlimited -unlit -unliterary -unloose/G -unlucky/TP -unmagnetized/MS -unmanageably -unmannered/Y -unmask/G -unmeaning -unmeasured -unmeetable -unmelodious -unmemorable -unmemorialized/MS -unmentionable/S -unmerciful -unmeritorious -unmethodical -unmineralized/MS -unmissable -unmistakably -unmitigated/YP -unmnemonic -unmobilized/SM -unmoral -unmount/B -unmovable -unmoving -unnaturalness/M -unnavigable -unnerving/Y -unobliging -unoffensive -unofficial -unorganized/YP -unorthodox -unpack/G -unpaintable -unpalatability -unpalatable -unpartizan -unpatronizing -unpeople -unperceptive -unperson -unperturbed/Y -unphysical -unpick/G -unpicturesque -unpinning -unpleasing -unploughed -unpolarized/SM -unpopular -unpractical -unprecedented/Y -unpredictable/S -unpreemphasized -unpremeditated -unpretentiousness/M -unprincipled/P -unproblematic -unproductive -unpropitious -unprovable -unproven -unprovocative -unpunctual -unquestionable -unraisable -unravellings -unreadability -unread/B -unreal -unrealizable -unreasoning/Y -unreceptive -unrecordable -unreflective -unrelenting/Y -unremitting/Y -unrepeatability -unrepeated -unrepentant -unreported -unrepresentative -unreproducible -unrest/G -unrestrained/P -unrewarding -unriddle -unripe/P -unromantic -unruliness/SM -unruly/PTR -unsaleable -unsanitary -unsavored/YP -unsavoriness/M -unseal/GB -unsearchable -unseasonal -unseeing/Y -unseen/S -unselfconsciousness/M -unselfconscious/P -unselfishness/M -unsellable -unsentimental -unset -unsettledness/M -unsettled/P -unsettling/Y -unshapely -unshaven -unshorn -unsighted -unsightliness/S -unskilful -unsociability -unsociable/P -unsocial -unsound/PT -unspeakably -unspecific -unspectacular -unspoilt -unspoke -unsporting -unstable/P -unstigmatized/SM -unstilted -unstinting/Y -unstopping -unstrapping -unstudied -unstuffy -unsubdued -unsubstantial -unsubtle -unsuitable -unsuspecting/Y -unswerving/Y -unsymmetrical -unsympathetic -unsystematic -unsystematized/Y -untactful -untalented -untaxing -unteach/B -untellable -untenable -unthinking -until/G -untiring/Y -unto -untouchable/MS -untowardness/M -untoward/P -untraceable -untrue -untruthfulness/M -untwist/G -Unukalhai/M -unusualness/M -unutterable -unutterably -unvocalized/MS -unvulcanized/SM -unwaivering -unwarrantable -unwarrantably -unwashed/PS -unwearable -unwearied/Y -unwed -unwedge -unwelcome -unwell/M -unwieldiness/MS -unwieldy/TPR -unwind/B -unwomanly -unworkable/S -unworried -unwrap -unwrapping -unyielding/Y -unyoke -unzip -up -Upanishads -uparrow -upbeat/SM -upbraid/GDRS -upbringing/M -upbring/JG -UPC -upchuck/SDG -upcome/G -upcountry/S -updatability -updater/M -update/RSDG -Updike/M -updraft/SM -upend/SDG -upfield -upfront -upgradeable -upgrade/DSJG -upheaval/MS -upheld -uphill/S -upholder/M -uphold/RSGZ -upholster/ADGS -upholsterer/SM -upholstery/MS -UPI -upkeep/SM -uplander/M -upland/MRS -uplifter/M -uplift/SJDRG -upload/GSD -upmarket -upon -upped -uppercase/GSD -upperclassman/M -upperclassmen -uppercut/S -uppercutting -uppermost -upper/S -upping -uppish -uppity -upraise/GDS -uprated -uprating -uprear/DSG -upright/DYGSP -uprightness/S -uprise/RGJ -uprising/M -upriver/S -uproariousness/M -uproarious/PY -uproar/MS -uproot/DRGS -uprooter/M -ups -UPS -upscale/GDS -upset/S -upsetting/MS -upshot/SM -upside/MS -upsilon/MS -upslope -upstage/DSRG -upstairs -upstandingness/M -upstanding/P -upstart/MDGS -upstate/SR -upstream/DSG -upstroke/MS -upsurge/DSG -upswing/GMS -upswung -uptake/SM -upthrust/GMS -uptight -uptime -Upton/M -uptown/RS -uptrend/M -upturn/GDS -upwardness/M -upward/SYP -upwelling -upwind/S -uracil/MS -Ural/MS -Urania/M -uranium/MS -Uranus/M -uranyl/M -Urbain/M -Urbana/M -urbane/Y -urbanism/M -urbanite/SM -urbanity/SM -urbanization/MS -urbanize/DSG -Urban/M -urbanologist/S -urbanology/S -Urbano/M -urban/RT -Urbanus/M -urchin/SM -Urdu/M -urea/SM -uremia/MS -uremic -ureter/MS -urethane/MS -urethrae -urethral -urethra/M -urethritis/M -Urey/M -urge/GDRSJ -urgency/SM -urgent/Y -urger/M -Uriah/M -uric -Uriel/M -urinal/MS -urinalyses -urinalysis/M -urinary/MS -urinate/XDSNG -urination/M -urine/MS -Uri/SM -URL -Ur/M -urning/M -urn/MDGS -urogenital -urological -urologist/S -urology/MS -Urquhart/M -Ursala/M -Ursa/M -ursine -Ursola/M -Urson/M -Ursula/M -Ursulina/M -Ursuline/M -urticaria/MS -Uruguayan/S -Uruguay/M -Urumqi -US -USA -usability/S -usable/U -usably/U -USAF -usage/SM -USART -USCG -USC/M -USDA -us/DRSBZG -used/U -use/ESDAG -usefulness/SM -useful/YP -uselessness/MS -useless/PY -Usenet/M -Usenix/M -user/M -USG/M -usherette/SM -usher/SGMD -USIA -USMC -USN -USO -USP -USPS -USS -USSR -Ustinov/M -usu -usuals -usual/UPY -usurer/SM -usuriousness/M -usurious/PY -usurpation/MS -usurper/M -usurp/RDZSG -usury/SM -UT -Utahan/SM -Utah/M -Uta/M -Ute/M -utensil/SM -uteri -uterine -uterus/M -Utica/M -utile/I -utilitarianism/MS -utilitarian/S -utility/MS -utilization/MS -utilization's/A -utilize/GZDRS -utilizer/M -utilizes/A -utmost/S -Utopia/MS -utopianism/M -utopian's -Utopian/S -utopia/S -Utrecht/M -Utrillo/M -utterance/MS -uttered/U -utterer/M -uttermost/S -utter/TRDYGS -uucp/M -UV -uvula/MS -uvular/S -uxorious -Uzbekistan -Uzbek/M -Uzi/M -V -VA -vacancy/MS -vacantness/M -vacant/PY -vacate/NGXSD -vacationist/SM -vacationland -vacation/MRDZG -vaccinate/NGSDX -vaccination/M -vaccine/SM -vaccinial -vaccinia/M -Vachel/M -vacillate/XNGSD -vacillating/Y -vacillation/M -vacillator/SM -Vaclav/M -vacua's -vacuity/MS -vacuo -vacuolated/U -vacuolate/SDGN -vacuole/SM -vacuolization/SM -vacuousness/MS -vacuous/PY -vacuum/GSMD -Vader/M -Vaduz/M -vagabondage/MS -vagabond/DMSG -vagarious -vagary/MS -vaginae -vaginal/Y -vagina/M -vagrancy/MS -vagrant/SMY -vagueing -vagueness/MS -vague/TYSRDP -Vail/M -vaingloriousness/M -vainglorious/YP -vainglory/MS -vain/TYRP -val -valance/SDMG -Valaree/M -Valaria/M -Valarie/M -Valdemar/M -Valdez/M -Valeda/M -valediction/MS -valedictorian/MS -valedictory/MS -Vale/M -valence/SM -Valencia/MS -valency/MS -Valene/M -Valenka/M -Valentia/M -Valentijn/M -Valentina/M -Valentine/M -valentine/SM -Valentin/M -Valentino/M -Valenzuela/M -Valera/M -Valeria/M -Valerian/M -Valerie/M -Valerye/M -Valéry/M -vale/SM -valet/GDMS -valetudinarianism/MS -valetudinarian/MS -Valhalla/M -valiance/S -valiantness/M -valiant/SPY -Valida/M -validated/AU -validate/INGSDX -validates/A -validation/AMI -validity/IMS -validnesses -validness/MI -valid/PIY -Valina/M -valise/MS -Valium/S -Valkyrie/SM -Vallejo -Valle/M -Valletta/M -valley/SM -Vallie/M -Valli/M -Vally/M -Valma/M -Val/MY -Valois/M -valor/MS -valorous/Y -Valparaiso/M -Valry/M -valuable/IP -valuableness/IM -valuables -valuably/I -valuate/NGXSD -valuation/CSAM -valuator/SM -value/CGASD -valued/U -valuelessness/M -valueless/P -valuer/SM -value's -values/E -valve/GMSD -valveless -valvular -Va/M -vamoose/GSD -vamp/ADSG -vamper -vampire/MGSD -vamp's -vanadium/MS -Vance/M -Vancouver/M -vandalism/MS -vandalize/GSD -vandal/MS -Vandal/MS -Vanda/M -Vandenberg/M -Vanderbilt/M -Vanderburgh/M -Vanderpoel/M -Vandyke/SM -vane/MS -Vanessa/M -Vang/M -vanguard/MS -Vania/M -vanilla/MS -vanisher/M -vanish/GRSDJ -vanishing/Y -vanity/SM -Van/M -Vanna/M -vanned -Vannie/M -Vanni/M -vanning -Vanny/M -vanquisher/M -vanquish/RSDGZ -van/SMD -vantage/MS -Vanuatu -Vanya/M -Vanzetti/M -vapidity/MS -vapidness/SM -vapid/PY -vaporer/M -vaporing/MY -vaporisation -vaporise/DSG -vaporization/AMS -vaporize/DRSZG -vaporizer/M -vapor/MRDJGZS -vaporous -vapory -vaquero/SM -VAR -Varanasi/M -Varese/M -Vargas/M -variability/IMS -variableness/IM -variable/PMS -variables/I -variably/I -variance/I -variances -variance's -Varian/M -variant/ISY -variate/MGNSDX -variational -variation/M -varicolored/MS -varicose/S -variedly -varied/U -variegate/NGXSD -variegation/M -varier/M -varietal/S -variety/MS -various/PY -varistor/M -Varityping/M -varlet/MS -varmint/SM -varnished/U -varnisher/M -varnish/ZGMDRS -var/S -varsity/MS -varying/UY -vary/SRDJG -vascular -vasectomy/SM -Vaseline/DSMG -vase/SM -Vasili/MS -Vasily/M -vasomotor -Vasquez/M -vassalage/MS -vassal/GSMD -Vassar/M -Vassili/M -Vassily/M -vastness/MS -vast/PTSYR -v/ASV -VAT -Vatican/M -vat/SM -vatted -vatting -vaudeville/SM -vaudevillian/SM -Vaudois -Vaughan/M -Vaughn/M -vaulter/M -vaulting/M -vault/ZSRDMGJ -vaunter/M -vaunt/GRDS -VAXes -Vax/M -VAX/M -Vazquez/M -vb -VCR -VD -VDT -VDU -vealed/A -vealer/MA -veal/MRDGS -veals/A -Veblen/M -vectorial -vectorization -vectorized -vectorizing -vector's/F -vector/SGDM -Veda/MS -Vedanta/M -veejay/S -veep/S -veer/DSG -veering/Y -vegan/SM -Vega/SM -Vegemite/M -veges -vegetable/MS -vegetarianism/MS -vegetarian/SM -vegetate/DSNGVX -vegetation/M -vegetative/PY -vegged -veggie/S -vegging -veg/M -vehemence/MS -vehemency/S -vehement/Y -vehicle/SM -vehicular -veiling/MU -veil's -veil/UGSD -vein/GSRDM -veining/M -vela/M -Vela/M -velarize/SDG -velar/S -Velásquez/M -Velázquez -Velcro/SM -veld/SM -veldt's -Velez/M -Vella/M -vellum/MS -Velma/M -velocipede/SM -velocity/SM -velor/S -velour's -velum/M -Velveeta/M -velveteen/MS -velvet/GSMD -Velvet/M -velvety/RT -venality/MS -venal/Y -venation/SM -vend/DSG -vender's/K -vendetta/MS -vendible/S -vendor/MS -veneerer/M -veneer/GSRDM -veneering/M -venerability/S -venerable/P -venerate/XNGSD -veneration/M -venereal -venetian -Venetian/SM -Venezuela/M -Venezuelan/S -vengeance/MS -vengeful/APY -vengefulness/AM -venialness/M -venial/YP -Venice/M -venireman/M -veniremen -venison/SM -Venita/M -Venn/M -venomousness/M -venomous/YP -venom/SGDM -venous/Y -venter/M -ventilated/U -ventilate/XSDVGN -ventilation/M -ventilator/MS -vent/ISGFD -ventral/YS -ventricle/MS -ventricular -ventriloquies -ventriloquism/MS -ventriloquist/MS -ventriloquy -vent's/F -Ventura/M -venture/RSDJZG -venturesomeness/SM -venturesome/YP -venturi/S -venturousness/MS -venturous/YP -venue/MAS -Venusian/S -Venus/S -veraciousness/M -veracious/YP -veracities -veracity/IM -Veracruz/M -Veradis -Vera/M -verandahed -veranda/SDM -verbalization/MS -verbalized/U -verbalizer/M -verbalize/ZGRSD -verballed -verballing -verbal/SY -verbatim -verbena/MS -verbiage/SM -verb/KSM -verbose/YP -verbosity/SM -verboten -verdant/Y -Verde/M -Verderer/M -verdict/SM -verdigris/GSDM -Verdi/M -verdure/SDM -Vere/M -Verena/M -Verene/M -verge/FGSD -Verge/M -verger/SM -verge's -Vergil's -veridical/Y -Veriee/M -verifiability/M -verifiableness/M -verifiable/U -verification/S -verified/U -verifier/MS -verify/GASD -Verile/M -verily -Verina/M -Verine/M -verisimilitude/SM -veritableness/M -veritable/P -veritably -verity/MS -Verlag/M -Verlaine/M -Verla/M -Vermeer/M -vermicelli/MS -vermiculite/MS -vermiform -vermilion/MS -vermin/M -verminous -Vermonter/M -Vermont/ZRM -vermouth/M -vermouths -vernacular/YS -vernal/Y -Verna/M -Verne/M -Vernen/M -Verney/M -Vernice/M -vernier/SM -Vern/NM -Vernon/M -Vernor/M -Verona/M -Veronese/M -Veronica/M -veronica/SM -Veronika/M -Veronike/M -Veronique/M -verrucae -verruca/MS -versa -Versailles/M -Versatec/M -versatileness/M -versatile/YP -versatility/SM -versed/UI -verse's -verses/I -verse/XSRDAGNF -versicle/M -versification/M -versifier/M -versify/GDRSZXN -versing/I -version/MFISA -verso/SM -versus -vertebrae -vertebral/Y -vertebra/M -vertebrate/IMS -vertebration/M -vertex/SM -vertical/YPS -vertices's -vertiginous -vertigoes -vertigo/M -verve/SM -very/RT -Vesalius/M -vesicle/SM -vesicular/Y -vesiculate/GSD -Vespasian/M -vesper/SM -Vespucci/M -vessel/MS -vestal/YS -Vesta/M -vest/DIGSL -vestibular -vestibule/SDM -vestige/SM -vestigial/Y -vesting/SM -vestment/ISM -vestryman/M -vestrymen -vestry/MS -vest's -vesture/SDMG -Vesuvius/M -vetch/SM -veteran/SM -veterinarian/MS -veterinary/S -veter/M -veto/DMG -vetoes -vet/SMR -vetted -vetting/A -Vevay/M -vexation/SM -vexatiousness/M -vexatious/PY -vexed/Y -vex/GFSD -VF -VFW -VG -VGA -vhf -VHF -VHS -VI -via -viability/SM -viable/I -viably -viaduct/MS -Viagra/M -vial/MDGS -viand/SM -vibe/S -vibraharp/MS -vibrancy/MS -vibrant/YS -vibraphone/MS -vibraphonist/SM -vibrate/XNGSD -vibrational/Y -vibration/M -vibrato/MS -vibrator/SM -vibratory -vibrio/M -vibrionic -viburnum/SM -vicarage/SM -vicariousness/MS -vicarious/YP -vicar/SM -vice/CMS -viced -vicegerent/MS -vicennial -Vicente/M -viceregal -viceroy/SM -Vichy/M -vichyssoise/MS -vicing -vicinity/MS -viciousness/S -vicious/YP -vicissitude/MS -Vickers/M -Vickie/M -Vicki/M -Vicksburg/M -Vicky/M -Vick/ZM -Vic/M -victimization/SM -victimized/U -victimizer/M -victimize/SRDZG -victim/SM -Victoir/M -Victoria/M -Victorianism/S -Victorian/S -victoriousness/M -victorious/YP -Victor/M -victor/SM -victory/MS -Victrola/SM -victualer/M -victual/ZGSDR -vicuña/S -Vidal/M -Vida/M -videlicet -videocassette/S -videoconferencing -videodisc/S -videodisk/SM -video/GSMD -videophone/SM -videotape/SDGM -Vidovic/M -Vidovik/M -Vienna/M -Viennese/M -Vientiane/M -vier/M -vie/S -Vietcong/M -Viet/M -Vietminh/M -Vietnamese/M -Vietnam/M -viewed/A -viewer/AS -viewer's -viewfinder/MS -viewgraph/SM -viewing/M -viewless/Y -view/MBGZJSRD -viewpoint/SM -views/A -vigesimal -vigilance/MS -vigilante/SM -vigilantism/MS -vigilantist -vigilant/Y -vigil/SM -vignette/MGDRS -vignetter/M -vignetting/M -vignettist/MS -vigor/MS -vigorousness/M -vigorous/YP -vii -viii -Vijayawada/M -Viki/M -Viking/MS -viking/S -Vikki/M -Vikky/M -Vikram/M -Vila -vile/AR -vilely -vileness/MS -vilest -Vilhelmina/M -vilification/M -vilifier/M -vilify/GNXRSD -villager/M -village/RSMZ -villainousness/M -villainous/YP -villain/SM -villainy/MS -Villa/M -villa/MS -Villarreal/M -ville -villeinage/SM -villein/MS -villi -Villon/M -villus/M -Vilma/M -Vilnius/M -Vilyui/M -Vi/M -vi/MDR -vim/MS -vinaigrette/MS -Vina/M -Vince/M -Vincent/MS -Vincenty/M -Vincenz/M -vincible/I -Vinci/M -Vindemiatrix/M -vindicate/XSDVGN -vindication/M -vindicator/SM -vindictiveness/MS -vindictive/PY -vinegar/DMSG -vinegary -vine/MGDS -vineyard/SM -Vinita/M -Vin/M -Vinnie/M -Vinni/M -Vinny/M -vino/MS -vinous -Vinson/M -vintage/MRSDG -vintager/M -vintner/MS -vinyl/SM -violable/I -Viola/M -Violante/M -viola/SM -violate/VNGXSD -violator/MS -Viole/M -violence/SM -violent/Y -Violet/M -violet/SM -Violetta/M -Violette/M -violinist/SM -violin/MS -violist/MS -viol/MSB -violoncellist/S -violoncello/MS -viper/MS -viperous -VIP/S -viragoes -virago/M -viral/Y -vireo/SM -Virge/M -Virgie/M -Virgilio/M -Virgil/M -virginal/YS -Virgina/M -Virginia/M -Virginian/S -Virginie/M -virginity/SM -virgin/SM -Virgo/MS -virgule/MS -virile -virility/MS -virologist/S -virology/SM -virtual/Y -virtue/SM -virtuosity/MS -virtuosoes -virtuoso/MS -virtuousness/SM -virtuous/PY -virulence/SM -virulent/Y -virus/MS -visage/MSD -Visakhapatnam's -Visa/M -visa/SGMD -Visayans -viscera -visceral/Y -viscid/Y -viscoelastic -viscoelasticity -viscometer/SM -viscose/MS -viscosity/MS -viscountcy/MS -viscountess/SM -viscount/MS -viscousness/M -viscous/PY -viscus/M -vise/CAXNGSD -viselike -vise's -Vishnu/M -visibility/ISM -visible/PI -visibly/I -Visigoth/M -Visigoths -visionariness/M -visionary/PS -vision/KMDGS -vision's/A -visitable/U -visitant/SM -visitation/SM -visited/U -visit/GASD -visitor/MS -vis/MDSGV -visor/SMDG -VISTA -vista/GSDM -Vistula/M -visualization/AMS -visualized/U -visualizer/M -visualizes/A -visualize/SRDZG -visual/SY -vitae -vitality/MS -vitalization/AMS -vitalize/ASDGC -vital/SY -vita/M -Vita/M -vitamin/SM -Vite/M -Vitia/M -vitiate/XGNSD -vitiation/M -viticulture/SM -viticulturist/S -Vitim/M -Vito/M -Vitoria/M -vitreous/YSP -vitrifaction/S -vitrification/M -vitrify/XDSNG -vitrine/SM -vitriolic -vitriol/MDSG -vitro -vittles -Vittoria/M -Vittorio/M -vituperate/SDXVGN -vituperation/M -vituperative/Y -Vitus/M -vivace/S -vivaciousness/MS -vivacious/YP -vivacity/SM -viva/DGS -Vivaldi -Viva/M -vivaria -vivarium/MS -vivaxes -Vivekananda/M -vive/Z -Vivia/M -Viviana/M -Vivian/M -Vivianna/M -Vivianne/M -vividness/SM -vivid/PTYR -Vivie/M -Viviene/M -Vivien/M -Vivienne/M -vivifier -vivify/NGASD -Vivi/MN -viviparous -vivisect/DGS -vivisectional -vivisectionist/SM -vivisection/MS -Viviyan/M -Viv/M -vivo -Vivyan/M -Vivyanne/M -vixenish/Y -vixen/SM -viz -vizier/MS -vizor's -VJ -Vladamir/M -Vladimir/M -Vladivostok/M -Vlad/M -VLF -VLSI -VMS/M -VOA -vocable/SM -vocab/S -vocabularian -vocabularianism -vocabulary/MS -vocalic/S -vocalise's -vocalism/M -vocalist/MS -vocalization/SM -vocalized/U -vocalizer/M -vocalize/ZGDRS -vocal/SY -vocation/AKMISF -vocational/Y -vocative/KYS -vociferate/NGXSD -vociferation/M -vociferousness/MS -vociferous/YP -vocoded -vocoder -vodka/MS -voe/S -Vogel/M -vogue/GMSRD -vogueing -voguish -voiceband -voiced/CU -voice/IMGDS -voicelessness/SM -voiceless/YP -voicer/S -voices/C -voicing/C -voidable -void/C -voided -voider/M -voiding -voidness/M -voids -voilà -voile/MS -volar -volatileness/M -volatile/PS -volatility/MS -volatilization/MS -volatilize/SDG -volcanically -volcanic/S -volcanism/M -volcanoes -volcano/M -vole/MS -Volga/M -Volgograd/M -vol/GSD -volitionality -volitional/Y -volition/MS -Volkswagen/SM -volleyball/MS -volleyer/M -volley/SMRDG -Vol/M -Volstead/M -voltage/SM -voltaic -Voltaire/M -Volta/M -volt/AMS -Volterra/M -voltmeter/MS -volubility/S -voluble/P -volubly -volume/SDGM -volumetric -volumetrically -voluminousness/MS -voluminous/PY -voluntarily/I -voluntariness/MI -voluntarism/MS -voluntary/PS -volunteer/DMSG -voluptuary/SM -voluptuousness/S -voluptuous/YP -volute/S -Volvo/M -vomit/GRDS -Vonda/M -Von/M -Vonnegut/M -Vonnie/M -Vonni/M -Vonny/M -voodoo/GDMS -voodooism/S -voraciousness/MS -voracious/YP -voracity/MS -Voronezh/M -Vorster/M -vortex/SM -vortices's -vorticity/M -votary/MS -vote/CSDG -voter/SM -vote's -votive/YP -voucher/GMD -vouchsafe/SDG -vouch/SRDGZ -vowelled -vowelling -vowel/MS -vower/M -vow/SMDRG -voyage/GMZJSRD -voyager/M -voyageur/SM -voyeurism/MS -voyeuristic -voyeur/MS -VP -vs -V's -VT -Vt/M -VTOL -vulcanization/SM -vulcanized/U -vulcanize/SDG -Vulcan/M -vulgarian/MS -vulgarism/MS -vulgarity/MS -vulgarization/S -vulgarize/GZSRD -vulgar/TSYR -Vulgate/SM -Vulg/M -vulnerability/SI -vulnerable/IP -vulnerably/I -vulpine -vulturelike -vulture/SM -vulturous -vulvae -vulva/M -vying -Vyky/M -WA -Waals -Wabash/M -WAC -Wacke/M -wackes -wackiness/MS -wacko/MS -wacky/RTP -Waco/M -Wac/S -wadded -wadding/SM -waddle/GRSD -Wade/M -wader/M -wade/S -wadi/SM -wad/MDRZGS -Wadsworth/M -wafer/GSMD -waffle/GMZRSD -Wafs -wafter/M -waft/SGRD -wag/DRZGS -waged/U -wager/GZMRD -wage/SM -wagged -waggery/MS -wagging -waggishness/SM -waggish/YP -waggle/SDG -waggly -Wagnerian -Wagner/M -wagoner/M -wagon/SGZMRD -wagtail/SM -Wahl/M -waif/SGDM -Waikiki/M -wailer/M -wail/SGZRD -wain/GSDM -Wain/M -wainscot/SGJD -Wainwright/M -wainwright/SM -waistband/MS -waistcoat/GDMS -waister/M -waist/GSRDM -waistline/MS -Waite/M -waiter/DMG -Waiter/M -wait/GSZJRD -Wait/MR -waitpeople -waitperson/S -waitress/GMSD -waiver/MB -waive/SRDGZ -Wakefield/M -wakefulness/MS -wakeful/PY -Wake/M -wake/MGDRSJ -waken/SMRDG -waker/M -wakeup -Waksman/M -Walbridge/M -Walcott/M -Waldemar/M -Walden/M -Waldensian -Waldheim/M -Wald/MN -Waldo/M -Waldon/M -Waldorf/M -wale/DRSMG -Wales -Walesa/M -Walford/M -Walgreen/M -waling/M -walkabout/M -walkaway/SM -walker/M -Walker/M -walk/GZSBJRD -walkie -Walkman/S -walkout/SM -walkover/SM -walkway/MS -wallaby/MS -Wallace/M -Wallache/M -wallah/M -Wallas/M -wallboard/MS -Wallenstein/M -Waller/M -wallet/SM -walleye/MSD -wallflower/MS -Wallie/M -Wallis -Walliw/M -Walloon/SM -walloper/M -walloping/M -wallop/RDSJG -wallower/M -wallow/RDSG -wallpaper/DMGS -wall/SGMRD -Wall/SMR -Wally/M -wally/S -walnut/SM -Walpole/M -Walpurgisnacht -walrus/SM -Walsh/M -Walter/M -Walther/M -Walton/M -waltzer/M -Walt/ZMR -waltz/MRSDGZ -Walworth/M -Waly/M -wampum/SM -Wanamaker/M -Wanda/M -wanderer/M -wander/JZGRD -wanderlust/SM -Wandie/M -Wandis/M -wand/MRSZ -wane/S -Waneta/M -wangler/M -wangle/RSDGZ -Wang/M -Wanids/M -Wankel/M -wanna -wannabe/S -wanned -wanner -wanness/S -wannest -wanning -wan/PGSDY -Wansee/M -Wansley/M -wanted/U -wanter/M -want/GRDSJ -wantonness/S -wanton/PGSRDY -wapiti/MS -warble/GZRSD -warbler/M -warbonnet/S -ward/AGMRDS -Warde/M -warden/DMGS -Warden/M -warder/DMGS -Ward/MN -wardrobe/MDSG -wardroom/MS -wardship/M -wards/I -warehouseman/M -warehouse/MGSRD -Ware/MG -ware/MS -warfare/SM -Warfield/M -war/GSMD -warhead/MS -Warhol/M -warhorse/SM -warily/U -warinesses/U -wariness/MS -Waring/M -warless -warlike -warlock/SM -warlord/MS -warmblooded -warmed/A -warmer/M -warmheartedness/SM -warmhearted/PY -warmish -warmness/MS -warmongering/M -warmonger/JGSM -warms/A -warmth/M -warmths -warm/YRDHPGZTS -warned/U -warner/M -Warner/M -warn/GRDJS -warning/YM -Warnock/M -warpaint -warpath/M -warpaths -warper/M -warplane/MS -warp/MRDGS -warranted/U -warranter/M -warrant/GSMDR -warranty/SDGM -warred/M -warrener/M -Warren/M -warren/SZRM -warring/M -warrior/MS -Warsaw/M -wars/C -warship/MS -warthog/S -wartime/SM -wart/MDS -warty/RT -Warwick/M -wary/URPT -Wasatch/M -washable/S -wash/AGSD -washbasin/SM -washboard/SM -washbowl/SM -Washburn/M -washcloth/M -washcloths -washday/M -washed/U -washer/GDMS -washerwoman/M -washerwomen -washing/SM -Washingtonian/S -Washington/M -Wash/M -Washoe/M -washout/SM -washrag/SM -washroom/MS -washstand/SM -washtub/MS -washy/RT -wasn't -WASP -waspishness/SM -waspish/PY -Wasp's -wasp/SM -was/S -wassail/GMDS -Wasserman/M -Wassermann/M -wastage/SM -wastebasket/SM -wastefulness/S -wasteful/YP -wasteland/MS -wastepaper/MS -waster/DG -waste/S -wastewater -wast/GZSRD -wasting/Y -wastrel/MS -Watanabe/M -watchable/U -watchband/SM -watchdogged -watchdogging -watchdog/SM -watched/U -watcher/M -watchfulness/MS -watchful/PY -watch/JRSDGZB -watchmake/JRGZ -watchmaker/M -watchman/M -watchmen -watchpoints -watchtower/MS -watchword/MS -waterbird/S -waterborne -Waterbury/M -watercolor/DMGS -watercolorist/SM -watercourse/SM -watercraft/M -watercress/SM -waterer/M -waterfall/SM -waterfowl/M -waterfront/SM -Watergate/M -waterhole/S -Waterhouse/M -wateriness/SM -watering/M -water/JGSMRD -waterless -waterlily/S -waterline/S -waterlogged -waterloo -Waterloo/SM -waterman/M -watermark/GSDM -watermelon/SM -watermill/S -waterproof/PGRDSJ -watershed/SM -waterside/MSR -watersider/M -Waters/M -waterspout/MS -watertightness/M -watertight/P -Watertown/M -waterway/MS -waterwheel/S -waterworks/M -watery/PRT -Watkins -WATS -Watson/M -wattage/SM -Watteau/M -Wattenberg/M -Watterson/M -wattle/SDGM -Watt/MS -watt/TMRS -Watusi/M -Wat/ZM -Waugh/M -Waukesha/M -Waunona/M -Waupaca/M -Waupun/M -Wausau/M -Wauwatosa/M -waveband/MS -waveform/SM -wavefront/MS -waveguide/MS -Waveland/M -wavelength/M -wavelengths -wavelet/SM -wavelike -wavenumber -waver/GZRD -wavering/YU -Waverley/M -Waverly/M -Wave/S -wave/ZGDRS -wavily -waviness/MS -wavy/SRTP -waxer/M -waxiness/MS -wax/MNDRSZG -waxwing/MS -waxwork/MS -waxy/PRT -wayfarer/MS -wayfaring/S -waylaid -Wayland/M -Waylan/M -waylayer/M -waylay/GRSZ -wayleave/MS -Waylen/M -Waylin/M -Waylon/M -Way/M -waymarked -way/MS -Wayne/M -Waynesboro/M -wayside/MS -waywardness/S -wayward/YP -WC -we -weakener/M -weaken/ZGRD -weakfish/SM -weakish -weakliness/M -weakling/SM -weakly/RTP -weakness/MS -weak/TXPYRN -weal/MHS -wealthiness/MS -wealth/M -wealths -wealthy/PTR -weaner/M -weanling/M -wean/RDGS -weapon/GDMS -weaponless -weaponry/MS -wearable/S -wearer/M -wearied/U -wearily -weariness/MS -wearing/Y -wearisomeness/M -wearisome/YP -wear/RBSJGZ -wearying/Y -weary/TGPRSD -weasel/SGMDY -weatherbeaten -weathercock/SDMG -weatherer/M -Weatherford/M -weathering/M -weatherize/GSD -weatherman/M -weather/MDRYJGS -weathermen -weatherperson/S -weatherproof/SGPD -weatherstripped -weatherstripping/S -weatherstrip/S -weaver/M -Weaver/M -weaves/A -weave/SRDGZ -weaving/A -webbed -Webber/M -webbing/MS -Webb/RM -weber/M -Weber/M -Webern/M -webfeet -webfoot/M -Web/MR -website/S -web/SMR -Webster/MS -Websterville/M -we'd -wedded/A -Weddell/M -wedder -wedding/SM -wedge/SDGM -wedgie/RST -Wedgwood/M -wedlock/SM -Wed/M -Wednesday/SM -wed/SA -weeder/M -weediness/M -weedkiller/M -weedless -wee/DRST -weed/SGMRDZ -weedy/TRP -weeing -weekday/MS -weekender/M -weekend/SDRMG -weekly/S -weeknight/SM -Weeks/M -week/SYM -weenie/M -ween/SGD -weeny/RSMT -weeper/M -weep/SGZJRD -weepy/RST -weevil/MS -weft/SGMD -Wehr/M -Weibull/M -Weidar/M -Weider/M -Weidman/M -Weierstrass/M -weighed/UA -weigher/M -weigh/RDJG -weighs/A -weighted/U -weighter/M -weightily -weightiness/SM -weighting/M -weight/JMSRDG -weightlessness/SM -weightless/YP -weightlifter/S -weightlifting/MS -weighty/TPR -Weill/M -Wei/M -Weinberg/M -Weiner/M -Weinstein/M -weirdie/SM -weirdness/MS -weirdo/SM -weird/YRDPGTS -weir/SDMG -Weisenheimer/M -Weiss/M -Weissman/M -Weissmuller/M -Weizmann/M -Welbie/M -Welby/M -Welcher/M -Welches -welcomeness/M -welcome/PRSDYG -welcoming/U -welder/M -Weldon/M -weld/SBJGZRD -Weldwood/M -welfare/SM -welkin/SM -we'll -Welland/M -wellbeing/M -Weller/M -Wellesley/M -Welles/M -wellhead/SM -Wellington/MS -wellington/S -Wellman/M -wellness/MS -well/SGPD -Wells/M -wellspring/SM -Wellsville/M -Welmers/M -Welsh -welsher/M -Welshman/M -Welshmen -welsh/RSDGZ -Welshwoman/M -Welshwomen -welter/GD -welterweight/MS -welt/GZSMRD -wencher/M -wench/GRSDM -Wendall/M -Wenda/M -wend/DSG -Wendeline/M -Wendell/M -Wendel/M -Wendie/M -Wendi/M -Wendye/M -Wendy/M -wen/M -Wenonah/M -Wenona/M -went -Wentworth/M -wept/U -were -we're -weren't -werewolf/M -werewolves -Werner/M -Wernher/M -Werther/M -werwolf's -Wes -Wesleyan -Wesley/M -Wessex/M -Wesson/M -westbound -Westbrooke/M -Westbrook/M -Westchester/M -wester/DYG -westerly/S -westerner/M -westernization/MS -westernize/GSD -westernmost -Western/ZRS -western/ZSR -Westfield/M -Westhampton/M -Westinghouse/M -westing/M -Westleigh/M -Westley/M -Westminster/M -Westmore/M -West/MS -Weston/M -Westphalia/M -Westport/M -west/RDGSM -westward/S -Westwood/M -wetback/MS -wetland/S -wetness/MS -wet/SPY -wettable -wetter/S -wettest -wetting -we've -Weyden/M -Weyerhauser/M -Weylin/M -Wezen/M -WFF -whacker/M -whack/GZRDS -whaleboat/MS -whalebone/SM -whale/GSRDZM -Whalen/M -whaler/M -whaling/M -whammed -whamming/M -wham/MS -whammy/S -wharf/SGMD -Wharton/M -wharves -whatchamacallit/MS -what'd -whatever -what/MS -whatnot/MS -what're -whatsoever -wheal/MS -wheatgerm -Wheaties/M -Wheatland/M -wheat/NMXS -Wheaton/M -Wheatstone/M -wheedle/ZDRSG -wheelbarrow/GSDM -wheelbase/MS -wheelchair/MS -wheeler/M -Wheeler/M -wheelhouse/SM -wheelie/MS -wheeling/M -Wheeling/M -Wheelock/M -wheel/RDMJSGZ -wheelwright/MS -whee/S -wheeze/SDG -wheezily -wheeziness/SM -wheezy/PRT -Whelan/M -whelk/MDS -Wheller/M -whelm/DGS -whelp/DMGS -whence/S -whenever -when/S -whensoever -whereabout/S -whereas/S -whereat -whereby -where'd -wherefore/MS -wherein -where/MS -whereof -whereon -where're -wheresoever -whereto -whereupon -wherever -wherewith -wherewithal/SM -wherry/DSGM -whether -whet/S -whetstone/MS -whetted -whetting -whew/GSD -whey/MS -which -whichever -whiff/GSMD -whiffle/DRSG -whiffler/M -whiffletree/SM -whig/S -Whig/SM -while/GSD -whilom -whilst -whimmed -whimming -whimper/DSG -whimsey's -whimsicality/MS -whimsical/YP -whim/SM -whimsy/TMDRS -whine/GZMSRD -whining/Y -whinny/GTDRS -whiny/RT -whipcord/SM -whiplash/SDMG -Whippany/M -whipped -whipper/MS -whippersnapper/MS -whippet/MS -whipping/SM -Whipple/M -whippletree/SM -whippoorwill/SM -whipsaw/GDMS -whips/M -whip/SM -whirligig/MS -whirlpool/MS -whirl/RDGS -whirlwind/MS -whirlybird/MS -whirly/MS -whirred -whirring -whir/SY -whisker/DM -whiskery -whiskey/SM -whisk/GZRDS -whisperer/M -whisper/GRDJZS -whispering/YM -whist/GDMS -whistleable -whistle/DRSZG -whistler/M -Whistler/M -whistling/M -Whitaker/M -Whitby/M -Whitcomb/M -whitebait/M -whitecap/MS -whiteface/M -Whitefield/M -whitefish/SM -Whitehall/M -Whitehead/M -whitehead/S -Whitehorse/M -Whiteleaf/M -Whiteley/M -White/MS -whitener/M -whiteness/MS -whitening/M -whiten/JZDRG -whiteout/S -white/PYS -whitespace -whitetail/S -whitewall/SM -whitewash/GRSDM -whitewater -Whitewater/M -whitey/MS -Whitfield/M -whither/DGS -whitier -whitiest -whiting/M -whitish -Whitley/M -Whitlock/M -Whit/M -Whitman/M -Whitney/M -whit/SJGTXMRND -Whitsunday/MS -Whittaker/M -whitter -Whittier -whittle/JDRSZG -whittler/M -whiz -whizkid -whizzbang/S -whizzed -whizzes -whizzing -WHO -whoa/S -who'd -whodunit/SM -whoever -wholegrain -wholeheartedness/MS -wholehearted/PY -wholemeal -wholeness/S -wholesale/GZMSRD -wholesaler/M -wholesomeness/USM -wholesome/UYP -whole/SP -wholewheat -who'll -wholly -whom -who/M -whomever -whomsoever -whoopee/S -whooper/M -whoop/SRDGZ -whoosh/DSGM -whop -whopper/MS -whopping/S -who're -whorehouse/SM -whoreish -whore/SDGM -whorish -whorl/SDM -whose -whoso -whosoever -who've -why -whys -WI -Wiatt/M -Wichita/M -wickedness/MS -wicked/RYPT -wicker/M -wickerwork/MS -wicketkeeper/SM -wicket/SM -wick/GZRDMS -wicking/M -widemouthed -widener/M -wideness/S -widen/SGZRD -wide/RSYTP -widespread -widgeon's -widget/SM -widower/M -widowhood/S -widow/MRDSGZ -width/M -widths -widthwise -Wieland/M -wielder/M -wield/GZRDS -Wiemar/M -wiener/SM -wienie/SM -Wier/M -Wiesel/M -wife/DSMYG -wifeless -wifely/RPT -wigeon/MS -wigged -wigging/M -Wiggins -wiggler/M -wiggle/RSDGZ -wiggly/RT -wight/SGDM -wiglet/S -wigmaker -wig/MS -Wigner/M -wigwagged -wigwagging -wigwag/S -wigwam/MS -Wilberforce/M -Wilbert/M -Wilbur/M -Wilburn/M -Wilburt/M -Wilcox/M -Wilda/M -wildcat/SM -wildcatted -wildcatter/MS -wildcatting -wildebeest/SM -Wilde/MR -Wilden/M -Wilder/M -wilderness/SM -wilder/P -wildfire/MS -wildflower/S -wildfowl/M -wilding/M -wildlife/M -wildness/MS -Wildon/M -wild/SPGTYRD -wile/DSMG -Wileen/M -Wilek/M -Wiley/M -Wilford/M -Wilfred/M -Wilfredo/M -Wilfrid/M -wilfulness's -Wilhelmina/M -Wilhelmine/M -Wilhelm/M -Wilie/M -wilily -wiliness/MS -Wilkerson/M -Wilkes/M -Wilkins/M -Wilkinson/M -Willabella/M -Willa/M -Willamette/M -Willamina/M -Willard/M -Willcox/M -Willdon/M -willed/U -Willem/M -Willemstad/M -willer/M -Willetta/M -Willette/M -Willey/M -willfulness/S -willful/YP -Williamsburg/M -William/SM -Williamson/M -Willied/M -Willie/M -willies -Willi/MS -willinger -willingest -willingness's -willingness/US -willing/UYP -Willisson/M -williwaw/MS -Will/M -Willoughby/M -willower/M -Willow/M -willow/RDMSG -willowy/TR -willpower/MS -will/SGJRD -Willy/SDM -Willyt/M -Wilma/M -Wilmar/M -Wilmer/M -Wilmette/M -Wilmington/M -Wilona/M -Wilone/M -Wilow/M -Wilshire/M -Wilsonian -Wilson/M -wilt/DGS -Wilt/M -Wilton/M -wily/PTR -Wimbledon/M -wimp/GSMD -wimpish -wimple/SDGM -wimpy/RT -wince/SDG -Winchell/M -wincher/M -winchester/M -Winchester/MS -winch/GRSDM -windbag/SM -windblown -windbreak/MZSR -windburn/GSMD -winded -winder/UM -windfall/SM -windflower/MS -Windham/M -Windhoek/M -windily -windiness/SM -winding/MS -windjammer/SM -windlass/GMSD -windless/YP -windmill/GDMS -window/DMGS -windowless -windowpane/SM -Windows -windowsill/SM -windpipe/SM -windproof -windrow/GDMS -wind's -winds/A -windscreen/MS -windshield/SM -windsock/MS -Windsor/MS -windstorm/MS -windsurf/GZJSRD -windswept -windup/MS -wind/USRZG -Windward/M -windward/SY -Windy/M -windy/TPR -wineglass/SM -winegrower/SM -Winehead/M -winemake -winemaster -wine/MS -winery/MS -Winesap/M -wineskin/M -Winfield/M -Winfred/M -Winfrey/M -wingback/M -wingding/MS -wingeing -winger/M -wing/GZRDM -wingless -winglike -wingman -wingmen -wingspan/SM -wingspread/MS -wingtip/S -Winifield/M -Winifred/M -Wini/M -winker/M -wink/GZRDS -winking/U -Winkle/M -winkle/SDGM -winless -Win/M -winnable -Winnah/M -Winna/M -Winnebago/M -Winne/M -winner/MS -Winnetka/M -Winnie/M -Winnifred/M -Winni/M -winning/SY -Winnipeg/M -Winn/M -winnow/SZGRD -Winny/M -Winograd/M -wino/MS -Winonah/M -Winona/M -Winooski/M -Winsborough/M -Winsett/M -Winslow/M -winsomeness/SM -winsome/PRTY -Winston/M -winterer/M -wintergreen/SM -winterize/GSD -Winters -winter/SGRDYM -wintertime/MS -Winthrop/M -wintriness/M -wintry/TPR -winy/RT -win/ZGDRS -wipe/DRSZG -wiper/M -wirehair/MS -wireless/MSDG -wireman/M -wiremen -wirer/M -wire's -wires/A -wiretap/MS -wiretapped -wiretapper/SM -wiretapping -wire/UDA -wiriness/S -wiring/SM -wiry/RTP -Wisc -Wisconsinite/SM -Wisconsin/M -wisdoms -wisdom/UM -wiseacre/MS -wisecrack/GMRDS -wised -wisely/TR -Wise/M -wiseness -wisenheimer/M -Wisenheimer/M -wises -wise/URTY -wishbone/MS -wishfulness/M -wishful/PY -wish/GZSRD -wishy -wising -Wis/M -wisp/MDGS -wispy/RT -wist/DGS -wisteria/SM -wistfulness/MS -wistful/PY -witchcraft/SM -witchdoctor/S -witchery/MS -witch/SDMG -withal -withdrawal/MS -withdrawer/M -withdrawnness/M -withdrawn/P -withdraw/RGS -withdrew -withe/M -wither/GDJ -withering/Y -Witherspoon/M -with/GSRDZ -withheld -withholder/M -withhold/SJGZR -within/S -without/S -withs -withstand/SG -withstood -witlessness/MS -witless/PY -Wit/M -witness/DSMG -witnessed/U -wit/PSM -witted -witter/G -Wittgenstein/M -witticism/MS -Wittie/M -wittily -wittiness/SM -wittings -witting/UY -Witt/M -Witty/M -witty/RTP -Witwatersrand/M -wive/GDS -wives/M -wizard/MYS -wizardry/MS -wizen/D -wiz's -wk/Y -Wm/M -WNW -woad/MS -wobble/GSRD -wobbler/M -wobbliness/S -wobbly/PRST -Wodehouse/M -woebegone/P -woefuller -woefullest -woefulness/SM -woeful/PY -woe/PSM -woke -wok/SMN -Wolcott/M -wold/MS -Wolfe/M -wolfer/M -Wolff/M -Wolfgang/M -wolfhound/MS -Wolfie/M -wolfishness/M -wolfish/YP -Wolf/M -wolfram/MS -wolf/RDMGS -Wolfy/M -Wollongong/M -Wollstonecraft/M -Wolsey/M -Wolverhampton/M -wolverine/SM -Wolverton/M -wolves/M -woman/GSMYD -womanhood/MS -womanish -womanized/U -womanizer/M -womanize/RSDZG -womanizes/U -womankind/M -womanlike -womanliness/SM -womanly/PRT -wombat/MS -womb/SDM -womenfolk/MS -women/MS -wonderer/M -wonderfulness/SM -wonderful/PY -wonder/GLRDMS -wondering/Y -wonderland/SM -wonderment/SM -wondrousness/M -wondrous/YP -Wong/M -wonk/S -wonky/RT -wonned -wonning -won/SG -won't -wontedness/MU -wonted/PUY -wont/SGMD -Woodard/M -Woodberry/M -woodbine/SM -woodblock/S -Woodbury/M -woodcarver/S -woodcarving/MS -woodchopper/SM -woodchuck/MS -woodcock/MS -woodcraft/MS -woodcut/SM -woodcutter/MS -woodcutting/MS -woodenness/SM -wooden/TPRY -woodgrain/G -woodhen -Woodhull/M -Woodie/M -woodiness/MS -woodland/SRM -Woodlawn/M -woodlice -woodlot/S -woodlouse/M -woodman/M -Woodman/M -woodmen -woodpecker/SM -woodpile/SM -Woodrow/M -woodruff/M -woo/DRZGS -woodshedded -woodshedding -woodshed/SM -woodside -Wood/SM -woodsman/M -woodsmen -wood/SMNDG -woodsmoke -woods/R -Woodstock/M -woodsy/TRP -Woodward/MS -woodwind/S -woodworker/M -woodworking/M -woodwork/SMRGZJ -woodworm/M -woodyard -Woody/M -woody/TPSR -woofer/M -woof/SRDMGZ -Woolf/M -woolgatherer/M -woolgathering/M -woolgather/RGJ -woolliness/MS -woolly/RSPT -Woolongong/M -wool/SMYNDX -Woolworth/M -Woonsocket/M -Wooster/M -Wooten/M -woozily -wooziness/MS -woozy/RTP -wop/MS! -Worcestershire/M -Worcester/SM -wordage/SM -word/AGSJD -wordbook/MS -Worden/M -wordily -wordiness/SM -wording/AM -wordless/Y -wordplay/SM -word's -Wordsworth/M -wordy/TPR -wore -workability's -workability/U -workableness/M -workable/U -workably -workaday -workaholic/S -workaround/SM -workbench/MS -workbook/SM -workday/SM -worked/A -worker/M -workfare/S -workforce/S -work/GZJSRDMB -workhorse/MS -workhouse/SM -working/M -workingman/M -workingmen -workingwoman/M -workingwomen -workload/SM -workmanlike -Workman/M -workman/MY -workmanship/MS -workmate/S -workmen/M -workout/SM -workpiece/SM -workplace/SM -workroom/MS -works/A -worksheet/S -workshop/MS -workspace/S -workstation/MS -worktable/SM -worktop/S -workup/S -workweek/SM -worldlier -worldliest -worldliness/USM -worldly/UP -worldwide -world/ZSYM -wormer/M -wormhole/SM -worm/SGMRD -Worms/M -wormwood/SM -wormy/RT -worn/U -worried/Y -worrier/M -worriment/MS -worrisome/YP -worrying/Y -worrywart/SM -worry/ZGSRD -worsen/GSD -worse/SR -worshiper/M -worshipfulness/M -worshipful/YP -worship/ZDRGS -worsted/MS -worst/SGD -worth/DG -worthily/U -worthinesses/U -worthiness/SM -Worthington/M -worthlessness/SM -worthless/PY -Worth/M -worths -worthwhile/P -Worthy/M -worthy/UTSRP -wort/SM -wost -wot -Wotan/M -wouldn't -would/S -wouldst -would've -wound/AU -wounded/U -wounder -wounding -wounds -wound's -wove/A -woven/AU -wovens -wow/SDG -Wozniak/M -WP -wpm -wrack/SGMD -wraith/M -wraiths -Wrangell/M -wrangle/GZDRS -wrangler/M -wraparound/S -wrap/MS -wrapped/U -wrapper/MS -wrapping/SM -wraps/U -wrasse/SM -wrathful/YP -wrath/GDM -wraths -wreak/SDG -wreathe -wreath/GMDS -wreaths -wreckage/MS -wrecker/M -wreck/GZRDS -wrenching/Y -wrench/MDSG -wren/MS -Wren/MS -Wrennie/M -wrester/M -wrestle/JGZDRS -wrestler/M -wrestling/M -wrest/SRDG -wretchedness/SM -wretched/TPYR -wretch/MDS -wriggle/DRSGZ -wriggler/M -wriggly/RT -Wright/M -wright/MS -Wrigley/M -wringer/M -wring/GZRS -wrinkled/U -wrinkle/GMDS -wrinkly/RST -wristband/SM -wrist/MS -wristwatch/MS -writable/U -write/ASBRJG -writer/MA -writeup -writhe/SDG -writing/M -writ/MRSBJGZ -written/UA -Wroclaw -wrongdoer/MS -wrongdoing/MS -wronger/M -wrongfulness/MS -wrongful/PY -wrongheadedness/MS -wrongheaded/PY -wrongness/MS -wrong/PSGTYRD -Wronskian/M -wrote/A -wroth -wrought/I -wrung -wry/DSGY -wryer -wryest -wryness/SM -W's -WSW -wt -W/T -Wuhan/M -Wu/M -Wurlitzer/M -wurst/SM -wuss/S -wussy/TRS -WV -WW -WWI -WWII -WWW -w/XTJGV -WY -Wyatan/M -Wyatt/M -Wycherley/M -Wycliffe/M -Wye/MH -Wyeth/M -Wylie/M -Wylma/M -Wyman/M -Wyndham/M -Wyn/M -Wynne/M -Wynnie/M -Wynn/M -Wynny/M -Wyo/M -Wyomingite/SM -Wyoming/M -WYSIWYG -x -X -Xanadu -Xanthippe/M -Xanthus/M -Xaviera/M -Xavier/M -Xebec/M -Xe/M -XEmacs/M -Xenakis/M -Xena/M -Xenia/M -Xenix/M -xenon/SM -xenophobe/MS -xenophobia/SM -xenophobic -Xenophon/M -Xenos -xerographic -xerography/MS -xerox/GSD -Xerox/MGSD -Xerxes/M -Xever/M -Xhosa/M -Xi'an -Xian/S -Xiaoping/M -xii -xiii -xi/M -Ximenes/M -Ximenez/M -Ximian/SM -Xingu/M -xis -xiv -xix -XL -Xmas/SM -XML -Xochipilli/M -XOR -X's -XS -xterm/M -Xuzhou/M -xv -xvi -xvii -xviii -xx -XXL -xylem/SM -xylene/M -Xylia/M -Xylina/M -xylophone/MS -xylophonist/S -Xymenes/M -Y -ya -yacc/M -Yacc/M -yachting/M -yachtsman -yachtsmen -yachtswoman/M -yachtswomen -yacht/ZGJSDM -yack's -Yagi/M -yahoo/MS -Yahweh/M -Yakima/M -yakked -yakking -yak/SM -Yakut/M -Yakutsk/M -Yale/M -Yalies/M -y'all -Yalonda/M -Yalow/M -Yalta/M -Yalu/M -Yamaha/M -yammer/RDZGS -Yamoussoukro -yam/SM -Yanaton/M -Yance/M -Yancey/M -Yancy/M -Yang/M -Yangon -yang/S -Yangtze/M -Yankee/SM -yank/GDS -Yank/MS -Yaounde/M -yapped -yapping -yap/S -Yaqui/M -yardage/SM -yardarm/SM -Yardley/M -Yard/M -yardman/M -yardmaster/S -yardmen -yard/SMDG -yardstick/SM -yarmulke/SM -yarn/SGDM -Yaroslavl/M -yarrow/MS -Yasmeen/M -Yasmin/M -Yates -yaw/DSG -yawl/SGMD -yawner/M -yawn/GZSDR -yawning/Y -Yb/M -yd -Yeager/M -yeah -yeahs -yearbook/SM -yearling/M -yearlong -yearly/S -yearner/M -yearning/MY -yearn/JSGRD -year/YMS -yea/S -yeastiness/M -yeast/SGDM -yeasty/PTR -Yeats/M -yecch -yegg/MS -Yehudi/M -Yehudit/M -Yekaterinburg/M -Yelena/M -yell/GSDR -yellowhammers -yellowish -Yellowknife/M -yellowness/MS -Yellowstone/M -yellow/TGPSRDM -yellowy -yelper/M -yelp/GSDR -Yeltsin -Yemeni/S -Yemenite/SM -Yemen/M -Yenisei/M -yenned -yenning -yen/SM -Yentl/M -yeomanry/MS -yeoman/YM -yeomen -yep/S -Yerevan/M -Yerkes/M -Yesenia/M -yeshiva/SM -yes/S -yessed -yessing -yesterday/MS -yesteryear/SM -yet -ye/T -yeti/SM -Yetta/M -Yettie/M -Yetty/M -Yevette/M -Yevtushenko/M -yew/SM -y/F -Yggdrasil/M -Yiddish/M -yielded/U -yielding/U -yield/JGRDS -yikes -yin/S -yipe/S -yipped -yippee/S -yipping -yip/S -YMCA -YMHA -Ymir/M -YMMV -Ynes/M -Ynez/M -yo -Yoda/M -yodeler/M -yodel/SZRDG -Yoder/M -yoga/MS -yoghurt's -yogi/MS -yogurt/SM -yoke/DSMG -yoked/U -yokel/SM -yokes/U -yoking/U -Yoknapatawpha/M -Yokohama/M -Yoko/M -Yolanda/M -Yolande/M -Yolane/M -Yolanthe/M -yolk/DMS -yon -yonder -Yong/M -Yonkers/M -yore/MS -Yorgo/MS -Yorick/M -Yorke/M -Yorker/M -yorker/SM -Yorkshire/MS -Yorktown/M -York/ZRMS -Yoruba/M -Yosemite/M -Yoshiko/M -Yoshi/M -Yost/M -you'd -you'll -youngish -Young/M -youngster/MS -Youngstown/M -young/TRYP -you're -your/MS -yourself -yourselves -you/SH -youthfulness/SM -youthful/YP -youths -youth/SM -you've -Yovonnda/M -yow -yowl/GSD -Ypres/M -Ypsilanti/M -yr -yrs -Y's -Ysabel/M -YT -ytterbium/MS -yttrium/SM -yuan/M -Yuba/M -Yucatan -yucca/MS -yuck/GSD -yucky/RT -Yugo/M -Yugoslavia/M -Yugoslavian/S -Yugoslav/M -Yuh/M -Yuki/M -yukked -yukking -Yukon/M -yuk/S -yule/MS -Yule/MS -yuletide/MS -Yuletide/S -Yul/M -Yulma/M -yum -Yuma/M -yummy/TRS -Yunnan/M -yuppie/SM -yup/S -Yurik/M -Yuri/M -yurt/SM -Yves/M -Yvette/M -Yvon/M -Yvonne/M -Yvor/M -YWCA -YWHA -Zabrina/M -Zaccaria/M -Zachariah/M -Zacharia/SM -Zacharie/M -Zachary/M -Zacherie/M -Zachery/M -Zach/M -Zackariah/M -Zack/M -zagging -Zagreb/M -zag/S -Zahara/M -Zaire/M -Zairian/S -Zak/M -Zambezi/M -Zambia/M -Zambian/S -Zamboni -Zamenhof/M -Zamora/M -Zandra/M -Zane/M -Zaneta/M -zaniness/MS -Zan/M -Zanuck/M -zany/PDSRTG -Zanzibar/M -Zapata/M -Zaporozhye/M -Zappa/M -zapped -zapper/S -zapping -zap/S -Zarah/M -Zara/M -Zared/M -Zaria/M -Zarla/M -Zealand/M -zeal/MS -zealot/MS -zealotry/MS -zealousness/SM -zealous/YP -Zea/M -Zebadiah/M -Zebedee/M -Zeb/M -zebra/MS -Zebulen/M -Zebulon/M -zebu/SM -Zechariah/M -Zedekiah/M -Zed/M -Zedong/M -zed/SM -Zeffirelli/M -Zeiss/M -zeitgeist/S -Zeke/M -Zelda/M -Zelig/M -Zellerbach/M -Zelma/M -Zena/M -Zenger/M -Zenia/M -zenith/M -zeniths -Zen/M -Zennist/M -Zeno/M -Zephaniah/M -zephyr/MS -Zephyrus/M -Zeppelin's -zeppelin/SM -Zerk/M -zeroed/M -zeroing/M -zero/SDHMG -zestfulness/MS -zestful/YP -zest/MDSG -zesty/RT -zeta/SM -zeugma/M -Zeus/M -Zhdanov/M -Zhengzhou -Zhivago/M -Zhukov/M -Zia/M -Zibo/M -Ziegfeld/MS -Ziegler/M -zig -zigged -zigging -Ziggy/M -zigzagged -zigzagger -zigzagging -zigzag/MS -zilch/S -zillion/MS -Zilvia/M -Zimbabwean/S -Zimbabwe/M -Zimmerman/M -zincked -zincking -zinc/MS -zing/GZDRM -zingy/RT -zinnia/SM -Zionism/MS -Zionist/MS -Zion/SM -zip/MS -zipped/U -zipper/GSDM -zipping/U -zippy/RT -zips/U -zirconium/MS -zircon/SM -Zita/M -Zitella/M -zither/SM -zit/S -zloty/SM -Zn/M -zodiacal -zodiac/SM -Zoe/M -Zola/M -Zollie/M -Zolly/M -Zomba/M -zombie/SM -zombi's -zonal/Y -Zonda/M -Zondra/M -zoned/A -zone/MYDSRJG -zones/A -zoning/A -zonked -Zonnya/M -zookeepers -zoological/Y -zoologist/SM -zoology/MS -zoom/DGS -zoophyte/SM -zoophytic -zoo/SM -Zorah/M -Zora/M -Zorana/M -Zorina/M -Zorine/M -Zorn/M -Zoroaster/M -Zoroastrianism/MS -Zoroastrian/S -Zorro/M -Zosma/M -zounds/S -Zr/M -Zs -Zsazsa/M -Zsigmondy/M -z/TGJ -Zubenelgenubi/M -Zubeneschamali/M -zucchini/SM -Zukor/M -Zulema/M -Zululand/M -Zulu/MS -Zuni/S -Zürich/M -Zuzana/M -zwieback/MS -Zwingli/M -Zworykin/M -Z/X -zydeco/S -zygote/SM -zygotic -zymurgy/S diff --git a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/mapping-ISOLatin1Accent.txt b/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/mapping-ISOLatin1Accent.txt deleted file mode 100644 index c441043..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/mapping-ISOLatin1Accent.txt +++ /dev/null @@ -1,246 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# Syntax: -# "source" => "target" -# "source".length() > 0 (source cannot be empty.) -# "target".length() >= 0 (target can be empty.) - -# example: -# "À" => "A" -# "\u00C0" => "A" -# "\u00C0" => "\u0041" -# "ß" => "ss" -# "\t" => " " -# "\n" => "" - -# À => A -"\u00C0" => "A" - -# à => A -"\u00C1" => "A" - -#  => A -"\u00C2" => "A" - -# à => A -"\u00C3" => "A" - -# Ä => A -"\u00C4" => "A" - -# Ã… => A -"\u00C5" => "A" - -# Æ => AE -"\u00C6" => "AE" - -# Ç => C -"\u00C7" => "C" - -# È => E -"\u00C8" => "E" - -# É => E -"\u00C9" => "E" - -# Ê => E -"\u00CA" => "E" - -# Ë => E -"\u00CB" => "E" - -# ÃŒ => I -"\u00CC" => "I" - -# à => I -"\u00CD" => "I" - -# ÃŽ => I -"\u00CE" => "I" - -# à => I -"\u00CF" => "I" - -# IJ => IJ -"\u0132" => "IJ" - -# à => D -"\u00D0" => "D" - -# Ñ => N -"\u00D1" => "N" - -# Ã’ => O -"\u00D2" => "O" - -# Ó => O -"\u00D3" => "O" - -# Ô => O -"\u00D4" => "O" - -# Õ => O -"\u00D5" => "O" - -# Ö => O -"\u00D6" => "O" - -# Ø => O -"\u00D8" => "O" - -# Å’ => OE -"\u0152" => "OE" - -# Þ -"\u00DE" => "TH" - -# Ù => U -"\u00D9" => "U" - -# Ú => U -"\u00DA" => "U" - -# Û => U -"\u00DB" => "U" - -# Ü => U -"\u00DC" => "U" - -# à => Y -"\u00DD" => "Y" - -# Ÿ => Y -"\u0178" => "Y" - -# à => a -"\u00E0" => "a" - -# á => a -"\u00E1" => "a" - -# â => a -"\u00E2" => "a" - -# ã => a -"\u00E3" => "a" - -# ä => a -"\u00E4" => "a" - -# Ã¥ => a -"\u00E5" => "a" - -# æ => ae -"\u00E6" => "ae" - -# ç => c -"\u00E7" => "c" - -# è => e -"\u00E8" => "e" - -# é => e -"\u00E9" => "e" - -# ê => e -"\u00EA" => "e" - -# ë => e -"\u00EB" => "e" - -# ì => i -"\u00EC" => "i" - -# í => i -"\u00ED" => "i" - -# î => i -"\u00EE" => "i" - -# ï => i -"\u00EF" => "i" - -# ij => ij -"\u0133" => "ij" - -# ð => d -"\u00F0" => "d" - -# ñ => n -"\u00F1" => "n" - -# ò => o -"\u00F2" => "o" - -# ó => o -"\u00F3" => "o" - -# ô => o -"\u00F4" => "o" - -# õ => o -"\u00F5" => "o" - -# ö => o -"\u00F6" => "o" - -# ø => o -"\u00F8" => "o" - -# Å“ => oe -"\u0153" => "oe" - -# ß => ss -"\u00DF" => "ss" - -# þ => th -"\u00FE" => "th" - -# ù => u -"\u00F9" => "u" - -# ú => u -"\u00FA" => "u" - -# û => u -"\u00FB" => "u" - -# ü => u -"\u00FC" => "u" - -# ý => y -"\u00FD" => "y" - -# ÿ => y -"\u00FF" => "y" - -# ff => ff -"\uFB00" => "ff" - -# ï¬ => fi -"\uFB01" => "fi" - -# fl => fl -"\uFB02" => "fl" - -# ffi => ffi -"\uFB03" => "ffi" - -# ffl => ffl -"\uFB04" => "ffl" - -# ſt => ft -"\uFB05" => "ft" - -# st => st -"\uFB06" => "st" diff --git a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/protwords.en.txt b/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/protwords.en.txt deleted file mode 100644 index 7ec7867..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/protwords.en.txt +++ /dev/null @@ -1,19 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -#----------------------------------------------------------------------- -# Use a protected word file to protect against the stemmer reducing two -# unrelated words to the same base word. - -# Some non-words that normally won't be encountered, -# just to test that they won't be stemmed. - diff --git a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/protwords.pt.txt b/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/protwords.pt.txt deleted file mode 100644 index 7ec7867..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/protwords.pt.txt +++ /dev/null @@ -1,19 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -#----------------------------------------------------------------------- -# Use a protected word file to protect against the stemmer reducing two -# unrelated words to the same base word. - -# Some non-words that normally won't be encountered, -# just to test that they won't be stemmed. - diff --git a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/pt_PT.aff b/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/pt_PT.aff deleted file mode 100644 index a44adfe..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/pt_PT.aff +++ /dev/null @@ -1,1004 +0,0 @@ -SET ISO8859-1 -TRY ãáéíõóôâàúçesianrtolcdugmphbfv - -PFX A Y 1 -PFX A 0 anti [^hirs] - -PFX S Y 2 -PFX S 0 des [^h] -PFX S h des h - -PFX I Y 4 -PFX I 0 in [^plmr] -PFX I 0 im p -PFX I 0 i [lm] -PFX I 0 ir r - -PFX R Y 2 -PFX R 0 re [^s] -PFX R 0 res s - -PFX u Y 1 -PFX u 0 sub [^bhr] - -PFX F Y 3 -PFX F 0 ultra . -PFX F 0 super . -PFX F 0 hiper . - -PFX T Y 6 -PFX T 0 bi . -PFX T 0 tris s -PFX T 0 tri [^s] -PFX T 0 tetra . -PFX T 0 penta . -PFX T 0 hexa . - -SFX p Y 14 -SFX p 0 s [^ã][^lsmrnzx] -SFX p 0 s ãe -SFX p ão ões ão -SFX p l is al -SFX p ol óis ol -SFX p el éis [^v]el -SFX p l is [áéíóú]vel -SFX p l s il -SFX p 0 es [^áéê]s -SFX p ás ases ás -SFX p és eses és -SFX p ês eses ês -SFX p m ns m -SFX p 0 es [rnzx] - -SFX a Y 3 -SFX a 0 s ão -SFX a il eis il -SFX a os as entos - -SFX e Y 2 -SFX e o es ão -SFX e 0 es al - -SFX f Y 12 -SFX f o a [^ã]o -SFX f o as [^ã]o -SFX f 0 a [^aeiouscn] -SFX f 0 as [^aeiouscn] -SFX f 0 a [^ê]s -SFX f 0 as [^ê]s -SFX f ês esa ês -SFX f ês esas ês -SFX f ão ona ão -SFX f ão onas ão -SFX f e a e -SFX f e as e - -SFX b Y 4 -SFX b o - ão -SFX b o s ão -SFX b 0 ssa e -SFX b 0 ssas e - -SFX g Y 2 -SFX g ão oa ão -SFX g ãos oas ão - -SFX m Y 5 -SFX m o amente o -SFX m 0 amente u -SFX m 0 mente [^v][^q][^uo] -SFX m ável avelmente ável -SFX m ível ivelmente ível - -SFX H Y 35 -SFX H 0 amente dor -SFX H ório oriamente ório -SFX H ário ariamente ário -SFX H ático aticamente ático -SFX H ónico onicamente ónico -SFX H ógico ogicamente ógico -SFX H ífero iferamente ífero -SFX H ético eticamente ético -SFX H ístico isticament ístico -SFX H íssimo issimament íssimo -SFX H ítico iticamente ítico -SFX H áfico aficamente áfico -SFX H étrico etricament étrico -SFX H ómico omicamente ómico -SFX H érico ericamente érico -SFX H ótico oticamente ótico -SFX H áceo aceamente áceo -SFX H ástico asticament ástico -SFX H ício iciamente ício -SFX H ífico ificamente ífico -SFX H íaco iacamente íaco -SFX H ólico olicamente ólico -SFX H órico oricamente órico -SFX H énico enicamente énico -SFX H ódico odicamente ódico -SFX H ópico opicamente ópico -SFX H álico alicamente álico -SFX H érmico ermicament érmico -SFX H ívoro ivoramente ívoro -SFX H ábico abicamente ábico -SFX H ófilo ofilamente ófilo -SFX H élico elicamente élico -SFX H émico emicamente émico -SFX H ónio oniamente ónio -SFX H ásico asicamente ásico - -SFX q Y 32 -SFX q ologia ólogo logia -SFX q ologia óloga logia -SFX q ologia ólogos logia -SFX q ologia ólogas logia -SFX q afia áfico afia -SFX q afia áfica afia -SFX q afia áficos afia -SFX q afia áficas afia -SFX q omania ómano mania -SFX q omania ómana mania -SFX q omania ómanos mania -SFX q omania ómanas mania -SFX q ofobia ófobo fobia -SFX q ofobia ófoba fobia -SFX q ofobia ófobos fobia -SFX q ofobia ófobas fobia -SFX q ofilia ófilo filia -SFX q ofilia ófila filia -SFX q ofilia ófilos filia -SFX q ofilia ófilas filia -SFX q ídio ida cídio -SFX q ídio idas cídio -SFX q ia a patia -SFX q ia as patia -SFX q ura or cultura -SFX q ura ora cultura -SFX q ura ores cultura -SFX q ura oras cultura -SFX q cia ta cracia -SFX q cia tas cracia -SFX q smo sta eísmo -SFX q smo stas eísmo - -SFX r Y 46 -SFX r ogia ógico logia -SFX r ogia ógica logia -SFX r ogia ógicos logia -SFX r ogia ógicas logia -SFX r ografia ógrafo ografia -SFX r ografia ógrafa ografia -SFX r ografia ógrafos ografia -SFX r ografia ógrafas ografia -SFX r omia ómico nomia -SFX r omia ómica nomia -SFX r omia ómicos nomia -SFX r omia ómicas nomia -SFX r ia íaco mania -SFX r ia íaca mania -SFX r ia íacos mania -SFX r ia íacas mania -SFX r acia ático cracia -SFX r acia ática cracia -SFX r acia áticos cracia -SFX r acia áticas cracia -SFX r icultura ícola cultura -SFX r icultura ícolas cultura -SFX r arquia árquico arquia -SFX r arquia árquica arquia -SFX r arquia árquicos arquia -SFX r arquia árquicas arquia -SFX r obia óbico fobia -SFX r obia óbica fobia -SFX r obia óbicos fobia -SFX r obia óbicas fobia -SFX r atia ático patia -SFX r atia ática patia -SFX r atia áticos patia -SFX r atia áticas patia -SFX r etria étrico metria -SFX r etria étrica metria -SFX r etria étricos metria -SFX r etria étricas metria -SFX r orfia órfico morfia -SFX r orfia órfica morfia -SFX r orfia órficos morfia -SFX r orfia órficas morfia -SFX r morfismo mórfico morfismo -SFX r morfismo mórfica morfismo -SFX r morfismo mórficos morfismo -SFX r morfismo mórficas morfismo - -SFX s Y 32 -SFX s o íssimo [^cçg]o -SFX s co quíssimo co -SFX s ço císsimo ço -SFX s go guíssimo go -SFX s e íssimo e -SFX s 0 íssimo [lr] -SFX s ês esíssimo ês -SFX s z císsimo z -SFX s o íssima [^cçg]o -SFX s co quíssima co -SFX s ço císsima ço -SFX s go guíssima go -SFX s e íssima e -SFX s 0 íssima [lr] -SFX s ês esíssima ês -SFX s z císsima z -SFX s o íssimos [^cçg]o -SFX s co quíssimos co -SFX s ço císsimos ço -SFX s go guíssimos go -SFX s e íssimos e -SFX s 0 íssimos [lr] -SFX s ês esíssimos ês -SFX s z císsimos z -SFX s o íssimas [^cçg]o -SFX s co quíssimas co -SFX s ço císsimas ço -SFX s go guíssimas go -SFX s e íssimas e -SFX s 0 íssimas [lr] -SFX s ês esíssimas ês -SFX s z císsimas z - -SFX d Y 22 -SFX d o idade [^çg]o -SFX d ço cidade ço -SFX d go guidade go -SFX d e idade e -SFX d 0 idade r -SFX d 0 idade [^v][^q]l -SFX d vel bilidade [^áíú]vel -SFX d ável abilidade ável -SFX d ível ibilidade ível -SFX d úvel ubilidade úvel -SFX d z cidade z -SFX d o idades [^çg]o -SFX d ço cidades ço -SFX d go guidades go -SFX d e idades e -SFX d 0 idades r -SFX d 0 idades [^v][^q]l -SFX d vel bilidades [^áí]vel -SFX d ável abilidades ável -SFX d ível ibilidades ível -SFX d úvel ubilidades úvel -SFX d z cidades z - -SFX i Y 24 -SFX i o ismo [^cçã]o -SFX i co quismo co -SFX i ço cismo ço -SFX i ção cionismo ção -SFX i a ismo [^icg]a -SFX i a smo ia -SFX i ca quismo ca -SFX i ga guismo ga -SFX i e ismo e -SFX i 0 ismo [lr] -SFX i ês esismo ês -SFX i m nismo m -SFX i o ismos [^cçã]o -SFX i co quismos co -SFX i ço cismos ço -SFX i ção cionismos ção -SFX i a ismos [^icg]a -SFX i a smos ia -SFX i ca quismos ca -SFX i ga guismos ga -SFX i e ismos e -SFX i 0 ismos [lr] -SFX i ês esismos ês -SFX i m nismos m - -SFX t Y 24 -SFX t o ista [^cçãi]o -SFX t co quista co -SFX t ço cista ço -SFX t ção cionista ção -SFX t são sionista são -SFX t io ísta io -SFX t a ista [^içg]a -SFX t a sta ia -SFX t ça cista ça -SFX t a uista ga -SFX t e ista e -SFX t 0 ista [lr] -SFX t o istas [^cçã]o -SFX t co quistas co -SFX t ço cistas ço -SFX t ção cionistas ção -SFX t são sionistas são -SFX t io ístas io -SFX t a istas [^içg]a -SFX t a stas ia -SFX t ça cistas ça -SFX t a uistas ga -SFX t e istas e -SFX t 0 istas [lr] - -SFX h Y 42 -SFX h o inho [^cgçãi]o -SFX h co quinho co -SFX h ço cinho ço -SFX h o uinho go -SFX h 0 zinho ão -SFX h e inho e -SFX h 0 inho [^ê][sz] -SFX h ês esinho ês -SFX h 0 zinho [irun] -SFX h ó ozinho ó -SFX h ô ozinho ô -SFX h é ezinho é -SFX h ú uzinho ú -SFX h m nzinho m -SFX h 0 zinho l -SFX h o inhos [^cgçãi]o -SFX h co quinhos co -SFX h ço cinhos ço -SFX h o uinhos go -SFX h 0 zinhos ão -SFX h e inhos e -SFX h 0 inhos [^ê][sz] -SFX h ês esinhos ês -SFX h 0 zinhos [irun] -SFX h ó ozinhos ó -SFX h ô ozinhos ô -SFX h é ezinhos é -SFX h ú uzinhos ú -SFX h m nzinhos m -SFX h 0 zinhos l -SFX h a inha [^çg]a -SFX h ca quinha ca -SFX h ça cinha ça -SFX h a uinha ga -SFX h á azinha á -SFX h ã azinha ã -SFX h a inhas [^çg]a -SFX h ca quinhas ca -SFX h ça cinhas ça -SFX h a uinhas ga -SFX h á azinhas á -SFX h ã azinhas ã - -SFX z N 4 -SFX z 0 zinho [^ã][eo] -SFX z 0 inho l -SFX z 0 zinhos [^ã][eo] -SFX z 0 inhos l - -SFX c Y 8 -SFX c r ção [ae]r -SFX c r ção [^zg]ir -SFX c zir ção zir -SFX c r sição por -SFX c r ções [ae]r -SFX c r ções [^zg]ir -SFX c zir ções zir -SFX c r sições por - -SFX C Y 8 -SFX C tar ção tar -SFX C ionar ção cionar -SFX C ir cção air -SFX C ir ção uir -SFX C tar ções tar -SFX C ionar ções cionar -SFX C ir cções air -SFX C ir ções uir - -SFX M Y 4 -SFX M r mento [ai]r -SFX M er imento er -SFX M r mentos [ai]r -SFX M er imentos er - -SFX n Y 6 -SFX n r nte [ae]r -SFX n ir ente ir -SFX n r nente or -SFX n r ntes [ae]r -SFX n ir entes ir -SFX n r nentes or - -SFX D Y 4 -SFX D r dor [aei]r -SFX D r dora [aei]r -SFX D r dores [aei]r -SFX D r doras [aei]r - -SFX v Y 6 -SFX v ar ável ar -SFX v er ível er -SFX v ir ível ir -SFX v ar áveis ar -SFX v er íveis er -SFX v ir íveis ir - -SFX X Y 94 -SFX X ar o [^\-]ar -SFX X r s ar -SFX X ar a [^\-]ar -SFX X r mos ar -SFX X r is ar -SFX X r m ar -SFX X ar e [^cgç]ar -SFX X car que car -SFX X gar gue gar -SFX X çar ce çar -SFX X ar es [^cgç]ar -SFX X car ques car -SFX X gar gues gar -SFX X çar ces çar -SFX X ar emos [^cgç]ar -SFX X car quemos car -SFX X gar guemos gar -SFX X çar cemos çar -SFX X ar eis [^cgç]ar -SFX X car queis car -SFX X gar gueis gar -SFX X çar ceis çar -SFX X ar em [^cgç]ar -SFX X car quem car -SFX X gar guem gar -SFX X çar cem çar -SFX X r i ar -SFX X er o [^cug\-]er -SFX X cer ço cer -SFX X ger jo ger -SFX X guer go guer -SFX X r s er -SFX X er e er -SFX X r mos er -SFX X r is er -SFX X r m er -SFX X er a [^cug\-]er -SFX X cer ça cer -SFX X ger ja ger -SFX X guer ga guer -SFX X er as [^cug]er -SFX X cer ças cer -SFX X ger jas ger -SFX X guer gas guer -SFX X er amos [^cug]er -SFX X cer çamos cer -SFX X ger jamos ger -SFX X guer gamos guer -SFX X er ais [^cug]er -SFX X cer çais cer -SFX X ger jais ger -SFX X guer gais guer -SFX X er am [^cug]er -SFX X cer çam cer -SFX X ger jam ger -SFX X guer gam guer -SFX X r i er -SFX X ir o [^cug\-]ir -SFX X cir ço cir -SFX X gir jo gir -SFX X quir co quir -SFX X uir o guir -SFX X ir es ir -SFX X ir e ir -SFX X r mos ir -SFX X r s ir -SFX X ir em ir -SFX X ir a [^cug\-]ir -SFX X cir ça cir -SFX X gir ja gir -SFX X quir ca quir -SFX X uir a guir -SFX X ir as [^cug]ir -SFX X cir ças cir -SFX X gir jas gir -SFX X quir cas quir -SFX X uir as guir -SFX X ir amos [^cug]ir -SFX X cir çamos cir -SFX X gir jamos gir -SFX X quir camos quir -SFX X uir amos guir -SFX X ir ais [^cug]ir -SFX X cir çais cir -SFX X gir jais gir -SFX X quir cais quir -SFX X uir ais guir -SFX X ir am [^cug]ir -SFX X cir çam cir -SFX X gir jam gir -SFX X quir cam quir -SFX X uir am guir -SFX X ar á ar -SFX X er ê er - -SFX Y Y 125 -SFX Y r va ar -SFX Y r vas ar -SFX Y ar ávamos ar -SFX Y ar áveis ar -SFX Y r vam ar -SFX Y ar ei [^cçg]ar -SFX Y car quei car -SFX Y gar guei gar -SFX Y çar cei çar -SFX Y r ste ar -SFX Y ar ou ar -SFX Y ar ámos ar -SFX Y r stes ar -SFX Y 0 am ar -SFX Y 0 a ar -SFX Y 0 as ar -SFX Y ar áramos ar -SFX Y ar áreis ar -SFX Y 0 ei ar -SFX Y 0 ás ar -SFX Y 0 á ar -SFX Y 0 emos ar -SFX Y 0 eis ar -SFX Y 0 ão ar -SFX Y r sse ar -SFX Y r sses ar -SFX Y ar ássemos ar -SFX Y ar ásseis ar -SFX Y r ssem ar -SFX Y 0 es ar -SFX Y 0 mos ar -SFX Y 0 des ar -SFX Y 0 em ar -SFX Y 0 ia ar -SFX Y 0 ias ar -SFX Y 0 íamos ar -SFX Y 0 íeis ar -SFX Y 0 iam ar -SFX Y r ndo ar -SFX Y r do ar -SFX Y r da ar -SFX Y r dos ar -SFX Y r das ar -SFX Y er ia er -SFX Y er ias er -SFX Y er íamos er -SFX Y er íeis er -SFX Y er iam er -SFX Y er i er -SFX Y r ste er -SFX Y r u er -SFX Y r mos er -SFX Y r stes er -SFX Y 0 am er -SFX Y 0 a er -SFX Y 0 as er -SFX Y er êramos er -SFX Y er êreis er -SFX Y 0 ei er -SFX Y 0 ás er -SFX Y 0 á er -SFX Y 0 emos er -SFX Y 0 eis er -SFX Y 0 ão er -SFX Y r sse er -SFX Y r sses er -SFX Y er êssemos er -SFX Y er êsseis er -SFX Y r ssem er -SFX Y 0 es er -SFX Y 0 mos er -SFX Y 0 des er -SFX Y 0 em er -SFX Y 0 ia er -SFX Y 0 ias er -SFX Y 0 íamos er -SFX Y 0 íeis er -SFX Y 0 iam er -SFX Y r ndo er -SFX Y er ido er -SFX Y er ida er -SFX Y er idos er -SFX Y er idas er -SFX Y r a ir -SFX Y r as ir -SFX Y ir íamos ir -SFX Y ir íeis ir -SFX Y r am ir -SFX Y ir i ir -SFX Y r ste ir -SFX Y r u ir -SFX Y r mos ir -SFX Y r stes ir -SFX Y 0 am ir -SFX Y 0 a ir -SFX Y 0 as ir -SFX Y ir íramos ir -SFX Y ir íreis ir -SFX Y 0 ei ir -SFX Y 0 ás ir -SFX Y 0 á ir -SFX Y 0 emos ir -SFX Y 0 eis ir -SFX Y 0 ão ir -SFX Y r sse ir -SFX Y r sses ir -SFX Y ir íssemos ir -SFX Y ir ísseis ir -SFX Y r ssem ir -SFX Y 0 es ir -SFX Y 0 mos ir -SFX Y 0 des ir -SFX Y 0 em ir -SFX Y 0 ia ir -SFX Y 0 ias ir -SFX Y 0 íamos ir -SFX Y 0 íeis ir -SFX Y 0 iam ir -SFX Y r ndo ir -SFX Y r do ir -SFX Y r da ir -SFX Y r dos ir -SFX Y r das ir -SFX Y ar á ar -SFX Y er ê er - -SFX Z Y 38 -SFX Z erir iro erir -SFX Z ir es erir -SFX Z ir e erir -SFX Z r mos erir -SFX Z r s erir -SFX Z ir em erir -SFX Z erir ira erir -SFX Z erir iras erir -SFX Z erir iramos erir -SFX Z erir irais erir -SFX Z erir iram erir -SFX Z ar io ear -SFX Z ar ias ear -SFX Z ar ia ear -SFX Z r mos ear -SFX Z r is ear -SFX Z ar iam ear -SFX Z ar ie ear -SFX Z ar ies ear -SFX Z ar emos ear -SFX Z ar eis ear -SFX Z ar iem ear -SFX Z ar ai ear -SFX Z ar iem ear -SFX Z ir o uzir -SFX Z ir es uzir -SFX Z zir z uzir -SFX Z r mos uzir -SFX Z r s uzir -SFX Z ir em uzir -SFX Z ir a uzir -SFX Z ir as uzir -SFX Z ir amos uzir -SFX Z ir ais uzir -SFX Z ir am uzir -SFX Z ir i uzir -SFX Z ar á ar -SFX Z er ê er - -SFX K Y 234 -SFX K ir o uir -SFX K r o air -SFX K r s [ua]ir -SFX K ir i [ua]ir -SFX K ir ímos [ua]ir -SFX K ir ís [ua]ir -SFX K ir em [ua]ir -SFX K ir ía [ua]ir -SFX K ir ías [ua]ir -SFX K ir íamos [ua]ir -SFX K ir íeis [ua]ir -SFX K ir íam [ua]ir -SFX K ir í [ua]ir -SFX K ir íste [ua]ir -SFX K r u [ua]ir -SFX K ir ímos [ua]ir -SFX K ir ístes [ua]ir -SFX K ir íram [ua]ir -SFX K ir íra [ua]ir -SFX K ir íras [ua]ir -SFX K ir íramos [ua]ir -SFX K ir íreis [ua]ir -SFX K 0 ei [ua]ir -SFX K 0 ás [ua]ir -SFX K 0 á [ua]ir -SFX K 0 emos [ua]ir -SFX K 0 eis [ua]ir -SFX K 0 ão [ua]ir -SFX K ir a uir -SFX K ir as uir -SFX K ir amos uir -SFX K ir ais uir -SFX K ir am uir -SFX K r a air -SFX K r as air -SFX K r amos air -SFX K r ais air -SFX K r am air -SFX K ir ísse [ua]ir -SFX K ir ísses [ua]ir -SFX K ir íssemos [ua]ir -SFX K ir ísseis [ua]ir -SFX K ir íssem [ua]ir -SFX K ir íres [ua]ir -SFX K 0 mos [ua]ir -SFX K ir írdes [ua]ir -SFX K ir írem [ua]ir -SFX K 0 ia [ua]ir -SFX K 0 ias [ua]ir -SFX K 0 íamos [ua]ir -SFX K 0 íeis [ua]ir -SFX K 0 iam [ua]ir -SFX K ir í [ua]ir -SFX K r ndo [ua]ir -SFX K ir ído [ua]ir -SFX K ir ída [ua]ir -SFX K ir ídos [ua]ir -SFX K ir ídas [ua]ir -SFX K r nho por -SFX K or ões por -SFX K or õe por -SFX K r mos por -SFX K r ndes por -SFX K or õem por -SFX K or unha por -SFX K or unhas por -SFX K or únhamos por -SFX K or únheis por -SFX K or unham por -SFX K or us por -SFX K or useste por -SFX K or ôs por -SFX K or usemos por -SFX K or usestes por -SFX K or useram por -SFX K or usera por -SFX K or useras por -SFX K or uséramos por -SFX K or uséreis por -SFX K 0 ei por -SFX K 0 ás por -SFX K 0 á por -SFX K 0 emos por -SFX K 0 eis por -SFX K 0 ão por -SFX K r nha por -SFX K r nhas por -SFX K r nhamos por -SFX K r nhais por -SFX K r nham por -SFX K or usesse por -SFX K or usesses por -SFX K or uséssemos por -SFX K or usésseis por -SFX K or usessem por -SFX K or user por -SFX K or useres por -SFX K or user por -SFX K or usermos por -SFX K or userdes por -SFX K or userem por -SFX K 0 ia por -SFX K 0 ias por -SFX K 0 íamos por -SFX K 0 íeis por -SFX K 0 iam por -SFX K r nde por -SFX K r ndo por -SFX K r sto por -SFX K r sta por -SFX K r stos por -SFX K r stas por -SFX K 0 es por -SFX K 0 mos por -SFX K 0 des por -SFX K 0 em por -SFX K zer ço fazer -SFX K r s fazer -SFX K zer z fazer -SFX K r mos fazer -SFX K r is fazer -SFX K r m fazer -SFX K er ia fazer -SFX K er ias fazer -SFX K er íamos fazer -SFX K er íeis fazer -SFX K er iam fazer -SFX K azer iz fazer -SFX K azer izeste fazer -SFX K azer ez fazer -SFX K azer izemos fazer -SFX K azer izestes fazer -SFX K azer izeram fazer -SFX K azer izera fazer -SFX K azer izeras fazer -SFX K azer izéramos fazer -SFX K azer izéreis fazer -SFX K zer rei fazer -SFX K zer rás fazer -SFX K zer rá fazer -SFX K zer remos fazer -SFX K zer reis fazer -SFX K zer rão fazer -SFX K zer ça fazer -SFX K zer ças fazer -SFX K zer çamos fazer -SFX K zer çais fazer -SFX K zer çam fazer -SFX K azer izesse fazer -SFX K azer izesses fazer -SFX K azer izéssemos fazer -SFX K azer izésseis fazer -SFX K azer izessem fazer -SFX K azer izer fazer -SFX K azer izeres fazer -SFX K azer izer fazer -SFX K azer izermos fazer -SFX K azer izerdes fazer -SFX K azer izerem fazer -SFX K zer ria fazer -SFX K zer rias fazer -SFX K zer ríamos fazer -SFX K zer ríeis fazer -SFX K zer riam fazer -SFX K r i fazer -SFX K r ndo fazer -SFX K zer eito fazer -SFX K zer eita fazer -SFX K zer eitos fazer -SFX K zer eitas fazer -SFX K 0 es fazer -SFX K 0 mos fazer -SFX K 0 des fazer -SFX K 0 em fazer -SFX K zer go dizer -SFX K r s dizer -SFX K zer z dizer -SFX K r mos dizer -SFX K r is dizer -SFX K r m dizer -SFX K er ia dizer -SFX K er ias dizer -SFX K er íamos dizer -SFX K er íeis dizer -SFX K er iam dizer -SFX K zer sse dizer -SFX K zer sseste dizer -SFX K zer sse dizer -SFX K zer ssemos dizer -SFX K zer ssestes dizer -SFX K zer sseram dizer -SFX K zer ssera dizer -SFX K zer sseras dizer -SFX K zer sséramos dizer -SFX K zer sséreis dizer -SFX K zer rei dizer -SFX K zer rás dizer -SFX K zer rá dizer -SFX K zer remos dizer -SFX K zer reis dizer -SFX K zer rão dizer -SFX K zer ga dizer -SFX K zer gas dizer -SFX K zer gamos dizer -SFX K zer gais dizer -SFX K zer gam dizer -SFX K zer ssesse dizer -SFX K zer ssesses dizer -SFX K zer sséssemos dizer -SFX K zer ssésseis dizer -SFX K zer ssessem dizer -SFX K zer sser dizer -SFX K zer sseres dizer -SFX K zer sser dizer -SFX K zer ssermos dizer -SFX K zer sserdes dizer -SFX K zer sserem dizer -SFX K zer ria dizer -SFX K zer rias dizer -SFX K zer ríamos dizer -SFX K zer ríeis dizer -SFX K zer riam dizer -SFX K r i dizer -SFX K r ndo dizer -SFX K zer to dizer -SFX K zer ta dizer -SFX K zer tos dizer -SFX K zer tas dizer -SFX K 0 es dizer -SFX K 0 mos dizer -SFX K 0 des dizer -SFX K 0 em dizer -SFX K ar á ar -SFX K er ê er - -SFX o Y 4 -SFX o r dela [ai]r -SFX o r delas [ai]r -SFX o er idela er -SFX o er idelas er - -SFX y Y 4 -SFX y o eiro o -SFX y o eiros o -SFX y a eira a -SFX y a eiras a - -SFX w Y 20 -SFX w 0 so o -SFX w 0 sa o -SFX w 0 sos o -SFX w 0 sas o -SFX w a oso a -SFX w a osa a -SFX w a osos a -SFX w a osas a -SFX w ção cioso ção -SFX w ção ciosa ção -SFX w ção ciosos ção -SFX w ção ciosas ção -SFX w e oso e -SFX w e osa e -SFX w e osos e -SFX w e osas e -SFX w 0 oso [^aeiou] -SFX w 0 osa [^aeiou] -SFX w 0 osos [^aeiou] -SFX w 0 osas [^aeiou] - -SFX j Y 25 -SFX j 0 izar l -SFX j e izar e -SFX j o izar o -SFX j a zar ia -SFX j a izar [^i]a -SFX j 0 izado l -SFX j e izado e -SFX j o izado o -SFX j a zado ia -SFX j a izado [^i]a -SFX j 0 izada l -SFX j e izada e -SFX j o izada o -SFX j a zada ia -SFX j a izada [^i]a -SFX j 0 izados l -SFX j e izados e -SFX j o izados o -SFX j a zados ia -SFX j a izados [^i]a -SFX j 0 izadas l -SFX j e izadas e -SFX j o izadas o -SFX j a zadas ia -SFX j a izados [^i]a - -SFX G Y 23 -SFX G o ice [^çgc]o -SFX G ço cice ço -SFX G go guice go -SFX G co quice co -SFX G a ice [^çgc]a -SFX G ça cice ça -SFX G ga guice ga -SFX G ca quice ca -SFX G e ice e -SFX G 0 ice r -SFX G a ice a -SFX G 0 ice [^v][^q]l -SFX G vel bilice [^áí]vel -SFX G ável abilice ável -SFX G ível ibilice ível -SFX G z cice z -SFX G o ices [^çg]o -SFX G go guices go -SFX G co quices co -SFX G a ices [^çg]a -SFX G ga guices ga -SFX G ca quices ca -SFX G 0 ices [^v][^q]l - diff --git a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/pt_PT.dic b/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/pt_PT.dic deleted file mode 100644 index 60e72b9..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/pt_PT.dic +++ /dev/null @@ -1,32083 +0,0 @@ -32082 -a/u -AAC -aba/ipy -abacate/p -abacaxi/p -abade/bp -abadia/p -abafar/DKXYZfnp -abafo/Sfp -abaixar/DKMXYZfp -abalançar/KXYZfp -abalar/KXYZfpv -abalizar/DKXYZfp -abalo/fjp -abalroar/KMXYZcfp -abanadela -abanadura -abanar/DKXYZfp -abandalhar/KMXYZcfp -abandonar/KMXYZfpv -abandono/fp -abanico -abano/fp -abanão/p -abarcar/DKMXYZfnp -abarrotar/KMXYZfp -abastança -abastar/KMXYZfp -abastardar/KMXYZfp -abastecedouro -abastecer/DKMXYZfp -abastonar/KXYZfp -abatatar/KXYZfp -abater/DKMXYZfp -abaulai/p -abaulamos -abaular/KMYZfp -abaulei/p -abaulemos -abaúlam -abaúle/fp -abaúlem -abaúlo/f -ABC -abcesso/p -abcissa/p -abdicar/DKXYZcfnpv -abdicativo -abdicatário -abdicatório -abdominal/p -abducente -abdutivo/f -abdutor/fp -abduzir/YZfp -abdução -abdómen/p -Abecassis -abecedário/p -abeirar/KMXYZfp -abeiçar/KXYZfp -Abel -abelha/p -abelhão/p -abeliano/fp -abencerragem/p -abençoadeira -abençoar/DKXYZfp -aberrar/KXYZcfnp -aberrativo -abertivo -aberto/Rfmp -abertura/p -abesoirar/KXYZfp -abesourar/KXYZfp -abespinhar/KXYZfp -abeto/p -abetumar/KXYZfp -abismal/p -abismar/KXYZfp -abissal/p -abissínio/fp -abjecto -abjecção -abjudicar/DKXYZcfnpv -abjurar/DKMXYZcfnpv -abjuratório -ablativo/p -ablação -abnegar/DKXYZcfmp -abnegativo -abobadado/fp -abobar/KXYZfp -aboboral -abocamento -abocanhar/KXYZfp -Aboim -abole/p -abolem -aboli/p -abolicionismo/Ap -abolicionista/Ap -abolir/DMYcfp -abolitivo -abolição/ipt -abominar/DKXYZcfpv -abonar/DKXYZfp -abonatório/fp -abono/fp -abordagem/p -abordar/DKXYZfpv -aborrecer/DKMXYZfpv -abortadeira -abortar/DKMXYZfp -abortivo/fp -aborto/fp -abortos/A -aborígene/p -abotoadeira -abotoadura/S -abotoar/DKSXYZfp -abracadabra -Abraham -Abrams -abrandar/KMXYZfp -abranger/KXYZfnp -abrangência/p -Abrantes -abrasar/DKMXYZfnp -abrasileirar/KXYZfp -abrasivo/fp -abrasão -Abraão -abraçadeira -abraçar/DKMXYZfp -abraço/fp -abreacção/p -abrenunciar/KXYZcfp -Abreu -abreviar/DKMXYZcfmp -abreviativo -abreviatura/p -abrigadoiro -abrigadouro -abrigar/DKSXYZfp -abrigo/fp -Abril -abrilhantar/KXYZfp -abrir/MXYfp -abrolhar/M -abrolhoso -abrunhal -abrunho/py -abrupto/fmp -absentismo/p -absentista/p -abside/p -absoluto/fimpt -absolutório -absolver/KMXYZfp -absolvição/p -absorto/fp -absorvedouro -absorver/DKXYZfnpv -absorvência/p -absorvível/dp -absorção/p -abstenção/ipt -abster/Mn -abstinente -abstinência/p -abstractivo -abstracto/fimp -abstracção/ipt -abstrair/CK -abstémio/fp -absurdez -absurdeza -absurdo/dfimp -Abu -abulais -abulam -abulamos -abulia -abulo/f -abundante/mp -abundar/KXYZfnp -abundância/p -aburguesar/KXYZfp -abusar/DKXYZfp -abusivo/fm -abuso/fp -abutre/p -Abércio -Abílio -abóbada/p -abóbora/p -acabado/Ifp -acabadote -acabar/DKMXYZfp -acabrunhado/fmp -academia/ipt -académico/Hfp -acalcar/KXYZfp -acalentar/DKXYZfp -acalmar/KMXYZfp -acalmia -acalorar/KXYZfmp -acalçar/KXYZfp -acamar/KMXYZcfp -acampar/KMXYZfp -acanhar/DKMXYZfp -acantonar/KMXYZfp -acariciar/DKXYZfnp -acariciativo -acarinhar/KXYZfp -acarretar/KXYZfp -acartar/KMXYZfp -acasalar/KMXYZcfp -acaso/p -acastanhado/fp -acastelar/KMXYZfp -acatar/DKMXYZfpv -acatólico -acautelar/KSXYZfp -acavalado -accional/Rp -accionar/DKMXYZfpv -accione/fpt -aceder/KXYZfnp -acedioso -acedência/p -acefalia -acefálico/f -aceitar/DKMXYZcfmnpv -aceitáveis/I -aceitável/dp -acelerar/DKMSXYZcfnp -acenar/KMXYZfp -acender/DKMRXYZfpv -aceno/fp -acento/p -acentual/p -acentuar/KSXYZcfmp -acepipe/p -acepção/p -acerbar/KXYZfp -acercar/KXYZfp -acerrimamente -acertar/KSXYZfp -acerto/Sfp -acervo/p -aceso/fp -acesso/p -acessão -acessível/Idp -acessório/fp -acetal/p -acetato/p -acetileno/p -acetinar/DKXYZcfp -acetona -achaque/p -achar/DKMXYZfp -achatadela -achatadura -achatar/KMXYZfp -achegar/KSXYZfp -achinelar/KXYZfp -achinesar/KXYZfp -acicatar/KXYZfp -acicular/p -acidar/KXYZcfpv -acidental/mp -acidentar/KXYZcfpv -acidez -acidificar/KXYZfnp -acidófilo -acilação -acima -acinzar/KMXYZfp -acinzentar/KXYZfp -acinético -acirrar/KMXYZfnp -acitrinar/KXYZfp -aclamar/DKXYZcfp -aclamativo -aclarar/KXYZcfp -aclimar/KSXYZcfp -aclimatar/CKSXYZcfp -aclimatizar/KXYZfp -aclive -acne -acobardar/KMSXYZfp -acobertar/KXYZfp -acocado -acocorar/KMXYZcfp -acode/p -acodem -acoimar/DKXYZfp -acoitar/DKMXYZfp -acolchetar/DKMXYZfp -acolchoadeira -acolchoar/KMXYZfp -acolher/DKMSXYZfp -acolia -acolá -acomadrar/KXYZfp -acometer/DKMXYZfpv -acomodadiço -acomodar/KMSXYZcfpv -acomodável/IS -acompadrar/KXYZfp -acompanhar/DKMSXYZfnp -acompassar/KXYZfp -acompridar/KXYZfp -aconchegar/KSXYZfp -acondicionar/KMXYZcfp -acondimentar/KXYZfp -aconselhar/DKMSXYZfpv -aconsoantar/KXYZfp -acontecer/KMXYZfp -acoplamento -acopular -acordar/KSXYZfnp -acordeonista -acordeão -acordo/Sfp -acoria -acoronhar/KXYZfp -acorrentar/KMSXYZfp -acorrer/KXYZfnp -acossar/DKXYZfp -acostagem -acostar/KMSXYZfpv -acostumar/KSXYZfp -acotovelar/KMXYZfp -acovardar/KXYZfp -ACP -acre -acreditar/DKSXYZcfpv -acreditável/ISp -acrescentar/KMXYZfp -acrescento/fp -acrescer/KMXYZfnp -acriançar/KXYZfp -acrobacia/p -acrobata/i -acrobático/fp -acromatizar/KXYZfp -acromático/fp -acréscimo/p -acrílico/fp -acrítico/fp -acrónico -acrónimo/p -acrópole/p -actinomórfica/p -activar/DKRSXYZcfnp -activo/Idfimpt -acto/fp -actor/Rp -actriz/p -actual/dijmpt -actualizar/DKRSXYZcfp -actuar/DKXYZcfnp -actínio/f -acudais -acudam -acudamos -acudi/p -acudir/Yfp -acudo/f -acuidade/p -aculturação -acume/p -acumular/DKMXYZcfpv -acumulativo/fp -acupunctura -acurar/KXYZfp -acurralar/KXYZfp -acurvar/KMXYZfp -acusar/DKMXYZcfpv -acusativo -acusatório/fp -acusmático/fp -acusticamente -acusável/Ip -acutangular -acutiladiço -acutilar/DKMXYZfnp -acutângulo -acácia/p -Acácio -acádico -acção/pt -acções/IR -acéfalo/fp -acérrimo/fp -acético -acíclico/fp -acólito/p -acórdão/a -acústico/fp -AD -adaga -adagial/p -adagiar/KXYZfp -adagiário -Adalberto -adamascar/KXYZfp -adamastor -Adams -adaptado/IRSfp -adaptar/DKRSXYZcfpv -adaptativo/fp -adaptação/IRSp -adaptável/Idp -adaptómetro -adegar/KXYZfp -adegueiro -adejar -Adelaide -adelgaçar/DKMXYZfp -Adelson -ademais -adenda -adenoma/p -adenopatia/pq -adenosina -adensar/KXYZfp -adentar/KXYZfp -adentrar/KXYZfp -adepto/fp -adequado/ISfp -adequai/p -adequam -adequamos -adequar/KSYZcdfmpv -adequei/p -adequemos -adequo/f -adequém -adeqúe/p -adeqúem -adereço/pt -aderir/YZfnp -aderência/p -adesivo/dfp -adestrar/M -adesão/p -adeus/fp -adeusar/KXYZfp -adiamantar/KXYZfp -adiantar/KMXYZfp -adiar/KMXYZfnpv -adicional/mp -adicionar/DKMXYZcfpv -adietar/KXYZfp -adipose/df -adiposo/df -adir/XYcfnp -aditar/CKMXYZfp -aditivo/fp -aditício -adivinhar/DKXYZcfp -adivinhatório/fp -adivinho/fp -adiáveis/I -adiável/dp -adjacente/p -adjacência/p -adjectival/p -adjectivar/KXYZcfp -adjective/dfp -adjectivo/dfp -adjudicar/DKXYZcfp -adjudicatário -adjudicatório -adjunto/fp -adjunção -adjurar/KXYZcfp -adjuvar/KXYZfnp -administrar/DKXYZcfnp -administrativo/fmpt -admirar/DKXYZcfmpv -admirativo -admirável/dp -admissão/IR -admissível/Idp -admissões -admitir/RXYfp -admoestar/DKXYZcfp -admoestatório -adobe/p -adocicar/KXYZfp -adoecer/KMXYZfp -adoentar/KXYZfp -adoestar/KXYZfp -adoidar/KXYZfp -adolescer/KXYZfnp -adolescência/p -Adolfo -adonde -adonisar/KXYZfp -adoptar/CKXYZfnp -adoptivo/fp -adorar/DKXYZcfpv -adorativo -adormecer/DKMRXYZfp -adormentar/DKXYZfp -adornar/KXYZfp -adorno/fp -adoçar/KMXYZfnp -adquirente -adquirir/DRXYcfpv -adquirível/IR -adrede -adrenalina -Adriano -adriático/fp -adro/p -adscrever/KXYZfp -adscrito/fp -adscrição -adstrito/p -aduaneiro/fp -adubadela -adubadura -adubar/DKMXYZcfp -adubo/fp -aductor -aduela/p -adular/DKXYZcfp -adulatório -adulterar/DKXYZcfp -adulterino -adulteroso -adulto/fp -adultério/p -aduzir/T -adveio -advenhais -advenham -advenhamos -advenho/f -advento/ipt -adventício/fp -adverbial/jp -adverbializar/KXYZfp -adverbiar/KXYZfp -adversar/KXYZfp -adversativo/fp -adverso/dfmp -adversário/fp -adversão/p -adverte/p -advertem -adverti/p -advertir/MYfp -advertência/Ip -advido/fp -adviemos -advier/fp -advieram -advierdes -advierem -adviermos -adviesse/p -adviessem -advieste/p -advim -advimos -advinde/p -advindo -advinha/p -advinham -advir/p -advirdes -advirei/p -advirem -adviremos -adviria/p -adviriam -advirmos -advirtais -advirtam -advirtamos -advirto/f -advirá/p -advirão -adviríamos -adviríeis -adviéramos -adviéreis -adviésseis -adviéssemos -advocacia/p -advocatura -advocatório/fp -advogar/KXYZfp -advém/p -advérbio/p -advêm -advínhamos -advínheis -adágio -Adão -adónis -adúltero/fp -aerobalística -aerodinâmico/fp -aeroducto -aeroespacial/p -aeromodelismo/p -aeromotor -aeronauta/p -aeronave/p -aeronavegação -aeronáutico/f -aeroplano/ip -aeroporto/p -aeropostal -aeroscopia -aeroscópio -aerossol/p -aerotransportado/fp -aeróbico/fp -aeródromo/p -aestilignosa -afabilíssimo/p -afadigar/KXYZfp -afagar/DKMXYZfp -afago/fp -afagoso -afainar/KXYZfp -afamar/DKXYZfp -afanar/KXYZfp -afanoso/m -afasia/p -afastar/DKMXYZfp -afazer/KZp -afectar/CKXYZcfmnp -afectivo/dfmp -afecto/fp -afectuoso/dfm -Afeganistão -afegão/abp -afeito/fp -afeiçoar/KMSXYZfp -afeição/Sp -afeminar/c -aferir/DMYZcfnp -aferrar/KXYZfp -aferroar/DKXYZfp -aferrolhar/KSXYZfp -afiadeira -afiambrar/KXYZfp -afiançar/DKXYZfp -afiar/DKXYZcfp -aficionado/fp -afidalgar/KXYZfp -afigurar/KXYZcfp -afigurativo -afilar/DKMXYZfp -afilhar/KXYZfp -afiliar/KXYZcfp -afim/p -afinagem -afinal/p -afinar/DKMXYZcfp -afincar/KMXYZfp -afine/dfp -afirmar/KRXYZcfp -afirmativo/fmp -afivelar/KXYZfp -afixar/KXYZcfpv -afixo/fp -aflautar/KXYZfp -afleumar/KXYZfp -afligir/MXYfp -aflitivo/fmp -aflito/fp -aflição/p -aflorar/KMXYZcfnp -afluir/Kn -afluxo -afluência/p -afocinhar/KXYZfp -afofar/KMXYZfp -afogadela -afogadiço -afogar/DKMXYZfp -afoguear/KYZfp -afoitar/KXYZfp -afoiteza -afolar/KXYZfp -afolhar/KMXYZfp -afonia -afono -afonsino -Afonso -aforar/DKMXYZcfp -afore/fip -aformosear/KYZfp -aforquilhar/KXYZfp -aforrar/KXYZfp -afortalezar/KXYZfp -afortunados/S -afortunar/KXYZfmp -aforístico/f -AFP -afracar/KMXYZfp -afrancesar/KXYZfp -afranzinar/KXYZfp -afrechar/KXYZfp -afreguesar/KXYZfp -afretar/KMXYZfp -africanar/KXYZfp -africane/fijpt -africanizar/KXYZfp -africano/fijpt -africânder -afro -afrodisia -afrodisíaco -afrodita/p -Afrodite -afroixamento -afronhar/KXYZfp -afrontadiço -afrontar/DKMXYZcfp -afrontoso -afrouxar/KMXYZfp -afta -afugentar/DKMXYZfp -afumadura -afumar/KXYZfp -afundar/KMXYZfp -afunilar/KMXYZfp -afuselado -afásico -afável/dp -afélio -afónico -AG -agachar/KMXYZfp -agaitar/KXYZfp -agargalado -agarotar/KXYZfp -agarrar/DKXYZfp -agasalhar/DKXYZfp -agasalho/fp -agastar/KMSXYZfp -agemado -agenciar -agendar/KMXYZfp -agigantar/KMXYZfp -agilidade/p -agilizar/KXYZcfnp -agiotagem -agiotar/KXYZfp -agir/RXYfnp -agitadiço -agitar/DKMXYZcfnpv -agitável/dp -aglomerar/KXYZcfnp -aglutinar/DKMXYZcfnpv -aglutinativo -agnosticismo/p -agnóstico/fp -agoirar/KXYZfp -agoireiro -agoirento/fp -agoiro/fp -agoniar/KSXYZfnp -agonizar/KXYZfnp -agonística -agora -agorafobia/r -agorinha -agosteiro -agostiniano/fp -Agosto/h -agourar/KXYZfp -agoureiro -agourentar/KXYZfp -agouro/fp -agraciar/KMXYZfpv -agradabilíssimo/p -agradar/KSXYZfmpv -agradecer/KMRXYZfmpv -agradecido/RSfp -agradável/dp -agrafar/KXYZfp -agrafia -agrafo/fp -agravar/KMSXYZfnp -agravativo -agravatório -agravo/fp -Agraço -agre -agredi/p -agredir/Yfp -agregar/KSXYZcfp -agregativo/p -agremiação/p -agressivo/dfmp -agressor/fp -agressão/p -agreste/p -agrial -agricultar/KXYZfpv -agricultura/pqr -agridais -agridam -agridamos -agride/fp -agridem -agrido/f -agridoce -agrilhoar/KMSXYZfp -agrimensar/KXYZfp -agrimensor/p -agrimensura -agrimensão -agrisalhar/KXYZfp -agrião/p -agro -agrografia -agrologia/qr -agromania/r -agronomia/p -agror -agrosseirado -agrupar/KMRXYZfp -agrura/p -agrário/fp -agrónomo/p -agua/S -aguaceiro/fp -aguai/Sp -aguamos/S -aguar/KMSYZfp -aguardar/DKXYZfp -aguardente/p -aguardenteiro -aguardentoso -aguarelar/KXYZfp -aguarele/fpt -aguarrás -aguaça -aguaçal -agudez -agudeza -agudizar/KXYZcfp -agudo/fjmp -ague/Sp -aguei/Sp -aguem/S -aguemos/S -aguentar/DKXYZfp -aguerrido/fp -aguerrilhar/KXYZfp -aguerrir/M -Aguiar -aguilhar/KXYZfp -aguilhoadela -aguilhoar/DKMXYZfp -aguilhão/p -aguisar/KSXYZfp -aguitarrar/KXYZfp -agulha/hp -agulhagem -agulhar/KXYZfp -agulheado -agulheiro -agulheta -aguçadeira -aguçadura -aguçar/DKMXYZfp -agência/p -agúe/Sp -agúem/S -ai/p -ainda -aio/f -AIP -Aires -airoso/dfps -ais/Ru -ajanotar/KXYZfp -ajantarado -ajardinar/KMXYZfp -ajaulado -ajeitar/KSXYZfp -ajoelhar/KXYZcfp -ajornalar/KXYZfp -ajoujar/KMXYZfp -ajuda/hp -ajudar/KXYZfnp -ajuizai/Sp -ajuizamos/S -ajuizar/DKSYZfp -ajuizei/Sp -ajuizemos/S -ajumentado -ajuntadouro -ajuntar/DKMXYZfpv -ajuramentar/KXYZcfp -ajustar/DKMRSXYZfnpv -ajustiçar/KXYZfp -ajuízam/S -ajuíze/Sfp -ajuízem/S -ajuízo/Sf -alabastro/p -alacaiar/KXYZfp -alacridade/p -alagadiço/fp -alagar/DKMXYZfp -alagartado -alambique/p -alameda -Alandroal -alanina -alapar/KXYZfp -alar/IKXYZfp -alaranjar/KXYZfp -alarde/p -alardear/DKMYZfp -alardo -alargar/KMXYZfp -Alarico -alarido/f -alarmar/KXYZfnp -alarme/fipt -alarvado -alarve/G -Alasca -alastradeira -alastrar/DKMXYZfp -alaudista/p -alavanca/p -alaúde/p -alba -albano -albanês/fp -albardar/KXYZfp -albardeiro -albatroz/p -albedo -albergar/KXYZfp -albergueiro/p -Albert -Albertina -Albertino -Alberto -albino/fip -albufeirar/KXYZfp -albugínea -albuminados/S -albuminar/KXYZfp -albuminoso -Albuquerque -Albânia -albúmen -alcachofra/p -alcaide/p -alcaiotar/KXYZfp -alcalinizar/KXYZfp -alcalino/dfjp -Alcanena -alcantil/p -alcantilado/fp -alcançar/KMXYZfpv -alcateia/p -alcatifar/KXYZfp -alcatraz -alcatroar/KMXYZfp -alcatrão -Alcino/p -alcobacense/p -Alcobaça -Alcochete -alcofar/KXYZfp -Alcoforado -alcoolemia -alcoolificar/KXYZcfp -alcoolismo/Ap -alcoolizar/KXYZcfp -alcoolometria/p -alcoolómetro -alcorânico -Alcorão -Alcoutim -alcova -alcoviteirice -alcoviteiro/fp -alcoólico/fp -alcunhar/KXYZfp -alcácer -alcáçova/p -Alcântara -aldeamento/p -aldeia/p -aldeola -aldeota -aldeão/bp -aldeído/p -Aldora -aldrabar/KXYZcfp -aldrabe/Gfp -aldrabeiro -aldrabão -aleatório/Hfp -alegado/fmp -alegar/KXYZcfnpv -alegoria/ijpt -alegorizar/KXYZcfp -alegrar/DKMXYZfp -alegre/fmp -alegria/p -alegrote -alegrão/p -alegórico/Hfp -aleijar/KMXYZfp -aleitar/KMXYZcfp -Aleixo -aleluia -Alemanha -alemânico -alemão/be -Alencar -aleno/p -Alenquer -alentar/KXYZfmp -alentejano/fp -Alentejo -alergia/p -alertar/KXYZfp -alesmar/KXYZfp -aletria -alevantar/KXYZfp -Alexandra -Alexandre -Alexandria -alexandrino/fpt -alexia -alexíaco -alfa -alfabetar/KXYZfp -alfabete/fijpt -alfabetizar/KXYZcfp -alfabeto/fijpt -alfabetário -alfabético/fp -alface/p -alfacinha/p -alfaiar/KXYZfp -alfaiatar/KXYZfp -alfama/t -alfamense/p -alfandegar/KSXYZfp -alfandegário/fp -alfarrabista/p -alfarrobal/p -alfarrobar/KXYZfp -alfarrobeira -alfarrábio/p -alfazemar/KXYZfp -alfena -alferes -alfinetar/KXYZfp -alfineteira -alforge/p -alforjar/KXYZfp -alforrar/KXYZfp -alforreca -Alfredo -alfândega/p -algaliar/KXYZcfp -algarismo/p -Algarve/p -algarvio/fp -algazarrar/KXYZfp -algebricamente -algebrizar/KXYZfp -algemar/KXYZfp -algibeira/p -algo/f -Algodres -algodão -algoritmia -algoritmo/p -algorítmico -algoz/p -alguidar -algum/fp -algures -alguém -algália -algébrico/fp -Algés -alhada -Alhambra -Alhandra -alheamento -alheio/fp -alheiro/f -alheável -alho/p -ali/m -aliança/p -aliar/KXYZfpv -alibilidade/p -Alicante -alicate/p -Alice -alicerçar/KXYZfp -aliciar/DKMXYZfnp -alienar/KMXYZcfnpv -alienatário -alienatório/p -aliene/fip -alienista -alienável/Idp -alienígena -aligeirar/KMXYZfp -alijar/KMXYZfp -Alijó -alimentar/DKXYZcfp -alimentação/Ru -alimente/fpt -alimentividade/p -alimento/fpt -alimentoso -alimentício/fp -alimpar -alindar/KXYZfp -alinhar/DKMRXYZfp -alinhavar/KSXYZfp -alinhavo/fp -alisar/DKMXYZfp -alistar/KMXYZfp -aliviar/DKMXYZfp -aliá/p -Aljezur -aljofrada -aljofrar -Aljubarrota -aljubarrotense/p -Aljustrel -Allen -alma/Sp -Almada -almanaque/p -Almançor -almaço -Almeida -Almeirim -almejar/KXYZfnp -alminhas -almiranta -almirantado -almirante/p -almiscarar -almiscareiro/f -almocrevar/KXYZfp -Almodôvar -almofadar/KXYZfp -almofadilha -almofadão/p -almofariz/p -Almortão -almoçar/KXYZfp -almoço/fp -almude/p -almíscar -almôndega/p -alocar/KXYZcfp -alocução -alogamia -alojar/KMRSXYZfp -alombar/KXYZfp -alongar/KMXYZfp -aloucar/KXYZfp -alourar/KXYZfp -alousar/KXYZfp -alparca -alpendrar/KXYZfp -alperce -Alpes -Alpiarça -alpino/fipt -alpista -alpiste -alpisteiro -Alportel -alqueirar/KXYZfp -alqueirão -alquimia/pt -alquimiar/KXYZfp -alquímico -alsaciano/fp -Alsácia -altar/p -alter/fpw -alterar/DIKXYZcfnpv -alternado/fmp -alternar/DKXYZcfnpv -alternativo/fmp -alterno/fpu -alternância/p -alterável/Idp -alteza/p -altifalante/p -altimetricamente -altiplano -altitude/p -altivez -altivo/fp -alto/fmpst -altruísmo -altruísta -altruístico -altura/p -altímetro/p -aluado/fmp -aluar/KMXYZfp -alucinar/KXYZcfnp -alucinatório/fp -alucinogéneo/fp -aludir/XYfp -alugar/DKMXYZfpuv -aluguer/pu -aluir/KM -alumiar/DKMXYZcfp -aluminato/p -alumínio/p -alunagem/p -alunar/KXYZfp -aluno/fp -alusivo/fp -alusão/p -aluvial/p -aluviar/KXYZfp -aluvionar/p -aluvião/p -Alvaiázere -Alvalade -alvarinho -alvará/p -alvejar/KXYZfnp -alvenaria/p -alveolar/pu -Alverca -Alves -Alvim -alvissarar/KXYZfp -Alvito -alvo/fp -alvor/fp -alvorar/KXYZfp -alvoraçar/KXYZfp -alvorecer/KXYZfp -alvoredo -alvoroçar/DKMXYZfnp -alvura -alvéola -alvéolo/p -alvíssaras -Alzira -alçadeira -alçadura -alçapão/p -alçar/DKMXYZfp -além -alérgico/fp -aléxico -alínea/p -Alípio -alísio -alívio -alô -amaca -amacacar/KXYZfp -amachucadela -amachucar/KXYZfp -amaciar/KXYZfp -Amadeu/p -amador/fip -amadorense/p -amadrinhar/KXYZfp -amadurecer/KMXYZfp -amainar/KXYZfp -amalandrar/KXYZfp -amaldiçoar/DKXYZfp -amalgamar/KXYZfp -amalgamentação -amalgamento -amalucar/KXYZfp -amamentar/DKXYZcfp -amancebar/KMXYZfp -amanhar/KXYZcfp -amanhecer/KXYZfp -amanhã -amansadela -amansar/DKXYZfp -amansia -amanteigado/fp -Amapá -amar/DKXYZfmnpv -amaragem -Amaral -Amarante -amarar/KXYZfp -amarelado/fp -amarelecer/KMXYZfp -amarelo/fp -amarfanhar/KXYZfp -amargar/KXYZfp -amargo/fmp -amargor -amargurado/fmp -amargurar/KXYZfp -amaricar/KXYZfp -amarotar/KXYZfp -amarradura -amarrar/DKSXYZcfp -amarrotar/KSXYZfp -amartelar/KXYZfp -amarujar/KXYZfp -amassadeira -amassadela -amassadura -amassar/KXYZfp -Amato -amatório -amazelar/KXYZfp -amazona/p -amazonense/p -Amazónia -amazónico/fp -ambas -ambicionar/KXYZfp -ambicioso/fp -ambiental/mpt -ambientar/KXYZfp -ambiguidade/Sp -ambição/p -ambiência/p -ambos -ambrosiano/p -ambrósia -Ambrósio -ambulacrária/p -ambulante/p -ambulativo -ambulatório/fp -ambulância/p -ambíguo/fp -amealhar/DKXYZfp -amear/KYZfp -ameaçar/DKXYZfnp -ameba -amedalhar/KXYZfp -amedrontar/DKMXYZfp -ameigar/DKXYZfp -ameijoar/KXYZfp -ameijoeira -ameixa -ameixeira -ameixial/p -ameixieira -ameixoal/p -ameixoeira -amelado -ameloado -amembranado -amendoado/fp -amendoal/p -amendoeira/p -amendoim/p -ameninar/KXYZfp -amenizar/DKXYZfp -ameno/dfjp -americanada -americanice -americanizar/KXYZcfp -americano/fijpt -ameríndio/fp -amesquinhar/DKMXYZfp -Amesterdão -amestrar/DKXYZfp -amianto -amiba -amicíssimo/p -amido/p -amigalhaço/p -amigalhote/p -amigalhão/p -amigar/KXYZfpv -amigaço/fp -amigdalar -amigdalina -amigdalite/p -amigo/fp -amigável/mp -amilóide -amimar/DKXYZfp -amimia -aminar/c -aminoácido/p -amistoso/fp -amiudai/p -amiudamente -amiudamos -amiudar/KYZfp -amiudei/p -amiudemos -amizade/p -amiúdam -amiúde/fp -amiúdem -amiúdo/f -AML -amnistiar/KXYZfp -amnésia/p -amo/fmp -amoedar/KXYZfp -amofinar/DKXYZfp -amofinativo -amoirar/KXYZfp -amoitar/KXYZfp -amojar/KXYZfp -amojudo -amoladeira -amoladura -amolar/DKXYZcfp -amoldar/KXYZfpv -amolecar/KXYZfp -amolecer/DKMXYZfp -amolengar/KXYZfp -amolentar/KXYZfp -amolgadela -amolgadura -amolgar/KMSXYZfpv -amolgável/IS -amoniacal -amonites -amontanhar/KXYZfp -amontar/KXYZfp -amontoar/DKMSXYZcfp -amoníaco -amor/fpw -amora/pwy -amorado -amoral/dijp -amoralizar/KXYZfp -amorangado -amordaçar/KXYZfp -amoreiral -amorenar/KXYZfp -amorfia/ipr -amorfo/fip -amoricos -Amorim -amorinhos -amoriscar/KXYZfp -amornar -amoroso/dfmp -amorrinhar/KXYZfp -amortalhar/DKMXYZfp -amortecer/DKMXYZfp -amortizar/KSXYZcfpv -amortiçar/KXYZfp -amorudo -amorzeiro -amorável/m -amorífero -amos/u -amossadela -amossar/KXYZfp -amostragem/p -amostral/p -amostrar/KXYZfp -amotinamento -amotinar/DKSXYZcfp -amoucar/KXYZfp -amourar/KXYZfp -amouriscar/KXYZfp -amovabilidade/p -amover/KXYZfpv -AMP -amparar/DKMSXYZfmp -amparo/fp -ampere/p -amperímetro/p -ampliar/DKXYZcfpv -ampliativo -ampliatório -amplidão -amplificar/DKXYZcfpv -amplificativo -amplitude/p -amplo/fmp -ampola/p -ampulheta -amputar/KXYZcfp -amuar/KMXYZfp -amulatar/KXYZfp -amuleto/p -amulherar/KXYZfp -amulherengar/KXYZfp -amumiar/KXYZfp -amuo/fp -amuralhar/KXYZfp -amurar/KXYZfp -amálgama -Amália -amável/dp -Amâncio -Amândio -Amã -Amélia -amém/p -Américo/f -amétrico -amêijoa/p -amêndoa/p -amígdala/p -Amílcar -amónia -amónio -Ana -Anabela -anabolismo/p -anabolizante/p -anabólico/p -anacinese -anacinesia -anacronismo/p -anacronizar/KXYZfp -anacrónico/fp -Anadia -anaerobiose -anaeróbio -anafar/KXYZfp -anafilaxia -anaforismo/p -anafrodisia -anafrodisíaco -anafrodita -anafrodítico -anafórico/fp -anagrama/p -anal/pt -analepse -analfabeto/fip -analfabético/fp -analgesia/p -analgésico/p -analisar/DKRXYZfpv -analisável/IR -analogia/ipr -analogístico -analéptico/fp -analítico/Hfp -anamorfismo/pr -anamorfose/p -ananás/p -anaplasia -anaplastia -anaplástico -anarmónico/fp -anarquia/ijprt -anarquizar/KXYZcfp -Anastácio -anatar/KXYZfp -anatomia/jpt -anatomizar/KXYZcfp -Anatólia -anatómico/fp -anavalhar/KXYZfp -Anaximandro -Anaxímenes -ANC -anca/Sp -Ancara -ancestral/p -ancinhar/KXYZfp -ancinho/fp -ancião/a -ancoradoiro/p -ancoradouro/p -ancoragem -ancorar/KSXYZcfp -ancudo -andada/py -andado/fpy -andadura -andaimar/KXYZfp -andaluz/fp -Andaluzia -andança/p -andar/DKMXYZfnpv -andarejo -andares/RSu -andarilho/fp -andebol/t -Andersen -andor/p -andorinho/f -Andrade -Andrews -androceu/p -androfilia/q -androfobia/q -androgenesia -androgenésico -andrologia/pt -andromaníaca -andromorfo -andropausa -André -andróide/p -Andrómeda -Andy -anedota/jpt -anedotizar/KXYZfp -anedotário/p -anedótico/fp -anel/p -anelado/fp -aneladura -anelação -anelídeo/p -anemiar/KXYZfnp -anemizar/KXYZfnp -anencefalia -anencefálico -anencéfalo -anestesiar/KXYZfnp -anestesista -anestésico -anestético -aneurisma/p -aneuritmia -aneurose -aneurítmico -anexar/KSXYZcfp -anexionismo/p -anexionista -anexo/fp -anfibiografia -anfibiologia/q -anfiteatro/p -anfitrião/bp -anfíbio/fp -angariar/DKXYZcfp -Angeiras -Angeles -angelical -angelismo/p -angelitude -angelizar/KXYZcfp -angeologia -angina -anginoso -angiomatoso/p -Angkor -anglicano/fip -anglicismo/p -anglicizar/KXYZfp -anglofilia/pq -anglofobia/pq -anglomania/r -anglófono/fp -angola -angolano/fp -angolense/p -angra -angrense/p -anguiforme -angulado/p -angular/dp -angulometria -anguloso/dfp -angulário -angulómetro/p -angustiante/mp -angustiar/DKXYZfnp -angustie/fpw -angustioso/fmp -angélico/f -angústia/p -anho/p -Aniceto -anichar/KXYZfp -anidrido/p -anidrite -anidro -anil/fp -anila/py -anilar/KXYZfp -anileiro/f -anilhar/KXYZfp -anilho/fp -anilinar/KXYZfp -animado/IRSfp -animal/ijpt -animalaço/p -animalejo -animalesco/fp -animalizar/KXYZcfp -animalogia -animalão/p -animar/DKXYZcfnpv -animatógrafo/p -anime/fipt -animoso/d -aninhar/DKMXYZfp -aniquilar/DKMXYZcfp -anis/fp -anisar/KXYZfp -anisótropo/p -Anita -aniversariar/KXYZfnp -aniversário/p -anião/p -anjo/hp -ANMP -ano/p -anodização -anoftálmico -anoitecer/KXYZfp -anojadiço -anojar/DKMXYZfp -anomalia/p -anomia -anonimar/KXYZfp -anonimato -anonímia -anorexia -anormal/dmp -anortear/KYZfp -anoso -anotar/DKXYZcfp -anovelar/KXYZfp -ansa/p -anseiam -anseie/fp -anseiem -anseio/fp -Anselmo -ansiai/p -ansiamos -ansiar/KMYZfp -ansiedade/p -ansiei/p -ansiemos -ansioso/fmp -Ansião/e -antagonismo/p -antagonista/p -antagonizar/KXYZfp -antagónico/fp -antanho -ante/fp -anteacto -anteboca -antebraço/p -anteceder/KXYZfnp -antecedência/p -antecessor/fp -antecipado/fmp -antecipar/KXYZcfp -anteclássico -antecoluna -anteconhecimento -antecoro -antecâmara -antecâmbrico/f -antedado/fp -antedai/p -antedamos -antedando -antedardes -antedarei/p -antedarem -antedaremos -antedares -antedaria/p -antedariam -antedarmos -antedará/p -antedarão -antedaríamos -antedaríeis -antedava/p -antedavam -antedei/p -antedemos -anteder/KZfp -antederam -antederdes -antederem -antedermos -antedesse/p -antedessem -antedeste/p -antedeu -antedizer/KZp -antedou -antedá/p -antedávamos -antedáveis -antedão -antedéramos -antedéreis -antedésseis -antedéssemos -antedê/p -antedêem -antedêmos -antefosso -anteguarda -antemostrar/KXYZfp -antemover/KXYZfp -antemural/p -antemuralha -antemurar/KXYZfp -antemão -antena/p -antenado -antenal -anteniforme -antenome -antenupcial -anteocular -anteocupar/KXYZcfnp -anteontem -antepagar/KXYZfp -anteparar/KXYZfp -anteparo/fp -anteparto -antepassar/KXYZfp -antepasto -antepenúltimo/fp -antepor/Kp -anteportada -anteportal -anteportaria/p -anteporto/f -anteposição -anteprograma -anteprojecto/p -anteproposta -anterior/dmp -anteriorizar/KXYZfp -Antero -antevede -anteveis -antevejais -antevejam -antevejamos -antevejo/f -antevemos -antevendo -antever/KZp -anteverdes -anteverei/p -anteverem -anteveremos -anteveria/p -anteveriam -antevermos -anteverá/p -anteverão -anteveríamos -anteveríeis -antevi -antevia/pt -anteviam -antevidente -antevidência/p -antevimos -antevir/fp -anteviram -antevirdes -antevirem -antevirmos -antevisse/p -antevissem -anteviste/fp -antevisto/fp -anteviu -antevéspera -antevê/p -antevêem -antevíamos -antevíeis -antevíramos -antevíreis -antevísseis -antevíssemos -antiabortivo -antiaborto/p -antiacadémico -antialcalino -antialcoólico -antialienígeno -antiaristocrata/p -antiartístico -antibiose -antibioterapia -antibiótico/p -anticientífico -anticlerical/ip -anticlássico -anticolérico -anticomercial -anticoncepcional/p -anticonceptivo -anticoncílio -anticonstitucional -anticorpo/p -anticorporativo/i -anticorrosivo -anticosmético -anticristo/p -anticrítico -anticívico -antidiabético -antidiarreico -antidigestivo -antidogmático/fp -antieconómico -antiestético -antievangélico -antifebril -antifederal/it -antiferruginoso -antifilosófico -antigeométrico -antigermânico -antigo/dfmp -antigovernamental -antigramatical -antigrevista -antigripal -antigás -antigásico -antigénica/p -antigório -antijurídico -Antilhas -antiliberal/dimpt -antilogaritmo -antilogismo/p -antimagnético -antimatéria -antimelancólico/fp -antimelódico/p -antimilitar/i -antimilitarista -antiministrial -antimonóxido -antimoral -antimónico -antimónio -antinacional -antinarcótico -antinatural -antinevrálgico -antinomia/ipr -antinupcial -antinódoa -Antioquia -antipapa/ipt -antipapado -antiparasita -antipartícula -antipatia/jpr -antipatizar/KXYZfp -antipatriota/ip -antipatriótico -antipedagógico -antiperiódico -antipessoal/dimps -antiplástico -antipolítico/fp -antipopular -antipoético -antipódico -antiquai/p -antiquam -antiquamos -antiquar/KYZfp -antiquei/p -antiquemos -antiquo/fs -antiquário/fp -antiquém -antiqúe/p -antiqúem -antiteatro -antitoxina -antituberculoso -antitético -antivariólico/f -antiviril -antivirulento -Antoine -antologia/pqr -antoniano -antonímia -antracitoso/fp -antro/p -antropocentrismo/p -antropocêntrico -antropogenesia -antropogenia -antropogenético -antropogénese -antropogénico/fp -antropologia/qrt -antropomorfia/ijpr -antropomorfizar/KXYZfp -antropomorfo/ij -antropomorfose -antropométrico/fp -antroponímia -antroponímico -antropoterapia -antropoteísmo/fp -antropófago/fp -antropóide/p -antropónimo/p -Antunes -Antuérpia -antárctico/fp -Antárctida -Antão -antídoto/p -antífrase -antílope/p -antípodas -antípodes -antítese/p -Antónia -antónimo -António -anual/dmp -anuente -anuir/K -anular/DKMXYZcfnpv -anulativo -anulatório -anulável/dp -anunciar/DKXYZcfnp -anunciativo -anuo/df -anuviar/DKXYZfp -anuário/p -anuência/p -anzol/p -anzolado -anzoleiro/p -anáfora/p -análise/Rp -análogo/fp -anástrofe -anátema/p -anão/bp -anémico/fp -anémona -Aníbal -anídrico -anídrido -anímico/fp -anómalo/fp -anónimo/fp -anúncio/p -ao/p -aoge/p -aogem -aonde -aorta -apache -apachorrar/KXYZfp -apadrinhar/DKMSXYZfp -apadroar/KXYZfp -apagar/DKMXYZfp -apaixonadiço -apaixonar/KSXYZfnpv -Apalaches -apalacianar/KXYZfp -apaladar/KXYZfp -apalancar/KXYZfp -apalavrar/KXYZfp -apalaçar/KXYZfp -apalermar/KXYZfp -apalhaçar/KXYZfp -apalmar/KXYZfp -apalpadeira -apalpar/KMXYZcfop -apalpão/p -apancar/KMXYZfp -apanhadura -apanhar/DKMXYZfp -apanicar/KXYZfp -apanigua -apaniguai/p -apaniguamos -apaniguar/KYZfp -apanigue/p -apaniguei/p -apaniguem -apaniguemos -apanigúe/p -apanigúem -apantufar/KXYZfp -apanágio -apaparicar/KMXYZfp -apaparico/fp -apapoilado -aparadeira -aparafusar/KMSXYZfp -aparar/DKXYZfp -aparato/w -aparceirar/KXYZfp -aparcelar/KMXYZfp -aparecer/KMRSXYZfp -aparelhagem/p -aparelhar/KMSXYZfp -aparelho/fp -aparentar/KXYZfp -aparente/fmp -aparição/RS -aparições -aparo/fp -apartadiço -apartar/DKMXYZcfp -aparvalhar/KXYZfp -aparvoar/KMXYZfp -aparência/p -Aparício -apassivar/DKXYZcfnp -apassivativo -apatia/r -apatifar/KXYZfp -apatriota -apatrulhar/KXYZfp -apavonar/KXYZfp -apavorar/DKMXYZfnp -apazigua -apaziguai/p -apaziguamos -apaziguar/DKMYZfp -apazigue/p -apaziguei/p -apaziguem -apaziguemos -apazigúe/p -apazigúem -APDL -apeada/py -apeado/fpy -apear/KMYZfp -apedantado -apedrar/KMXYZfp -apedrejar/DKMXYZfp -apegadiço -apeganhar/KXYZfp -apegar/DKMXYZcfp -apejar/KXYZfp -APEL -apelabilidade/Ip -apelar/DKMXYZcfnpv -apelativo/fp -apelatório/fp -apelidar/KXYZcfp -apelido/fp -apelintrar/KXYZfp -apelo/fp -apelável/dp -apenas -apendicectomia -apendiciado -apendicite -apenhascado -apeninsulado -apequenar/KXYZfp -aperaltar/KXYZfp -aperceber/KMSXYZfp -aperceptivo -aperceptível/d -aperfeiçoar/DKMXYZfp -aperfilhar/KXYZfp -aperitivo/p -aperiódico -apertadeira -apertadela -apertadoiro -apertadouro -apertar/DKMSXYZfmp -aperto/fp -apertão/p -aperuado -apesar -apestanado -apetecer/KXYZfpv -apetente -apetibilidade/p -apetitar/KXYZfp -apetitivo -apetitoso -apetição -apetrechar/KMXYZfp -apetrecho/fp -apetência/Ip -apex -apeçonhar/KXYZfp -apeçonhentar/KXYZfp -apicado -apicultura/pqr -apicultural -apiedar/KXYZfp -apifobia -apiforme -apilhar/KXYZfp -apimentar/KXYZfp -apimpolhar/KXYZfp -apincelar/KXYZfp -apingentar/KXYZfp -apinhar/KXYZfp -apinhoar/KXYZfp -apintalhar/KXYZfp -apipar/KXYZfp -apitar/KXYZfp -apito/fp -APL -aplacar/KXYZfpv -aplainar/DKMXYZcfp -aplanar/DKXYZcfp -aplaudente -aplaudir/XYfpv -aplauso/p -aplausível -aplicabilidade/Ip -aplicar/KXYZcfnpv -aplicativo/fp -aplicável/dp -aplástico -Apocalipse -apocalíptico/fp -apoderar/KMXYZfp -apodrecer/KMXYZfp -apodrentar/KXYZfp -apodrir/XYfnp -apodíctico/f -apogeu -apoiar/KXYZfnp -apoio/fp -Apolinário -Apolo -apologia/jt -apologizar/KXYZfp -apologética -apoltronar/KXYZfp -apolvilhar/KXYZfp -Apolónia -Apolónio -aponevrótico/p -apontar/DKMXYZfp -apoplexia -apoquentar/DKXYZcfp -apor/Kp -aportar -aportuguesar/KMSXYZfp -aposentadoria -aposentar/DKMXYZcfp -aposento/fp -aposição -apossar/KRSXYZfp -apostar/DKXYZfp -apostolar/KXYZfp -apostolicidade/p -apostolizar/KXYZcfp -apostrofar/KXYZfp -apostura -apostólico/fp -apotentar/KXYZfp -apoteosar/KXYZfp -apoteótico/f -apoucar/KMXYZfp -apraz/fp -aprazar/DKMXYZfp -aprazendo -aprazer/DMpv -aprazerdes -aprazerei/p -aprazerem -aprazeremos -aprazeria/p -aprazeriam -aprazermos -aprazerá/p -aprazerão -aprazeríamos -aprazeríeis -aprazia/p -apraziam -aprazido/fp -aprazíamos -aprazíeis -aprazível/dp -apre/b -apreciar/DKMRSXYZcfpv -apreciativo/p -apreciável/IRS -apreender/DKXYZfp -apreensivo/fp -apreensor -apreensão/p -apreensível/d -apreensório -aprefixar/KXYZfp -apregoador -apregoar/KXYZfp -aprender/KRSXYZfp -aprendiz/p -aprendizado/R -aprendizagem/p -apresar/DKMXYZfp -apresentar/DKXYZcfnpv -apressar/DKXYZfmp -apressurar/KMXYZfp -aprestamar/KXYZfp -aprestar/DKMXYZcfp -apresuntado -apreçar/DKMXYZfp -aprimorar/KMXYZfp -aprincesar/KXYZfp -aprioriadade/p -apriorismo/p -apriorista -apriorístico -aprisionar/KMXYZfp -aproar/KMXYZfp -aprofundar/KMXYZcfp -aprontar/KMXYZfp -apropositar/KXYZfp -apropriado/fmp -apropriar/DKXYZcfp -aprosar/KXYZfp -aprouver/KXYZfp -aprouvéramos -aprouvéreis -aprouvésseis -aprouvéssem -aprouvéssemos -aprovar/DKSXYZcfpv -aprovativo -aproveitar/DKMRSXYZcfnpuv -aproveitável/dp -aprovisionar/KMXYZfp -aproximado/fmp -aproximar/KRXYZcfmp -aproximativo/fp -aprumar/KXYZcfp -apréstamo -aptidão/p -aptitude -apto/fp -apucarado -apudorado -apuliense/p -apunhalar/KXYZfnp -apupar/KXYZfp -apupo/fp -apurar/DKMXYZcfp -apurativo -apuro/fp -apurpurado -apátrida -apêndice/p -apócrifo/p -apófase -apófise/p -apólice/p -após -apóstata/p -apóstolo/p -apóstrofe -apóstrofo/p -apótese -Apúlia -apúlio -aquadrelar/KXYZfp -aquadrilhar/KMXYZfp -aquando -aquartelar/KMXYZfp -aquartilhar/KXYZfp -aquecer/DKMRXYZfpv -aqueduto/p -aquele/fp -aquentar/KMXYZfp -aqui -aquiescer/KXYZfp -aquietar/DKXYZcfp -Aquiles -aquilhado -Aquilino -aquilo -aquinhoar/KMXYZfp -Aquino -aquisitivo/df -aquisição/p -Aquitânia -aquoso/dfp -aquário/p -aquático/fpu -aquém -aquífero/p -ar/dfnp -arabismo/p -arabista -arabizar/KXYZfp -aracnismo/p -aracnofilia/q -aracnídeo/p -aracnóide -aracnóideo -aradar/KXYZfp -aradouro -aradura -Arafat -aragem/p -aragonês/fp -Aragão -aramaico -aramar/KXYZfp -arameiro -araneiforme -araneífero -aranha/p -aranheira -aranheiro -aranhiço/p -aranhol -aranhoso -aranhuço/p -aranhão/p -Aranjuez -arar/DKXYZfpv -arauto/p -Araão -Araújo -arbitragem/p -arbitral/p -arbitrar/DKMXYZfp -arbitrariedade/p -arbitrativo -arbitrário/Hfp -arborescer/KXYZfnp -arborescência/p -arboricultura/pqr -arboricídio/pq -arboriforme -arborista -arborizar/KSXYZcfp -arborícula -arbustal -arbustiforme -arbustivo/fp -arbusto/pu -arbustáceo -arbítrio/p -arbóreo/fp -arbúsculo/fp -arcaboiço/p -arcabouçar/KXYZfp -arcabouço/fp -arcabuz/fp -arcabuzar/KMXYZfp -arcabuzo/fy -arcadiano -arcadura -arcaico/fp -arcaizante/p -arcangélico -arcanjo/p -arcano -arcar/KXYZfp -arcaz -arcaísmo/p -arcaísta -arcebispado -arcebispal -arcebispo/p -arcediago -archeiro/p -archote/pt -archoteiro -arciforme -arcipreste -arco/fp -arcoso -Arcádia -Ardenas -ardente/mp -ardentia -ardentoso -arder/KMXYZfnp -ardil/apw -Ardila -ardileza -ardina/p -ardor/p -ardoroso -arduamente -ardume -ardência/p -ardífero -ardósia -areado -areal/p -areamento -areeiro -areia/p -arejar/DKMXYZfp -arena/pw -arenação -arengar/DKXYZfp -arengueiro -arenito/p -arenque/p -arenqueiro/p -arenáceo -arenário -areolar/c -areométrico -areoso -arestado -arestal -aresto/fy -arestoso -areópago -arfadura -arfar/KXYZfnp -argamassar/DKXYZfp -Arganil -argaço -Argel -argelino/fp -argentino/fp -argentífero -argila/pw -argilóide -argola/hp -argolar/KXYZfp -argolo/fy -argolão/p -argonauta/p -argonáutico -arguais -arguam -arguamos -arguciar/KXYZfp -argucioso -argue/f -argui/p -arguir/DYcfpv -arguitivo -argumental/p -argumentar/DKXYZcfnp -argumentativo/fmp -argumente/fpt -argumento/fpt -arguo/f -arguto -Argélia -Argóvia -argúcia -argúem -argúi/p -arianizar/KXYZfp -ariano/fijp -aridamente -aridez -ariscar/KXYZfp -Aristides -aristocracia/qr -aristocrata/ijp -aristocratas/A -aristocratizar/KXYZfp -aristocrático/Afp -aristotelismo/p -aristotélico/fp -Aristófanes -Aristóteles -aritmético/fp -Arizona -Arkansas -arlequim -Arles -Arlindo -armadilhar/KSXYZfp -armadura/p -Armamar -armar/DKMRSXYZcfnp -armazenagem -armazenar/DKMXYZfp -armazenista -armazém/p -armilar -Armindo -arminho -armistício/p -armo/fy -armário/p -arménio/fp -Arnaldo -Arno -Arnold -Arnoldo -aromar/KXYZfp -aromaticidade/p -aromatismo/p -aromatizar/DKSXYZcfnp -aromático/fp -Arouca -arpar/KXYZfp -arpear/KYZfp -arpejo/p -arpoa/py -arpoar/DKXYZcfp -arpoo/fy -arpão/p -arqueadura -arquear/DKMYZcfp -arqueiro/p -arqueologia/qrt -arqueta -arquibancada -arquidiocese/p -arquiducado/p -arquiducal -arquiduque/p -Arquimedes -arquipélago/p -arquitectar/KXYZcfp -arquitecto/fp -arquitector -arquitectura/p -arquitectural/p -arquitectónico/fp -arquivar/DKMXYZfp -arquive/fpt -arquivo/fpt -arquivologia -arquivístico/fp -arquétipo/p -Arrabal -arrabalde/p -arrabujar/KXYZfp -arraia -arraiada -arraial/p -arraigado/p -Arraiolos -arrais -arrancadeira -arrancadela -arrancadura -arrancar/DKMXYZfp -arrancorar/KXYZfp -arrancão -arranhadela -arranhadura -arranhar/DKXYZfp -arranhão/p -arranja/RSipt -arranjadela -arranjar/DKMSXYZfp -arranje/fhipt -arranjo/fhipt -arranjão -arrapazar/KXYZfp -arrasar/DKXYZfp -arrastadeira -arrastadiço -arrastadura -arrastar/DKMXYZfp -arrastão/p -arraçar/KXYZfp -arraçoamento -arre -arrear/DKMYZcfp -arrebanhadura -arrebanhar/DKXYZfp -arrebatar/DKMXYZfnp -arrebentadiço -arrebentar/KMXYZcfp -arrebentão -arrebique -arrebitar/KXYZfp -arrebitaço -arrebolar/KXYZfp -arrecadar/DKMXYZcfp -arrecuar/KXYZfp -arrecuão/p -arredar/KMXYZfp -arredondar/KMXYZfp -arredor/p -arrefecer/DKMXYZfp -arrefentar/KXYZfp -arregalar/KXYZfp -arreganhar/KXYZfp -arregaçar/KXYZfp -arregimentar/KXYZfp -arregrar/KXYZfp -arreigar/KMXYZfp -arrelampar/KXYZfp -arreliar/DKXYZcfnp -arreliento -arrelvar/KXYZfp -arrematar/DKXYZcfnp -arremedar/KXYZfp -arremessar/DKMXYZfp -arremessão -arremeter/DKMXYZfnp -arrendar/DKMXYZcfpuv -arrendatário/pu -arrepanhar/KXYZfp -arrepeladela -arrepelar/DKXYZcfp -arrepender/KMXYZfmp -arrepiar/DKMXYZfnp -arrepio/fp -arrestar/KXYZfnp -arretadura -arretar/KXYZfp -arretrasado -arrevesado/fmp -arrevesar/KXYZfp -arriar/KXYZfp -arribadeiro -arribadiço -arribanceirado -arribar/KXYZcfp -arriscar/KXYZfmp -arritmia/p -arritmo -arrivismo/p -arrivista -arrizotónico -arrobar/KMXYZcfp -arrobustado -arrodelar/KXYZfp -arrogante/mp -arrogar/DKXYZcfnp -arrogância/p -arroiar/KXYZfp -arrojadiço -arrojar/DKMXYZfmp -arrolar/KMXYZfp -arrolhar/DKMXYZfp -arromançar/KXYZfp -arrombadela -arrombar/DKMXYZfp -Arronches -arrosetado -arrotar/DKXYZfp -arrotear/DKMYZfp -arroto/fp -arroubamento -arroubo -arroxar/KXYZfp -arroxear/KYZfp -arroz/p -arrozada -arrozal/p -arrozeiro/fp -arruaceiro -arruadeira -arruar/KMXYZcfp -arruaçar/KXYZfp -Arruda -arrudense/p -arruelado -arrufadiço -arrufar/KXYZfp -arrufo/fp -arrugar/KMXYZfp -arruinai/p -arruinamos -arruinar/DKMYZfp -arruinei/p -arruinemos -arruivado/fp -arrulhar/DKXYZfp -arrumadeira -arrumadela -arrumar/DKSXYZcfp -arrumaços -arruçar/KXYZfp -arruínam -arruíne/fp -arruínem -arruíno/f -Arrábida -arrábido -arrítmico -ARS -arsenal/p -arsenioso -arsénico -arsénio -arte/pt -artefacto/p -arterial/djp -arterializar/KXYZcfp -arteriosclerótico -arterite -arteríola/p -artesanal/p -artesanato -artesiano -artesoada -artesão/ab -articular/DKSXYZcfmnpv -articulatório -articulista -articuloso -artificial/dimp -artificiar/KXYZfp -artificie/fpw -artifício/p -artigo/p -artilhar/KXYZfp -artilho/fy -artimanha/p -artiodáctilo/p -artolar/KXYZfp -artrite/ip -artrose -artrozoário/p -artrítico/Afp -artrópode/p -Artur -artéria/p -artículo -artífice/p -artístico/Hfp -arvicultura/pq -arvoar/KMXYZfp -arvorar/KSXYZfp -arvoredo/p -arábico -arábio/f -aréola -as/fp -asar/DKXYZfp -ascender/KMXYZfnp -ascendência/p -ascensional -ascenso -ascensor/pt -ascensão -Ascenção -ascese -asceta/ip -ASCII -asco/p -ascoroso -ascético/fp -ascórbico -asfaltar/DKXYZfp -asfaltite -asfalto/fp -asfixiar/KXYZfnp -asfáltico -asiaticismo/p -asiatismo/p -asilar/KXYZfp -asinha -asiático/fp -asma -asmático/Afp -asna/py -asnada -asnal -asnaria/p -asnear/KYZfp -asneirada -asneirento -asneirola -asneirão -asnice -asno/dfp -asnático/fp -aspa/p -aspecto/p -aspectável -asperamente -aspereza -aspersão -aspirador/p -aspirar/KXYZcfnp -aspirativo -aspiratório -aspirina -Aspásia -aspérrimo -asqueroso/fp -assaborar/KXYZfp -assada/py -assadeiro/f -assadura -assalariar/DKMXYZcfp -assalmonado -assaloiado -assaltar/KXYZfnp -assalto/fp -assanhadiço -assanhar/KMXYZfp -assapatar/KXYZfp -assar/DKXYZfp -assarapantar/KMXYZfp -assassinar/DKMXYZfp -assassinato/p -assassino/fp -assassínio/p -assaz -assear/KYZfmp -assedar/KXYZfp -assediar/DKXYZfp -assegurar/DKXYZcfpv -assembleia/p -Assembler -assemelhar/KXYZcfp -assenhorar/KMXYZfp -assenhorear/KXYfp -assentar/DKMXYZfp -assentir/MXYfp -assento/fp -asseptol -asserenar/KXYZfp -asserir/YZfp -assertar/CKXYZfp -assertivo/fmp -assertor -assertório -assessor/fp -assessorado -assessorial -assessório/p -assetar/KXYZfp -asseverar/DKXYZcfnp -asseverativo -assexo -assexuado/f -assexual/d -assidrar/KXYZfp -assiduamente -assiduidade/p -assilabia -assilábico/f -assim -assimetria/pr -assimilar/DKXYZcfpv -assimilativo -assimilável/dp -assimptota/p -assimptótico/fp -assimulação/p -assinalar/DKMXYZcfnpv -assinar/KMXYZcfnpv -assinatura/p -assincronamente -assincronia/p -assindético/fp -assinergia -assingelar/KXYZfp -assintais -assintam -assintamos -assinto/f -assintáctico -assinérgico -assiriologia/qt -Assis -assisado -assistencial -assistir/XYfnp -assistência/p -assoadela -assoalhadura -assoalhar/DKMXYZfp -assoar/KXYZfp -assoberbar/KMXYZfnp -assobiadela -assobiar/DKXYZfnp -assobio/fp -assocializar/KXYZcfp -associar/KXYZcfpv -associativo/dfipt -associável/dp -assolapar/KXYZfp -assolar/DKMXYZcfp -assoldadar/KXYZfp -assoleimar/KXYZfp -assomadiço -assomar/KXYZfp -assombradiço -assombrar/KMXYZcfp -assombre/fpw -assombrear/KMYZfp -assonante/p -assonância/p -assopradela -assopradura -assoprar/DKMXYZfp -assorear/KMSYZfp -assossegar/KSXYZfp -assotar/KXYZfp -assovinar/KXYZfp -assumir/RXYfp -assumptivo -assumptível -assunto/p -Assunção -assustadiço -assustador/Hfp -assustar/DKXYZfp -assustoso -assédio/p -asséptico/fp -assíduo/fp -assímptota/p -assíncrono/fp -assírio/fp -assísmico -astenia -asterisco/p -asteróide/p -astral/djp -astralizar/KXYZcfp -astro/p -astrobiologia/pr -astrodinâmica -astrofobia/q -astrofísico/fp -astrolatria/p -astrologia/qr -astrolábio/p -astromancia/p -astromante/p -astrometria/pr -astronauta/p -astronomia -astronáutica -astronímia -astroquímica -astroscopia -astróide/p -astrólatra -astrómetro -astrónimo -astrónomo/fp -astuciar/KXYZfp -astucie/fpw -astucioso/fmp -asturiano -astuto/m -astático/fp -Astérix -astúcia/p -Astúrias -atabalhoar/KMXYZcfmp -atabernar/KXYZfp -atacadura -atacanhar/KXYZfp -atacar/DKXYZfnpv -atadeiro -atado/fhp -atadura -atafulhar/KMXYZfp -atalaiar/DKXYZfp -atalhada -atalho/p -atamancar/DKMXYZfp -atamarado -atapetar/KXYZfp -ataqueiro -atar/DKMXYZcfp -atarantar/KMXYZcfp -atardar/KXYZfp -atarefar/KMXYZfp -atarracar/KXYZfp -atarraxar/DKXYZfp -atartarugado -ataviar/KMXYZfp -atavio/fp -atazanar/KXYZfp -ataúde -atear/DKYZfp -ateatrado -atediar/KXYZfp -atelier -atemorizar/DKMXYZcfp -atempar/KXYZcfp -atemporal/p -Atenas -atencioso/Sfp -atendar/KXYZfp -atender/DKMXYZfpv -ateniense/p -atentar/CKXYZfp -atentatório -atentivo -atento/fmp -atenuar/DKXYZcfnpv -atenuativo -ater/KXYZfnp -atermal -atermia -aterosclerótica/p -aterragem -aterraplanar/KXYZfp -aterrar/DKXYZfp -aterro/fp -aterroar/KXYZfp -aterrorizar/DKXYZfnp -atestar/DKMXYZcfnp -ateu/p -ateísmo/pq -ateístico -atigrado -atijolar/KXYZfp -atinar/KSXYZfp -atingir/XYfpv -atintar/KXYZfp -atiradiço/fp -atirar/DKXYZfp -atitude/p -atiçar/DKMXYZcfp -atiçoar/KXYZfp -Atlanta -atlas -atleta/ip -atlântico/fp -atlético/f -atmosfera/p -atmosférico/fp -atoalhar/KXYZfp -atol/fp -atoladeiro -atoladela -atoladiço -atoladoiro -atoladouro -atolambar/KXYZfp -atolar/KSXYZfp -atoleimar/KXYZfp -atoleiro -atomatar/KXYZfp -atombar/KXYZfp -atomicidade/p -atomismo/p -atomista/p -atomizar/KXYZcfp -atomístico -atonalidade/p -atonar/KXYZfp -atontadiço -atontar/KXYZfp -atontear/KYZfp -atordoar/DKMXYZfnp -atormentadiço -atormentar/DKXYZcfp -atorácico/p -atoucado -atoucinhar/KXYZfp -atoxicar/KXYZfp -atracadela -atracadoiro -atracadouro -atracadura -atracar/DKXYZcfp -atractivo/dfp -atracão -atrafegar/KXYZfp -atrair/CKMn -atraiçoar/DKXYZfp -atrancar/KMXYZfp -atrapalhar/DKXYZcfp -atrasar/DKMXYZfp -atraso/fp -atravancar/KMXYZfp -atravessadiço -atravessadoiro -atravessadouro -atravessar/DKMXYZfnp -através -atrelagem -atrelar/KSXYZfp -atrepar/KXYZfp -atrevediço -atrever/KMXYZfp -atrevidote -atribuir/DKcpv -atribular/DKXYZcfp -atributivo/p -atributo/p -atrigado -atrigueirado -atrincheirar/KXYZfp -atrito/p -atrição -atroar/DKMXYZfnp -atrofiar/DKXYZfnp -atrombetado -atropar/KXYZfp -atropelar/DKMXYZcfnp -atropelo/fp -atroz/d -atroçoar/KXYZfp -atrás/p -atulhar/KMXYZfp -atum/p -atumultuar/DKXYZfp -aturar/DKXYZfpv -aturdir/DMXYfp -até -atérmico -atípico/fp -atómico/fpu -atónico -atónito -atóxico -audacioso/fmp -audaz -audiente -audiofone/p -audiofrequência/p -audiometria/pr -audiovisual/p -auditivo/fp -auditor/p -auditoria/p -auditório/p -audição/p -audiência/p -audiómetro/p -audácia/p -audível/dp -auferir/YZfpv -auge -augi/p -augir/Yfp -augurar/IKXYZcfp -Augusta -augustal -Augustini -augustiniana/ip -augusto/p -augúrio/p -aujais -aujam -aujamos -aujo/f -aula/p -aumentar/DKXYZcfpv -aumentativo/p -aumento/fp -aunai/p -aunamos -auneis -aunemos -aura/Sp -aureolar/KXYZfp -auricolo -auricolor -auriculado -auricular/p -aurificar/KXYZfp -aurifício -auroral/p -aurorar/KXYZfp -auroreal -aurorescer/KXYZfp -Aurélia -Aurélio -auréola -aurícula -aurífero/fp -aurífice -aurífico -Auschwitz -auscultar/DKXYZcfp -ausentar/KXYZfp -auspiciar/DKXYZfp -auspicie/fpw -auspício/p -austerizar/KXYZfp -austero/dfij -austral/p -australiano/fp -australo -australopiteco/p -australásio -austro -austromancia/p -austríaco/fp -ausência/p -autarca/p -autarcia -autarquia/pr -autenticar/DKXYZcfp -autenticidade/Ip -autentico/df -autentificar/KXYZfp -auto/ipt -autobiografia/pq -autobomba -autocarro/p -autocatálise -autociclo/p -autocinese -autocinesia -autoclismo/p -autoclínica -autocolante/p -autocombustão -autocondução/p -autoconsciência/p -autocontrole -autocopiar/KXYZfp -autocorrector/p -autocorrecção/p -autocracia/qr -autocrata/ip -autocromia -autocrítica -autoctonia/ip -autocópia -autodecomposição/p -autodefesa/p -autodestruição/p -autodeterminação/p -autodeterminismo/p -autodidacta/p -autodidáctica -autodigestão -autodinamia -autodinâmico/fp -autoestrada/p -autofecundação -autofotografia -autogamia -autogenético -autognose -autogolo/p -autogoverno/p -autografar/KXYZfp -autografia/q -autogéneo -autogénese -automatismo/p -automatizar/KXYZcfp -automação/p -automobilismo/p -automobilista/p -automobilizar/KXYZfp -automobilístico/fp -automorfismo/pr -automotor/f -automático/Hfp -automóvel/p -autonomamente -autonomia/ijprt -autonomizar/KXYZcfnp -autopiano -autoplastia -autopsiar/KXYZfp -autor/dfp -autoria/j -autoritarismo/p -autoritário/fp -autorizar/DKXYZcfpv -autoscopia -autoscópio -autotrófico -autoviação -autêntico/fmp -autóctone/p -autódromo/p -autógamo -autógrafo/p -autómato/p -autónimo -autónomo/fp -autópsia/p -autóptico/fp -auxiliar/DKXYZfnp -auxiliário -auxina/p -auxílio/p -aval/ejt -avaladar/KXYZfp -avalancha -avalanche -avaliar/DKMRXYZcfpu -avalizar/DKXYZfp -avaloar/KXYZfp -avaluar/KXYZfp -avantajar/KXYZfp -avante -avançar/DKMXYZfp -avanço/fp -avaqueirado -avarandado -avarento/fp -avareza -avariar/KXYZfp -avaro/fp -avassalar/DKXYZfnp -ave/bpt -aveia -aveio/S -aveirense/p -Aveiro -avelal -avelanado -avelanal/p -avelaneira -Aveleda -aveleira -aveleiral -avelhacar/KXYZfp -avelhar/KXYZfp -avelhentar/DKXYZfp -Avelino -aveludar/KXYZfp -avelã/p -avelãzeira/p -avenhais/S -avenham/S -avenhamos/S -avenho/Sf -avenida/p -avental/p -aventar/KXYZfp -aventura/pwy -aventurar/KXYZfp -aventureiro/fmp -aventuro/fwy -avença/Sp -avençal/p -avençar/KXYZfp -averbar/KMXYZcfp -averigua -averiguai/p -averiguamos -averiguar/DKYZcfpv -averigue/p -averiguei/p -averiguem -averiguemos -averigúe/p -averigúem -avermelhar/KXYZfp -averrugar/KXYZfp -aversão -avessar/KXYZfp -avessia -avesso/dfmp -avestruz/p -avestruzeiro -aviar/DKMXYZcfp -Avicena -avicida -avicular -avicultura/pqr -aviculário -avidez -avido/fmp -avier/Sfp -avieram/S -avierdes/S -avierem/S -aviermos/S -aviesse/Sp -aviessem/S -avieste/Sp -avigorar/KXYZfp -avilanar/KXYZfp -Avilez -avim/S -avimos/S -avinagrar/KXYZfp -avincar/KXYZfp -avinde/Sp -avindo/S -avinha/Sp -avinham/S -avinhar/KXYZfp -Avinhão -Avintes -aviolado -avioletar/KXYZfp -avioneta -avir/np -avirdes/S -avirei/Sp -avirem/S -aviremos/S -avires/S -aviria/Sp -aviriam/S -avirmos/S -avirá/Sp -avirão/S -aviríamos/S -aviríeis/S -Avis -avisar/DKXYZfp -aviso/fp -avistar/KXYZfpv -avitaminose/p -avivar/DKMXYZfp -aviventar/DKXYZfp -avizinhar/KMXYZfp -aviário/p -avião/p -aviéramos/S -aviéreis/S -aviésseis/S -aviéssemos/S -avo/Rtz -avolumar/KXYZfp -avozinha -avulso/fp -avultar/KXYZfp -avultações -avultoso -avé -avém/Sp -avêm/S -avínhamos/S -avínheis/S -avó/hp -avô/h -axadrezado/fp -axial -axiforme -axila/p -axilar/p -axiologia/pr -axioma/p -axiomatizar/cv -axiomático/Hfp -axóide -azafamar/KXYZfp -Azambuja -azambujense/p -azar/p -azarado/fp -azebrar/KXYZfp -azedar/DKMXYZfp -azedia -azedo/fmp -azedote -azedume/p -azeita/py -azeitar/DKXYZfp -azeiteiro/f -azeitona/py -azeitonar/KXYZfp -azeitoneiro/f -Azeitão -azelha/Gp -Azeméis -azenha -azenheiro/p -azerbaijano/fp -Azerbaijão -azeri/p -Azevedo -azevinho/py -azia -azimutal -azimute -azinha/y -azinhal -azinheiral -azinheiro/f -azinhoso -azo -azotar/KXYZfp -azotoso -azuis -azul/f -azular/DKMXYZfp -azulejar/DKXYZfp -azulejo/fp -azuláceo -azáfama -azótico -açafrão/p -açaimar/KXYZfp -açambarcar/DKMXYZfp -aço/p -açoitar/DKMXYZfp -açoiteira -açorda -açoreano/fp -Açores -açoriano/fp -açoteado -açoteia -açougue/p -açougueiro/p -açoute/p -açucarar/KXYZfp -açucareira -açucareiro -açudar/KXYZfp -açúcar/p -aéreo/Afp -aí -aórtico/f -aúnam -aúne/fp -aúnem -aúno/f -babado/fhp -babadouro -babadura -babar/KXYZfp -babe/fpw -babeiro -babel -babilónico/fp -babilónio/fp -baboseira -babosice -babugento -babujar/KXYZfp -babuíno/p -babão -babélico -bacalhau/p -bacalhoada -bacalhoeiro -bacalhuço -bacamartada -bacamarte/p -bacanal/jp -bacanalizar/KXYZfp -bacelar/DKXYZfp -baceleiro -bacento -Bach -bacharel/fp -bacharelar/KXYZfp -bacharelato -bachareleiro -bacharelomania -bachicar/KXYZfp -baciado -baciforme -bacilar -baciliforme -bacilizar/KXYZcfp -bacilo/jp -bacilose -baciloso -baciloterapia -bacinete -bacio/fp -backtracking -backup/p -Baco -bacoco/Gfip -Bacon -baconiano -baconismo/p -bacorada -bacteriano/fp -bactericida/p -bacteriologia/qrt -bacterioscopia -bacteriose -bacteriáceo -bactéria/p -bactérico/f -baculiforme -baculino -baculífero -bacífero -Badajoz -badala/py -badalar/KXYZfp -badaleiro/f -badalejar/KXYZfp -badalhoca -badalão -badameco -badanal/p -badanar/KXYZfp -badminton -bafar/KXYZfp -bafejar/DKXYZfnp -bafiento -baforar/KXYZfp -bagaceiro/f -bagageiro/f -bagagem/p -bagagista -bagalho -bagalhão -bagar/KSXYZfp -bagateiro -bagatela/p -bagaçal -bagaço -Bagdad -Bagdade -bago/fp -bagoado -bagudo -bagulho -baiano/fp -bailadeira -bailadoiro -bailadouro -bailar/DKXYZfnp -bailarico -bailarino/fp -bailariqueiro -bailete -bailio/p -bailomania/r -bainhar/KXYZfp -bainheiro -Baiona -baioneta/p -baionetada -bairro/ipt -baixar/KRXYZfp -baixe/fpt -baixel -baixela -baixeza -baixia/pt -baixinho -baixio/fp -baixo/fpt -baixote -Baião -bajular/DKXYZcfp -bajulatório -bajule/Gfp -Baker -bala/jpt -balada/p -balalaica -balancear/KMYZfp -balanceiro -balancete -balancé -balançar/KXYZfp -balanço/fp -balaço -balaústre -balbuciadela -balbuciar/KMXYZcfnp -balbuciente -balburdiar/KXYZfp -balbúrdia -balcânico/fp -balcão/p -Balcãs -baldar/KXYZfp -baldear/DKYZcfp -baldio/fp -baldrocar/KXYZfp -balear/KYZcfp -baleeiro/f -balela -baleote -balizagem -balizar/DKMXYZfp -ballet -balnear/cpv -balneatório -balneário/fp -balnoterapia -balofo/Gfp -baloiçar/DKMXYZfnp -balote -balouçar/DM -balouço -balouçoso -balsa -balsamar/KXYZfp -balsamizar/KXYZcfp -balsamífero -Balsemão -balsâmico/fp -Baltasar -Baltazar -Baltimore -baluarte/p -Balzac -balázio -balão/p -balístico/fp -bambaleadura -bambalear/KYZfnp -bambino -bambo -bambolim -bambu/p -bambual -bambueira -bambuzal -banal/djp -banalizar/KXYZcfp -banana/pty -bananal -bananeiral -bananeiro/f -bananice -bananívoro -bancada/p -bancaria/p -bancarrota -banco/fp -bancocracia -bancário/fp -banda/py -bandalheira -bandalho/Gfp -bandarilhar/KXYZfp -bandarilheiro -bandear/KMYZfp -bandeira/hip -bandeiral/p -bandeirar/KXYZfnp -bandeirola -bandeja/p -bandido/p -banditismo/p -bando/fp -bandolear/KYZfp -bandoleiro/i -bandolim -bandolinada -bandolinista -bangaló -banha/pty -banhar/KRXYZfp -banheiro/f -banho/fpt -banir/DMXYfpv -banjo/p -banqueiro/fp -banquete/p -banquetear/DKYZfp -banto -bantologia -bantustão/p -banzar/KXYZfp -banzeiro -banzé -baptismal/p -baptismo/Rp -baptista/p -Baptiste -baptizar/KXYZfnp -baque -baquear/KYZfp -bar/p -barafunda -barafustar/KXYZfp -Barahona -baralhar/DKMXYZfp -baralho/fp -baratear/DKMYZfp -barateza -baraticida/p -barato/fpy -barbar/GKXYZdfinp -barbara/Gijmp -barbaresco -barbarizar/KXYZcfnp -barbatana/p -barbaçudo -barbear/KYZcfp -barbeirice -barbela -barbica -barbicha -barbiturismo/p -barbitúrico/p -barbo/fpy -Barbosa -barbudo/fp -barbárie -barcarola -barcaça -barceiro -barcelense/p -Barcelona -barcelonês/fp -Barcelos -barco/fp -bardo/p -baricentro -barião/p -barlaventear/KYZfp -barlaventejar/KXYZfp -barlavento -Barnabé -barograma -barometria/r -baronesa/p -baronete -baronia/j -baronial -baronizar/KXYZfp -baroscópio -barostática -barotrópico -barqueiro/fp -barqueta -Barquinha -barra/pty -Barrabás -barracento -barraco/fp -barracão/p -barracório -barradela -barragem/p -barranco -Barrancos -barrancoso -barraquim -barrar/KMXYZfp -barreiral/p -barreirar/KXYZfp -barreirense/p -Barreiros -barrento -barreta -barretada -barrete/p -barreteiro -Barreto -barricar/KXYZfp -barriga/p -barrigada -barrigal -barrigana -barril/ap -barrilada -barrileira -barro/fpt -barroco/fip -barrosinho -Barroso -barrosão/bp -Bartok -Bartolomeu -barulha/py -barulhar/KXYZfp -barulheiro/f -barulhento/fp -barulho/fp -barão/p -barítono/fp -barógrafo/p -barómetro/p -baróstato -basal/p -basaltiforme -basalto/p -basbacaria/p -basbaque/Gp -basbaqueira -basco/fp -base/pt -basear/KYZfp -basebol/t -basial -BASIC -basicidade/p -basificar/KXYZcfp -basilar/p -Basileia -basilical -Basilienses -basquetebol/t -Bassorá -bastar/KXYZfnp -bastardia -bastardo/fp -bastidores -bastilha -bastião/p -bastonada/p -bastonete/p -bastonário/fp -Bastos -bastão/p -basáltico/fp -basílica/p -Basílio -batalhar/DKXYZfnp -batalhão/p -batata/py -batatada/p -batatal -batateiral -batateiro/f -batatudo/fp -batedeira/p -batedela -batedoiro -batedouro/p -bategada -batel/p -batela -batelão/p -bater/DKMXYZfnpt -batina/p -baton/p -batoque -batota/py -batotar/KXYZfp -batotear/KYZfp -batoto/fy -batracóide -batráquio/p -batucar/KXYZfp -batuta/p -Baudelaire -baunilha -Baviera -bazar/p -bazofiar/DKXYZfp -bazófio/f -baço/fp -baía -baú/p -BBC -BCI -BCM -BCP -BD -beataria/p -beateiro -beatificar/DKXYZcfnp -beatificatório -beatitude/p -Beatles -beato/Gfips -beatorro -Beatriz -beatério -beatífico/f -Beaumont -bebedeira/p -bebedice/p -bebedoiro/p -bebedolas -bebedouro/p -bebedura -beber/DKXYZfpv -beberagem/p -beberar/KXYZfp -bebericar/KXYZfp -beberricar/KXYZfp -beberrão -bebestíveis -bebé/p -Becket -beco/p -bedelhar/KXYZfp -bedelheiro -beduíno/p -Beethoven -beethovénico -bege -begónia -behaviorista/p -behaviourismo/p -beicinho/f -beijadela -beijar/DKXYZfp -beije/fhp -beijo/fhp -beijocadela -beijocar/DKXYZfp -beijoqueiro -beiral/p -beirar/KXYZfp -beirense/p -Beirute -beirão/bp -beiça/hp -beiçada -beiçana -beiço/fp -beiçola -beiçudo -Beja -bejense/p -bel/fs -Belarmino -Belchior -beldade/p -belenense/p -beleza/p -Belfast -belga/p -Belgrado -beliche -belicismo/p -belicista -belicoso/dp -beligerante/p -beligerância/p -beliscadura -beliscar/KXYZfp -beliscão -Belize -Belmiro -Belmonte -belo/fps -Beltrano -Beltrão -beluca -beluga -Belzebu -belzebútico -Belém -bem/p -bemol/fj -bemolar/KXYZfp -bemolizar/KXYZfp -Benavente -bendizer/KZp -beneditino/fp -beneditismo/p -Benedito -beneficamente -beneficente/p -beneficial/p -beneficiar/DKMXYZcfpv -beneficiário/fp -beneficência/p -benefício/p -Benelux -benemerente -benemerência/p -benemérito/f -beneplácito -benesse/p -benevolente -benevolência/p -benfeitor/fp -benfeitora/jp -benfeitoria/j -benfeitorizar/KXYZfp -Benfica -benfiquista/p -bengala/py -bengalada/p -bengaleiro/f -bengali/p -bengalão/p -bengalês/fp -Benguela -benguelense/p -benigno/dfp -Benilde -benjamim -Benjamin -benquerença -bento/Rfp -benzedeiro -benzedela -benzedura -benzeno -benzer/DKMXYZfp -benzina -benzol -benzóico -benção -benéfico/fp -benévolo/fp -bequadro -bera -berbequim -berbere/fp -berbicacho -berbigoeira -berbigão -berbérico -Berengário -Bergen -Berger -Bergman -Bergson -beribéri -beribérico -Berkeley -Berlenga -Berlim -berlinda -berlinde -berlinense/p -berlinês -Berlioz -berma/p -Berna -Bernard -Bernardes -Bernardino -bernardo -bernense/p -Bernoulli -Bernstein -bernês -berrar/DKXYZcfnp -berregar/KXYZfp -berreiro -berro/fp -berrão/p -Berta -Berto -Bertrand -berço/p -berílio -besante/p -BESCL -besoirar/KXYZfp -besourar/KXYZfp -besta/Gpy -bestaria/p -bestearia/p -besteiro/fp -bestial/djmp -bestializar/DKXYZcfp -bestidade/p -bestificar/DKXYZcfnp -bestiola -bestiário -besuntadela -besuntar/KXYZfp -besuntão -beta -beterraba/p -beterrabal -betonagem -betonar/KXYZfp -betoneira -betumadeira -betumar/KXYZfp -betuminoso/fp -Betânia -betão/f -bexigar/KXYZfp -bexigoso -bexigueiro -bexiguento -bezerrada -bezerro/fp -beático/fp -BFE -biangular -bianual -biarticulado -biatómico -bibe -biberão/p -biblicismo/p -biblioclepta -bibliofilia/q -bibliofobia/q -bibliografar/KXYZfp -bibliografia/pqr -bibliologia -bibliomania/q -biblioteca/p -bibliotecário/p -biblista -biblíaco -biblística -bical/p -bicanço -bicapsular -bicar/KXYZfp -bicarbonato -bicelular/p -bicha/Gpy -bichanar/KXYZfp -bichaneiro -bichano/Gfp -bichar/KXYZfp -bicharada -bicharoco -bicharrão -bicheiro/f -bichento -bicho/Gfhp -bichoca -bichoco -bichoso -bichouro -bicicleta/p -bicipital -bico/fp -bicolor -biconvexo -bicorne -bicromia -bicudo/fp -bicéfalo -bicípite -bicórneo -bicôncavo/fp -bidentado -bidimensional/p -bidireccional/p -bidão/p -bidé -biela -bielorrusso/fp -Bielorússia -bienal/p -bifacial/p -bifanas -bife/p -bifeira -bifendido -bifocal -biforme/p -bifronte -bifurcar/KXYZcfp -bigamia/j -bigamizar/KXYZfp -biglandular/p -biglanduloso -bigle -biglobular -bignónia -bigodado -bigode/fhp -bigodear/KYZfp -bigodeira -bigorna -bijectiva -bijutaria/p -bilabiado/f -bilabial -bilaminado -bilateral/p -Bilbau -bilha -bilhar -bilhardar/KXYZfp -bilhardeiro -bilharista -bilhetada -bilhete/p -bilheteiro/f -biliar/p -bilingue/ip -bilionário -bilioso/fp -bilirrubina -biliário -bilião/p -Bill -bilocular -bilénio -bilíngue -bimarginado -bimba -bimembre -bimensal -bimestral/p -bimestre -bimotor/p -binascido -binocular -binoculizar/KXYZfp -binomial/p -binuclear -binário/fp -binóculo/p -binómio -biodinâmica -biodiversidade/p -bioelectricidade/p -bioenergética -bioengenharia/p -biofísica -biogenia -biogenésico -biogeografia/pq -biografar/KXYZfp -biografia/pqr -biografista -biogénese -biologia/ipqr -biologista -bioluminescência/p -biológico/Hfp -biomagnetismo/p -biombo/p -biomecânica -biometria/pr -biopse -biopsia -bioquice -bioquímico/fp -biosfera -biossíntese -biotecnologia/pr -biotipologia/pr -bipartir/XYcfpv -bipatente -biperfurado -biplano -bipolar/p -bipolarizar/KXYZcfnp -bipresidente/p -biprisma -biquadrado -biqueira -biqueirada -biquotidiano -birmane -birmanês/fp -Birmânia -birmã -birrar/KXYZfp -birrefracção -birrento -bis/fp -bisar/KXYZfp -bisavó/p -bisavô -bisbilhota/py -bisbilhotar/KXYZfp -bisbilhote/Gfp -bisbilhoto/fy -Biscaia -biscainho -biscar/KXYZfp -biscate/p -biscatear/KYZfp -biscateiro -biscato -biscoitar/KXYZfp -biscoiteiro -biscoito/fp -biscouta/py -biscoutar/KXYZfp -biscouteiro/f -Bismarck -Bismark -bismutado -bismuto -bismútico -bisnagar/KXYZfp -bisneto/fp -bisonho -bisonte/p -bispado/p -bispal -bispo/p -bispável -Bissau -bissectar/KXYZfp -bissector -bissectriz/p -bissecular -bissecção -bissemanal -bissemanário -bisseriado -bissexto/p -bissexuado -bissexual/dp -bissimilares -bissimilaridade/p -bissimula -bissílabo/p -bisturi -bisão -bit/p -bitolar/KXYZfp -bitonalidade/p -biunivocamente -biunívoca -bivalente/p -bivalve/p -bivalência/p -bivaque -bivariada/p -bizantino/Gfip -bizarraço -bizarria -bizarro/Gfp -Bizet -Bié -biénio -biópsia/p -biótico/A -biótipo/p -biótopo -bióxido -blasfemar/DKXYZcfp -blasfematório -blasfémia/p -blindagem -blindar/KXYZfp -bloco/p -bloquear/DKMSYZfnp -bloqueio/Sfp -blusa -blusão/p -BMG -BMW -BNU -boa/mp -boatar/KXYZfp -boateiro -boato/fp -Boaventura -Boavista -boavisteiro/fp -boazinha -bobagem -bobalhão -bobear/KYZfp -bobinagem -bobinar/DKRSXYZfp -bobo/Gp -boca/hp -bocado/hp -Bocage -bocal -bocarra -bocaça -bocejar/DKXYZfp -bocejo/fp -boceta -boche/p -bochechar/KXYZfp -bochecho/fp -bochechudo -bochechão -bocudo -bode/fp -bodega/Gp -bodegada -bodegueiro -bodegão -bofetada/p -bofete -bofetear/KYZfp -bofetão/p -boga/p -Bogotá -Bohr -boi/p -boiai/p -boiamos -boiar/KYZfnp -boiardo/p -boicotagem -boicotar/KXYZfp -boicotear/KYZfp -boiei/p -boieiro/f -boiemos -boina/p -boião/p -bojadura -bojança -bojar/DKXYZfnp -bojarda -bojudo -bola/hp -bolacha/p -bolachada -bolacheiro -bolacheirona -bolachudo/fp -bolar/KRXYZfp -bolbo/pw -bolchevique/p -bolchevismo/p -bolchevista/p -bolchevizar/KXYZcfnp -bole/fhp -boleia/R -boleiro -Bolena -bolero -boletim/p -boletineiro -bolhar/KXYZfnp -bolhento -bolhoso/f -bolhão -bolinar/KXYZfp -bolineiro -boliviano/fp -bolo/fhp -Bolonha -bolonhês/fp -bolor/p -bolorecer/KXYZfp -bolorento -bolorência/p -bolota/p -bolotada -bolsa/pty -bolsar/KXYZfp -bolso/fpty -bolsão -Boltzmann -Bolívia -bom/p -bomba/pty -bombacho -bombada/R -Bombaim -bombarato -Bombarda -bombardear/KMYZfp -bombardeiro/fp -Bombarral -bombear/KMYZfp -bombo/fpty -bombom/p -bombordo -bombástico/fp -Bona -bonacheirice -bonacheirão -bonança -bonançoso -Bonaparte/it -bondade/p -bonde/pw -boneca/hp -bonecada -boneco/fp -bonequeiro -Bonfim -bonificar/KXYZcfp -Bonifácio -boniteza -bonito/fp -bonitote -Bonjardim -bonomia -boné/p -boníssimo/p -Boole -booleano/fp -boqueira -boqueirão -boquiaberto -boquilha -Borba -borboleta/p -borboletear/KYZfp -borborejar/KXYZfp -borbotar/KXYZfp -borboto/fp -borbulhagem -borbulhar/KXYZfnp -borbulhaço -borbulhento -borbulhoso -borbulhão -bordadeira -bordadura/p -bordalense/p -Bordalo -bordalês/fp -bordar/DKXYZfp -bordel/p -bordeleiro -bordo/fp -bordoeira -bordos/R -bordéus -boreal/p -Borges -borgonha -borgonhês -Borguinhões -borguista -Boris -borla/t -borlado -Bornéu -boro -boroa/S -borracha/G -borracheira -borracho/Gp -borrachudo -borrachão -borradela -borradura -borralheiro/f -borralhento -borrar/DKXYZfp -borrasca -borrascoso -borrasqueiro -borratar/KXYZfp -borratão -borregar/KXYZfp -borregue/Gp -borregueiro -borrento -borrifadela -borrifar/DKXYZfp -borrão -bosque/p -bosquímano/fp -bossa -bosta/py -bostal/p -bostar/KXYZfp -bosteiro/f -Boston -bosão/p -botar/KSXYZfp -botelharia/p -botelheiro -Botelho -botequim -botequineiro -botica/p -boticário/f -botija/p -botim/p -botina/p -botoaria/Sp -botoeiro/f -Botswana -botânico/fp -botão/p -Boulevard -Bouro -bouçar/KXYZfp -bovino/fp -bovídeo/p -boxe/t -boxeador -Boximanes -Boyle -boçal/d -boémio/fp -BP -BPA -BPI -BPSM -Brabante -bracamarte -Bracara -bracarense/p -bracear/KYZfp -braceiro -bracejar/DKMXYZfp -braceleira -bracelete/p -bradar/KXYZfp -bradejar/KXYZfp -bradicardia -brado/fp -Braga -bragancês -Bragança -bragançano -braganção -braguilha -braguês -Brahms -braille -bramam/i -bramar/DKXYZfp -brame/fipt -bramir/DXYfp -bramânico/fp -bramã -brancacento -brancal -branco/fp -brancor -brancura -Brandeburgo -brandir/MXYfp -brando/fmp -Brandt -brandura -Brandão -branqueadura -branquear/DKMYZcfp -branquejar/KXYZfnp -branquiado -branquial/p -branquidão -braquial -braquicéfalo/p -braquiossauro -brasa/py -braseiro/f -Brasil -brasileirada -brasileiro/Gfip -brasileirote -brasiliense/p -brasiliofobia/q -brasiliófilo -brasonar/KXYZfp -brasuca -brasão/fp -Brasília -Bratislava -Braun -brava/Sp -bravata -braveza -bravio -bravo/fp -bravura -braçadeira -braçado/f -braçadura -braçal -braço/fp -braçudo -brear/KYZfp -brecar/KXYZfp -brecha/p -brejeirar/KXYZfp -brejeiro/Gfp -brejeirote -brejo/y -brejoso -Bremen -Bretanha -bretão/bp -breu -breve/dmps -brevetar/KXYZfp -breviário/p -Breyner -brigado/fpy -brigantino -brigar/DKXYZfp -Brighton -brigoso -briguento -brigão -brilhante/imps -brilhantina -brilhar/KXYZfnp -brincada/py -brincalhão/fp -brincar/DKXYZfp -brinco/fhp -brincão -brindar/KXYZfp -brinquedo/p -brio/pw -briol -Briolanja -brisa/p -Bristol -britadeira -britam/i -britar/DKMXYZfp -Briteiros -British -Britânia -britânico/fp -Brno -broa/p -broadcast -Broadway -brocar/KMXYZfnp -brochar/DKXYZfp -brochura/p -bromar/KXYZcfp -bromato -brometo/p -bromofórmio -bromídrico -bronco -broncopneumonia -broncoscopia -broncoscópio -broncotomia -bronquial -bronquice -bronquite -bronquíolo -brontossauro -bronze/pt -bronzear/DKMYZfp -Brooklyn -brotar/KMXYZfp -brotaram/R -Brown -browniano -Bruce -brucelose/p -Bruges -bruma/pw -brumaceiro -brumal -brunir/TX -brusco/fmp -brusquidão -brutal/djmp -brutalhada -brutalizar/KXYZcfp -brutamontes -bruteza -brutidão -bruto/dfp -Brutus -bruxar/KXYZfp -bruxedo/p -Bruxelas -bruxo/fp -bruços -brácaro -bráctea/p -Brás -brâmane/p -brânquia/p -brídege -brócolos -brómico -brônquio/p -brônzeo -BSE -BT -BTA -bucal/p -Bucareste -bucelar -bucha -bucho -bucolismo/p -bucólico/fp -Buda -Budapeste -budismo/p -budista/p -bueiro -Buenos -bufar/KXYZfp -bufete -buffer -buffers -bufido -bufão -bug/p -bugalho/fp -bugalhudo -bugiar/KXYZfp -bugiganga -bugigangaria/p -bujarda -bujarrona -bulais/R -bulam/R -bulamos/R -bular/KXYZfp -bulbiforme -bulbilho -bulbo/pw -buldogue -bule/fpt -Bulgária -bulhar/KXYZfp -bulhento -bulhão -buli/Rp -bulidela -bulimos/R -bulir/XYfp -buliçoso -bum -bumba -bumbum -buracar/KXYZfp -buraco/fp -buracão -burburinhar/KXYZfp -burel -burgo -burgomestre -Burgos -burguesia/i -burguês/fip -buril -burlar/DKXYZfp -burle/fpt -burlesco/fp -burloso -burlão/p -burocracia/ipqr -burocrata/ijp -burocratizar/DKSXYZcfp -burrada -burreco -burricada -burrical -burrico -burrificar/KXYZfp -burriqueiro -burro/Gfhp -burrão -bus -buscar/DKXYZfnp -Bush -busto/p -butano -buxo -buzinar/KXYZcfop -Buçaco -buçal -buço -BVL -Byron -byte/p -báculo -bálsamo -báltico/fp -bárbaro/fp -bárdico -bárico -bário/f -báscula/p -básico/Hfp -bátega/p -bávaro/fp -Bélgica -bélico/fp -Bética -bê -bêbado/fp -bêbedo/fp -bênção/a -bíblia/p -bíblico/fp -bígamo -bílis -bíparo -bípede/p -bócio -bóer -bófia -bóiam -bóie/fp -bóiem -bóio/f -bólide -bónus -bórico -bósnio/fp -búdico -búfalo/p -búlgaro/fp -bússola/p -búzio/p -cabaceiro/f -cabacinha -cabal/efmt -cabalar/KXYZfp -cabaleta -cabalístico/fp -cabana/p -Cabanelas -cabaré/p -cabaz/p -cabazada -cabazeiro -cabaçada -cabaçal -cabaço/fp -cabe/Sp -cabecear/KMYZfp -cabeceirense/p -cabeceiro/f -cabecilha/p -cabedal -cabei/Sp -cabeleira/py -cabeleiro/fy -cabelo/hp -cabeludo/fp -cabem/S -cabemos/S -cabendo/S -caber/Mp -caberdes/S -caberei/Sp -caberem/S -caberemos/S -caberes/S -caberia/Sp -caberiam/S -cabermos/S -caberá/Sp -caberão/S -caberíamos/S -caberíeis/S -cabeçada -cabeçalho/p -cabeço/fp -cabeçorro/f -cabeçote/p -cabeçudo/p -cabia/Sp -cabiam/S -cabide/fp -cabidela -cabido/Sfp -cabinda -cabine/fp -cabisbaixo/fp -cabo/p -cabotagem/p -cabotinagem -cabotino/i -cabra/py -cabrada -Cabral/it -cabreiro/f -cabril -cabrinha -cabriolar/KXYZfp -cabriole/Gfp -cabritar/KXYZfp -cabriteiro -cabrito/fp -cabrão -cabular/KXYZfp -cabule/Gfp -cabíamos/S -cabíeis/S -caca -cacada -cacaracá -cacarecos -cacarejar/DKXYZfp -cacaria/p -cacatua -cacau -cacaual -cacaueiro -cacauzeiral -cacauzeiro -cacetada -cacete -cacetear/KYZcfp -caceteiro/fp -cachaceiro/f -cachalote/p -cachaço -cachaçudo -cache -cachear/KYZfp -cachecol -cacheirada -cacheiro/f -cachimbar/DKXYZfp -cacho/p -cachoante/p -cachoeirar/KXYZfp -cachola -cacholada -cachopada -cachopice -cachopo/f -cachorrada -cachorrice -cachorro/fhp -cachuchar/KXYZfp -cachudo -cachão -cacical/p -cacicar/KXYZfp -cacico/fit -cacifeiro -cacifo/p -cacifre -cacifro -Cacilhas -cacilheiro -caco/p -cacofonia -cactiforme -cacto/p -cactóide -Cacém -CAD -cada/y -cadafalso -cadastral/p -cadastrar/KXYZfp -cadastro/fp -Cadaval -cadavérico/fp -cadeado/p -cadeia/p -cadeira/hp -cadeirado -cadeiral/p -cadeireiro -cadeirão -cadela/hp -cadelona -cadenciar/KXYZfp -cadencie/fpw -cadente/p -cadernal -cadernaço -caderneta/p -caderno/p -cadete/p -cadilho -caducar/KXYZfnp -caduceu/p -caduco/dfp -caducário -caduque/Gp -cadáver/p -cadência/p -Caeiro -Caetano -cafajeste -cafeal -cafeeiral -cafeeiro -cafeicultura/pq -cafetaria/p -cafeteiro/fp -cafezada -cafezal/p -cafezeiral -cafezeiro -cafezito -cafeína -cafeísmo -café/p -caganita/p -cagar/KXYZfp -cagarola/p -cagaçal -caiadela -caiadura -caiar/DKXYZcfp -caibais/S -caibam/S -caibamos/S -caibo/Sf -caieiro -Caim -caimão -caipira -caipirada -caiporice -caiporismo/p -caiqueiro -cair/KMRS -Cairo -caixa/hpt -caixaria/p -caixeirada -caixeiral -caixeiro/p -caixeta -caixilhame -caixilharia/p -caixilho/p -caixotaria/p -caixote/p -caixoteiro -caixotão -caixão/p -cajadada -cajado -caju -cajuada -cajueiral -cajueiro -cal/efpt -calaboiço/p -calabouço/p -calado/fhmp -calafate -calafetagem -calafetar/DKMXYZcfp -calafrio/p -calamidade/p -calamitoso -calar/DKMXYZfp -calcadeira -calcadela -calcadoiro -calcadouro -calcadura -calcagem -calcanhar/p -calcanheira -calcar/DKMRXYZfp -Calcedónia -calceiro -calcetar/KMXYZfp -calceteiro -calcificar/KRSXYZcfp -calcinar/KXYZcfnpv -calcinatório -calcinhas -calcinável/Ip -calcite -calcografar/KXYZfp -calcografia/pqr -calcorrear/DKYZfnp -calcular/DKXYZfpv -calcule/fipt -calculoso -calculável/Ip -Calcutá -calcário/fp -caldar/KXYZfp -caldaça -caldear/KMYZcfp -caldeirar/KXYZfp -caldeireiro -caldeirinha -caldeirão -Caldelas -caldense/p -caldeu/p -caldo/fp -caledónio -caleidoscópio -caleira -calejar/DKMXYZfp -calenda/p -calendarizar/KXYZcfnp -calendário/p -calfe -calhadoiro -calhadouro -calhamaçada -calhamaço -calhambeque -calhanço -calhar/KXYZfp -calhau/p -Calheta -calhoar/KXYZfp -calhorda -calibragem -calibrar/DKXYZcfp -calicida -caliciforme/p -calidoscópio -califa/p -califado/p -californiano/fp -Califórnia -caliginar/KXYZfp -caliginoso -caligrafar/KXYZfp -caligrafia/pq -calinada -Calisto -caliço -calmar/KXYZfnp -calmeiro -calmeirão -calmo/fmp -calmoso -calo/fpt -caloiro/Gfp -calor/pw -caloraça -calorescência/p -caloria/p -caloricidade/p -calorificar/KXYZcfp -caloroso/fmp -calorão -calorífero -calorífico/fp -calorímetro -caloso/df -calota/y -calote/p -calotear/KYZfp -caloteiro/fip -caluda -caluniar/DKXYZfpv -calunie/fpw -calvar/KXYZfp -calvez -Calvino/it -calvo/fp -calvário -calvície -calão -calçadeira/S -calçadura/S -calçar/DKSXYZfp -calço/Sfp -calçotas -calçudo -calção/p -calículo -calígrafo/p -Calígula -calórico/f -calúnia/p -CAM -cama/hp -camada/Sp -camaleão/p -camarada/p -camaradagem -camaradão -camarata/p -camareiro/fp -camarilha -camarim/p -camarote/p -camaroteiro -camarário/fp -camarão/p -cambada -cambalear/KYZfnp -cambalhotar/KXYZfp -cambia/ipt -cambial/p -cambiar/KXYZcfnp -Cambodja -cambojano/fp -cambota -Cambra -cambras -cambriano -Cambridge -cameleiro -cameleão -cameliforme -camelino -camelo/Gfp -Camelot -camiliano/fpt -Camilo/t -caminhar/DKXYZfnp -caminheiro -caminhense/p -caminheta -caminho/fp -caminhão -camionagem -camioneta/p -camionista/p -camisa/hpy -camisaria/p -camiseiro/f -camiseta/p -camisola/p -camisoleiro/p -camisote -camisão/p -camião/p -camoeca -camomila -camoniano/ft -campainha/p -campainhada -campainheiro -campal -campana -campanha/p -Campanhã -campanudo -campanulado/f -campanário/p -campanólogo -campeonato/Tp -campesino/fp -campestre/p -campeão/Tbp -campino/f -campo/fipt -camponês/fp -campânula/p -campónio/fp -camuflagem/p -camuflar/KXYZfp -camurcina -camurçar/KXYZfp -camélia/p -Camões -canada -canadense/p -canadiano/fp -Canadá -canal/jp -canalha/Gip -canalhada -canaliforme -canalizar/DKXYZcfpv -canalífero -cananeu/p -canapé/p -canarinho/fp -canastra -canastrado/f -canastro/p -canastrão/p -Canaveses -canavial/p -canavês -Canaã -canceladura -cancelar/KMXYZfp -cancerar/KXYZcfp -cancere/fjpw -canceriforme -cancerizar/KXYZfp -canceroso/Afp -cancerígeno/fp -cancioneiro/p -cancro/p -candeeiro/p -candeio/f -candelabro/p -candelária/p -candidamente -candidatar/KRXYZfp -candidato/Rfp -candidatura/Rp -candongar/KXYZfp -candongue/Gp -candongueiro -candor -candura -canecada/p -caneco/fp -caneiro -canela/py -caneladura -canelar/KXYZfp -caneleiro/f -canelina -caneta/p -canforar/KXYZfp -canforeira -cangaceiro/p -cangalhada/p -cangalheiro/fp -canguru/p -canheiro/p -canhona/py -canhonar/KXYZfp -canhonaço -canhonear/KYZfp -canhoneiro/f -canhoto/fp -canhão/fp -canibal/ijp -canibalesco/fp -canibalizar/KXYZcfnp -canicultura/pq -canil/p -canino/fp -canivetada -canivete -caniveteiro -caniçado/f -caniçal -caniçalha -caniço/f -canja -Cannes -cano/fp -canoa/p -canoagem -canoeiro -canonical -canonicidade/p -canonista -canonizar/DKXYZcfpv -cansa/py -cansar/KSXYZfp -cansativo/fp -cansaço -canseiroso -cantadeira -cantadela -cantadoira -cantadoura -Cantanhede -cantar/CDKXYZfnpv -cantarejar/KXYZfp -cantarolar/KXYZfp -cantata/p -cantiga/p -cantil/a -cantilena -cantina/p -canto/fhpy -cantonal -cantoneiro/f -cantor/fp -cantoria/p -cantos/R -Cantuária -Cantábria -cantábrico/fp -cantão/p -canudo -canzarrão -canzeiro -canzil -canzoada -canzoal -canário/f -cançoneta/pt -canção/pt -canícula/p -canídeo/p -canónico/Hfp -caos -caotizar/KXYZfp -CAP -capacete/p -capacheiro -capachice -capacho/h -capacitar/IKXYZfp -capadeira -capadura -Capadócia -capanga -capar/DKXYZcfp -Caparica -capataz/p -capaz/Idp -capear/KMYZfp -capela/hpt -capelada -capeleira -capelo/fpt -capelão/e -capicua -capilar/Mdp -capiliforme -capilota -capiláceo -capim -capinar/KXYZfp -capinha -capitado/fp -capital/ijpt -capitalizar/KRSXYZcfpv -capitanear/KYZfp -capitania/p -capitação -capitel/p -capitoa -capitular/KXYZcfnp -capitânia -capitão/be -capitólio -capoeiro/fp -capotar/KXYZfp -capotear/KYZfp -capoteira -capotilho -capotáveis/S -caprichar/KXYZfp -capriche/fpw -capricho/fpw -caprichoso/fmp -capricórnio -caprino/fp -capríneos -capsular/Dc -capsulífero -captar/DKXYZcfp -captor/p -capturar/DKXYZfp -capucha/hp -capuchar/KXYZfp -capuche/fhp -capucho/fhp -capuz -capão -capítulo/p -caqueirada -caqui -caquéctico -carabina -carabinada -carabineiro/p -caracará -caracol/fp -caracolar/KXYZfp -caracter/p -caracterial -caracterizar/DKSXYZcfnp -caracterologia/pr -característico/Hfp -carago -caramba -carambolar/KXYZfp -carambole/Gfp -caramelizar/KXYZcfp -caramelo/jp -caramujo -caramulano -caramuleiro -caranguejeiro -caranguejo/fp -caranguejola -carantonha -carapau/p -carapaça -carapeta -carapeteiro -carapetão -carapinho/f -carapinhudo -carapuceiro -carapuço/f -carapução -caravana/p -caravela/p -caraveleiro -caraça -caraíba/p -carbonado/fp -carbonato/p -carboneto/p -carbonite -carbonizar/DKXYZcfpv -carbono/j -carbonoso -carbonífero/fp -carboxílico/p -carburar/DKXYZcfnp -carbóneo -carbónico/fp -carcavelense/p -Carcavelos -carcaça/p -carcereiro/p -carcerário -carcinoma/p -Cardan -cardar/KXYZfp -cardeal/p -cardinal/dp -cardiologia/prt -cardiopatia/pqr -cardioscopia -cardioscópio -cardiovascular/p -Cardoso -cardume -cardíaco/fp -carece/fp -carecer/DKMXYZfnp -careiro -carena -carenadas -carenciado/fp -carente/p -carestia -careteiro -careto/fp -careza -carga/RSp -cargo/fp -cargueiro/p -cariar/KXYZfp -caricato/fp -caricatural/p -caricaturar/KXYZfp -caricature/fpt -cariciar/KXYZfpv -caricioso -caridoso -caril -carimbagem -carimbar/DKXYZfp -carimbo/fp -carinho/pw -carinhoso/fmp -carioca/p -carioso -carisma/p -carismático/fp -caritativo/f -cariz -cariótipo -Carl -Carla -carlinga -carlista -Carlos -Carlota -carmelita/p -carmelitano -Carmelo -carmesim -carmim -carmina -Carminda -Carmo -Carmona -carnadura -carnagem -carnal/dj -carnalizar/KXYZcfp -Carnaval -carnavalesco/fp -carnaça -carnação/I -carne/ipw -Carnegie -carneirada -carneireiro -carneiro/fp -carniceiro/p -carnicento -carnifazer/KZp -carnificar/KXYZcfp -carnificina/p -carniforme -carnivorismo/p -carniça -carniçal -carniçaria/p -carnoso/dfp -carnudo/fp -carnífice -carnívoro/fp -caro/dfhp -carocha -carochinha -Carol -carola/i -carolice -Carolina -carolino -carolíngio -caroçame -caroço/p -caroçudo -carpela -carpelo/p -carpete/p -carpideira -carpidura -carpintaria/p -carpinteirar/KXYZfp -carpinteiro/fp -carpir/DMXYfp -carrada/p -carranca/p -carrancudo/fp -carrapato -carrapicho -carrapitas -carrasco/fp -carrascão -Carrazeda -carraça/p -carraçaria/p -carrear/KMYZfp -carregadeira -Carregal -carregar/DKMXYZcfp -carreiro/f -carreta -carrete -carretear/KYZfp -carreteiro -carretel -carreto -carril/fp -carrilar/KMSXYZfp -carrilhonar/KXYZfp -carrilhão/f -carrinho/fp -carripana/p -carriçal -carriço/f -carro/Ahp -carroceiro -carrocel -Carrol -carrossel -carroçar/KXYZfp -carroção -carruagem/p -carrão/p -carta/ipy -cartada/S -cartaginense/p -cartaginês/fp -Cartago -cartaxeiro -cartaxense/p -Cartaxo -cartaz/p -carteiro/fpt -cartel/p -cartela -cartesiano/fip -cartilagem/p -cartilaginoso -cartilagíneo -cartilha/p -cartografar/KXYZfp -cartografia/qr -cartola -cartolada -cartolaço -cartolina -cartomancia/p -cartomante/p -cartonageiro -cartonagem -cartonar/KXYZfp -cartoon/p -cartorário -cartucheiro/f -cartucho/p -Cartuxa -cartuxo -cartão/fp -cartório -carujar/KXYZfp -carujeiro -caruma -carumeira -carunchar/KXYZfp -carunche/fpw -carunchento -carvalhal -carvalheira -carvalho/p -carvoaria/p -carvoeiro/f -carvoejar/KXYZfp -carvoento -carvão/p -carácter -carão -carência/p -carícia/p -carótida -carótide -casa/mpy -Casablanca -casaco/fp -casacão -casadeiro -casadoiro -casadouro -casal/efp -casalar/KSXYZfp -casaleiro -casamenta/py -casamentar/KXYZfp -casamento/fpy -Casanova -casar/KMXYZfpv -casaredo -casario/f -cascalha/py -cascalhar/KXYZfp -cascalhe/fhp -cascalhento -cascalhoso -cascalhudo -cascar/KSXYZfp -cascarrão -cascata/p -cascatear/KYZfp -cascavel -casco/fp -cascoso -cascudo -cascão -casebre/p -caserna/p -caserneiral -caserneiro -caseína -caseínico -casimira -Casimiro -casinha -casinholo/f -casinhoto/f -casino/p -casita/p -casmurrada -casmurral -casmurro/Gfp -caso/fmpy -casoto/f -caspa -casposo -casqueiro/f -casquento -casquilhar/KXYZfp -casquilhe/Gfp -casquinha -casquinheiro -cassete/p -Cassiano -Cassinga -Cassiopeia -castanha/py -castanhal -castanhedo -castanho/fpy -castanholar/KXYZfp -castanhoso -Castela -castelania -casteleiro -castelhanizar/KXYZfp -castelhano/fijp -castelo/p -castelã -castelão -castelório -castificar/KXYZcfp -castigar/DKXYZcfpv -castigo/fp -castigueira -Castilho -castiçal/p -castiçar/KXYZfp -castiço/dfi -casto/Gdf -castor/p -castorenho -castrar/DKMXYZcfp -castrense/p -casual/dimpt -casulo/pw -casuísta/p -casuística -casão -casório -cataclismo/p -catacumbas -catadupa/p -catadupejar/KXYZfp -catalisar/DKXYZfp -catalizar/DKXYZcfp -catalogal/p -catalogar/DKXYZcfp -catalografia -Catalunha -catalão/be -catalítico/f -catana/p -catanada/p -catapultar/KXYZfp -catapus -catar/KMXYZfp -catarata/p -Catarina -catarral/p -catarrear/KYZfp -catarreira -catarrento -catarro -catarroso -catarse -catarsia -catastroficamente -catastrofismo/p -catastrófico/fp -catatua/p -catecismo/p -catecumenado -catedral/p -catedralesco -catedratizar/KXYZfp -catedrático/fp -categoria/jp -categorial/mp -categorias/u -categorizar/DKXYZcfp -categórico/Hfp -catenária -catenóide -catequese/p -catequista -catequizar/DKXYZcfnp -catequético -cateto -Catherine -catingar/KXYZfp -catingoso -catingueiro -catitar/KXYZfp -catite/Gfp -cativar/KXYZcfnp -cativo/fpy -catião/p -catodoluminescência/p -catolicidade/p -catolicismo/Ap -catolicizar/KXYZfnp -catolizar/KXYZcfp -catorze -catrafilar/KXYZfp -catraio/f -Catulo -catálise -catálogo/p -catártico -catástrofe/p -Catânia -catódico/fp -catódio -católico/Afp -caucasiano/fp -caucionar/KXYZfnp -caucionário -caucásico -cauda/p -caudal/pw -caudaloso/dfp -caudilhos -caule/p -cauleoso -caulescente -caulificar/KXYZcfp -caulifloro -caulinite -caulino -caulícola -caulículo -caulífero -causal/djmp -causalizar/KXYZfp -causar/DKXYZfnp -causativo -causticar/KXYZcfnp -caustico/df -cautela/pw -cautelar/p -cauteleiro -cauteloso/fmp -cauto/I -caução/p -cava/py -cavacar/KXYZfp -cavadela -cavadiço -cavadura -cavalada/p -cavalagem -cavalar/p -cavalaria/p -cavalariça -cavaleirar/KXYZfp -cavaleiresco/fp -cavaleiroso -cavaleta -cavalete -cavalgadura -cavalgar/DKXYZfnp -cavalheiresco/fp -cavalheiro/ip -cavalheiroso -cavalinhas -cavalitas -cavalo/dfhpy -cavalão -cavalório -cavaquear/DKYZfp -cavaqueira -cavaquinho -Cavaquismo/p -Cavaquista/p -cavar/DKXYZcfp -cave/dfp -caveiroso -cavernal/p -cavernar/KXYZfp -caverne/fpw -cavernícula -caviar -cavilhar/DKXYZcfp -cavitário -caxemira -Caxias -cazaque/p -caçada/py -caçar/DKXYZfnp -caçarola -caçoar/DKXYZfp -caíque -caótico/f -CC -CCB -CCRN -CD/p -CDU -CE/p -cear/KRYZfp -ceata -cebo/R -cebola/py -cebolada -cebolal -cebolinha -cebolo/f -cecal -Cecília -cede/fhp -ceder/KXYZfnpv -cedilhar/KXYZfp -Cedofeita -cedro/p -cedência/p -cefaleia/p -cefalgia -cefalite -cefalálgico -cefalóide -cefeida/p -cefálico/fp -cegar/KXYZfp -cego/fhmp -cegonha/p -cegueira -cegueta -CEI -ceifa/py -ceifar/KXYZfp -ceifo/fy -ceifão -Ceilão -ceiote -ceita/Rp -cela/p -celebrar/DKXYZcfnpv -celebre/dfjp -celebrizar/KXYZcfp -celebérrimo/fp -celeireiro -celeiro/p -celeremente -celeridade/p -celerímetro -celeste/p -celestial/p -celestino -celeumar/KXYZfp -celha -celibatarismo/p -celibato -celibatário/fp -celofane -Celorico -Celso -celta/p -celtibero -celtibérico -celular/p -celuliforme -celulite -celulose/dp -celuloso/d -celulífero -celulóide -celulósico -cem/S -cemiterial -cemitério/p -cena/p -cenografia/pqr -cenoira/p -cenoura/p -censo/p -censor/p -censual/t -censurar/DKXYZfpv -censório -centauro -centavo/p -centeal -centeeiro/f -centeio/p -centelhar/KXYZfnp -centena/p -centenar -centenoso -centenário/Tfp -centesimal -centigrado/p -centigrama/p -centil -centilitro/p -cento/p -centola -centopeia -centragem -central/dijpt -centralista/Sp -centralizar/DKSXYZcfp -centrar/KSXYZfp -centre/fpt -centrifugar/DKXYZcfp -centro/fpt -centrífugo/f -centrípeto -centuplicado/fmp -centuplicar/KXYZfp -centurial -centuriato -centurião -centáureo -centáurico -centénio -centésimo/fp -centígrado/p -centímetro/p -centípede -centúria -cenáculo -cenário/p -cepa -cepo -cepticismo/p -ceptro -cepudo -cepáceo -cera/Sp -ceramista/p -cercadura -cercania -cercar/DKXYZfp -cerceadura -cerceamento -cercear/DKYZfp -cerco/fp -cerdoso -cereal/p -cerealicultura/pqr -cerealífero/fp -cerebelite -cerebelo -cerebral/jp -cerebralizar/KXYZfp -cerebração/p -cerebróide -cereja/py -cerejal -cerimonial/p -cerimoniar/KXYZfp -cerimonie/fpw -cerimonioso/fmp -cerimoniático/fp -cerimónia/p -cerneira -cernelha -cernir/XYfp -ceroulas -Cerqueira -cerqueiro -cerquinho -cerradoiro -cerradura -cerrar/KMXYZcfp -certa/mpy -certame/p -certar/KXYZfp -certeza/Ip -certidão/p -certificar/DKXYZcfnp -certificativo -certificatório -certo/fmpy -Cervantes -cervantesco/fp -cervantino/fp -Cerveira -cerveja/py -cervejada -cervejaria/p -cervejeiro/fp -cervical/p -cervo/p -cerzi/p -cerzideira -cerzir/Yfp -ceráceo -cerâmico/fp -cerífero -Cesareia -cesariano/f -cesarismo/p -cesarista -cessante/Ip -cessar/KMXYZcfnp -cesta/Ip -cestada/I -cestaria/Ip -cesteiro -cesto/fp -cestão/p -cesura/p -Cesário -cetim -cetina -cetineta -cetinoso -cetona/p -cetra -cetáceo/p -cetónico -Ceuta -cevada -cevadeira -CGD -CGTP -chacal/p -chacinar/DKXYZfp -chacolhar/KXYZfp -chacota -chacotear/DKYZcfp -chafarica -chafariqueiro -chafariz/p -chafurda/py -chafurdar/KXYZfp -chafurde/Gfp -chafurdeiro/f -chagar/KXYZfp -chagaz -chaguento -chalacear/DKYZfp -chalaceiro -chalado/fp -chalaçar/KXYZfp -chaleira -chalreadura -chalrear/DKYZfp -chalreta -chalupa -chalé -chamar/DKMXYZfp -chamariz/p -chamejar/KXYZfnp -chaminé/p -champanha/j -champanhe/j -champanhizar/KXYZfp -champô -chamuscadela -chamuscadoiro -chamuscar/KXYZfp -chance/fp -chancelar/KXYZfp -chanceler/p -chanfana -chanfaneiro -chanfrado/fp -chanfradura -Chang -chanqueiro -chantagem/p -chantagista/p -chantajar/KXYZfp -chantre -chapar/KRXYZfp -chapear/KYZfp -chapelada/p -chapeleira -chapeleiro/p -chapeleta -chapelete -chapelão -chapim -chapinar/KXYZfp -chapinhar/KXYZfp -chapinheiro -chapiscar/KXYZfp -Chaplin -chapuz -chapéu/p -charada/pt -charadístico -charanga -charangueiro -charco/p -charcoso -charcutaria/p -charlatanaria/p -charlatanear/KYZfp -charlatanice -charlatanismo/p -charlataria/p -charlatão/e -Charles -Charlot -Charlotte -charme/p -charneca -charneira/p -charro -charruadeira -charruar/KXYZfp -charutaria/p -charuteiro/f -charuto/p -chasco -chatear/KMYZcfp -chateza -chato/Gfp -chauvinismo/p -chauvinista/p -chavaria/p -chave/p -chaveta/p -chavo/y -chavão/p -checo/fp -checoslovaco/fp -Checoslováquia -chefe/pu -chefiar/KXYZfp -chegadela -chegadiço -chegar/DKMXYZfnp -cheio/Rfp -cheirar/KXYZfp -cheire/fhp -cheireta -cheirete -cheirinha -cheiro/fhp -cheiros/f -cheiroso/f -Chen -cheque/p -Cher -cheta -Chevalier -chi -chiadeira -chiadoiro -chiadouro -chiadura -chiar/DKXYZfnp -chibatar/KXYZfp -chibo -Chicago -chicana -chicharro/p -chichi/h -chicho/f -chicotada/p -chicote -chicotear/DKYZfp -chicória -chifrar/KXYZfp -chila -Chile -chileno/fp -chilrar/KXYZfp -chilrear/DKYZfnp -chimpanzé/p -china -chincadela -chincalhar/KXYZfp -chincar/KXYZfp -chinelada -chineleiro -chinelo/fp -chinesada -chinesice -chinfrim -chinfrinar/KXYZfp -chinfrineiro -chino -chinês/fip -chinó -Chipre -chique/i -chiqueiro -chirriar/KXYZfnp -chispar -chispe -chita/p -chiça -chocadeira -chocalhar/KXYZfp -chocalheiro -chocalho/Gf -chocar/KXYZfmnp -chochar/KRXYZfp -chocho/Gfp -choco/Gfp -chocolate/p -chocolateiro/f -chofrar/KXYZfp -choldra -Chomsky -Chopin -choqueiro -choquento -choradeira -choradinho -choramingar/DKXYZfp -choramingueiro -choramingão/fp -chorar/KXYZfp -chore/fpw -choricas -chorinca -chorinhas -chorinquento -choro/fpw -choroso/fmp -chorriscar/KXYZfp -chorudo/fmp -chorão/p -choupal/p -choupana/p -choupaneiro -choupo/p -chouriceiro -chouriçada -chouriço/fp -chovediço -chover/DKXYZfp -choça/p -Christian -Christopher -chuchadeira -chuchar/KXYZfp -chuchu -chularia/p -chulo/Gipt -chulé -chumacete -chumaçar/KXYZfp -chumbar/KXYZfp -chumbo/fp -chupadeira -chupadela -chupadoiro -chupadouro -chupadura -chupar/DKMXYZfp -chupe/fpt -chupeta/p -churrasco/p -churrasquear/KYZfp -chusma -chutar/KXYZfp -chuva/hpw -chuvada/p -chuveiro -chuvinhar/KXYZfp -chuviscar/KXYZfp -chuviscoso -chuvisqueiro -chuço -chá/p -chávena/p -chã -chão/p -cianato -cianeto -cianídrico -cianótica -cibernético/f -cicatricial/p -cicatriz/fp -cicatrizar/KXYZcfnpv -cicerone -ciclicamente -ciclo/ipt -ciclomotor/pt -ciclone/Ap -cicloparafinas -ciclope/p -ciclopentadieno -ciclos/u -ciclotrão -ciclóide -ciclónico/fp -ciclópeo -ciclópico/fp -ciclóptico/fp -ciclóstomo/p -cicuta -cicutina -Cid -cidadania -cidade/p -cidadela/p -cidadelha -cidadão/ab -cidra/y -cidrão -Cidália -cieiro -ciente/ipt -cientificar/KXYZfp -científico/Hfp -cifrar/KXYZfnp -cifrão/p -CIG -ciganagem -ciganar/KXYZfp -cigane/Gfp -cigano/fp -cigarra/pty -cigarrar/KXYZfp -cigarreiro/f -cigarrilha -cigarro/fpt -cilada/p -cilindragem -cilindrar/KXYZfp -cilindricamente -cilindricidade/p -cilindriforme -cilindro/fp -cilindróide -cilício -cilíndrico/fp -cima/py -cimbalino/p -cimenta/py -cimentar/KXYZcfp -cimento/fp -cimo/fpy -cinco -cindir/XYfpv -cineasta/p -cineastra -cineclube/ipt -cinefilia/pt -cinegético/f -cinema/p -cinemascópio/p -cinemateca/p -cinematografar/KXYZfp -cinematografia/pqr -cinematoscópio -cinemoscópio -cinemático/fp -cinescopia -cinestesia -Cinfães -cingir/RXYfp -cinicamente -cinismo/p -cinquenta -cinquentavo -cinquentenário -cinquentão/fp -cintar/DKXYZfp -cintilar/DKXYZcfnp -cinto/fp -cintos/R -cinturar/KXYZfp -cinturão/p -cinzar/KXYZfp -cinzel/f -cinzeladura -cinzelagem -cinzelar/DKMXYZfp -cinzento/fipt -cinzo/fy -cinábrio -cinéfilo/fp -cinético/f -cio -cioso/m -CIP -Cipião -ciprestal -cipreste -Cipriano -cipriota/p -cipó -cirandar/KXYZfp -cirandeira -circense/p -circo/p -circuitar/KXYZfp -circuito/fp -circular/DKXYZcdfmnp -circulatório/fp -circuncidar/KXYZfp -circunciso/I -circuncisão -circundar/KXYZcfnp -circunferencial -circunferência/p -circunflexo/f -circunflexão -circunscrever/KXYZfp -circunscricional -circunscritivo -circunscrito/fp -circunscritível -circunscrição/p -circunspecto/p -circunstancial/ip -circunstanciar/KXYZfp -circunstância/p -circuntornar/KXYZfp -circunvagar/KXYZfnp -circunvalar/KXYZcfp -circunvizinhança -circunvizinho/fp -circunvolucionário -circunvolução/p -circunvolver/KXYZfp -Cirilo -cirrose/dp -cirroso/d -cirtercienses -cirurgia/p -cirurgião/p -cirzais -cirzam -cirzamos -cirze/fp -cirzem -cirzo/f -cirúrgico/fp -cisar/IKXYZfp -CISC -cisco/h -Cisjordânia -cismar/DKXYZfp -cismático/fp -cisne/p -cisterciense/p -cisterna/p -cisão/Ip -citadino/fp -citar/DKXYZcfnptv -citatório -citologia/pr -citoplasma -citoplasmático/fp -citoplásmico -citosina -citricultura/pqr -citrino/fp -citro -City -citânia -ciumar/KXYZfp -ciumeira -ciumento/f -civil/jpt -civilidade/Ip -civilizacional/p -civilizar/DKXYZcfpv -civilmente/I -civismo/AIp -ciático/fp -ciânico -ciência/p -ciúme/p -Claire -clamar/DKRXYZcfnp -clamor/pw -clandestino/dfmp -claque/pt -clara/mpy -clarabóia -clarear/KYZcfp -clarejar/KXYZfp -clareza -clarificar/DKXYZcfp -clarificativo -clarim -clarimostrar/KXYZfp -clarinada -clarinete/pt -clarito/fp -clarividente -clarividência/p -Clark -claro/dfmp -clarão -claríssono -classe/pu -classicamente -classicismo/p -classicista -classificar/DKRXYZcfpv -classificativo/fp -classificável/IR -Claude -Claudel -claudicar/KXYZcfnp -clausal/p -claustral/p -claustrar/KXYZfp -claustro/fp -claustrofobia/pqr -claustromania/p -clausular/KXYZfp -clausurar/KXYZfp -clava -clave -claviculados -clavicular/u -claviforme -clavícula/p -claúsula/p -clemenciar/KXYZfp -clemente/I -Clementina -clemência/Ip -cleptofobia/pq -cleptomania/pqr -clerical/ijpt -clericalizar/KXYZfp -clericato -clero/p -clerocracia/r -clerofobia/r -Cleópatra -clicar/KXYZfp -cliché/p -cliente/p -clientela/ip -clima/p -climatismo/p -climatizar/KXYZcfp -climatologia/qrt -climatérico/fp -climático/fp -clinicamente -Clinton -clister -clisterizar/KXYZcfp -clitoridismo/p -clitoritomia -clitóride -clitóris -clivagem/p -clivar/KXYZfp -clivoso -cloaca -cloacal -clonagem/p -clonar/KXYZfp -clorado/f -cloragem -cloral -clorato -cloreto/p -cloro -clorofila -clorofilino/fp -cloroformizar/KXYZcfp -clorofórmico -clorofórmio -cloroplasta -clorídrico -Clotilde -clube/pt -clássico/fp -Cláudia -Cláudio -cláusula/p -clã/p -clérigo/p -clímax -clínico/fp -clítoris -clórico -cm -CML -CMP -CMVM -CNE -CNN -coabitar/DKXYZcfnp -coactivo -coactor -coacção -coadaptar/KXYZfp -coadjutor -coadjutoria -coadjuvar/KXYZcfnp -coadoiro -coadouro -coadquirente -coadquirir/XYcfp -coadunar/KXYZcfpv -coadunável/dp -coadura -coagir/XYfp -coagitar/KXYZcfp -coagitativo -coagulante/ASp -coagular/DKSXYZcfnpv -coagulável/dp -coalhadoiro -coalhadouro -coalhadura -coalhar/KMXYZfp -coalheira -coaptidão -coaquisição -coar/DKXYZcfp -coaxar/KXYZcfnp -coaxial -cobaio/f -cobaltite -cobaltizar/KXYZfp -cobalto/j -cobaltífero -cobarde/Gp -cobardia/p -coberto/RSfp -cobertor/p -cobertura/p -cobiçar/DKXYZfnpv -cobiçoso -Cobol -cobrança/p -cobrar/DKXYZfpv -cobrem/RS -cobres/RS -cobri/RSp -cobrir/DMRXYfp -cobrável/IR -cobáltico -cocar/KXYZfp -cocaína -cocegar/KXYZfnp -coceguento -coceira -cocha/py -cochar/KXYZfp -cocheiral -cochichar/DKXYZfp -cochicho/fp -cocho/fy -cociente/p -coco/fp -cocorocó -cocó/p -codificar/DKSXYZcfpv -codorniz/p -codornizão -coe/Gfp -coeducar/KXYZcfp -coeducativo -coeficiente/p -coeficiência/p -coelhada -coelheiro/f -coelho/hp -coentro/p -coercitivo -coercivo/fp -coercível/Idp -coerente/mp -coerentes/I -coerir/YZfnp -coerção/p -coerência/Ip -coesivo/fp -coeso/fp -coesor -coessencial -coessência/p -coesão/I -coexistir/XYfnp -coexistência/Ip -cofiar/KXYZfp -cofre/p -cogitar -cognitivo/fp -cognição/p -cognome -cognominar/KXYZcfp -cogumelo/p -Cohen -COI -coibais -coibamos -coibi/p -coibir/Ycfp -coicear/KYZfp -coifa -coima/Sp -Coimbra -coimbrão/bp -coimeiro -coincidir/XYfnpv -coincidência/p -coindicar/KXYZcfnp -coiote/p -coiro/fp -coirão -coisa/hp -coisíssima -coitado/fhp -coitar/KXYZfp -coiteiro -coito/fp -colaborar/DKXYZcfnp -colaboração/ipt -colagem/Sp -colapsar -colapso/p -colar/DKRXYZcfp -colarinho/p -colateral/dp -colativo -colcha/p -colcheia/p -colcheiro -colcheta -colchete/p -colchetear/KYZfp -colchoar/KXYZfp -colchoeiro -colchão/p -coldre/p -coleccionar/DKXYZcfp -coleccione/fipt -colectar/CKXYZfpv -colectivo/dfimpt -colector/p -colectoria -colectâneo/f -colega/ip -Colegiada -colegial/p -colegiatura -coleira -coleirado -colesterol -colestrol -colete/p -coleteiro -colheita/p -colher/KMRXYZfp -colherada -colheraça -colibri -colidir/XYfp -coligar/KXYZcfp -coligativo/fp -coligir/XYfp -colimite/p -colina/p -colinear -colinoso -coliseu -colisão/p -colite -College -Collins -colmar/KXYZfp -colmatagem -colmatar/KXYZfp -colmaçar/KXYZfp -colmeal -colmeeiro -colmeia/p -colmeiro -colmo/fp -colo/fp -colocar/DKRXYZcfp -coloidal/p -colombiano/fp -Colombo -colonato/p -colonial/Aipt -colonizar/DKSXYZcfpv -colono/jpt -coloquial/p -colorar/KSXYZcfnp -colorau -colorear/KYZfp -colores/IS -colorimetria/pr -colorir/SXYfp -colorização -colorífico -colorímetro -colossal/dp -colosso/p -Columbano -columbino/fp -columbofilia/q -coluna/pt -colunar/p -colunata -colurais/S -coluram/S -coluramos/S -coluro/Sf -colégio/p -colérico/Hfp -colóides -colónia/p -colóquio/p -Colômbia -Colúmbia -com/f -comadre/G -comadrio -comanches -comandante/pu -comandar/KXYZfnp -comando/fp -comarca/p -Comba -combalir/XYfp -combater/KMXYZfnpv -combativo/dfp -combinacional -combinar/DKXYZcfpv -combinatório/fp -comboio/p -comboniano/fp -combustibilidade/Ip -combustivo -combustão/p -combustível/dp -come/fhp -comede/Sp -comedeiro/f -comedem/S -comedi/Sp -comediante/p -comedido/fp -comedimos/S -comedir/MS -comediógrafo -comedoiro -comedouro -comemorar/KXYZcfpv -comemorativo/fp -comendador/fp -comendatário/p -comendatório/R -comendo/Rf -comensal/dip -comensurar/KXYZcfpv -comensurável/Idp -comentar/DKXYZcfpt -comentário/p -comer/DKXYZfnpv -comerceiam -comerceie/fp -comerceiem -comerceio/f -comercial/ijmpt -comercializar/KXYZcfp -comerciar/KXYZfnpv -comerete -comestível/dp -cometar -cometer/DKMXYZfnp -cometário -comezaina -comezinho -começa/RSp -começais/RS -começam/RS -começamos/RS -começar/DKRXYZfp -começo/Rfp -comichento -comichona -comichoso -comichão -comicial -comicidade/p -comicieiro -comigo -comilança -comilão/fp -comiserar/DKXYZcfp -comiserativo -comissariar/KXYZfp -comissionar/KXYZfp -comissionista -comissário/fpu -comissão/pu -comitiva/p -comité/p -comocional/p -comocionar/KXYZfp -comodidade/ISp -comodismo/p -comodista -comotividade/p -comover/DKXYZfnp -comoção/p -compactar/KSXYZcfp -compacte/dfp -compacto/dfp -compactuar/KXYZfp -compadecer/DKMXYZfp -compadrar/KSXYZfp -compadre/Gfp -compadrio -compaginar/KXYZcfp -compaixão/S -companheiro/fip -companheirão -companhia/p -comparar/DKXYZcfpv -comparativo/fmp -comparecer/KMXYZfnp -comparecência/p -comparsa/p -comparticipar/KXYZcfp -compartilhar/DKXYZfnp -compartimentação -compartir/MXYfp -comparável/dp -comparência/p -compassado/Sfmp -compassar/KSXYZfp -compassividade/p -compassivo/IS -compasso/fp -compassível/I -compaternidade/p -compatibilizar/KXYZcfp -compatriota/p -compatrício -compatível/Idp -compelativo -compelação -compele/p -compelem -compeli/p -compelir/Yfp -compendiação -compenetrado/fmp -compenetrar/KXYZcfp -compensar/DKRXYZcfpv -compensativo/fp -compensatório/fp -compensação/ip -compensável/IR -compete/p -competem -competente/Ip -competi/p -competir/DYcfnp -competitivo/dfmp -competência/Ip -compilar/DKRXYZcfp -compilatório/R -compitais -compitam -compitamos -compito/f -complacente/p -complacência/Ip -complanar/KXYZcfp -compleicional -compleiçoado -compleição -complementar/KXYZcdfmp -complemento/fp -complementário -completar/KXYZcfp -completivo/fp -completo/Ifmp -completude/I -completório -complexidão/p -complexo/dfmp -complexão -complicar/DKXYZcfp -componente/Ru -componentes/u -componível/p -compor/Kcnp -comporatmento -comportamental/p -comportar/KMXYZfpv -comportável/Ip -composicional/dmp -compositivo -compositor/fp -composição/RS -compossessor -Compostela -compostelano/f -compostura/S -compota -compoteira -compradiço -comprar/DKXYZfpv -comprativo -compratório -compraz/fp -comprazais -comprazam -comprazamos -comprazei/p -comprazem -comprazemos -comprazendo -comprazer/DMp -comprazerdes -comprazerei/p -comprazerem -comprazeremos -comprazeria/p -comprazeriam -comprazermos -comprazerá/p -comprazerão -comprazeríamos -comprazeríeis -comprazia/p -compraziam -comprazido/fp -comprazo/f -comprazíamos -comprazíeis -compre/bfp -compreender/KXYZfp -compreensivo/f -compreensor -compreensão/I -compreensível/Idmp -compressivo/S -compresso/f -compressor/fp -compressão/p -compressível/Id -compressório -comprido/fp -compridão -comprimente -comprimento/p -comprimir/XYfpv -comprobatório/p -comprometer/DKMSXYZfp -compromissiais -compromissivo -compromisso/p -compromissório -comprouve -comprouvemos -comprouver/fp -comprouveram -comprouverdes -comprouverem -comprouvermos -comprouvesse/p -comprouveste/p -comprouvéramos -comprouvéreis -comprouvésseis -comprouvéssem -comprouvéssemos -comprovar/DKXYZcfnp -comprovativo/fp -compulsar/DKXYZcfpv -compulsivo/fmp -compulsão -compulsório/f -compungir/MXYfp -compungitivo -computacional/mp -computar/DKXYZcfpv -computarizado/fp -computorizado/fp -compêndio -compósito -comum/imp -comuna/ipt -comunal/ip -comungar/KXYZfnp -comunhão/p -comunial -comunicar/DKXYZcfnpv -comunicativo/Ifp -comunicável/Idp -comunidade/p -comunitarizar/KXYZcfnp -comunitário/fp -comutar/DKXYZcfpv -comutativo/dfp -comédia/p -comércio -comício/p -conatural -concatenar/DKMXYZcfpv -concausa -concavidade/p -conceber/KMXYZfpv -concebível/Ip -conceder/KXYZfnpv -conceito/p -conceituar/KSXYZfp -conceituoso/m -conceição -concelebrar/KXYZcfnp -concelheiro -concelhio/fp -concelho/p -concentracionário -concentralização -concentrar/DKXYZcfpv -concentre/fipt -concentricidade/p -concepcional/A -concepcionário -conceptismo/p -conceptista -conceptivo/f -conceptual/impt -conceptualizar/c -conceptáculos -conceptível/d -concepção/p -concerne/p -concernem -concerni/p -concernir/Yfnp -concernência/p -concertado/fmp -concertar/DKXYZcfnp -concerte/fpt -concertino/f -concerto/fpt -concessionar/KXYZfpu -concessionário/fpu -concessivo/f -concessor -concessão/pu -concessível/I -concessório -conchado/f -concharia/p -conchegar/KXYZfp -conchegativo -concho/f -conchoso -conchudo -conchóide -concidadania -concidadão/a -conciliar/DKRXYZcfnpv -conciliativo -conciliatório/R -conciliação/IR -conciliário -conciliável/IRp -concirnais -concirnam -concirnamos -concirno/f -conciso/fmp -concisão -concitar/KXYZfp -conclave/pt -concludente/Ip -concludência/p -concluir/K -conclusivo/Ifp -concluso -conclusão/p -concolor -concomitante/mp -concomitância/p -concordar/KXYZfnpv -concordata/p -concordatário -concordância/p -concorpóreo -concorrencial/p -concorrente/mp -concorrer/KXYZfnp -concorrência/p -concretizar/KXYZcfp -concreto/fijmp -concreções -concriar/KXYZcfp -concubinagem -concubinal/p -concubinar/KXYZfp -concubinato -concubinário -concurso/pt -concussionário -concussor -concussão -concutir/XYfpv -concutor -concêntrico/fmp -concílio/p -concórdia -condado/p -condal -conde/bp -condecorar/KXYZcfp -condecorativo -Condeixa -condenar/DKMXYZcfpv -condenatório/fp -condensar/DKXYZcfnpv -condensável/dp -condescender/KMXYZfnp -condescendência/p -Condestável -condicente -condicional/Idip -condicionar/DKMXYZfnp -condigno/dfmp -condiliano -condimentar/KXYZcfp -condimento/fp -condimentício -condiscípulo/p -condizer/KZnp -condição/p -condoimento -condolente -condolência/p -condomínio/p -condonatário -condor -condoído/fp -condrósteos -conducente/p -condutar/CKXYZfp -condute/fip -condutivo/d -condutor/fp -condutância/p -condutício -condutível/dp -conduzir/RYZcfp -condão -condómino/fp -cone/p -conectar/KSXYZfp -conectivo/dfp -conector/p -conexa/Sp -conexivo -conexo/dfp -conexão/p -conezia -confeccionar/DKXYZfp -confecção/p -confederal/p -confederar/KXYZcfp -confederativo -confeita/py -confeitar/KXYZfp -confeiteiro/f -conferencia/pt -conferencial/p -conferenciar/KXYZfp -conferente -conferir/DYZfpv -conferência/p -confessar/KRXYZfpv -confessional/p -confessionário -confesso/IRf -confessor/p -confessoral -confessável/IRp -confessório -confiado/fmp -confiança/Sp -confiar/KSXYZfmnpv -confidenciais/I -confidencial/dmp -confidenciar/KXYZfp -confidencioso -confidente/I -confidência/Ip -configurar/KRSXYZcfpv -confim/p -confinal/p -confinamento -confinar/KXYZcfnp -confine/dfp -confirmar/DKXYZcfnp -confirmativo -confirmatório -confiscar/KXYZcfpv -confissão/p -conflagrar/KXYZcfp -conflito/p -conflitual/dp -conflituoso/dfp -confluir/Kn -confluência/p -conformar/DIKXYZcfpv -conformativo -conforme/dfipt -conformidade/ISp -confortar/DKMRSXYZcfmnpv -confortativo -conforto/RSfp -confortável/dp -confrade/p -confragoso -confranger/DKMXYZfnp -confraria/p -confraternal/p -confraternar/KXYZfp -confraterne/dfjp -confraternizar/KXYZcfp -confreire -confrontar/DKXYZcfnpv -confronto/fp -confucio -confucionismo/p -confundir/XYfpv -confuso/fmp -confusão/p -Confúcio -congelante/ASp -congelar/DKMSXYZcfnpv -congelativo -congelável/dp -congeminar/KXYZcfnp -congeminativo -congeminência/p -congeneridade/p -congenial/d -congestionar/KMSXYZfnp -congestivo/S -congestão -conglobar/KXYZcfp -conglomerar/KXYZcfp -conglomerático/fp -conglumerativo -conglutinar/KXYZcfnp -conglutinativo -Congo -congolês/fp -congratular/DKXYZcfnp -congratulatório -congregacional -congregar/KXYZcfnp -congregação/pt -congressional -congresso/pt -congro/p -congruente/p -congruência/Ip -congénere/p -congénito/fp -conhaque -conhecer/DKMXYZfnpv -conicidade/p -conimbricense/p -conimbrigense/p -conivente/p -conivência/p -conjectural/p -conjecturar/DKXYZfpv -conjugal/Ap -conjugar/KXYZcfnpv -conjugativo -conjugicídio/pq -conjuncional/p -conjuntar/CKXYZfp -conjuntivite -conjuntivo/fp -conjunto/fmp -conjuntura/p -conjuntural/p -conjurar/DKXYZcfnp -conjuratório -Connor -connosco -conoidal -conotar/DKXYZcfp -conotativo/fp -conquanto -conquiforme -conquistar/DKXYZfpv -conquífero -Conrado -consagrar/DKRSXYZcfnpv -consanguinidade/p -consanguíneo/p -consciencialismo/p -consciencializar/KXYZcfp -consciencioso/fm -consciente/Imp -conscientes/Iu -consciência/Ipu -consecutivo/fmp -consecução -consegua -conseguam -conseguamos -consegue/p -conseguem -consegui/p -conseguinte/m -conseguir/DMYfnpv -conselheiral -conselheiro/fimp -conselheirático/fp -conselho/py -consemelhança -consenciente -consenso/p -consensual/jmp -consensualizar/KXYZcfnp -consentaneidade/p -consente/Sp -consentem/S -consenti/Sp -consentir/DMSYfp -consentâneo/f -consequencial/p -consequente/mp -consequentes/I -consequência/Ip -consertar/DKRSXYZfp -conserva/py -conservador/fip -conservante/ipt -conservar/DKXYZcfnpv -conservativo -conservatório/fp -conservo/fpy -conservável/dp -considerandos -considerar/KXYZcfpv -considerativo -consideração/IRS -considerável/mp -consigam -consigamos -consignar/DKXYZcfnpv -consignativo -consignatário -consigo/f -consiguais -consintais/S -consintam/S -consintamos/S -consinto/Sf -consistente/mp -consistir/XYfnp -consistorial -consistência/Ip -consistório -consoante/Sp -consoar/KXYZfnp -consociável/p -consogra -consolar/DKSXYZcfpv -consolativo/p -consolatório -consolidar/KRXYZcfnpv -consolidativo -consolo/fp -consome/p -consomem -consonantal -consonante/ijp -consonantes/I -consonantizar/KXYZcfp -consonar/KXYZfnp -consonância/Ip -consonântico/fp -consorciar/KXYZfp -consorte -conspecto -conspecção -conspicuidade/p -conspirar/DKXYZcfnp -conspirativo -conspiratório/fp -conspurcar/KXYZcfpv -conspícuo -constante/mp -constantes/I -constantiniano -Constantino -Constantinopla -Constança -constar/KXYZfnp -constatar/KXYZcfp -constelar/KXYZcfp -consternar/DKXYZcfp -constipar/KXYZcfp -constipativo -constitucional/dijmpt -constitucionalizar/KSXYZfp -constituinte/p -constituir/DKRcnv -constitutivo/fp -constranger/DKMXYZfp -constringente -constringir/XYfp -constritivo -constrito -constritor -constrição -constroem/RS -construais/RS -construam/RS -construamos/RS -construem/RS -construi/RSp -construindo/RS -construir/CRS -construirdes/RS -construirei/RSp -construiremos/RS -construiria/RSp -construiriam/RS -construirmos/RS -construirá/RSp -construirão/RS -construiríamos/RS -construiríeis/RS -construiu/RS -construo/RSf -construtivo/fmp -construtor/Rfp -construtura -construí/RSfp -construíam/RS -construíamos/RS -construído/RSfp -construíeis/RS -construímos/RS -construíra/RSp -construíram/RS -construíramos/RS -construíreis/RS -construírem/RS -construíres/RS -construísse/RSp -construísseis/RS -construíssem/RS -construíssemos/RS -construíste/RSp -constrói/RSp -constância/Ip -Constâncio -consubstancial/dp -consubstanciar/KXYZcfp -consulado/p -consular/p -consulente -consulesa -consultar/DKXYZcfnpv -consultivo/fp -consultor/fp -consultório/p -consumar/DKXYZcfpv -consume/fipt -consumir/DXYcfpv -consumo/fipt -consumível/Ip -consílio -consócio -consórcio/p -conta/hpt -contabilista/p -contabilizar/KXYZcfp -contabilístico/fp -contactar/KXYZfnp -contacto/fp -contactáveis/I -contadoria -contagem/p -contagiar/KXYZfnp -contagie/fpw -contagional -contagioso/dfp -contagião -contaminar/DKSXYZcfnpv -contaminável/dp -contanto -contar/DKRXYZfpv -contemplar/DKXYZcfnpv -contemplativo/df -contemporaneidade/p -contemporizar/DKXYZcfnp -contemporâneo/fp -contencioso/p -contender/DKXYZfnpv -contendor/p -contenhais -contenham -contenhamos -contenho/f -contens -contensão -contentadiço -contentar/CKMXYZfpv -contentivo -contentor/p -conter/fnp -conterdes -conterei/p -conterem -conteremos -conteria/p -conteriam -contermos -conterrâneo/fp -conterá/p -conterão -conteríamos -conteríeis -contesse/p -contestar/DIKXYZcfnpv -contestatário/fp -contestável/Idp -conteve -contexto/p -contextualizar/KRSXYZcfnp -contextuar/KXYZcfp -contextura -conteúdo/p -contia/pt -contido/fp -contigo/d -contigua/m -contiguai/p -contiguamos -contiguar/KYZfp -contigue/dp -contiguei/p -contiguem -contiguemos -contigúe/p -contigúem -continental/dp -continente/Ipu -contingencial/p -contingente/imp -contingência/Ip -continham -continuar/DKSXYZcfp -continuativo -continue/Sdfp -continuidade/ISp -continuo/dfm -continência/Ip -contive -contivemos -contiver/fp -contiveram -contiverdes -contiverem -contivermos -contivesse/p -contivessem -contiveste/p -contivéramos -contivéreis -contivésseis -contivéssemos -conto/fpt -contorcer/KXYZfp -contorcionar/KXYZfp -contorcione/fip -contorcionista -contornar/KMXYZfp -contornear/KYZfp -contorno/fp -contornáveis/I -contorção/ip -contra/pt -contrabaixo/t -contrabalançar/KXYZfp -contrabaluarte -contrabandear/KYZfp -contrabando/fit -contrabater/KXYZfp -contrabordo -contracaixilho -contracampanha -contracanto -contracapa/p -contracarril -contracenar/KXYZfp -contraceptivo/p -contracepção -contracifra -contraconcepção -contracorrente -contracosta -contractivo -contracto/pu -contractual/m -contractuante/p -contractura -contracunhar/KXYZfp -contracurva/p -contracâmbio -contracédula -contradeclarar/KXYZcfp -contraditar/CKXYZfpv -contraditor -contraditório/fp -contradizer/KZp -contradomínio -contrafazer/KZp -contrafeitiço -contrafeito -contrafortar/KXYZfp -contrafosso -contrafuga -contragolpe -contragosto -contrair/CKSv -contraluz -contramandar/KXYZfp -contramanobrar/KXYZfp -contramarcar/KXYZcfp -contramarchar/KXYZfp -contramaré -contramestre -contramurar/KXYZfp -contranatural/d -contrapartida/p -contrapasso/p -contrapesar/KXYZfp -contrapeso/fp -contraplacar/KXYZfp -contrapoder/p -contrapontear/KYZfp -contraponto/pt -contrapontística -contrapor/Kp -contraposição -contrapressão -contraproducente/p -contraproduzir/YZfp -contraprojecto -contrapropaganda -contrapropor/Kp -contraprovar/KXYZfp -contrapunho/f -contraquartel -contraquilha -contrariar/DKXYZfnpv -contrariedade/p -contrastar/DKXYZcfnpv -contrastear/KYZfp -contratadeira -contratar/DKRSXYZcfnpuv -contratempo/p -contratestemunhar/KXYZfp -contrato/fp -contratorpedeiro/p -contratual/jmp -contratualizar/KXYZcfnp -contravapor -contraveio -contravem/p -contraveneno -contravenhais -contravenham -contravenhamos -contravenho/f -contravento -contraventor -contravenção -contraverdade/p -contraversão -contraverter/KXYZfp -contraviemos -contravier/fp -contravieram -contravierdes -contravierem -contraviermos -contraviesse/p -contraviessem -contravieste/p -contravim -contravimos -contravinde/fp -contravindo/fp -contravinha/p -contravinham -contravir/p -contravirdes -contravirei/p -contravirem -contraviremos -contraviria/p -contraviriam -contravirmos -contravirá/p -contravirão -contraviríamos -contraviríeis -contraviéramos -contraviéreis -contraviésseis -contraviéssemos -contravolta -contravêm -contravínhamos -contravínheis -contribuinte/p -contribuir/DKcn -contributivo/fp -contributo/p -contributário -contristar/DKXYZcfp -contrito -contrição -controlados/IS -controlar/DKSXYZfpv -controlo/fp -controlável/ISp -controverso/fpt -controverter/KXYZfpv -controvérsia/p -contruí -contrário/Hfp -contudo -contumaz -contumácia -contumélia -contundir/XYfnp -contundência/p -conturbar/DKXYZcfp -conturbativo -contuso -contusão/p -contágio/p -contáveis/IRS -contável/dp -contém -contêm -contêramos -contêreis -contêsseis -contêssemos -contíguo/fp -contínhamos -contínheis -contínua/Sp -contínuo/fp -convalescença/R -convalescer/KRXYZfnp -convector -convecção -conveio -convencer/DKMXYZfpv -convencional/ipt -convencionar/KXYZfp -convencível/Ip -convenhais -convenham -convenhamos -convenho/f -conveniente/mp -convenientes/I -conveniência/Ip -conventicular -convento/p -conventual/p -conventículo -convenção/p -convergir/XYfnp -convergência/p -conversadeira -conversar/DKXYZcfpv -conversivo -conversor/Rp -conversável/IS -conversão/Rp -conversível/d -converter/DKMXYZfpv -convertível/dp -convexo/dfp -convexão -convicto/fmp -convicção/p -convidar/DKXYZfnp -convidativo -convido/fp -convier/KXYZfp -convim -convimos -convincente/p -convinde/p -convindo -convinha/p -convinham -convir/p -convirdes -convirei/p -convirem -conviremos -conviria/p -conviriam -convirmos -convirá/p -convirão -conviríamos -conviríeis -convite/p -convival/p -conviver/KXYZfnp -convivência/p -conviéramos -conviéreis -conviésseis -conviéssemos -convocar/DKRSXYZcfp -convocatório/f -convolução -convolver/KXYZfp -convosco -convulsar/KXYZfp -convulsionar/KXYZfnp -convulsionário -convulsivo/p -convulsão/p -convulsível/d -convém/p -convénio/p -convés -convêm -convínhamos -convínheis -convívio/p -coníferas -conóide -coobrigar/KXYZcfp -cooperar/DKXYZcfnp -cooperativo/fipt -cooptar/KXYZcfp -coordenar/DKSXYZcfnp -coordenativo/fp -copa/pty -copado/f -copiar/DKXYZfp -copiloto/p -copioso/dfm -copito/p -copo/fpty -Copperfield -copra -coprofagia -coprofilia/q -coprófago -copular/DKXYZcfp -copulativo/fmp -copázio -copépode -Copérnico -coqueficante/p -coqueiral/p -coqueiro/p -coqueluche -cor/fpt -coracóide -corado/Sfp -coradoiro -coradouro -coragem -corajoso/fmp -coral/p -coraleiro/f -coraliforme -coralino -coraliários -coralífero -coralígenos -coralóide -corantes/S -corar/KXYZcfnp -coração/hp -corcel -corcovar/KXYZfp -corcovear/KYZfp -corcunda -corda/Rp -cordado/Rp -cordato/fmp -cordear/KYZcfp -cordeiro/p -cordeizitos -cordel -cordelinhos -cordelzito -cordial/dmp -cordifolia -cordiforme/p -cordilheira/p -cordoar/KXYZfp -cordoeiro -cordão/gp -coreano/fp -Coreia -coreicos -coreografar/KXYZfp -coreografia/pqr -coreto -coreutas -coreáceo -corifeus -corimbiforme/p -corisco/p -coriáceas -corja -cornada -corneal/p -cornear/DKYZcfp -corneta/p -cornetada -cornetear/KYZfp -corneteiro/p -cornetim/p -cornetão -cornicho -cornichoso -corniculado -cornificar/KXYZfp -corniforme -corno/hp -cornucópia -cornuda -Cornélia -cornículo -cornífero -coro/fpt -coroar/KMSXYZcfp -corola/p -corolado -coroliforme -coroláceo -corolário/p -corolífero -coronal -coronel/p -coronha/p -coronhada -coronheiro -coroniforme -coronário/fp -coroplastia -corpanzil -corpanzudo -corpaço -corpete/p -corpo/hp -corporal/djmp -corporalizar/KXYZcfp -corporativismo/Ap -corporativo/fipt -corporatura -corporação/Ip -corporeidade/Ip -corporificar/KXYZcfp -corporiforme -corporizar/KXYZcfp -corpos/A -corpulento/p -corpulência/p -corpus -corpuscular -corpórea/Ip -corpóreo/fp -corpúsculo/p -correccional/m -correctivo/fp -correcto/Ifmp -corrector/fp -correctoria -correctriz -correctível -correctório -correcção/Ip -corredela -corredio -corrediço -corregedoria -correger/DKMXYZfp -correio/fp -correlacionar/KXYZfnp -correlatar/CKXYZfp -correlativo/df -correlegionário/fp -corrente/mp -correnteza -correntio -correntoso -correr/DKMXYZfnp -correspondente/mp -corresponder/KXYZfnp -correspondência/p -corretagem -corretar/KXYZfp -corretor/fp -corricar/KXYZfp -corridinho -corrigir/XYfpv -corrimão -corriqueirice -corriqueiro -corroais -corroam -corroamos -corrobação -corroborar/KXYZfnp -corroborativo -corroei/p -corroem -corroemos -corroendo -corroer/fp -corroeram -corroerdes -corroerei/p -corroerem -corroeremos -corroeria/p -corroeriam -corroermos -corroerá/p -corroerão -corroeríamos -corroeríeis -corroesse/p -corroessem -corroeste/p -corroeu -corroido/fp -corromper/DKMXYZfp -corroo/f -corrosivo/fp -corrosão -corrosível/d -corroêramos -corroêreis -corroêsseis -corroêssemos -corroí/f -corroíam -corroíamos -corroíeis -corruptivo -corrupto/fp -corruptor -corruptível/Id -corrupção/I -corrói/p -corso/fp -corsário/p -cortadeira -cortadela -cortadura -cortar/DKMXYZfnp -cortejar/DKXYZfp -cortejo/fp -cortesania -cortesanice -cortesanos -cortesia/Sp -cortesão/ab -cortical/p -corticeiro/f -corticiforme -corticite -corticotrofina -corticotropa -cortinar/KSXYZfp -cortisona -cortiçado/Sf -cortiço/Sf -cortiçoso -cortês/Sp -cortícola -Coruche -coruja/py -corujar/KXYZfp -corujeiro/f -corujento -Corunha -corvense/p -corveta/p -Corvina -Corvino -corvo/p -Corão -corço/f -coríntio -coscuvilhar/KXYZfp -coscuvilhe/Gfp -coscuvilheiro -cosedura/S -coser/DKXYZfp -cosidela -Cosme -cosmetologia -cosmobiologia/ipr -cosmogonia -cosmografia/pqr -cosmogónicas -cosmologia/pqrt -cosmometria/pr -cosmonauta/p -cosmonomia -cosmopolita/ip -cosmopolizar/KXYZcfp -cosmopolítico -cosmos -cosmético/fp -cossaco/p -costa/py -costabaixo -costado/Rf -costal -costear/KMYZfp -costeiro/fp -costela/p -costeleta/p -costilhas -costuma/py -costumança -costumar/KXYZfp -costumeiro/f -costura/py -costurar/KXYZfp -costuro/fy -cotar/DKMXYZcfpv -cotejados -cotejo -coticada -cotilédones -cotilóide -cotizar/KXYZcfpv -coto/fjp -cotonicultura/pq -cotovelar/KXYZfp -cotovelo/fp -cotovelão -cotovia/p -cotão -coube/S -coubemos/S -couber/Sfp -couberam/S -couberdes/S -couberem/S -coubermos/S -coubesse/Sp -coubessem/S -coubeste/Sp -coubéramos/S -coubéreis/S -coubésseis/S -coubéssemos/S -Couceiro -coulomb -couraceiro -couraçar/KXYZfp -couro/fp -courão -cousada -cousica -couso/f -cousíssima -coutar/KMXYZfp -couteiro -Coutinho -couto/fp -couval -couve/p -couveiro/f -coval -covalente/p -covarde/p -covardia/p -coveiro -covil -Covilhã -covinha -covo/f -covoada -covão -cowboy/p -coxal -coxeadura -coxear/KYZfnp -coxeira -coxia -coxo/fhp -coxão -cozedeira -cozedura -cozer/DKMXYZfp -cozinha/py -cozinhar/KXYZfpv -cozinho/fy -coágulo -coçadura -coçar/KXYZfp -coíbam -coíbe/fp -coíbem -coíbo/f -CP -CPLP -crachá -cracoviano -Cracóvia -craniano/fp -craniologia/qrt -crapulear/KYZfp -crapuloso -craque/p -crase -crasso -cratera/p -crateriforme -Crato -crava/pty -cravadeira -cravadura -cravagem -cravar/DKXYZcfp -crave/fhpt -craveiro/f -cravejar/DKMXYZfp -cravelha -cravo/fhpt -creche/p -crede/Sp -credencial/p -credenciar/KXYZfp -credenciário -credibilizar/DKSXYZcfp -creditar/KXYZfp -credo/p -credulamente -credulidade/Ip -credível/Idp -creiais/S -creiam/RS -creiamos/S -creio/RSf -CREL -cremadeiro -cremadoiro -cremadouro -cremalheira -cremar/DKXYZcfp -crematório/p -cremoso -crendeirice -crendeiro -crendice/p -crenoterapeutas -crenoterapia -crença/p -creolina -crepe/p -crepitar/KXYZcfnp -crepitoso -crepuscular/p -crepusculizar/KXYZfp -crepúsculo/A -crer/DKYZfnp -crescente/mp -crescer/KMRXYZfnp -crescidote -Crespo -crestadeira -crestadura -crestar/KMXYZfnp -Creta -cretense/p -cretinizar/KXYZcfp -cretino/ijp -cretinoso -cretinóide -cretáceo -cretácico -cretão -cria/pt -criacionista -criadagem -criadeira -criadouro -criança/Ghp -criançada -criançola -criar/DKXYZcfpv -criativo/dfp -criatura/p -criaturinha -criação/ip -cricri -CRIL -crime/p -Crimeia -criminal/djmpt -criminalizar/DKSXYZcfp -criminação/IR -criminologia/pqrt -criminoso/fmp -criminável -crinóides -criogenia -crioilo -Criologia -crioulo/fp -cripta/p -criptografia/pqr -criptograma -criptologia/qt -Criptófita -crise/p -crismal/p -crismar/DKXYZfp -crispadura -crispar/KMXYZcfnp -cristal/jp -cristalaria/p -cristaleira -cristaleria -cristaliniana -cristalino/dfp -cristalitos -cristalizar/DKXYZcfpv -cristalofílicas -cristalogia/t -cristalografia/pqr -cristalífero -cristalóide/p -cristandade/p -cristiana/ij -cristianicida -cristianismo/Ap -cristianizar/KRSXYZcfp -Cristiano -cristianíssimo/p -cristina -Cristiânia -Cristo -cristologia/prt -cristão/Aab -Cristóvão -crisália -crisântemo -crisóstomo -criterioso/fmp -criticar/DKXYZfnpv -criticismo/p -criticista -critique/Gp -critiqueiro -critério/pu -crivar/KXYZcfp -criveiro -crivo/fp -croata/p -croché -crocodilo/p -cromagem -cromar/KXYZfp -cromatina -cromatizar/KXYZfp -cromato/ij -cromatografia/pqr -cromatoscopia -cromatóforo/p -cromeleque/p -cromo/fp -cromocentros -cromogéneo -cromonema -cromoplasta -cromoplastídio -cromossoma/p -cromossómica -Cromwell -cromático/fp -cromófilo/fp -cromófobo/fp -cronicar/KXYZfp -cronico/df -croniqueiro -croniquizar/KXYZfp -cronista/p -cronoestratigráfica -cronografia/pqr -cronologia/prt -cronológico/Hfp -cronometragem -cronometrar/KXYZfp -cronometria/pr -cronometrista -cronómetro -croquete/p -crossopterígios -crosta/p -crostoso/p -Croácia -croácio -cru/mp -crua/mp -crucial/mp -crucificar/DKXYZcfp -crucifixo/p -cruciforme -crucífero -crude -crudelíssimo/p -cruel/mp -crueldade/p -crueza -crural -crusta/I -crustaceologia/qt -crustais/I -crustáceo/p -cruz/fp -cruzar/DKMXYZfnpv -Cruzeirinho -cruzeta/p -cruzetado -cruzo/fy -crápula -crânio/p -crédito/p -crédulo/I -crêem/S -crês/S -críptico/fp -crípton -críquete -crítico/Hfp -crómico/fp -crómio -crónico/fp -CSCE -CTT -cu/p -cuanza/p -cubano/fp -cubar/IKXYZfp -cube/fipt -cubiforme -cubital -cubo/fipt -cubrais/RS -cubram/RS -cubramos/RS -cubro/RSf -cubículo -cubóide -cuco/p -cuecas -cueiro/p -cuidadeira -cuidado/Sfpw -cuidadoso/Sfmp -cuidar/DKXYZfp -cujo/fp -culatra -culatral -culinário/fp -culminar/KXYZcfnp -culminância/p -culpabilizar/DKSXYZcfnp -culpar/IKSXYZfpv -culposo/f -culpável/Idp -cultivar/DKXYZcfpv -culto/fip -cultor/p -cultuada -cultuados -cultura/ipt -cultural/imp -culturas/Iu -cume/p -cumpliciar/KXYZfp -cumplicidade/p -cumprimentar/DKXYZfp -cumprimenteiro -cumprimentos/IS -cumprir/DMSXYfp -cumular/KXYZcfp -cumulativo/m -cundantes -cuneiforme/p -Cunene -cunhagem/p -Cunhal -cunhar/DKXYZfp -cupidez -cupidinoso -cupido -cupulado -cupuliforme -cupão/p -curadoria -curandeiro/fip -curandice -curar/DKXYZfpv -curativo/fp -curato/p -Curdistão -curdo/fp -curial/di -curialidade/Ip -curie/w -curioso/dfmps -Curiácios -curião -curral/p -curralada -curraleiro -curricular/p -currículo/p -cursar/KXYZfpv -curse/fpt -cursiva/R -cursivo/R -curso/fpt -cursor -cursos/R -curteza -curtidoiro -curtidouro -curtidura -curtir/DMXYfp -curto/fmps -curtume/p -curvar/KRXYZfp -curvatura/p -curvejar/KXYZfp -curveta -curvilíneo/p -curvo/fp -curável/Idp -cuspideira -cuspidela -cuspidouro -cuspidura -cuspir/DXYfp -custar/KXYZfp -custe/fpw -custear/KMYZfp -custo/fpw -custodiar/KXYZfp -custódio/f -Custóias -cutelaria/p -cuteleiro -cutelo/f -cutelão -cuticular -cutilada -cutilaria/p -cutileiro -cutâneo/fpu -cutícula/p -czar/ipt -Czardas -czarina/p -cá -cábula -Cádis -cádmio -cágado -cálcico/f -cálcio -cálculo/p -cálice/p -cálido -cápsula/p -cárcere/p -cárie/p -Cármen -cárneo -Cárpatos -cárter -Cáspio -cátedra/p -cátodo/p -Cáucaso -cáustico/f -Cávado -câmara/p -câmbio/p -câmbrico/p -câncer -cândido/fmp -cânfora -cânhamo -cânon/p -cânone/p -cântara -cântaro/p -cântico/p -cãibra -cão/egh -cédula -célebre/p -célere -Célia -céltico/f -célula/p -cénico/fp -céptico/Afp -cérceo/f -cérebro/p -césar/p -césio -céu/p -Cézanne -cê/S -cêntimo/p -cêntuplo/p -Cícero -cíclico/fp -cílio/p -címbalo/p -cínico/fp -círculo/p -cítara/p -cítrico/fp -cível/p -cívico/fp -cócegas -cócoras -códice/p -código/p -cólera -cólico/f -cólon -cómico/fp -cómodo/Ifp -cónego/p -cónico/fp -cópia/p -cópula/p -Córdoba -Córdova -córneo/f -Córsega -córsico -córtex -córtice -cósmico/fp -côa -côdea -cômputo -côncavo/fp -cônjuge/p -cônscio/p -cônsul -cônsules -côrte -cúbico/fp -cúltico/f -cúmplice/p -cúmulo/p -cúpido -cúpula/p -cúria/I -dacitóide -Dacota -dactilografar/KXYZfp -dactilografia/pqr -dactílico -dadaístas -dado/fp -Dahl -dai/p -Daire -dalgo -dalgum/fp -dalgures -dalguém -dali -Dalila -Dalmácia -Dalton -daltonismo/p -daltónico/p -dalém -dama/p -damasceno -damasco -damasqueiro -Dame -Damião -damos -Damásio -Dan -dana/hp -danar/DKMXYZcfp -dando -dane/fhp -Daniel -danificar/DKXYZcfp -dano/fhp -danoso -Dante -dantes -dantesco -danubiano/f -dançadeira -dançar/DKXYZfnpv -dançaricar/KXYZfp -dançarino/fp -Danúbio -daquele/fp -daqui -daquilo -daquém -dar/DKZcp -dardejar/KXYZfp -dardes -dardo/p -darei/p -darem -daremos -daria/p -dariam -Dario -darmos -Darwin -dará/p -darão -daríamos -daríeis -datal/p -datar/CDKXYZcfp -dativo -dava/p -davam -David -Davidson -Davis -daí -de/bft -dealbar/KXYZfp -deambular/KXYZcfnp -deambulatório -deambule/fip -deamon -deamons -debaixo -debalde -debandar/KXYZfp -debater/KXYZfp -debatidiço -debelar/DKXYZcfp -debelatório -debicar/DKXYZfp -debilidade/p -debilitar/DKMXYZcfnpv -debilmente -debiqueiro -debitar/KXYZfp -debochar/KXYZfp -debruar/KXYZfp -debruçar/KXYZfp -debug -debulhadeira -debulhar/DKXYZfp -Debussy -debutar/KXYZfnp -debuxado -decadente/ipt -decadência/p -decagonal -decagrama -decair/KM -decalcar/KXYZfp -decalcomania -decalitro -decanado/p -decangular/p -decania/p -decano/fp -decantar/KXYZfp -decapitar/KXYZcfp -decassilábico -decassílabo/p -decatlo/p -decente/Imp -decepar/DKMXYZfp -decepcionar/KXYZfnp -deceptivo -decepção/p -decerto -decibel/p -decidido/fmp -decididos/I -decidir/XYfp -decidíveis -decifrar/DKMXYZcfpv -decigrado -decigrama -decil -decilitragem -decilitrar/KXYZfp -decilitreiro -decimal/dp -decimalização -decimável -decisivo/fmp -decisão/Ip -decisório -declamar/DKXYZcfnp -declamativo -declamatório -declarar/DKXYZcfnpv -declarativo/fp -declaratório -declinar/DKXYZcfnpv -declinativo -declinatório -declivar/KXYZfp -declive/dfp -declivoso -declínio -declívio -decomponente -decomponíveis/I -decomponível/dp -decompor/Kp -decomposição -decorar/DKRXYZcfpv -decorativo/fp -decoroso/I -decorrer/KXYZfnp -decotar/DKXYZfp -decrementar -decremento -decrepitar/KXYZcfp -decrepitude -decrescença -decrescer/KMXYZfnp -decretar/KXYZcfp -decreto/fp -decretório/Hfp -decrépito -decréscimo -decurso -decágono -Decálogo -decâmetro/p -decénio/p -decência/Ip -decídua -decímetro/p -decúbito/p -dedada -dedal -dedaleira -dedicar/DKXYZcfp -dedicatória -dedilhar/KXYZcfp -dedo/p -deducente -deducional -dedutivo/fmp -dedutível -deduzir/YZcfp -dedáleo -dedálico/f -defecar/DKXYZcfp -defecatório -defectivo/d -defectível/Id -defecção -defeito/p -defeituoso/fmp -defender/KMXYZfnpv -defensar/KXYZfpv -defensivo/fp -defensor/fp -defensível/I -defensório -deferencial -deferente -deferir/IMYZfpv -deferência/p -defeso/If -deficiente/mp -deficit -deficitário/fp -deficiência/p -definhar/DKMXYZfp -definido/IRfp -definir/DRXYcfpv -definitivo/fmp -definitório -definição/IRp -definível/dp -deflacionista -deflagrar/DKXYZcfnp -deflação/i -deflecte/p -deflectem -deflecti/p -deflectir/Yfp -deflector -deflexão -deflictais -deflictam -deflictamos -deflicto/f -deflorar/DKMXYZcfp -defluir/K -defluxo -defluxão -defluência/p -deformar/DKXYZcfnpv -deformatório -deforme/dfp -defraudar/DKMXYZcfpv -defrontar/KXYZcfnp -defumadela -defumadouro -defumadura -defumar/DKXYZcfp -defunto/fp -degastar/DKXYZfp -degelar/DKXYZfp -degenerar/KXYZcfp -degenerativo/fp -degenerescente -degenerescência/p -deglutir/XYcfp -degoladoiro -degoladouro -degoladura -degolar/DKXYZcfp -degradar/DKMXYZcfnp -degrau/p -degredado -degredo -degressivo -degustar/KXYZcfp -dei/p -deidade/p -deificado -deiscente -deitadura -deitar/KXYZfp -deixar/KXYZfp -dejectar/CKXYZfp -dejecto/fp -dejectório -delamber/KXYZfp -delatar/KXYZfpv -delator -delatório -delação -dele/fp -delegacia/u -delegante/mp -delegar/KXYZcfnpuv -delegatário -delegatório -deleitar/KMXYZcfnpv -deleitoso -delem -delfim -delfina -delfinídeos -Delfos -delgadeza -delgado/fmp -deli/p -deliberado/fmp -deliberar/KXYZcfnp -deliberativo -delicadeza/I -delicado/fmps -deliciar/KXYZfp -delicie/fpw -delicioso/fmp -delimitar/DKXYZcfp -delimitativo -delimos -delinear/DKMYZcfp -delineativo -delinquais -delinquam -delinquamos -delinqui/p -delinquimos -delinquir/n -delinquo/f -delinquência/p -delinqúem -delinqúi/p -delirante/mp -delirar/KXYZfnp -delito/p -delituoso -delongar/DKXYZfp -delta/p -delével/I -delícia/p -delínquam -delínque/fp -delínquem -delínquo/f -delírio/p -demagogia/ipt -demagogice -demagogo/it -demagógico/fp -demais -demandar/DKXYZfnp -demarcar/DKXYZcfpv -demarcativo -demarcatório -demasia -demasiado/fmp -demencial -dementar/KXYZcfp -demeritório -demissionário/fp -demisso -demissor/p -demissão/p -demissível/d -demissório/p -demitir/XYfp -demo/p -democracia/Apqr -democratizar/KXYZcfp -democrático/AHfmp -demografar/KXYZfp -demografia/pqr -demole/p -demolem -demolhar -demoli/p -demolir/DYcfp -demolitório -demonocracia -demonolatria/p -demonologia/rt -demonstrar/DKXYZcfnpv -demonstrativo/fp -demonstrável/dp -demoníaco/fp -demorar/KXYZfmp -demoroso -demostrativo -demover/KMXYZfpv -demulais -demulam -demulamos -demulo/f -demérito -Demétrio -demência/p -Demócrito -demónio/p -dendolatria/p -dendrites -dendróides -denegar/KXYZcfp -denegri/p -denegridora -denegrir/MYfp -dengue/Gp -denigrir/XYfp -denominar/DKXYZcfp -denominativo -denotacional/p -denotar/DKXYZcfp -denotativo/fp -denso/dfmp -dentadura -dental/p -dentar/KSXYZfp -dente/fpt -denticular -dentiforme/p -dentição -dentola -dentre -dentro -dentuça/p -dentário/fp -dentículo/p -dentífrico -denudar/KXYZfp -denunciar/DKXYZcfnpv -denunciativo -denunciatório -denúncia/p -deontologia/iqrt -deparar/KXYZfpv -departamental -departamento/pu -depauperar/DKMXYZcfnp -depenar/KXYZfp -depender/KXYZfnp -dependurar/KXYZfp -dependência/Ip -depenicar/KXYZfp -depilar/KXYZcfp -depilatório -deplorar/KXYZcfpv -deplorativo -deploratório -depoente/p -depoimento/p -depois -deponente -depor/Kcp -deportar/KXYZcfp -depositar/CDKXYZfnp -depositário -depravar/DKXYZcfp -depreciar/DKXYZcfpv -depreciativo/p -depredar/DKXYZcfp -depredativo -depredatório -depreender/KXYZfp -depreensão -depressa -depressivo/Afp -depressor/p -depressão/p -depressível -deprimente -deprimir/XYfp -deprimência/p -depurar/DKXYZcfnp -depurativo -depuratório -deputar/KXYZfp -depósito/p -der/KZfnp -deram -derdes -derem -derivar/KXYZcfnpv -derivativo -derivatório -dermatologia/qrt -dermatose/p -derme -dermos -dermático/fp -derradeiro/fp -derramar/DKMXYZcfp -derrapagem/p -derrapante/Ap -derrapar/KXYZfnp -derrear/DKMYZfp -derreter/KMXYZfp -derrocar/DKXYZfp -derrogar/DKMXYZcfnp -derrogatório -derrotar/DKXYZfpv -derrote/fipt -derrubar/DKMXYZfp -desabafar/KMXYZfp -desabar/KMXYZfp -desabrido -desabrochar/KMXYZfp -desabusar -desacatar/KMXYZfp -desacato/fp -desacoitar/KXYZfp -desacompassado -desafectar/KXYZcfmnp -desafecto/fp -desafiar/DKXYZfnp -desafinar/KMXYZcfp -desafio/fp -desafogado/fmp -desafogar/KXYZfp -desaforado/fmp -desaforar/KMXYZfp -desaforido -desafortunado/p -desagregador -desagregar/KXYZcfnp -desaguadouro -desaguar/DKMYZfp -desairar/KXYZfp -desajeitar/KXYZfmp -desalentar/DKXYZfp -desaliar/KXYZfp -desalinhar/KXYZfp -desalmado/fmp -desalmar/KMXYZfp -desambiguemos -desancar/DKXYZfp -desandadela -desandar/DKXYZfp -desanimar/DKXYZcfp -desanuviar/KMXYZfp -desaparentado -desapartar/KXYZfp -desapegar/KMXYZfp -desapoiar/KXYZfp -desapontar/KMXYZfp -desapoquentar/KXYZfp -desapreço -desapropriado/fmp -desapropriamento -desapropriação -desaprumar/KXYZfp -desarmonizar/DKXYZcfp -desarmónico -desarranchar/KXYZfp -desarranjo/fipt -desarrochar/KXYZfp -desarrolhar/KMXYZfp -desarvorar/KMXYZfp -desassombrado/fmp -desassombrar/KMXYZfp -desassossegar/DKXYZfp -desastrado/fp -desastre/pw -desatacar/KXYZfp -desatafulhar/KXYZfp -desatar/DKMXYZfp -desatarraxar/KXYZfp -desatentado/fmp -desatentar/KXYZfp -desatenção -desaterro -desatinar/KXYZcfp -desatordoar/KXYZfp -desatracar/KXYZcfp -desaurir/XYfp -desautorizar/KXYZcfp -desaviar/KXYZfp -desavinde/fp -desavindo/fp -desavir/p -desavisado/fmp -desavisar/KMXYZfp -desbandar/KXYZfp -desbaratar/DKMXYZfp -desbastar/DKMXYZcfp -desbobinar/DKXYZcfnp -desbordar/KXYZfnp -desboroar/KXYZfp -desbotar/KMXYZfp -desbotoar/KXYZfp -desbravar/DKMXYZfp -descabelar/KXYZfp -descaber/p -descabido/fmp -descaidela -descalabrado -descalabro -descalcificar/DKXYZcfnp -descamar/KXYZcfp -descampar/KXYZfp -descanso/fp -descapotável/p -descarado/fmp -descarar/KMXYZfp -descarboxilação -descargo/fp -descarnar/DKXYZfp -descaroçar/KXYZfp -descarregadouro -descarregar/DKMXYZfp -descartar/KXYZfp -descasar/KMXYZfpv -descascadeira -descascadela -descascadura -descascar/DKMXYZfp -descender/KMXYZfnp -descendência/p -descer/KXYZfnp -descerrar/KMXYZfp -desclassificar/KXYZcfp -descloretar/KXYZfp -descobre/p -descobrir/DMRYfp -descoimar/KXYZfp -descolar/KMXYZfp -descomeço/f -descomover/KXYZfp -descompensação -descompor/Kp -descompressão -descomprimir/XYfp -descomunal/dp -desconceito -desconcentrar/KXYZcfp -desconcertar/DKXYZfnp -desconchavar/KXYZfp -desconexo/fp -desconexão -desconformar/KXYZfp -desconhecer/DKMXYZfnpv -desconjugar/KXYZfp -desconjuntar/KMXYZfp -desconjuntura -desconjunção -desconjurar/KXYZfp -desconsiderar/KXYZcfp -desconsolativo -descontar/KRXYZfpv -descontentar/KMXYZfpv -descontextualizar/KXYZcfnpv -desconto/fp -descontínuo/fp -desconversar/KXYZfpv -desconverter/KXYZfp -descortinar/KXYZfpv -descortiçar/KXYZfp -descortês/fp -descoser/KXYZfp -descravar/KXYZfp -descrença -descrer/DKYZfnp -descrever/KXYZfp -descriminar/KXYZfp -descritivo/fp -descrito/fp -descritor/p -descritível/I -descrição/p -descrédito -descuidar/KXYZfmp -descurado/fmp -descurar/KMXYZfp -descómodo -desde -desdenhar/DKXYZfpv -desdenhativo -desdenhe/fpw -desdenhoso/fmp -desditoso -desdizer/KZp -desdobrar/KMXYZfpv -desdém -desejar/DIKXYZfpv -deseje/fpw -desejo/fpw -deselegante/p -desembalar/KXYZfp -desembaralhar/KXYZfp -desembaraçar/KXYZfp -desembarcar/KMXYZcfp -desembargar/DKXYZfp -desembargatório -desembocadura/p -desembocar/KXYZfp -desembolso/fp -desembrulhar/KXYZfp -desempenhar/KXYZfp -desencabelar/KXYZfp -desencachar/KXYZfp -desencadear/KMYZfnp -desencantar/KMXYZcfp -desencarreirar/KXYZfp -desencarrilar/KXYZfp -desenclaustrar/KXYZfp -desenconchar/KXYZfp -desencontro/fp -desenfadar/KXYZfp -desenfreado/fmp -desenfrear/KMYZfp -desengaiolar/KXYZfp -desenganar/DKXYZfp -desengarrafar/KXYZfp -desengasgar/KXYZfp -desengatar/KXYZfp -desengonçar/KXYZfp -desengordurar/KMXYZfnp -desengrainhar/KXYZfp -desenhar/DKRXYZfp -desenhe/fpt -desenho/fpt -desenjoar/KXYZfp -desenquadrar/KXYZfp -desenraivecer/KXYZfp -desenregelar/KMXYZfp -desenrodilhar/KXYZfp -desenrolar/KMXYZfp -desentalar/KXYZfp -desentender/KMXYZfp -desenterrar/KXYZfp -desentranhar/KXYZfp -desentrelaçar/KXYZfp -desentrincheirar/KXYZfp -desentulhar/DKXYZfp -desenvencilhar/KXYZfp -desenvergonhado/fmp -desenvolto -desenvolver/KMXYZfnpu -desenxabir/XYfp -desenxamear/KYZfp -desenxofrar/KXYZfp -desenxovalhar/KXYZfp -deserdar/KXYZfp -desertar/CKXYZfp -desertificar/KXYZcfp -deserto/fp -desertor/p -desesperar/DKXYZcfmnp -desesperativo -desestagnar/KXYZfp -desfalcar/KMXYZfpv -desfalecer/KMXYZfnp -desfasagem -desfasar/KMXYZfp -desfavor -desfazar/M -desfaçar/KMXYZfp -desfaçatez -desfear/KYZfp -desfechar/KXYZfp -desfeitear/DKYZfp -desferir/MYZfp -desferrar/KXYZfp -desfiar/KXYZfp -desfibrar/DKMXYZfnp -desfigurar/DKXYZcfpv -desfiladeiro -desfilar/KXYZfp -desfilhar/KXYZfp -desflorar/DKMXYZcfp -desflorescer/KMXYZfp -desfolhadouro -desfolhadura -desfolhar/DKMXYZcfp -desforrar/KXYZfp -desfortalecer/DKMXYZfp -desfortúnio -desfraldar/KXYZfp -desfranjar/KXYZfp -desfranzir/XYfp -desfruir/K -desfrutar/DKXYZcfpv -desgalvanização -desgarrar/KXYZfp -desgastar/KXYZfnp -desgostar/KXYZfp -desgoste/fpw -desgosto/fpw -desgovernar/KXYZcfp -desgraceira -desgraduar/KXYZfp -desgraçado/fmp -desgraçar/KXYZfp -desgrenhar/KXYZfp -desgrilhoar/KXYZfp -desguedelhar/KXYZfp -desiderato/p -Desidério -designado/fmp -designar/DKXYZcfp -designativo/fp -desiludir/XYfp -desilusivo -desilustrar/KXYZfp -desilusão/p -desimpedir/MYfp -desincrustar/KXYZcfp -desinencial -desinfectar/DKXYZfnp -desinquietar/DKXYZcfnp -desinstalar/DKXYZcfp -desintegrar/KXYZcfp -desintoxicar/KXYZcfp -desinência/p -desiquilíbrio -desirmão -desistir/XYfnp -desistência/p -deslapidar/KXYZfp -deslavar/KMXYZfp -deslaçar/KMXYZfp -desleal -deslealdade/p -desleixar/KXYZfp -desligar/KMXYZcfnp -deslindar/DKMXYZcfp -deslizante/Ap -deslizar/KMXYZfnp -deslocar/DKMXYZcfpv -deslouvor -deslumbrar/DKMXYZfnp -deslumbrativo -deslumbroso -desmagnetizar/DKXYZcfnpv -desmaiar/KXYZfp -desmaio/fp -desmalhar/KXYZfp -desmamar/KXYZcfp -desmanchadiço -desmandar/KMXYZfp -desmando/fp -desmantelar/DKMXYZfp -desmarcar/DKXYZcfmnp -desmaterializar/DKXYZcfnp -desmazelar/KXYZfmp -desmedido/fmp -desmembrar/DKMXYZcfp -desmentir/DYfpv -desmesurar/KXYZfpv -desmineralizar/KXYZcfp -desmiolar/KXYZfp -desmiudai/p -desmiudamos -desmiudar/KYZfp -desmiudei/p -desmiudemos -desmiúdam -desmiúde/fp -desmiúdem -desmiúdo/f -desmobilar/KXYZfp -desmobilizar/DKXYZcfpv -desmonopolizar/KXYZfp -desmontar/DKXYZfnpv -desmoronar/KMXYZfp -desnasalar/KXYZfp -desnatar/KXYZcfp -desnatural/djp -desnaturar/KXYZcfp -desnublado -desnudar/KMXYZcfp -desnutrir/XYcfp -desobrigar/KXYZcfp -desocupar/DKXYZcfnp -desodorizar/KXYZfnp -desolar/DKXYZcfp -desoneração -desonesto/dfmp -desopilar/KXYZcfnp -desopilativo -desordenado/fmp -desorganizar/DKXYZcfp -desovar/KMXYZfp -desoxidar/KXYZcfnp -desoxigenar/KXYZfp -despachar/DKXYZfnp -despacho/fp -desparafusar/KXYZfp -despatriado -despe/pt -despedaçar/KMXYZfp -despedir/MYfp -despegar/KMXYZfp -despeitar/DKXYZfp -despeitorar/KXYZfp -despeitoso -despejado/fmp -despejadouro -despejar/DKMXYZfp -despejo/fp -despem -despender/DKXYZfp -despenhadeiro -despenhar/KMXYZfp -despentear/KYZfp -desperceber/KMXYZfp -despercebido/fmp -desperdiçar/DKXYZfp -desperdício/p -despertar/DKXYZfp -despertativo -despesa/ipt -despesão -despetalar/KXYZfp -despi/p -despicar/KXYZfp -despiciente -despiedar/KXYZfp -despiolhar/KMXYZcfp -despir/MYfp -despistar/KMXYZfp -desplantar/KXYZfp -despoetizar/DKXYZcfp -despojar/DKMXYZfp -despojo/fp -despolarizar/DKXYZcfnp -despoletar/KXYZfp -despoluir/DKcv -despontar/DKXYZfnp -despontuar/KXYZfp -desportivo/Afimp -desporto/ipt -despotismo/p -desprazo/f -despregar/KXYZfp -desprender/KMXYZfp -despreocupar/KXYZcfp -despreparo -despretensioso/m -despretensão -desprezativo -desprezível -desprimor/fp -desprimorar/KXYZfp -desprimoroso -despronunciar/KXYZfp -desproporção -despropositar/KXYZfp -desprotecção/p -desproveito -desprover/KMXYZfp -despudorado/fp -despótico/fp -desqualificar/DKXYZcfp -desqualificativo -desquerer -desquitar/KXYZcfp -desratar/KXYZfp -desratizar/KXYZcfp -desrealização -desregrar/KMXYZfp -desregular/DKMXYZcfmpv -desrespeitar/DKXYZfp -desrolhamento -desse/fp -dessensibilizar/DKXYZcfnpv -destacar/KMXYZfpv -deste/fp -destemido/m -destemor -destemperado/fmp -destemperar/DKMXYZfmnpv -desterrar/KXYZfp -desterro/fp -desterroar/KMXYZfp -destilar/KXYZcfp -destilatório -destinar/DKXYZcfp -destinatário/fp -destingir/XYfp -destino/fp -destituir/Kc -destrambelhar/KMXYZfp -destrancar/KMXYZfp -destravar/KXYZfp -destreinar/KXYZfp -destreza -destrinçar/DKXYZfpv -destro -destronamento -destronar/KXYZfp -destruais -destruam -destruamos -destruem -destrui/p -destruindo -destruir/Dcv -destruirdes -destruirei/p -destruiremos -destruiria/p -destruiriam -destruirmos -destruirá/p -destruirão -destruiríamos -destruiríeis -destruiu -destruo/f -destrutivo/df -destrutor -destrutível/I -destruí/fp -destruíam -destruíamos -destruído/fp -destruíeis -destruímos -destruíra/p -destruíram -destruíramos -destruíreis -destruírem -destruíres -destruísse/p -destruísseis -destruíssem -destruíssemos -destruíste/p -destrói/p -desumidificar/DKXYZcfp -desunificar/KXYZcfp -desunir/XYfpv -desusar/KXYZfp -desusual -desvairar/KMXYZfp -desvairo/fp -desvalido/fp -desvalorar/KXYZfp -desvalorizador -desvanecer/DKMXYZfpv -desvariar/KXYZfp -desvario/fp -desvenerar/KXYZcfp -desventrar/KXYZcfp -desventurar/KXYZfp -desventuroso -desviacionismo/p -desviar/DKXYZfnp -desvincular/KXYZcfp -desvio/fp -desvirginar/KMXYZfp -desvirtuar/KMXYZcfp -desvitalizar/DKXYZcfnp -desértico/fp -desígnio/p -detalhado/fmp -detalhar/KXYZfp -detectar/CKXYZfpv -detectiva -detective/p -detector/p -detemos -detende/p -detendo -detenhais -detenham -detenhamos -detenho/f -detens -detentor/fp -detença -detenção/p -deter/p -deterdes -deterei/p -deterem -deteremos -detergente/p -deteria/p -deteriam -deteriorar/KMXYZcfnpv -determinar/DKXYZcfnpv -determinativo/p -determine/fipt -determinístico/Hfp -determos -deterá/p -deterão -deteríamos -deteríeis -detestar/KXYZcfpv -deteve -detido/fmp -detinha/p -detinham -detive -detivemos -detiver/fp -detiveram -detiverdes -detiverem -detivermos -detivesse/p -detivessem -detiveste/p -detivéramos -detivéreis -detivésseis -detivéssemos -detonante/Ap -detonar/DKXYZcfnp -detractivo -detractor/p -detracção -detrimento -detrito/p -Detroit -detrás -detrítica/p -deturpar/DKXYZcfp -detém -detêm -detínhamos -detínheis -deu -Deus -deusa/p -deuses -deuterão -deutão -deutérico -deutério -deva/hp -devagar/h -devagarinho -devanear/DKYZcfp -devaneio/fp -devassar/DKMXYZfpv -devassidão -devastar/DKXYZcfp -deveio -devenhais -devenham -devenhamos -devenho/f -dever/DKXYZfp -deverbal -devesa -devido/Ifmp -deviemos -devier/fp -devieram -devierdes -devierem -deviermos -deviesse/p -deviessem -devieste/p -devim -devimos -devinde/p -devindo -devinham -devir/p -devirdes -devirei/p -devirem -deviremos -deviria/p -deviriam -devirmos -devirá/p -devirão -deviríamos -deviríeis -deviéramos -deviéreis -deviésseis -deviéssemos -devocionário -devolutivo -devoluto/fp -devolutório -devolução/p -devolver/KXYZfp -devorar/DKXYZfnp -devotar/CKMXYZcfmp -devoto/fp -devém/p -devêm -devínhamos -devínheis -dextralidade/p -dextro/fp -dez -dezanove -dezasseis -dezassete -Dezembro -dezena/p -dezoito -deão/p -deísmo/pq -dia/pt -diabete/p -diabo/hp -diabolismo/p -diabolizar/KXYZcfnp -diabrete -diabrura -diabético/fp -diabólico/Hfp -diacho -diaconia -diacronia -diacrítico -diacrónico/fp -diacústico/f -diafonia -diafragma -diafragmático/fp -diagnose -diagnosticar/KXYZfp -diagnóstico/p -diagonal/mp -diagrama/p -dialectal -dialecto/pu -dialectologia/pqrt -dialipétala -dialogal/p -dialogar/KXYZcfnp -dialogístico -dialéctico/fp -diamante/p -Diamantina -diamantino -diamantífero -diametral/m -diana/I -diante -dianteiro/fp -diapasão -diapositivo/p -diarreia/p -diarreico/fp -diastrofismo/p -diastólico/f -diatonismo/p -diatónico -diazotizados -diazotização -diazóico -diazónio -dica/Ip -dicionarista -dicionarizar/KXYZcfp -dicionário/p -dicotiledóneo/fp -dicotomia/i -dicotómico -dicção -didacta/i -Didier -didáctico/fp -didático/fp -diedro -Diego -dieléctrico/f -diencéfalo -dieno -dieta/p -dietético/f -difamar/DKXYZcfnp -difamatório/fp -diferenciada/Ip -diferencial/p -diferenciar/KXYZcfp -diferendo/p -diferente/Imp -diferençar/KXYZfpv -diferir/MYZfnp -dificilmente -dificuldade/p -dificultar/KXYZcfp -dificultoso -dificílimo -difractar/KXYZfp -difractivo -difracção -difteria -diftérico/A -difundir/XYfp -difusivo -difuso/fmp -difusor/fp -difusão/p -difusível/d -difásico/f -difícil/a -digenia -digenético -digerir/YZfpv -digestivo/fp -digestor -digestão/p -digestível/Id -digital/jp -digitalizar/DKXYZcfp -digitar/IKXYZcfp -dignar/IKXYZcfp -digne/Idfp -dignificar/DKXYZcfnp -dignitário/fp -digno/dfmp -digressionar/KXYZfp -digressionista -digressivo -digressão/p -digástrico -digénese -dilacerar/DKMXYZcfnpv -dilais -dilam -dilamos -dilatar/DKXYZcfnpv -dilatório -dilação -dilema/p -dilemático/fp -diletante/ip -Dili -diligenciar/DKXYZfp -diligente/m -diligência/Ip -dilo/f -diluir/KMcn -diluviano -diluviar/KXYZfp -diluvioso -dilúvio -dimanar/KXYZcfnp -dimensional/p -dimensionar/KMRXYZfp -dimensão/p -dimensório -diminuendo -diminuir/DKc -diminuitivo/p -diminutivizada/p -diminutivo/p -diminuto/fp -dimitis -dimorfismo/p -Dinamarca -dinamarquês/fp -dinamicamente -dinamismo/p -dinamitar/KXYZfp -dinamite/fpt -dinamiteiro -dinamizar/DKRXYZcfnp -dinamómetro -dinar/p -dinastia/p -dine -dinheirada -dinheiro/p -dinheirão -Dinis -dinossauro/p -dinástico/f -dinâmico/fp -diocesano/fp -diocese/p -Diocleciano -Diodoro -Diogo -dionisíaco/fp -Dionísio -dioptria/p -dioxide -dioxina/p -diplomacia/p -diplomar/KXYZfp -diplomata/p -diplomático/Hfp -diplopia -dipolo/p -dique/Ip -Dirac -Dirceu -direccional/p -direccionar/KRXYZfp -directivo/fp -directo/Ifmp -director/fpu -directoria/p -directorial -directriz/p -directório -direcção/p -direito/fpt -dirige/ip -dirigir/XYfnpv -dirigível/dp -discar/KXYZfp -discente -discerne/p -discernem -discernente -discerni/p -discernir/MYfpv -disciplinar/DKXYZcfmnpv -disciplinas/Iu -discirnais -discirnam -discirnamos -discirno/f -disco/fp -discografia/pq -discordar/KXYZfnp -discordância/p -discorrer/KXYZfp -discoteca/p -discrepar/KXYZfnp -discrepância/p -discretivo -discretização -discreto/Ifmp -discretório -discricional -discricionário -discriminado/Ifmp -discriminar/DKXYZcfnpv -discriminativo/I -discriminatório/fp -discrição/I -discursar/DKXYZfp -discursata -discurse/fpt -discursivo/f -discurso/fpt -discussão/p -discutir/DXYfpv -discutível/ip -discência/p -discípulo/fp -discóbolo -discófilo -discóide -discórdia/p -disenteria -disfarçar/KXYZfp -disfarçáveis/I -disfasia -disferir/YZfp -disfonia -disformar/KXYZfp -disforme/dfp -disfunção/p -disfónico -disjuntar/CKXYZfp -disjuntivo/fp -disjunto/fp -disjuntor -dispais -dispam -dispamos -disparar/DKXYZfp -disparatar/KXYZfp -dispare/dfp -disparo/dfp -dispendioso/fp -dispensar/DKXYZcfpv -dispensatório -dispensário -dispensável/Idp -dispepsia -dispersar/KXYZfpv -dispersivo/p -disperso/fp -dispersão -displasias -displicente -displicência/p -dispo/f -disponente -disponibilizar/KXYZcfp -disponível/Idp -dispor/Kcp -dispositivo/p -disputar/DKXYZfnpv -disputativo -disputatório -dispêndio -disquete/p -disquisitio -dissabor/p -dissacáridos -dissecar/DKXYZcfnp -dissector -dissemelhante/p -disseminar/DKXYZcfp -dissensão/p -dissertar/DKXYZcfp -dissidente/p -dissidência/p -dissilábico/fp -dissimilar/KXYZcfnp -dissimulado/fmp -dissimular/DKXYZcfpv -dissimulatório -dissimétrico -dissipar/DKXYZcfpv -disso -dissocial/p -dissociar/KXYZcfpv -dissociativo -dissociável/dp -dissolutivo -dissoluto -dissolução/p -dissolver/KXYZfnp -dissolvência/p -dissolúvel/Idp -dissonante/p -dissonância/p -dissuadir/XYfp -dissuasivo -dissuasor/fp -dissuasão/p -dissuasório -dissílabo/p -distal/p -distanciar/KMXYZcfp -distar/KXYZfnp -distender/KXYZfp -distenso -distensor -distensão -distensível/d -distinguir/XYfpv -distinguível/Ip -distintivo/fp -distinto/Ifmp -distinção/Iu -distinções -distorcer/KXYZfp -distorção/p -distractivo -distraidamente -distrair/CDKM -distratar/KXYZfp -distribuir/DKcv -distributivo/dfmp -distrital/p -distrito/pu -disturbar/KXYZfp -distância/p -distúrbio/p -ditadura/p -ditame/p -ditar/DKXYZfp -ditatorial/mp -diteísmo -ditongal/p -ditongar/KXYZcfp -ditongo/fp -ditoso/mp -Diu -diurno/fp -diurético -diuturnidade/p -diva/p -divagar/DKXYZcfnp -diverge/p -divergem -divergi/p -divergir/Yfnp -divergência/p -diversificar/DKXYZcfnpv -diversivo -diverso/dfmp -diversão/p -diverte/p -divertem -diverti/p -divertir/MYfmp -dividendo/p -dividir/XYfpu -divinal -divinatório/fp -divinação -divindade/p -divinizar/DKXYZcfnpv -divino/fjmp -divirjais -divirjam -divirjamos -divirjo/f -divirtais -divirtam -divirtamos -divirto/f -divisar/KXYZfp -divisional -divisionário/u -diviso/If -divisor/fp -divisão/Iu -divisível/Idp -divisório/f -divisões/u -divorciar/KXYZfp -divulgar/DKXYZcfp -divã/p -divórcio/p -dizer/KZpv -dizimar/DKXYZcfp -diácono/pu -diáfora -diálise -diálogo/p -diário/Hfp -Diáspora -diátese -diâmetro/p -diédrico -diérese -dióico -diópro -dióptrico/f -dióxido -dlim -do/fpt -doar/DKXYZcfp -dobadeira -dobagem -dobar/KXYZfp -dobradeira -dobradiço/f -dobradura -dobragem/p -dobrar/DKMRXYZfpv -dobrável/IRS -dobrão -doce/fmpt -doceira -docente/p -docilidade/Ip -documental/mpt -documentar/IKXYZcfpv -documentativo/fp -documento/fp -documentário/p -docência/p -docílimo -dodecaedro -dodecagonal -dodecágono -doendo -doentio/fp -doença/p -doer/fnp -doeram -doerdes -doerei/p -doerem -doeremos -doeria/p -doeriam -doermos -doerá/p -doerão -doeríamos -doeríeis -doesse/p -doessem -doestar/DKXYZfp -doeu -dogma/p -dogmatismo/Ap -dogmatizar/DKXYZcfnp -dogmatologia/t -dogmática/Ap -dogmático/Hfp -doidaria/p -doidarrão -doideira -doidivanar/KXYZfp -doido/Gfp -doiradinha -doiradura -doirar/DKMXYZfp -dois -dolicocéfalo/fp -dolo/w -Dolores -dolorido -doloroso/fmp -dom/fp -domabilidade/Ip -domar/DKXYZcfpv -domesticar/DKXYZcfpv -domestico/df -domiciliar/KXYZcfp -domiciliário/f -domicílio/p -dominar/DKXYZcfnpv -dominativo -domingal -domingo/p -domingueiro -Domingues -dominical/p -dominicano/fp -dominância/p -dominó -domável/dp -doméstico/fp -domínio/pu -Don -donativo/p -Donato -donatário/p -donde -doninha -dono/fp -donzela/p -dor/mp -doravante -dorido/p -Doris -dorme/p -dormem -dormi/p -dorminhoco -dormir/DYfnp -dormitar/KXYZcfp -dormitivo -dormitório/p -dormência/p -Doroteia -dorsal/p -dorso -dosagem -dosar/KXYZfp -dosear/KMYZfp -dossier/p -Dostoievski -dotar/DKXYZcfp -dou -doudice -Douglas -douradura -dourar/DKMXYZfp -douto/fp -doutor/Gfp -doutoral/fp -doutorando/p -doutorar/KMXYZfp -doutoraço -doutoreco -doutrem -doutrinal/p -doutrinar/DKXYZcfnpv -doutrinário/fp -doutro/fp -doutrora -doze -doçaria/p -doçura/p -doêramos -doêreis -doêsseis -doêssemos -doí/f -doíam -doíamos -doíeis -dr/p -dracma/p -draconiano/fp -dragagem/p -dragar/DKXYZfp -drageia -dragão/fp -Drake -drama/p -dramatismo/p -dramatizar/DKSXYZcfp -dramatologia/rt -dramaturgo/p -dramático/Afp -drenagem -drenar/DKXYZfpv -driblagem -driblar/KXYZfp -drive -driver -drivers -droga/Ap -drogado/fp -drogaria/p -droguista -dromedário -druida/i -druso/fp -drástico/Hfp -dual/dijpt -dualizar/DKXYZfp -Duarte -duas -dubiamente -dubiedade/p -dubitativo -dubitável/d -Dublin -ducado -ducal -ducentésimo -duche/pt -duelar -duelo/pt -duende/pz -dueto/pt -Duke -Dulce -dulciaquícolas -dulcificar/KXYZfp -dulcineia -dulcíssimo/p -dulcíssono -dulçoroso -dum/fp -Dumont -duna/p -dundum -Dunquerque -duo -duodecenal -duodecimal -duodecénio -duodenal -duodeno -duodécimo -duodécuplo -duplicado/fmp -duplicar/DKXYZcfnpv -duplicata -duplicativo/R -duplico/df -duplo/fmp -duque/p -duques/f -duradoiro -duradouro/fp -durar/KXYZcfnpv -dureza -duriense/p -durmais -durmam -durmamos -durmo/f -duro/fmp -durável/dp -Durão -duvidar/DKXYZfpv -duvide/fpw -duvidoso/fmp -duzentos/f -Dylan -dá/p -Dácia -Dácios -dáctilo/p -dádiva/p -dáimio/p -dália -dálmata/p -dávamos -dáveis -Dâmaso -dântico -dão/fg -débil/a -débito/p -Débora -década/p -décimo/fp -décuplo -Dédalo -défice/p -déficits -délfico -déramos -déreis -dérmico -déspota/p -désseis -déssemos -dê/p -dêem -dêmos -dígito/p -dínamo -díodo -díspar/p -dístico/p -dívida/p -dízimo/fp -dó -dócil/I -dói/p -dólar/p -dólman -dólmen -dórico/fp -dúbio/fp -dúctil/fp -dúplex -dúplice -dúvida/p -dúzia/p -e/b -Eanes -Eastwood -eborense/p -ebriedade/p -Ebro -ebuliente -ebulição -eclesial/p -eclesiologia/pr -eclesiástico/fp -ecletismo/p -eclipsar/KXYZfp -eclode/p -eclodem -eclodi/p -eclodir/Yfp -eclosão -ecludais -ecludam -ecludamos -ecludo/f -ecléctico/fp -eclíptico/fp -eco/p -ecoar/DKXYZfp -ecologia/rt -ecológico/Hfp -ecometria/pr -econometria/pr -economia/jprt -economicista/p -economizar/DKXYZfp -económico/Hfp -ecossistema/p -ectoderme -ectoplasma -ecumenicidade/p -ecumenismo/p -ecuménico/Hfp -eczema -edema/p -edesiásticos -Edgar -edicto/p -edificar/DKRSXYZcfnp -edificativo/S -edifício/p -edil/dp -Edimburgo -edital/p -editar/CKRXYZfp -editor/fp -editorial/pt -Edmond -Edmund -Edmundo -EDP -edredão/p -Eduarda -Eduardo -educacional/p -educar/DKRSXYZcfmpv -educativo/fp -educável/Rdp -Edward -efectivar/KXYZcfp -efectivo/dfmp -efectuar/DKXYZcfp -efectível -efeito/p -efemeridade/p -efemerizar/KXYZfp -efeminar/KXYZcfp -efeminizar/KXYZfp -efeméride/p -eferente -efervescer/KXYZfnp -efervescência/p -eficaz/Imp -eficiente/Imp -eficiência/p -eficácia/I -efluir/Kn -efluxo -efluência/p -eflúvios -eforia -EFTA -efusivo/fmp -efuso -efusão/p -efémero/fp -Efésio -efígie/p -Egas -Egeu -Egipto -egiptologia/qrt -ego -egocentrismo/p -egocentrista -egocêntrico/fp -egoísmo -egoísta/p -egoístico -Egídio -egípcio/fp -eh -Einstein -einsteiniano/fp -eira/p -eirado/f -eis -Eisenberg -Eisenhower -eixo/p -ejacular/DKXYZcfp -ejaculatório -ejectar/KXYZfpv -ejector -ejecção -elaborar/DKRXYZcfpv -elasticidade/p -Elba -eldorado -ele/fp -electivo/dfp -Electra -electrencefalograma -electricamente -electricidade/p -electricismo/p -electricista/p -electrificar/KXYZcfp -electrizar/DKXYZcfnpv -electrocardiograma -electrochoque -electrocinética -electrocussão -electrocutar/KXYZfp -electrocutor -electrodinamismo/p -electrodinâmico/f -electrodoméstico/p -electroencefalograma -electrolisar/KXYZcfp -electroluminescência/p -electrolítico/f -electromagnete/i -electromagnético/f -electromecânico/fp -electromotriz -electromóvel -electronegativo/dp -electropositivo/p -electroquímico/f -electroscópio -electrostático/fp -electrotecnia -electroterapia -electrotécnico/f -electrotérmico -electrovalência/p -electroíman -electrão/p -electrólise -electrólito/p -electrónico/Hfp -elefanta -elefante/p -elefântico -elegante/imps -elegantes/IS -eleger/KXYZfpv -elegibilidade/IRp -elegância/ISp -eleito/Rfp -eleitor/fp -eleitorado -eleitoral/impt -eleição/Rp -elementar/dp -elemento/p -elementário -elenco/p -elevado/fps -elevar/DKXYZcfp -elevatório/fp -Elia/p -elidir/XYfp -eliminar/DKXYZcfpv -eliminatório/f -elipse/p -elipsoidal/p -elipsóide/p -elipticidade/p -Elisa -elisão -elite/ipt -elixir -elmo/p -elo/fp -elocutivo -elocução -elogiar/DKXYZfp -elogie/fpw -elogio/fpw -elongação -eloquente/mp -eloquência/p -Elsa -elucidar/KXYZcfp -elucidativo/fp -elucidário -eludir/XYfp -Elvas -elvense/p -Elvira -Eládio -elástico/Hfp -eléctrico/fp -eléctrodo/p -eléctron -elíptico/fp -Elísio/p -Elói -em -emadeirar/KMXYZfp -emagrecer/KMXYZfp -emanar/KXYZcfnp -emancipar/DKXYZcfp -emancipatório -Emanuel -emaranhar/KSXYZfp -embaciar/KMSXYZfp -embaimento -embainhar/KSXYZfp -embaixada/p -embaixador/fp -embaixatriz/p -embaladeira -embalagem/p -embalar/DKXYZfp -embalsamar/DKMXYZcfnp -embalsar/KMXYZfp -embandeirar/KMXYZfp -embaralhar/KXYZcfp -embaratecer/KMXYZfp -embaraçar/DKXYZfnp -embaraço/fp -embaraços/f -embaraçoso/f -embarcadoiro -embarcadouro -embarcar/KMXYZcfp -embargar/DKMXYZfnpv -embargo/fp -embarracar/KXYZfp -embarrancar/KXYZfp -embarrar/KXYZfp -embarretar/KXYZfp -embarricar/KMXYZfp -embarrilado -embarrilamento -embarrilação -embasbacar/KMXYZcfp -embater/KXYZfp -embatocar/KXYZfp -embebecer/KXYZfp -embebedar/KMXYZfp -embeber/KXYZfp -embeiçar/KMXYZfp -embelecer/KXYZfp -embelezar/DKMXYZfnp -embevecer/KMXYZfp -embicar/KXYZfp -embirrar/KXYZcfnp -embirrativo -embirrento -emblemar/KXYZfp -emblemático/fp -embocadura/S -embodegar/KXYZfp -embolar/KXYZcfp -embole/fip -embolia/ip -embolsar/KRSXYZfp -embora -emborcar/KXYZcfp -emborrachar/KXYZfp -emborrar/KXYZfp -emboscar/KXYZfp -embotadura -embotar/KMXYZfp -embraiagem -embraiar/KXYZfp -embrandecer/KXYZfp -embranquecer/KXYZfp -embravecer/KMXYZfp -embrenhar/KSXYZfp -embriagar/KXYZfnp -embriaguez -embriologia/rt -embriológico/Hfp -embrionado/p -embrionário/fp -embrião/p -embromação -embrulhar/DKMXYZfp -embrulho/fp -embrumar/KXYZfp -embrutecer/DKMXYZfp -embruxar/DKXYZfp -emburguesar/KMXYZfp -embuste/Gp -embustear/KYZfp -embutidura -embutir/DXYfp -emendar/DKXYZfpv -ementar/KXYZfp -emergir/XYfnp -emergência/p -emerso/fp -emersão -emigrar/DKXYZcfnp -emigratório -Emile -Emiliano -eminenciar/KXYZfp -eminente/mps -eminência/p -emir/n -emirado -emissivo/d -emissor/fp -emissário/p -emissão/p -emissível -emissório -emitir/XYfnp -emocional/mp -emocionar/KXYZfnpv -emoldurar/KXYZfp -emolumento/p -emotivo/dfp -emoção/p -empacotadeira -empacotar/DKMSXYZfp -empada -empadão -empalação -empalear/DKYZfp -empalhar/DKMXYZcfp -empalheirar/KXYZfp -empalidecer/KXYZfp -empanar/KMXYZfp -empancar/KMXYZfp -empandeirado -empantanar/KXYZfp -empantufar/KXYZfp -empanturrar/KMXYZfp -empapar/KXYZfp -empapelar/KMXYZfp -emparceirar/KXYZfp -emparcelar/KMXYZfp -emparedar/KXYZfp -emparelhar/KMSXYZfp -empastar/KMXYZfp -empastelar/DKMSXYZfp -empatar/DKSXYZfp -empatia/q -empecilhar/KXYZfp -empecilho/fp -empederne/Sp -empedernecer/KXYZfp -empedernem/S -empederni/Sp -empedernir/MSYfp -empedirnais/S -empedirnam/S -empedirnamos/S -empedirno/Sf -empedrar/DKMXYZfp -empenar/KMSXYZfp -empenhar/DKMXYZfpv -empenho/Sfp -emperrar/KMSXYZfp -empertigar/KXYZfp -empestar/KMXYZfp -empeçonhar/KMXYZfp -empilhar/KMXYZfp -empinadela -empinar/KXYZfp -empinocar/KXYZfp -empiricamente -empirismo/p -empirista/p -emplumar/KXYZcfp -empoar/KMXYZfp -empobrecer/KMXYZfp -empoeirar/KSXYZfp -empolar/KMXYZfp -empoleirar/KXYZfp -empolgadura -empolgar/KXYZfnp -emporcalhar/KXYZfp -emporcar/KXYZfp -empossar/KRXYZfp -empreender/DKMXYZfp -empregar/DKRSXYZfpu -emprego/fp -empreitada/pu -empreitar/KXYZfp -empreiteiro/pu -empreito/fy -empresa/p -empresariado/p -empresarial/p -emprestar/DKXYZfp -empresário/fp -emproar/KXYZfp -empréstimo/p -empunhaduras -empunhar/KXYZfp -empurrar/DKMXYZfp -empurrão/p -empírico/fp -empório/p -emudecer/KMXYZfp -emular/DKXYZcfp -emulativo -emulsina -emulsionar/KXYZfnp -emulsivo -emulsão/p -Emídio -Emília -Emílio -EN -ena -enaltecer/DKMXYZfp -enamorar/KXYZfp -enantiómero -encabeladura -encabelar/DKXYZfp -encabeçar/KMXYZfp -encadear/KMYZcfp -encadeirar/KXYZfp -encadernar/DKSXYZcfp -encafuar/KXYZfp -encaixar/KMRSXYZfnp -encaixilhar/KSXYZfp -encaixotar/DKMSXYZfp -encalacradela -encalacrar/DKXYZcfp -encaldeirar/KXYZfp -encalhar/KMSXYZcfp -encalço -encaminhar/DKMRSXYZfp -encamisar/KXYZfp -encanar/KMXYZfp -encanastrar/KXYZfp -encancerar/KXYZfp -encandear/KMYZfp -encandecer/KXYZfp -encantar/DKMXYZcfp -encanteirar/KXYZfp -encanto/fp -encapar/KSXYZfp -encapelar/KXYZfp -encapoeirar/KXYZfp -encapotar/KSXYZfp -encaprichar/KXYZfp -encapsular/KMXYZfp -encapuçado/fp -encaracolar/KXYZfp -encaramelar/KXYZfp -encarapinhar/KXYZfp -encarapuçar/KSXYZfp -encarar/KXYZfp -encarcerar/KMRSXYZcfp -encardir/MSXYfp -encarecer/DKMXYZfp -encarecido/fmp -encargo/p -encarnar/DKXYZcfp -encarniçado/fmp -encarniçar/KXYZfp -encarrapitar/KSXYZfp -encarregar/KSXYZfp -encarreirar/KMXYZfp -encartar/KMSXYZcfp -encasacar/KXYZfp -encascar/KXYZfp -encastelar/KXYZfp -encasular/KXYZfp -encatrafiar/KXYZfp -encavacadela -encavacar/KXYZcfp -encavaleirar/KXYZfp -encavalgar/KXYZfp -encavalitar/KXYZfp -encavilhar/KXYZfp -encefalagia -encefalia -encefalogia -encefalóide -encefálico -enceleirar/KMXYZfp -encenar/DKRXYZcfp -enceradeira -enceradura -encerar/DKMXYZcfp -encerrar/KMSXYZfp -encetar/KRXYZfp -encetativo -enchapelado -encharcar/KXYZfp -enchedeira -enchedela -enchedura -encher/DKMRXYZfnp -enchoiriçar/KXYZfp -enchumaçar/KXYZfp -enchusmar/KXYZfp -enciclopedismo/p -enciclopedista -enciclopédia/p -enciclopédico/fp -encimar/KXYZfp -enciumar/KXYZfp -enclaustrar/KMXYZfp -enclausurar/KXYZfp -enclave/p -enclavinhar/KXYZfp -encoberto/fmp -encobre/Sp -encobrem/S -encobri/Sp -encobrideira -encobrir/DMSYfp -encodear/KMYZfp -encoleirar/KXYZfp -encolerizar/KSXYZfp -encolhedela -encolher/KMXYZfp -encomendar/KSXYZcfp -encomendeiro -encomiástica -encompridar/KXYZfp -encontradiço -encontrar/KRSXYZfp -encontro/fp -encontrão/p -encorajar/DKMSXYZfp -encordoar/KXYZfp -encornanço -encornar/KXYZfp -encoronhar/KXYZfp -encorpadura -encorpar/KMXYZfp -encorrilhar/KXYZfp -encortinar/KXYZfp -encostadela -encostar/KMSXYZfp -encovar/KSXYZfp -encravadura -encravar/KMSXYZcfp -encrencar/KSXYZfp -encrespar/DKMXYZfp -encrostar/KXYZfp -encruar/KXYZfp -encruzilhar/KXYZfp -encubar/KXYZcfp -encubrais/S -encubram/S -encubramos/S -encubro/Sf -encurralar/KMSXYZfp -encurtar/DKMXYZfp -encurvar/KMXYZfp -encéfalo -encíclico/f -endemizar/KXYZfp -endemoninhar/KXYZfp -endereçar/KMXYZfp -endereço/fp -endeusar/DKMXYZfp -endiabrar/KXYZfmp -endinheirado/p -endireitar/KRXYZfp -endividar/KMXYZfp -endocardite/p -endocrinotropas -endocárdica -endocárdio -endoforia -endoidar/KXYZfp -endoidecer/DKMXYZfp -endoplasma -endoplasmático/fp -endossar/DKMXYZfnp -endoteliais -endotróficas -endotélio -endotérmico -endovenoso -endurecer/DKMXYZfp -endurentar/KXYZfp -endémico/fp -endócrina/p -endógeno/fp -endóstoma -enegrecer/KMXYZfp -Eneias -energia/p -energitismo/p -energético/fp -enervar/KMXYZcfnp -enevoar/KSXYZfp -enfadadiço -enfadar/KMXYZfp -enfadonho/fmp -enfaixar/KSXYZfp -enfardar/DKMXYZfp -enfarinhadela -enfarinhar/KMXYZfp -enfarpelar/KXYZfp -enfarruscar/KXYZfp -enfartar/KMXYZfp -enfastiar/KMXYZfnp -enfastioso -enfatiotar/KXYZfp -enfatizar/DKXYZcfp -enfatuar/KMXYZfp -enfear/KYZfp -enfebrecer/KXYZfp -enfeitar/DKMXYZfp -enfeitiçar/DKXYZfp -enfeixar/KMXYZfp -enferma/py -enfermagem -enfermar/KXYZfp -enfermiço -enfermo/dfpy -enferrujar/KMSXYZfp -enfestar/KXYZfp -enfeudar/KMXYZcfp -enfezado/fp -enfezamento -enfiadura -enfiar/KMXYZcfp -enfileirar/KMXYZfp -enfim -enfivelar/KMXYZfp -enfolar/KXYZfp -enfolhar/KMXYZfp -enforcar/KMXYZfp -enformar -enfornar/KXYZfp -enfortecer/KXYZfp -enfraquecer/KMXYZfp -enfrascar/KSXYZfp -enfrentar/KXYZfp -enfronhar/KSXYZfp -enfunilar/KMXYZfp -enfurecer/DKMXYZfp -enfático/fp -Eng -engaiolar/KMXYZfp -engajar/DKMXYZfp -engalfinhar/KSXYZfp -engalinhar/KXYZfp -enganadiço -enganar/DKXYZcfp -enganchar/KSXYZfp -engane/fpw -engano/fpw -engarrafadeira -engarrafar/DKMXYZfp -engasgar/KMXYZfp -engatar/DKXYZfp -engatilhar/KSXYZfp -engavetar/KXYZfp -engelhar/KXYZfp -Engels -engendrar/KXYZcfp -engenharia/Rp -engenheiro/fp -engenho/pwy -engenhoca/p -engenhoqueiro -engenhoso/fmp -engessar/DKXYZfp -englobar/KMXYZfnp -engodar/KXYZfp -engodativo -engole/p -engolem -engoli/p -engolir/DYfpv -engomadeira -engomadela -engomadura -engomagem -engomar/KXYZfp -engordar/KXYZfp -engordurar/KMSXYZfp -engradar/KXYZfp -engradear/KMYZfp -engrandecer/DKMXYZfp -engravatado/fp -engravidar/KXYZfp -engraxadela -engraxar/DKMXYZfp -engraçar/KSXYZfp -engrenagem/p -engrenar/KSXYZfp -engripar/KXYZfp -engrossar/DKMXYZfp -Engrácia -enguia/p -enguiçar/DKMSXYZfp -engulais -engulam -engulamos -engulo/f -enigmar/KXYZfp -enigme/fpt -enigmático/fp -enjaular/KSXYZfp -enjeitar/KMXYZfp -enjoadiço -enjoar/KMXYZfp -enjoativo/S -enlameadura -enlamear/KSYZfp -enlatar/KMXYZfp -enlaçar/KMSXYZfp -enlouquecer/KMXYZfp -enlutar/KXYZfp -enluvar/KXYZfp -enobrecer/KMXYZfp -enojadiço -enojar/DKMXYZfp -enol -enologia/pqr -enorme/dmp -enovelar/KMXYZfp -enquadrar/KMRXYZfp -enquanto -enquistar/KXYZfp -enrabichar/KXYZfp -enraivar/KXYZfp -enraivecer/KMXYZfp -enraizai/Sp -enraizamos/S -enraizar/KMSYZfp -enraizei/Sp -enraizemos/S -enrascadela -enrascadura -enrascar/KSXYZfp -enraízam/S -enraíze/Sfp -enraízem/S -enraízo/Sf -enredar/KSXYZfp -enredo/fp -enregelar/KMXYZfnp -enrijar/KMXYZfp -enriquecer/KMXYZfp -enrobustecer/KXYZfp -enrodilhar/DKXYZfp -enrolar/DKMXYZfp -enrolhar/KSXYZfp -enroscadela -enroscadura -enroscar/KMSXYZfp -enroupar/KXYZfp -enrouquecer/KMXYZfp -enrubescer/KMXYZfp -enrudecer/KXYZfp -enrugar/KMSXYZfp -ensaboadela -ensaboadura -ensaboar/KMSXYZfp -ensacar/KMXYZfp -ensaiar/DKMXYZfp -ensaio/fpt -ensandecer/KXYZfp -ensanduichar/KXYZfp -ensanguentar/KXYZfp -ensardinhar/KXYZfp -ensaísmo -ensaístico/f -enseada/p -ensebar/KMXYZfp -ensejar/KXYZfp -ensinadela -ensinar/DKMRXYZfpv -ensino/fp -ensoalheirar/KXYZfp -ensombrar/KXYZfp -ensonado/fp -ensonorentado -ensopadela -ensopar/KXYZfp -ensurdecer/DKMXYZfp -ensurdecência/p -entabuar/KXYZfp -entaladela -entalanço -entalar/DKXYZcfp -entalhadura -entalhar/DKMXYZfp -entalão -entanto -entardecer/KXYZfp -entarraxar/KXYZfp -ente/dp -entear/KYZfp -entelhar/KXYZfp -entender/DKMXYZfp -entenrecer/KXYZfp -enternecer/DKMXYZfp -enterradouro -enterrar/DKMXYZcfp -enterro/fp -entesoirar/KMXYZfp -entesourar/KMXYZfp -entijolar/KXYZfp -entoalhado -entoar/DKMXYZcfp -entomologia/pqrt -entontar/KXYZfp -entontecer/DKMXYZfp -entope/p -entopem -entornar/KXYZfp -entorpecer/KMSXYZfp -entorse -entortadura -entortar/KXYZfp -entradote -entranhado/fmp -entranhar/KXYZfpv -entrançar/DKXYZfp -entrapar/KXYZfp -entrar/KRXYZfp -entravar/KMXYZfp -entreaberto/fp -entreabrir/XYfp -entreacto -entreajuda -entrecho -entrecosto -entregar/DKRXYZfp -entrelaçar/KMXYZfp -entrelinhar/KMXYZfp -entremear/KYZfp -entrementes -entreposto/fp -entretanto -entretemos -entretende/p -entretendo -entretenhais -entretenham -entretenhamos -entretenho/f -entretenimento -entretens -entreter/Mp -entreterdes -entreterei/p -entreterem -entreteremos -entreteria/p -entreteriam -entretermos -entreterá/p -entreterão -entreteríamos -entreteríeis -entreteve -entretido/fp -entretinha/p -entretinham -entretive -entretivemos -entretiver/fp -entretiveram -entretiverdes -entretiverem -entretivermos -entretivesse/p -entretivessem -entretiveste/p -entretivéramos -entretivéreis -entretivésseis -entretivéssemos -entretém -entretêm -entretínhamos -entretínheis -entrever/KXYZfp -entrevistar/DKXYZfp -entreviu -entrincheirar/KMXYZfp -entristecer/KMXYZfp -entroncar/KMXYZfp -entronizar/KXYZcfnp -entropia -entrosar/KMXYZfp -entrudo/p -entrópico -entulhar/KSXYZfp -entulho/fp -entupais -entupam -entupamos -entupi/p -entupir/MSYfp -entupo/f -enturvar/KXYZfp -enturvecer/KXYZfp -entusiasmar/KXYZfnpv -entusiasmo/fp -entusiasta/p -entusiástico/Hfp -então -enublar/KXYZcfp -enumerar/DKXYZcfpv -enumerativo -enunciar/DKXYZcfpv -enunciativo/fp -envaidar/KXYZfp -envaidecer/KMXYZfp -envaidecido/fmp -envasilhar/KMXYZfp -envelhacar/KXYZfp -envelhecer/KMXYZfp -envelope/p -envenenar/DKMXYZfp -enveredar/KXYZfp -envergadura -envergar/KMXYZfp -envergonhadela -envergonhado/Sfp -envergonhar/KXYZfp -envernizadela -envernizar/DKMXYZfp -envesgar/KXYZfp -enviar/KMRXYZfp -envidraçar/KMXYZfp -enviesar/KXYZfp -envinagrar/KXYZfp -enviuvai/p -enviuvamos -enviuvar/KYZfp -enviuvei/p -enviuvemos -enviúvam -enviúve/fp -enviúvem -enviúvo/f -envolto/fp -envoltura/S -envoltório -envolver/KMSXYZfnp -enxabido/S -enxada/p -enxadada -enxadão -enxaguado -enxame/p -enxaqueca -enxaquetadas -enxaropar/KXYZfp -enxergar/KXYZfp -enxertadura -enxertar/DKXYZfp -enxertia -enxerto/fp -enxofração -enxofre/S -enxotadura -enxotar/DKXYZfp -enxoval -enxovalhar/KMXYZfp -enxugar/KMXYZfp -enxurrar/KXYZfp -enxuto/fp -enzima/p -enzimático/fp -enérgico/fp -eocénico -EPAL -epibranquiais -epicamente -epicarpo -epicentral -epicentro -epicurismo/p -epicurista/p -Epicuro -epicálice -epidemiar/KXYZfp -epidemiologia/qrt -epiderme/p -epidémico -epidérmico/fp -epiglote -epigrafar/KXYZfp -epigrafia/pq -epigrafista -epigrama/p -epigástrica -epilepsia -epilogar/DKXYZcfp -epiléptico/fp -epimorfismo/pr -epiplo -epiplóica -episcopado -episcopal/p -episema -epistemologia/pqr -epistolar/p -epistolografia/pqr -epistolário -episódico/Hfp -episódio/p -epitelial -epitáfio/p -epitélio -epodos -epopeia/p -epopeico -epígrafe -epílogo -epíscopos -epístola/p -epíteto/p -epónimos -equacionais/IR -equacional/mp -equacionar/KMRXYZfp -equador -equalizador/p -equalização -equatorial/p -equatoriano/fp -equação/Ip -equestre/p -equidade/p -equidistar/KXYZfnp -equidistância/p -equilateral -equilibrar/DKRSXYZcfnp -equilibre/fipt -equilátero -equilíbrio/RSp -equimolecular -equimose/p -equinocial -equinodermes -equinos -equinócio/p -equipar/KMRXYZfpuv -equiparar/KXYZcfpv -equipendente -equipolência/p -equipotencial -equissonante/p -equissonância/p -equitador -equitativo/fmp -equitação -equivale/p -equivalei/p -equivalem -equivalente/mp -equivaler/KYZfnp -equivalhais -equivalham -equivalhamos -equivalho/f -equivalência/p -equivocar/KXYZcfp -equídeo/p -equíno -equívoco/Ifp -era/p -eram -erasmismo/p -erasmistas -Erasmo -Eratóstenes -erectilidade/p -erecto/fp -erector/p -erecção -eremita/ip -erg/f -ergativo -ergofobia -ergonomia -erguer/KRXYZfp -Ericeira -Erich -erigir/XYfpv -eriçada/p -Ermelinda -Ermesinde -ermida -ermita/p -ermitão -ermo/p -Ermínio -Ernesto -Ernst -erosivo/fp -erosão -erotismo/p -erotização -erradicar/KXYZcfp -erradicativo -errante/Ip -errar/KXYZfmnp -errata -erro/fp -errático/fp -erróneo/fp -erubescer/KXYZfp -erubescência/p -erudito/fip -erudição -eruptivo/fp -erupção/p -erva/Ip -ervanário -ervaçal -ervilha/p -ervilhal -ervilheira -erário -eréctil/a -erótico/fp -ESA -esbaforir/XYfp -esbanjar/DKMXYZfp -esbarrar/KXYZfp -esbater/KMXYZfp -esbeltar/KXYZfp -esbeltez -esbelteza -esbelto/fmp -esbofetear/DKYZfp -esboroar/KMXYZfp -esborratar/KXYZfp -esboçar/KXYZfp -esboço/fp -esbracejar/KXYZfp -esbranquiçar/KXYZfp -esbugalhado/fp -esburacar/KXYZfp -escabeche/p -escabroso/fmp -escacar/KXYZfp -escachar/KXYZfp -escada/p -escadaria/p -escadote -escadão -escadório -escafandro/pt -escalar/DKMRXYZfp -escaldadela -escaldadiço -escaldadura -escaldar/DKXYZfnp -escaldão -escaleno/p -escalfar/KXYZfp -escalonar/KMRXYZfp -escalope/p -escalpar/KXYZfp -escalpelizar/KXYZcfnp -escalão/fp -escamadeira -escamadura -escamar/KXYZcfp -escame/fpw -escamiformes -escamotear/DKYZcfp -escandalizar/DKXYZfpv -escandaloso/fmp -escandinavo/fp -Escandinávia -escanelado -escangalhar/KXYZfp -escanhoadela -escanhoar/DKMXYZfp -escantilhão -escanzelado -escançar/KXYZfp -escanção -escapadela -escapadiço -escapar/KMXYZfp -escaparate/p -escapatório/fp -escapular -escapulir/XYfp -escaqueado -escaqueirar/KXYZfp -escarafunchar/DKXYZfp -escaramuçar/DKXYZfp -escaravelho -escarlate -escarlatina -escarlatinoso/A -escarnecer/DKMXYZfpv -escarnir/XYfp -escarpar/KXYZfp -escarrachar/KXYZfp -escarradura -escarranchar/KXYZfp -escarrapachar/KXYZfp -escarrar/DKXYZfp -escarro/fp -escassear/KYZfp -escassez -escasseza -escasso/fmp -escatologia/r -escavacar/KXYZfp -escavar/DKXYZcfp -esclarecer/DKMXYZfp -escleroproteínas -esclerose -escleroso -escléritos -escoadouro -escoadura -escoar/DMcn -Escobar -escocês/fp -escola/p -escolar/dp -escolarizar/KXYZcfnp -escolasticismo/p -escolher/KMXYZfp -escolho/fp -escoltar/KXYZfp -escolástico/fp -escombros -escondedura -esconder/DKMXYZfp -esconderijo/p -esconjuntar/KXYZfp -esconjurar/DKXYZcfpv -escopo -escorar/KMXYZfp -escorbuto -escorbútico/A -Escorial -escoriar/KXYZcfp -escorpião/p -escorpióides -escorraçar/KXYZfp -escorredoiro -escorredouro -escorregadela -escorregadio -escorregadiço -escorregadoiro -escorregadura -escorregar/KMXYZfpv -escorregão -escorreito -escorrer/KMXYZfp -escorrência/p -escorva -escotilha -escovadela -escovar/KXYZfp -escoveiro -escovinha -escravaria/p -escravatura -escravidão -escravizar/DKXYZcfp -escravo/fjp -escrevedura -escrever/DKRXYZfnp -escrevinhar/DKXYZfp -escriba/p -escrito/Rfp -escritor/fp -escriturar/KXYZcfp -escriturário -escritório/p -escrivaninha -escrivã -escrivão -escroque -escrotal -escroto/p -escrupuloso/dm -escrutinar/DKXYZcfp -escrutínio/p -escrúpulo/p -escudar/KXYZfp -escudeirar/KXYZfp -escudeire/Gfp -escudete/p -escudo/fpy -esculpir/XYfp -escultura/pq -escultural/mp -esculturar/KXYZfp -escumalha -escunas -escurecer/DKMXYZfpv -escuridão -escuro/fp -escusar/KXYZfpv -escusatório -escutar/DKXYZfp -escuto/fity -escárnio/p -escândalo/p -Escócia -escócio -escólios -escória/p -esdrúxulo/p -esfacelar/KMXYZfp -esfaimar/KXYZfp -esfalfar/KMXYZfnp -esfaquear/DKMYZfp -esfarelar/KMXYZfp -esfarfalhada -esfarrapar/DKXYZfp -esfarripar/DKXYZfp -esfenóide -esfera/p -esfericidade/p -esferográfica/p -esferoidal -esferóide -esfinge/p -esfolar/DKMXYZfp -esfolhada -esfomear/KYZfp -esforricar/KXYZfp -esforçar/DKXYZfp -esforço/fp -esfregadeira -esfregadela -esfregar/DKXYZcfp -esfregão/fp -esfriar/DKXYZfnp -esfumar/KXYZcfp -esfumaçar/KXYZfp -esfuziar/KXYZfnp -esférico/fp -esfíngico -esgadanhar/KXYZfp -Esgalhado -esganadura -esganar/DKXYZcfp -esganiçar/KXYZfp -esgaravatar/DKMXYZfp -esgotadouro -esgotadura -esgotar/DKMXYZfnpv -esgoto/fp -esgravatar/KXYZfp -esgrime/fpt -esgrimidura -esgrimir/DXYfp -esgrouviar/KXYZfp -esgueirar/KXYZfp -esgueiriço -esguelhar/KXYZfp -esguichadela -esguichar/KXYZfp -esguicho/fp -esguio/p -eslavo/fipt -eslavónico -eslovaco/fp -esloveno/fp -Eslováquia -Eslovénia -eslávico -esmagadela -esmagador/fmp -esmagadura -esmagar/DKMXYZfp -esmaltagem -esmaltar/DKXYZfp -esmegma -esmeralda/p -esmerar/KXYZfp -esmigalhar/KMXYZfp -esmiucei/p -esmiucemos -esmiuçado/fp -esmiuçai/p -esmiuçamos -esmiuçando -esmiuçar/Dfp -esmiuçaram -esmiuçardes -esmiuçarei/p -esmiuçarem -esmiuçaremos -esmiuçaria/p -esmiuçariam -esmiuçarmos -esmiuçará/p -esmiuçarão -esmiuçaríamos -esmiuçaríeis -esmiuçasse/p -esmiuçassem -esmiuçaste/p -esmiuçava/p -esmiuçavam -esmiuçou -esmiuçámos -esmiuçáramos -esmiuçáreis -esmiuçásseis -esmiuçássemos -esmiuçávamos -esmiuçáveis -esmiúce/p -esmiúcem -esmiúçam -esmiúço/f -esmocadela -esmocar/KXYZfp -esmola/p -esmorecer/KMXYZfp -esmurrar/KXYZfp -esoterismo/p -esotérico/fp -espacejar/KXYZfp -espacial/p -espada/p -espadachim -espadim -espadão -espairecer/KMXYZfp -espaldar/p -espalhafatar/KXYZfp -espalhafate/fpw -espalhanço -espalhar/DKMXYZfp -espalmar/DKXYZfp -espampanante/p -espanadela -espanado -espanador -espancar/DKMXYZfp -Espanha/p -espanhol/fijp -espanholar/KXYZfp -espanholizar/KXYZfp -espantadiço -espantalho/p -espantar/DKXYZfp -espante/fpw -espanto/fpw -espantoso/fmp -espargo/p -espargueira -esparguete -esparramar/KXYZfp -esparregar/KXYZfp -esparrela -esparso/fp -Esparta -espartano/fp -esparto -espasmar/KXYZfp -espasmo/fp -espasmódico -espatifar/KXYZfp -espatular -espaventoso -espavore/p -espavorem -espavori/p -espavorir/Yfp -espavurais -espavuram -espavuramos -espavuro/f -espaçado/fmp -espaçar/KMXYZfp -espaço/fpw -especar/KXYZfp -especial/djmpst -especializar/KXYZcfp -especiaria/p -especificar/DKXYZcfp -especificativo -especifico/dfm -espectacular/dmp -espectaculoso/d -espectar/DKXYZfpv -espectral/p -espectro/p -espectrografia/pr -espectrometria/pr -espectroscopia -espectroscópio -espectrómetro/p -espectáculo/p -especular/DKXYZcfmp -especulativo/fp -específico/Hfp -espeleologia/pqrt -espelhar/KMXYZcfnp -espelhento -espelho/fp -espelunca -esperado/IRSfp -esperanto/t -esperançar/KXYZfp -esperanço/fw -esperançoso/fmp -esperar/DKXYZfpv -esperma -espermatizar/KXYZfp -espermatose -espermatozóide/p -espermatócitos -espermático/fp -espernear/KYZfp -espertalhaço -espertalhão -esperteza -esperto/fp -espessar/KMXYZfp -espessidão -espesso/fmp -espessura/p -espetadela -espetar/KXYZfp -espetão -espevitado/fmp -espevitar/DKXYZfp -espezinhar/KXYZfp -espiar/DKXYZfp -espicaçadela -espicaçar/KXYZfp -espichadela -espichar/KXYZfp -espigar/KMXYZfp -espigoso -espigão -espinafre/p -espinal/p -espingarda/p -espingardada -espingardaria/p -espingardear/KYZfp -espingardeira -espingardeiro/p -espinhar/KXYZfp -espinhense/p -espinhento -espinho/fpwy -Espinoza/it -espionagem -espionar/KXYZfp -espira/p -espiral/p -espiralização -espirita/it -espiritual/dijmpt -espiritualismo/Ap -espiritualizar/KXYZcfp -espirituoso/fmp -espirrar/KXYZfp -espirro/fp -espiráculo/p -espião/fp -esplanada/p -esplendecer/KXYZfnp -esplendidamente -esplendor/pw -esplenectomia -esplenomegalia -esplêndido/fp -espojo -espoliar/DKXYZcfnp -espolinhar/KXYZfp -espongiários -esponjar/KXYZfp -esponjoso/d -espontaneamente -espontaneidade/p -espontâneo/fmp -esporadicamente -esporar/KXYZfp -esporinite -esporo/fp -esporádico/fp -esporângios -esporão/p -esporífera -esposar/KXYZfp -Esposende -esposendense/p -esposo/fp -espreguiçadeira -espreguiçadela -espreguiçadoiro -espreguiçadouro -espreguiçar/KXYZfp -espreitadeira -espreitadela -espreitar/DKXYZfnp -espremedela -espremediço -espremedura -espremer/DKXYZfpv -espumadeira -espumar/KXYZfnp -espumarada -espume/fpw -espumoso/dfp -espádua/p -espátula/p -espécie/pu -espécime/p -espécimen/p -espículas -espírito/fp -espódico -espólio/p -espúria -esquadrar/KXYZfp -esquadria -esquadrilhar/KXYZfp -esquadrinhar/DKMXYZfp -esquadrão/p -esquartejar/KMXYZfp -esquartelar/KXYZfp -esquecer/DKMXYZfp -esqueleto/p -esquelético/fp -esquema/p -esquematismo/p -esquematizar/KXYZfp -esquemático/Hfp -esquentadiço -esquentar/DKMXYZcfp -esquerdo/fpt -esqui/p -esquiar/DKXYZfp -esquife/p -esquilo/p -esquimó -esquinar/KXYZfp -esquinudo -esquisito/fp -esquivar/KXYZfp -esquivo/fp -esquizofrenia -esquizofrénico -esquizóide -esse/fp -essencial/mp -essoutro -Essénios -essência/p -esta/py -estabelecer/DKMRXYZfp -estabilizar/DKSXYZcfp -estacar/KXYZfp -estacionar/KMXYZfp -estacionário/fp -estadia/ipt -estado/fipt -estadual/p -estafar/DKMXYZfnp -estafermo -estafeta/p -estagiar/KXYZfp -estagiário/fp -estagnar/DKMXYZcfnp -estai/p -estalactite -estalactítico -estaladiço/p -estalagem/p -estalagmite -estalajadeiro -estalar/KXYZfnp -estalidar/KXYZfp -estalido/fp -Estaline/it -Estalinegrado -estalo/fpy -estame/p -estamos -estampagem -estampar/DKXYZfp -estancar/KMXYZcfpv -estandardizar/KXYZcfp -estandarte/p -estando -estanhagem -estanhar/DKXYZfp -estapafúrdico -estapafúrdio -estar/KZcnpv -estardalhar/KXYZfp -estardalhaço -estardes -estarei/p -estarem -estaremos -estaria/p -estariam -estarmos -estarola -estarrecer/KXYZfp -Estarreja -estará/p -estarão -estaríamos -estaríeis -estatal/p -estatelado/fmp -estatelar/KXYZfp -estaticista -estatizar/KXYZcfnp -estator -estatuado -estatual -estatueta/p -estatura -estatutivo -estatuto/p -estatutário/Hfp -estatuário/fp -estatístico/Hfp -estava/p -estavam -estação/pu -este/fp -Estefânia -esteio/p -esteiro/fp -esteja/p -estejais -estejam -estejamos -Estela -estelar/np -estendedoiro -estendedouro -estender/DKXYZfpv -estenografar/KXYZfp -estenografia/pqr -estenose -estepe/p -estequiométricos -estercadura -esterco/p -estereofónico -estereoisómero -estereoscopia -estereoscópico -estereoscópio -estereotipar/KXYZfp -estereotipias -estereótipo/p -esterificado/fp -esterilidade/p -esterilizar/DKXYZcfp -esterlino/fp -esterno/p -esterqueiro/f -esterquice -esteróide/p -esterótipo -esteta/ijp -esteticismo/p -esteticista -estetizar/KXYZfp -estetoscópio -esteve -Esteves -estiada -estiagem -estiar -estibordo -esticadela -esticanço/p -esticar/DKXYZfp -esticão -estigma/p -estigmatismo/p -estigmatizar/KXYZfp -estigmático/fp -estilete/p -estilhar/KXYZfp -estilhaçar/KXYZfp -estilhaço/fp -estilizar/KXYZcfp -estilo/ijpt -estilístico/fp -estimar/DKXYZcfpuv -estimativo/f -estimular/DKSXYZcfnp -estimuloso -estimável/Iu -Estio -estipular/DKXYZcfnp -estirada -estirador/p -estiraço -estirpe/p -estival/p -estivar/DKXYZcfp -estiver/fp -estiveram -estiverdes -estiverem -estivermos -estivesse/p -estivessem -estiveste/p -estivéramos -estivéreis -estivésseis -estivéssemos -estocar/KXYZfp -Estocolmo -estocástico/Hfp -estofar/DKXYZfp -estofo/fp -estoicamente -estoicidade/p -estoicismo/p -estoirar/KXYZfp -estojo -estola -estolho/p -estomacal -estomatite/p -estomatologia/pqr -estomatologista -estontear/DKMYZfnp -estontecer/KXYZfp -estopinha/p -estore -Estoril -estorninho -estorricar/KXYZfp -estorvar/DKMXYZfp -estorvo/fp -estou -estourar/KXYZfp -estoutro -estouvado/Gfp -estouvamento -estrabismo/p -estradal/p -estradar/KXYZfp -estradeiro -estradista -estrado/fp -estragar/DKMXYZcfp -estrago/fp -estrangeirar/KXYZfp -estrangeiro/Gfipt -estrangular/DKMXYZcfp -estranhar/KMXYZfpv -estranheza -estranho/fmp -Estrasburgo -estratagema/p -estratego/fpt -estratificar/KXYZcfp -estratiforme -estratigrafia/pq -estrato/p -estratosfera -estratégia/p -estratégico/fp -estrear/KYZfnp -estrebaria/p -estrebuchar/KMXYZfp -estreitar/DKMXYZfp -estreiteza/p -estreito/fmp -estrelar/KXYZfnp -estrelinha -estremadura -estremar/KXYZfpv -estremecer/KMXYZfp -Estremoz -estremunhar/KXYZfp -estreptococo/p -estria/p -estriado/f -estribar/KMXYZfp -estribeira -estribilho -estribo/fp -estridente/p -estridência/p -estripar/DKXYZcfp -estriticidade/p -estrito/fmp -estrofe/p -estrogéneo -estroinar/KXYZfp -estrondo/w -estrondoso/fmp -estropiar/KMXYZcfp -estrugido -estruma/py -estrumadela -estrumal/p -estrumar/KXYZcfp -estrutura/RSpu -estrutural/imp -estruturar/DKRSXYZcfnpv -estrábico -estrépito/p -estucagem -estucar/DKXYZfp -estudantado/f -estudantaço -estudanteco -estudantil/p -estudar/KRXYZfnp -estudioso/p -estudo/fp -estufadeira -estufagem -estufar/KXYZfp -Estugarda -estupefaciente/p -estupefactivo -estupefacto/p -estupefacção -estupendo/m -estupidamente -estupidecer/KXYZfp -estupidez -estupidificar/KXYZcfnp -estupor/fp -estuporar/KXYZfnp -estuporoso -estuprar/KXYZfp -esturrar/KXYZfp -esturre/Gfp -esturricar/KXYZfp -estuário/p -está/p -estábulo/p -estádio/p -estágio/p -estático/fp -estátua/p -estávamos -estável/dmp -estância/p -estão -estéril/a -estético/Hfp -Estêvão -estímulo/p -estóico/fp -estónio/fp -estômago -estúdio/p -estúpido/fp -esvaecer/KMXYZfp -esvair/KM -esvaziar/KMXYZfp -esventrar/KXYZfp -esverdeado/fp -esvoaçar/KXYZfnp -esófago -ETA -etano -etanol -etapa/p -ETAR -etc -Etelvina -eterificar/KXYZcfp -eternal/p -eternar/KXYZfp -eternizar/KXYZfp -eterno/dfjmp -Ethernet -etilbenzeno -etileno -etilizar/KXYZfp -etimologia/ipqr -etimologista -etimológico/Hfp -etiologia/pr -etiopatogénese -etiquetagem -etiquetar/KXYZfp -Etiópia -etnia/p -etnicamente -etnografia/pqr -etnologia/qrt -etnomusicologia/pqr -etnónimo/p -etrusco/fp -etário/fp -etéreo/p -etílico -etíope/p -eu -EUA -eucalipto/p -Eucaristia -eucarístico/fp -Euclides -euclidiano/fp -eufemismo/p -eufonia/p -euforia/p -Eufrates -Eufémia -eufémico/fp -eufórico/fp -Eugénia -eugénico/fp -Eugénio -Euler -Eulália -Eunice -eunuco/p -eunucoidismo/p -eurasiático/fp -Eurico -euritmia -euro/p -eurodeputado/fp -Europa -europeia/jp -europeizai/p -europeizamos -europeizar/KYZcfp -europeizei/p -europeizemos -europeu/p -europeísmo/q -europeízam -europeíze/fp -europeízem -europeízo/f -Euroásia -Eurípides -eurítmico -Eusébio -eutanásia -Eva -evacuar/KXYZcfnp -evacuativo -evacuatório -evadir/XYfp -evangelho/p -evangelismo/p -evangelista/p -evangelizar/DKXYZcfnp -evangélico/fp -Evans -evaporar/KXYZcfnpv -evaporativo -evaporatório -evaporizar/KXYZfp -Evaristo -evasivo/fp -evasão/p -evento/p -eventual/dmp -Evereste -evidenciar/KXYZcfp -evidente/mp -evidência/p -evitar/KXYZfpv -evocar/DKXYZcfnpv -evocativo/fp -evocatório -evolucional/p -evolucionar/KXYZfp -evolucione/fip -evolucionista -evolucionário -evoluir/CK -evolutivo/fp -evolver/n -ex -exacerbar/DKXYZcfp -exacta/Imp -exactibilidade/p -exactidão/I -exacto/fmp -exagerar/DKXYZcfmp -exagerativo -exagero/fp -exalar/KXYZcfnp -exaltar/DKMXYZcfnp -exame/p -examinando/p -examinar/DKRXYZfpv -examinável/IR -exasperar/DKXYZcfnp -exaustivo/dfmp -exausto/fp -exaustão -excedentário/fp -exceder/KXYZfnpv -excelente/mps -excelso -excelência/p -excentricidade/p -excepcional/dmp -exceptivo -excepto -exceptuar/KXYZfp -excepção/p -excerto/p -excessivo/dfmp -excesso/p -excisão -excitabilidade/Ip -excitar/DKMXYZcfnpv -excitativo -excitatório/f -excitável/dp -exclamar/DKXYZcfp -exclamativo/f -exclamatório -excluir/K -exclusive/dfi -exclusivo/dfimp -exclusão/p -excomungar/KXYZfpv -excomunhal -excomunhão/p -excremento/p -excrementoso -excrementício/f -excrescer/KXYZfnp -excrescência/p -excretar/CKXYZfp -excretor/fp -excursionar/KXYZfp -excursione/fipt -excursão/pt -excêntrico/fp -execrar/DKXYZcfpv -execrável/dp -executar/CKXYZfnpv -executivo/fp -executor/p -executório/f -exegese -exegético/fp -exemplar/dimp -exemplificar/KXYZcfp -exemplificativo -exemplo/p -exequibilidade/Ip -exequível/dmp -exercer/KXYZfp -exercitar/DKXYZcfnp -exercício/p -exibicionista -exibir/DRXYcfp -exibitivo -exibitório -exibição/ip -exigir/XYfnpv -exiguidade/p -exigência/p -exigível/dp -exilar/KXYZfp -existencial/impt -existente/Ip -existir/XYfnp -existência/Ip -exoforia -exoftalmia -exonerabilidade/p -exonerar/KXYZcfp -exoneratório -exorbitar/KXYZfnp -exorbitância/p -exorcismo/p -exorcista/p -exorcistado -exorcizar/KXYZfp -exortar/DKXYZcfp -exortativo -exortatório -exortiva -exosfera -exoteciais -exoterismo/p -exotismo/p -exotérmico/fp -expandir/XYfp -expansionismo/p -expansivo/df -expansão/pt -expansível/dp -expatriar/KXYZcfp -expectar/DKXYZcfnpv -expectativa/p -expectatório -expectorar/KXYZcfnp -expede/Rp -expedem/R -expedi/Rp -expedicionário -expediente/p -expedir/MRYcfp -expeditivo -expedito/fm -expeditório -expediência/p -expele/p -expelem -expeli/p -expelir/Yfp -expensas -experiencial -experiente/Ip -experimental/impt -experimentar/DKXYZcfpv -experimento/fp -experiência/Ip -experto -expeçais/R -expeçam/R -expeçamos/R -expeço/Rf -expiar/DKXYZcfpv -expiatório/fp -expilais -expilam -expilamos -expilo/f -expirar/DKXYZcfnp -explanar/DKXYZfp -explanatório -explanação -explicando/p -explicar/DKRXYZcfpv -explicativo/fp -explicitar/KXYZcfpv -explicito/fm -explicável/Idp -explode/p -explodem -explodi/p -explodir/Yfp -explorado/Ifp -explorar/DKXYZcfpv -exploratório/fp -explorável/dp -explosivo/fp -explosão/p -explosível -expludais -expludam -expludamos -expludo/f -explícito/fp -expoente/p -exponencial/mp -expor/Kcnp -exportar/DKRXYZcfpv -expositivo -expositor/p -expressar/DKXYZfp -expressionismo/p -expressiva/Imp -expressivo/dfmp -expresso/fmp -expressão/pt -exprimir/XYfpv -expropriar/DKXYZcfp -expugnar/DKXYZcfpv -expulsar/KXYZfp -expulsivo -expulso/fp -expulsor -expulsão/p -expulsório -expurgar/DKXYZcfp -expurgatório -exs -extasiar/KXYZfp -extemporaneamente -extemporaneidade/p -extemporâneo/fp -extender/KXYZfp -extensivo/dfm -extenso/fmp -extensor/p -extensão/p -extensímetro -extensível/Id -extensómetro -extenuado/fmp -extenuar/DKXYZcfnp -extenuativo -exterior/dmp -exteriorizar/KXYZcfp -exterminar/DKXYZcfnpv -extermínio/p -externato/p -externo/fmp -extinguir/DXYfpv -extintivo -extinto/fp -extintor/p -extinção/p -extirpar/c -extorquir/K -extorsionário -extorsivo -extorso -extorsão -extra/p -extracelular/p -extraconjugal -extracontinental -extracontratual -extractivo/f -extracto/p -extractor/p -extracção -extraditar/KXYZfp -extradição -extrafino/fp -extragalácticas -extrair/Kv -extrajudicial -extrajudiciário -extralegal -extramuros -extraordinário/Hfp -extraparlamentar -extrapolar/KXYZcfp -extraprograma -extrapélvicos -extraterrestre/p -extraterritorial/d -extravaganciar/KXYZfp -extravagante/p -extravaginal -extravagância/p -extravasamento -extravasar/KXYZfnp -extravasação -extravasão -extraversão -extraviar/DKXYZfp -extremar/KXYZfpv -extremo/dfimptw -extremoso/fmp -extrinsecação -extrospectivo -extrospecção -extroversão -extrovertido/p -extrínseco/fp -exuberante/mp -exuberar/KXYZfnp -exuberância/p -exular/KXYZfp -exultar/KXYZcfnp -exumar/KXYZcfp -exército/p -exíguo/fp -exílio -exímio/fp -exógeno/fp -exóstoma -exótico/fp -Ezequiel -Eça -eólico/fp -fabricar/DKXYZcfnpv -fabril/p -fabulista -fabuloso/fmp -fabulário -fac -facada/p -facalhão -faccionar/KXYZfp -faccionário -faccioso/di -face/fp -faceta/p -facetar -fachada/p -facho/p -facial/p -facilidade/p -facilitar/DKXYZcfp -facilmente -facinoroso -facticamente -facticidade/p -facto/p -factor/p -factorial/p -factorizar/KXYZfp -factual/p -facturar/KXYZcfp -factício -factível -faculdade/p -facultar/KXYZfp -facultativo/fp -facultoso -facão -facção/p -facílimo -facínora -fadar/KXYZfp -fade/fhpt -fadigar/KSXYZfp -fadigoso -fado/fhpt -Fafe -fagocitose -fagulhar/KXYZcfp -fagulhento -Fagundes -fagócito -Faial -faialense/p -faiança/p -faina -faiscar/DKXYZcfnp -faisão/p -faixar/KXYZfp -fala/hp -falacioso/mp -faladeira -falange/pt -falangeal -falangeano -falangeta/p -falanginha -falar/DKXYZfnp -falatório -falcatas -falcatruar/KXYZfp -falcatrueiro -falcatruíce -falciformes -falcoar/KXYZfp -falcoo/fy -falcão/p -falecer/KMSXYZfp -falhanço/p -falhar/KMXYZfp -falir/XYfpv -Falkland -falo/fp -falsear/KMYZfp -falsificar/DKXYZcfpv -falso/dfmp -falsário -faltar/KXYZfp -faltoso/p -falácia -falângico -falésia/p -falência/p -falível/Idp -fama/w -famalicense/p -Famalicão -famigerado/f -familiar/dmp -familiarizar/KXYZcfp -familória/p -faminto/fp -família/p -fanar/KXYZfp -fanatismo/p -fanatizar/DKXYZfp -fandango -fandanguear/KYZfp -fandangueiro -faneca -fanerogâmicas -fanfar/KXYZfp -fanfarra -fanfarrada -fanfarraria/p -fanfarrear/KYZfp -fanfarrice -fanfarronar/KXYZfp -fanfarrone/Gfp -fanfarrão/f -fanhoso/p -fanicar/KXYZfp -Fanny -fantasia/pt -fantasiar/DKXYZfp -fantasioso/f -fantasma/p -fantasmagoria/jp -fantasmagorizar/KXYZfp -fantasmagórico -fantasmal -fantochar/KXYZfp -fantástico/Hfp -fanático/Hfp -FAP -faqueiro/p -faquir/ip -farad -faraday -faraó/p -faraónico -fardamento/fp -fardar/KMXYZfp -fardeta/p -fardo/fp -farelento -farelo/p -farense/p -farfalhudo -faringe/p -faringite/p -farinha/p -farinheiro/p -farinhento -farinhoso -farináceo -fariseu/p -farmacologia/pqrt -farmacêutico/fp -farmácia/p -farnel -farnicoques -faro/p -faroeste -farofa -farofeiro -farol/jp -faroleiro/p -farolete -farolizar/KXYZcfp -farpar/KXYZfnp -farpela/p -farpão -farra/pt -farrapa/py -farrapar/KXYZfp -farrapeiro/f -farrapento -farrapilha -farrapo/fp -farripas -farrusco/fp -farsa/pt -farsada -farsante/p -fartadela -fartança -fartar/KXYZcfpv -farto/fmp -fartote -fartura -farófia/p -fasciculadas -fascinar/DKXYZcfnp -fascismo/Ap -fascista/Ap -fascículo/p -fascínio -fase/Sp -fasear/KMXYfp -fasquiar/KXYZfp -fastidioso/fp -fastiento -fastio -fastioso -fasto/p -fatal/dimpt -fatia/p -fatigar/DKXYZfmnp -fatiota -fato/p -fatuidade/p -fatídico/fp -faulhai/p -faulhamos -faulheis -faulhemos -fauna/p -Faustino -fausto/w -faustoso/fmp -fautor/p -faval -faveira -favela/p -favo/fp -favor/p -favorecer/DKMSXYZfp -favorito/fip -favorável/Smp -fax/p -faxinar/KXYZfp -fazedura -fazenda/pty -fazendo/fty -fazer/DKRSZp -façanha/p -façanhoso -façanhudo -faísca/p -faúlham -faúlhe/fp -faúlhem -faúlho/f -FBI -FC -FCUP -fealdade/p -febre/fp -febril/dp -febroniano -febroso/p -febrão -fecal/p -fechadura/p -fechar/KMXYZfp -fecho/Sfp -feculento/fp -feculência/p -fecundar/DKXYZcfnp -fecundativo -fecunde/dfjps -fecundez -fecundizar/KXYZfnp -fecundo/dfjps -fedelhice -fedelho/p -fedelhote -feder/KXYZfp -federal/ijpt -federalizar/KXYZfp -federar/KXYZcfp -federativo/fp -fedor -fedorento/f -feedback -feijoa -feijoada -feijoal -feijoca -feijoeiro -feijão/p -Feijó -feio/fmp -feirar/KXYZfnp -feiticeiro/fp -feiticista -feitio/p -feitiçaria/p -feitiço -feito/RSfp -feitor/p -feitoria/jp -feitorizar/KXYZfp -feitura -feixe/p -feição/Rp -fel -Feldspato -Felgueiras -Feliciano -felicitar/DKXYZcfp -felino/p -Felisberto -Felismina -feliz/dmps -felizardo -felizão -Fellini -felpudo/fp -feltro/p -Felídeos -feminidade/p -feminil/d -feminino/fip -feminismo/p -feminista/p -femural/p -fenantreno -fenação -fender/DKMXYZfnp -fenilacetileno -feno/p -fenobarbital -fenol -fenomenal/d -fenomenismo/p -fenomenistas -fenomenologia/pqr -fenoménica -fenoxiacético -fenício/fp -fenómeno/p -feracidade/p -fere/dfp -ferente/R -fereza -Ferguson -ferial/p -feriar/KXYZfpv -ferir/DMYZfp -Fermat -fermentar/DKXYZcfpv -fermentativo/p -fermentescível -fermento/fp -fermentoso/p -fermentáceo -fermi -fermião/p -Fernanda -Fernandes -Fernandez -fernandino/f -Fernando -Fernão -feroz/dmps -ferradura/p -ferragem/p -ferramenta/p -ferramental -ferramenteiro -ferrar/DKXYZcfop -Ferrari -Ferraz -Ferreira -ferrenho -ferreta -ferrete -ferrimagnetismo/p -ferrimagnético -ferrite/p -ferrito/p -ferro/fpwy -ferroadela -ferroar/KXYZfp -ferrocrómio -ferrolhar/KXYZfp -ferromagnético/fp -ferromangetismo/p -ferrovia -ferrovial -ferroviário/fp -ferrugem -ferrugento/f -ferruginoso/fp -ferrugíneo -ferrão/p -fertilidade/Ip -fertilizar/DKXYZcfnpv -fertilíssimo/p -fertoflo -fervedoiro -fervedouro -fervedura -ferver/DKRXYZfnp -fervescente -fervilhar/KXYZfp -fervor/w -fervura -fervência/p -festa/Ip -festança -festejar/DKXYZfpv -festejo/fp -festim/p -festinhas -festival/p -festivo/dfp -fetal/p -fetação -feto/p -fetáceo -feudal/dipt -feudatário/fp -feudo/p -Fevereiro -fevra/p -Feynman -fezes -fiadeira -fiadouro -fiadura -Fialho -fiambre -fiambreira -fiança/p -fiar/DKXYZcfpv -fiasco/p -Fibonacci -fibra/pw -fibrilar/c -fibriloso -fibroblástica -fibrocitológico/fp -fibroma/p -fibromuscular -fibrose/f -fibróide -ficar/KXYZfp -ficcional/p -fichar/KXYZfp -ficho/fy -fictício/Hfp -ficção/pt -fidalgaço -fidalgo/Gfhp -fidalgoso -fidalgote/p -fidalguia -fidedigno/dp -fidelidade/Ip -fidelizar/DKXYZcfp -fidelíssimo/Ip -fiducial -fiduciário -fidúcia -fiel/Imp -FIFA -fifi -fig -figa -figadal -figadeira -figo/p -figueira/p -figueiral/p -figueiredo -figueirense/p -Figueiró -figura/hpt -figurado/fmp -figural/p -figurar/KXYZcfnpv -figurativo/fp -figurino/pt -figurável/dp -figurão -FIL/p -fila/py -filadelfiano -filadelfiense/p -Filadélfia -filamentar -filamento/pw -filantropia/i -filantropo/i -filantrópico/fp -filar/KMXYZfp -filarmónico/fp -filas/RSu -filatelia/it -filatélico/fp -filete/p -Filgueiras -filha/Sp -filharada -filhento -filho/fp -filhos/p -filhote/p -filhó/p -filial/p -filiar/KRXYZcfp -filicíneas -filigranar/KXYZfp -filigrane/fpt -Filinto -Filipa -Filipe/p -filipino/fp -Filipos -filisteu/p -filmagem/p -filmar/KXYZfp -filo/fp -filogenesia -filogenia -filogenético -filogénese -filologia/pqr -Filomena -filonianos -filosofal/p -filosofar/KXYZfnp -filosofe/fip -filosofia/ip -filosoficamente -filossilicato -filosófico/fp -filtragem/p -filtrar/DKMXYZcfnp -filtro/fp -filão/p -filósofo/p -fim/p -final/dijmpst -finalizar/KXYZcfp -financeiro/fmp -financial/p -financiar/DKMRXYZfpu -financista -finança/p -finar/KMRXYZfp -fincar/KMXYZfp -findar/DKXYZfpv -findo/fp -findável/Ip -fineza/p -fingir/DMXYfmp -finidade/Ip -finisterra -finito/Ifmp -finlandês/fp -Finlândia -fino/dfhmps -fintar/KXYZfp -finura -finório -fio/fp -Fiorentina -firmal/p -firmamental -firmar/DKMXYZcfp -firme/fmp -firmeza -fiscal/djp -fiscalizar/DKXYZcfp -Fischer -fisco -fisgar/DKXYZfp -fisicalismo/p -fisicamente -fisicismo/p -fisicista -fisiogenia -fisiografia/q -fisiogénese -fisiologia/qrt -fisiológico/Hfp -fisionomia/pt -fisiopatia/pq -fisiopatológico -fisioterapia -fissura/p -fissuração -fitar/KXYZfp -fitoplâncton -Fitzgerald -fivela/p -fiveleta -fixar/DKXYZcfnp -fixativo -fixidez -fixo/fmp -fixura -fiável/dp -flacidez -flag/p -flagelar/DKXYZcfnp -flagelativo -flagelo/fp -flagrante/mp -flagrância/p -flamante/Ip -flamejar/KMXYZfnp -flamengo/fp -flamingo/p -flamância/p -flanco/p -Flandres -flandrino -flanela -flanquear/DKYZfp -flatulento -flatuloso -flatulência/p -flatuoso/d -flausina -flautar/KXYZfp -flaute/fpt -flautear/KYZfp -flautim -flava -flavescer/KXYZfnp -flavescência/p -Flaviano -flaviense/p -flebotromboses -flechar/KXYZfp -flecte/IRp -flectem/IR -flecti/IRp -flectir/IRYfp -Fletcher -fleuma -fleumático/fp -flexibilizar/KXYZcfp -flexional/p -flexionar/KRXYZfp -flexione/fip -flexivo/IR -flexor -flexão/IRp -flexível/dmp -flictais/IR -flictam/IR -flictamos/IR -flicto/IRf -floco/p -flor/fpt -floral/p -floração/S -floreal/p -florear/KYZfp -floreira -florentino/fp -Florença -florescer/KMRXYZfnp -florescência/IRp -floresta/p -florestal/p -florestar/RSc -florete/p -floricultura/pqr -florim/p -Florinda -florir/RXYfp -Florêncio -florífero/p -flostria -fluente/mp -fluidez -fluido/p -fluir/IKn -fluminense/p -fluorescente/p -fluorescência/p -fluoreto/p -fluorite -fluorídrico -flutuar/DKXYZcfnpv -flutuável/dp -fluvial/p -fluxo/IR -fluxos -fluência/Ip -flácido/fp -Flávio -flóculo/p -Flórido -flúor -FMI -fobia/pr -focagem -focal/jp -focalizar/KXYZcfp -focar/KSXYZfp -focinhar/KXYZfp -focinheira -focinho/fp -focinhudo -foco/fp -fofo/Gfhp -fogaceira -fogacho -fogareiro -fogaça -foge/pw -fogem/R -fogo/pw -fogoso/dfmp -foguear/KYZfp -fogueira/p -foguetada -foguetaria/p -foguete/p -foguetear/KYZfp -fogueteiro -foguetão/p -foguetório -fogão/p -foi -foice/p -foicinha -foição -folar -folclore/it -folclórico/fp -fole/p -foleiro/p -folgado/fmp -folgar/DKXYZfnp -folhagem/p -folhar/KRSXYZfp -folhear/DKYZcfp -folhedo -folheiro -folheteiro -folhetim/p -folhetinesco -folhetinista -folhetinizar/KXYZfp -folhetinístico -folheto/p -folhinha -folhoso/p -folhudo/fp -folhão -foliar/DKXYZcfp -foliento -foliáceas -folião/p -folículo/p -folíolos -fome/p -fomentar/DKXYZcfp -fomentativo -fomente/fpt -fomos -fonema/p -foneticismo/p -fonetismo/p -fonia -fonofilme -fonofobia/q -fonografia/pqr -fonograma/p -fonologia/qr -fonológico/Hfp -fonometria/pr -Fonseca -fontainha -Fontainhas -fontal -fontanal -fontano -fontanário -fonte/pt -fontela -fonético/Hfp -fonómetro -for/fp -fora/py -foragido/fp -foral/p -foraleiro -foram -forasteiro/p -forcar/KXYZfp -Ford -fordes -forem -forense/p -forint/p -forjadura -forjar/DKMXYZfp -formal/dijmpt -formalizar/KXYZcfp -formalística -formar/DIKRXYZcfp -formatar/CKRXYZcfp -formativo/Ifp -formato/fp -formatura/p -forme/fptw -formicídio/pq -formicívoro/fp -formidável/mp -formigar/KXYZfnp -formigueiro -formigão -formo/fptw -formoso/fps -formosura -formular/DKRXYZcfp -formule/fpt -formulário/p -fornaceiro -fornada/p -fornalha -fornaça -fornecedor/fpu -fornecer/DKMXYZfp -fornicar/DKXYZcfp -forno/p -foro/fpy -forquilhar/KXYZfp -forquilhoso -forragem/p -forrar/DKMXYZcfp -forreta -forro/fp -forrobodó -fortalecer/DKMXYZfp -fortaleza/p -forte/mps -fortidão -fortificar/DKXYZcfnp -fortim -Fortran -fortuito/fmp -fortuna/Ip -Fortunato -fortunoso/I -forâneos -forçado/fmp -forçar/DKMXYZfp -forçoso/m -forçudo -foscar/KXYZfp -fosfatar/KXYZfp -fosfatas/p -fosfatase/p -fosfato/fp -fosfora/jpy -fosforar/KXYZcfp -fosforear/KYZfp -fosforeiro/f -fosforescer/KXYZfnp -fosforescência/p -fosforizar/KXYZcfp -fosforoso -fosforífero -fosfóreo -fosfórico -fossado -fosse/fp -fossem -fosseta/p -fossilista -fossilizar/KXYZcfp -fossilífero -fosso/fp -foste/p -foteado -foto/p -fotocisão -fotocondutividade/p -fotocopiar/DKXYZfp -fotocromia -fotocrómico -fotocópia/p -fotodesintegração -fotoelectrão -fotoeléctrico/fp -fotoemissão -fotografar/KXYZfp -fotografia/pqr -fotograma/p -fotogravura -fotogénese -fotogénico/fp -fotoionização -fotolito/p -fotolitografia/pq -fotologia/r -fotoluminescência/p -fotomagnetismo/p -fotomagnético -fotomecânica -fotometria/pr -fotoquinese -fotoquímico/f -fotosensor/p -fotossensível -fotossíntese -fototeca -fotovoltaico -fotão/p -fotólise -fotómetro -fotónico -fouce -foucinho/f -foz -FPF -fracalhão -fracassar/KXYZfp -fracasso/fp -fraccionar/KMXYZfp -fraccionário -fraco/fhmp -fracturar/KXYZfp -fracção/IR -fracções/I -frade/p -fradicida/p -fraga/p -fragata/p -fragilidade/p -fragilizar/KXYZcfnp -fragmentar/KSXYZcfp -fragmente/fpt -fragmento/fpt -fragmentário/f -fragoso/d -fragrância/p -fralda/Sp -fraldoso -fraldão -framboesa -Francelina -francesa/ipt -Francforte -Francis -Francisca -franciscano/fp -Francisco -franco/fimp -francofilia/q -francofobia/q -francofonia -francês/fip -francófono/fp -frangalho -frangalhote -franganada -franganito -franganote -frango/p -frangote -franjar/KMXYZfp -Frank -Frankenstein -Frankfurt -Franklin -franquear/KYZfpv -franquense/p -franqueza -franquia/ip -franquista -Franz -franzino/fp -franzinote -franzir/MXYfp -França -François -Françoise -fraque/hp -fraqueira -fraqueza/p -frascaria/p -frasco/p -frase/p -frasear/DKYZfp -fraternal/mp -fraternizar/KXYZcfp -fraterno/dfj -fratricídio/pq -fratrissas -fraude/p -fraudulento/fp -Fred -Frederico -freguesia/p -freguês/fp -frei -freio/p -freira/p -Freire -freires -freirice -freirinha -Freitas -Freixo -freme/p -fremem -fremente -fremi/p -fremir/Yfp -frenadora -frenadores -frenar/KXYZfp -frenesim -frente/ip -frenético/Hfp -frequentar/DKXYZcfp -frequente/fmp -frequência/Ip -fresagem -fresar/DKXYZfp -fresca/Rp -fresco/fp -frescura -fresta/p -fretar/DKMXYZfp -Freud -freudiano/fp -freudismo/p -freático/fp -friagem -frialdade/p -Friburgo -fricativo -friccionar/DKXYZfp -fricção/p -frieza -frigidamente -frigideira -frigidez -frigorífero -frigorífico/p -frimais -frimam -frimamos -frimo/f -frincha/p -frinchoso -frio/fmp -friorento/fp -frisar/KXYZfnp -friso/fp -fritadeira -fritar/KXYZfp -frito/fp -Fritz -frivolamente -frivolidade/p -friáveis -frondes -frondoso/fp -fronha -frontal/dmp -fronte/p -fronteiriço/fp -fronteiro/fp -frota/p -frouxidão -frouxo/fmp -frugal/d -fruir/Kc -frustrar/DKXYZcfnp -fruta/py -fruteiro/f -fruticultura/pqr -frutificar/KXYZcfp -fruto/fp -frutuoso/fp -frutífero/Ifp -frutívoro -frágil/a -frâncio -frígido/fp -frívolo/fp -fuga/p -fugaz/dmp -fugi/Rp -fugidela -fugidio/f -fugidiço -fugir/RYfp -fugitivo/fp -fui -fuinho/f -fujais/R -fujam/R -fujamos/R -fujo/Rf -fujão/p -fulanizar/KXYZcfnp -fulano/jp -fulcrado -fulcral/p -fulcro -fulgente/R -fulgir/R -fulgor -fulgurante/mp -fulgurar/KXYZcfnp -fulgurância/p -fuligem -fuliginoso/d -fulminar/DKXYZcfnp -fulminato -fulminatório -fulminoso -fulo/fp -Fulton -fumaceira -fumacento -fumar/DKXYZfpv -fumarento -fumatório -fumaça -fumaçada -fumegar/KXYZfnp -fumo/fpy -fumão -Funchal -funchalense/p -funcional/dimp -funcionar/KMXYZfnp -funcionário/fp -fundacional -fundado/IRfp -fundamental/impt -fundamentar/KXYZcfnp -fundar/DKMRXYZcfpv -fundear/KYZfp -fundir/DXYcfpv -fundiário/fp -fundo/fmpt -fundura -fundão -funeral/p -funerário/fp -funestar/KXYZcfp -funesto/fp -fungadeira -fungar/KXYZfp -fungicida -fungo/fp -fungoso/d -fungão -fungícola -fungível/p -funil/p -funilaria/p -funileiro -função/p -funículo -furacão -furadoiro -furano -furanose -furar/DKXYZcfpv -furgoneta -furgão -furibundo -furioso/dfmp -furna -furo/fp -furor -furriel -furtadela -furtar/KXYZfp -furtivo/mp -furto/fp -furuncular -furunculose -furunculoso -furão -furúnculo -fusco -fuseiro -fuselado -fuselagem/p -fuso/p -fustigadela -fustigar/DKXYZcfnp -fusão/p -fusível/p -futebol/t -futebolístico/fp -futilidade/p -futilizar/KXYZfp -futurar/KXYZcfp -futuro/dfimpt -futurologia/qrt -futuroso -fuzilar/DKMXYZcfnp -fuzilo/fy -Fuzzy -fuça -fá -Fábio -fábrica/p -fábula/p -fácil/a -fálico/fp -fármaco/p -Fátima -fátuo -fé -fécula -Félix -fémur/p -fénix -féretro -féria/p -férreo/f -férrico -fértil/a -fétido/fp -fêmeo/f -fêvera/p -fífia -fígado/p -fímbria -físico/fp -físsil -fístula -fónico/fp -fórmico/fp -fórmula/p -fórum/p -fósforo/p -fóssil/a -fôlego -fôramos -fôreis -fôsseis -fôssemos -fúlvicos -fúnebre/p -fúria -fútil/a -gabadela -gabadinho -gabanço/f -gabar/DKMXYZcfp -gabardina -gabaritos -gabarola/Gp -gabatório -gabaço -gabinete/p -Gabriel -Gabriela -gabros -Gabão -gadanhar/KXYZfp -gadanheirro -gado/R -gafanhotada -gafanhoto/p -gago/Gfp -gags -gagueira -gaguejar/DKXYZfp -gaguez -Gaia -gaiatada -gaiatice -gaiato -gaiense/p -Gaio -gaiola/p -gaiolim -gaita/py -gaiteirice -gaiteiro/fp -gaivota/p -gaivão -gajada -gajice -gajo/fp -gajão -Gal -gala/hp -galactose -galaico -galanice -galantaria/p -galante/mp -galantear/DKYZfp -galanteio/fp -galar/KXYZfnp -galardoar/DKXYZfp -galardão/p -galarim -galdério/f -galear/KYZfp -galegada -galego/fp -galera/pt -galeria/pt -galeriano -gales/fp -galeão/p -galgar/KXYZcfp -galgo/fp -galhardamente -galhardear/KYZfp -galhardete/p -galhardia -galho/fp -galhofar/KXYZfp -galhofeiro -galhofento -galicano/p -galiciano -galicismo/p -galicizar/KXYZfp -Galileia -galileu -galinada -galinhaça -galinheiro/p -galinhola/p -galinhota/p -galinicultura/pq -galináceo/fp -Galiza -galo/fp -galocha -galopar/DKXYZfnp -galvanismo/p -galvanizar/DKXYZcfnp -galvânico -Galácia -galáctico/p -galáxia/p -galão/bp -galé/p -galécio -galés/p -galês/fp -gamanço -gamar/KXYZfp -gamba/p -gambiarra/p -gambito/p -gambozinos -gamelo/f -gamo/fp -gamão -ganadaria/p -gananciar/KXYZfp -ganancioso -ganapada -ganapo/f -ganchar/KXYZfp -ganche/fhp -gancheta -gancho/fhp -ganchoso -gandulo/f -ganes/fp -ganga/p -Ganges -ganglioma -ganglionar/p -gangrenar/KXYZfp -gangrenoso -ganhadeiro -ganhar/DKXYZfpv -ganho/fp -ganir/XYfp -ganso/p -ganância/p -ganês/fp -garagem/p -garagista -garanhão -garantir/DXYfp -garavetar/KXYZfp -garbo -garboso/d -Garcia -gare -garfar/KXYZfp -garfeira -garfo/fp -gargaleiro/f -gargalhar/KXYZfp -gargalheira -gargalo -gargaludo -garganta/p -garganteio -garimpar/KXYZfp -garimpo/fy -garnisé -garotal/p -garotar/KXYZfp -garotete -garotito/p -garoto/Gfp -garotote -garrafa/p -garrafal -garrafaria/p -garrafeira -garrafão/p -garraiada -garraio -garranchada -garrancho/f -garranchoso -Garrett -garrettiano/f -garridice -garrir/XYfp -garrotar/KXYZfp -garupada -garça/p -garçota -gasear/KYZfp -gaseificar/DKXYZcfp -gaseiforme -gasganete -gasificar/KXYZcfp -gasoduto/p -gasolina/py -gasoso/fp -Gaspar -gaspeadeira -gaspear/KYZfp -Gasset -gastar/DKXYZfpv -gasto/fp -gastrite/p -gastronomia/pr -gastrónomo/p -gastrópode -Gastão -gasógeno -gasóleo/p -gasómetro -gatafunhar/KXYZfp -gatafunho/fp -gataria/Rp -gatarrão -gateiro/R -Gates -gatice -gatilho/p -gatinhar/KXYZfp -gato/fhp -gatorro -GATT -gatunagem -gatunar/KXYZfp -gatune/Gfip -gatuno/fip -gauchai/p -gauchamos -gaucheis -gauchemos -gaudioso -Gauguin -Gaulle -gaullista/p -gaulês/fp -gauss -gaussiano/fp -gaveto/f -gavetão -gavinha -gavinhoso -gavião/p -Gaza -gaze -gazear/DKYZfnp -gazela/p -gazeta/pt -gazetal -gazetear/KYZfp -gazeteiro/p -gazua/p -gaúcham -gaúche/fp -gaúchem -gaúcho/fp -gear/KYZfp -Gedeão -geento -Geiger -gel/f -gelada/py -geladiço -geladura -gelar/DKRXYZfp -gelatina/jp -gelatiniforme -gelatinizar/KXYZcfp -gelatinoso/f -geleia/p -geleira -gelificar/KXYZfp -gelo/fp -gemar/KXYZfp -gemedoiro -gemedouro -gemer/DKXYZfnp -geminar/KXYZcfpv -gene/p -genealogia/prt -Genebra -genebrense/p -genebrino -genebrês -generacionismo/p -general/djpst -generalato -generalizar/DKXYZcfpv -generante/Rp -generativo/Rf -generatriz -generoso/dfmp -genesíaco -geneticismo/p -geneticista/p -gengiva/p -gengival -gengivite -genial/dp -genital/p -genitivo/fp -genocídio/pq -genovense/p -genovês/fp -genro/p -gentalha -gentaça -gente/Rp -gentil/dijmp -gentileza/p -gentilizar/KXYZfp -gentilício -gentio/p -gentílico -genuinamente -genuinidade/p -genuíno/fp -genérico/Hfp -genético/Hfp -geocentrismo/p -geocinético -geocêntrico/fp -geocíclico -geodésico/fp -geofísico/fp -geografia/pqr -geográfico/Hfp -geologia/qr -geológico/Hfp -geometral -geometria/pr -geométrico/Hfp -geopolítico/fp -geoquímica -George -georgiano/fp -Georgina -geosfera -geotectónica -geotermismo/p -geotérmico -geral/mp -Geraldes -Geraldo -gerar/DKXYZcfp -Gerardo -gerativo/fp -geratriz -gerente/pu -gerigonça -geringonça -gerir/XYZfnp -germanizar/KXYZcfp -germano/ijpt -germe/p -germicida/p -germinadoiro -germinadouro -germinal/p -germinar/DKXYZcfnp -germinativo/p -germinibilidade/p -Germânia -germânico/fp -germânio -Gertrudes -gerundial -gerundivo/f -Gervásio -gerânio -gerência/Ip -Gerês -gerúndio/p -gessar/KXYZfp -gesso/fp -gessoso -gestante/p -Gestapo -gestatório -gestação/p -gesticular/DKXYZcfp -gesto/fp -gestor/fp -gestual/p -gestão/p -Getúlio -geómetra -Geórgia -giboso/fp -Gibraltar -gibraltino/fp -giesta/p -giestal -gigante/ijp -gigantear/KYZfp -gigantesco/fp -gigantizar/KXYZfp -gigântico -Gil -Gilberto -Gilda -gim -gimnodesportivo/fp -ginasial -ginasiano -ginasta/p -gincana/p -gineceu/p -ginecocracia/pr -ginecofobia/p -ginecologia/pqrt -ginete/p -gineto/p -gingar/KXYZfnp -gingão/p -ginja/py -ginjal/p -ginásio/p -ginástico/f -Giovanni -girafa/p -girar/DKXYZcfnp -girassol -giratório/fp -girino/p -giro/fp -girondino -giroscópio/p -girândola -Girão -giróstato -Gisela -giz/fp -gizar/KMXYZfp -glabela -glabro/fp -glacial/p -glaciar/cp -glaciário/fp -gladiar/DKXYZfp -gladiatura -gladiatório -gladíolo -glande -glandular/p -glanduloso/fp -Glasgow -glaucoma/p -gleba -Glen -glicerina -glicerol -glicol -glicose -glicuronizar -glicósido/p -glide -global/dijmp -globalizar/KXYZcfnp -globalístico -globo/pw -globoso/dfp -globular/p -globulina/p -globuloso -glomerular/p -glomérulo/p -gloriar/KXYZfp -glorie/fpw -glorificar/DKXYZcfnp -glorioso/fmp -glosa/p -glosados -glossematismo/p -glossário -glote -glotite -glucose -gluglu -glutão -gládio/p -glândula/p -glícidos -glóbulo/p -glória/Ip -glótico/f -glúcido/fp -glúteos -gnomo/f -gnose -gnoseologia/r -gnosticismo/p -GNR -gnómico -gnóstico/p -Goa -Godard -Godinho -godo/fp -godé -goelar/KXYZfp -goense/p -Goethe -Gogh -goiaba/py -goiabada -Goiás -golada/p -gole/fp -golear/DKMYZfp -Golegã -golejar/KXYZfp -golfar/KXYZfp -golfe/fhpt -golfejar/KXYZfp -golfo/fhpt -golo/fp -golpada -golpe/ipt -golpeadura -golpear/KMYZfnp -goma -Gomes -Gomez -gomo/p -gomoso/d -gonadotrofinas -gondolar/KXYZfp -gondolo/fy -Gondomar -gongo/p -gonorreia -gonorreico -gonossomas -gonzo/p -González -Gonçalo -Gonçalves -gorar/KXYZfp -gordalhaço -gordalhão -gordaço -gordo/fp -Gordon -gordote -gorducho -gordura/pw -gordurento -gorgolar/KXYZfp -gorgolejar/KXYZfnp -gorila/p -gorjear/DKYZfp -gorjeio/fp -gorjeta/p -Gorki -gorra -gorro/p -gostar/KXYZfpv -goste/fhp -gosto/fhp -gostoso/m -gota/py -gotear/KYZfp -gotejar/KMXYZfnp -goto/f -gotoso/A -gotícula/p -Gouveia/p -governal/p -governamental/jmp -governamentalizar/KSXYZcfnp -governante/fp -governar/DKXYZcfnpv -governativo/fp -governe/Sfipt -governo/Sfipt -Goya -gozar/KXYZfp -gozo/fp -goês/fp -GP -graal -gracejar/DKXYZfp -gracejo/fp -graceta -Graciano -gracilidade/p -Gracinda -gracioso/dfmp -gracílimo -gradagem -gradar/DKXYZcfp -gradativo -gradear/KMYZfp -gradiente/p -graduado/fmp -gradual/impt -graduar/DKMXYZcfp -grafia/ipq -grafitada -grafite -grafitização -grafo/ip -grafologia/pqr -grafonola/p -grafítico -grainha/p -gralhar/DKXYZfp -gramadeira -gramar/DKXYZfp -gramatical/imp -gramaticar/KXYZfp -gramaticólogo -gramatique/Gp -gramatista -gramatologia/r -graminóides -grampo/p -gramático/fp -granado/fpy -granal/p -granar/KXYZfp -grandalhão/p -grande/mps -grandessíssimo/p -grandeza/p -grandiloquência/p -grandioso/dfmp -grandote -grandíloquo -granel -graniforme -granisé -granitização -granito/p -granitoso -granitóide -granizar/DKXYZfp -granja -granjaria/p -granjear/DKYZfp -granjeeiro -granoso -granuladora -granulagem -granular/KXYZcfp -granule/fpw -granuliforme -granuloma/p -granuloso/dfp -granífero -granítico/fp -granívoro -grasnadela -grasnar/DKXYZfnp -grasnido/p -grassar/KXYZfp -gratidão/I -gratificar/DKXYZcfnp -gratitude -grato/fps -gratuito/dfmp -gratulatório -grau/p -gravadura -gravar/DKRSXYZcfp -gravata/p -gravataria/p -gravateiro -gravatinha -gravativo -grave/dfmpsw -gravetar/KXYZfp -graveza -gravidar/KXYZfp -gravidez/p -gravitacional -gravitar/KXYZcfnp -gravitão -gravura/p -gravítico/fp -graxa -graça/hp -graçolar/KXYZfp -graúde/f -graúdo/fp -greatness -Greenwich -gregal -gregarismo/p -grego/fp -gregoriano/fp -gregário/fp -Gregório -grei/R -grelar/KXYZfp -grelhar/KXYZfp -grelo/fp -gremial -Grenoble -gretadura -gretar/KMXYZfp -grevas -greve/pt -Grieg -grifo/p -grilheta/p -grilhão/p -grilo/p -grinalda/p -gringo -gripal/p -gripar/KXYZfp -grisalhar/KXYZfp -grisalho/fp -grisar/KXYZfp -gritadeira -gritar/DKXYZfnp -griteira -grito/fp -grogue/p -gronelandês/fp -Gronelândia -groselha -grosseiro/fimp -grosseirão/p -grossense/p -grosseria -grosso/fpty -grossular -grossura -grotesco/fmp -grous -grua/p -grudar/DKXYZfp -grugulejar/KXYZfp -grulhenta -grumete/p -grunhidela -grunhir/DXYfp -grupelho -grupo/pu -gruta/p -grutescos -grácil/a -gráfico/Hfp -grátis -grávido/fp -Grândola -grão/a -Grécia -grémio -grés -guache -guacho -Guadalajara -Guadalquivir -Guadalupe -Guadiana -Gualtar -Guanabara -guapo/p -guarani -guardadeira -guardanapo/p -guardar/DKXYZfp -guardear/KMYZfp -guardense/p -guardião/bp -guarir/XYfp -guarnecer/DKMSXYZfp -guarnição/p -Guatemala -guatemalteco/p -guedelho/Sf -guedelhudo/p -Guedes -gueixa/p -Guelfos -guelra/p -guerra/py -guerrear/DKYZfp -guerreiro/fp -guerrilha/py -guerrilhar/KXYZfp -guerrilho/fy -gueto/p -Guevara -Guiana/p -guianense/p -guianês -guiar/DKMXYZfp -Guida -Guilherme -guilhotinar/KMXYZfp -Guimarães -guinar/KXYZfp -guinchar/n -guincho/p -guindar/KXYZfp -guineense/p -guinhar/KXYZfp -Guiné -Guiomar -guionista/p -guisadeira -guisar/KXYZfp -guita/p -guitarra/pt -guitarrada/p -guitarrear/KYZfp -guitarreiro -guitarrilha -guizo/p -guião/p -gula/pw -Gulbenkian -Guliver -gulodice/p -gulosar/KXYZfp -guloseima/p -guloso/Gfp -gume/pw -gurgitar/Rc -guru/p -Gusmão -gustativo/fp -gustatório -Gustavo -gustação -Gutemberg -Gutenberg -Guterres -guterrista/p -Gál -gálatas -Gália/p -gálico -gálio -gás/p -gáspea -gástrico/f -gáudio -gávea -Gâmbia -gâmeta/p -gânglio/p -gélido/fp -gémeo/fp -género/pu -génese -Génesis -génio/Ap -Génova -gérmen/p -gíria -Góis -gónada/p -Górgias -gótico/f -gôndola/p -gôndula -Gôngora -habilidade/p -habilidoso/mp -habilitanço -habilitar/DKSXYZcfnp -habilmente -habitacional/p -habitar/DKSXYZcfnpv -habitat/p -habitual/imp -habituar/KSXYZcfp -habitáculo/p -habitável/dp -Habsburgos -Haia -Haiti -haitiano/fp -haja/p -hajais -hajam -hajamos -halação -Hall -Halle -halo -halogenar/KXYZcfp -halogeneto/p -halogéneo -halogénios -haltere/p -halterofilia/ip -Hamburgo -hamburguês -Hamilton -Hamlet -Hammerfest -Hampshire -handebol/t -Handel -hangar/p -hanoveriano -Hanseática -Hanôver -haplóide/p -haraquiri -hardware -harmonia/Sjpw -harmonioso/Sfmp -harmonista -harmonizar/DKXYZcfpv -harmónico/Hfp -Harold -harpar/KXYZfp -harpe/fpt -harpear/KYZfp -harpejar/KXYZfp -Harvard -harém -hasta -haste/p -hastear/KYZfp -hastário -havaiano/fp -Havana -havano/p -havanês -havei/p -havemos -havendo -haver/p -haverdes -haverei/p -haverem -haveremos -haveria/p -haveriam -havermos -haverá/p -haverão -haveríamos -haveríeis -havia/Sp -haviam/S -havido/Sfp -havíamos -havíeis -haxixe -hebraico/fp -hebraista -hebraizai/p -hebraizamos -hebraizar/KYZfp -hebraizei/p -hebraizemos -hebraísmo/p -hebraízam -hebraíze/fp -hebraízem -hebraízo/f -hebreu/p -Hebron -hecatombe -hectar/p -hectare/p -hectograma/p -hectolitro/p -hectómetro/p -hediondo -hediónico -hedonismo/p -Hegel -hegeliano/fip -hegelismo/p -hegemonia/j -hegemonizar/KXYZcfp -hegemónico/fp -hei/p -Heidegger -Heisenberg -Heitor -Helen -Helena -helenizar/KXYZcfnp -heleno/ijpt -helenístico/f -Helga -helicoidal -helicóptero/p -heliocentrismo/p -heliocêntrico -Heliodoro -heliografia/pq -helioterapia -heliporto/p -helião -Helmut -Helsínquia -helvécio/p -helvético/fp -helénico/fp -hematoma/p -hemeatose -hemiciclo -hemicíclico -hemisferoidal -hemisferóide -hemisférico/f -hemisfério/p -hemodiálise/p -hemofilia/p -hemofílico/fp -hemoglobina/p -hemolítica/p -hemorragia/p -hemorroidal -hemorroidoso -hemorrágico/fp -hemorróidas -hemorróides -hemos -hemotoxina -hemático/fp -Henri -Henrique/p -Henriqueta -henriquino -henry -hepatite/p -hepatocelular/p -hepatoesplenomegália -hepatócito/p -heptaedro -heptagonal -heptatlo/p -heptágono -hepático/fp -hera/p -herança/p -herbanário -herbanático/fp -Herbert -herbicida/p -herborizar/KXYZfp -herbáceo/f -herbívoro/p -Herculano -hercínica/p -hercúleo/f -herda/py -herdade/fp -herdança/p -herdar/KXYZfpv -herdo/fy -hereditariedade/p -hereditário/Hfp -herege/p -heresia/p -hermafrodito/fi -Herman -Hermano -Hermenegildo -hermenêutico/fp -Hermes -hermeticidade/p -hermetismo/p -hermético/Hfp -Hermínio -hernial -hernioso -Hernâni -Herodes -heroicamente -heroicidade/p -heroicizar/KXYZfp -heroificar/KXYZfp -heroína/p -heroísmo -herpes -hertz -hertziano/fp -Herzegovina -Heráclito -heráldico/fp -herético/fp -Heródoto -herói/p -heróico/fp -hesitante/mp -hesitar/KXYZcfnp -Hess -hetero -heterodoxia -heterodoxo/fp -heterogeneidade/p -heterogéneo/fp -heteroliticamente -heterossexual/dp -heterógeneas -heterónimo/p -heureca -heurético -heurístico/fp -hexadecimal/p -hexagonal -hexapresidente/p -hexágono/p -hiato -hibernal/p -hibernar/KXYZcfnp -hibernáculo -hibridação -hibridez -hibridismo/p -hidra -hidratar/KSXYZcfnpv -hidrato/fp -hidraulicamente -hidroagricultura/pqr -hidroavião -hidrocarbonato -hidrocarboneto/p -hidrodinâmico/f -hidroeléctrico/fp -hidrofilia/q -hidrofobia/q -hidrogenar/KXYZcfp -hidrografia/pqr -hidrogénio -hidrolisáveis -hidroliticamente -hidrologia/pqr -hidroplano -hidrostática -hidráulico/fp -hidrólise -hidróxido/p -hiena/p -hierarquia/jpr -hierarquicamente -hierarquizar/KXYZcfp -hierocracia/pr -hieroglífico/fp -hierático/fp -hieróglifo/p -hifenizar/KXYZfp -higiene/jt -higienizar/KXYZfp -higiénico/Hfp -higroscopicidade/p -higroscópica/p -higrómetro/p -hilariante/p -hilaridade/p -Hilbert -Hildebrando -hilemórfico/f -Hill -Hilário -hiléticos -Himalaia/p -himenal -himenial -hindu/p -hinduísmo -hino/p -hinógrafo/p -hiperbolismo/p -hiperbolizar/KXYZfp -hiperbolóide/p -hiperbólico/Hfp -hipercrítico -hiperespaço -hiperfunção -hipericão -hipermercado/p -hipermédia -hipersensível/d -hipertensivo -hipertenso -hipertensão -hipertexto/p -hipertrofiar/KXYZfnp -hipervitaminose -hiperácido -hipismo/p -hipnologia/q -hipnose -hipnotismo/p -hipnotista -hipnotizar/DKXYZcfp -hipnóide/p -hipnótico/fp -hipocentro -hipocondríaco -hipocrisia/p -hipocritamente -hipoderme -hipodâmico -hipodérmico -hipofisária/p -hipofunção/p -hipopótamo/p -hipotecar/KSXYZfpv -hipotecário -hipotensivo -hipotensão -hipotrofia -hipotálamo -hipotético/fp -hipérbole/p -Hipócrates -hipócrita/p -hipódromo/p -hipófise -Hipólito -hipótese/p -Hiroshima -hirtar/KXYZfp -hirteza -hispanismo/p -hispanista/p -hispanizar/KXYZfp -Hispano -Hispânia -hispânico/fp -histerese -histeria/ip -histericismo/p -histograma -histologistas -histológico/fp -historial/p -historiar/DKXYZfp -historicidade/p -historieta -historiografia/pqr -histérico/Hfp -história/p -histórico/Hfp -Hitchcock -hitita/p -Hitler/i -HIV -Hoare -Hobbes -hoje -Holanda -holandizar/KXYZfp -holandês/fp -holismo/p -Hollywood -holocausto/p -holofote/p -holografia/pq -holograma/p -Holy -homem/hp -homenagear/KYZfp -homenagem/p -homenzarrão -homeomorfismo/pr -homeopatia/pqr -Homero -homessa -homicídio/pq -homiliar/KXYZfp -homiliasta -homilética -homine/p -hominídeo/p -hominídio -hominívoro -homo -homofobia/pqr -homofonia/i -homogamia -homogeneamente -homogeneidade/p -homogeneizai/p -homogeneizamos -homogeneizar/DKYZcfp -homogeneizei/p -homogeneizemos -homogeneízam -homogeneíze/fp -homogeneízem -homogeneízo/f -homografia/qr -homogéneo/fp -homologar/KXYZcfp -homologatório -homologia/qr -homomorfismo/pr -homossexual/dimp -homotetia/p -homozigoto/p -homérico/fp -homófono/fp -homónimo/fp -homúnculo -Honduras -honestizar/KXYZfp -honesto/dfjmp -Hong -honor -Honorato -honorificar/KXYZfp -honorificência/p -honorário/p -honorável/dm -honorífico/Hfp -honradez -honrado/fmp -honrar/KSXYZfp -honre/Sfpw -honroso/Sfmp -Honório -Hopkins -hora/p -horaciana/p -horda/p -horizontal/dmp -horizonte/p -hormona/p -hormonal/p -Horn -horologia -horoscópio -horrendo/fp -horrente -horripilar/DKXYZcfnp -horror/p -horrorizar/KXYZfp -horroroso -horrorífico -horrífico -horrível/dmp -hortaliceira -hortaliça/p -hortelã -hortelão -hortense/p -horticultura/pqr -horto/fp -Hortênsia -Hortênsio -Horácia -Horácio/p -horário/fp -horóscopo -hospeda/py -hospedagem -hospedar/DKXYZfpv -hospedo/fy -hospital/djp -hospitalar/p -hospitaleiro/fp -hospitalizar/KXYZcfp -hospitalário/p -hospício/p -hoste/p -hostil/djmp -hostilizar/KXYZfp -hotel/p -hotelaria/p -hoteleiro/fp -Houdini -houve -houvemos -houver/fp -houveram -houverdes -houverem -houvermos -houvesse/p -houvessem -houveste/p -houvéramos -houvéreis -houvésseis -houvéssemos -Howard -Huambo -Hubble -Hudson -huerta/p -Hugo -hui -hulha/p -hulhífera -hum -humanado -humanal -humanitarismo/p -humanitário/fp -humanizar/KSXYZcfp -humano/Sdfijmpt -humanístico/fp -Humberto -humedecer/DKMXYZfp -humidamente -humidificador/S -humidificação/S -humificação -humildade/fp -humildar/KXYZfp -humilde/fmp -humildoso/m -humilhar/DKXYZcfnp -humilhoso -humo/d -humor/iptw -humorado/f -humoral -humorístico/Hfp -Humphrey -humícola/p -humífero -huna/Sp -Hungria -huno/fp -hurra -hurrita/p -Hussein -há/p -hábil/a -hábito/Sp -hálito -hã -hão -Hécuba -Hélder -hélice/p -hélio -hércules -hérnia/p -hérnico -híbrido/fp -hídrico/fp -hífen -hímen -hípico/fp -hóquei -hóspede/p -hóstia -húmico/fp -húmido/fp -húmus -húngaro/fp -ia/Rpu -iam/Ru -iambo/p -ianque/p -iate/p -iberizar/KXYZcfp -ibero/fijpt -IBM -ibérico/fp -ibério/fp -icebergue/p -ICEP -icnografia/pqr -iconoclasta/p -iconoclastia -iconofilia/q -iconografia/pqr -iconolatria/p -iconologia/r -iconoteca -iconóstase -icterícia/p -icónico/fp -idade/p -ide/fpw -ideal/dijmpt -idealizar/DKXYZcfnp -idealístico -ideia/p -idem -idempotente/p -idempotência/p -identicamente -identidade/p -identificar/DKXYZcfpv -ideograma/p -ideologia/pqr -ideológico/Hfp -idilicamente -idiolatria/p -idiolátrico -idioma/p -idiomático/fp -idiopática/p -idiossincrasia/p -idiossincrásico -idiossincrático/fp -idiota/Gijp -idiotia/ij -idiotizar/KXYZfp -idiólatra -idiótico -ido/fpw -idolatrado/fmp -idolatrar/KXYZcfip -idolatria/jp -idolatrizar/KXYZfp -idoneidade/p -idoneísmo -idêntico/fp -idílico/fp -idólatra -idóneo/f -iemenita/p -iene/p -igaraçu -ignição -ignobilidade/p -ignobilmente -ignomínia -ignorante/impt -ignorar/KXYZfnp -ignorância/p -ignoto/p -ignóbil -igreja/p -igrejeiro -igrejinha -igrejola -igual/Sefmp -igualar/DKMSXYZcfpv -igualdade/Sp -igualitarismo/p -igualitarista/p -igualitário/fp -igualizar/c -igualável/IS -iguano/f -iguaria/p -ii -iii -ilativo -ilação/p -Ilda -Ildefonso -ilegal/djmp -ilegalizar/DKXYZcfp -ilegível/dp -ileocecal -ileso/fp -iletrado -ilhal/p -ilhar/KXYZfp -ilhota/p -ilhéu/p -ilibar/KXYZcfp -ilidível -ilimitado/fmp -ilimitável -iliterato -Illinois -iludente -iludir/XYfpv -iluminar/DKXYZcfnp -iluminativo -ilumine/fipt -iluminura/p -ilusionismo/p -ilusor -ilustrativo/fp -ilustre/fps -ilusão/pt -ilusório/Hfp -ilusões/S -iluvial/p -ilíaca/p -ilíada -Ilídio -ilíquido -ilírico/f -ilógico -imaculado/fmp -imaculidade/p -imaculável/d -imagem/p -imaginar/DKXYZcfnpv -imaginativo/fp -imaginoso -imaginário/Hfp -imaginável/Ip -imago -imame/p -imane -imanente/pt -imanetismo/p -imanência/p -imaterial/dijmt -imaterializar/KXYZfp -imaturo/dp -imbatível/p -imbecil/djmp -imbecilizar/KXYZfp -imberbe/p -imbicar/KXYZfp -imbricar/KXYZfnp -imbricação -imbróglio/p -imbuir/Kc -imediato/fimpt -imemorial/p -imensidão -imenso/dfmp -imensurável/d -imergente -imergir/XYfp -imersivo -imerso/fp -imersor -imersão -imigrar/KXYZcfnp -imigratório -iminente/p -iminência/p -imiscuir/Kc -imitar/DKXYZcfnpv -imitativo/f -imitável/dp -imobilizar/KXYZcfp -imobiliário/fp -imoderação -imolar/DKXYZcfnp -imoral/dipt -imortal/djp -imortalizar/DKXYZcfpv -impacientar/DKXYZfp -impactar/KXYZfp -imparcial/djmp -imparcializar/KXYZfp -impasse/p -impassibilizar/KXYZfp -impassivo/dm -impassível/dm -impavidamente -impecável/dmp -impede/Sp -impedem/S -impedi/Sp -impedir/DMYfp -impeditivo/fp -impedância/p -impele/p -impelente -impeli/p -impelir/Yfp -impenhorável -impensado/m -impensável/p -imperar/DKXYZfnp -imperativo/fmp -imperatriz -imperdoável/m -imperfeição/p -imperial/impt -imperioso/dfm -impermanente -impermutável/d -impertinenciar/KXYZfp -impertinente/mp -imperturbado -imperturbável/dm -impessoal/dp -impetuoso/dfmp -impeçais/S -impeçam/S -impeçamos/S -impeço/Sf -impingidela -impingir/XYfp -implacável/dmp -implantar/KRXYZcfp -implementacional/p -implementar/DKXYZcfpv -implicar/DKXYZcfnp -implicativo/fp -implicatório -implicitamente -implicância/p -implorar/KXYZcfnpv -implorativo -implosão/p -implícito/fp -imponderado -imponderável/dmp -impontar/KXYZfp -imponência/p -imponível/p -impopular/dp -impopularizar/KXYZfp -impor/Kcnp -importante/ps -importar/DKRXYZcfnpv -importunar/DKXYZcfp -importuno/dfm -importunância/p -importância/p -impositivo -impositor/p -impossível/dp -impostor/fp -imposturar/KXYZfp -imposture/Gfp -impraticável/d -imprecatado -imprecativo -imprecatório -imprecaução -impreciso/fp -imprecisão/p -impreenchível -impregnar/KXYZcfp -impremeditado -imprescritabilidade/p -impressionar/DKXYZfnpv -impressione/fipt -impressionável/dp -impressivo/m -impresso/Rfp -impressor/f -impressível/d -imprestável -impreterível/m -imprevisto/fmp -imprevisão -imprevisível/dp -imprimação -imprimir/DRXYfpv -improbar/KXYZcfp -improbe/dfp -improceder/KXYZfnp -improdutivo/dp -improdutível -improferível -improficiente -improgressivo -improlífico/fp -impropriar/KXYZfp -improprio/fm -impropério/p -improrrogável/d -improtelável -improvido -improvisar/DKXYZcfp -improvisata -improviso/fp -impudente/m -impudência/p -impugnar/DKXYZcfpv -impugnativo -impugnável/dp -impulsar/KXYZfp -impulsionar/DKXYZfp -impulsivo/fip -impulsor -impune/dmp -impunível -impureza/p -impurificar/KXYZfp -impuro/dfp -imputar/DKXYZcfpv -imputáveis/I -imputável/dp -impávido -império/p -impúbere/p -imudável -imundo/Gfmp -imune/djp -imunitário/fp -imunizar/DKXYZcfnp -imunologia/r -imutar/KXYZcfpv -imã -inabalável/m -inabdicável -inabilidade/p -inabilitar/KXYZcfnp -inabitar/KXYZfpv -inabordável -inacabável -inaceitável/p -inaciano/fp -inacostumado -inactual -inacção/p -inaderente -inadiável/p -inadvertido/m -inalar/DKXYZcfnp -inalienação -inaliável -inalterável/dmp -inamissível/d -inamovível/d -inapelável/d -inaplicado -inaplicável/d -inapreensível -inapropriado/fp -inaptidão -inapto -inarmonia -inarmónico -inarrável -inassimilável -inatacável/d -inatendível -inatingível -inato/fip -inaudito -inaudível -inauferível -inaugural/p -inaugurar/DKXYZcfp -inautêntico -inavegável -inaveriguável -inca/p -incandescer/KXYZfnp -incandescência/p -incansável/dm -incapacitar/KXYZcfpv -incaracterístico -incarnar/KXYZcfp -incasto -incauto/p -incendeiam -incendeie/fp -incendeiem -incendeio/f -incendiai/p -incendiamos -incendiar/KYZfpv -incendido -incendiei/p -incendiemos -incendimento -incendiário/fp -incenerar/DKXYZcfpv -incensar/DKXYZcfp -incensurável -incentivar/KSXYZfp -incentivo/fp -incerimonioso -incerto/fmp -incessante/mp -incessável -incessível/d -incestar/KXYZfp -incestuoso/mp -inchadura -inchar/KMSXYZcfmp -inchaço -incicatrizável -incidentado -incidental -incidir/RXYfnp -incidência/Rp -incinerar/DKXYZcfp -incipiente/p -incircuncidado -incisar/DKXYZfp -incisivo/fmp -inciso/fp -incisor -incisório -incitar/DKMXYZcfnpv -incitativo/m -incivil -incivilizado -incivilizável -inclassificado -inclinar/KXYZcfpv -incluir/K -inclusive/f -inclusivo/fm -incluso/fp -inclusão/p -incoadunável -incoagulável -incoerente/p -incoexistente -incognitamente -incognoscível/d -incolor/p -incolumidade/p -incombente -incombinável -incombusto -incombustível/d -incomensurável/dmp -incomerciável -incomodar/DKXYZfnp -incomodativo/p -incomodo/dfm -incomparável/dm -incompatibilizar/KXYZfp -incomplacente -incompreendido -incompreensão/p -incomputável -incomunicar/KXYZcfnpv -incomutável/d -inconceptível -inconciliável/dmp -inconcutível -incondicional/dimp -inconfessado -inconfesso/fp -inconfidencial/p -inconforme/dfpt -inconfortável -inconfundível -incongelável -incongruente -inconivente -inconjugável -inconjurável -inconquistado -inconquistável -inconsciencioso -inconsequente/p -inconsiderado/m -inconsistente -inconsolado -inconsolável/d -inconsonante/p -inconstante/p -inconstitucional/dp -incontactável/p -incontaminado -incontaminável -incontestável/dmp -incontida -incontingente -incontornável/p -incontrariável -incontrastável -incontrolado/p -incontroverso -incontável/p -incontínuo -inconveniente/p -inconversível -inconvertível -incorporal/dp -incorporar/KRSXYZcfp -incorporativo -incorpóreo/f -incorrer/KMXYZfp -incorrigível/dp -incorrupto -incorruptível/dp -incremental/mp -incrementar/KXYZcfp -incrementício -increr/KXYZfpv -incriminar/KXYZcfp -incristalizável -incrustar/DKXYZcfp -incrédulo/fp -incrível/mp -incubar/DKXYZcfp -inculcar/DKXYZfp -inculpar/KXYZcfpv -inculposo -incultivável -inculto/fmp -incultura/p -incumbente -incumbir/XYfp -incumbência/p -incumprimento/p -incunábulo/p -incurial/d -incurso -incursão/p -incutir/XYfp -incêndio/p -incógnito/fp -incólume/p -indagar/DKXYZcfpv -indagativo/p -indagatório -indecidido/p -indecifrável -indeciso/fmp -indeclarável -indeclinável/d -indecomponível/p -indecoro/w -indecoroso/fmp -indefectível/dmp -indefenso -indefensável -indefeso/fp -indefesso -indeficiente -indefinido/fmp -indefinível -indelebilidade/p -indeliberado/m -indeliberação -indelicado -indelineável -indelével/dp -indemnizar/DKXYZcfpv -indemonstrado -indemonstrável -independente/mpt -indescobrível/p -indesculpável -indesfrutável -indestrinçável -indestronável -indestrutível/d -indesvendável -indeterminado/fmp -indeterminar/KXYZcfpv -indeterminativo -indetermine/fip -indevoto -indevoção -index/fp -indexar/DKXYZcfp -indianizar/KXYZfp -indiano/fijpt -indianologia/q -indicar/DKXYZcfp -indicativo/fp -indicatório -indiciar/DKXYZcfp -indicioso -indiciário/fp -indiferenciado/f -indiferente/impt -indiferença -indigente/mp -indigerível -indigesto -indigestão -indigitar/KMXYZcfp -indignativo -indigno/dfp -indigência/p -indiligente -indirigível -indiscernível/d -indisciplinar/KXYZfpv -indiscriminação -indiscriminável -indiscutível/dmp -indisfarçável/p -indispensável/dmp -indispor/Kp -indisposição -indisputado -indisputável/d -indissociável/mp -indissoluvelmente -indissolução -inditoso -individual/dijmpt -individualizar/KXYZcfnp -individuar/DKXYZcfnp -indivisível/dmp -indivíduo/p -indizível -indo/u -indochina -indochinês/fp -indocilizar/KXYZfp -indolente/m -indolor -indolência/p -indomado -indomesticado -indomesticável -indominável -indomável/d -indoméstico -indonésio/fp -indouto -indrominar/KXYZfp -indubitado -indubitável/mp -indulgenciar/KXYZfp -indulgente/m -indulgência/p -indultar/KXYZfp -indulto/fp -indultário -indumentar/KXYZfp -indumentária -indumentário -induração -industrial/ijmpt -industrializar/KRSXYZcfp -industriar/DKXYZfp -industrioso/m -indutar/CKXYZfp -indutivo/fp -indutor/fp -indutância/p -induzir/DMYZcfp -indício/p -indígena/p -indómito -indústria/p -inebriar/DKMXYZcfnp -inefável/dp -inegociável -inegável/mp -inelegante/p -inelegível/d -inelástico -inenarrável -inenrugável -inepciamente -ineptidão/p -ineptitude/p -inepto/fmp -inequacional/p -inequivocamente -inerciar/KXYZfp -inerente/p -ineriormente -inerme/p -inerrância/p -inerte/p -inervar/KXYZcfp -inerência/p -inescrutável/d -inescurecível -inesgotável/m -inesperado/fmp -inesquecível/p -inestendível -inestimado -inestético -inevitável/dmp -inexactidão/p -inexacto/fm -inexaurível -inexcedível -inexcitável/d -inexequível/d -inexorado -inexorável/dm -inexpiado -inexpiável -inexplicável/dmp -inexplorável -inexpressivo/fmp -inexpressível -inexprimível -inexpugnável/d -inextensão -inexterminável -inextinguível -inextirpável -inexusável -infalibilismo/p -infalsificável -infalível/dmp -infamar/KXYZfp -infamatório -infanta/t -infantaria/p -infante/pt -infanticídio/pq -infantil/dijp -infantilizar/KXYZfp -infantário/p -infatigável/dm -infeccionar/KRSXYZfp -infeccioso/fp -infectar/CKXYZfnp -infectuoso -infecundar/KXYZfp -infecunde/dfp -infecundo/dfp -infecção/RS -infelicitar/KXYZfp -infeliz/dmp -inferencial -inferior/dmp -inferiorizar/KXYZfp -inferir/YZfpv -infernal/dmp -infernar/KXYZfp -infernizar/KXYZfp -inferno/fjp -infertilizar/KXYZfpv -inferência/p -infestar/DKXYZcfnp -infiltrar/DKXYZcfnpv -infinitesimal/p -infinitivo/fp -infinitude -infinitésimo/fp -inflamar/DKXYZcfnpv -inflamativo -inflamatório/fp -inflamável/dp -inflação/Sipt -inflexível/dm -infligir/XYfp -influenciar/KXYZcfpv -influir/DKn -informal/dmp -informar/DKSXYZcfnp -informatizar/KXYZfp -informatização -informe/dfp -informático/fp -infortificável -infortunado/fmp -infortunar/KXYZfp -infortúnio/p -infraclavicular -infractor/p -infraestrutura/p -inframaleolar -infravermelho/p -infrequentado -infrequente -infringente -infringir/XYfpv -infrutuosiade -infrutuoso/m -infundado/fmp -infundibular -infundir/RXYfp -infusiblidade/p -infuso -infusão -infusível -infâmia -infância/p -infértil -ingenuamente -ingenuidade/p -ingerir/YZfp -ingestivo/p -ingestão -Inglaterra -inglesar/KXYZfp -inglese/Gfip -inglorioso -inglês/fip -inglório/Hfp -Ingmar -ingovernável -ingrato/fmp -ingre/b -ingrediente/p -ingressar/KRXYZfp -ingresso/fp -ingressão -inguinal -ingénuo/fp -inibir/DSXYcfp -inibitivo -inibitório/f -inicial/djmp -inicializar/KRXYZcfp -iniciar/DKXYZcfnp -iniciativa/p -iniciático/fp -iniludível -inimicíssimo/p -inimigo/fp -inimistar -inimitável -inimizade/fp -inimizar/KXYZfp -inimputável/p -ininteligível/p -ininterrupto/fm -ininterrupção -ininvestigável -iniquamente -iniquidade/p -injectar/CKXYZfp -injectivo/dfmp -injector -injuriar/DKXYZfnp -injurioso/mp -injurídica -injúria/p -inobservável -inocentar/KXYZfp -inocente/fmp -inocuamente -inocuidade/p -inocular/DKXYZcfpv -inocultável -inoculável/dp -inocupado -inocência/p -Inocêncio -inodoro/fp -inofensivo/fmp -inolente -inolvidável -inominada -inominável -inopinado -inopinável -inoportuno/dfmp -inovar/DKXYZcfp -inoxidável -input/p -inquebrável -inquestionável/mp -inquietante/mp -inquietar/DKMXYZcfnp -inquieto/fp -inquilinato -inquilino/fp -inquinar/KMXYZcfp -inquiridoria -inquirir/DMXYcfp -inquiritorial -inquisidor/fp -inquisitivo -inquisitorial -inquisitório -inquisição -inquérito/p -inrestaurável -insaciável/dmp -insalivar/KXYZcfp -insalubre/dp -insaneável -insano/d -insanável -insarável -insatisfação -insaturável -inscrever/KRXYZfp -inscrito/fp -inscritível -inscrição/p -insecticida/p -insecto/p -insectívoro/fp -insecável -inseminar/KXYZcfp -insensibilizar/KXYZcfp -insensitivo -inseparável/dmp -inserir/RYZfp -inserto -inserção/Rp -insidiar/DKXYZcfp -insidie/fpw -insidioso/fmp -insigne -insignificativo -insinuar/DKXYZcfnp -insinuativo -insipidamente -insipiência/p -insistente/mp -insistir/XYfnp -insistência/p -insocial -insofismável -insofrível -insolar/KXYZcfp -insolente/mp -insolvente -insolvível/d -insolência/p -insondado -insondável/dp -insonorizar/KXYZcfp -insonoro/dj -insossar/KXYZfp -inspeccionar/DKXYZfp -inspectar/CKXYZfp -inspector/fpu -inspectoria -inspirar/DKXYZcfmpv -inspirativo -inspiratório -instalar/DKXYZcfp -instanciar/c -instantaneamente -instantaneidade/p -instante/mp -instantâneo/fp -instar/KXYZfnpv -instaurar/DKRXYZcfp -instigar/DKXYZcfp -instintivo/dfmp -instinto/p -institucional/jmp -institucionalizar/KXYZcfp -instituir/DKRc -instituto/p -instroem -instruais -instruam -instruamos -instruem -instruendo/fp -instrui/p -instruindo -instruir/CD -instruirdes -instruirei/p -instruiremos -instruiria/p -instruiriam -instruirmos -instruirá/p -instruirão -instruiríamos -instruiríeis -instruiu -instrumental/ijmp -instrumentalizar/KXYZcfnp -instrumentar/KXYZcfp -instrumente/fpt -instrumento/fpt -instruo/f -instrutivo/fmp -instrutor/fp -instruí/fp -instruíam -instruíamos -instruído/fp -instruíeis -instruímos -instruíra/p -instruíram -instruíramos -instruíreis -instruírem -instruíres -instruísse/p -instruísseis -instruíssem -instruíssemos -instruíste/p -instrói/p -instável/dp -instância/p -insubordinar/DKXYZcfpv -insubsistente -insubstancial/d -insuflar/DKXYZcfpv -insular/DKMXYZcdfp -insulina -insulinoterapia -insultante/mp -insultar/DKXYZfnp -insulto/fp -insultuoso/fmp -insuperável/mp -insuportável/mp -insuprível -insurdescência/p -insurgir/XYfp -insurrecional/p -insurrecionar/KXYZfp -insurrecto/p -insurreição -insusceptível/m -insuspeição -insustentável/dp -insídia -insígnia/p -insípido/fp -insólito/fp -insónia/p -intacto/fp -integradores/S -integral/dimpt -integrar/DKXYZcfnpv -integro/dfimt -inteirar/KXYZfp -inteireza -inteiriço -inteiro/fmp -Intel -intelecto -intelectual/dijmpt -intelectualizar/KXYZcfp -intelecção -inteligente/mp -inteligência/Sp -inteligíveis/I -inteligível/dmp -intemperar/KMXYZfnp -intempestivo/dfmp -intemporal/p -intempérie/p -intencional/dmp -intencionável -intender/KXYZfnpu -intendência/pu -intensificar/KXYZcfp -intensivo/fmp -intenso/dfmp -intensão -intentar/CKXYZfp -intentona -intenção/ip -interactivo/dfmp -interactuar/KXYZfnp -interacção/p -interagir/XYfp -interambulacrária -interativo -interatómico -interauricular -intercalar/KXYZcfp -intercambial/p -intercambiável/p -interceder/KXYZfnp -intercelular/p -interceptar/KXYZcfp -interceptor -intercepção -intercessor/p -intercessão -interclavicular -intercompenetração -intercomunicação -intercomunicável/d -interconectado/p -interconexão/p -intercontinental/p -intercâmbio/p -intercósmico -interdepender/KXYZfnp -interdependência/p -interdigital -interdisciplinar/p -interditar/CKXYZfp -interdizer/KZp -interessante/Sps -interessar/KSXYZfmnp -interesseiro/Sfmp -interesso/Sfy -interestadual -interestelar -interface/p -interferente -interferir/YZfp -interferometria/pr -interfloral -intergaláctica/p -interglaciar -interglaciário -interinado -interinato -interino/dfmp -interior/dmp -interiorizar/DKXYZcfp -interjeccional -interjectivo -interjeição/p -interligar/KMSXYZcfnp -interlinear -interlocutor/p -interlocutório -interlocução -interludes -interlúdio -intermedeiam -intermedeie/fp -intermedeiem -intermedeio/f -intermediai/p -intermediamos -intermediar/KYZcfp -intermediei/p -intermediemos -intermediário/fp -intermenstrual -intermenstruação -interminável/mp -intermissão -intermitir/XYfnp -intermitência/p -intermolecular/p -intermural -intermuscular -intermutado -intermédio/fp -internacional/dijmpt -internacionalizar/KXYZcfp -internal/p -internalizar -internar/KMXYZcfp -internato/p -Internet -internuclear -internúncios -interoceânico -interocular -interparietal -interpelar/DKXYZcfnp -interpenetrar/KXYZcfp -interpeninsular/p -interplanetário -interpolar/DKXYZcfp -interpor/Kp -interposição -interpotente -interpretar/DKRXYZcfnpv -interpretativo/fp -interregno/p -interrelacionar/KXYZfp -interrogar/DKXYZcfnp -interrogativo/fp -interrogatório/p -interromper/KXYZfp -interrupto/I -interruptor/p -interrupção/p -interseccional -intersectar/CKXYZfp -interstelar -intersticial/p -interstício -intersubespecífico -intersubjectivo/f -interuniversitário -interurbano/fp -intervaladamente -intervalar -intervalo/p -interveio -intervenhais -intervenham -intervenhamos -intervenho/f -interveniente/p -interventivo/fp -interventor/p -interventricular -intervenção/ipt -interversão -intervertebral/p -interverter/KXYZfp -intervido/fp -interviemos -intervier/fp -intervieram -intervierdes -intervierem -interviermos -interviesse/p -interviessem -intervieste/p -intervim -intervimos -intervinde/p -intervindo -intervinha/p -intervinham -intervir/p -intervirdes -intervirei/p -intervirem -interviremos -interviria/p -interviriam -intervirmos -intervirá/p -intervirão -interviríamos -interviríeis -interviéramos -interviéreis -interviésseis -interviéssemos -intervocal -intervocálico/fp -intervém/p -intervêm -intervínhamos -intervínheis -intestinal/p -intestino/fp -intestável -intimar/DKXYZcfp -intimativo/f -intimidar/DKXYZcfp -intimidativo -intimiza -intimo/dfimt -intitular/KMXYZcfp -intocável/p -intolerável/dmp -intonação -intoxicar/KMXYZcfp -intra -intracelular -intradorso -intraduzível -intramuros -intranquilo/dp -intransferível -intransigente/mp -intransitivo/fmp -intransitável/p -intransmissível/d -intransportável -intrapélvico/fp -intraselar -intratelúrico/fp -intratável/d -intravenoso/fp -intraventricular -intraversão -intravertido -intravável -intrepidamente -intrepidez -intriga/pt -intrigar/KXYZfnp -intrincar/KSXYZfp -intrinsecamente -introdutivo -introdutor/fp -introdutório/fp -introduzir/YZcfp -intrometediço/p -intrometer/KMXYZfp -intromissão/p -introspectivo -introspecção -introverso/fp -introversão/p -introverter/KXYZfp -intrujar/KXYZfp -intrujo/Gf -intrujão/p -intrusivo/fp -intruso/fp -intrusão/p -intrépido/fp -intrínseco/fp -intuir/Kc -intuitivo/fm -intuito/p -intuição/ipt -intérprete/p -inumado -inumano/dfp -inumeroso -inumerável/p -inundar/KXYZcfnpv -inusitado/fp -inutilizar/KXYZfp -inutilmente -invadir/XYfp -invaginante/p -invaginação -invalidar/KXYZcfnpv -invalidez -invariável/dmp -invasivo/fp -invasor/fp -invasão/p -invectivar/DKXYZfp -invedável -invejar/KXYZfpv -inveje/fpw -invejoso/fmp -invencível/d -invendível -inventar/CKRXYZfp -inventariar/KXYZcfnp -inventivo/f -inventor/p -inventriz -inventário/p -invericidade/p -inverificável -invernadoiro -invernadouro -invernal/p -invernar/KXYZfnp -inverneira -invernia -inverniço -invernoso -inverosimilhança -inversivo -inverso/fmp -inversor -inverter/KXYZfmpv -inverídico -investe/RSp -investem/RS -investi/RSp -investidura/p -investigar/DKXYZcfnpv -investigativo -investir/DMRSYfp -inveterar/KXYZcfp -inviabilizar/KXYZcfnp -invicto/fp -inviolado -inviolável/d -invistais/RS -invistam/RS -invistamos/RS -invisto/RSf -invisual/p -invitar/DKXYZcfp -invitatório -invocar/DKXYZcfpv -invocatório/f -involucral -involução -invulgar/mp -invulnerado -invulnerável/d -invés -invólucro/p -inábil -Inácio -inçadoiro -inçadouro -inédito/fp -inépcia -inércia -Inês -início/Rp -iníquo -inócuo/fp -inóspito/fp -inúmero/fp -iodar/KXYZfp -iodato -iodeto -iodídrico -iodífero -ioga -iogurte/p -ioiô -ionizar/KXYZcfnp -ionosfera -Iorque -iorquino -Iowa -IPACA -Ipanema -IPC -IPE -IPPAR -IPPC -ir/Xfp -iraniano/fp -Iraque -iraquiano/fp -irar/KXYZfp -irascível/d -IRC -irdes/u -Irene -iria/pu -iriam/u -irisar -Irlanda -irlandês/fp -irmanar/KSXYZfp -irmandade/p -irmos/u -irmã/mp -irmão/ab -ironia/jp -ironista -ironizar/KXYZfp -iroso -irra -irracional/dimpt -irracionável -irradioso -irreal/dipt -irrealizável -irreclamável -irreconciliado -irreconciliável -irreconhecível -irredimível -irreduzível -irreflectido/m -irreflexivo/f -irreflexo -irreflexão -irreformável -irrefreável -irrefutável/d -irregenerável -irregular/dmp -irrelevante/p -irreligioso/d -irreligião -irremediável/m -irremovível -irremunerado -irremunerável -irremível -irrenunciável -irrepetível/p -irreplicável -irrepreensível/dm -irrepresentável -irrepressível -irreprimível -irrequieto/i -irresgatável -irresignável -irresistível/dmp -irresoluto/fp -irresolvível -irresolúvel/p -irrespirável/d -irrespondível -irrestaurável -irrestringível -irretratável -irreverenciar/KXYZfp -irreverencioso/m -irreverente/m -irreversível/dmp -irrevogável/dm -irrigar/DKXYZcfpv -irrigatório -irrisão -irrisório/fp -irritadiço -irritante/mp -irritar/DKXYZcfnpv -irritativo/fp -irrito/fm -irritável/dp -irromper/KXYZfp -irruir -irruptivo -irrupção -IRS -Irving -irá/pu -irânico/fp -irão/u -iríamos/u -irídico -irídio -iríeis/u -irónico/Hfp -is/Ru -Isaac -Isabel -Isaura -Isaías -iscar/KXYZfp -isentar/CKXYZfp -isento/fp -Isidoro -Isidro -islamismo/p -islamista/p -islamita/p -islamizar/KXYZcfnp -islandês/fp -islâmico/fp -Islândia -Islão -Ismael -ismaelita/p -isobarométrico -isobutano -isobárica -isobárico -isocrónicos -isodinâmico -isogamia -isogonal -isogénico -isogónico -isola/hp -isolacionista -isolado/fmp -isolar/DKMXYZcfnp -isolação/ip -Isolda -isometria/pr -isomorfia/ipr -isomorfo/fip -isopreno -isostenúria -isotrópicos -isotérico -isotérmico/f -isotónico -isotópico -isqueiro/p -isquemia -isquiática -Israel -israeliano -israelita/p -israelítico -isso -Istambul -istmo/p -isto/S -isógono -isómeros -isópicas -isóscele/p -isótono -isótopo/p -italianada -italianizar/KXYZfp -italiano/fijp -Itamar -item/p -iterar/KRXYZcfpv -iterativo/fmp -itinerante/p -itinerário/p -Itália -itálico/fp -IURD -IV -Ivan -Ivo -Ivone -IX -ixodídeo -iâmbico/fp -ião/p -içar/KMXYZfp -Iémene -iódico -iónico/fp -iónio -Jacarta -jacaré -Jacinta -Jacinto -Jack -Jackson -Jacob -jacobeus -Jacobi -jacobiano -jacobino/p -jacobismo/p -Jacobitas -Jacques -jacto/p -jade -JAE -jaguar -jagunço -Jaime -Jamaica -jamaicano/fp -jamais -James -jande/p -Jane -janeiras -Janeiro -janela/py -janelo/fpy -Janet -jangada/p -jangadeiro -janotar/KXYZfp -janote/Gfip -Jansenistas -jantar/KXYZfp -jantarada -Janus -japoneira/p -japonesar/KXYZfp -japonizar/KXYZfp -japonês/fip -Japão -japónico -Jaques -jaqueta/p -jaquetão -jararaca -jarda/p -jardim/p -jardina/py -jardinagem -jardinar/KXYZfp -jardino/fy -Jargal -jarra/hp -jarreta -Jarreteira -jarro/fp -jarrão/p -jasmim -Jaspers -jaula/p -Java -javali/p -javalino/f -javanês -javardo -jaz/fp -jazer/KXYZfnp -jazigo/p -jazz -Jean -Jefferson -jeito/h -jeitoso -jejuar/DKXYZfp -jejum/p -Jenny -jeovismo/p -Jeová -Jeremias -jerical -jerico -Jericó -Jersey -Jerusalém -Jerónimo/p -jesuitada -jesuitice -jesuitismo/p -jesus -jesuíta/p -jesuítico/f -jibóia -jigajoga -jipe/p -joalharia/p -joalheiro/p -Joan -Joana -joanense/p -Joanesburgo -joanete -Joanina -joaninha -joanino -Joaquim -Joaquina -jocoso/dfmp -joelha/py -joelhar/KXYZfp -joelheiro/f -joelho/fp -jogar/DKXYZfp -jogata -jogatar -jogo/fp -jogral/d -jogralice -joguetar/KXYZfp -jogão -John -joio -Jonas -Jordan -jordano/fp -Jordânia -Jordão -Jorge -jornada/p -jornal/ipt -jornalada -jornaleco -jornaleiro/p -jornalístico/fp -jorrar/KMXYZfp -Josef -Josefa -Josefina -Joseph -Josué -José -jota -joule -jovem/p -jovial/djmp -jovializar/KXYZfp -Joyce -João -JS -JSD -Juan -juba/p -jubado -jubilar/KXYZcfp -jubileu -jubiloso -judaico/fp -judaizai/p -judaizamos -judaizar/KYZfnp -judaizei/p -judaizemos -judas -judaísmo -judaísta -judaízam -judaíze/fp -judaízem -judaízo/f -Judeia -judeu/p -judiar/KXYZfp -judicial/mp -judiciar/KXYZfp -judicie/fpw -judicioso/fmp -judiciário/fp -Judite -Judith -judo -judoca/p -Judá -juge -jugo/p -jugoslavo/fp -Jugoslávia -jugular/p -juiz -Jules -julgar/DKMXYZfp -Julho -Julian -Juliana -juliano/p -Julie -Julieta -Julius -Julião -jumentada -jumental -jumentico -jumento/p -juncal/p -juncar/KXYZfp -junco/fp -juncoso/p -Jung -Junho -juniores -Juno -Junqueira -Junqueiro -juntar/CKXYZfp -junto/fmp -jupiteriano -juramentar/KXYZfp -jurar/DKMXYZfp -juratório -juridicamente -jurisconsulto -jurisdicional/p -jurisdição/p -jurisprudência/p -juro/fmpt -jurássico/p -jurídico/fp -jus -jusante/p -jusnaturalismo/p -justapor/Kp -justaposição -justeza/p -justiceiro/p -justificar/DIKXYZcfmnpv -justificativo/fp -justificatório -Justiniano -Justino -justiçar/IKXYZfp -justiçoso/I -justo/GIfmps -juvenil/dp -juventude/p -juízes -juízo/fp -já -jóia/p -jónico -jónio/p -jóquei -júbilo/R -Júlia -Júlio -júnior -Júpiter -júri/p -Kafka -Kahn -Kali -Kant -kantiano/fp -kantismo/p -Karl -Kasan -Kazan -Kazaquestão -Keaton -Keil -Keller -Kelvin -Kennedy -Kensington -Kentucky -Kepler -kepleriano -Keynes -kg -KGB -Khan -Kiev -kilojoule -kilovolt/p -kilowatt/p -King -Kinshasa -kiwi -Kleene -Klein -km/p -Kong -Korsakov -Kosovo -Kremlin -Kuwait -kuwaitiano/fp -la/hpt -labareda/p -labelo -labiado -labial/jp -labializar/KXYZcfp -labioso -labirinto/p -labiríntico -labor/fp -laboral/p -laborar/KXYZcfp -laboratorial/p -laboratorista -laboratório/p -laborioso/dfmp -labregar/KXYZfp -labrego/fp -labregue/Gp -labutar/DKXYZcfp -lacadado -lacaiada -lacaio/fp -lace/fp -lacear/KYZfp -lacerar/KXYZcfnpv -Lacerda -lacete -laconismo/p -laconizar/KXYZfp -lacrar/DKXYZfp -lacrau -lacrear/KYZfp -lacrimal/p -lacrimante/p -lacrimação -lacrimejar/KXYZfp -lacrimogénio/fp -lacrimoso/fp -lacrimável -Lacroix -lactar/KXYZcfnp -lactente/p -lacticinoso -lacticínio/p -lactose -lactoso -lactário -lactífero/fp -lacuna/p -lacunar -lacunoso -lacunário -lacustre/p -lacínias -lacónico/Hfp -ladainha/p -ladear/KMYZfp -ladeirar/KXYZfp -ladeirento -Ladislau -lado/p -ladrar/DKXYZfp -ladrilhar/DKXYZfp -ladrilheiro -ladroagem -ladroar/KXYZfp -ladroeira -ladroíce -ladrão/fp -lagar/p -lagarteira -lagartixa/p -lagarto/fp -lago/p -lagoa/p -lagosta/py -lagosteiro/f -lagostim/p -Lagrange -lagrimal -lagrimante/p -laguna -lagunar/p -laia -laical -laicismo/p -laicizar/KXYZcfnp -laico/dfijp -lain -laivo/p -laje -lajear/DKMYZfp -Lajes -lama/p -lamaceiro/f -lamacento -Lamarck -lamaçal -lambada/p -lambança -lambareiro -lambarice -lambariscar/KXYZfp -lambaças -lambda -lambear/KYZfp -lambedela -lambedura -lambeiro -lamber/DKXYZfp -Lambert -lambidela -lambiscar/KXYZfp -lambisgóia -lambisqueiro -lambuzadela -lambuzar/KXYZfp -lambão -lamecense/p -lamechar/KXYZfp -lameche/fip -Lamego -lameira -lameiral -lameirento -lamelar/KXYZcfp -lamelibrânquios -lameloso -lamentar/DKXYZcfmpv -lamentoso -laminagem -laminar/DKXYZcfpv -laminoso -lamiré -lampadeiro -lamparina -lampassadas -lampassados -lampe -lampeiro -lampejante/Rp -lampejar/KXYZfnp -lampião/p -lampreia -lamuriar/DKXYZfnp -lamuriento -lamurioso -lamínula -lanar -lancear/DKYZfp -lanceiro -lanceoladas -lancetar/KXYZfp -lancha/py -lanchar/KXYZfp -lancheiro/f -lancheta -lanchão -lancinar/KXYZfnp -landegrave -landegraviado -languidez -lanhar/KXYZfp -Lanhoso -lanifício/p -lanoso/dfp -lantanídeos -lantejoila -lantejoular/KXYZfp -lanterna/p -lanterneiro -lanudo -lanugem -lanugioso -lanzudo/fp -lançadeira -lançadiço -lançadura -lançar/DKMRXYZfpv -lanço/fp -lanços/u -Laos -lapa -lapada -lapela -lapidagem -lapidar/KXYZcfp -lapidário/f -lapisar/KXYZfp -lapiseira -Laplace -lapso/p -lapão -Lapónia -lapónio -laquear/KYZcfp -lar/KMZp -laranja/hpy -laranjada -laranjal -lareiro/f -largar/KXYZfp -largo/fmps -largueto -largueza -largura -laringe -laringiano -laringite/p -larva/p -larval -larvar -larápio -laréu -laríngeo -lasanha -lascar/KXYZfp -lascivo/m -lascívia -laser -lasers -lassar/KXYZfp -lasseiro -lassidão -lassitude -lastimar/DKXYZfpv -lastimoso/mp -lastrar/DKXYZcfp -lastro/fp -latada/R -lateiro -latejar/KXYZfnp -lateral/dmp -latex -latifundiário/fp -latifúndio/p -latim/i -latinice -latinizar/KXYZcfnp -latino/dfijpt -latir/XYfnp -latitude/p -latoada -latoaria/p -latoeiro -latosa -latria/p -latrina/p -latrinário -latrocínio/p -Latrão -latão/p -latência/p -laudativo/fmp -laudatório/fp -laudável/p -Laura -laurear/KYZfp -Laurentino -Laurinda -laurisilva -Lausana -lauto/fp -Lautrec -lavabo/p -lavadeira -lavadela -lavadiço -lavadoiro/p -lavadouro/fp -lavadura -lavagem/p -lavandaria/p -lavandeiro/f -lavar/DKMXYZcfnpv -lavatório -lavoira/p -Lavoisier -lavor/p -lavoso -lavourar/KXYZfp -lavrada/py -lavradeiro/f -lavradio -lavragem -lavrar/DKMXYZfnp -Lawrence -laxante/Rp -laxativo/R -laxação/R -laxo/Ri -lazer/p -laçar/DKXYZfp -laçarote/p -laço/fp -leal/impt -lealdade/fp -lealdades/S -lealdar/KMXYZcfp -lealdoso -Leandro -lebracho -lebrada -lebre/p -lebreiro -lebrão -leccionar/DKXYZcfp -leccione/fpt -lectivo/fp -lecíticos -lede/p -ledo -legacia -legal/dijmpt -legalizar/IKXYZcfp -legar/KRXYZcfp -legatário -legatório -legenda/p -legendagem -legendário/fp -legionário/p -legislar/DKXYZcfpv -legislativo/fp -legislatura -legislatório -legitimamente/I -legitimar/DKRSXYZcfp -legitimidade/Ip -legitimo/dfmt -legião/p -lego/ft -legume/pt -leguminoso/f -legun -legítimo/Ifp -legível/dmp -lei/Rp -leiais -leiam -leiamos -Leibnitz -Leibniz -Leida -leigal/p -leigar/KXYZfp -leigaço -leigo/fp -leiloa/py -leiloar/KMXYZfp -leiloo/fy -leilão/p -leio/f -Leipzig -Leiria -leiriense/p -leitado -leitaria/p -leite/pw -leiteiro/fp -leito/pwy -leitoa -leitoado/f -leitor/fp -leitura/Rp -leitão -Leixões -lembradiço -lembrança/p -lembrar/DKXYZfp -lembrete -leme/fp -lemnisco -lemático/fp -lemúria -lena -Lencastre -lendeoso -lendo/f -lendário/fp -lengalengar/KXYZfp -lenguas -lenhal/p -lenhar/DKXYZfp -lenhe/fpw -lenheiro -Lenine/it -Leninegrado -lenocínio -lentar/KXYZfp -lentejoila -lentejoular/KXYZfp -lenteza -lenticular/p -lentidão -lentiforme -lentilha/p -lento/fmps -lentícula -lençaria/p -lenço/hp -lençol/p -Leonard -Leonardo -leonino/fp -Leonor -leonês/fp -leopardado -leopardo/fp -Leopoldina -Leopoldo -lepantina -lepra -leprose -leproso/p -leptoprósopa -leptão/p -leque -ler/DKRYZfnp -lesar/DKXYZfnp -lesbiano/fi -lesionar/DKXYZfp -lesivo/fp -lesmar/KXYZfp -lesmento -leso/If -lestada -lesto -lesão/p -letal/dp -letargiar/KXYZfp -letra/pt -letradice -letrado/p -letreiro -letzte -letárgico/A -letão/bp -letífero -Letónia -leucemia/p -leucocitose -leucoma -leucomesocráticas -leucosina -leucotomia -leucócito/p -levadiço -levadura -levantadiço -levantadura -levantar/DKMXYZfp -levantinas -levar/KMRXYZfnpu -leve/dfmps -levedadura -levedar/KXYZcfp -levedura -leveza -leviandade/p -leviano/fmp -levitar/KXYZcfp -Levítico -Lewis -lexema/p -lexical/p -lexicamente -lexicografar/KXYZfp -lexicografia/pqr -lexicologia/qr -lexiologia/r -lexívia -lezíria -leão/gp -leãozete -Leça -leónico -Leónidas -lhe/Ifp -lho/fp -liamba -libanês/fp -libação/Ip -libelinha/p -libelo -liberal/dijmpt -liberalizar/KXYZcfp -liberar/KXYZfp -liberativo -liberatório -liberdade/p -liberiano/fp -libertar/DKXYZcfp -liberte/fpt -libertinagem -libertino/fmp -liberto/fpt -libertário/fp -libidinagem -libidinoso/m -libido -libra/p -libreto/t -libélula -Libéria -libério -libérrimo -liceal/p -licenceiam -licenceie/fp -licenceiem -licenceio/f -licenciar/KMXYZfp -licenciatura/p -licencie/fpw -licencioso/dfmp -licença/p -liceu/p -licitamente/I -licitar/DKXYZcfnp -licito/fm -licitude/I -licor -licorista -licoroso -Licínio -lidar/DKXYZcfp -liderança/p -liderar/KXYZfp -liga/py -ligadura/S -ligamentos/f -ligamentoso/f -ligar/KMXYZcfnp -ligeireza -ligeirice -ligeiro/fmp -lignito -lignitosas -ligo/fy -Lili -liliputeano -lilás -limadura -limagem -limalha -limar/DKXYZfp -limbo -limiar/p -liminar/m -limitado/Ifp -limitar/DKXYZcfmnpv -limitativo/fp -limoal -limoeiro/p -limonada/p -limosidade/p -limpadela -limpadura -limpar/DKMXYZcfp -limpeza/p -limpidamente -limpidez -limpo/fp -Limpopo -limposo -limusina -limão -limítrofe/p -lince/p -linchagem -linchar/DKMXYZfp -Lincoln -lindeza -lindo/fmps -lindote -linear/Mdmp -linearizar/KXYZcfp -linfa -linfatismo/p -linfose -linfático/fp -linfócito/p -lingote/p -linguado/p -linguagem/p -lingual/u -linguareiro -linguarejar/KXYZfp -linguarice -linguarudo -lingueta -linguete -linguista/p -linguiça/p -linguístico/fp -linhagem/p -linhaça -linheiro -Linux -lipogénese -liquefazer/KZp -liquefeito -liquidar/DKXYZcfpv -liquidatário/fp -liquidez -liquidificar/KXYZcfnpv -lira/ip -Lisboa -lisboeta/p -lisbonense/p -lisboês -liso/fp -lisonja -lisonjaria/p -lisonjear/DKYZfp -lisonjeiro -LISP -listagem/p -listar/KXYZfp -listrar/KXYZfp -listrão -listão -lisura -liteira/p -liteireiro -literal/mp -literataço -literatice -literatiqueiro -literato/i -literatura/p -literário/fp -litigar/KXYZcfnpv -litigioso -litografia/pqr -litolatria/p -litolgia -litoral/p -litorâneo/fp -litosfera/p -litro/p -lituano/fp -liturgia/p -Lituânia -litígio/p -litúrgico/fp -Liverpool -lividez/p -livra/py -livrar/DKMXYZcfp -livreco -livremente -livresco -livrete -livro/fhpy -lixa/py -lixadela -lixar/KXYZfp -lixento -lixivioso -lixo/fpy -lixoso -lixívia -lião/p -liça -lição/p -Liège -ln -LNEC -lo/fhmpt -loas -lobacho -lobado/fp -lobal -Lobato -lobeiro -lobisomem/p -lobito/p -lobo/fp -lobotomia/p -lobregar/KXYZfp -lobreguidão -lobular/cp -lobuloso -lobão -local/djmp -localizar/KRSXYZcfp -locar/DKSXYZcfp -locativo -locatário/u -locomobilidade/p -locomotivo/df -locomotor/p -locomotriz -locomover/KXYZfp -locomoção -locomóvel/d -loculicida -locutor/fp -locução/p -lodacento -lodaçal -lodo/pw -lofócoma -logaritmação -logaritmo/p -logarítmico/fp -logicismo/p -logo/p -logotipo/fp -logradeira -logradoiro -logradouro -lograr/DKMXYZcfp -logrativo -logístico/fp -logógrafo -loiceiro -Loiola -loirar/KXYZfp -loiraça/p -loire/fps -loirecer/KXYZfp -loireiro -loirejante/p -loiro/fps -lois -loisa -loiça/p -loiçaria/p -loja/pt -lojeca -lomba/y -lombada -lombar/p -lombarda -Lombardi -lombeiro/f -lombo/p -lombriga -lona -Londres -londrino/fp -londrês -longal -longe/fp -longevidade/p -longipes -longistilas -longitude -longitudinal/mp -longo/fmps -longínquo/fp -lontra/p -Lopes -Lopez -Lopo -loquaz/d -Lord -lorde -Lordelo -Lorena -loreno -lorpa -lorpice -losango/p -losangolar -lotar/CDKXYZcfp -lotear/KMYZfp -loteria -loto/fp -louca/mpy -louceiro/f -louco/Gfmp -loucura/p -Louis -louletano -Loulé -lourar/KXYZfp -louraça -lourecer/KXYZfp -loureiro -lourejar/KXYZfnp -Lourenço -Lourinhã -louro/fp -Lourosa -lousa/py -Lousada -louseiro/f -Lousã -louvar/DKMXYZcfpv -louvor/p -Louvre -louvável/mp -louça/p -louçaria/p -LP -lua/p -Luanda -luandense/p -luar/p -luarento -Lubango -lubricar/KXYZfp -lubrico/dfm -lubrificar/KXYZcfnp -Luc -Lucas -Lucena -Luciano -lucidez/p -luciferino -luciférico -luciliano/fp -Lucinda -lucrar/KXYZfp -lucrativo/fmp -lucro/fp -Lucrécia -Lucrécio -Lucília -Lucílio -ludibriar/KXYZfnp -ludibrioso -ludo/I -Ludovico -Ludwig -lufar/KXYZfp -lugar/p -lugarejo/p -Lugo -lugubridade/p -Luigi -Luisiana -lula/p -lulu -lume/p -Lumen -Lumiar -lumine/w -luminescente -luminescência/p -luminoso/dfp -luminância/p -Lumière -lunar/cp -luneta/p -lunático/fp -lupa -Lurdes -lusco -lusitano/dfip -Lusitânia -lusitânico/fp -luso/fp -lustradela -lustral/p -lustrar/DIKXYZcfp -lustre/fpw -lustro/fpw -lusíada/p -lusófonia/p -lusófono/fp -lutar/DKXYZfp -luterano/fip -Lutero -Luther -luto/fp -lutécio -luva/p -luvaria/p -luveiro -lux/fp -luxar/KXYZcfp -Luxemburgo -luxemburguês/fp -luxento -luxo/fp -luxuoso/dfp -luxuriar/KXYZfnp -luxurioso/p -luxúria -luzente/R -luzerna/p -luzidio/fp -luzido/fmp -luzir/MYZfp -Luís -Luísa -Lvov -lábio/fp -lácteo/fp -láctico -lágrima/p -lápide/p -lápis -lástima -látex -lávica/p -Lázaro -lâmina/p -lâmpada/p -lânguido/fp -lã/p -lãzudo/fp -légua/p -lémure/p -lépido -léria -Lérida -lés/p -lésbico/fp -lésbio -lético -léu -léxico/fp -lêem -lêndea -lês/fp -Líbano -líbero/p -líbio/fp -lícito/Ifp -líder/p -Lídia -límbico/f -límpido/fp -língua/p -lípidos -líquen/p -líquido/fp -lírica/Ip -lírico/fp -lírio -lítico/fp -lítio -lívido/fp -lóbulo/p -lógico/Hfp -lôbrego -lúbrico/fp -Lúcia -lúcido/fp -Lúcifer -lúcio/p -lúdico/fp -lúgrebe -lúgubre/p -lúmen -lúpulo -lúpus -ma/hpt -Maastricht -macabeu/p -macabro/fimp -macacada -macacal -macacaria/p -macaco/Gfhp -macacão -macaense/p -macambuzice -macambúzio -macanicismo/p -macaquear/DKYZcfp -macaqueiro -macarronismo/p -macarrão -macarrónico -Macau -mace/fp -Macedo -macedónico -macedónio/fp -macerar/c -macete -machadar/KXYZfp -machadinha -machado/fp -Machico -macho/fipt -machucadura -machucar/DKXYZcfp -machão/p -macia/py -macicez -maciez -macieza -macilento -macilência/p -Macintosh -macio/fp -maciço/fmp -macrobiotismo/p -macrobiótica -macrocefalia -macrocefálico -macrocéfalo -macroeconomia -macroscópico/fp -macroscópio -macrósporo/fp -maculado/Ifp -macular/DKXYZfpv -Macário -Madagáscar -Madalena -madama/i -madeirar/KXYZfp -madeirense/p -madeiro/fy -madeixa -Madeleine -madona/p -Madonna -madrasta/p -madre/p -madrepérola -madressilva -Madrid -madrileno/fp -madrilense/p -madrinha/p -madrugar/DKXYZfp -madurar/DKXYZfp -Madureira -maduro/fmp -maestro/fp -Mafalda -mafarrico -mafia/pw -Mafra -mafrense/p -Magalhães -maganice -maganão/p -magazine/p -magenta -magia -magiar/p -magicar/KXYZfp -magistrado/fp -magistral/dmp -magistratura/p -magistrático/fp -magistério -magma/p -magmatismo/p -magmático/fp -magnanimamente -magnanimidade/p -magnate/fp -magnesiano/fp -magnete/ij -magnetite -magnetizar/DKXYZcfnpv -magneto/ij -magnetão -magnificar/DKXYZcfp -magnificatório -magnificente/ps -magnificência/p -magniloquência/p -magnitude -magno/fp -magnânimo -magnésio -magnético/Hfp -magnífico/Hfp -magnólio/f -magnório -mago/fp -magoar/KXYZfp -magoativo -magote -Magrebe -magrebino/fp -magrete -magreza/p -magricela/p -magro/fp -magrote -magusto -maiato/fp -mail/p -mainframe/p -maio/Sf -maionese/p -maior/dps -maioral/p -Maiorca -maioria/p -maioritário/Hfp -maiúsculo/fp -majestade/p -majestoso/fmp -majestático/fp -major -majorar/cn -majoria -mal/efp -malabarismo/p -malabarista/p -Malaca -malaguenho -malagueta -malaio/fp -malandragem -malandrar/KXYZfp -malandraço -malandrete -malandrim -malandro/Gfp -malandrote -malandrão -Malanje -malaquês -malar/p -Malawi -malbaratar/DKMXYZfp -malbaratear/KYZfp -malcheiroso -malcozer/KXYZfp -malcriadez -malcriado/fp -maldade/p -maldisposto/fp -malditoso -maldizer/KZnp -maldiçoar/KXYZfp -maldição/p -maldoso/m -maleabilizar/KXYZfp -maledicente -maledicência/p -maleficientíssimo -maleficência/p -malefício/p -maleinai/p -maleinamos -maleineis -maleinemos -maleta/p -malevolamente -malevolente -malevolência/p -maleável/d -maleínam -maleíne/fp -maleínem -maleíno/f -malfadar/KXYZfp -malfalante/p -malfazer/KZnp -malfeito -malfeitor/p -malfeitoria -malferido -malformação/p -malga/p -malgache/p -malgovernar/KXYZfp -malhadiço -malhar/DKXYZfop -malho/fp -Mali -maliano/fp -malicioso -malignar/KXYZfnp -maligno/dfmp -maliquismo/p -maljeitoso -malmequer -malograr/KXYZfp -malote -malparar/KXYZfp -malparir/XYfp -malqueira/p -malqueirais -malqueiram -malqueiramos -malquer/p -malquerei/p -malquerem -malqueremos -malquerendo -malquerença -malquerer/np -malquererdes -malquererei/p -malquererem -malquereremos -malquereria/p -malquereriam -malquerermos -malquererá/p -malquererão -malquereríamos -malquereríeis -malqueria/p -malqueriam -malquerido/fp -malquero -malqueríamos -malqueríeis -malquis -malquisemos -malquiser/fp -malquiseram -malquiserdes -malquiserem -malquisermos -malquisesse/p -malquisessem -malquiseste/p -malquistar -malquiséramos -malquiséreis -malquisésseis -malquiséssemos -malta -maltase -malte -maltose -maltrapilho -maltratar/KXYZfp -maltês/f -malucar/KXYZfp -maluco/Gfp -maluquear/KYZfp -maluqueira -Malva -malvadez -malvadeza -malvado/fmp -malvasia -malventuroso -malária -Malásia -maléfico -malévolo -malícia -malíssimo/H -mamadeira/S -mamadouro -mamadura -mamal/p -mamalhudo -mamalógicas -mamar/KSXYZfp -mamarracho -mame/fpw -Mamede -mamelucos -mames/IS -mamiforme -mamilar/p -mamiliforme -mamilo/fp -mamiloso -mamoca -mamoeiro -mamografia/pr -mamudo/fp -mamute/p -mamário/f -mamã -mamãe -mamão -mamífero/p -manancial -manar/KXYZfp -mancar/KXYZfp -mancebia -mancebo/fp -manchar/KSXYZfp -Manchester -manchete/p -manchinha -manchu/p -Manchúria -mandar/DKMXYZfnp -mandarete -mandarim/p -mandarino -mandatar/KXYZfpv -mandato/fp -mandatário/fp -Mandela -mandibular/c -mandioca -mandriar/KXYZfp -mandrionar/KXYZfp -mandrião/bfp -manducar/KXYZcfp -mandão/p -mandíbula/p -maneio -maneira/hipt -maneirado -maneiro/fhit -maneiroso -manejar/DKXYZfpv -manequim/p -maneta/p -maneável/d -manganésio -mangar/KXYZfp -Mangualde -mangueira/p -mangueiral -manguito -mangão -manha/pw -manhoso/fmp -manhã/p -manhãzinha -mania/pr -Manica -manicomial -manicura/p -manicómio/p -manifestar/DKXYZcfnp -manifestativo/p -manifesto/fmp -Manila -manipular/DKXYZcfpv -manipulativo -maniqueus -maniqueísmo/q -manivelar/KXYZfp -manjar/KXYZfp -manjedoira/p -manjedoura/p -manjerico/p -mano/fp -manobrar/DKXYZfp -manobre/fpt -manobreiro -manométrico -manquejar/KXYZfnp -manquitar/KXYZfp -mansarda -mansidão -manso/fhmp -mansão/p -manta/hp -manteiga -Manteigas -manteigoso -manteigueiro/f -manteiguento -mantemos -mantende/p -mantendo -mantenhais -mantenham -mantenhamos -mantenho/f -mantens -manter/Mp -manterdes -manterei/p -manterem -manteremos -manteria/p -manteriam -mantermos -manterá/p -manterão -manteríamos -manteríeis -manteve -mantido/fp -mantinham -mantissa/p -mantive -mantivemos -mantiver/fp -mantiveram -mantiverdes -mantiverem -mantivermos -mantivesse/p -mantivessem -mantiveste/p -mantivéramos -mantivéreis -mantivésseis -mantivéssemos -manto/fp -mantém -mantêm -mantínhamos -mantínheis -manual/mp -Manuel -Manuela -manuelino/fp -manuelista -manufactor -manufacturar/KXYZfpv -manufactureiro -manus -manuscrever/KXYZfp -manuscrito/fp -manusear/KMYZcfpv -manutenção -manutenível -manzanas -manápula -manípulo/p -manómetro/p -Mao -maometa/i -maometanizar/KXYZfp -maometano/ijp -Maomé -mapa/p -mapear/KMYZfp -mapira -Maputo -maqueiro/p -maqueta/p -Maquiavel -maquiavelice -maquiavelismo/p -maquiavelista -maquiavelizar/KXYZfp -maquiavélico -maquilhagem -maquilhar/KXYZfp -maquinabilidade/p -maquinagem/p -maquinal/p -maquinar/DKXYZcfp -maquine/fipt -maquineta/p -mar/KZcp -maracujá/p -marajá/p -Maranhão -marasmar/KXYZfp -marasmático/fp -maratona/pt -maravilhar/KXYZfp -maravilhe/fpw -maravilhoso/fmp -marcadoiro -marcadouro -marcar/DKXYZcfmnp -Marcel/it -Marcelino -Marcelo/it -marcenaria/p -marceneirar/KXYZfp -marchal/p -marchar/DKXYZfnp -marcial/p -marciano -marco/fp -Marconi -Marcus -marear/KYZcfnp -marechal -marejar/KXYZfp -maremoto/mp -maresia -marfim/p -margarida -margarina -margarita -margas -margem/p -marginal/dijmpt -marginalizar/KXYZcfnp -marginar/DKXYZcfp -margoso/fp -margraviado -Margão -marial -marialva/p -mariano/f -maricas -maricão -maridança -marido/p -Marie/f -marijuana -Marilyn -Marim -marimbar/KXYZfp -marina/ip -marinhagem -marinhar/KXYZfp -marinho/fpy -mariolar/KXYZfp -mariole/Gfp -marioneta/p -mariposa/p -mariquice -mariquinhas -mariscar/KXYZfp -marisco/fp -marisqueiro/f -maritabilidade/p -marital/m -Mariz -Mark -marmanjaria/p -marmanjo/p -marmanjola -marmanjão -marmelada -marmeladeira -marmelo/py -marmita/p -marmorear/KYZfp -marmoreiro/f -marmorista -marmorizar/KXYZfp -marmota/p -marmóreo -marosca -marotagem -marotear/KYZfp -maroteira -maroto/fp -marques/fp -marquise/p -marquês/fp -marrar/KXYZfp -marreco/fp -marretar/KXYZfp -Marrocos -marroquino/fp -marrão/p -Marselha -marselhês/fp -Marshall -marsupial/p -marta/p -Marte -martelar/DKXYZfp -martele/fhp -marteleiro -martelejar/KXYZfp -martelo/fhp -martelão -Martim/p -Martin -Martinez -Martinho -Martinica -martirizar/KXYZfp -martirológio -Martínez -martírio/p -marujar/KXYZfp -Marvão -Marx -marxista/p -Mary -Marão -Março -maré/p -marécages -Marília -marítimo/fp -mascar/DKXYZfp -mascarar/KSXYZfp -Mascarenhas -mascarilha/p -mascote/p -masculinizar/KXYZfp -masculino/dfijp -maser -masmorra/p -massa/p -Massachusetts -massacrar/KXYZfp -massagem/p -massagista -Massarelos -massaroco/f -masseira -massificar/c -massudo/fp -mastigadoiro -mastigadouro -mastigar/DKXYZcfp -mastigatório -mastodonte/p -mastodôntico -mastrear/KYZfp -mastro/p -masturbar/KXYZcfp -matacão -matadela -matadoiro -matadouro/p -matagal/p -matagoso -matança/p -matar/CDKXYZfp -matemático/Hfp -material/dijmpt -materializar/DKXYZcfnp -maternal/imp -materno/dfp -Mateus -Matias -Matilde -matilha/p -matilheiro -matinal/p -matinar/KXYZfp -matiz/fp -matizar/KXYZcfp -Matos -matosinhense/p -Matosinhos -matoso -matracar/KXYZfp -matraquear/DKYZfp -matreiro/Gp -matriarca -matriarcado -matricial/p -matricular/KXYZfp -matrilinear -matrimonial/mp -matrimoniar/KXYZfp -matrimónio -matriz/p -matrona/p -matronal -matrícula/p -matulo -matulão/p -maturar/DKXYZcfp -maturativo -mature/dfp -matusalém -matutar/KXYZcfp -matute/Gfp -matutino/p -matéria/p -mau/p -maubere/p -mauritano/fp -Mauro -Maurício -mausoléu/p -Mavilde -Max -maxila/p -maxilar/p -maxiloso -maximal/ip -maximamente -Maximiano -Maximiliano -maximizar/KXYZcfp -maxwell -Mazagão -mazelar/KSXYZfp -mazelento -maçadiço -maçadoiro -maçadoria -maçadouro -maçadura -maçaneta -maçar/DKXYZfp -maçarico -maço/fp -maçonaria/p -maçonismo/p -maçonizar/KXYZfp -maçote -maçudo/fp -mação/bp -maçãzeira -maçónico/Afp -me/ft -meado/fp -mealha -Mealhada -mealheiro/p -meandrar/KXYZfp -meandro/fp -meato/p -Meca -mecanicamente -mecanicismo/p -mecanicista -mecanismo/p -mecanizar/KXYZcfp -mecanografia/pqr -mecenas -mecenato/i -mecetona -mecha -meco -mecânico/fmp -medalhar/KXYZfp -medalho/fty -medalhão/p -medalhística -mede/Rp -medeiam/R -medeie/Rfp -medeiem/R -medeio/Rf -Medeiros -medem/R -medi/Rp -mediai/Rp -medial/p -mediamos/R -mediana/ijmpy -mediania/ij -medianizar/KXYZfp -mediano/fijmpy -mediar/DKYZcfnp -mediativo/p -mediatizar/KXYZcfp -mediato/jmp -mediatriz -mediatário -mediação/IRp -medical/p -medicamentar/KXYZfp -medicamente/fpw -medicar/KMXYZcfnpv -medicativo -medicatrix -medicinal/p -medicinar/KXYZfp -medido/RSfp -mediei/Rp -mediemos/R -medieval/p -Medina -mediocremente -mediocridade/p -mediocrizar/KXYZfp -medir/DRYcfpv -meditado/fmp -meditar/CDKXYZcfpv -meditativo -mediterrâneo/fp -mediterrânico/fp -mediático/fp -medo/p -medonho/fp -medrança -medrançoso -medrar/KXYZfp -medrica/p -medronhal -medronho/y -medroso -medula -medular/p -medulina -medulite -meduloso -medusa/p -medão -medíocre/p -megaciclo -megacólon -megadine -megafone/p -megahertz -megajoule -megalomania/pqr -megalítico/p -meigo/Gp -Meije -meio/fp -Meireles -meirinho/p -meiótico -mel/f -melaceiro/p -melancia/py -melancial -melancolia/jp -melancolizar/DKXYZfp -melancólica/Ap -melancólico/Hfp -melanocráticas -Melanésios -melar/KRXYZfp -melaço -Melchior -melga/p -Melgaço -melhor/fmp -melhorar/DKMXYZfp -melhorativo -melhoria/p -meliante/p -melificar/KXYZcfp -Melinde -melindrar/KXYZfpv -melindre/fpw -melindrável/dp -meloa/p -meloal -melodiar/KXYZfp -melodioso -melodista -melodizar/KXYZfp -melodrama/p -melodramatizar/KXYZfp -melodramático/fp -meloeiro/p -melomania/qr -meloso/R -melro/p -melão/p -melífero/f -melífico -melódico/fp -melódicos/A -membrado/S -membrana/pw -membranáceo/f -membro/p -membrudo -memorar/KRXYZcfpv -memorativo/f -memorial/dpt -memoriar/KXYZfp -memorioso -memorizar/KXYZcfp -memoroso -memorável/IR -Memphis -memória/p -menaces -menagem -mencionar/KXYZfpv -mendacidade/p -mendeliana -Mendes -Mendez -mendicante/p -mendicidade/p -mendigar/KXYZcfp -mendigo/fp -mendinho -Mendo -Mendonça -menear/DKMYZfpv -Menelau -Meneses -Menezes -meninez -meninge -meningite -meningítico -meninice -menino/fpy -menir -menisco/p -menopausa -menor/dp -menorizar/KXYZcfnp -menos -menosprezar/DKXYZfpv -menosprezativo -menosprezo/fp -mensageiro/fp -mensagem/p -mensal/dmp -menstrual/p -menstruar/KXYZcfp -mensurabilidade/Ip -mensural/pt -mensurar/DKXYZcfpv -mensurável/dp -mensário/p -menta -mental/djmp -mentalizar/KXYZcfp -mente/Sp -mentecapto -mentem/S -menti/Sp -mentir/Yfpw -mentireiro -mentirola/p -mentol -mentor/p -menu/p -menção/p -meníngeo/f -mercadejar -mercado/p -mercadoria/p -mercantil/ijpt -mercantilizar/KXYZfp -mercar/Dn -mercearia/p -Mercedes -merceeiro -mercenarismo/p -mercenário/p -mercurial -mercuroso -mercê/p -mercúrico/p -mercúrio -merda/p -merecer/DIKMSXYZfmp -merecido/fmp -merenda/py -merendar/KXYZfp -merendeiro/f -meretiz -mergulhar/DKXYZfnp -mergulho/fp -mergulhão -meridiano/fp -meridional/p -Meriterrâneo -meritíssimo -meritório/fp -mero/fmp -merocarso -mertolense/p -mesada -mesaxónico -mescal -mesclar/KXYZfp -mesentério -meseta -mesiçamento -mesmeriano -mesmerismo/p -mesmo/dfmps -Mesopotâmia -mesopotâmico/f -mesozóico/fp -mesquinhar/KXYZfp -mesquinhez -mesquinho/Gfp -mesquita/p -Messalina -messe/p -messiado -messianismo/p -Messias -Messina -messiânico/fp -mesteiral/p -mester -mestiçagem -mestiçar/KMXYZfp -mestiço/fp -mestrado/p -mestral -mestrança -mestraço -mestre/fp -mestria -mestrão -mesurado/Sfmp -mesurar/KSXYZfp -mesureiro -mesão/p -metabolismo/p -metabólico/f -metade/p -metafisicar/KXYZfp -metafisicismo/p -metafisico/fi -metafonia -metaforismo/p -metaforizar/KXYZfp -metafrasta -metafrástico -metafísico/f -metafónico/fp -metafórico/fp -metal/jp -metalescente -metalescência/p -metalicidade/p -metalificação -metaliforme -metalinguagem -metalizar/KXYZcfp -metalomecânica -metalurgia -metalífero/p -metalógica -metalóide -metalúrgico/fp -metamorfismo/pr -metamorfose/p -metamorfosear/KYZfp -metano -metanol -metastático/fp -metastável -metediço -Metelo -meteorito/p -meteorizar/KXYZcfp -meteoro/ijp -meteorologia/rt -meter/DKXYZfp -meteórico/f -metical/p -meticuloso/dfmp -metileno -metodismo/p -metodista/p -metodizar/KXYZcfp -metodologia/pqr -metodológico/Hfp -metologia -metonímia -metonímico -metragem/p -metralhar/DKXYZfp -metricistas -metro/p -metrologia/r -metrologista -metropolita/p -metropolitano/fp -metrópole/p -Metz -metáfase -metáfora/p -metáfrase -metálico/fp -metástase -metátese/A -metílico -metódico/Hfp -meu/p -mexedela -mexediço -mexedura -mexer/DKXYZfp -mexericar/KXYZfp -mexeriqueiro/f -mexicano/fp -mexilhoeira -mexilhão/p -mezinhar/KXYZfp -mezinhe/Gfp -mezinheiro -meândrico -meçais/R -meçam/R -meçamos/R -meço/Rf -mi/R -miadura -mialgias -Miami -miar/DKXYZfop -miau -mica -micelial -Michael -Michaelis -Michigan -mico -micorrizas -micose/p -micro/f -microbial -microbiano/fp -microbicida -microbiologia/qr -microbiologista -microcefalia -microclima -microcomputador/p -microcosmo/p -microcéfalo -microcódigo -microcósmico -microdecisões -microfibrilhas -microfilme/p -microflora -microfone/p -microfonia -microfono -microfotografia/pqr -microfísica -microfónico -micrograma/p -microgravar/KXYZcfp -microlitro -microlítica -micromemória -micrométrico -micronodular -micronutrientes -microrganismo/p -microrradiografia/pqr -microscopia -microscópico/fp -microscópio/p -Microsoft -micróbio/p -micrófito -micrólitos -micrómetro -micrósporos -micrótomo -micturiação -mictório -micélio/p -micénico/fp -Midas -mielocitária -mielopoiese -migalharia/p -migalhice -migalho/f -migas -migmatitos -migo -migrar/DKXYZcfnp -migratório/fp -Miguel -miguelismo/p -miguelista/p -mijada/py -mijadeiro/f -mijadela -mijadoiro -mijadouro -mijar/KXYZfp -mijinha -mijo/fp -mijoca -mijona -mijão -mil -milagre/pw -milagreiro/f -milagrento -milagroso/fmp -milagrório -milanês/fp -milenar -milenário/fp -miles -Mileto -milhafre -milhal -milhar/p -milharada -milhaça -milheiral -milho/fp -milhão/p -miliampere/p -milibares -miliciano/p -miligrama/p -mililitro/p -milionário/fp -milionésimo -militante/mp -militar/KXYZfimnpt -militarismo/Ap -militarizar/KSXYZcfp -militância/p -miliários -Mille -Miller -Milner -milorde -Milton -Milão -milénio/p -milésimo/fp -milícia/p -milímetro/p -mim/fw -mimalheiro -mimalho/Gfp -mimanço -mimar/KXYZfp -mime/Gfpw -mimetismo/p -mimetizar/KXYZcfnp -Mimi -mimiambos -mimicamente -mimo/fpw -mimosear/KYZfp -mimético -mimóseo -mina/py -minagem/Sp -minar/DKXYZfp -Mindelo -mindinho -mineral/jp -mineralizar/DKXYZcfp -mineralogia/r -mineralogista -mineralurgia -mineralógico/Hfp -mineralúrgico -minerar/KXYZcfp -minerva -Ming -mingar/KXYZfp -mingua -minguai/p -minguamos -minguar/KYZfnp -mingúe/p -mingúem -Minho -minhoca/p -minhoquices -minhoteiro -minhoto/fip -mini -miniatural/p -miniaturar/KXYZfp -miniature/fpt -minicomputador -minifúndio -minimal/impt -minimamente -minimidade/p -minimizar/KXYZcfp -ministerial/ipt -ministeriável -ministral/p -ministrar/DKXYZcfnp -ministro/fp -ministério/p -Minneli -Minnesota -mino/fy -minor/fp -minorar/KXYZcfnp -minorativo -minorca -minoria/p -minoritário/fp -minotaurizar/KXYZfp -Minotauro -Minsk -mintais/S -mintam/S -mintamos/S -minto/Sf -minucioso/dfm -minusculamente -minutar/DKXYZfp -minuto/fp -minério/p -miníma/p -minúcia -minúsculo/fp -miocárdio/p -miocénico -miolada/S -mioleira -miolo/p -mioloso -mioludo -miopia/p -miosótis -mirabolante/p -miracular/KXYZfp -miracule/fpw -miraculoso/fmp -miradoiro/p -miradouro/p -Miragaia -miragem/p -Miranda -Mirandela -mirandense/p -mirandês/fp -mirar/KXYZfnp -mirmecófilas -mirolho -mirone/p -mirrar/DKXYZcfp -mirtoso -miríada -miríade -misantropia/i -misantropo/i -misantrópico -miscelânea -miscigenação -miscível -miserar/KXYZfpv -misericordioso/fm -misericórdia/p -misero/fm -miserável/mpt -misogamia -misoginia -missal/p -missam/u -missanga -missar/KXYZfp -misseiro -missiologia/pr -missionar/KXYZcfip -missionário/fp -mississipiano -missivo/f -misso/Ru -missão/Ru -missões/R -mistela/p -mister -misterioso/fmp -misticidade/p -misticismo/p -mistificar/DKSXYZcfp -misto/fp -mistral -misturadeira -misturar/DKRXYZfpv -mistureiro -mistério/p -miséria/p -misérrimo -misógamo -misógino -mitificar/KSXYZfp -mitigar/DKXYZcfpv -mitigativo -mitigatório -Mitilene -mito/ip -mitologia/pqr -mitologista -mitonímia -mitose -mitral/p -mitrar/KXYZfp -mitógrafo -mitómano/fp -miudagem -miudamente -miudeza/p -miudinho/fp -mixordeiro -mixórdia -miúda/Sp -miúdo/fp -mm -MNE -mnemonizar/KXYZcfpv -mnemónico/fp -mnésico/f -mo/fpt -moagem/p -moais/R -moam/R -moamos/R -mobilar/DKXYZcfp -mobile/dfijp -mobilidade/Ip -mobilismo/Ip -mobilista/I -mobilizar/DKXYZcfpv -mobiliário/Ip -mobília/p -moca/Rp -mocada/R -mocetão -mochila/p -mocho/p -modal/dip -modelagem -modelar/DKXYZcfpv -modelizar/KXYZcfnp -modelo/fjp -modelos/u -modem -modema -moderado/Ifp -moderar/DKXYZcfmnpv -moderativo -modernizar/KXYZcfp -moderno/Gdfijmpst -modestaço -modesto/Ifmps -modicar/KXYZfp -modico/df -modificar/DKXYZcfpv -modificativo -modo/fpt -modorral/p -modorrar/KXYZfp -modorrento -modulagem -modular/DKXYZcdfmnp -modularizar -modus -modéstia -moeda/py -moedeiro/f -moedela -moedouro -moedura/R -moei/Rp -moela/p -moem/R -moemos/R -moendo/R -moer/DMfp -moera/Rp -moeram/R -moerdes/R -moerei/Rp -moerem/R -moeremos/R -moeria/Rp -moeriam/R -moermos/R -moerá/Rp -moerão/R -moeríamos/R -moeríeis/R -moesse/Rp -moessem/R -moeste/Rp -moeu/R -mofento -mofo -mofoso -Mogadouro -moge/p -mogem -mogno/p -mogol -Mohâmede -moido/Rfp -Moimenta -moinar/KXYZfnp -moiriscado -moirisco -moiro/fp -moiseísmo -moiseísta -Moisés -moita/p -moitense/p -mola/hpy -molangueirão -molanqueirice -molanqueiro -molanqueirão -molar/Ip -moldagem -moldar/DKXYZcfpv -moldurar/KXYZfp -moldureiro -Moldávia -mole/Ifp -molecada -molecular/p -moleirinha -moleiro/fp -molengar/KXYZfp -molengueiro -molengão/p -moleque/p -molestar/DKXYZfp -moleta -molete/p -moleza -molhadura -molhagem -molhança -molhar/KXYZfop -molhe/fhp -molheira -molho/fhp -molibdénio -moliceiro/p -molieresco -molificar/KXYZcfnpv -molificativo -molinar/KXYZfp -molinete -molinha/py -molinhar/KXYZfp -molinheiro/f -moliço -Molière -molusco/p -moluscóide/p -molássicos -molécula/p -moléstia/p -momentaneamente -momento/hp -momentoso/p -momentâneo/f -monacal -monada -monarca/ip -monarquia/ijprt -monarquizar/KXYZfp -monasterial -monastical -Monchique -monco/p -Moncorvo -moncoso -mondar/KXYZfp -Mondego -Mondim -monetarismo/p -monetarista -monetizar/KXYZfp -monetário/Hfp -Monforte -Monfortinho -monge/p -mongol/ip -mongolóide -Mongólia -mongólico -monhé -monitor/p -monitoria/j -monitorial -monitorizar/KXYZcfnp -Moniz -monja/p -monjal -mono/fit -monoatómico -monocarpelar -monocelular/p -monociclo -monoclínico/f -monocordo -monocromatismo/p -monocromia -monocromo -monocromático/fp -monocular -monoculizar/KXYZfp -monocultura/pq -monocárpicas -monocíclico/fp -monocórdico/fp -monocórdio -monodáctila -monoespecíficos -monofisitas -monogamia -monogenia/i -monogenético/fp -monografia/pqr -monograma/t -monogramático/fp -monogâmico -monogénese -monogénico -monoidal -monoideísmo -monolitismo/p -monologar/KXYZfp -monologia/r -monolugar/p -monolítico/f -monomorfismo/pr -mononucleose -monopolista -monopolizar/DKXYZcfp -monopólio/p -monorrítmico -monossacárido/p -monossilabismo/p -monossilábico/f -monossílabo/p -monotelismo/p -monotelita -monoteísmo/pq -monotonamente -monotonia -monotónico -monovalente -monovariável/p -monoácido -Monroe -Monsanto -Monsaraz -monsenhor -monsenhorado -monsenhoria -monstro/p -monstruoso/df -montagem/RS -montagens/S -Montalegre -Montalvão -montanha/ipwy -montanheiro/f -montanhês/p -montano -montar/CDKXYZfnpv -Montebelo -Montecorvo -Monteiro -Montejunto -Montemor -montenegrino/fp -Montenegro -Monterverdi -montes/fp -montesinho -montesino -Montesquieu -Monteverdi -Montevideu -Montgomery -montijo -Montpellier -montra/p -Montreal -montão/p -montês/fp -montículo/p -monumental/djp -monumentalizar/KXYZfp -monumento/p -monumentoso -Monza -monzonitos -monárquico/Afp -monástico/fp -monístico -monóculo/p -monódico -monógamo -monóide -monólogo/p -monótono/fp -moo/Rfh -Moore -moradio/f -moral/dijmpt -moralizar/DKSXYZcfnp -morangal/p -morango/p -morangueiro/f -morar/DKXYZfp -moratório/f -morbidez -morbideza -morcegal -morcego/p -morcegão/p -morcela -mordaz/dp -mordaça -mordedela -mordedura/p -morder/DKMXYZfnp -mordicar/KXYZcfnp -mordicativo -mordiscar/KXYZfp -mordomar/KXYZfp -mordomeiro -mordomia/p -mordomo/Gf -moreia/p -Moreira -morenado -moreno/fp -morfema/p -morfina/ij -morfinizar/KXYZfp -morfismo/p -morfofuncional -morfogenia -morfogenética/p -morfologia/r -morfológico/Hfp -morfético -morgadio/f -morgado/p -Morgan -morgue/p -moribundo/fp -Morin -mormente -mormonismo/p -morno/fp -moroso/dfm -morrediço -morredoiro -morredouro -morrer/KXYZfp -morrinhar/KXYZfp -morrinhe/Gfp -morrinhento -morrinhoso -morro/fp -morsa/p -mortadela -mortal/dmp -mortalhar/KXYZfp -mortandade/p -morte/fp -morteirada -morticínio -mortificar/DKXYZcfnp -mortificativo -morto/fpy -mortualha -mortuoso -mortuário/f -Mortágua -mortífero/fp -mortório -Morávia -mosaico/p -mosaísta -mosca/p -moscado/f -moscardo -moscaria/p -moscatel -moscovita/p -Moscovo -moscão -mosquedo -mosqueiro -mosquetada -mosquetaria/p -mosquetas -mosquete/p -mosquetear/KYZfp -mosqueteiro/p -mosquinha -mosquitada -mosquiteiro -mosquito/p -mossar/KXYZfp -mostarda/py -mostardal -mostardeiro/f -mosto/y -mostradela -mostragem -mostrar/DKXYZfp -mostrengar/KXYZfp -mote/fp -motel/p -motilidade/p -motim/p -motinar/KXYZfp -motineiro -motinoso -motivar/DKSXYZcfp -motivo/fp -moto/Rfp -motocicleta/p -motociclo/ipt -motonáutica -motor/fpt -motora/jpt -motorizar/KXYZcfp -Mototola -motriz/dp -mouco/fp -mouqueira -mouquice -mouraria/p -mourejar/KXYZfp -mourisco/f -mouro/fp -mourão -Moutinho -movediço/fp -mover/DKMXYZfnpv -movimentar/KXYZcfp -Mozart -mozarábico/fp -mozárabe/p -moça/hp -moçada -moçalhão -moçambicano/fp -moçambique -moçarábico -moço/dfhp -moçárabe/p -Moçâmedes -moção/Rp -moêramos/R -moêreis/R -moêsseis/R -moêssemos/R -moí/Rf -moíam/R -moíamos/R -moído/fp -moíeis/R -MP -MPLA -muares -muatazilies -muchacho -muco/w -mucoso/dfp -mucóide -mudadiço -mudança/p -mudar/DKXYZfpv -mudez -mudo/fmp -mugi/p -mugir/DYfp -mui -muito/fps -mujais -mujam -mujamos -mujo/f -mula/p -mulada -mulataria/p -mulato/fhp -muleta/p -muletada -muleteiro -mulher/p -mulheraça -mulherengo -mulherico/f -mulheril -mulherinha -mulherio -mulherzinha -mulherão -Muller -mulola -multar/KXYZfp -multi -multiangular -multiatómico -multibanco -multicelular -multicolor/p -multicolore/p -multicolorem -multicolori/p -multicolorir/Yfp -multicolurais -multicoluram -multicoluramos -multicoluro/f -multiconjunto/p -multicor -multicultor -multidimensional -multidão/p -multiface -multifloros -multiforme -multilateral/fp -multilingue/p -multilíngua -multimilionário/fp -multimédia -multinacional/p -multipartidário/fp -multiplamente -multiplexado/p -multiplicando/p -multiplicar/DKSXYZcfpv -multiplicativo/fp -multiplico/df -multipolar/p -multiprograma/p -multirracial/p -multitude -multiálgebra/p -multímetro -multíplice -mumificar/DKXYZcfnpv -mundanal/d -mundano/dfip -mundial/jmp -mundializar/DKXYZcfp -mundividência/p -mundo/Ipu -mungidura -mungir/MXYfp -municipal/dijpt -municipalizar/KXYZcfp -município/p -Munique -munir/XYcfp -munícipe/p -mural/p -muralhar/KXYZfp -murar/KMXYZfp -murchar/KXYZfp -murchidão -murciano/fp -Murdock -murmuradeira -murmurar/DKXYZcfnp -murmurativo -murmurejar/KXYZfp -murmuroso -murmúrio/p -muro/fp -Murphy -murraça -murro/p -Murtosa -murário -Murça -musa/p -musal -musaranho/p -muscle -muscoso -musculado/fp -muscular/cp -musculatura -musculoso/dfp -museologia/qrt -museu/p -musgo/p -musgoso -musguento -musical/dmp -musicar/KXYZfnpv -musicata -musicologia/qrt -musiqueta -Mussolini -mutante/p -mutarrotação -mutatório -mutação/ip -mutilar/DKXYZcfnp -muto/i -mutual/dipt -mutuar/DKXYZcfnp -mutuo/fm -mutuário -mutável/Idp -muçulmano/fip -má/p -mácula -mágico/fp -mágoa/p -Málaga -máquina/p -Márcio -Mário -mármore/p -mártir/p -máscara/p -másculo/fp -mássico -máximo/fp -mãe/p -mão/aefg -mãozada -mãozeira -mãozinha -mãozudo -médico/fp -médio/fp -médios/R -médium -Mérida -mérito/IS -méritos -Mértola -mésico -método/p -métrico/Hfp -métron -México -Mêda -mênstruo -mês/fp -mícron -míldio -mímico/f -míngua -mínimo/fp -míope/p -míscaro -mísero/p -mísseis/R -míssil/a -místico/fp -mítico/fp -mó -móbil/Id -móbiles -módico/f -módulo/p -mói/Rp -Mónaco -mónada/p -Mónica -mór -mórbido/fp -mórmon/p -Mós -móvel/Idp -múltiplo/fp -múltiplos/u -múmia/p -Múrcia -músculo/p -músico/fp -mútuo/fp -nabada -nabal -nabinha -nabiça -nabiçal -nabo/p -nacada -nacarado -nacional/dijmpt -nacionalizar/DKRSXYZcfp -naco/p -nadadeira -nadadura -nadar/DKXYZfnp -nadegada -nadegudo -nadegueiro -Nadine -nadinha -nafta -naftaleno -naftalina -nagalho -Nagasaki -Nagasáqui -nagens -naifa/t -naifada -naipada -naipe/p -naipeiro -nalgum/fp -namibiano/fp -namoradeiro -namoradiço -namorar/DKMXYZcfp -namoratório -namore/fipt -namoricar/KXYZfp -namorico/fp -namoriscar/KXYZfp -nanar/KXYZfp -Nanci -Nancy -nane/fip -nanofanerófitas -Nantes -napalm -napoleonismo/p -napoleão -napoleónico/f -napolitano/fp -naquele/fp -naqueloutro/fp -naquilo -narcisar/KXYZfp -narcise/fipt -narcisóide -narcomania -narcose -narcoterapia -narcotina -narcotismo/p -narcotizar/KXYZcfp -narcótico/fp -narigada -narigudo -narigueiro -narigueta -narigão -narina/p -nariz/p -narrar/DKXYZcfpv -narrativo/fp -nas/R -NASA -nasal/defjp -nasalar/KXYZcfp -nasalizar/KXYZcfp -nascediço -nascedoiro -nascedouro -nascença/R -nascer/KMRXYZfnpv -nascituro -Nashville -nata/Sp -natadeira/S -natado/S -natal/d -natalense/p -natalício/fp -natatório/f -natação/S -natento -Natércia -native/dfit -nativo/dfipt -nato/fp -natura/it -natural/dijmpst -naturalizar/KRSXYZcfp -naturam/S -nature/it -natureza/p -Natália -natátil -nau/p -naufragar/KXYZfnpv -naufragoso -naufrágio/p -nauseabundo -nausear/KYZfnp -nauseativo -nauseento -nauseoso -naval/p -navalhar/KXYZfp -navalhe/fpt -navalheira -navalhão -navarro/fp -nave/p -navegar/DKXYZcfnpv -navegável/dp -navio/p -nazareno -nazarismo/p -Nazaré -nazi/Ap -nazismo/Ap -nazista/Ap -nação/p -NBA -neandertalóides -neantropianos -neblina/p -nebulizações -nebuloso/dfm -Necas -necessidade/p -necessitar/KXYZfnp -necessitoso -necessário/HSfp -necrofilia/q -necrofobia/q -necrologia/qr -necrológio -necrose -necrópole/p -necróticas -nectarizar/KXYZfp -nectarífero -nectáreo -nectário -neerlandesa -nefasto/fp -nefelina -nefelínico -nefrite -nefrónios -negar/DKXYZcfpv -negativar/KXYZfp -negativo/dfimpt -negatório -negligenciar/KXYZfpv -negligente/mp -negligência/p -negoceiam -negoceie/fp -negoceiem -negoceio/f -negocial/p -negociar/DKMXYZcfnpv -negociata/p -negocie/fpw -negociável/dp -negrada -negraria/p -negraço -negridão -negritude/p -negro/fhpy -negrume -negrura -negrão -negróide -negócio/p -Neil -Neiva -nele/fp -Nellie -Nelson -nem -nematóides -Nemo -Nemésio -nenhum/fp -nenhures -nené/p -nenúfar -neocatolicismo/p -neocatólico -neoclassicismo/p -neoclássico/fp -neocolonialismo/p -neocolonialista -neocriticismo/p -neogótico/fp -neokantiano/fp -neokantismo/p -neolatino/fp -neoliberal/ip -neologia/ir -neolítico/fp -neomarginalista/p -neoplatonismo/p -neoplatónico/fp -neoplásicas -neotropical -neozelandês/fp -Nepal -neperiano/fp -nepotismo/p -nepotista/p -neptuniano/fp -Neptuno -Nero -nervado -nerval -nervação -nervino -nervo/pw -nervoso/dfimps -nervudo -nervura/p -nesciamente -nesga/p -nesita -nespereira/p -nesse/fp -neste/fp -Nestor -nestoriana -netalhada -neto/fp -neural -neuralgia -neurastenia -neuro -neurocirurgia -neurocirurgião -neurocirúrgico -neurocrânio -neurologia/qrt -neuroma -neuromuscular/p -neuronal/p -neuroparalisia -neuropatia/pqr -neuropatologia/r -neuropsicologia/qr -neuropsíquico/f -neurose/p -neurálgico -neurónico -neurónio/p -neurótico/fp -neutral/dijmp -neutralizar/KXYZcfnp -neutreto -neutrino/p -neutro/fp -neutrofilia/pq -neutropenia -neutrão/Ap -neutrónico -nevada -nevar/c -nevasca -neve/p -neviscar/KXYZfp -nevoar/KXYZfp -nevoaça -nevoeira -nevoeirada -nevoeirento -nevoeiro -nevoentar/KXYZfp -Nevogilde -nevoso -nevralgia/i -nevrologia/qr -nevrose -nevrálgico/f -nevrótico/A -nevão/p -Newcastle -Newman -newton -newtoniano -nexo/p -neófito -neólogo -nicanço -nicar/KXYZfp -Nicarágua -Nice -nicho/p -Nick -nicles -Nicolas -Nicolau -nicotino/fi -nicotizar/KXYZfp -nicotínico -nidação -nidificar/KXYZcfp -nidícola -Nietzsche -nigeriano/fp -Nigéria -niilificação -niilismo/p -niilista -Nilo -Nilsson -nimbo -nimboso -ninar/KXYZfp -ninfa/p -ninfomania/pqr -ninfóide -ninguém -ninhal/p -ninhar/KXYZfp -nini -nipo -nipónico/fp -nique/Gp -niquento -nirvana -Nisa -nisso -nisto -nitidamente -nitidez -nitral/p -nitrar/KXYZcfp -nitratar/CKXYZfp -nitrato/fp -nitrificar/KXYZcfnp -nitrilos -nitrito -nitroglicerina -nitrogénio -nitroso -nivação -nivelar/DKMSXYZcfp -niviforme -nivoso -nizâmida -no/fhp -Nobel -nobiliário/p -nobiliárquico/fp -nobilíssimo/f -nobre/mp -nobrecer/KXYZfp -nobreza -nocional -nocivo/dfmp -nocturnal -nocturno/fp -noctívago/fp -nodal/p -nodes -nodo/p -nodoso/d -nodular/KXYZfp -noduloso -noema -noemático/fp -noese -nogueira -nogueirado -nogueiral -noitada/p -noite/p -noitinha -noival/p -noivar/KXYZfp -noivo/fp -nojeira -nojento/fp -nojo/G -nojoso -nomadismo/p -nomadizar/KXYZfp -nome/Rp -nomeado/fmp -nomeadura -nomear/DKYZcfnp -nomenclar/DKXYZfp -nomenclatura -nominal/dimpt -nominativo/fp -nominação -nonagenário -nonagésimo -nono/f -nora -nordestada -nordeste -nordestear/KYZfp -nordestia -nordestino/fp -norma/p -normal/djmpst -normalizar/KXYZcfpv -Normandia -normando/p -normativo/dfp -noroeste -noroestear/KYZfp -Noronha -nortada -norte/St -nortear/KSYZcfp -nortenho/fp -Norton -Noruega -norueguês/fp -nosso/fp -nostalgia/p -nostálgico/fp -notabilizar/KXYZfp -notacional/mp -notar/CDKXYZcfpv -notariado -notarial/p -noticiar/DKXYZfpv -noticiarista -noticie/fpw -noticiário/p -notificar/DKXYZcfnp -notificativo -notificatório -notocórdio -notoriedade/p -Notre -Nottingham -notário/p -notável/dmp -notícia/p -notório/Hfp -noutro/fp -noutrora -novato/p -nove/Gdfs -novecentista/p -novecentos/f -novelar/KXYZfp -novelesco -novelista -novelo/fpy -Novembro -novenal -noveno/f -novense/p -noventa -novenário -novilatina -novilatinos -novilho/fp -noviorquino -noviço/fp -novo/dfmps -noz/p -Noé -nu/mp -nua/mp -nublar/KXYZfp -nubloso -nuca -nucal -nucleal -nuclear/Ap -nucleicos -nucleão/p -nucleófila/p -nudação/S -nudez/S -nudeza -nudismo/p -nudista -nulo/dfmp -num/fp -numantino -numeral/p -numerar/DKXYZcfpv -numerativo -numerológica -numeroso/dfps -numerário -numismata -numismático/fp -numérico/Hfp -nunca -nunciatura -Nunes -Nuno -nupcial/dp -Nuremberga -nutricional/p -nutriente/p -nutrificar/KXYZfp -nutrimental -nutrir/DMXYcfpv -nutritivo/fp -nutrício -nutrível/dp -nuvem/p -nylon -nádega/p -Nápoles -náufrago/p -náusea/p -náutico/fp -não/f -néctar -néon -Néri -nérveo -néscio/fp -névoa/p -nê -nêspero/f -níquel -nítido/fp -nítrico/fp -nível/Sp -níveo -nó/p -nódoa/p -nódulo/p -nómada/p -nórdico/fp -Nôtre -núcleo/p -núdeos -número/p -núncio -núpcias -núveo -o/u -Oakland -oasiano -obcecado/fmp -obcecar/DKXYZcfnp -obedecer/KSXYZfp -obediencial -obediente/Sm -obediência/p -obeliscal -obelisco/p -obeso/dp -objectal/p -objectar/CKXYZfnpv -objecte/dfp -objectivar/KXYZcfnpv -objectivo/dfimptu -objecto/dfp -objector/fp -oblato/f -obliquai/p -obliquam -obliquamos -obliquar/KYZfp -obliquei/p -obliquemos -obliquo/dfm -obliquém -obliqúe/p -obliqúem -obliterar/KXYZcfnp -oblíquo/fp -obovadas -oboé -obra/py -obrar/DKXYZfnp -obrigacionário -obrigar/DKXYZcfnp -obrigativo -obrigatoriedade/p -obrigatário -obrigatório/HSfp -obrigação/pt -obro/fy -obsceno/dfmp -obscurante/ijpt -obscurantizar/KXYZfp -obscuração -obscurecer/KMXYZfp -obscuro/dfmp -obsequeiam -obsequeie/fp -obsequeiem -obsequeio/f -obsequente -obsequiai/p -obsequiamos -obsequiar/DKYZfp -obsequiei/p -obsequiemos -obsequioso/dm -observacional/mp -observante/Ip -observar/DKXYZcfnpv -observatório/p -observância/Ip -obsessionante/p -obsessivo/fmp -obsesso -obsessor -obsessão/p -obsolescência/p -obsoleto/fp -obstaculizar/KXYZcfnp -obstar/KXYZfnp -obstativo -obstetra/p -obstetrical -obstetrícia/p -obstinar/KXYZcfmp -obstroem/S -obstruais/S -obstruam/S -obstruamos/S -obstrucionista -obstruem/S -obstruente -obstrui/Sp -obstruindo/S -obstruir/CS -obstruirdes/S -obstruirei/Sp -obstruiremos/S -obstruiria/Sp -obstruiriam/S -obstruirmos/S -obstruirá/Sp -obstruirão/S -obstruiríamos/S -obstruiríeis/S -obstruiu/S -obstruo/Sf -obstrutivo/Sf -obstrutor/p -obstrução/ip -obstruí/Sfp -obstruíam/S -obstruíamos/S -obstruído/Sfp -obstruíeis/S -obstruímos/S -obstruíra/Sp -obstruíram/S -obstruíramos/S -obstruíreis/S -obstruírem/S -obstruíres/S -obstruísse/Sp -obstruísseis/S -obstruíssem/S -obstruíssemos/S -obstruíste/Sp -obstrói/Sp -obstáculo/p -obstétrica -obséquio -obtemos -obtende/p -obtendo -obtenhais -obtenham -obtenhamos -obtenho/f -obtens -obtentor -obtenção -obtenível -obter/p -obterdes -obterei/p -obterem -obteremos -obteria/p -obteriam -obtermos -obterá/p -obterão -obteríamos -obteríeis -obteve -obtido/fp -obtinha/p -obtinham -obtive -obtivemos -obtiver/fp -obtiveram -obtiverdes -obtiverem -obtivermos -obtivesse/p -obtivessem -obtiveste/p -obtivéramos -obtivéreis -obtivésseis -obtivéssemos -obturar/DKXYZcfnp -obtuso/dfmp -obtém -obtêm -obtínhamos -obtínheis -obtíveis -obus/p -obviar/KXYZfpv -obvio/fm -Obélix -ocasional/dimpt -ocasionar/DKXYZfp -ocasião/fp -ocaso -occipital/p -occitócica -OCDE -Oceania -oceanicidade/p -oceano/p -oceanografia/pqr -oceánicos -Oceânia -oceânico/fp -ocidental/dijpt -ocidentalizar/KXYZcfp -ocidente -ocioso/d -oclusão -ocluídos -oco/fp -ocorrer/KXYZfnp -ocorrência/p -ocre -octaedro/p -octagenário/fp -octangular -octano/f -octante/p -Octaviano -octaédrico/p -octeto/p -octogenário -octogonal/p -octogésimo -octostilo -Octávio -octógono -ocular/dp -oculiforme -oculista -ocultar/DKSXYZcfnp -oculto/fimpt -oculífero -ocupar/DKXYZcfnp -odalisca -ode/p -odeiam -odeie/fp -odeiem -odeio/f -Odemira -Odete -odiai/p -odiamos -odiar/KYZfpv -odiei/p -odiemos -odiento -odioso/dfmp -odisseia -odisseico -Odivelas -odontogenia -odontogénese -odontologia/qrt -odor/fp -odorar/KXYZfnp -odorata -Odorico -odoro/If -odoroso -odorífero -odorífico -odres -OE -Oeiras -oeste -ofegar/KXYZfnp -ofegoso -ofeguento -ofender/DKXYZfp -ofensa/p -ofensivo/Ifp -ofensor/p -oferecer/DKMXYZfp -oferendar/KXYZfp -oferente -ofertar/KMXYZfnp -ofertório -oficial/dijmp -oficializar/KXYZcfp -oficiar/DKXYZfnp -oficie/fpw -oficina/p -oficinal -oficioso/dfmp -oftalmologia/qrt -oftalmológio/fp -oftalmoterapia -oftálmico -ofuscar/KMXYZcfnpv -Ofélia -ofício/p -ofítica -ogdóade -ogiva/p -ogivado -ogival -OGMA -oh -Ohio -ohmímetro -oirar -oiro/p -oitavo/fp -oitenta -oito -oitocentista/p -oitocentos/f -oiçais -oiçam -oiçamos -oiço/f -Oklahoma -ola/S -olaias -olaria/Sp -oleaginar/KXYZfp -oleaginoso/f -olear/KYZfp -olecraniana -oleento -olefinas -oleicultura/pqr -oleificante/p -oleiro/p -oleoduto/p -oleoso/dfp -oleáceo -oleífero -oleígeno -olfactar/KXYZfp -olfactivo/fp -olfáctico -Olga -olhadela -olhadura -olhal/p -olhar/DKXYZfp -olheiras -olheirento -olhento -olho/fp -olhudo -Olhão -oligarca/p -oligarquia/pr -Oligocénico -oligolecíticos -oligossacáridos -oligoâmnio -Olimpo -olimpíada/p -Olinda -oliva/y -olival/p -olivar -Olivares -olivedo -oliveiral -Olivença -Oliver -olivicultura/pqr -oliváceo -Olivério -olivífero -olmo/py -OLP -olvidaram -olá/S -olé -Olímpia -olímpico/fp -olíveo -Omar -ombrear/KYZfp -ombreira/p -ombro/p -omelete/fp -omisso/f -omissão/p -omissório -omitir/XYfp -omnimoda -omnipotente/p -omnipotência/p -omnipresente/p -omnipresença -omnisciente -omnisciência/p -omnívoro/fp -omoplata/p -OMS -Omã -onanismo/p -onanista -oncologia/rt -onde/f -ondear/KMYZfnp -ondejar/KXYZfnp -ondular/KXYZcfnp -ondulatório/f -onerar/KXYZfnp -onere/fpw -oneroso/dfp -onerário -ONG -onirismo/p -Onofre -onomatologia -onomatopaico -onomatopeia -onomatopeico -onomástico -ontem -ontogenia -ontogénese -ontogénico -ontologia/ir -ontológico/Hfp -Ontário -ONU -onze -onzenar/KXYZfp -onzene/Gfp -onzeno/fy -onzenário -onça/p -onírico/f -OPA -opaco/dfp -opala/jp -opalescer/KXYZfnp -opalescência/p -opalizar/KXYZcfp -opcional/dmp -OPEP -operacional/djmp -operacionalizar/KXYZcfnp -operando/p -operante/Ip -operar/DKXYZcfnpv -operariado -operativo/fp -operatório/fp -opercular -opereta/p -operoso/df -operário/fp -opiar/KXYZfp -opinar/KXYZfnpv -opinativo -opinioso -opiniático/fp -opinião/p -opiologia -opiómano/fp -oponível/dp -opor/Kcnp -oportuno/dfimpt -opositivo -opositor/fp -oposição/pt -opressivo/f -opresso -opressor/fp -opressão/p -opressório -oprimente -oprimir/XYfp -optar/CKXYZcfnp -optativo/fp -opticamente -opticidade/p -optimismo/p -optimista/p -optimizar/KXYZcfp -opulentar/KXYZfp -opulência/p -OPV -opérculo -opúsculo -oracional -oracular/p -oraculizar/KXYZfp -oral/dmp -orangotango -orar/DKXYZcfnp -oratorianos -oratório/Hfp -orbicular -orbital/p -orce/fp -ordeiro/Sfp -ordem/Su -ordenado/fmp -ordenança/p -ordenar/DKMRSXYZcfpv -ordenhar/DKXYZfp -ordens/S -ordinais/u -ordinal/p -ordinante/pu -ordinário/Hfp -ordovícicos -orelha/p -orelhado/f -orelheira -orelhão -Orestes -orfanar/KXYZfp -orfanato/p -orfandade/p -Orfeu -orfeão/p -organicamente -organicismo/p -organicista -organigrama/p -organismo/p -organista -organizacional/p -organizar/DKXYZcfpv -organizativo/fp -orgasmo/p -orgia/p -orgiasta -orgiástico -orgulhar/KXYZfp -orgulhe/fpw -orgulhecer/KXYZfp -orgulho/fpw -orgulhoso/fmp -orgânico/Ifp -orgão/a -orgíaco -oriental/dijpt -orientalizar/KXYZfp -orientar/DKRSXYZcfp -orifício/p -origem/p -original/dmps -originar/DKXYZfp -originário/Hfp -oriundo/fp -orla/p -Orlando -orlar -Orleães -Ormuz -ornamental/p -ornamentar/DKXYZcfp -ornamente/fpt -ornamentária -ornar/DKMXYZfpu -ornato -ornitologia/qr -ornitorrinco/p -Orofernes -orogenias -orogénese -Orontes -orquestral/p -orquestrar/KXYZcfp -orquídea/p -Ortega -Ortigão -ortodoxia/p -ortodoxo/fmp -ortoforia -ortogonal/mp -ortografar/KXYZfp -ortografia/pq -ortográfico/Hfp -ortopedia -ortopedista -ortopédico -ortose -ortógono -orvalhada -orvalhado/p -orvalhar -orvalho -orvalhoso -oráculo/p -orçamental/p -orçamentar/KSXYZcfp -orçamentário -orçar/DKMXYZfp -os -Osaca -Osaka -Osborn -OSCE -oscilar/DKXYZcfnp -oscilatório/f -osciloscópio -osga/p -Oslo -osmótica/p -ossada/p -ossaria/p -ossicular -ossificar/KXYZcfp -ossiforme -osso/p -ossudo/fp -ossículo/p -ossífero -ossívoro -ostensivo/fmp -ostensor -ostensão -ostensível -ostensório -ostentar/DKXYZcfp -ostentativo -ostentoso/mp -osteoclastos -osteolepiformes -osteopatia/pqr -ostra/py -ostracismo/p -ostracizar/KXYZfnp -ostraria/p -ostreicultura/pqr -ostreiro/f -ostreífero -ostricultura/pq -Ostrogodos -ostráceo -ostrífero -Osvaldo -Osório -Otelo -Othello -otomano/fp -otorrinolaringologia/pt -Otávio -Otília -otólitos -ou -ourar/KXYZfp -Ourense -Ourique -ourives -ourivesaria/p -ouriço/p -Ourém -ousadia/p -ousar/KXYZfp -ousia -outeiro/p -outonal/p -outonar/KXYZfp -outoniço -outorgar/DKMXYZfnp -output/p -outrem -outro/fp -outrora -Outubro -ouve/p -ouvem -ouvi/p -ouvinte/p -ouvir/DYfnp -ouçais -ouçam -ouçamos -ouço/f -ovacionar/KXYZfp -oval/efp -ovalar/KXYZfp -ovar/KXYZcfnp -ovarense/p -ovariano -ovelha/p -ovelhada -ovelheiro -overflow -Oviedo -ovificação -oviforme -ovino/p -oviparidade/p -oviscapto -ovni/p -ovo/fp -ovofagia -ovologia -ovopositor -ovovivíparo -ovovíparo -ovular/c -ovuliforme -ovulífero -ovárica/p -ovário/p -ovículo -Ovídio -ovíparo/fp -ovívoro/fp -ovóide/p -Owen -oxalá -Oxford -oxiacetlénica -oxidar/KXYZcfnpv -oxidular/KXYZfp -oxidável/dp -oxigenar/KXYZcfnpv -oxigenável/dp -oxigénio -oxilo -oxónio -ozonar/KXYZfp -ozonificar/KXYZfp -ozonizar/DKXYZcfp -ozónio -oásico -oásis -oídio -PAC -pacatez -pacato/fm -pacatório -pacense/p -Pacheco -pachola -pacholice -pachorra -pachorrento/m -pachá/p -paciente/Imp -pacificar/DKXYZcfp -pacifico/dfm -pacifismo/p -pacifista/p -paciência/Ip -package -pacote/p -pacotilho/f -pacovice -pactear/KYZfp -pacto/Ip -pactuar/KXYZfnp -pactuário -pacífico/Hfp -pacóvio/p -padaria/p -padecer/DKMXYZfnp -padeiro/f -padejar/DKXYZfp -padieira -padinha -padiola -padioleiro -pado -padraria/p -padrasto -padre/hp -padrear/DKYZcfp -padreco/f -padroado -padroeiro/f -padronizar/KXYZfp -padrão/p -pagadoria -pagam/i -paganizar/DKXYZcfnp -pagar/DKMXYZfnpv -paginar/DKXYZcfp -pago/fp -pagode/Gpt -pagodear/KYZfp -pagodeiro/f -pagável/Ip -pagão/ab -pai/hp -PAIGC -painel/p -paio -paiol -paioleiro -pairar/KXYZfp -paisagem/p -paisagismo/p -paisagista -paisagístico/fp -paisanada -paisano/f -Paiva -paivense/p -paixoneta -paixão/p -pajem/p -pala/p -palacete/p -palaciano/fip -paladar/p -paladino/p -palancar/KXYZfp -palanqueiro -palatal/j -palatalizar/KXYZcfp -palatino/f -palatizar/KXYZcfp -palato/j -palavra/hp -palavrada -palavrear/DKYZfp -palavreiro -palavroso -palavrão/p -palavrório -palco/p -paleação -paleio -paleografia/pqr -paleogénico/f -paleologia/qt -paleolítico/fp -paleontologia/pqrt -paleozoologia/qt -paleozóico/fp -palerma/Gp -Palermo -Palestina -palestiniano/fp -palestino -palestrar/KXYZfp -paleta/p -paletes -paletó -palha/y -palhal -palhar -palhaçada -palhaçal -palhaço/p -palheireiro -palheiro/f -palheirão -palheta/p -palhetada -palhetão -palhinha -palhiço -palhoceiro -palhota/p -palhoça -paliar/KXYZcfp -paliativo/f -palidamente -palidejar/KXYZfp -palidez -palita/py -palitar/KXYZfp -paliteiro/f -palito/fp -paliçada/p -palma/py -palmada/hp -palmar/KXYZfp -palmatoar/KXYZfp -palmatoriar/KXYZfp -palmatória -palme/fhp -palmear/DKYZfp -palmeiro/f -palmejar/KXYZfp -Palmela -Palmer -palmeta/p -palmiforme -palmilhadeira -palmilhar/KXYZfp -palminhas -palminérveo -Palmira -palmito -palmo/fhp -palmífero -palmípede/p -Palo -palonço -PALOP -palpabilizar/KXYZfp -palpadela -palpar/KXYZcfpv -palpebrado -palpebral/p -palpebração -palpitar/KXYZcfnp -palpo/fp -palpável/dp -palra/py -palradeiro -palrar/DKXYZcfp -palratório -palre/Gfp -palreiro/f -palrão -paludice -paludismo/p -paludoso -palácio/p -paládio -pampanoso -Pampilhosa -panaceia -panal/p -panamenho/fp -panamiano/fp -Panamá -panar/KXYZfp -panascal -panasqueiro/f -panca -pancada/p -pancadaria/p -pancadão -pancreatologia -pancreático/fp -panda -pandear/KYZfp -pandegar/KXYZfp -pandegueiro -pandeireiro -pandeireta -pandemónio -pandora -pane/fhp -panegiristas -panelada -paneleiro -panelinha -panelo/f -panfleteiro -panfleto/pt -panfletário -pangermanismo/p -pangermanista -panificar/DKXYZcfpv -pano/fhp -panorama/pt -panorâmico/fp -Pantagruel -pantalha -pantana/jw -pantanal -pantanizar/KXYZfp -pantear/KYZfp -panteologia -pantera/p -panteão -panteísmo/pq -panteístico -pantominar/KXYZfp -pantomine/Gfp -pantomineiro -pantufada -pantufo/f -pança -pançada -pançudo -panícula/p -panífero -panóplia -papa/hipty -papagaial -papagaio/fp -papaguear/KMYZfp -papaia -papal/p -papalvice -papalvo/f -papança -papar/KXYZfpv -paparicar/KXYZfp -paparico/fp -paparoca -papeiro/f -papeizinhos -papel/hptz -papelada -papelaria/p -papeleiro/f -papeleta -papelosa/p -papelotes -papelucho -papelão -papila/p -papilho -papiriforme -papiro/p -papisa -papoco -papoila -papoula -papudo -papão -papíreo -paquete/p -paquiderme/p -paquistanês/fp -Paquistão -par/KZdfp -parabolismo/p -parabolizar/KXYZfp -parabolóide/p -parabrisas -parabéns -parabólico/f -paradeiro -paradigma/p -paradigmal -paradigmático/fp -paradisíaco/fp -paradoiro -paradouro -paradoxal/mp -paradoxar/KXYZfp -paradoxo/fp -paradísico -parafinar/KXYZfp -parafrasear/DKYZfp -parafrasta -parafrástico -parafusar/DKXYZcfp -parafuso/fp -parafínica -parafínicos -paragem/p -paraglossas -paragnatas -paragrafar/KXYZfp -paragranuloma -Paraguai -paraguaio/fp -paralaxe -paralelas/A -paralelepípedo -paralelipípedo -paralelismo/Ap -paralelizar/KXYZfp -paralelo/fijmpt -paralelogramo -paralexia -paralisar/KXYZcfnp -paralisia/p -paralogismo/p -paralítico/p -Paramecídeos -parametrizar/KXYZcfpv -paramilitar/p -paramuscular -paramécia -Paramécidas -paramédico/fp -paramétrico/fp -Paranhos -Paraná -paranóia -paranóico -parapeitar/KXYZfp -parapeito/fp -paraplegia -paraplégico -parapsicologia/qr -parar/KMXYZfpv -parasitagem/p -parasitar/KSXYZcfp -parasite/fip -parasitose/p -parasitário/Hfp -parasitífero -parasítico -Paraíba -paraíso/p -parca/mpy -parcela/p -parcelar/Mp -parceria/p -parcial/djmpt -parcializar/KXYZcfp -parcimonioso/m -parcimónia -parco/fmpsy -parcíssimo -pardacento -pardal/p -pardalada -pardaleja -pardalocada -pardalão -pardau/p -pardieiro -pardo/fp -parear/KYZfp -parecença -parecer/KXYZfnp -parede/pt -paredeiro -paredão -parelho/f -parental -parentear/KYZfp -parentela -parenteral -parentesco/p -parentérica -parentético -parideira -paridela -parietal/p -parir/XYcfnp -parisiense/p -paritário/fp -Park -Parkinson -parlamentar/cip -parlamentarismo/Ap -parlamentarista -parlamentário -parlar/KMXYZfp -parlatório -Parma -Parnasianismo -parodiar/DKXYZfp -parodista -parolar/DKXYZfp -paroleiro -parolo/Gfp -paroquial/dp -paroquiano/fp -paroquiar/KMXYZfp -paroxística -parque/ps -parqué -parquímetro/p -parra -parreira -parreiral -parricídio/pq -parser -parta/py -partejar/KXYZfp -partenogénese -participar/DKXYZcfnpv -participativo/fp -particular/dimp -particularista -particularizar/KXYZcfnp -particípio/p -partidarizar/KSXYZcfnp -partido/fipt -partidário/fp -partidão -partilhar/KXYZfpv -partir/DMXYcfpv -partitivo/R -partitura/p -parto/fpy -partriciado -parturiente -partícipe -partícula/p -parvalheira -parvalhice -parvalhão -parvo/dfmp -parvoeira -parvoíce -parvóide -parvónia -parábola/p -paráfrase/p -parágrafo/p -parálise -parável/IRp -parâmetro/p -parênquima/p -parênquíma -parêntesis -paródia/p -parónimo -paróquia/p -parótida -pascal/p -pascoal/p -pascoar/KXYZfp -pascoela/p -pascácio -pasmacear/KYZfp -pasmaceira -pasmar/KXYZfp -pasmatório -pasmoso -Pasolini -paspalhaço -paspalhice -paspalho -paspalhão -passada/ipty -passadio -passadiço -passadoiro -passadouro -passageiro/fp -passagem/p -passaporte/p -passar/DKXYZfnp -passara/hpy -passarada/p -passaredo -passareiro/f -passarinhar/KXYZfp -passarinheiro -passaroco/p -passarola/p -passarão/p -passatempo/p -Passau -passeadoiro -passeadouro -passear/DKYZfnp -passeata/p -passeio/fp -passento -passes/IR -passional/dp -passionário -passivar/KXYZfp -passivo/dfmp -passo/fp -password -passível/dp -pastagem/p -pastar/KRXYZfp -paste/fpw -pastel/ptz -pastelada -pastelaria/p -pasteleiro -pastelãos -Pasteur -pasteuriano -pasteurizar/DKXYZcfp -pastilha/p -pastio -pasto/fpw -pastor/fp -pastoral/p -pastorar/KXYZfp -pastorear/KYZcfp -pastoreio/fp -pastoricida -pastoril/a -pastorício/f -pastoso/dfp -pataca -pataco/p -patacoada -patacão -patada -patagónio/fp -patamar/p -pataqueiro -pataratar/KXYZfp -patarate/Gfip -pataratear/KYZfp -patarateiro -patarreca -patavina -patavinice -pateca -pategar/KXYZfp -pategue/Gp -pateiro -patente/p -patentear/KYZcfp -paternal/imt -paternidade/ps -paterno/df -pateta/Gip -patetear/KYZfp -patetóide -patifaria/p -patife -patifório -patilha -patim/p -patinagem -patinar/DKXYZfp -patinhar/KXYZfp -patinheiro -pato/fhp -patogenia -patogénese -patogénico/fp -patola -patologia/pr -patologista -patorra/p -patranha/p -patranhada -patranheiro -patranhento -patranhoso -patriarca/p -patriarcado -patriarcal/mp -patriciato -Patrick -patrimoniado -patrimonial/p -património/p -patriota/ipy -patrioteiro/fp -patriotismo/Ap -patriótico/fp -patroa -patrocinar/DKXYZfp -patrocinato -patrocínio/p -patronado -patronal/p -patronato -patronear/KYZfp -patrono/fp -patronímico -patrulhar/KMXYZfp -patrão/fp -patrício/fp -patrístico/fp -patudo -patuscar/KXYZfp -patusqueiro -patuá -patão -patético/Hfp -pau/hp -Paul/z -Paula -paulada -paulatino/fm -Pauli -paulismo/p -paulista/p -paulistano -paulitada -paulito/y -Paulo/h -pauperismo/p -paupérie -paupérrimo -pausado/fmp -pausar/KXYZfp -pautal/p -pautar/KXYZfp -pavilhão/p -pavimentar/KRXYZcfp -pavimento/fp -pavio -Pavlov -pavoa -pavonado/f -pavonear/KYZfp -pavor/w -pavão -paxá -paz/p -pazada -paço -Paços -país/p -PC -PCP -PCUS -PDM -PDS -Peano -pecadaço -pecadilho -pecadoraço -pecadão -pecaminoso/m -pecar/DKXYZfnpv -pechinchar/KXYZfp -pechincheiro -pechisbeque -pecilotermia -pectíneo -peculato/p -peculiar/dp -pecunioso -pecuniário/Hfp -pecuário/f -pecável/Idp -pecíolo -pedagogia/it -pedagogice -pedagogo/fipt -pedagógico/Hfp -pedal/efp -pedala/py -pedalar/KXYZfp -pedaleiro/f -pedante/Gip -pedantear/KYZfp -pedantocracia -pedaço/p -pedação -pede/ISp -pedem/IS -pederasta -pederastia -pedernal -pederneira -pedestal -pedestre/p -pedi/ISp -pediatra/p -pediatria -pedicelar -pedicelo/p -pediforme -pedinchar/KXYZfp -pedincho/Gf -pedinchão/p -pedinte/p -PEDIP -pedir/DYfnp -peditório/p -pediátrico -pedofilia/q -pedogenético/p -pedologia/pr -pedonal/p -pedra/pty -pedral/p -pedrar/KXYZfp -pedregal -pedregoso/fp -pedregulhento -pedregulho/p -pedrinho -pedro/fty -Pedrogão -Pedrosa -pedroso -pedrouço -pedunculares -pedunculoso -pedículo -pedúnculo/p -pegadeira -pegadilha -pegadiço -pegadouro -pegadura -pegajento -pegajoso/dfp -peganhento -peganhoso -pegar/DKMXYZfp -peguilhar/KXYZfp -peguilhento -peitada/S -peitaço/f -peitilho -peito/Sp -peitorais/S -peitoral/p -peitudo -peixada -peixaria/p -peixe/hp -peixeiro/f -peixote -Peixoto -peixão -pejar/KMSXYZfp -pejorar/KXYZfp -pejorativo/m -pelada/hp -peladela -peladura -pelagem -pelagianismo/p -pelagra -pelar/DKXYZfp -peleja/p -pelem/IR -peles/IR -pelicano -pelicular -pelintrar/KXYZfp -pelintro/Gfi -pelintrão -pelo/fp -pelota -pelote -pelotão -Pelourinho -pelouro/p -peludo/fp -pelugem -peluginoso -pelve -pelém -película/p -pelúcia -pena/pwy -penacho -Penacova -penafidelense/p -Penafiel -Penaguião -penal/djp -penalizar/DKSXYZcfnp -penalti/p -Penalva -Penamacôr -penar/KXYZcfp -penca -pencada -pence -pencudo -pendente/mp -pender/KXYZfnp -pendor -pendular/p -pendurar/KXYZfpv -penduricalho -pendão/p -penedia -penedo/p -Penedono -peneirar/DKXYZcfp -peneirento/fp -peneiro/fy -Penela -penetrante/mp -penetrar/DKXYZcfnpv -penetrativo -penetrável/Idmp -Peng -penha/S -penhascal -penhasco/p -penhasqueira -penhor/fpt -penhorar/KXYZfnpv -penicar/KRXYZfp -Peniche -penicheiro -penichence -penicilina -peninsular/p -peninuclear -penitencial/p -penitenciar/KSXYZfp -penitenciário/f -penitente/Imp -penitência/Ip -penoso/fmp -pensa/RS -pensadura -pensar/DKMRXYZfnp -pensativo/fmp -Pensilvânia -pensionar/KXYZfp -pensionato -pensione/fpt -pensioneiro -pensionário -penso/fp -pensáveis/IR -pensão/pt -pentaedro -pentagonal/p -pentapresidente/p -pentassílabo/p -pentatlo/p -penteadela -penteadura -pentear/DKYZcfp -pentecostes -penteeiro -penteiro -pentágono -pentâmero -penugem -penugento -penujoso -penumbrar/KXYZfp -penumbroso -penurioso -penélope -península/p -penúltimo/f -penúria -pepeliço -pepinal -pepineiro/f -pepino -pepita -pepsina -peque/Gp -pequenada -pequenez -pequeneza -pequenino/fp -pequenitates -pequenito/p -pequenitote/p -pequeno/fps -pequenote/p -pequerruchada -pequerrucho/p -Pequim -per/KMZn -Pera -peral -peralta/p -peraltear/KYZfp -peraltice -perante/Ip -percais -percalço/p -percam -percamos -perceber/KMXYZfpv -percentagem/p -percentual/p -percepcionar/KXYZfp -percepcione/fip -perceptivo/fp -perceptrão -perceptual -perceptível/Idp -percepção/ip -percevejada -percevejo/p -perclorato -perclórico -perco/f -percorrer/KXYZfp -percursionista/p -percurso/p -percursor/p -percussão/pt -percussões/R -percutir/DXYfp -percutor -perde/fp -perdei/p -perdem -perder/DKMYZfpv -perdidiço -perdido/fhmp -perdigotar/KXYZfp -perdigueiro -perdigão -perdiz/p -perdizada -perdição -perdoar/DKXYZfpv -perdulariar/KXYZfp -perdulário/Hfp -perdurar/KXYZcfnpv -perdurável/dmp -perdão/p -perecer/KMXYZfpv -peregrinar/DKXYZcfnp -peregrino/fimp -pereira/p -pereiral -peremptório/Hfp -perene/dp -Peres -Perez -perfazer/KZp -perfeccional -perfectibilizar/KXYZfp -perfectivo -perfectível/d -perfeito/Ifmps -perfeição/I -perfidamente -perfil/fp -perfilar/KXYZfp -perfilhar/DKMXYZcfnp -perfumadura -perfumar/DKXYZfnp -perfume/fpt -perfumoso -perfurar/DKXYZcfnp -perfurativo -perfídia -pergaminharia/p -pergaminho/p -perguntar/DKXYZfnp -perianto -pericial -periclitar/KXYZfnp -pericárdio -periferia/p -perifrástico/f -periférico/fp -perigar/KXYZfp -perigo/fpw -perigoso/dfmp -perigónio -perimétrico -perinde -perineais -periocular -periodical -periodicidade/p -periodizar/KXYZcfp -peripneumonia -peripneumónico -periprocto -peripécia/p -peripécies -periquito -periscópico -periscópio -perissodáctilos -peristaltismo/p -peristoma -peristáltico/A -peritagem/p -peritecas -perito/p -peritoneal -peritoneu -peritonite -periélio -periódico/Hfp -perjurar/KXYZfp -perjúrio -perlimpimpim -permagnato -permanecer/KXYZfnp -permanente/mp -permanganato -permanência/Ip -permeabilizar/IKXYZcfp -permear/KYZcfpv -permeável/Idp -permissivo/dfp -permissor -permissão/p -permissível/d -permissório -permitir/XYfp -permitividade/p -permutabilidade/Ip -permutar/DKXYZcfpv -permutável/dp -perna/p -pernada -pernadinha -pernalto/f -pernambucano -Pernambuco -pernaça -perneta -pernicioso/dfmp -pernil -pernilongo/f -pernoca -pernoitar/KMXYZfp -pernoutar/KXYZfp -pernudo/p -pernão -peroneal -peronismo/p -peroração -perpassar/KXYZfpv -perpendicular/dmp -perpetrar/DKXYZcfp -perpetuar/DKXYZcfmp -perpetue/dfp -perplexo/dfp -perpétuo/dfmp -persa/pt -perscrutar/DKXYZcfpv -persecutório/fp -persecução -persegua -perseguam -perseguamos -persegue/p -perseguem -persegui/p -perseguir/DMYcfp -Perseu -perseverante/mp -perseverança -perseverar/KXYZcfnp -persiano/f -persigam -persigamos -persigo/f -persiguais -persistente/mp -persistir/XYfnp -persistência/p -personagem/p -personalidade/p -personalismo/p -personalista -personalizar/KSXYZcfp -personalístico -personificar/KXYZcfp -perspectivar/KXYZcfp -perspective/dfip -perspicaz -perspicuidade/p -perspicácia -perspiração -persuadir/MXYcfpv -persuasivo/fp -persuasor -persuasão -persuasível/p -persuasório/fp -pertencer/KXYZfnp -pertinaz -pertinente/Ip -pertinácia -pertinência/Ip -perto/S -perturbar/DKXYZcfnpv -perturbativo -perturbatório -perturbável/dp -peru/p -perua/p -peruano/fp -peruca/p -perverso/dfmp -perversor -perversão/p -perverter/DKXYZfp -pervoeirar/KXYZfp -perícia/I -perícopas -perífrase/p -perímetro/p -período/p -perístoma -perónio -peróxido -pesa/RSp -pesadelo/p -pesado/fmp -pesadote -pesadão -pesagem -pesar/DKXYZfpv -pesaroso -pescadaria/p -pescadinha -pescar/DKRXYZfp -pescoceira -pescoço/p -pescoçoada -pescoção -peseta/p -peso/fp -pespegar/KXYZfp -pespontar/KXYZfp -pespontear/KYZfp -pesqueiro/fp -pesquisar/DKXYZfp -pessegada -pessegal -pessegueiro -pessimamente -pessimismo/p -pessimista/p -pessoa/p -pessoal/dijmps -pessoalidade/AIp -pessoalizar/KXYZcfnp -pestana/p -pestanear/KYZfp -pestanejar/KXYZfnp -pestanudo -peste/p -pesticida/p -pestilencial -pestilencioso -pestilento -pestilência/p -pestífero -peta -petalóide/p -petardeiro -petardo -Petersburgo -peticionar/KXYZfp -petiscar/DKXYZfp -petisco/fp -petisqueira/p -petiz/p -petizada/p -petição/Rp -Petrarca/i -petrificar/DKXYZcfnpv -petrografia/pq -petroleiro/p -petrologia -petrolífero/fp -petroquímica -petróleo/p -petulante/p -petulância/p -petéquias -peugada/p -peva -pevide/p -pevidoso -pezorro -pezudo -peão/p -peçais/IS -peçam/IS -peçamos/IS -peço/ISf -peçonha -peçonhentar/KXYZfp -peúga/p -PGA -PGR -Phil -Philippe -Phoenix -pi/S -pia/mpt -piada/hpt -piadético -piamente/I -pianizar/KXYZfp -piano/hjpst -piar/KXYZfp -piasca -Piauí -piaçaba -PIB -picada/py -picadeiro/f -picadete -picadura -picar/DKXYZfnop -picareta/p -Picasso -piche -pico/fp -picolé -picoso -picotagem -picotar/KXYZfp -pictografia/pq -pictural -pictórico/fp -picuinha/p -PIDDAC -PIDE -piedade/Ip -piedoso/ISfmp -piegas -pieguice/p -piela/p -pielonefrite -Piemonte -Pierre -pietista/p -piezoeléctrico/p -pifiamente -pigidiais -pigmentar/KSXYZcfp -pigmento/fp -pigmentário -pigmeu -pigídio -pijama -pilais/IR -pilam/IR -pilamos/IR -pilar/KXYZfp -pilastras -Pilatos -pileca -pilhagem/p -pilhanço -pilhar/KXYZfnp -pilharengo -pilinha -pilo/IRf -pilocebáceas -piloso/dp -pilotagem -pilotar/KXYZfp -piloto/fp -pilão -pilórica -pimenta/py -pimental -pimento/fpy -pimentão -pimpar/KRXYZfp -pimpolho -pimponar/KXYZfp -pimpone/Gfp -pimpão/f -Pina -Pinacoteca -pincel/fp -pincelar/KXYZfp -pinceleiro -pinchar/KXYZfp -pinchão -pineal -Ping -pinga/hp -pingadeira -pingar/KXYZfp -pingarelho -pingente/p -pingoso/p -pinguim/p -pingão/p -pinhal/p -pinheiral -Pinhel -pinho/fy -pinhão/p -pino/p -pinoco -pinote -pinotear/KYZfp -pintadela -pintainho/p -pintalgar/KXYZfp -pintar/KRXYZfp -pintarroxo -pintassilgo -pinto/fp -pintor/fp -pintura/p -pintão -pináculo -pinça/p -piolhada/S -piolharia/Sp -piolheiro/f -piolhento -piolho/Gp -piolhoso -pioneiro/fip -pior/fp -piorar/KXYZfp -pioria -piparotar/KXYZfp -pipe/fp -pipeline -piperita -pipi -pipo/f -pipocar/KXYZfp -piquenique/p -piquete/p -piramidal/p -piranha/p -pirar/KXYZfp -pirata/p -piratagem -pirataria/p -piratear/KYZfp -Pirenéus -Pireu -piridina -pirilampo -pirimidina -piripíri -pirite -pirofítica -piroga/p -pirolatria/p -pirolito/p -piromania/pqr -piropo/p -pirotecnia/j -pirotecnizar/KXYZfp -pirotécnico -piroxena -piroxenolitos -pirralho -Pirro -pirrol -piruetar/KXYZfp -pirulitos -pirâmide/p -pisadela -pisadura -pisar/DKMRXYZfp -piscadela -piscar/KXYZfp -piscatório/f -piscicultura/pqr -pisciforme -piscina/p -piscinal -pisgar/KXYZfp -piso/fp -pisqueiro -pistaceus -pistacho/p -pistola/p -pistolada -pistoleiro/p -pistoleta -pistolete -pistolão -pistão/p -pitada/p -pitadinha -pitagorismo/p -pitagórico/fp -pitanga -pitecantropo/p -pito/R -pitoresco/fp -pitosga -Pitágoras -pitão -pitéu -pivete -piza -pizza/p -pião/p -Piçarra -PJ -PKK -placa/p -placenta -placentares -placentação -placentário/fp -placidamente -placidez/p -placitude -plagiar/DKXYZfp -plagiato -plagiário -plamatozoários -planalto/p -planar/DKXYZfp -Planck -planear/KMYZfp -planeta/p -planetarização -planetário/fp -planetóide -planificar/KXYZcfpv -planiforme -planisfério -plano/fmp -plantar/DKXYZcfp -plantel/p -plantio/R -plantão -planura/p -planálticas/u -planáltico/fp -planície/p -plaqueta/p -plasmadoras -plasmar/KXYZfp -plasmático/fp -plasmódios -plasticidade/p -plasticina -plasticizar/KXYZcfnp -plastificar/KXYZfnp -plastrão -plataforma/p -plateia/p -platinar/DKXYZfp -platinoso -platirrínias -platonismo/p -platonizante/p -Platão -platónico/Hfp -plausabilidade/p -plausível/dp -Plauto -PLD -plebe -plebeado -plebeia/jp -plebeidade/p -plebeizai/p -plebeizamos -plebeizar/KYZcfp -plebeizei/p -plebeizemos -plebeu/p -plebeísmo -plebeízam -plebeíze/fp -plebeízem -plebeízo/f -plebiscitar/KXYZfp -plebiscito/fp -plebiscitário -plenidão -plenitude -pleno/fmp -plenário/fp -pleonasmo -pleonástico/Hfp -pleura/p -pleural -plexiforme -plexo/p -plicar/IKRXYZfp -Plistocénico -plistocénicos -ploigloto -plotter -plotters -pluma/pw -plumagem/p -plural/dijpt -pluralizar/KXYZcfp -pluricelular/p -pluriflora -pluriforme -plurilingue -plurissignificação -plutocracia/qr -plutonitos -plutão -plutónico/f -plutónio -pluvial/p -pluviometria/pr -pluvioso/df -plácido/fp -plágio -plásmica -plástico/fp -plátano/p -plâncton -plêiade/p -Plínio -PME -pneu/p -pneumatogénicos -pneumococos -pneumogástrico -pneumonia -pneumotórax -pneumático/fp -pneumónico/f -pobre/mpz -pobreta -pobretana -pobrete -pobretão/p -pobreza -poceiro/f -poceirão -pocilgo/f -pocilgão -podadeira -podadura -podal/p -podar/DKXYZfp -podendo -poder/pw -poderdes -poderei/p -poderem -poderemos -poderiam -poderio/f -podermos -poderoso/fmp -poderá/p -poderão -poderíamos -poderíeis -podia/p -podiam -podido/fp -podre/p -podrido -podridão -podão -podíamos -podíeis -poedeira -poedoiro -poedouro -poeira/p -poeirada -poeirento -poema/p -poente -poesia/p -poetar/KXYZfp -poetaço -poete/fijp -poetisa -poetizar/KSXYZcfp -pofia -Poiares -Poincaré -pois/fp -poisadia -poisadoiro -poisar/KRXYZfp -poisio/p -poiso/fp -pojar/KXYZfnp -polaco/fp -polaina/p -polar/dpu -polarizar/DKXYZcfnpv -polaróide -polcar/KXYZfp -poldra -polegada/p -polegar/p -poleiro/p -polemizar/KXYZfp -poli/p -poliatómico -polibásicos -Policarpo -policelular -polichinelo -policial/p -policiar/KMXYZfp -policitémia -policlínico/f -policromado/fp -policromia -policromático/fp -policultura/pq -policêntrico -policíclicos -polidez -polido/fmp -polidura -poliedro/p -polietileno -polifacética -polifásico -poligamia -poliglota/i -poliglótico -poligonal/p -polimerização -polimorfia/ipr -polimorfo/fi -polinizar/DKXYZcfp -polinomial -polinoso -polinuclear/p -Polinésia -polinómio/p -polioencefalite -poliomielite -polipeiro/p -polir/DMYfp -polispérmica -polissacáridos -polissemia -polissilábico -polissémico/fp -polissílabo/p -politeísmo/pq -politicagem -politicar/KXYZfnp -politico/fim -politicão -politique/Gip -politiqueiro -politizar/KSXYZcfp -politonalidade/p -politécnico/fp -polivalente/p -poliédrico -poliéster -polpa -polpação -polposo -polpudo -poltrona -poltronaria/p -poltronice -poltrão -poluir/DKcnv -poluto/I -poluível/IS -polvilhar/KMXYZcfp -polvo -polvorento -polvoroso/f -polémico/Hfp -polícia/p -polígamo -polígono -polígrafo -polímero/p -política/Ap -político/Hfp -Polónia -polónio -pomada -pomar/p -pomarada -pomareiro -pomarejo -pombal/it -pombalense/p -pombalino/fp -Pombeiro -pombeiros -pombinha -pombo/fhp -pomes -pomicultura/pqr -pomificar/KXYZfp -pompa -pompear/KYZfnp -Pompeu -pomposo/dmp -pomífero -ponche -poncheira -pondentes -ponderar/DKRXYZcfpv -ponderativo -ponderação/IR -ponderoso -ponderável/Idp -pongue -pontada/IS -pontal -pontapear/KYZfp -pontapé/p -pontaria/ISp -ponte/fhp -pontear/KYZfp -ponteco -Pontevedra -pontiagudo -ponticidade/p -pontifical/p -pontificar/KXYZcfnp -pontifício/fp -pontilhar/KXYZcfp -pontilhão -pontinha -ponto/fhpy -pontual/dmp -pontuar/KXYZcfpv -pontudo -pontão/p -pontículo/f -pontífice/p -popa -Popper -populacho -populacional/p -popular/cdmp -popularizar/KXYZcfp -populaça -populismo/p -populista/p -populoso/fp -popó/p -por/Kcpw -porcada -porcalhão/p -porcaria/p -porcelana/p -porcelânico -porcento -porcino/p -porco/fhmp -porfiar/DKXYZfp -porfioso -pormenor/p -pormenorizado/fmp -pormenorizar/KXYZcfp -pornografar/KXYZfp -pornografia/ipqr -poro/pw -poroso/dfp -porquanto -porque/Gdh -porqueiro/f -porquidão -porquê/p -porra -porrada -porreiro/p -porretada -porrete -porta/pty -portabilidade/p -portagem/Rp -portal/p -Portalegre -portalegrense/p -portanto -portar/CDKXYZfnp -portear/KYZfp -Portel -portelo/f -portento -portentoso/f -portilho -portimonense/p -Portimão -portinhola -porto/fpty -portucalense/p -portuense/p -Portugal/d -portugalizar/KXYZfp -português/fip -portuoso -portuário/fp -portátil/a -portão/p -porventura -porvir -porém -porífero/p -porões -posar/KSXYZfp -posfácio -posicional/p -posicionar/KMRXYZfp -positivar/KXYZfp -positivo/dfimpst -positrão -positão -posponto -pospor/Kp -pospositivo -posposição -possais -possam -possamos -possante/p -possança -posse/fp -possessivo/p -possesso/p -possessor -possessão -possessível/d -possessório -possibilismo/p -possibilista -possibilitar/IKXYZfp -possidente -posso/f -possuinte -possuir/DKn -possível/dmp -postal/p -postar/KXYZfp -postergadas -posteridade/p -posterior/dmp -posterizar/KXYZfp -postigo/p -postiço/fp -postular/DKXYZcfnp -postumamente -postura/Ip -postural -potassa -pote/p -potencial/djmp -potencializar/KXYZcfnp -potenciar/KXYZcfp -potenciómetro/p -potentado/p -potente/Ip -potro/f -Potter -potássico -potássio -potável/Id -potência/Ip -pouco/fhp -poucochinho -poupança/p -poupar/DKXYZfp -pouquidade/p -pouquidão -pouquíssimo/p -pousadeiro -pousadouro -pousar/KRXYZfp -pouseiro -pousio/p -poveiro/fp -povo/hpy -povoar/DKMRSXYZcfp -poça/hp -poçada -poço/fp -poção -poético/Hfp -PP -PR -pracear/KYZfp -praceiro -pracista -pradaria/p -pradejar/KXYZfp -prado/p -pradoso -praga/p -pragmaticismo/p -pragmaticista -pragmatismo/p -pragmatista -pragmático/Hfp -praguedo -praguejar/DKMXYZfp -praguento -praia/p -pranchar/KXYZfp -prancheta -pranchão -pranto/p -pratada -prataria/p -prateadura -pratear/KMYZcfp -prateleira/p -praticabilidade/Ip -praticar/DKXYZfnpv -praticável/dp -prato/fhp -praxe/ipt -praz/Sfp -prazais/S -prazam/S -prazamos/S -prazei/Sp -prazem/S -prazemos/S -prazendo/S -prazentear/KYZfp -prazenteiro -prazer/MSpv -prazerdes/S -prazerei/Sp -prazerem/S -prazeremos/S -prazeria/Sp -prazeriam/S -prazermos/S -prazerá/Sp -prazerão/S -prazeríamos/S -prazeríeis/S -prazia/Sp -praziam/S -prazido/Sfp -prazo/fp -prazíamos/S -prazíeis/S -praça/p -PRD -preambular -precaridade/p -precarizar/DKXYZcfp -precatar/KXYZfp -precaucional -precaução/p -precaver/KXYZfp -prece/p -precedente/mp -preceder/KXYZfnp -precedência/p -preceito/p -preceituar/DKXYZcfp -preceituário -preceptor/fp -preceptorado -preceptoral -preceptoria -preceptorial -precessão -precioso/dfimp -precipitado/fmp -precipitar/KXYZcfnp -precipício/p -precisar/KXYZfp -preciso/fmp -precisão/I -precoce/dmp -precognição -preconceber/KXYZfp -preconceito/p -preconcepção -preconizar/DKXYZcfp -precursor/fp -precário/fp -predador/fp -predatório -predecessor/p -predefinir/XYcfp -predestinar/KXYZcfp -predestinação/ip -predeterminar/KXYZcfnp -predial -predicar/DKXYZcfpv -predicativo/p -predicatório -predilecto/fp -predilecção -predisponente -predispor/Kcp -predizer/KZp -predição/p -predominante/mp -predominar/DKXYZcfnp -predominância/p -predomínio -preeminente -preeminência/p -preempção -preencher/KMXYZfp -preensão/R -preestabelecer/KXYZfp -preexistencialismo/p -preexistir/XYfnp -preexistência/p -prefaciar/DKXYZfp -prefeito/p -prefeitoral -prefeitura -preferencial/mp -preferente/m -preferir/YZfpv -preferência/p -prefigurar/KXYZcfp -prefixar/KXYZcfp -prefixativo -prefixo/fp -prefloração -prefácio/p -pregagem -pregar/DKMXYZcfp -pregnância/p -prego/Gfp -pregoar/KXYZfp -pregoeiro -preguiceiro/f -preguicento -preguiçar/KXYZfp -preguiço/fw -preguiçoso/fmp -pregão -prejudicar/DKXYZfp -prejudicial/mp -prejuízo/p -prelado/p -prelativo -prelatura/p -prelatício -prelazia -prelecção -preliminar/p -prelo/p -preludiar/KXYZfp -prelúdio -prematuro/dfmp -premeditado/fmp -premeditar/KXYZcfp -premeiam -premeie/fp -premeiem -premeio/f -premer/KXYZfnp -premiai/p -premiamos -premiar/DKYZfp -premiativo -premiei/p -premiemos -premir/XYfnp -premisse/fp -premonitório -premonição/p -premunir/XYcfp -prendar/KXYZfp -prender/KSXYZfp -prenhe -prenhez -prenhidão -prenome -prenomeação -prenominar/KXYZfp -prensagem -prensar/DIKXYZfp -prenunciar/DKXYZcfp -prenunciativo -prenúncio -preocupar/KXYZcfnp -preopercular -preordenar/KXYZcfp -preparar/DKXYZcfp -preparativo/p -preparatório/fp -preponderante/ip -preponderar/KXYZfnp -preponderância/p -preponente -prepor/Kcp -preposicional/p -prepositivo/f -prepotente/p -prepotência/p -prerrogativa/p -presar/DKRXYZfp -presbiteriano/p -presbitério -presbítero/p -prescindir/XYfpv -prescindível/Ip -prescrever/KXYZfp -prescritivo -prescrito/fp -prescritor -prescritível/I -prescrição/p -presencial/mp -presenciar/KXYZfp -presentar/KRXYZcfp -presente/fmp -presentear/DKYZfp -presença/p -preservar/DKXYZcfp -preservativo/fp -presidencial/ipt -presidente/fp -presidentes/T -presidiar/KXYZfp -presidir/XYfnp -presidiário/fp -presidência/p -presilha -preso/fp -pressa/Ip -pressagiar/KXYZfp -pressagioso -pressente/p -pressentem -pressenti/p -pressentir/MYfp -pressintais -pressintam -pressintamos -pressinto/f -pressionar/IKXYZfp -pressupor/Kp -pressuposição -pressurizar/KXYZcfp -presságio/p -pressão/IRp -prestadio -prestar/DKXYZcfnpv -prestativo -preste/fps -prestes/m -presteza -prestidigitador -prestidigitação -prestigiar/DKSXYZcfnp -prestigie/fpw -prestimoso -prestável/dp -prestígio/S -presumir/DXYfmpv -presuntivo -presunto/p -presuntuoso -presunçoso/fmp -presunção -presépio -presídio/p -pretalhada -pretalhão -pretender/DKXYZfnp -pretensioso/S -pretenso/fmp -pretensor -pretensão/p -preterir/YZcfpv -pretexto/p -pretidão -pretinha -preto/fhp -pretor -pretoria -pretoriano/f -pretérito/fp -pretónico -prevalecer/KMXYZfnp -prevalência/p -prevaricar/DKXYZcfp -prevede -preveis -prevejais -prevejam -prevejamos -prevejo/f -prevemos -prevendo -preveni/Sp -preveniente -prevenir/SYfp -preventivo/fmp -preventor -prevenção/p -prever/KZp -preverdes -preverei/p -preverem -preveremos -preveria/p -preveriam -prevermos -preverá/p -preverão -preveríamos -preveríeis -previ -previa/pt -previam -previamente -previdente/I -previdência/Ip -previmos -previnais/S -previnam/S -previnamos/S -previne/Sfp -previnem/S -previno/Sf -previr/fp -previram -previrdes -previrem -previrmos -previsse/p -previssem -previste/fp -previsto/Ifp -previsão/p -previsível/dmp -previu -prevê/p -prevêem -prevíamos -prevíeis -prevíramos -prevíreis -prevísseis -prevíssemos -prezar/DKSXYZfpv -preâmbulo -preço/p -preçário -preênsil -primacial/p -primar/KXYZfp -primatas -primates -primaveral/p -primaverar/KXYZfp -primaveril/a -primaz -primazia -primeiranista -primeiro/fmp -primeiríssimo -primitivo/dfimp -primo/fpy -primogenitor -primogenitura -primogénito/fp -primor/S -primordial/mp -primoroso/fm -primário/Hfp -primórdio/p -Prince -princesa/p -principado/p -principal/dmp -principesco -principiar/DKXYZfnp -princípio/p -prior/dp -priorado/p -prioral -priores/f -priori -prioritário/Hfp -priorizar/KXYZcfnp -priscilianismo/p -prisional/p -prisioneiro/fp -prisma/p -prismatização -prismatóide -prismático/fp -prismóide -prisão/p -privacidade/p -privado/fmp -privar/KXYZcfp -privativo/fmp -privatizar/DKRSXYZcfnp -privilegiar/KXYZfp -privilégio/p -prião/p -pro/f -proa -probabilidade/Ip -probabilismo/p -probabilista -probabilizar/KXYZfp -probabilístico/Hfp -probante/p -probatório -problema/pu -problematizar/KXYZfp -problemático/fp -proceder/KMXYZfnp -procedimental/p -procedência/Ip -processar/DKMRXYZfpv -processional/m -processo/fp -processual/p -processão -procissão/p -proclamar/DKXYZcfp -proclamatório -procreativo -procriar/DKXYZcfp -procromossomas -procuradeira -procuradoria -procurar/DKXYZcfp -procuratoria -procuratório -prodigalidade/p -prodigalizar/DKXYZfp -prodigamente -prodigioso/fmp -producente/I -produtibilidade/Rp -produtiva/impu -produtividade/IRpu -produtivo/dfimp -produto/pu -produtor/Rfp -produtível/dp -produzir/DYZcfpv -produção/IR -prodígio/p -proeminente/mp -proeminência/p -proenzima -Proença -proeza/p -prof/p -profanar/DKXYZcfpv -profane/dfp -profanete -profano/dfp -profecia/p -profectício -proferir/YZfp -professar/KXYZfnp -professo/fp -professor/fp -professoral/p -professorar/KXYZfp -profeta/ijp -profetisa -profetizar/DKXYZfp -proficiente/m -proficiência/Ip -proficuamente/I -proficuidade/Ip -profilaxia -profissional/ijmp -profissionalizar/KXYZcfnp -profissão/p -profluente -profundar/KXYZfpv -profundez/f -profundo/dfmp -profundura -profundíssima -profuso/m -profusão -profético/fp -profícuo/I -progenitor/fp -progenitura -prognose -prognosticar/DKXYZfp -prognóstico/p -programa/RSpu -programar/DKRSXYZcfpv -programatizar/KXYZfp -programático/fp -progredi/p -progredir/MYfp -progressivo/dfmp -progresso/ipt -progressão/p -progridais -progridam -progridamos -progride/fp -progridem -progrido/f -progénito -proibais -proibamos -proibi/p -proibir/DYcfp -proibitivo/fm -proibitório -projectar/CKXYZcfnp -projecte/fpt -projectivo -projecto/fpt -projector/p -projectura -projecção/pt -projéctil/a -Prokofiev -prol -prole -prolepse -proletariado -proletarizar/KXYZfp -proletário/fp -proliferar/KXYZcfp -prolificidade/p -prolixo/p -Prolog -prologal/p -prologar/KXYZfp -prolongar/KMXYZcfpv -proléptico/fp -prolífero -prolífico/I -promanar/KXYZfp -promessa/p -prometedor/Hfp -prometer/DKMXYZfp -promiscuir/K -promiscuo/df -promissivo -promissor/fp -promissão -promissório/f -promitente -promocional/p -promontorial -promontório/p -promotor/fp -promotoria -promover/DKSXYZfp -promoção/Sp -promulgar/DKXYZcfp -promulgativo -promíscuo -pronome/p -pronomial/mp -pronomiar/KXYZfp -pronominal/p -prontidão -prontificar/KXYZcfp -pronto/fmp -prontuário -pronunciar/KMXYZcfpv -pronóstico -pronúncio/f -propaganda/t -propagandear -propagar/DKXYZcfpv -propagativo -propalar/KMXYZfnp -propano -propedeuta -propedêutico/f -propenso/fp -propensão/p -propiciar/DKXYZcfpv -propiciatório -propina/p -proplástico -propor/Kcnp -proporcional/Sdmp -proporcionalidade/ISp -proporcionar/DKSXYZfpv -proporção/p -proposicional/p -propositado/fmp -propositura -propriamente/I -propriedade/Ip -proprietariado -proprietário/fp -propriíssimo -propugnadores -propugnar -propulsar/KXYZfnp -propulsionar/DKXYZfp -propulsivo/f -propulsor/p -propulsão -propício/fp -propósito/Sp -prorrogar/DKXYZcfpv -prorrogativo -prosaico/fmp -prosar/DKXYZfp -prosaísmo -proscrever/KXYZfp -proscriação -proscrito/p -proscritor -prose/fpt -prosear/KYZfp -prosopopeia -prospectar/CKXYZfp -prospectivo/f -prospecto/fp -prospector/fp -prosperar/KXYZfp -prospero/dfm -prossector -prossecutor -prossecução -prossegua -prosseguam -prosseguamos -prossegue/p -prosseguem -prossegui/p -prosseguir/DMYcfp -prossigam -prossigamos -prossigo/f -prossiguais -prostituir/DKcv -prostituto/fp -prostrar/KMXYZcfp -prostática -prosódia/p -protagonismo/p -protagonista/p -protagonizar/KXYZcfnp -protamina/p -proteccional -protector/fp -protectorado/p -protectoral -protectoria -protectório -protecção/ipt -protecções/S -proteger/DKSXYZfp -proteico/fp -protelar/DKMXYZcfp -protestante/ip -protestar/DKXYZcfnp -protestativo -protestatório -protesto/fp -proteína/p -protocolar/p -protocolizar/KXYZfp -protocolo/jpt -protodinásticas -protoplasma -protoplasmático/fp -prototificar -prototipados -prototipagem -prototipifica -prototípico -protozoário/p -protrair/K -protrombina -protrusão -protuberante/p -protuberância/p -Protágoras -protão/Ap -protótipo/p -Proust -prouve/S -prouvemos/S -prouver/Sfp -prouveram/S -prouverdes/S -prouverem/S -prouvermos/S -prouvesse/Sp -prouveste/Sp -prouvéramos/S -prouvéreis/S -prouvésseis/S -prouvéssem/S -prouvéssemos/S -prova/hp -provadura -provanças -provar/DIKRXYZcfpv -provatório -provede -provedoral -provedoria/p -proveio -proveito/pw -provejais -provejam -provejamos -provejo/f -provenhais -provenham -provenhamos -provenho/f -proveniente/p -proveniência/p -provento/p -Provença -provençal/i -prover/DKMXYZfp -proverbial/p -proverbiar/KXYZfp -proversão -proveta -providencial/impt -providenciar/KXYZfp -providente/I -providência/Ip -proviemos -provier/fp -provieram -provierdes -provierem -proviermos -proviesse/p -proviessem -provieste/p -provim -provimos -provincial/ip -provincianizar/KXYZfp -provinciano/fijp -provinde/p -provindo -provinham -provir/Mp -provirdes -provirei/p -provirem -proviremos -proviria/p -proviriam -provirmos -provirá/p -provirão -proviríamos -proviríeis -provisional/p -provisionar/KXYZfp -provisor/fp -provisorado -provisoriedade/p -provisão/p -provisório/Hfp -proviéramos -proviéreis -proviésseis -proviéssemos -provocar/DKXYZcfnp -provocatio -provocativo/f -provocatório/fp -provável/mp -provém/p -provérbio/p -provê/p -provêem -provêm -província/p -provínhamos -provínheis -proxeneta/i -proximal -proximamente -proximidade/p -proíbam -proíbe/fp -proíbem -proíbo/f -prudencial -prudente/Imp -prudência/Ip -Prudêncio -prumo -pruriente -pruriginoso -prurigo -prurir/XYfp -prussiano/fp -prático/Hfp -pré -prédio/p -prémio/p -préstimo/p -prévio/fp -príncipe/p -pró -pródigo/fp -prólogo/p -próprio/Ifp -próspero/fp -próstata/p -prótalos -prótase -prótese/p -próximo/fp -Prússia -PS -PSD -pseudodebilidade/p -pseudoglobulina -pseudomucóide -pseudónimo/p -PSF -psi -psicadélico/fp -psicanalista/p -psicanalítico/fp -psicanálise -Psico -psicografia/pq -psicologia/iqr -psicologista -psicológico/Hfp -psicomotor/fp -psiconeurose -psicopatia/pqr -psicopompo -psicose/p -psicossomático/fp -psicoterapia -psicoterapêutica -psicrométrica -psicrómetro/p -psique/i -psiquiatria -psiquiatro/f -psiquiátrica/p -psiquiátricos -psiu -PSN -PSOE -PSP -PSR -PSV -psíquico/fp -PT -ptolemaico/p -Ptolomeu -puberdade/Ip -pubertário -pubescente/Ip -pubescer/KXYZfnp -pubescência/Ip -publicar/DKXYZcfpv -publicismo/p -publicista -publicitar/DKXYZcfpv -publicitário/fp -publico/dfm -pucareiro -pucarinho -pudenda -puder/KXYZfp -pudico/I -pudim/p -pudor/IS -pudores -pudéramos -pudéreis -pudésseis -pudéssemos -puericultura/pq -pueril/dijp -puerilizar/KXYZfp -puf -pugilar/KXYZfp -pugilato -pugile/fip -pugilista -pugnacidade/p -pugnar/DIKRXYZfp -pujança -pujar/KXYZfnp -pular/KXYZfnp -pulga/p -pulgoso -pulguedo -pulguento -pulgão/p -pulha/Gp -Pulitzer -pulmonados -pulmonar/p -pulmonária -pulmão/p -pulo/fp -pulpar -pulsa/py -pulsar/KXYZcfp -pulsativo -pulsatório -pulso/Ifp -pulsátil -pulsão/IR -pulsões -pulverizar/DKXYZcfp -pulveroso -pulvímetro -pum -puma -pumba -punctiforme -punctual -punctura -pungente -pungir/MXYfp -pungitivo -punhado/f -punhal/p -punhalada -punho/fp -punir/DXYcfpv -punitivo/fp -punção -punível/dp -pupilar -pupilo/fp -puranas -pureza/I -purgar/KXYZcfnp -purgativo -purgatório -purificar/DKXYZcfnp -purificativo -purificatório -purina -puritano/fip -puro/fimpst -purpurar/KXYZfp -purpúreo/fp -purulento -purulência/p -puré -pusilanimidade/p -pusilâmine -putorius -putrefaciente -putrefactivo -putrefacto -putrefactório -putrefacção -putrefazer/KZp -putrefeito -putrescente -putrescência/p -putrescível/d -putrificar/KXYZfp -puxadeira -puxadoira -puxadoura -puxar/DKXYZfnp -puxativo -puxão/R -puzzle -pá/p -Pádua -pág -página/p -pálido/fp -pálpebra/p -pára -pária -Párias -pároco/p -Pártenon -Páscoa -pássaro/fp -pátio/p -pátrio/fp -pâncreas -pândego/f -pânico -pântano/p -pão/ehp -pãozeiro -pé/hp -Pégaso -pélvico/fp -pélvis -péni/p -Pérez -pérfido/fp -périplo -pérola/p -pérseo -Pérsia -pérsico -pérsio -péssimo/fp -pétala/p -péxica -pêlo/p -pêndulo/fp -pêro/f -pêsames -pêssego/p -pífio -pílula/p -píncaro/p -Píndaro -pó/hp -pódio -pólen -pólipo/p -pólo/p -pólvora -pómulos -pónei -pórtico -póstumo/f -Póvoa -pôde -pôr -púbere/I -púbico -púbis -Públia -público/Rfp -Públio -púcaro/fp -púlpito -púnicas -púrpura/p -pútrido -QCA -quadradinhos -quadragenário -quadragesimal -quadragésimo/f -quadrangular/cp -quadrar/KXYZfnp -quadratriz -quadratura -quadricolor -quadricular/KXYZfp -quadriforme -quadriga -quadril/a -quadrilateral -quadrilha/p -quadrilheiro -quadrilocular -quadrilátero -quadrimestral -quadrimestre -quadripartido -quadrissilábico -quadrissílabo/p -quadrivalente -quadriénio -quadro/fp -quadruplar/KXYZfp -quadruplicar/KXYZcfp -quadrático/fp -quadrângulo -quadrículo/f -quadrívio -quadrúpede -quais/A -quaisquer -qual/dp -qualificar/DKRXYZcfpv -qualificativo/f -qualificável/IR -qualitativo/fmp -qualquer -quando/A -quantia/p -quantificar/DKXYZcfpv -quantioso -quantitativo/fmp -quantização -quanto/dfps -quantum -Quanza -quarentar/KXYZfp -quarentenar/KXYZfp -quarentenário -quarentão/fp -quaresmal/p -quaresmar/KXYZfp -quartado -quartanista/p -quartear/KYZfp -quarteirão/p -quartel/p -quarteleiro -quarternidade/p -quarteto/p -quartil -quartilho -quarto/fhp -quartzitos -quartzo -quase -quaterno -quaternário/fp -quatorze -quatrilião -quatro/p -quatrocentismo/p -quatrocentista -quatrocentos/f -que -Quebeque -quebequense/p -quebradeira -quebradela -quebradiço/fp -quebradura -quebrantar/DKMXYZfp -quebrar/KMXYZcfnp -quebreira -quedar/KXYZfp -quede/fipt -queija/py -queijadeiro -queijar/KXYZfp -queijeiro/f -queijo/fp -queimadoiro -queimadouro -queimadura/p -queimar/DKMXYZfnp -queimoso -queira/Rp -queirais/R -queiram/R -queiramos/R -Queiroz -Queirós -queixal/p -queixar/KXYZfp -queixe/fpw -queixo/fpw -queixudo -queixume/p -quelho/f -Queluz -quelíceras -Quelónios -quem -queniano/fp -Quental -quente/ps -Quentin -quentura -queque -quer/KZnp -queratinas -querei/Rp -querelar/DKXYZfnp -quereloso -querem/R -queremos/R -querendo/R -querença -querer/Rnp -quererdes/R -quererei/Rp -quererem/R -quereremos/R -quereria/Rp -quereriam/R -querermos/R -quererá/Rp -quererão/R -quereríamos/R -quereríeis/R -queria/Rp -queriam/R -querido/Rfp -quero -querosene -querubim/p -queríamos/R -queríeis/R -questionar/DKMRXYZfpv -questionário/p -questionável/dp -questiúncula/p -questor/p -questão/pu -questíncula -quezília/p -quiasma -Quibir -quico/p -quiescente -quietar/IKXYZcfp -quiete/fipt -quieto/fipt -quietude/I -quilatar/DKXYZfp -quilhar/KXYZfp -quilo/p -quilocaloria -quilociclo -quilograma/p -quilohertz -quilolitro/p -quilometragem -quilometrar/KXYZfp -quilométrico/p -quiloso -quilovátio -quilowatt/p -quilómetro/p -quimera/jt -quimerizar/KXYZfp -quimicamente -quimificar/KXYZfp -quimionização -quimioterapia -quimo/i -quimono/p -quimérico -quinar/IKXYZfp -quinhentismo/p -quinhentista/p -quinhentos/f -quinhão/p -quinino -quinol -quinolina -quinona -quinquagenário -quinquagésimo/f -quinquenal/p -quinquenário -quinquénio -quintal/p -quintalada -quintaleiro -quintalejo -quintalão -quintar/KRXYZfp -quintarola -quinteto/p -quinto/fp -quintuplicar/DKXYZcfpv -quinze/p -quinzena/p -quinzenal/mp -quinzenário -quinário -quiosque/p -quiromancia/p -quiromante/p -quiromântico -quis/fp -quiser/KXYZfp -quisto/p -quistoso -quiséramos -quiséreis -quisésseis -quiséssemos -quitar/DKMXYZcfp -quite/fmp -quitinoso -Quitéria -quixotada -Quixote/it -quixotesco -quixotice -quiçá -quociente/p -quorum -quota/jp -quotidiano/fmp -quotizar/KXYZcfpv -quádricas -quádruplo/f -quântico/fp -quão -Quénia -químico/fp -quíntuplo/f -quístico/f -rabada -rabadela -rabanada/p -rabanete/p -rabeadura -rabear/DKYZfp -rabeca -rabecada -rabecão -rabelo -rabequear/KYZfp -rabequista -rabi -rabilongo -rabinice -rabino/p -rabiosca -rabiosque -rabiote -rabiscadeira -rabiscar/DKXYZfp -rabo/p -raboso -rabudo -rabugento -rabugice -rabujar/KXYZfp -rabujão -rabular/KXYZfp -rabão -rabínico/f -racemosa -rachadela -rachadura -rachar/DKXYZfp -Rachel -rachão -racial/p -Racine -raciocinar/DKXYZcfnp -raciocinativo -raciocínio/p -racional/dijmpt -racionalizar/KXYZcfp -racionar/DKMXYZfpv -racionável/dp -racismo/p -Radagásio -radar/p -radial/p -radiano -radiante/mp -radiar/DIKXYZcfnp -radical/dijmpt -radicalizar/KXYZcfnp -radicar/KXYZcfnp -radicular -radie/fpw -radioactivo/dfp -radioastronomia/r -radiocomunicação/p -radiocondutibilidade/p -radiocondutor -radiodifundir/XYfp -radiodifusão -radioemissor -radioemissão -radioemitir/XYfp -radiofonia/p -radiofrequência/p -radiofónico/fp -radiografar/KXYZfp -radiografia/pq -radiogénico -radiola -radiologia/rt -radioluminescência/p -radiometria/pr -radioquímica -radioscopia -radioscópico -radiossensibilidade/p -radiossonda -radiotelegrafia/q -radiotelescópio/p -radiotelevisor/p -radiotelevisão -radioterapia -radiância/p -radiómetro -radícola -radícula -Rafael -rafaelismo/p -rafar/KXYZfp -rafeiro -raiano/fp -raiar/KXYZfp -Raimundo -rainha/p -raio/fp -raiva/w -raivecer/KXYZfp -raivento -raivoso/fmp -rajada/p -rala/py -raladura -ralar/DKXYZcfp -raleadura -ralear/KMYZfp -raleiro/f -ralhar/DKXYZcfp -ralheta -ralhão -ralé -rama/py -ramado/f -Ramadão -ramagem/p -ramal/p -Ramalde -ramalhar/KXYZfp -ramalhete -ramalheteira -ramalhoso -ramalhudo -ramalhão -rameiro/f -ramela -rameloso -ramificar/KXYZcfp -ramiforme -Ramires -Ramirez -Ramiro -ramo/fhp -Ramon -ramoso/p -rampa/p -rampante/p -Ramsés -ramudo -Ramón -ramúsculo -rancheiro -rancho/p -rancor/p -rancoroso/m -rangedeira -Rangel -ranger/DKXYZfnp -ranheta -ranho/w -ranhura/p -rançar/KXYZfp -rançoso -rapadeira -rapadela -rapadoura -rapadura -rapagão -rapar/DKXYZfnp -rapariga/hp -raparigada -raparigaça -raparigo/fp -raparigota -raparigão -rapaz/hp -rapazada -rapazelho -rapazete -rapaziada -rapazice -rapazio -rapazola -rapazote -rapazão -rapidamente -rapidez -rapinagem -rapinanço -rapinar/DKXYZcfnp -rapine/Gfp -rapineiro -rapioqueiro -raposa/py -raposar/KXYZfp -raposeiro/f -raposinho -rapsodista -rapsódia/p -rapsódico -raptar/DKXYZfp -rapto/fp -raptor/fp -rapé -Raquel -raqueta/p -raquitismo/p -raquídio -raquítico -rarear/KMYZfp -rarefaciente -rarefactivo -rarefacto -rarefactor -rarefactível -rarefacção -rarefazer/KZp -rarefeito/p -rareza -raro/dfmps -rasadura -rasar/KXYZfnp -rascar/KXYZfp -rascunhar/KXYZfp -raseiro -rasgadela -rasgadura -rasgar/DKMXYZfp -rasgo/fp -rasgão -raso/fm -raspada/py -raspadela -raspadura -raspagem -raspançar/KXYZfp -raspar/DKXYZfp -raspão -rastear/KYZfp -rasteiro/f -rastejadura -rastejar/DKMXYZfnp -rastilhar/KXYZfp -rasto/p -rastrear/KYZfp -rastrejar/KXYZfp -rasurar/KXYZfp -rataplão -ratar/CKXYZfp -ratazanar/KXYZfp -ratear/DKMYZcfp -rateiro -raticida -ratificar/DKXYZcfpv -rato/Gfhp -ratoeira -ratonar/KXYZfp -ratone/Gfp -ratão/fp -Raul -Ravel -ravinar/KXYZfp -ravinoso -raziar/KXYZfp -razoar/KMXYZfpv -razoável/dmp -razão/p -raça/pt -raíz/p -RDA -RDP -reabastecer/KMXYZfp -reabertura -reabilitar/DKXYZcfp -reabilitativo/fp -reabitar/KXYZcfp -reabituar/KXYZfp -reabrir/XYfp -reabsorver/KXYZfpv -reabsorção -reaccionarismo/p -reaccionário/fp -reactive/dfp -reactivo/dfp -reactância/p -reacusar/KXYZcfp -reacção/p -readoptar/KXYZfnp -readopção -reafectar/KXYZcfmnp -real/dijmpst -realejo -realense/p -realentar/KXYZfp -realeza/p -realistar/KXYZfp -realizar/DKXYZcfpv -realizável/dp -realçar/KXYZfp -realístico/Hfp -reandar/KXYZfp -reanimar/DKXYZcfp -reapoderar/KXYZfp -reaprendizagem -reaquisição -rearranjo/fipt -reassegurar/KXYZfp -reassenhorear/KYZfp -reassunção -reatar/KMXYZfp -reatestar/KXYZfp -reaver/KXYZfp -reaviar/KXYZfp -reavistar/KXYZfp -reavivar/KXYZfp -rebaixar/KMXYZfp -rebanhio -rebanho/fp -rebaptizar/KXYZfp -rebater/DKMXYZfp -rebeca -rebeijar/KXYZfp -rebelar/KXYZfp -rebelde/imp -rebeldia/i -rebelionar/KXYZfp -rebelião/fp -rebelão -rebentar/KMXYZcfp -rebitar/KXYZfp -rebocadura -rebocar/DKXYZfp -rebolear/KYZfp -rebolir/XYfp -reboliço -reboludo -rebombar/KXYZfp -Rebordelo -rebordo/p -rebulir -rebuliço -rebulo/f -rebuscar/KXYZfp -rebuçado/p -recadete -recado/pt -recalcar/DKMXYZfnp -recalcificar/DKXYZcfnp -recalcular/KXYZfp -recamado -recambiar/KXYZfp -recanto/p -recapitular/KXYZcfp -recapturar/KXYZfp -recargar/KXYZfp -recarregar/KXYZfp -recasar/KXYZfp -recatar/KXYZfp -recauchutagem -recauchutar/KXYZfp -recavar/KXYZfp -recebedoria -receber/DKMXYZfp -receio/fp -receitar/KXYZfp -receituário -receitário -recensear/DKMYZfp -recente/mp -receoso/fp -recepcionista -receptar/CDKXYZcfp -receptivo/dfp -receptor/fp -receptáculo/p -receptível/d -recessivo/fp -recesso -recessão/p -rechaçar/KXYZfp -recheadura -rechear/KYZfp -rechonchudo/fp -recibo/p -reciclagem/p -reciclar/KXYZcfpv -recife/p -recifense/p -recifoso -recinto/p -recipiente/p -reciprocar/KXYZfp -reciproco/dfm -recital/p -recitar/DKXYZcfnp -recitativo/p -reclamar/DKXYZcfnpv -reclinar/KXYZcfp -reclinatório -recluso/fp -reclusão/p -recluído -reco -recobrar/KXYZfpv -recognitivo -recognição -recognoscível -recolheita -recolhido/fmp -recombinação -recomendar/KXYZcfpv -recompor/Kp -recomprar/KXYZfp -reconcertar/KXYZfp -reconhecer/DKMXYZfmpv -reconquistar/KXYZfp -reconsiderar/KXYZcfp -reconstituinte -reconstitutivo -reconstrutivo -recontro/p -reconverter/KXYZfp -recopiar/KXYZfp -recordar/DKXYZcfp -recordativo -recorde/fpt -recorrer/KXYZfnpv -recorrência/p -recortar/DKXYZfp -recoser/KXYZfp -recostar/KXYZfp -recozer/KMXYZfp -recravar/KXYZfp -recrear/DKYZcfp -recreativo/fp -recreatório -recrestar/KXYZfp -recriar/KXYZcfp -recriminar/DKXYZcfp -recriminatório -recristalização -recrudescer/KMXYZfnp -recrudescência/p -recrutar/DKMXYZfp -recruzar/KXYZfp -rectal -rectangular/dp -recticulado/p -rectidão -rectificar/DKXYZcfpv -rectificativo -rectiforme -rectilinearidade/p -rectilíneo/fp -rectitude -recto/fmp -rectângulo/p -rectículo -recuanço -recuar/KMXYZfp -recultivar/KXYZfp -recuo/fp -recuperar/DKXYZcfpv -recuperativo -recuperável/Ip -recursivo/dfmp -recurso/p -recusar/DKXYZcfnpv -recusativo -recusável/Ip -recuão -recíproco/f -recôndito/fp -redaccional/p -redactor/p -redactorial/p -redacção/p -rede/p -redemoinho/p -redentor/fp -redenção -redescoberta -redestilar/KXYZfp -redigir/XYfp -redimir/XYfpv -redinha -redistribuir/Kc -redivivo -redoma -redondear/KYZfp -redondez/f -redondo/fmp -redopiar/KXYZfp -redor -redourar/KXYZfp -redox -reducente -reducional -redundante/mp -redundar/KXYZfnp -redundância/p -reduplicar/KXYZcfp -redutivo -reduto/p -redutor/fp -redutível/Idp -reduzir/YZcfpv -reeleger/KXYZfp -reembarcar/KXYZfp -reembolsar/KXYZfpv -reembolso/fp -reemendar/KXYZfp -reemergir/XYfp -reemigrar/KXYZfp -reemite -reencarnar/KXYZcfp -reentrar/KXYZfnp -reentrância/p -reesperar/KXYZfp -reexpor/Kp -refastelar/KXYZfp -refecundar/KXYZfp -refegar/KXYZfp -refeitório/p -refender/KXYZfp -referencial/p -referenciar/KXYZfp -referendar/KXYZfp -referendo/fp -referendário/fp -referir/MYZfnpv -refermentar/KXYZcfp -referência/p -refestelar/KXYZfp -refiar/KXYZfp -refilar/KXYZfp -refilão -refinadura -refinar/DKMXYZcfp -reflectir/DYfp -reflectivo/d -reflector/fp -reflectência/p -reflexivo/dfmp -reflexo/fp -reflexível -refluir/K -reflutuar/KXYZcfp -refogar/KXYZfp -refoge/fp -refolgar/KXYZfp -refolhar/KMXYZfp -refontalização -reforjar/KXYZfp -reformar/DKXYZcfpv -reformativo -reformatório -reforme/fipt -reformável/dp -refornecer/KMXYZfp -refortalecer/KXYZfp -refortificar/KXYZfp -reforçar/DKXYZfp -reforçativo -reforço/fp -refractar/KXYZfip -refracte/fip -refractivo -refractométrico -refractor -refractário/fp -refrear/DKMYZfpv -refregar/KXYZfp -refrescar/KMXYZfnp -refrescativo -refrigerar/DKXYZcfnp -refrigerativo -refringentes -refrão/p -refrém -refugiar/KXYZfp -refugo -refulgência/p -refundir/DXYcfp -refutar/DKXYZcfpv -refutativo -refutatório -refém/p -refúgio/p -regadio/fp -regadura -regalado/fmp -regalar/DKXYZfp -regale/fipt -regalia/ipt -regalão -reganhar/KXYZfp -regar/DKXYZfp -regata/py -regatar/KXYZfp -regatear/DKYZfp -regateirice -regateiro/f -regateirona -regaçar/KXYZfp -regaço/fp -regedoral -regedoria -regelar/DKXYZfnp -regencial -regenerar/DKXYZcfnpv -regenerativo/fp -regenerescência/p -regenerável/dp -reger/DKMXYZfnp -regerar/KXYZfp -regia/mpt -regime/p -regimental/p -regimentar/KXYZfp -Regina -regional/ijmpt -regionalizar/DKXYZcfp -regirar/KXYZfp -registar/DKXYZcfpv -registo/fp -registrar/DKXYZfpv -região/p -rego/fpt -regorjear/KYZfp -regozijar/DKXYZfp -regrado/fmp -regrar/KXYZfnp -regredi/p -regredir/Yfp -regressar/KXYZfp -regresse/fpt -regressivo/dfm -regresso/fpt -regressão -regridais -regridam -regridamos -regride/fp -regridem -regrido/f -reguada -regueifa -regueifeiro -regueiro -Reguengos -regulamentar/KSXYZcfp -regulamentário -regular/DKMXYZcdfmpv -regularizar/DKXYZcfp -regulativa -regurgitar/KXYZcfp -regélido -regência/p -regímen -rei/p -reiais -reiamos -reimpressão -Reinaldo -reinar/KXYZfnp -reinaugurar/KXYZcfp -reincitar/KMXYZfp -reiniciar/KXYZfp -reino/fp -reinquirição -reinstalar/KXYZcfp -reintegrar/KXYZcfp -reintroduzir/YZfp -reintrodução -reinvocação -reio/f -reiterado/fmp -reiterativo -reitor/fp -reitorado/p -reitoral/p -reitoria/p -reivindicar/DKXYZcfp -reivindicativo/fp -reivindicatório/fp -rejeitar/CKXYZfpv -rejubilar/KXYZfp -rejurar/KXYZfp -rejuvenescer/DKMXYZfnp -rejuvenescência/p -relacional/p -relacionar/KMXYZcfpv -relamber/KXYZfp -relambório -relampaguear/KMYZfnp -relampejar/n -relampejo -relapidado -relatar/CKXYZfpv -relativizar/KXYZcfnp -relativo/dfijmpt -relato/fp -relator/p -relatório/p -relaxar/DKMXYZcfnp -relaxe/fipt -relegar/KXYZcfpv -relembrança -relembrar/KXYZfp -relembrativo -relento -reler/DKXYZfnp -relevante/mp -relevantes/I -relevar/DKMXYZcfnp -relevo/fp -relevância/p -relicário -religar/KXYZfp -religiosidade/Ip -religioso/dfimp -religião/p -relinchar/KXYZfp -relojoaria/p -relojoeiro/p -relutar/KXYZcfnp -relutância/p -reluzir/YZfnp -relvar/KSXYZfp -relvoso -relâmpago/p -relé/p -relíquia/p -relógio/p -remadela -remadura -remagnetizar/KXYZfp -remanente/p -remanescer/KXYZfnp -remanso -remanência/p -remar/DKXYZfp -remarcar/KXYZfp -remascar/KXYZfp -remastigar/KXYZcfp -rematar/DKXYZcfp -Rembrandt -reme/bfp -remedar/KXYZfp -remediar/DKSYZcfpv -remedir/DXYcfpv -remediável/IS -remelento -rememorar/DKXYZcfpv -rememorativo -remendagem -remendar/KXYZfp -remendeiro -remendo/fp -remendona -remendão -remeter/KMXYZfnp -remexer/KXYZfp -remineralizar/KXYZcfp -reminiscente -reminiscência/p -remir/DXYcfpv -remirar/KXYZfp -remissivo/p -remissível/Id -remissório -remitente -remo/fp -remocar/KXYZfp -remodelar/KXYZcfp -remoer/fp -remoinhar/KXYZfp -remoinhoso -remontar/KXYZfnp -remorder/KXYZfp -remorso/p -remoto/fmp -remover/KMXYZfpv -remunerar/DKXYZcfpv -remunerativo/m -remuneratório -remuneroso -remédio/p -rena/p -renal/p -renascente/ipt -Renato -renavegar/KXYZfp -renda/py -rendar/KXYZfp -render/KMXYZfpv -rendibilizar/KXYZcfnp -rendilhar/KMXYZfp -rendição -rendo/fy -rendoso -renegar/DKXYZcfp -renegociar/DKMYZcfnpv -renhir/MXYfp -renina -renitente/p -renitência/p -Reno -Renoir -renomear/KYZfp -renovar/DKMXYZcfpv -rentabilizar/KXYZcfnp -rente/hp -rentável/dp -renunciar/DKXYZcfnpv -renunciatório -Renânia -renúncia/p -reocupar/KXYZcfp -reorganizar/DKXYZcfp -reostático/fp -repa -repagar/KXYZfp -repaginar/KXYZcfp -reparadeira -reparar/DKXYZcfpv -reparatório -reparo/fp -repartideira -repartir/DXYcfpv -reparável/Ip -repassar/KXYZfp -repatriar/KMXYZfp -repatriação -repele/p -repelente -repeli/p -repelir/Yfp -repelência/p -repente -repentino/fm -repentinoso -repercussivo -repercusso -repercussão/p -repercutente -repercutir/XYfp -repertório -repesar/DKXYZfp -repete/p -repetem -repeti/p -repetibilidade/p -repetido/fmp -repetir/DYcfnp -repetitivo/fp -repetitório -repetividade/p -repetência/p -repicar/DKXYZfp -repitais -repitam -repitamos -repito/f -replantar/DKXYZcfp -repleto/fp -replicar/DKXYZcfp -replo -repolho/p -repolhudo -repor/Kcp -reportar/KMXYZcfp -reportório/p -repositor/p -repositório/p -reposto/fpy -repreender/DKXYZfp -repreensivo/m -repreensor -repreensível/Im -represadura -representar/DKXYZcfnpv -representativo/dfp -repressivo/fmp -repressor/fp -represália/p -reprimenda/p -reprimir/DXYfpv -reprodutivo/dp -reprodutível/d -reprodutório -reproduzir/YZcfpv -reprografia/pq -reptar/KXYZfp -reptiliano/fp -reptilário -republicanizar/KXYZfp -republicano/fijp -republicar/KXYZcfp -repudiar/KXYZcfpv -repugnar/DKXYZfnp -repugnância/p -repulsar/KXYZfp -repulsivo/f -reputar/KXYZcfp -repuxar/DKXYZfp -repuxo/fp -repórter/p -repúdio -requebrar/DKXYZfp -requeijão/p -requeimar/KXYZcfp -requeiro/f -requentar/KXYZfp -requer/np -requerer/DKMYZfnp -requestar/DKXYZfp -requirida -requiridos -requisitar/CDKXYZfnp -requisito/fp -requisitório -rescaldo -rescindir/XYfpv -rescisor -rescisão/p -rescisório -rescrever/KXYZfp -rescrito -rescrição -Resende -resenha -reservado/fmp -reservar/DKXYZfp -reservativo -reservatório/p -reserve/fpt -resfolegar/KXYZfnp -resfolgar/KXYZfnp -resfriadoiro -resfriadouro -resfriar/DKMXYZfp -resfôlego -resgatar/DKXYZfpv -resgatável/dp -resguardar/KXYZfp -resguardo/fp -residencial/p -residir/XYfnp -residual/p -residuário -residência/p -resignar/KXYZcfmnpv -resignatório -resinagem -resinar/KXYZfp -resine/fpw -resineiro -resinento -resistente/mp -resistir/XYfnpv -resistência/p -resistível/Idp -resitividade/p -resma/p -resmungar/DKXYZfop -resmungue/Gp -resmunguento -resmungão/p -resolutivo -resoluto/m -resolutório -resolução/p -resolver/KXYZfnpv -resolúveis/I -resolúvel/dp -respectivo/fmp -respeitar/DKXYZfmnpv -respeitoso/Smp -respeitável/dp -respigadeira -respigadoira -respigadoura -respigar/KXYZfp -respigão -respingar/DKXYZfp -respingão/p -respirabilidade/Ip -respiradoiro -respiradouro -respirar/DKMXYZcfpv -respiratório/fp -respirável/dp -resplandecente/mp -resplandecer/KXYZfnp -resplandecência/p -resplendecer/KXYZfp -resplender/KXYZfnp -resplendor -resplendoroso/p -resplendência/p -responder/DKXYZfnpv -responsabilizar/DKSXYZcfpv -responsivo -responsável/Idmp -resposta/p -resquício/p -ressacar/KXYZfp -ressair/K -ressaltar/KXYZfp -ressaltear/KYZfp -ressalto/fp -ressalvar/KXYZfp -ressarcir/XYfp -ressaudar/DKYZcfnp -ressecar/KXYZfp -resselar/KXYZfp -ressemear/KYZfp -ressente/p -ressentir/MYfp -ressequir/K -ressoar/DKXYZfnp -ressoldar/KXYZfp -ressonante/mp -ressonar/DKXYZfnp -ressunção -ressurgente -ressurgir/MXYfp -ressurgência/p -ressurrecional -ressurrecto -ressurreição -ressuscitar/DKXYZcfpv -restabelecer/KMXYZfp -restar/KXYZfnp -restaurar/DKXYZcfnpv -restaurativo -restauro/fp -restilar/KXYZcfp -restinguir/XYfp -restituir/DKcv -restitutio -restitutório -resto/fp -restringir/MXYfnpv -restringência/p -restritivo/fmp -restrito/fmp -restrição/p -restucar/KXYZfp -resultar/KXYZfnp -resultância/p -resumir/DXYfmp -resumo/fp -resvaladeiro -resvaladiço -resvaladura -resvalar/KMXYZfnp -resíduo/p -retaguarda -retalhar/DKMXYZfp -retalhe/fpt -retaliar/KXYZcfp -retaliativo -retaliatório -retardar/DKMXYZcfp -retardativo -retardatário/fp -retemperar/KXYZcfnp -retende/p -retens -retentivo -retentor -retenção/p -reter/p -retesar/DKMXYZfp -reticenciar/KXYZfp -reticencioso -reticente/p -reticulado/fp -reticular/cp -reticência/p -retingir/XYfp -retinha/p -retiniana -retinir/XYfnp -retinto/fp -retinência/p -retirar/KMXYZcfp -retocar/DKXYZfp -retomar/KXYZfp -retorcer/DKXYZfp -retornar/KMXYZfp -retorquir/Kv -retorsão -retorto -retractar/KXYZcfp -retractilidade/p -retractivo -retractor -retraduzir/YZfp -retradução -retrair/KM -retrancar/KXYZfp -retransmissível/dp -retratar/DKXYZcfp -retrate/fpt -retravar/KXYZfp -retraçar/KXYZfp -retremer/KXYZfp -retrete -retribuir/DKc -retrilhar/KXYZfp -retroactividade/Ip -retroactivo/dfmp -retroactor -retroacção -retroagir/XYfp -retroar/KXYZfp -retroceder/KMXYZfnp -retrocessivo -retrocesso/p -retrocessão -retrodesvios -retroflectido/fp -retroflexo -retroflexão -retrogradar -retrogressivo -retrogressão -retrosaria/p -retrospectivo/dfm -retrospecção -retroversidade/p -retroversivo -retroversão -retroverter/KXYZfp -retrovisor/p -retráctil -retrógrado/f -retumbar/KXYZfnp -retumbância/p -retábulo/p -retém -retículo/p -retórico/fp -reumatalgia -reumatismal -reumatismo/p -reumatologia/qrt -reumatóide -reumático/fp -reunificar/KXYZcfp -reunir/DYfp -reutilizar/DKXYZcfpv -revacinar/KXYZcfp -revede -reveio -revelar/DKXYZcfpv -revelia -revendedeira -revender/DKXYZfp -revendão -revenerar/KXYZfp -rever/DKZp -reverberar/KXYZcfnp -reverencial/mp -reverenciar/DKXYZfp -reverendo/fps -reverente/mp -reverificar/DKXYZcfp -reversivo -reverso -reversível/Id -reverter/KXYZfpv -reverência/Ip -revestir/MYfp -revezado/fmp -revezar/DKMXYZfp -revigorar/KXYZfp -revinde/p -revindicação -revingar/KXYZfp -revir/Yfp -revirar/KMXYZfp -revisionismo/p -revisionista -revisor/fp -revistar/DKXYZfp -revisteca -revisteiro -revisto/fp -revisório -revitalizar/KXYZcfp -revivescer/KXYZfnpv -revivescência/p -revivificar/DKXYZcfp -revogar/DKXYZcfnpv -revogatório/f -revogável/dp -revoltar/DKXYZfnp -revolte/fpw -revoltear/KYZfp -revolucionar/KMXYZfp -revolucionário/Hfp -revolutivo -revoluto -revolução/p -revolver/DKMXYZfp -revoo -revém/p -revés/p -revólver/p -Reynolds -rezada/py -rezadeiro/f -rezar/DKXYZfp -rezina -rezingar/KXYZfp -rezingueiro -rezingão -rezão -reóstato/p -reúnam -reúne/fp -reúnem -reúno/f -riacho/p -riais -riamos -ribalta/p -ribanaceira -ribatejano/fp -Ribatejo -ribeirada -ribeiro/fhp -ribeirão -ribombar/KXYZfnp -ribombância/p -ricalhaço -Ricardo -ricaço/fp -Richard -Richardson -rico/fmps -ricochete -ricochetear/KYZfp -ride/fp -ridiculamente -ridicularia/jp -ridicularizar/DKXYZfnp -ridiculez -ridiculeza -ridiculoso -ridículo/fp -riem -Riemann -rifar/KXYZfp -rifle -Riga -rigidez -rigor/iptw -rigoroso/dfmps -rijeza -rijo/fp -rijão -rim/fp -rimar/DKXYZfp -Rimini -Rimski -rinoceronte/p -rinologia -rintónica -rio/fp -Rioja -riojano/fp -ripadura -ripagem -ripar/KXYZfp -ripostar/KXYZfp -riquenho -riqueza/p -rir/Yfnp -ris/h -risada -RISC -riscadura -riscar/DKXYZfp -risco/fp -riso/hp -risonho/fp -risota -risote -rispidez -rissol -risível/dp -Rita -ritmar/KXYZfp -ritmicamente -ritmo/fp -rito/p -ritual/ijmpt -ritualizar/KXYZcfnp -rival/jp -rivalidade/p -rivalizar/KXYZfpv -Rivera -Riviera -rixar/DKXYZfp -rixoso -rizicultura/pqr -rizoma/p -rizotónico -roais -roam -roamos -robalo -Robert -Roberto -Robespierre -Robin -Robinson -robot/p -robotizar/KXYZfp -robustecer/DKMXYZfp -robustez -robusteza -robusto/fp -robótica -robôs -roca -rocambolesco -rocha/pw -rochedo/p -rocinante/p -rock -Rockefeller -Rockford -rococó -rodagem -rodapé/p -rodar/KXYZfnp -rodear/DKMYZfp -rodeio/fp -rodela/p -rodete/f -Rodolfo -rodopiar/KXYZfnp -rodovia/p -rodoviário/fp -Rodrigo -Rodrigues -Rodriguez -Rodríguez -Rodésia -roedura -roei/p -roem -roemos -roendo -roer/Dfp -roeram -roerdes -roerei/p -roerem -roeremos -roeria/p -roeriam -roermos -roerá/p -roerão -roeríamos -roeríeis -roesse/p -roessem -roeste/p -roeu -rogar/DKXYZcfnp -rogativo -rogatório/f -roge/fp -rogem -Rogério -roido/fp -rojão/p -rol/fp -rolar/KMXYZfnp -roldana -roldão -roleta -rolete -rolhagem -rolhar/KXYZfp -rolheiro -rolhão -rolinha -roliço -rolo/fp -rolão -Roma -romagem -romance/Gipt -romancear/KYZcfp -romanceiro -romancero -romanesco/fp -romanizar/KXYZcfpv -romano/fijpt -romanofilia/q -romanologia/q -romantice/i -romantismo/p -romantizar/KXYZfp -romançada -romançaria/p -romaria/p -rombo/p -romboédrico -romeiros -romeno/fp -Romero -Romeu -Rommel -rompante/p -rompedura -romper/DKMXYZfnp -românico/fp -romântico/fp -romã/p -Romão -romãzeira/p -romãzeiral -Roménia -roncadura -roncar/DKXYZfnp -roncear/KYZfp -ronceirice -ronceiro/ip -ronco/fy -rondar/DKXYZfp -ronde/fpt -Rondônia -ronhento -ronhoso -ronins -ronquido -ronquidão -ronrom -ronronar/KXYZfnp -roo/f -Roosevelt -roque -roquete -Roraima -rosa/py -rosado/f -rosal/p -rosbife/p -roscar/KXYZfp -Rose -roseiral/p -Rosenberg -roseta/p -rosinha -Rosita -rosmaninhal -rosmaninho -rosnadura/p -rosnar/DKXYZfop -rosnento -rosquilha -Rossini -rossio -rosto/p -Rostock -rostro -rosáceo/f -Rosália -rosário -rotacional/p -rotar/DKXYZcfnp -rotativo/dfit -rotatório -roteia -roteiro/pt -Roterdão -rotina/py -rotineiro/fmp -roto/fy -rotor -rotulagem -rotular/KXYZfp -rotundo/f -rotura/p -rotário -rotífero -roubalheira -roubar/DKXYZfp -roubo/fp -rouco/fmp -roufenhar/KXYZfp -roufenho/fp -roupa/p -roupagem/p -rouparia/p -roupeiro/p -roupão -rouquice -rouquidão -Rousseau -rouxinol/p -roxear/KYZfp -roxidão -roxo/fp -Roy -Royal -roçadela -roçadura -roçar/DKXYZfp -roêramos -roêreis -roêsseis -roêssemos -roí/f -roíam -roíamos -roíeis -RPR -RS -RTP -Ruanda -ruandês/fp -Rubens -rubescer/KXYZfnp -rubescência/p -rubi -rublo/p -rubor -ruborescer/KXYZfp -ruborizar/KXYZcfp -rubricar/DKXYZfp -rubro/fp -rubéola -rude/mp -rudez/fp -rudimental -rudimentar/p -rudimento/p -rudistas -Rudolfo -ruela/p -rufar/KXYZfp -rufiar/KXYZfp -Rufino -rufião/p -ruga/pw -rugi/p -rugiente -rugir/DYfp -rugoso/dfp -ruidoso/fmp -ruim/p -ruinaria/p -ruindade/p -ruinoso/fmp -ruir/K -ruivacas -ruivo/f -rujais -rujam -rujamos -rujo/f -rum/f -rumar/KXYZcfp -ruminar/KXYZcfnp -rumo/fp -rumor/pw -rumorejar/KXYZfnp -rupestre/p -rupia/p -ruptura/p -rural/dijpt -ruralizar/KXYZfp -rurícola -rusgar/KXYZfp -Russel -Russell -russificar/KXYZcfp -russo/fp -russófono/fp -rusticamente -rusticidade/p -rustificar/KXYZfp -rustiquez -rustiqueza -Rute -Ruth -Rutherford -rutilante/p -rutilância/p -ruína/p -rábula/p -rácico/fp -rádio/p -rádon -ráfia -rápido/fp -râguebi -rã/p -ré/p -récita/p -rédea/p -régie/f -régio/fp -régua -régulo -réplica/p -réptil/a -réstia -réu/p -rê/p -rêem -rícino -rígido/fp -ríspido -rítmico/fp -ró -Ródano -Ródão -rói/p -Rómulo -róseo/fp -rótula -rótulo/p -rúbeo -rúpia -Rússia -rústico/fp -Saará -sabe/p -sabedoria -sabei/p -sabem -sabemos -sabendo -saber/Dp -saberdes -saberei/p -saberem -saberemos -saberia/p -saberiam -sabermos -saberá/p -saberão -saberíamos -saberíeis -sabia/mp -sabiam -sabichar/KXYZfp -sabichoso -sabichão/fp -sabido/fp -sabiá -saboaria/p -sabonete/p -saboneteira -sabor/pw -saborear/KYZfp -saboroso/fmp -sabotagem -sabotar/DKXYZfp -sabre -Sabrosa -sabugal -sabugueiro -sabujo -Sabá -sabático/fp -sabão/p -sabíamos -sabíeis -sacadela -sacalaves -sacar/DKXYZfp -sacarina -sacarose -sacaróide -sacerdotal/ip -sacerdote/p -sacerdotisa/p -sacerdócio -sachadela -sachadura -sachar/DKXYZfp -sacholar/KXYZfp -sacholo/fp -sachão -saciado/Ifp -saciar/KXYZfpv -saciedade/Ip -saco/fhp -sacola/p -sacralizar/KSXYZcfp -sacramental/dmp -sacramentar/KXYZfp -sacramento/fp -sacramentário -sacrifical/p -sacrificar/DKXYZfpv -sacrificativo -sacrificatório -sacrificial/p -sacrifício/p -sacrilégio/p -sacristania -sacristia -sacristão -sacro/fmp -sacrossanto/fp -sacudidela -sacudidura -sacudir/MXYfp -sadia/imp -sadicamente -sadino/fp -sadio/fmp -sadista -Sado -sadomasochismo/p -Sadova -safadeza/p -safadice -safanão/p -safar/KXYZfp -safeno/f -safira/p -safo/fp -safra/p -safões -sagaz/dmp -sage/f -sageza -sagitário/fp -sagrar/DKXYZcfmp -saiba/p -saibais -saibam -saibamos -Saint -saiote/p -sair/Kn -sal/fp -salada/py -salafrário/p -salamaleque/p -Salamanca -salamandra/p -salame/p -salarial/p -Salazar/it -Saldanha -saldar/KXYZfp -saldo/fp -salegrias -saleiro/p -Salemas -salesiano/p -saleta -salgadeira -salgadura -salgalhada -salgar/KXYZfp -salgueiral -salgueiro/pt -salicina -salicultura/pqr -salientar/KXYZfp -salificar/KXYZcfpv -salinação -salino/dfp -salival/p -salivar/KXYZcfnp -salivoso/p -saliência/p -Sally -salmo/p -salmonado -salmonela/p -salmoura -salmão/p -salobra/p -saloiada -saloiice -saloio/fp -Salomão -Salomé -salpicadura/p -salpicar/DKXYZfop -salpicão -salsa -salsada -salsaparrilha -Salsete -salsicha/p -salsicharia/p -salsicheiro -salsichão -saltadoiro -saltadouro -saltar/DKXYZfnp -saltaricar/KXYZfp -saltarilhar/KXYZfp -salte/fhp -salteado/fmp -saltear/DKMYZfp -saltimbanco/p -saltitar/KXYZfnp -salto/fhp -saltão -saltério/p -salubre/Id -salubrificar/KXYZcfp -salubérrimo -salutar/p -salutífero -salvadorenho/fp -salvaguardar/KXYZfp -salvar/DKMXYZcfnpv -Salvaterra -Salvatore -salvatoriano -salvo/fp -salvífico/fp -Salzburgo -salário/p -salão/p -salífero -Sam -Samaria -samaritano/p -samarra/p -samarreiro -sambar/DKXYZfp -sambe/fpt -Sameiro -Samora -Sampaio/t -Samuel -Samuelson -samural/p -San -sanar/DKXYZcfnpv -sanativo -sanatorizar/KXYZfp -sanatório -Sanches -Sanchez -Sancho -sancionar/DKXYZfp -sancionatório -sande/Gp -sandeu -sandia -Sandino/it -Sandra -sanduichar/KXYZfp -sanduíche -sandália/p -sane/dfps -sanear/DKMYZfpv -sangradouro -sangradura -sangrar/DKXYZfp -sangrento/fp -sangria -sangue/h -sanguessuga -sanguificar/KXYZfp -sanguinem -sanguinolento/fp -sanguinolência/p -sanguinário/f -sanguífero -sanguíneo/fp -sanha -sanidade/Ip -sanita/p -sanitarista/p -sanitário/fp -sanjoaneiro -sanjoanino/fp -sanscritismo/p -sanscrítico -Sansão -Santana -Santander -santareno -Santarém -santeiro -Santiago -santiagueiro -santiaguês -santificar/DKXYZcfnpv -santo/dfhps -santola -santuário/p -sanção/p -sapador/p -sapal -sapata/py -sapatada -sapataria/p -sapatear/DKYZfp -sapateiral -sapateiro/f -sapatilha/p -sapato/fhp -sapatola -sapatorro/fp -sape -sapiencial/p -sapiente -sapiência/p -sapo/p -saprófita/p -sapudo -saquear/DKYZfp -saqueiro -saquete -saquito -saqué -Saragoça -Sarah -saraiva -saraivada -saraivar -Sarajevo -Saramago -sarampelo -sarampo -sarampão -sarapantado -sarapintar/KXYZfp -sarar/KXYZfp -sarau/p -sarcasmo -sarcasta -sarcástico/Hfp -sarcófago -sarda/hp -sardanisca -sardanita -Sardenha -sardento -sardinha/py -sardinheiro/f -Sardoal -sardoso -sardão -sargaceiro -sargaçal -sargaço/f -sargento/p -Sargão -sariano/fpu -sarilhar/KXYZfp -sarilho/fp -sarjadura -sarjar/DKXYZfp -sarjeta/p -sarmento -sarmentoso -sarnento -sarnir/XYfp -sarnoso -sarrabiscar/KXYZfp -sarrabulhada -sarrabulhento -sarrabulho -sarraceno/p -sarrafaçal -Sartre -sarça/Rp -Satan -satanismo/p -satanista -satanizar/KXYZfp -Satanás -satelização -satiricamente -satirizar/KXYZfp -Satis -satisfatório/Hfp -satisfazer/KZpv -satisfação/p -satisfeito/Ifp -saturada/Iu -saturado/Ifp -saturar/DKXYZcfnpv -Satureja -saturnal -saturniano -Saturno -saturável/dp -satânico/fp -Satã -satélite/p -satírico/fp -saudade/fp -saudai/Rp -saudamos/R -saudar/DKYZcfnpv -saudei/Rp -saudemos/R -saudita/p -saudoso/fipt -saudável/mp -sauna/p -savana/p -saxofone/pt -saxão/p -Saxónia -saxónico/fp -saxónio -sazonal/dmp -sazonar/DKMXYZcfpv -saúdam/R -saúde/Rfp -saúdem/R -saúdo/Rf -saúna -Scala -scanner -scanners -Scarlatti -Schelling -Schiller -Schopenhauer -Schubert -Schumann -Schwarz -scope -Scott -se/ip -Seabra -seara/p -Seattle -sebada -sebastianismo/p -sebastianista -Sebastião -sebe/p -sebeiro -sebenteiro -sebento/Gf -sebentão -sebo -seborreia -seborreico/f -seboso/p -sebáceo -SEC -secadouro -secagem -secano -secar/DKXYZfnp -seccional/p -seccionar/KMXYZfp -secessão/pt -seco/fmps -secretarial/p -secretariar/KXYZfpu -secretina -secreto/fimps -secretor -secretário/fpu -secretório/fp -secreção/p -sectarismo/p -sectarista -sector/pu -sectorial/p -sectário/fp -sectório -secular/dimp -secularista -secularizar/KXYZcfp -secundar/KXYZfp -secundaria/jmp -secundarizar/KXYZcfnp -secundário/Hfp -secura -secção/p -sedar/KXYZcfp -sedativo -sedentariedade/p -sedentarismo/p -sedentarizado/p -sedente/p -sedento/p -sedentário/fp -sediar/KMXYZfnpv -sedimentalogia -sedimentar/cp -sedimento/fp -sedimentoso -sedimentário -sedoso/p -sedutor/fp -seduzir/YZcfpv -SEF -sefardita/p -Segismundo -segmentar/KXYZcfp -segmento/fp -segmentário -segredar/KXYZfp -segrede/fpt -segredeiro -segredo/fpt -segregar/KXYZcfp -segregativo -segregação/pt -segua -seguam -seguamos -segue/p -seguem -segui/p -seguido/fmp -Seguin -seguinte/mp -seguir/DMYfnp -segundanista/p -segundar/KXYZfp -segundo/fp -segurança/Ip -segurar/DKXYZfp -segureza -seguro/Idfmps -Segóvia -sei/p -Seia -seio/p -seirão -seiscentismo/p -seiscentista/p -seiscentos/f -seiscentésimo -seita/p -seiva -seivoso -seixal -seixo -seja/p -sejais -sejam -sejamos -seladura -selagem -selar/DKXYZfp -seleccionar/DKXYZfpv -seleccione/fip -selectivo/dfp -selecto/f -selector/p -selecção/ip -selo/fp -selva/p -selvagem/p -selvagismo/p -selvajaria/p -selvoso -selvático/Hfp -Selznick -seláceos -sem/S -semafórico -semana/p -semanada -semanal/mp -semanticamente -semanário/p -semblante/p -semeadoiro -semeadouro -semeadura -semear/DKYZcfpv -Semedo -semelhança/p -semelhar/KXYZfnp -sementa/py -semental/p -sementar/KXYZfp -sementeiro/f -sementio -semestral/dmp -semestre/p -semiaberto -semianalfabeto -semibreve -semicerrar/KXYZfp -semicilindro -semicilíndrico -semicircular/p -semicircunfrência/p -semiclausura -semicolcheia -semicondutor/p -semiconsciente/p -semicrenata -semicírculo/p -semidesértico -semideus/fp -semidirecta -semidivindade/p -semidivino -semidobrado -semieixo -semienfastiado -semienterrado -semierudito -semiesfera -semiesférico -semifinal/pt -semifluida -semigasto -semigloboso -semimorto -seminal -seminarista/p -seminarístico -seminudez -seminário/p -semioficial -semioficioso -semipermeável -semiplano -semipleno -semiprova -semiquartil -semita/ip -semitom -semitransparente -semitónico -semiurbanos -semiviver/KXYZfp -semiótica -sempre -semáforo/p -semântico/fp -semínima -semítico/fp -senado/p -senador/fp -senadoria -senatorial -senda -sendeiro -sendo -Senegal -senegalês/fp -senha/p -senhor/fp -senhoraço/f -senhoriagem -senhorial/p -senhoril -senhorinha -senhorio/fp -senhorita -senil/dp -senilização -seniores -seno/f -sensabor -sensaboria/j -sensaborizar/KXYZfp -sensaborão -sensacional/ipt -sensatez/I -sensato/Ifmp -sensação/p -sensibilizar/DKXYZcfnpv -sensitivo/fmp -senso/i -sensor/p -sensorial/p -sensual/dijmpt -sensualizar/KXYZcfp -sensível/Idmp -sensório -sentar/KXYZfp -sentem/R -sentenciar/DKXYZfp -sentencioso -sentença/p -sentes/R -senti/Rp -sentimental/dijmpt -sentimentalizar/KXYZfp -sentimentalão -sentinela/p -sentir/MXYfp -senão -separado/fmp -separar/DKXYZcfmpv -separata/it -separativo -separatório -separável/Idp -septenal -septicemias -septo/p -septuagenário/fp -septuagésimo -sepulcral/p -sepulcro/p -sepultar/DKMXYZfnp -sepultura/p -sequaz/p -Sequeira -sequeiro -sequela/p -sequencial/dmp -sequenciação -sequer -sequestrar/DKXYZcfpv -sequestro/fp -sequidão -sequioso -sequência/pu -ser/KZnp -Serafim/p -serapilheira -serdes -serei/p -sereia/p -serem/I -seremos -serenar/KXYZfp -serenata/p -sereno/dfmps -Sergipe -seria/mp -serial -seriam/I -seriação -sericite -seriedade/p -serigaita -serigrafia/pq -seringadela -seringar/DKXYZfp -seringueira -sermos -sermão/p -Sernancelhe -serodiamente -seropositivo/dfp -seroso/df -Serpa -serpe -serpear/KYZfnp -serpentar/KXYZfp -serpentear/KYZfnp -serpentino/f -Serpula -serrabulho -serradela -serradura -serragem -serralharia/p -serralheiro -serrania/p -serrano/f -serrar/DKMXYZcfp -serrim -serrote -serrotear/KYZfp -sertã -sertão -serve/fp -servem -serventia -serventuário -servidão -servil/ijp -servilizar/KXYZfp -servir/DYfnpv -servitio -serviçal/p -serviço/p -servo/fp -servocomando -servofreio -servomecanismo/p -servomotor -servência/p -serze/p -serzem -serzi/p -serzimos -será/p -serão/p -seríamos/I -seríeis/I -serôdio/f -Sesimbra -sesimbrão -sesquióxidos -sessenta -sessentão -sessão/p -sesta -sestércio -seta/py -setada -sete/f -setear/KYZfp -setecentismo/p -setecentista/p -setecentos/f -seteiro/f -setembristas -Setembro -setenta -setentrional/p -setubalense/p -Setúbal -seu/p -Seul -Sever -Severino -severizar/KXYZfp -severo/dfjmps -Sevilha -sevilhano/f -sevícia/p -sexagenário/fp -sexagesimal/p -sexagésimo/fp -sexo/p -sexologia/pqr -sextante/p -sexteto/p -sexto/fp -sextuplicar/KXYZcfp -sexuado/fm -sexual/dijmpt -sexualizar/KXYZfp -SGPS -Shakespeare -shakespeariano/fp -Shapiro -Shaw -shell -sherpa -si -siamês/fp -siberiano/fp -sibilantizar/KXYZfp -sibilar/KXYZcfnp -sibilância/p -sibéria -SIC -siciliano/fp -Sicrano -Sicília/p -sideral/p -siderar/KXYZfp -siderurgia/p -siderúrgico -Sidney -sido/fp -sidra -Sidónio -Siegfried -sienito/p -sienítico -sifilítico/f -sigam -sigamos -sigilar/p -sigilo -siglo/f -sigma -sigmoidoscópico -sigmóide -signatário/fp -significante/Ip -significar/DKXYZcfnp -significativo/fmp -significância/Ip -signo/p -sigo/f -siguais -silabar/KXYZfp -silabe/fip -silabificação/p -silabário/p -silagem -silenciar/DKXYZfp -silencie/fpw -silencioso/fmp -silepse -silhueta/p -silicatado -silicato/p -silicioso -silicisponjas -silicose/f -silicoso/fp -silicozirconato -silo/p -silogismo/p -silogístico -siltoso/fp -silvar/KXYZfp -Silveira -silvestre/p -silvicultura/pqr -silvo/fp -silvoso -Silvério -silábico/fp -silêncio/p -silício -silíqua -sim -simbiose -simbolismo/p -simbolista/p -simbolizar/DKXYZcfnp -simbologia/r -simbolístico -simbólico/Hfp -simetria/jpr -simetrizar/KXYZcfp -Simeão -similar/dmp -similia -similitude -simius -Simon -Simone -simonia -simpatia/jpr -simpatiquíssimo -simpatizar/KXYZfnp -simples/m -simplicidade/p -simplicíssimo/Hfp -simplificar/DKXYZcfpv -simplificativo/f -simplismo/p -simplista/p -simpléctico -simplório/p -Simpson -simpático/Hfp -simpósio/p -simulacro/p -simular/DKXYZcfp -simulatório -simultaneamente -simultaneidade/p -simultâneo/fmp -Simão/p -sinagoga/p -Sinai -sinal/jp -sinaleiro -sinalizar/KXYZcfp -sinapse/p -sincero/dfmp -sincretismo/p -sincronia/ijp -sincronizar/KRSXYZcfmp -sincrónico/f -sincárpico -sindical/ijpt -sindicalizar/KXYZcfp -sindicar/DKXYZcfp -sindicato/p -sindromático/fp -sindético/fp -sine/f -sinergia/p -Sines -sinestesias -sineta -sinete/p -sinfonia/jp -sinfonista -sinfonizar/KXYZfp -sinfónico/f -Singapura -singelez -singeleza -singelo/fp -singrar/KXYZfp -singular/dmp -singularizar/KXYZcfp -sinhazinha -sinhá -siniense/p -sinistrar/KXYZfp -sinistro/fmp -sino/fp -sinodal -sinonimar/KXYZfp -sinonimizar/KXYZfp -sinonímia -sinopse/p -Sinopsis -Sinquião -sintagma -sintais/R -sintam/R -sintamos/R -sintaxe/p -sintaxiologia/r -sintetismo/p -sintetizar/DKXYZcfnp -sinto/Rf -sintoma/p -sintomatologia/r -sintomático/Hfp -sintonia/j -sintonizar/KSXYZcfp -Sintra -sintrense/p -sintáctico/fmp -sintáxico -sintético/Hfp -sintónico -sinuoso/dfmp -sinusite -sinusoidal/p -sinusóide/p -sináptico/fp -Sinédrio -sinéquias -sinérgico -sinónimo/fp -sinóptico/fp -sionismo/p -sionista/p -siques -Sir -Siracusa -Siracusanas -sirene/p -sirga -sirigaita -sirvais -sirvam -sirvamos -sirvo/f -sirzais -sirzam -sirzamos -sirzo/f -sisar/KXYZfp -sismicidade/p -sismografia/pqr -sismologia/qr -sistema/pu -sistematizar/DKXYZcfp -sistemático/fp -sistémico/fp -sistólico/f -sisudez -sisudeza -sisudo/fmp -sitiar/DKXYZfnp -situ -situacionsita -situar/KXYZcfp -situação/ip -Sião -slogan/p -slot/p -SMAS -SME -Smith -snobe/i -soalha/py -soalhal/p -soalhar/KXYZfp -soalheiro/f -soalho/fp -soar/KRXYZfnp -sob -sobe/p -sobejar/KXYZfp -sobejo/fmp -sobem -soberania/j -soberanizar/KXYZfp -soberano/fjmp -soberbo/fp -soberboso -sobra/hpy -Sobral -sobrancear/KYZfp -sobranceiro/fp -sobrancelha/p -sobrancelhudo -sobranceria -sobrançaria/p -sobrar/KXYZfnp -sobraçar/KXYZfp -sobrealimentar/KXYZcfp -sobreamortecido -sobreapelido -sobreaquecido -sobreaquecimento -sobreavisar/KXYZfp -sobrecarga/p -sobrecarregar/KXYZfp -sobrecompensação -sobreelevação -sobreexcitar/KXYZcfp -sobreiral/p -sobreirritar/KXYZfp -sobrejacente -sobrejectivo/df -sobrelevar/KXYZfnp -sobrelotação -sobreluzir/YZfp -sobremaneira -sobremesa/p -sobremodo -sobrenatural/dijp -sobrenaturalizar/KXYZfp -sobrenatureza -sobrenome -sobrenomear/KYZfp -sobrenumerável -sobreolhar/KXYZfp -sobrepaga -sobrepasto -sobrepensar/KXYZfp -sobrepesar/KXYZfp -sobrepor/Kcp -sobreposse -sobrepovoar/KXYZfp -sobrepujar -sobrerrealismo/p -sobrescrever/KXYZfp -sobrescrito -sobressair/K -sobressalente/p -sobressaltar/KXYZfp -sobressalto/fp -sobressaturar/KXYZcfp -sobresselente/p -sobrestimar/KXYZfp -sobretaxa -sobretensão -sobretudo -sobrevalorizar/KXYZcfp -sobreveio -sobrevir/XYfp -sobreviver/KXYZfnp -sobrevivência/p -sobrevoar/KXYZfp -sobrevém -sobriedade/p -sobro/fhy -sobrolho/p -socadura -socalco/p -socapa -socar/KXYZfp -sociabilizar/KXYZfp -social/ijmpt -socializar/KXYZcfnp -sociedade/p -Society -sociologia/iqrt -sociável/Id -socket/p -soco/fp -socorre/fipt -socorrer/DKMXYZfp -socorro/fipt -socrático/fp -soda -sodomia/j -sodomita -sodomizar/KXYZcfnp -sodomítico -sodómico -Sofia -sofismar/KXYZfpv -sofista/p -sofisticar/DKXYZcfp -sofregamente -sofreguice -sofreguidão -sofrer/DKMXYZfpv -sofrível/mp -software -sofá/p -sogro/fp -sois -soja -sol/fpt -sola/pty -solapadamente -solar/Ip -solarengo/f -solarização -solavancar/KXYZfp -solavanco/fp -soldadeira -soldadesca/p -soldadura/p -soldagem/p -soldar/DKXYZfpv -soldo/fp -Soleimão -solene/djmp -solenizar/DKXYZcfp -soletrar/DKXYZcfp -solfejar/KXYZfp -solfeje/fpt -solha/p -solicitar/DKXYZcfnpv -solicitude -solidar/KXYZfip -solidaria/ijmp -solidariedade/p -solidarizar/KSXYZcfp -solidez -solidificar/KXYZcfp -soliditas -solido/fm -solidário/Hfp -solidão/p -Solimão/p -Solino -solipsismo/p -solitário/fp -solmização -solo/fpt -solsticial -solstício -solta/py -soltar/KXYZfp -solteirão/fp -solto/fpy -soltura -solubilizar/KXYZcfnp -solucionar/KXYZfp -solucionista -solutivo -soluto/p -soluçar/KXYZfnp -soluço/fp -soluçoso -solução/p -solvabilidade/Ip -solvatado/f -solver/KXYZfnpv -solvibilidade/Ip -solvência/Ip -solvível/dp -solícito/fp -solúvel/Idp -som/fp -somali/p -somar/KXYZfp -somatotrofina -somatotropas -somatório -sombra/py -sombrear/KYZfp -sombreiro/f -sombrinha -sombrio/fp -somenos -somente -somiticaria/p -somo/fp -Somália -somático/fp -somítico -sonambular -sonambulismo/p -sonambúlicas -sonar/Rnp -sonata/p -sondagem/p -sondar/DKXYZfpv -soneca/p -sonegado/fmp -sonegar/DKMXYZcfp -soneira -sonetar/KXYZfp -sonete/fpt -soneteiro -soneto/fpt -sonhar/DKXYZfp -sonho/fp -sonido -sono/R -sonolento/fmp -sonolência/Ip -sonorizar/IKXYZfp -sonoro/dfjmp -sonoroso -sonso/Gfp -sonâmbulo/p -sonância/Rp -sonífero/fp -sopa/hpy -sopapo/p -sopeiral -sopeiro/f -soporífero/p -soporífico -soprano/t -soprar/DKXYZfp -sopro/fp -sopé -Sorbona -sordidez -sordideza -sordícia -sornar/KXYZfp -sorneiro -sorno/Gf -soro/p -soror -soroso -sorrateiro/m -sorri/p -sorriais -sorriamos -sorride/fp -sorridente/p -sorriem -sorrio/f -sorrir/Yfp -sorriso/p -sortalhão -sorte/p -sortear/DKMYZfp -sorteio/fp -Sortelha -sorti/p -sortilégio -sortir/MYfp -sorvedela -sorvedoiro -sorvedouro -sorvedura -sorver/KRXYZfp -sorvete/p -sorveteiro/fp -SOS -soslaio -sossegar/DKXYZfmp -sotaina -sotaque/p -sotavento -soteia -soterrar/KMXYZcfp -soterrâneo -Sotomaior -soturno/d -sou -souber/KXYZfp -soubéramos -soubéreis -soubésseis -soubéssemos -Soure -Sousa -Sousel -soutien/p -souto/p -sovaco -sovadela -sovar/KXYZfp -soviete/p -sovietologia/qt -sovinar/KXYZfp -sovino/Gf -soviético/fp -sozinho/fp -soçobrar/KXYZfp -SPA -SPD -Spencer -Spenser -spin -Sporting -sportinguista/p -SQL -sr -stack -standard -Stanley -STCP -Stefano -Stephens -Stern -Stevens -Stewart -STJ -stock/p -stop/p -Stratford -Strauss -Stravinsky -string/p -Stuart -suadela -suadoiro -suadouro -suar/DKXYZfp -suarento -suave/dfjmps -suavizar/DKXYZcfnp -subagudo -subalimentar/KXYZcfp -subalternação -subalternizar/KXYZcfp -subalterno/fjp -subam -subandar/p -subaponevrótico -subcategoria/p -subciclo/p -subconjunto/fmp -subconsciente/p -subcultura/ipt -subderivado -subdiaconado/p -subdirectoria -subdirigir/XYfp -subdistinguir/XYfp -subdivisível -subdocumento/p -subdolicocefalia -subemprego/fp -subentender/KMXYZfp -subespontâneo -subfamília -subfeudo -subfilo/fp -subidouro -subinflamatório -subinflamação -subintitular/KXYZfp -subir/MYfnp -subitamente -subitaneidade/p -subjacente/p -subjectivar/KXYZcfp -subjectivo/dfimpt -subjugar/DKXYZcfnp -subjuntivo -sublanço/p -sublevar/KMXYZcfnp -sublimar/KXYZcfpv -sublimativo -sublimatório -sublime/dfp -subliminal -subliminar -sublinear -sublinhar/KXYZfp -submarginal/impt -submarino/fp -submergir/XYfpv -submerso/fp -submersão -submersível/p -submeter/KMXYZfp -submetálico -subministrar/KXYZcfp -submisso/Ifp -submissão/I -submucosa -submúltiplo/p -subnormal -subnutrir/DMXYcfpv -subo/f -suboficial/dimp -suborbiculares -subordinacionista -subordinar/DKXYZcfmnpv -subordinativo/f -subornar/DKMXYZcfpv -suborno/fp -subornável/Ip -subpor/Kp -subprodutivo/dfimp -subrecticulado -subrotinas -subscrever/KXYZfp -subscrito/fp -subscritor/fp -subscrição/p -subsecção -subsequente/mp -subserviente -subserviência/p -subsidentes -subsidiar/KXYZfp -subsidiário/fp -subsistir/XYfnp -subsistência/Ip -subsolo -substancial/dijmpt -substancialidade/Ip -substancializar/KXYZfp -substanciar/KXYZfp -substancioso -substantivar/KXYZcfp -substantivo/fp -substituir/Kcnv -substitutivo -substituto/fp -substituível/Ip -substracto -substrato/p -substrutura -substrução -substância/p -subsumir/XYfp -subsunção -subsídio/p -subtalâmica -subtenente -subterfúgio/p -subterminal -subterrar/KXYZfp -subterrâneo/fp -subtil/jmp -subtileza/p -subtilizar/DKXYZfp -subtipo -subtractivo -subtrair/CK -suburbano/fp -subutilizar/DKXYZcfpv -subvencional/p -subvencionar/KXYZfp -subvenção/p -subversivo/fp -subversor -subverter/DKMXYZfp -subárea -subúrbio/p -sucata/p -sucateiro/p -suceder/KMXYZfp -sucedâneo/fp -sucessivo/fmp -sucesso/Ip -sucessor/fp -sucessão/p -sucessível/d -sucessório/f -sucinto/fmp -suco/p -sucoso/d -suculento/fp -suculência/p -sucumbir/XYfp -sucursal/p -sucção -sudanês/fp -sudação/p -sudeste -Sudetas -sudoeste -sudorífero/fp -sudorífico/fp -sudário/p -Sudão -sueco/fp -suestar/KXYZfp -suevo/fp -Suez -suficiente/Imp -suficiência/Ip -sufismo/p -sufixal/p -sufixar/KXYZcfp -sufixativo -sufixo/fp -sufocar/DKMXYZcfnp -sufocativo -sufragar/KXYZfp -sufrago/fit -sufragânea/p -sufrágio/p -sugadoiro -sugadouro -sugar/DKXYZcfp -sugerir/YZfpv -sugestionar/KXYZfpv -sugestivo/fmp -sugestão/p -sugestível/d -suicidar/KXYZfp -suicídio/pq -suiformes -suinicultura/pqr -suite/p -sujar/DKXYZfp -suje/dfp -sujeira -sujeitar/DKXYZfpv -sujeito/fp -sujeição -sujo/dfp -sul/t -sulcar/DKXYZfp -sulco/fp -sulfamida/p -sulfatadeira -sulfatagem -sulfatar/DKXYZfp -sulfatizar/KXYZcfp -sulfato/fjp -sulfito/p -sulfonação -sulfurar/DKXYZcfpv -sulfure/fpw -sulfureto/p -sulfúreo -sulfúrico -Sullivan -sultana -sultanado -sultanato/p -sultão/p -sumais/u -sumam/u -sumamos/u -sumarento/fp -sumariar/KXYZfp -sumi/pu -sumidiço -sumir/Ycfp -sumiço -sumo/dfmp -sumoso -sumptuoso/dfmp -sumário/Hfp -sunita/p -suor/p -super/fp -superabundar/KXYZfnp -superabundância/p -superalimentar/KXYZcfp -superar/DKXYZcdfnpv -superavit -supercarburante/p -supercivilizado -superclasse -supercondutividade/p -supercondutor -superconjunto/p -superego -superelegante/p -superelevação -supereminente -supereminência/p -superescalar -superexaltação -superexcelência/p -superexcitar/KXYZcfp -superexpresso -superficial/dmp -superfino/fp -superfluido -superfortaleza -superfície/p -superintender/KXYZfnp -superintendência/p -superior/dfmp -superiorato -superiorizar/KXYZfp -superlativar/KXYZcfp -superlativo/fmp -superlotar/KXYZcfp -supermercado/p -supernatural -superordem -superpopulação -superpovoado -superpovoamento -superprodução/p -superprotecção -superprotão -supersensível -supersticioso/dp -superstição/p -superstrutura -supersónico/fp -supertaça/p -superveniente -supervisionar/KXYZfp -supervisor/fp -supervisão -supervivente -supervivência/p -superácido -superável/Ip -suplantar/DKXYZcfp -suplementar/p -suplemento/p -suplementário -suplente/p -supletividade/p -suplicar/KXYZcfnp -suplicatório -supliciar/DKXYZfp -suplício -supor/Kcp -suportar/KXYZcfmpv -suportável/Ip -supositivo -supositório/p -suposto/fmp -supracitado -supraescapular -supralunar -supramarginal -supramencionado -supranacional/p -supranatural/it -supranormal -supranumerário -supratemporais -supratrágico -supraóptica -supremacia/it -supremo/fp -supressivo -supressor -supressão -supressório -suprimir/XYfp -suprir/DMXYfpv -supérfluo/fp -surdez -surdina -surdir/XYfp -surdo/fmp -surfe/t -surgir/MXYfp -Suriname -surpreendente/mp -surpreender/KXYZfnp -surpreso/f -surrar/DKMXYZfp -surreal/imp -surrento -surripianço -surripiar/DKXYZfp -surtir/XYfp -surto/fp -Susan -Susana -susceptibilizar/KXYZfp -susceptível/dmp -suscitar/DKMXYZcfpv -suserania -suserano -suspeitado/Ifp -suspeitar/CDKXYZfp -suspeito/Ifp -suspeitoso/mp -suspender/KXYZfp -suspense/fp -suspensivo/fp -suspenso/fp -suspensor -suspensão/p -suspensório/p -suspirar/DKXYZfnp -suspiro/fp -suspiroso -sussurrar/DKXYZfnp -susta/hp -sustar/KXYZfp -sustem/p -sustende/p -sustendo -sustenhais -sustenham -sustenhamos -sustenho/f -sustenido -sustenizar/KXYZfp -sustentar/DKMXYZcdfnpv -sustentáculo -suster/Mnp -susterdes -susterei/p -susterem -susteremos -susteria/p -susteriam -sustermos -susterá/p -susterão -susteríamos -susteríeis -susteve -sustido/fp -sustinendo/p -sustinham -sustive -sustivemos -sustiver/fp -sustiveram -sustiverdes -sustiverem -sustivermos -sustivesse/p -sustivessem -sustiveste/p -sustivéramos -sustivéreis -sustivésseis -sustivéssemos -susto/fp -sustém -sustêm -sustínhamos -sustínheis -Sutra -sutural/p -suturar/KXYZfp -Sutão -Suárez -suástico/f -suão -Suécia -suíno/fp -suíço/fp -Szabo -Sá -sábado/p -sábio/fp -sádico/fp -sátira/p -Sátão -sáurio/p -sânscrito -são/abg -sé/p -séc/p -século/p -sémen -Séneca -sénior -sépala/p -séptico/fp -séptuplo -séquito -sérbio/fp -Sérgio -sérico -série/fp -sério/fp -séssil/a -sétimo/fp -sêmea -sêxtuplo -Sídon -sífilis -sílaba/p -sílex -sílica -Sílvia -Sílvio -símbolo/p -símio -síncope -síncrono/fp -síndrome/fp -sínfise -síngulo -sínodo/p -síntese/p -sírio/fp -sísmico/fp -sístole -sítio/p -só/hp -sóbrio/fp -sócio/fp -Sócrates -sódico/f -sódio -Sófocles -sólido/fp -sónico/fp -sórbio/fp -sórdido/fp -sósia/p -sótão/p -sôfrego/fp -Sôr -súbdito/p -súbito/fp -súpero -súplica/p -tabacal -tabacaria/p -tabaco/p -tabagismo/p -tabaquear/KYZfp -tabaqueiro/f -tabaquista -tabefe -tabelar/KMXYZfp -tabelião -taberna/py -tabernal -taberneiro/fp -tabernáculo -tabique/p -tablóide/p -Taboritas -tabu/p -tabuado/f -Tabuaço -tabuinha/p -Tabula -tabulado -tabular/Dp -tabulação -tabuleiro/p -tabuleta/p -tacada/Sp -tacanharia/p -tacanhear/KYZfp -tacanhez -tacanheza -tacanho/Gfp -tachar/KXYZfp -tachinha -tacho/fp -tachão -tacitamente -taciturno/d -taco/p -tactear/KMYZfnpv -tacteável/dp -tacticamente -tactilidade/p -tacto/I -tacão/p -tacícula -tacómetro -Tadeu -tafetá -tagarelar/DKXYZfp -tagarele/Gfp -tailandês/fp -Tailândia -tainha -taipa -taipal -Taira -Taishi -Taiwan -tajique/p -tal/efp -talar/DKMXYZfp -talassemia -talco -talcoso -talento/pw -talhadeira -talhadoiro -talhadouro -talhadura/R -talhar/DKMXYZfnp -talher/p -talho/Rfp -talhão/p -talismânico -talismã -talião -Tallinn -talo/fp -taludar/KXYZfp -talvez -talão/p -tamancada -tamancaria/p -tamanco/f -tamanho/fhp -tamanhão -tamanqueiro -tamanquinha -tamaral -tamareira/p -tambor/p -tamboril/fp -tamborilar/KXYZfp -tamborileiro -tamborim/p -também -Tamisa -tampar/KSXYZfp -tampeira -tampo/fp -tamponizante/p -tampouco -tampão/p -tamquam -tamul -Tamão -tamúlica -tanacetifolia -tanas -Tancos -tangar/KXYZfp -tangencial/p -tangenciar/KXYZfp -tanger/KXYZfnpv -tangerina/py -tango/fp -tangueiro -tanguista -tangência/p -tangível/Idp -Tanner -tanque/Ap -tanso/p -tantadiço -tanto/fps -tanzaniano/fp -Tao -taoísta/p -TAP -tapadura -tapagem -tapar/DKMSXYZfp -tapear/KYZcfp -tapeceiro -tapete/p -tapeteiro -tapeçaria/p -tapioca -tapuia -tapume/p -taquicardia -taquígrafos -taquímetro/p -tarar/KXYZfp -tardar/DKMRXYZfp -tarde/fps -tardeza -tardio/fmp -tarecada -tareco/fp -tarefa/py -tarefar/KXYZfp -tarefo/fy -tareia/p -tarifar/KXYZcfp -tarifário/fp -tarjar/KXYZfp -tarjeta -Tarouca -Tarquínio -tarraxar/KXYZfp -tarso -tartamudo -tartaroso -tartaruga/p -tarte/p -tarântula -tasca/hp -tascante/p -tasco/fp -Tasmânia -tasmânio -tasqueiro/p -tatu -tatuagem/p -tatuar/DKXYZfp -tau -tauismo/p -tauista -Tauride -taurino/fp -Tauris -Tauro/p -tauromaquia -tauromáquico -Taurus -taurífero -tautologia/r -Tavares -Taveira -taverna -taverneiro -Tavira -taxar/DKXYZcfpv -taxativo/fmp -taxe/fpt -taxi/p -taxilogia/r -taxinomia/t -taxiologia/qr -taxionomia/r -taxonomia/p -taxímetro/p -Taylor/it -taça/p -taçada -TC -Tchaikovsky -tchetcheno/fp -te/Sf -tear -teatrada -teatral/dijmp -teatralizar/KXYZfp -teatro/pt -Tebaldo -tebano -Tebas -teca -tecedeira -tecedura -tecelagem/p -tecelão/p -tecer/DKXYZfp -tecidular/p -tecla/pt -teclado/p -tecnicamente -tecnicidade/p -tecnicismo/p -tecnicolor -tecnificados -tecnismo/p -tecnocracia/qr -tecnofobia/pqr -tecnologia/pqr -tecnológico/Hfp -tecto/p -tectónico/fp -tedioso -Teerão -teia/p -teimar/KRXYZfp -teime/Gfpw -teimosia -teimosice -teimoso/fmp -Teixeira -tejadilho/p -Tejo -Telavive -tele/f -telecomandar/KXYZfp -telecomando/fp -telecomunicações -teledinâmico/fp -teledirigir/XYfp -telefonadela -telefonar/KXYZfp -telefone/fpt -telefonem/f -telefonia/t -telefoto -telefotografia/pqr -telefotometria/pr -teleférico -telefónico/Hfp -telegrafar/KXYZfp -telegrafia/pq -telegrafista -telegrama/p -telegráfico/Hfp -teleguiar/KXYZfp -teleimpressor -telejornal/p -telemecânica -telemetria/pr -telemática -telemóvel/p -telenovela/p -teleobjectiva -teleologia/r -telepatia/pqr -teleprojéctil -telequinesia -Teles -telescola -telescopia -telescópico/fp -telescópio/p -Telesio -telespectador/fp -teletexto -televisivo/fp -televisor/p -televisão/p -telex -telha/py -telhar/DKXYZfp -telheiro/f -telhudo -telhão -telintar/KXYZfp -Telmo -telureto -teluriano -telurismo/p -telão -telégrafo -telémetro -telúrico/fp -tem/fp -tema/pu -tematizável -temedoiro -temedouro -temer/KXYZdfnpvw -temerário/Hfp -temo/fp -temor/p -temoroso -temos/R -temperamental/mp -temperança/IS -temperar/DKMXYZfmnpv -temperatura/p -temperatural -tempero/fp -tempestade/p -tempestear/KYZfp -tempestivo/I -tempestoso -tempestuar/KXYZfp -tempestuoso/dm -templo/p -templário/p -tempo/p -temporada/p -temporais/I -temporal/djmp -temporalizar/KXYZfp -temporizar/DKXYZcfp -temporário/Hfp -temático/fp -temível/dp -tenaz/dmp -tencionado/Ifp -tencionar/KXYZfp -tendal/p -tendencial/mp -tendencioso/dp -tender/IKXYZfnp -tendes/IR -tendiniforme -tendinoso -tendo/IR -tendola -tendão/p -tendência/Ip -tenebroso/dfp -tenente/p -Tenessi -tenhais/R -tenham/R -tenhamos/R -tenho/Rf -tenista/p -tenor/p -Tenreiro -tenro/fp -tenrura -tensional -tensivo/I -tensiómetros -tenso/Ifmp -tensor -tensão/p -tentaculados -tentacular -tentador/Hfp -tentames -tentar/DKMXYZcfnp -tentativo/fm -tentilhão -tento/Ifp -tentáculo/p -tenuemente -tenuidade/p -tenção/IR -teocracia/qr -teocrata/jp -teocraticismo/p -teocratizar/KXYZcfp -Teodora -Teodoreto -Teodorico -Teodoro -Teodósio -teofanias -Teofrasto -teogonia -teologia/ijqr -teologizar/KXYZfp -teológico/Hfp -teor/ip -teorema/p -teoreticismo/p -teoria/ijp -teorizar/KXYZcfnp -teorético/f -Teotónio -tepidamente -ter/KZnp -terapeuta/p -terapia/p -terapêutico/fp -teratologia/pqr -terceiro/fp -terceto/p -terciário/fp -terdes/R -terei/Rp -terem/R -teremos/R -Teresa -terferência/Ip -teria/Rp -teriam/R -termal/dip -termas -termia -terminal/p -terminante/mp -terminar/DKXYZcfnpv -terminativo/fp -terminologia/pr -terminável/Ip -termistor -termiteiro/f -termião -termo/p -termocautério -termodieléctrico -termodinâmico/fp -termoelectricidade/p -termoeléctrico -termométrico -termonuclear -termopar -termorregulação -termos/R -termostato/p -termítico -termómetro/p -termóstato -ternado/I -terno/Ifmp -ternura -ternário/p -terpenos -terra/Spu -terracota -terramoto/p -terraplanagem/p -terraplanar/KXYZfp -terraço/p -terreiro -terremoto -terreno/fp -terrestre/p -terribilíssimo -terrificar/DKXYZfnp -terrina -terriola -territorial/dp -território/p -terroada/S -terror/ipt -terrorista/Ap -terrorífico/fp -terroso/f -terráqueo -terrífico/Hfp -terrível/dmps -Tertuliano -tertúlia/p -terá/Rp -terão/R -terçar/KXYZfp -terço/fp -Terêncio -teríamos/R -teríeis/R -Tesauro -tese/Rp -Teseu -teso/p -tesoirar/KXYZfp -tesoirinha -tesoiro/fp -tesourar/KXYZfp -tesourinha -tesouro/fpy -testamental -testamentaria/p -testamenteiro -testamentário -testar/DKMXYZfnp -testaça -testemunhadeira -testemunhal/mp -testemunhar/DKXYZfpv -testemunho/fp -testicular/p -testiculoso -testificar/DKXYZcfnp -testosterona -testudo -testículo/p -tesura -tesão -teta/p -tetania/j -tetanizar/KXYZcfp -Tete -tetina -tetracloreto -tetradecapeptida -tetradáctilo/fp -tetraedro -tetrapirrólico/f -tetrapresidente/p -tetrarca -tetrarquia/pr -tetrassilábico -tetrassílabo/p -tetratómico -tetravalente -tetravó -tetravô -tetraédrico/fp -tetricidade/p -tetrápodes -tetrâmero -tetrâmetro/p -tetudo -tetânico/A -teté -teu/p -teve/R -texano/fp -Texas -texto/p -textual/mpt -textura/p -texugo -tez -teátrico -teísmo/Apq -Teófilo -teórico/Hfp -thesaurus -Thomas -Thompson -Thomson -Thor -Thorp -ti/p -Tiago -tiamina -tiazol -tibetano/fp -Tibete -tibial -Tibre -Tibães -Tibério -Ticiano -tido/Rfp -tifiquem -tiflite -tifo/p -tifoso -tifóide -tigela/hp -tigelada -tigre/p -tigrino -tigróide -tijolada -tijolaria/p -tijoleiro/fp -tijolo/py -til/pu -tilintar/KXYZfnp -Tim -timbrar/DKXYZfp -timbroso -time/Ip -timidamente -timidez -timo/I -timona/py -timonar/KXYZfp -timono/fy -Timor -timorense/p -Timothy -Timóteo -tinga -tingidura -tingir/DMXYfp -tinguaíto -tinha/pw -tinham/R -tinhas/R -tinir/DXYfp -tinta/Rp -tintim -tintinar/KXYZfnp -tinto/fpy -tintura/y -tinturaria/p -tintureiro/fp -tio/fp -tiofeno -tipicamente -tipificar/KXYZcfp -tipo/fp -tipografia/pqr -tipologia/pr -tique/p -tiquetaque -tiquetaquear/KYZfp -tiracolo -tiradura -tiragem/p -tirania/ij -tiranizar/DKXYZfp -tirano/fijp -tirar/DKXYZcfnp -tircence -tireoide -tireóidea -tireóideos -tiritar/KXYZcfnp -tiro/Rfp -tiroglosso -tiroideus -Tirol -tirolês/fp -tiroteio/p -tirotrofina -tiroxina -Tirso -tirânico -tiróide -tiróideo/f -tisana -tisicar/KXYZfp -tissues -titanato -Titanic -Tito -titubear/KYZcfnp -titular/KXYZdfp -Titânia -titânico -titânio -titã/p -tive/R -tivemos/R -tiver/Rfp -tiveram/R -tiverdes/R -tiverem/R -tivermos/R -tivesse/Rp -tivessem/R -tiveste/Rp -tivéramos/R -tivéreis/R -tivésseis/R -tivéssemos/R -tição -tlim -tlintar/KXYZfp -tlintlim -TLP -to/fp -toalha/hp -toalheiro -toalhete/p -toar/KSXYZfnp -Toarciano -Tobias -tocadela -tocadura -Tocantins -tocar/DKXYZfnp -tocata -tocha/p -tocáveis/IR -todavia -todo/fhp -todolos -togar/KXYZfp -toge/fp -togem -toirada/p -toirear/DKYZfp -toiro/p -toirão -toldar/KXYZfp -toldo/fp -Toledo -toleima -toleirão/p -tolerante/Iip -tolerar/KXYZdfmnpv -tolerável/ip -tolerância/Ip -toleta -tolhedura -tolher/KMXYZfp -tolo/Gfhp -Tolstoi -tolteca -tolueno -tom/fp -tomar/DKMXYZfp -tomarense/p -tomatada -tomatal -tomate/p -tomateiro/f -tombar/DKXYZfp -tombo/fp -tombolar/KXYZfp -tome/fpt -tomilho/p -tomo/fpt -tomografia/pq -Tomás -tomáticas -Tomé -tonalidade/p -tonalizar/KXYZfp -tonar/KXYZfp -Tondela -tonel -tonelada/p -tonelagem -tonelaria/p -Toni -tonicidade/p -tonificar/KXYZcfnp -tono/fp -tonsura -tonsurados -tontaria/p -tontear/KYZfp -tonteira -tonto/Gfmp -tontura -tonus -topar/KXYZfp -topo/fp -topografar/KXYZfp -topografia/pqr -topologia/r -topológico/fmp -toponímia/p -toponímico/fp -topázio -topónimo -toranja/py -torar/KXYZfp -Torcato -torcedeira -torcedela -torcedoura -torcedura/R -torcer/DKMXYZfp -Tordesilhas -tordo/f -tores/R -torga -tormento/fp -tormentos/af -tormentoso/f -tormentório -torna/py -tornar/KRXYZfp -tornear/DKMYZfpv -torneio/fp -torniquete -torno/Rfp -tornozelo/p -toro/fp -Toronto -torpe/mp -torpecer/KXYZfp -torpedar/KMXYZfp -torpedo/fpy -torpeza -torpor -torrada/py -torralhão -torrar/DKXYZcfp -torreame -torrear/KYZfp -torrefacção -torreira -torrencial/p -torrente/p -torresmo/p -torreão -torriense/p -torrificar/KXYZcfp -torrinha -torrão/p -torso -tortilha -torto/fp -tortuoso/dfmp -torturar/DKXYZfnp -torvar/KMXYZcfp -torvelinho -torácico/fp -torção/R -Toscana -toscano/p -tosco/fm -tosquiadeira -tosquiadela -tosquiadura -tosquiar/DKXYZfp -tosse/p -tossem -tossezinha -tossi/p -tossicar/KXYZfp -tossidela -tossiquento -tossir/Yfp -tostadela -tostadura -tostar/KRXYZfp -tostão/p -total/dijmpt -totalitarismo/p -totalitário/fp -totalizar/DKXYZcfp -totem/p -totobola -totoloto -totémico -toucar/DKXYZfp -toucinho -Toulouse -toupeira/p -tourada/p -tourear/DKYZfp -tourinha -touro/fhpy -toutes -toutiço -toxicidade/p -toxicodependente/p -toxicodependência/p -toxicologia/pqr -toxicomania/pq -toxicose -toxidade/p -toxina/p -trabalhadeira -trabalhar/DKXYZfpv -trabalhe/fiptw -trabalheira -trabalho/fiptw -trabalhoso/fmp -trabalhão -tracejar/KMXYZfp -tractor/pt -tractores/u -Tracy -tracção/Ru -tradicional/dimpt -tradição/p -tradutor/fp -traduzir/DYZcfpv -traficar/KXYZfnp -traficância/p -trafulha/G -tragar/DKMXYZfpv -tragicomédia -tragicómico -tragável/Ip -tragédia/p -traidor/Hfp -traineira/p -trair/DKMc -traiçoeiro/fmp -trajar/KXYZfp -trajecto/p -trajector -trajectória/p -trajo/fp -tralhar/KXYZfp -tramar/DKXYZcfp -trambolhar/KXYZfp -trambolhão/p -tramela -tramitação -trampa -trampolim -tramposo -tramóia -trancar/KMXYZfp -Trancoso -tranqueta -tranquilizar/DKXYZfnp -tranquilo/dfjmp -transaccional/p -transaccionar/DKXYZfp -transacto/fp -transactor -transacção/p -transalpino/fp -transatlântico/fp -transbordar/KMXYZfnp -Transcaucásia -transcendental/dijt -transcendentalizar/KXYZfp -transcendente/mp -transcender/KXYZfnp -transcendência/p -transcontinental -transcrever/KXYZfp -transcrito/fp -transcritor -transcrição/p -transdutor/p -transe/p -transeunte/p -transferir/DYZfpv -transferência/p -transfigurar/DKXYZcfpv -transformacional/p -transformar/DKXYZcfnpv -transformativo -transforme/fipt -transfronteiriço/fp -transfusão/p -transgredi/p -transgredir/Yfp -transgressivo/fp -transgressor -transgressão/p -transgridais -transgridam -transgridamos -transgride/fp -transgridem -transgrido/f -transgénico/fp -transiberiano -transigente/I -transigir/XYfpv -transigência/Ip -Transilvânia -transitado/Ifp -transitar/CKXYZfpv -transitivar/KXYZfp -transitive/dfp -transitivo/dfp -transitoriedade/p -transitário/fp -transitáveis/I -transitável/dp -transitório/Hfp -transjordano -Transjordânia -transjordânico -transladar/KXYZcfp -translação/p -translucidar/KXYZfp -translúcido/f -transmissibilidade/IRp -transmissivo -transmissor/Rfp -transmissão/Rp -transmissível/dp -transmissório -transmitir/RXYfp -transmontano/fp -transmudar/c -transmutar/DKXYZcfpv -transmutativo -transmutável/dp -transnavegar/KXYZfp -transoceânico -transparecer/KXYZfp -transparentar/KXYZfp -transparência/p -transpirar/KXYZcfpv -transpiratório -transplantar/DKXYZcfpv -transplantatório -transponível/Ip -transpor/Kcp -transportar/DKMXYZcfpv -transpositivo -transpositor -transtornar/DKXYZfp -transtorno/fp -transubstancial/p -transubstanciar/KXYZcfp -transudação -transumano/fp -Transval -transversal/dmp -transverso -transversão -transviar/DKXYZfp -transístor/p -trançadeira -trançar/KXYZfp -trapacear/KYZfp -trapaceiro/fp -trapacento/fp -trapacice -trapalhada/p -trapalhice/p -trapalhão/fp -trapaça/p -trapaçaria/p -trapeiro/f -trapezista -trapezoidal -trapezoédrica -trapezóide -trapo/hp -trapézio/p -traqueado/p -traqueal -traqueia/p -traquejo -traquete -traqueídos -traquinar/KXYZfp -traquine/Gfp -trarei/p -traremos -traria/p -trariam -trará/p -trarão -traríamos -traríeis -traseiro/fp -trasladar/DKXYZcfpv -trasmontam/i -trasmontano/i -trasmontar/KXYZfp -trastaria/p -traste/p -tratadeira -tratado/fpt -tratante/Gp -tratantear/KYZfp -tratar/DKMXYZfnpv -trato/Rfp -traulitada -trauliteiro -traulito -trauma/p -traumatismo/p -traumatizar/KXYZfnp -traumatologia/r -traumático/fp -trautear/KYZfp -travadouro -travadura -travagem/p -travar/DKMXYZcfp -trave/bfpt -travejar/KMXYZfp -travessa/py -travessar/KXYZfp -travessia/p -travesso/fy -travessura/p -travessão/p -traveste/ip -travestem -travesti/p -travestimos -travestir -travistais -travistam -travistamos -travisto/f -travor -travoso -travão/p -través -traz/p -trazedeiro -trazei/p -trazem -trazemos -trazendo -trazer/Dp -trazerdes -trazerem -trazermos -trazia/p -traziam -trazido/fp -trazíamos -trazíeis -traçar/DKMXYZfp -traço/fp -trecho/p -treinar/DKXYZfp -treino/fp -trela -trem/fp -tremar/KXYZfp -tremedoiro -tremedouro -tremedura -tremelicar/KXYZfp -tremeliquento -tremendo/fmp -tremer/DKXYZfnp -tremor/p -tremoçada -tremoçal -tremoço/p -tremular/KXYZcfnp -tremule/fpw -tremura -Trento -trenó/p -trepada/py -trepadoiro -trepadouro -trepar/DKXYZfnp -trepidar/KXYZcfnp -treplicar/KXYZfp -tresandar/KXYZfp -tresloucar/KXYZfp -tresmalhar/KXYZfp -tresnoitar/KXYZfp -trespassar/KXYZcfp -trespor/Kp -treteiro -Trevis -trevo/f -treze -trezentos/f -trezénio -triagem/p -triangular/Dcdp -triatómico -tribal/ip -tribo/pu -tribulação/p -tribunal/p -tribuno/fp -tributar/KXYZcfpv -tributo/fp -tributário/fp -tricentésimo -triciclo/p -tricolor -tricotomia -tricórnio/p -tridentado -tridente/p -tridimensional/p -triedro -trienal -trifosfato -trifásico -trigal -trigo/p -trigonal/p -trigonometria/pr -trigonométrico/Hfp -trigoso -trigueiro/f -Trigueiros -trigémeo -trigésimo -trilateral -trilhadela -trilhadura -trilhar/DKMXYZfp -trilho/fp -trilingues -trilião/p -trilobado -trilobites -trilogia -trilátero -trimensal -trimestral/dmp -trimestre/p -trincadeira -trincadela -trincar/IKRXYZfp -trincha/py -trinchar/DKXYZfnp -trinco/fp -trindade/p -Trinitá -trinitário/f -trino -trinta -trintena -trintona -trintão -trio/p -tripa/p -tripartir/XYcfp -tripeirada -tripeiro -triplano -triplicar/KXYZcfp -triplico/df -triplo/fp -Tripoli -tripresidente/p -tripudiar -tripular/KXYZcfnp -tripé -trisavó -trisavô -trissemanal -trissemanário -trissemestral -triste/fmps -tristeza/p -tristonho/fp -tristura -Tristão -triturar/DKMXYZcfpv -tritão -triunfal/impt -triunfar/DKXYZfnp -triunfo/fp -triunvirato/p -trivalente -trivalência/p -trivial/djmp -trivializar/KXYZfp -triz -triásico/p -triângulo/p -triénio/p -troar/KXYZfnp -trocadilhar/KXYZfp -trocadilhe/fpt -trocadilho/fpt -trocar/KXYZfpv -trocista -troco/fpt -troem/RS -Trofa -trofense/p -troféu/p -troglodita -troglodítico -troiano/fp -trolha/p -trombada -trombeta/pt -trombetada -trombeteiro -trombetão -trombo/fp -trombone/pt -trombos/p -trombose/p -trombudo -trompa/p -trompete/pt -troncal -tronchuda -tronco/p -troncudo/fp -Trondheim -trono/p -tropa/ip -tropecilho -tropelia/p -tropeçar/KMXYZfp -tropeçudo -tropeção -tropical/ptu -troposfera -trotar/DKMXYZfp -trotear/KYZfp -Trotski -trouxe/f -trouxemos -trouxer/fp -trouxeram -trouxerdes -trouxerem -trouxermos -trouxesse/p -trouxessem -trouxeste/p -trouxéramos -trouxéreis -trouxésseis -trouxéssemos -trovadoresco/f -trovar/DKXYZfp -trovejar/n -troviscar/KXYZfp -trovoar/KXYZfp -trovoso -trovão/p -troçar/DKSXYZfp -troço/Sfp -trucidar/DKXYZcfnp -truculento/p -truculência/p -trufa/py -trufar/KXYZfp -trufeiro/f -truncar/KMXYZfp -truncatura -trunfar/KXYZfp -trunfo/fp -trupe -truque/p -truta/p -trutífero -truz -tráfego/p -tráfico/p -trágico/fp -trás -trâmite/p -trânsito -tréfonas -trégua/p -trémulo/fp -trépido/I -trêfega -três -tríada -tríade/p -tríplice -trófico/p -Tróia -trólei/p -trópico/p -trôpego -TSF -tsunami -Tsé -tu -tua/Ip -tuaregue/p -tubagem/p -tubarão/p -tuberculização -tuberculizável -tuberculose/df -tuberculoso/dfp -tubo/fp -tubular/p -tubuloso/fp -tubérculo/p -tucano -Tucultininurta -Tucídides -tudo/h -Tudor -tufar/KXYZfp -tufo/fp -tufão/p -tugi/p -tugir/Yfp -tugúrio/p -Tui -tujais -tujam -tujamos -tujo/f -tulipa/p -tulipáceo -tum -tumba/R -tumefacção/p -tumor/p -tumoral/p -tumular/p -tumulto/p -tumultuar/DKXYZfnp -tumultuoso/f -tuna/p -tundra -Tunes -tungsténico -tungsténio -tunisino/fp -Tunísia -tuplo/p -turbar/DKMXYZcfnp -turbativo -turbilhão/p -turbina/p -turbinoso -turbo/fp -turbulento/fp -turbulência/p -turco/fp -turfeira/p -Turim -turismo/p -turista/p -turma/p -turmalina -Turner -turno/p -turquesa/p -Turquestão -Turquia -turra/p -turvar/DKMXYZcfp -turvo/fp -Turíngia -turístico/fp -tussais -tussam -tussamos -tusso/f -Tutancamon -tutano -tutelagem -tutelar/KXYZfp -tutor/fp -tutorar/KXYZfp -tutoria -tutu -tutório -TV -TVI -tá -tábua/p -tácito/fp -táctico/fp -táctil -tálamo -tálio -Tárrega -tártaro/fp -táureo -Távora -táxi/p -tâmara/p -Tâmega -Tânger -tânjara -tântalo -tão/fg -Tçuzzu -técnico/fp -tédio/p -ténia/p -ténis -ténue/p -tépala/p -tépido/f -térmico/Afp -término/I -térmite/f -térreo/fp -tétano -tétrico -têm/R -têmpera -têmporas -têxtil/a -tíbia/p -tília/p -tímido/fp -tímpano/p -tínhamos/R -tínheis/R -típico/fp -tísico/f -título/pu -Tónia -tónico/f -tónus -tópico/p -Tóquio -tórax -tório -tórrido/fp -tóxico/Afp -tômbola -túlipa -túmulo/p -túneis -túnel -túnica/p -Túrios -ubiquidade/p -UBP -ubíquo -ucraniano/fp -ucronia/p -Ucrânia -UDP -UDT -UE -UEFA -UEM -UEO -ufa -Uganda -ugandês/fp -UGT -ui -uivar/DKXYZfnp -uivo/fp -ulcerar/KXYZcfpv -ulcerativo -ulceroso -Ulisses -ulmeiro/f -Ulster -ulterior/dmp -ultimar/DKXYZcfp -ultimato/p -ultimo/fm -ultrajano -ultrajar/DKXYZfnp -ultrajoso -ultraliberal/i -ultramar -ultramarino/fp -ultrametamórfica -ultramicroscópica -ultramoderno/i -ultrapassagem/p -ultrapassar/KXYZfpv -ultrapassável/Ip -ultravioleta/p -um/fp -umbigo/p -umbilicado -umbilical -unais/RS -unamos/RS -unanimemente -unanimidade/p -uncíneas -une/dfp -UNESCO -ungir/XYfp -unhar/KSXYZfp -uni/RSp -unicamente -unicarpelar -unicelular/p -unicidade/p -unicolor -unicórnio -unidade/pu -unidireccional/p -unificar/DKXYZcfp -uniforme/djmp -uniformizar/DKXYZcfp -unilateral/dmp -unilocular -uninominal/p -uninérveas -unionista/p -unipolar/p -unir/XYfpv -unisseriadas -unisseriados -unissexuado -unissexual/dip -UNITA -unitarismo/p -unitarista -unitivo -unitário/fp -univalente -univalência/p -universal/dijmpt -universalizar/KXYZcfp -universitário/fp -universo/dp -univocamente -Unix -união/RS -uniões/R -untadela -untadura -untar/DKXYZfp -untuoso/d -unário/fp -unânime/p -unção -uníssono -unívoco -upa -Urais -uranometria/pr -urbanizar/KXYZcfp -urbano/dfijpt -urbanístico/fp -urbe/p -Urbión -urdideira -urdidura -urdir/DMXYfp -ureia -ureterais -uretero -uretra/p -urgente/mps -urgir/XYfnp -urgência/p -urilizável -urinar/KXYZcfp -urinol/p -urinoso -urinário/fp -urna/p -urobilinogénio -urogenital -urologia/qrt -urrar/DKXYZfp -urro/fp -ursino -urso/fp -URSS -urticar/KXYZcfnp -urtigal/p -urtigar/KXYZfp -urtigão -urubu -Uruguai -uruguaio/fp -urzal -urze/p -urânico -urânio -usar/KXYZfpv -useiro -usina/p -usineiro -uso/fp -usual/mp -usufruir/DKc -usufruto -usufrutuar/KXYZfp -usufrutuário -usura -usurpar/DKXYZcfp -usurpatório -usurário/p -usuário/fp -utensilagem -utensílio/p -utente/p -uterino/f -utilidade/Ip -utilitarismo/p -utilitarista -utilitário/fp -utilizar/DKXYZcfpv -utopia/ip -utopista -utópico/fp -uva/p -uval -uvaça -uzbeque/p -Uíge -uísque/p -vaca/hp -vacada -vacante/p -vacaria/p -vacação -vacilar/KXYZcfnp -vacilatório -vacinar/DKXYZcfp -vacuidade/p -vacância/p -vacúolos -vades/I -vadiagem -vadiar/KXYZcfp -vadie/Gfp -vadio/fp -vagabundagem -vagabundar/KXYZfp -vagabundear/KYZfp -vagabundo/fp -vagalhão -vagar/KXYZcfnpw -vagarento -vagareza -vagaroso/fmp -vagem/p -vagina/i -vaginal/p -vaginite -vago/fmp -vagoneta -vagonete -vaguear/KYZcfp -vagância/p -vagão/p -vai/p -vaiar/DKXYZfp -vaidade/p -vaidoso/fp -vaivém/p -valar/DKXYZfp -Valdemar -valdenses -Valdevez -valenciano/fp -valentaço/p -valente/mps -valentia -Valentim -Valentino -valentão/p -Valença -valer/KMXYZfnp -valeroso/p -valeta -valete -Valhadolid -valhais -valham -valhamos -valho/f -valida/IRSp -validade/Ifp -validar/IKRXYZcfp -valioso/fmps -Valongo -valongueiro -valor/pw -valoração/p -valorizar/KRSXYZcfnpu -valoroso/dfp -valpacense/p -Valpaços -valquíria -valsar/DKXYZfp -valse/fpt -valva/p -valvar -valvular/p -valência/p -vamos -vampiresa -vampirino -vampirizar/KXYZfp -vampiro/ijp -vampírico -Van -vandalismo/p -vangloriar/KXYZfp -vanglorioso/f -vanglória -vanguarda/ipt -vanguardear/KYZfp -vanguardeiro -vanidade/p -vanilina -vantagem/Sp -vantajoso/Sfm -vaníssimo -vapor/fp -vaporar/KXYZcfpv -vaporizar/DKXYZcfp -vaporoso/p -vaporífero/fp -vaqueiro/p -vara/hp -varadoiro -varadouro -varal/p -varandim -varando/f -varar/DKXYZcfp -varejadura -varejar/DKMXYZfp -varejeira -varejão -varela -vareta/p -variado/fmps -variante/Ip -variar/KXYZcfnpv -varicela -varicoso -variedade/p -varino/fp -variolado -varioloso -variz -variável/Idp -variância/Ip -varição/p -varonia -varonil/p -varredela -varredoiro/f -varredouro/f -varredura -varrer/DKXYZfp -varsoviano/fp -Varsóvia -Varzim -varão/p -varíola -Vasco -Vasconcelos -vascular/dp -vascularização -vasculhadeira -vasculhar/D -vasculoso -vasectomia -vaselina -vasilha/p -vasilhame/p -vaso/fp -vasodilatador -vasodilatação -vasomotor/f -vasopressora -vasotomia -Vasques -vassalagem -vassalo/p -vassoirar/KXYZfp -Vassoural -vassourar/KXYZfp -vasteza -vastidão -vasto/fps -Vaticano -vaticinar/DKXYZcfnp -vaticínio -vau -Vaz -vazadoiro -vazadouro -vazadura -vazar/DKMXYZfnp -vaziar/DKMXYZfp -vazio/fp -vazão -VDM -veado/fp -vector/p -vectorial/p -vedar/DKXYZcfpv -vedeta/ip -Vedras -veemente/mp -veemência/p -vegetabilismo/p -vegetal/p -vegetar/KXYZcfpv -vegetariano/fp -vegetativo/fp -vegetável/dp -veicular/DKXYZfp -veiga -veio/fp -veis/R -vejais/IR -vejam/IR -vejamos/IR -vejo/IRf -velado/fmp -veladura -velar/KRSXYZfp -veleidade/p -velejar/DKXYZfnp -velhacada -velhacaria/p -velhaco/fp -velhacão -velhada -velhaquear/KYZfp -velharia/p -velhice -velho/fhps -velhorro -velhote/fp -velhão -velinha -velo/fy -velocipedismo/p -velocipedista -velocista/p -velocímetro -velocípede -Veloso -veloz/dps -veludo/p -veludoso -Velásquez -velório -vem/p -vemos/R -vencer/DKMXYZfpv -Venceslau -vencibilidade/Ip -vencível/dp -vendagem -vendar/KSXYZfpv -vendaval/p -vendedoiro -vendedouro -vendeiro -vender/DKMXYZfpv -vendilhão/p -vendável/ISp -veneno/Apw -venenoso/Adfp -venerar/DKXYZcfpv -venerável/dp -Veneza -veneziano/fp -Venezuela -venezuelano/fp -venhais/R -venham/R -venhamos/R -venho/Rf -venial/d -venoso/dfp -ventania/p -ventar/I -ventilar/DKXYZcfnp -ventilativo -vento/Ip -ventoinha/p -ventoso/df -ventrais/S -ventral/p -ventre/Sp -ventricular/p -ventriloquia/ip -ventrículo/p -ventura/w -venusiano -Venusino -Venâncio -venéreo/Afp -ver/KRZp -Vera -veracidade/p -veracíssimo -veranear/KYZfnp -veraneio/fp -verbal/ijmpt -verbalizar/KXYZcfp -verberar/R -verbo/fpw -verborreia/p -verborreico -verboso/dfp -verdade/Ip -verdadeiro/fmp -verdadíssima -verde/p -verdejar/KXYZfnp -verdejância/p -Verdelete -verdes/R -verdete -Verdi -verdoso -verdote -verdugo -verdume -verdura/p -verear/DKMYZcfp -vereda/p -veredicto -verei/Rp -verem/R -veremos/R -vergadiço -vergadura -vergar/KXYZfp -vergastar/KXYZfp -vergastão -vergonha/pw -vergonhaço/f -vergão/p -veria/Rp -veriam/R -veridicidade/p -verificar/DKXYZcfpv -verificativo -verme/p -vermelhaço -vermelhecer/KXYZfp -vermelhidão -vermelho/fhp -vermelhusco -vermelhuço -vermelhão -vermicular -vermiforme -vermos/R -vermute -vernaculizar/KXYZfp -verniz/p -vernáculo/fp -Verona -Veronês -verosimilhante/Ip -verosimilhança/p -verosímel/Ip -verruga/p -verrugoso -verruguento -verrumar/KXYZfp -Versalhes -versar/KXYZfp -versatilidade/p -versicolor -versificar/DKXYZcfp -versilibrismo/p -verso/Ifp -versus -versátil/a -versão/IRu -versículo/p -versífero -versões/I -vertebrado/Ip -vertebral/dp -vertedouro -vertedura -verter/DKXYZfnp -vertical/djmp -verticalizar/KXYZcfp -verticilastros -verticilos -vertigem/p -vertiginoso/fmp -verá/Rp -verão/R -veríamos/R -verídico/fp -veríeis/R -verónica/p -Verões -vesgo -vesguear/KYZfp -vesicular/p -vesiculoso -vespa/p -vespeiro -vesperais -vespertino/fp -vespão -Vesta -vestal/d -veste/IRp -vestem/IR -vesti/IRp -vestibular/p -vestidura/I -vestimenta -vestimenteiro -vestir/IRYfp -vestiário/p -vestuário/p -vestíbulo/p -vestígio/p -vesuviano -vesícula/p -Vesúvio -vetar/KXYZfp -veteranice -veterano/fp -veterinário/fp -veto/fp -vetusidade/p -vetusto/fp -vexame -vexar/DKXYZcfnp -vexativo/fp -vexatório/f -vez/p -veículo/p -vi/hp -via/pty -viabilizar/DKXYZcfp -viaduto/p -viagem/p -viajar/DKXYZfnp -viam/RS -Viana -vianda -vianense/p -vianês/fp -viatura/p -viação/p -vibrar/DKXYZcfnp -vibratilidade/p -vibratório -vibrátil -vicariato/p -Vicente -vicentino/fp -vicentista/p -Vichy -viciar/DKMXYZcfp -vicie/fpw -vicissitude/p -Victor -Victoria -vida/py -vide/fp -vidente/p -videojogo/p -Vidigueira -vidra/py -vidraceiro -vidracento -vidragem -vidrar/DKMXYZfp -vidraça/p -vidraçaria/p -vidrento -vidro/fhpy -vidência/p -Viegas -viela/p -viemos/RS -Viena -vienense/p -vier/Rfp -vieram/R -vierdes/R -vierem/R -viermos/R -viesse/Rp -viessem/R -vieste/Rp -Vietname -vietnamita/p -viga/p -vigamento -vigararia/p -vigarice -vigarismo/p -vigarista/p -vigarizar/KXYZfp -vigente/p -vigiar/DKXYZfnp -vigilante/p -vigilância/p -Vigo -vigor/fpw -vigorar/KXYZfnp -vigoroso/fmp -vigário/p -vigésimo/f -vigência/p -vigília/p -VIII -vil/afp -vilacondense/p -Vilafranca -vilafranquense/p -vilanagem -vilanovense/p -Vilar -vilarejo -Vilarinho -Vilariça -Vilela -vileza -Vilhena -Vilnius -vilosidade/p -vilão/bp -vim/R -vimaranense/p -vime -vimeiro -Vimioso -vimos/R -vinagra/py -vinagrar/KXYZfp -vinagreiro/f -vinagrento -vincar/KXYZfmp -Vinci -vincular/DKXYZcfnpv -vinculativo/fp -vinculatório -vinde/fp -vindes/R -vindimadeiro -vindimadura -vindimal/p -vindimar/DKXYZfp -vindo/fp -vindoiro/fp -vindouro/fp -vingança/p -vingar/DKXYZcfp -vingativo/p -Vingt -vinha/Rp -vinhal/p -vinham/R -vinhataria/p -vinhaça -vinhedo/p -vinho/fp -vinhote -vinhão -vinicultura/pqr -vinificar/DKXYZcfp -vinolento -vinolência/p -vinoso/d -vintavo -vinte/t -vintena/p -vintém/p -vinténio -vináceo -vinífero -violabilidade/Ip -violal/p -violar/DKXYZcfpv -violatório -viole/fpt -violeiro -violentar/DKXYZfp -violento/fmps -violeta/p -violino/pt -violoncelo/pt -violonista -violáceo/fp -violável/dp -violão/p -violência/p -vir/Rfp -viradela -viragem/p -virar/DKMXYZfp -viravolta/Rp -viravoltar/KXYZfp -virdes/R -virgem/p -virginal/j -virginalizar/KXYZfp -virgindade/p -Virgo -virgular/KXYZcfp -Virgílio -Virgínia -viria/Rp -viriam/R -Viriato -viril/adijp -virilha -virilizar/KSXYZfp -virmos/R -virose -viroso -virote -virtual/dmp -virtude/Sp -virtuoso/Sdfip -virulento/fp -virulência/p -virá/Rp -virão/R -viríamos/R -viríeis/R -visar/KRXYZfp -visceral/p -visceroso -visco/w -viscondado -visconde/bjp -viscondizar/KXYZfp -Visconti -viscoso/dfp -viseense/p -viseira -Viseu -visibilidade/IRp -visigodo/fp -visigótico/fp -visionar/KMXYZcfp -visionário/fp -visitar/DKRXYZcfnpv -visiteiro -vislumbrar/KXYZfp -visonha -visor/Rp -visse/Rp -vissem/R -vistais/IR -vistam/IR -vistamos/IR -viste/fpw -visto/fpw -vistoriar/DKXYZfp -vistão -visuais/I -visual/djmp -visualizar/KXYZcfp -visão/Rp -visível/Idmp -vital/dijpt -vitalizar/DKXYZcfnp -vitalício/fp -vitaminar/KXYZcfp -vitaminizar/KXYZfp -vitaminose -viteleiro -vitelino/f -vitelo/f -viticultura/pqr -vitimar/DKXYZfp -vitivinicultura/pqr -Vito -vitoriano/fp -vitoriar/KXYZfp -vitorie/fpw -vitoriense/p -Vitorina -Vitorino -vitorioso/fmp -vitral/p -vitrificar/KXYZcfpv -vitrina/p -vitro -vitória/p -viu/R -viuvai/p -viuvamos -viuvar/KYZfp -viuvei/p -viuvemos -viuvez/p -viuvinha -Vivaldi -vivalma -vivaz/dps -vivedouro -vivencial/p -vivendi -vivendo/f -viver/DKRXYZfnp -viveza -vivificar/DKXYZcfnp -vivificativo -viviparidade/p -viviparismo/p -vivo/fmpsy -vivência/Rp -vivíparo/fp -Vizela -vizindade/p -vizinhança/p -vizinhar/KXYZfnp -vizir -vizirado -vizirato -viário/fp -viável/Idp -Viçosa -viçoso/m -viéramos/R -viéreis/R -viésseis/R -viéssemos/R -viúvam -viúve/fp -viúvem -viúvo/fp -Vladimir -Vladivostok -voadura -voar/DKXYZfnp -vocabular/p -vocabulizar/KXYZfp -vocabulário -vocacionado/fp -vocacional -vocal/ijpt -vocalizar/DKXYZcfp -vocativo/I -vocação/Ip -vociferar/DKXYZcfnp -vocábulo/p -vocálico/f -você/p -voejar/KXYZfnp -vogal/p -vogar/KRXYZfp -volante/p -volatilidade/p -volatilizar/KXYZcfnpv -voleibol -volframista -volfrâmio -Volga -volt/fp -voltagem/p -voltaico -Voltaire -voltairiano/it -voltar/KRXYZfp -voltímetro -volumar/KXYZfp -volumaço -volume/fpw -volumetria/pr -volumão -voluntariado -voluntariedade/p -voluntarioso/d -voluntarismo/p -voluntarista -voluntário/HIfp -volupto/fp -voluptuoso/d -volver/KRXYZfp -volátil/a -volúmico -volúpia -volúvel/dp -vomitar/DKXYZfp -vomitivo -Von -vontade/p -voo/fp -voragem -voraz/dp -vos -vosmecê -vossemecê -vosso/fp -votar/KXYZcfnp -voto/fp -vou -Vouga -Vouzela -vovó -vovô -voz/p -vozeirão -vulcanicidade/p -vulcanismo/p -vulcanizar/DKXYZcfp -Vulcano -vulcanologia/pqrt -vulcâneo -vulcânico/fp -vulcão/p -vulgar/dmps -vulgarizar/DKXYZcfp -Vulgata -vulnerabilidade/Ip -vulnerável/dp -vulto/pw -vultuoso/dp -vulva/p -VW -vá/p -vácuo -válido/Ifp -válvula/p -vário/Hfp -várzea -Vásquez -vândalo/fp -vão/abg -védico/fp -vénia/p -Vénus -vértebra/p -vértice/p -véspera/p -véu/p -vê/Rp -vêem/R -vêm/R -víamos/R -víbora/p -vício/p -vídeo/p -víeis/R -vínculo/p -vínhamos/R -vínheis/R -vínico -víramos/R -víreis/R -vírgula/p -vírus/A -víscera/p -vísseis/R -víssemos/R -Vístula -vítima/p -Vítor -vítreo/f -víveres -vómito/p -vórtice -vós -Wagner/i -wagneriano/fp -Walter -Washington -washingtoniano/fp -Waterloo -Watson -watt/p -WC -Weber -Weimar -Welles -Westminster -whisky -White -Wilde -William -Williams -Wilson -Windows -Windsor -Winston -Wolf -won/p -xadrez -xadrezista/p -xaile/p -xale/p -Xanana -Xangai -xaropar/KXYZfp -xarope/fpw -Xavier -xelim/p -xenofobia/pqr -Xenofonte -xeque -xeretar/KXYZfp -xerez -xerifado -xerife/p -xerografia/pq -Xerxes -xexé -XI -XII -XIII -Xiitas -xileno/fp -xilofone/pt -xilografia/pq -xingar/DKMXYZcfp -xintoísmo -xintoísta/p -Xira -xisto/pw -xistoso/dfp -xistóide -XIV -Xiva -xivaísmo -XIX -XV -XVI -XVII -XVIII -XX -xá/p -xénon -xícara/p -xô -Yale -Yang -Yao -Yoga -York -Yorkshire -yuan/p -Zacarias -Zagreb -zaidita -Zaire -zairense/p -Zambeze -zambiano/fp -zambujal -zambujeiro -Zambézia -Zamora -zangar/DKXYZfp -zangão -Zanzibar -Zapata/it -zaragata/p -zaragatear/KYZfp -zaragateiro -zarolhice -zarolho/fp -zarpar/KXYZfp -zebral/p -zebrar/KXYZfp -zebrino -zebróide -zebu -Zeca -Zeferino -zelar/DKXYZcfnp -zele/fpw -zelo/fpw -zelote/p -Zelândia -zenital/p -zeplim -zero/p -zeugma -zeugmático/fp -Zeus -ziguezague/p -ziguezaguear/KYZfnp -Zimbabwe -zimbabweano/fp -zimbro -zincar/KXYZfp -zircão -zircónio -zodiacal/p -Zodíaco -Zola -zombar/DKXYZfp -zombeirão -zombeteiro -zona/pu -zonal -zonzear/KYZfp -zonzo/p -zoolatria/p -zoologia/qrt -Zulmira -zulu/p -zumbir/DXYfp -zumzum -zunido/p -Zurique -zurrapa -zurrar/DKXYZfp -zurzidela -zurzir/DXYfp -zás -Zâmbia -zé -Zélia -zénite -zê -Zêzere -zínia -África -Ágata -Águeda -Ájax -Álea -Álvares -Álvaro -Árgon -Ásia -Átalo -Átila -Áustria -Ávila -Ângela -Ângelo -Édipo -Éfeso -Ésquilo -Évora -Ícaro -Ílhavo -Índico -Ístmicos -Óbidos -Óder -Óscar -Úrano -àquele/fp -àquilo -às -ábaco/p -ácido/fp -ágil/a -água/p -águia/p -álbum/p -álcool/p -álgebra/p -álibi/p -ámen -ápice -árabe/p -árbitro/p -árctico/fpu -árduo/f -área/p -árgon -ária/p -árido/fp -árvore/pu -ás -áspero/fp -átomo/p -átono/fp -átrio/p -áudio -áureo/fp -ávido/fp -ázimo -âmago -âmbar -âmbito/p -âncora/p -ânfora/p -ângulo/p -ânimo/Sp -ânodo/p -ânsia/p -ânus -ébrio -ébulo -écran/p -éden -édipo -édito/Ip -égide -égua -élite/p -épico/fp -época/p -éramos -éreis -és -éter -ético/fp -étimo -étnico/fp -êmbolo/p -ênfase -êxito/p -êxodo -êxtase/p -íamos/u -ícaro -ícone/p -ídolo/p -íeis/u -ígnea/p -íman/p -ímpar/p -ímpeto/p -ímpio/fp -índex -índice/p -índico -índio/fp -índole -ínfimo/fp -íngreme/p -ínsula -íntegro/f -íntimo/fp -ípsilon -íris -óbice -óbito/p -óbvio/fp -ócio/p -óculo/p -ódio/p -óleo/p -ómega -ónibus -ónus -ópera/p -ópio -óptico/fp -óptimo/fp -órbita/p -órfão/ab -órgão/a -ósseo/fp -óveo -óvulo/p -óxido/p -úlcera/p -último/fp -único/fp -úrico -útero -útil/Ia diff --git a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/schema.xml b/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/schema.xml deleted file mode 100644 index c2b75c6..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/schema.xml +++ /dev/null @@ -1,200 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - id - - text - - - - - - - - - - - - - - - - - - - diff --git a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/scripts.conf b/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/scripts.conf deleted file mode 100644 index f58b262..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/scripts.conf +++ /dev/null @@ -1,24 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -user= -solr_hostname=localhost -solr_port=8983 -rsyncd_port=18983 -data_dir= -webapp_name=solr -master_host= -master_data_dir= -master_status_dir= diff --git a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/solrconfig.xml b/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/solrconfig.xml deleted file mode 100644 index eadcf59..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/solrconfig.xml +++ /dev/null @@ -1,1594 +0,0 @@ - - - - - - - - - ${solr.abortOnConfigurationError:true} - - - LUCENE_35 - - - - - - - - - - - - - - - - - - - - - - - - ${solr.data.dir:} - - - - - - - - - - false - - 10 - - 128 - - 1000 --> - - 1001001 - 1000 - - - - - - - - - native - - - - - - - - - 10 - - 128 - - 1000 --> - - - false - - - true - - - - - 1 - - 0 - - - - - - false - - - - - - - - - - - - - - - - 1000 - 1800000 - - - - - - - - - - - - - - - - - 1024 - - - - - - - - - - - - - - - - - - - - - - true - - - - - - 20 - - - 200 - - - - - - - - - - - - static firstSearcher warming in solrconfig.xml - - - - - - false - - - 4 - - - - - - - - - - - - - - - - - - - - - - - none - 10 - - - - - - - - - - spellcheck - - - - - - - - edismax - none - - - on - text features name - 0 - name - - - - - - - none - - - velocity - - browse - layout - - edismax - 10 - *,score - - - on - text features name - 0 - name - - - spellcheck - - - - - - - - - - - - - - - - - - - - - - - text - true - ignored_ - - - true - links - ignored_ - - - - - - - - - - - - - - - - - - - - - - - - search - solrpingquery - - - all - - - - - - - explicit - true - - - - - - - - - - - - textSpell - - - - - - default - spell - spellchecker - true - true - - - - - - jarowinkler - spell - org.apache.lucene.search.spell.JaroWinklerDistance - spellcheckerJaro - - - - - - - - solr.FileBasedSpellChecker - file - spellings.en.txt - UTF-8 - spellcheckerFile - - - - - - - false - false - 1 - - - spellcheck - - - - - - - - - - true - - - tvComponent - - - - - - - - - default - - - org.carrot2.clustering.lingo.LingoClusteringAlgorithm - - - 20 - - - clustering/carrot2 - - - ENGLISH - - - stc - org.carrot2.clustering.stc.STCClusteringAlgorithm - - - - - - - true - default - true - - name - id - - features - - true - - - - false - - edismax - - text^0.5 features^1.0 name^1.2 sku^1.5 id^10.0 manu^1.1 cat^1.4 - - *:* - 10 - *,score - - - clustering - - - - - - - - - - true - - - terms - - - - - - - - string - elevate.xml - - - - - - explicit - - - elevator - - - - - - - - - - - 100 - - - - - - - - 70 - - 0.5 - - [-\w ,/\n\"']{20,200} - - - - - - - ]]> - ]]> - - - - - - - - - - - - - - - - - - - - - ,, - ,, - ,, - ,, - ,]]> - ]]> - - - - - - 10 - .,!? - - - - - - - WORD - - - en - US - - - - - - - - - - - - - - - - - - - - text/plain; charset=UTF-8 - - - - - - - - - - 5 - - - - - - - - - - - - - *:* - - - - - - diff --git a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/spellings.en.txt b/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/spellings.en.txt deleted file mode 100644 index 44b748d..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/spellings.en.txt +++ /dev/null @@ -1,2 +0,0 @@ -pizza -history \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/stopwords.en.txt b/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/stopwords.en.txt deleted file mode 100644 index 22f277f..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/stopwords.en.txt +++ /dev/null @@ -1,58 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -#----------------------------------------------------------------------- -# a couple of test stopwords to test that the words are really being -# configured from this file: -stopworda -stopwordb - -#Standard english stop words taken from Lucene's StopAnalyzer -a -an -and -are -as -at -be -but -by -for -if -in -into -is -it -no -not -of -on -or -s -such -t -that -the -their -then -there -these -they -this -to -was -will -with - diff --git a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/stopwords.pt.txt b/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/stopwords.pt.txt deleted file mode 100644 index 7d752a8..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/stopwords.pt.txt +++ /dev/null @@ -1,128 +0,0 @@ -a -ainda -alem -ambas -ambos -antes -ao -aonde -aos -apos -aquele -aqueles -as -assim -com -como -contra -contudo -cuja -cujas -cujo -cujos -da -das -de -dela -dele -deles -demais -depois -desde -desta -deste -dispoe -dispoem -diversa -diversas -diversos -do -dos -durante -e -ela -elas -ele -eles -em -entao -entre -essa -essas -esse -esses -esta -estas -este -estes -ha -isso -isto -logo -mais -mas -mediante -menos -mesma -mesmas -mesmo -mesmos -na -nas -nao -nas -nem -nesse -neste -nos -o -os -ou -outra -outras -outro -outros -pelas -pelas -pelo -pelos -perante -pois -por -porque -portanto -proprio -propios -quais -qual -qualquer -quando -quanto -que -quem -quer -se -seja -sem -sendo -seu -seus -sob -sobre -sua -suas -tal -tambem -teu -teus -toda -todas -todo -todos -tua -tuas -tudo -um -uma -umas -uns diff --git a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/synonyms.en.txt b/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/synonyms.en.txt deleted file mode 100644 index 453eb31..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/synonyms.en.txt +++ /dev/null @@ -1,31 +0,0 @@ -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -#----------------------------------------------------------------------- -#some test synonym mappings unlikely to appear in real input text -aaa => aaaa -bbb => bbbb1 bbbb2 -ccc => cccc1,cccc2 -a\=>a => b\=>b -a\,a => b\,b -fooaaa,baraaa,bazaaa - -# Some synonym groups specific to this example -GB,gib,gigabyte,gigabytes -MB,mib,megabyte,megabytes -Television, Televisions, TV, TVs -#notice we use "gib" instead of "GiB" so any WordDelimiterFilter coming -#after us won't split it into two words. - -# Synonym mappings can be used for spelling correction too -pixima => pixma - diff --git a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/xslt/example.xsl b/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/xslt/example.xsl deleted file mode 100755 index 6832a1d..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/xslt/example.xsl +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - - - - - - - <xsl:value-of select="$title"/> - - - -

-
- This has been formatted by the sample "example.xsl" transform - - use your own XSLT to get a nicer page -
- - - -
- - - -
- - - - -
-
-
- - - - - - - - - - - - - - javascript:toggle("");? -
- - exp - - - - - -
- - -
- - - - - - - -
    - -
  • -
    -
- - -
- - - - - - - - - - - - - - - - - - - - -
diff --git a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/xslt/example_atom.xsl b/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/xslt/example_atom.xsl deleted file mode 100755 index dbc7afa..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/xslt/example_atom.xsl +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - Example Solr Atom 1.0 Feed - - This has been formatted by the sample "example_atom.xsl" transform - - use your own XSLT to get a nicer Atom feed. - - - Apache Solr - solr-user@lucene.apache.org - - - - - - tag:localhost,2007:example - - - - - - - - - <xsl:value-of select="str[@name='name']"/> - - tag:localhost,2007: - - - - - - diff --git a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/xslt/example_rss.xsl b/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/xslt/example_rss.xsl deleted file mode 100755 index b5bd0cf..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/xslt/example_rss.xsl +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - Example Solr RSS 2.0 Feed - http://localhost:8983/solr - - This has been formatted by the sample "example_rss.xsl" transform - - use your own XSLT to get a nicer RSS feed. - - en-us - http://localhost:8983/solr - - - - - - - - - - - <xsl:value-of select="str[@name='name']"/> - - http://localhost:8983/solr/select?q=id: - - - - - - - http://localhost:8983/solr/select?q=id: - - - - diff --git a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/xslt/luke.xsl b/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/xslt/luke.xsl deleted file mode 100755 index d3f71c6..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/solr/solr/conf/xslt/luke.xsl +++ /dev/null @@ -1,337 +0,0 @@ - - - - - - - - - Solr Luke Request Handler Response - - - - - - - - - <xsl:value-of select="$title"/> - - - - - -

- -

-
- -
- -

Index Statistics

- -
- -

Field Statistics

- - - -

Document statistics

- - - - -
- - - - - -
- -
- - -
- -
- -
-
-
- - - - - - - - - - - - - - - - - - - - - -
-

- -

- -
- -
-
-
- - -
- - 50 - 800 - 160 - blue - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- background-color: ; width: px; height: px; -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
  • - -
  • -
    -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
diff --git a/vendor/plugins/acts_as_solr_reloaded/solr_test_rakefile.rb b/vendor/plugins/acts_as_solr_reloaded/solr_test_rakefile.rb deleted file mode 100644 index 497da99..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/solr_test_rakefile.rb +++ /dev/null @@ -1,6 +0,0 @@ -require 'rubygems' -require 'rake' -dir = File.dirname(__FILE__) -$:.unshift("#{dir}/lib") -Rails.root = dir -require "acts_as_solr/tasks" diff --git a/vendor/plugins/acts_as_solr_reloaded/test/config/solr.yml b/vendor/plugins/acts_as_solr_reloaded/test/config/solr.yml deleted file mode 100644 index 56f89a0..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/config/solr.yml +++ /dev/null @@ -1,2 +0,0 @@ -test: - url: http://0.0.0.0:8981/solr diff --git a/vendor/plugins/acts_as_solr_reloaded/test/db/connections/mysql/connection.rb b/vendor/plugins/acts_as_solr_reloaded/test/db/connections/mysql/connection.rb deleted file mode 100644 index 88eba61..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/db/connections/mysql/connection.rb +++ /dev/null @@ -1,8 +0,0 @@ -ActiveRecord::Base.establish_connection( - :adapter => "mysql", - :username => "root", - :password => "rotz2od", - :encoding => "utf8", - :database => "actsassolr_test" -) - diff --git a/vendor/plugins/acts_as_solr_reloaded/test/db/connections/sqlite/connection.rb b/vendor/plugins/acts_as_solr_reloaded/test/db/connections/sqlite/connection.rb deleted file mode 100644 index 6df617b..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/db/connections/sqlite/connection.rb +++ /dev/null @@ -1,5 +0,0 @@ -ActiveRecord::Base.establish_connection( - :adapter => "sqlite3", - :encoding => "utf8", - :database => File.join(File.dirname(File.expand_path(__FILE__)), '..', '..', 'test.db') -) diff --git a/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/001_create_books.rb b/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/001_create_books.rb deleted file mode 100644 index 35e4586..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/001_create_books.rb +++ /dev/null @@ -1,15 +0,0 @@ -class CreateBooks < ActiveRecord::Migration - def self.up - create_table :books, :force => true do |t| - t.column :category_id, :integer - t.column :name, :string - t.column :author, :string - t.column :type, :string - t.column :published_on, :date - end - end - - def self.down - drop_table :books - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/002_create_movies.rb b/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/002_create_movies.rb deleted file mode 100644 index ebd7541..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/002_create_movies.rb +++ /dev/null @@ -1,12 +0,0 @@ -class CreateMovies < ActiveRecord::Migration - def self.up - create_table :movies, :force => true do |t| - t.column :name, :string - t.column :description, :string - end - end - - def self.down - drop_table :movies - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/003_create_categories.rb b/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/003_create_categories.rb deleted file mode 100644 index 742e3e7..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/003_create_categories.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateCategories < ActiveRecord::Migration - def self.up - create_table :categories, :force => true do |t| - t.column :name, :string - end - end - - def self.down - drop_table :categories - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/004_create_electronics.rb b/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/004_create_electronics.rb deleted file mode 100644 index 03ceeef..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/004_create_electronics.rb +++ /dev/null @@ -1,16 +0,0 @@ -class CreateElectronics < ActiveRecord::Migration - def self.up - create_table :electronics, :force => true do |t| - t.column :name, :string - t.column :manufacturer, :string - t.column :features, :string - t.column :category, :string - t.column :price, :string - t.timestamps - end - end - - def self.down - drop_table :electronics - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/005_create_authors.rb b/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/005_create_authors.rb deleted file mode 100644 index 0edb4d5..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/005_create_authors.rb +++ /dev/null @@ -1,12 +0,0 @@ -class CreateAuthors < ActiveRecord::Migration - def self.up - create_table :authors, :force => true do |t| - t.column :name, :string - t.column :biography, :text - end - end - - def self.down - drop_table :authors - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/006_create_postings.rb b/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/006_create_postings.rb deleted file mode 100644 index 4fc7863..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/006_create_postings.rb +++ /dev/null @@ -1,9 +0,0 @@ -class CreatePostings < ActiveRecord::Migration - def self.up - execute "CREATE TABLE postings(`guid` varchar(20) NOT NULL PRIMARY KEY, `name` varchar(200), `description` text)" - end - - def self.down - drop_table :postings - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/007_create_posts.rb b/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/007_create_posts.rb deleted file mode 100644 index 03f765d..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/007_create_posts.rb +++ /dev/null @@ -1,13 +0,0 @@ -class CreatePosts < ActiveRecord::Migration - def self.up - create_table :posts, :force => true do |t| - t.column :name, :string - t.column :reply_counter, :integer - t.column :posted_at, :datetime - end - end - - def self.down - drop_table :posts - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/008_create_gadgets.rb b/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/008_create_gadgets.rb deleted file mode 100644 index e0acba7..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/008_create_gadgets.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateGadgets < ActiveRecord::Migration - def self.up - create_table :gadgets, :force => true do |t| - t.column :name, :string - end - end - - def self.down - drop_table :gadgets - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/009_create_dynamic_attributes.rb b/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/009_create_dynamic_attributes.rb deleted file mode 100644 index 0ff8f58..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/009_create_dynamic_attributes.rb +++ /dev/null @@ -1,15 +0,0 @@ -class CreateDynamicAttributes < ActiveRecord::Migration - def self.up - create_table :dynamic_attributes do |t| - t.integer :dynamicable_id - t.string :dynamicable_type - t.string :name - t.text :value - t.timestamps - end - end - - def self.down - drop_table :dynamic_attributes - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/010_create_advertises.rb b/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/010_create_advertises.rb deleted file mode 100644 index 8e83ba2..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/010_create_advertises.rb +++ /dev/null @@ -1,13 +0,0 @@ -class CreateAdvertises < ActiveRecord::Migration - def self.up - create_table :advertises do |t| - t.column :description, :string - t.timestamps - end - end - - def self.down - drop_table :advertises - end -end - diff --git a/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/011_create_locals.rb b/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/011_create_locals.rb deleted file mode 100644 index 1a38bd7..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/db/migrate/011_create_locals.rb +++ /dev/null @@ -1,15 +0,0 @@ -class CreateLocals < ActiveRecord::Migration - def self.up - create_table :locals do |t| - t.integer :localizable_id - t.string :localizable_type - t.string :latitude - t.string :longitude - t.timestamps - end - end - - def self.down - drop_table :locals - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/fixtures/advertises.yml b/vendor/plugins/acts_as_solr_reloaded/test/fixtures/advertises.yml deleted file mode 100644 index 1bc4226..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/fixtures/advertises.yml +++ /dev/null @@ -1,12 +0,0 @@ -car: - id: 1 - description: Car - -house: - id: 2 - description: House - -bike: - id: 3 - description: Bike - diff --git a/vendor/plugins/acts_as_solr_reloaded/test/fixtures/authors.yml b/vendor/plugins/acts_as_solr_reloaded/test/fixtures/authors.yml deleted file mode 100644 index c3c3571..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/fixtures/authors.yml +++ /dev/null @@ -1,9 +0,0 @@ -tom_clancy: - id: 1 - name: Tom Clancy - biography: Tom Clancy (born 1947) writes novels of adventure and espionage in the international military-industrial complex that have earned him enormous popularity in the 1980s as a creator of the "techno-thriller" genre. - -stephen_king: - id: 2 - name: Stephen King - biography: Stephen King (born 1947) is a prolific and immensely popular author of horror fiction. In his works, King blends elements of the traditional gothic tale with those of the modern psychological thriller, detective, and science fiction genres. diff --git a/vendor/plugins/acts_as_solr_reloaded/test/fixtures/books.yml b/vendor/plugins/acts_as_solr_reloaded/test/fixtures/books.yml deleted file mode 100644 index 50aa446..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/fixtures/books.yml +++ /dev/null @@ -1,13 +0,0 @@ -splinter_cell: - id: 1 - category_id: 1 - name: Splinter Cell - author: Tom Clancy - published_on: <%= Date.today - 1.year %> - -ruby: - id: 2 - category_id: 2 - name: Ruby for Dummies - author: Peter McPeterson - published_on: <%= Date.today - 2.years %> \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/test/fixtures/categories.yml b/vendor/plugins/acts_as_solr_reloaded/test/fixtures/categories.yml deleted file mode 100644 index 0d17418..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/fixtures/categories.yml +++ /dev/null @@ -1,7 +0,0 @@ -thriller: - id: 1 - name: Thriller/Novels - -technical: - id: 2 - name: Technical Books \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/test/fixtures/db_definitions/mysql.sql b/vendor/plugins/acts_as_solr_reloaded/test/fixtures/db_definitions/mysql.sql deleted file mode 100644 index aac03cb..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/fixtures/db_definitions/mysql.sql +++ /dev/null @@ -1,41 +0,0 @@ -DROP DATABASE IF EXISTS `actsassolr_tests`; -CREATE DATABASE IF NOT EXISTS `actsassolr_tests`; -USE `actsassolr_tests` - -CREATE TABLE `books` ( - `id` int(11) NOT NULL auto_increment, - `category_id` int(11), - `name` varchar(200) default NULL, - `author` varchar(200) default NULL, - PRIMARY KEY (`id`) -); - -CREATE TABLE `movies` ( - `id` int(11) NOT NULL auto_increment, - `name` varchar(200) default NULL, - `description` varchar(255) default NULL, - PRIMARY KEY (`id`) -); - -CREATE TABLE `categories` ( - `id` int(11) NOT NULL auto_increment, - `name` varchar(200) default NULL, - PRIMARY KEY (`id`) -); - -CREATE TABLE `electronics` ( - `id` int(11) NOT NULL auto_increment, - `name` varchar(200) default NULL, - `manufacturer` varchar(255) default NULL, - `features` varchar(255) default NULL, - `category` varchar(255) default NULL, - `price` varchar(20) default NULL, - PRIMARY KEY (`id`) -); - -CREATE TABLE `authors` ( - `id` int(11) NOT NULL auto_increment, - `name` varchar(200) default NULL, - `biography` text default NULL, - PRIMARY KEY (`id`) -); diff --git a/vendor/plugins/acts_as_solr_reloaded/test/fixtures/dynamic_attributes.yml b/vendor/plugins/acts_as_solr_reloaded/test/fixtures/dynamic_attributes.yml deleted file mode 100644 index 7541237..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/fixtures/dynamic_attributes.yml +++ /dev/null @@ -1,11 +0,0 @@ -DynamicAttribute: - id: 1 - #name: Description - #value: Very cool bike - #advertise_id: 1 - -DynamicAttribute: - id: 2 - #name: Price - #value: 500 - #advertise_id: 1 diff --git a/vendor/plugins/acts_as_solr_reloaded/test/fixtures/electronics.yml b/vendor/plugins/acts_as_solr_reloaded/test/fixtures/electronics.yml deleted file mode 100644 index c8df43b..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/fixtures/electronics.yml +++ /dev/null @@ -1,49 +0,0 @@ -ipod_video: - id: 1 - name: Apple 60 GB Memory iPod with Video Playback Black - manufacturer: Apple Computer Inc. - features: iTunes, Podcasts, Audiobooks - category: Electronics - price: 599.00 - created_at: <%= (Time.now - 1.year).utc %> - updated_at: <%= (Time.now - 1.month).utc %> - -dell_monitor: - id: 2 - name: Dell Widescreen UltraSharp 3007WFP - manufacturer: Dell, Inc - features: 30" TFT active matrix LCD, 2560 x 1600, .25mm dot pitch, 700:1 contrast - category: Electronics - price: 750.00 - created_at: <%= (Time.now - 1.year).utc %> - updated_at: <%= (Time.now - 1.month).utc %> - -samsung_hd: - id: 3 - name: Samsung SpinPoint P120 SP2514N - hard drive - 250 GB of Memory Storage - ATA-133 - manufacturer: Samsung Electronics Co. Ltd. - features: 7200RPM, 8MB cache, IDE Ultra ATA-133 - category: Hard Drive - price: 319.00 - created_at: <%= (Time.now - 2.years).utc %> - updated_at: <%= (Time.now - 2.months).utc %> - -corsair_ram: - id: 4 - name: CORSAIR XMS 2GB (2 x 1GB) 184-Pin DDR SDRAM Unbuffered DDR 400 (PC 3200) Dual Channel Kit System Memory - Retail - manufacturer: Corsair Microsystems Inc. - features: CAS latency 2, 2-3-3-6 timing, 2.75v, unbuffered, heat-spreader - category: Memory - price: 155.00 - created_at: <%= (Time.now - 6.years).utc %> - updated_at: <%= (Time.now - 3.months).utc %> - -a_data_ram: - id: 5 - name: A-DATA V-Series 1GB 184-Pin DDR SDRAM Unbuffered DDR 400 (PC 3200) System Memory - OEM - manufacturer: A-DATA Technology Inc. - features: CAS latency 3, 2.7v - category: Memory - price: 65.79 - created_at: <%= (Time.now - 9.years).utc %> - updated_at: <%= (Time.now - 4.months).utc %> diff --git a/vendor/plugins/acts_as_solr_reloaded/test/fixtures/locals.yml b/vendor/plugins/acts_as_solr_reloaded/test/fixtures/locals.yml deleted file mode 100644 index eddf888..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/fixtures/locals.yml +++ /dev/null @@ -1,9 +0,0 @@ -home: - id: 1 - longitude: -77.4027 - latitude: 39.36 - -work: - id: 2 - longitude: -77.4027 - latitude: 38.36 diff --git a/vendor/plugins/acts_as_solr_reloaded/test/fixtures/movies.yml b/vendor/plugins/acts_as_solr_reloaded/test/fixtures/movies.yml deleted file mode 100644 index 33cc4df..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/fixtures/movies.yml +++ /dev/null @@ -1,9 +0,0 @@ -napoleon_dynamite: - id: 1 - name: Napoleon Dynamite - description: Cool movie about a goofy guy - -office_space: - id: 2 - name: Office Space - description: Hypnotized dude loves fishing but not working \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/test/fixtures/postings.yml b/vendor/plugins/acts_as_solr_reloaded/test/fixtures/postings.yml deleted file mode 100644 index 834b1f2..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/fixtures/postings.yml +++ /dev/null @@ -1,10 +0,0 @@ -first: - guid: ABC-123 - name: Posting ABC - description: First posting testing primary key as string - -second: - guid: DEF-456 - name: Posting DEF - description: Second posting testing primary key as string - diff --git a/vendor/plugins/acts_as_solr_reloaded/test/functional/acts_as_solr_test.rb b/vendor/plugins/acts_as_solr_reloaded/test/functional/acts_as_solr_test.rb deleted file mode 100644 index da8f918..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/functional/acts_as_solr_test.rb +++ /dev/null @@ -1,496 +0,0 @@ -# encoding: utf-8 -require "#{File.dirname(File.expand_path(__FILE__))}/../test_helper" - -class ActsAsSolrTest < Test::Unit::TestCase - - fixtures :books, :movies, :electronics, :postings, :authors, :advertises - - MongoMapper.connection = Mongo::Connection.new("127.0.0.1", 27017, :slave_ok => true, :pool_size => 16, :timeout => 10) - MongoMapper.database = "#mydb_test" - Document.destroy_all - - # Inserting new data into Solr and making sure it's getting indexed - def test_insert_new_data - assert_equal 2, Book.count_by_solr('ruby OR splinter OR bob') - b = Book.create(:name => "Fuze in action", :author => "Bob Bobber", :category_id => 1) - assert b.valid? - assert_equal 3, Book.count_by_solr('ruby OR splinter OR bob') - end - - # Check the type column stored in the index isn't stemmed by SOLR. If it is stemmed, - # then both Post and Posting will be stored as type:Post, so a query for Posts will - # return Postings and vice versa - - def test_insert_new_data_doesnt_stem_type - assert_equal 0, Post.count_by_solr('aardvark') - p = Posting.new :name => 'aardvark', :description => "An interesting animal" - p.guid = '12AB' - p.save! - assert_equal 0, Post.count_by_solr('aardvark') - end - - def test_type_determined_from_database_if_not_explicitly_set - assert Post.configuration[:solr_fields][:posted_at][:type] == :date - end - - def test_search_includes_subclasses - Novel.create! :name => 'Wuthering Heights', :author => 'Emily Bronte' - Book.create! :name => 'Jane Eyre', :author => 'Charlotte Bronte' - assert_equal 1, Novel.find_by_solr('Bronte').total_hits - assert_equal 2, Book.find_by_solr('Bronte').total_hits - end - - # Testing basic solr search: - # Model.find_by_solr 'term' - # Note that you're able to mix free-search with fields and boolean operators - def test_find_by_solr_ruby - ['ruby', 'dummy', 'name:ruby', 'name:dummy', 'name:ruby AND author:peter', - 'author:peter AND ruby', 'peter dummy'].each do |term| - records = Book.find_by_solr term - assert_equal 1, records.total - assert_equal "Peter McPeterson", records.docs.first.author - assert_equal "Ruby for Dummies", records.docs.first.name - assert_equal ({"id" => 2, - "category_id" => 2, - "name" => "Ruby for Dummies", - "author" => "Peter McPeterson", "published_on" => (Date.today - 2.years), "type" => nil}), records.docs.first.attributes - end - end - - # Testing basic solr search: - # Model.find_by_solr 'term' - # Note that you're able to mix free-search with fields and boolean operators - def test_find_by_solr_splinter - ['splinter', 'name:splinter', 'name:splinter AND author:clancy', - 'author:clancy AND splinter', 'cell tom'].each do |term| - records = Book.find_by_solr term - assert_equal 1, records.total - assert_equal "Splinter Cell", records.docs.first.name - assert_equal "Tom Clancy", records.docs.first.author - assert_equal ({"id" => 1, "category_id" => 1, "name" => "Splinter Cell", - "author" => "Tom Clancy", "published_on" => (Date.today - 1.year), "type" => nil}), records.docs.first.attributes - end - end - - # Testing basic solr search: - # Model.find_by_solr 'term' - # Note that you're able to mix free-search with fields and boolean operators - def test_find_by_solr_ruby_or_splinter - ['ruby OR splinter', 'ruby OR author:tom', 'name:cell OR author:peter', 'dummy OR cell'].each do |term| - records = Book.find_by_solr term - assert_equal 2, records.total - end - end - - # Testing search in indexed field methods: - # - # class Movie < ActiveRecord::Base - # acts_as_solr :fields => [:name, :description, :current_time] - # - # def current_time - # Time.now.to_s - # end - # - # end - # - # The method current_time above gets indexed as being part of the - # Movie model and it's available for search as well - def test_find_with_dynamic_fields - DynamicAttribute.delete_all - Movie.first.dynamic_attributes.create! :name => 'description', :value => 'A very cool bike' - Movie.first.solr_save - - date = Time.now.strftime('%b %d %Y') - ["dynamite AND #{date}", "description_t:bike AND #{date}", "goofy napoleon #{date}", "goofy #{date}"].each do |term| - records = Movie.find_by_solr '', :alternate_query => term - assert_equal 1, records.total - assert_equal ({"id" => 1, "name" => "Napoleon Dynamite", - "description" => "Cool movie about a goofy guy"}), records.docs.first.attributes - end - end - - def test_dynamic_attributes_are_faceted - DynamicAttribute.delete_all - Movie.first.dynamic_attributes.create! :name => 'description', :value => 'A very cool bike' - Movie.first.solr_save - - records = Movie.find_by_solr '', :alternate_query => "description_t:bike", :facets => { :fields => [:description] } - expected = { "A very cool bike" => 1 } - assert_equal expected, Hash[records.facets['facet_fields']['description_facet']] - end - - - # Testing basic solr search that returns just the ids instead of the objects: - # Model.find_id_by_solr 'term' - # Note that you're able to mix free-search with fields and boolean operators - def test_find_id_by_solr_ruby - ['ruby', 'dummy', 'name:ruby', 'name:dummy', 'name:ruby AND author:peter', - 'author:peter AND ruby'].each do |term| - records = Book.find_id_by_solr term - assert_equal 1, records.docs.size - assert_equal ['2'], records.docs - end - end - - # Testing basic solr search that returns just the ids instead of the objects: - # Model.find_id_by_solr 'term' - # Note that you're able to mix free-search with fields and boolean operators - def test_find_id_by_solr_splinter - ['splinter', 'name:splinter', 'name:splinter AND author:clancy', - 'author:clancy AND splinter'].each do |term| - records = Book.find_id_by_solr term - assert_equal 1, records.docs.size - assert_equal ['1'], records.docs - end - end - - # Testing basic solr search that returns just the ids instead of the objects: - # Model.find_id_by_solr 'term' - # Note that you're able to mix free-search with fields and boolean operators - def test_find_id_by_solr_ruby_or_splinter - ['ruby OR splinter', 'ruby OR author:tom', 'name:cell OR author:peter', 'dummy OR cell'].each do |term| - records = Book.find_id_by_solr term - assert_equal 2, records.docs.size - assert_equivalent ['1','2'], records.docs - end - end - - # Testing basic solr search that returns the total number of records found: - # Model.find_count_by_solr 'term' - # Note that you're able to mix free-search with fields and boolean operators - def test_count_by_solr - ['ruby', 'dummy', 'name:ruby', 'name:dummy', 'name:ruby AND author:peter', 'author:peter AND ruby'].each do |term| - assert_equal 1, Book.count_by_solr(term), "there should only be 1 result for search: #{term}" - end - end - - # Testing basic solr search that returns the total number of records found: - # Model.find_count_by_solr 'term' - # Note that you're able to mix free-search with fields and boolean operators - def test_count_by_solr_splinter - ['splinter', 'name:splinter', 'name:splinter AND author:clancy', - 'author:clancy AND splinter', 'author:clancy cell'].each do |term| - assert_equal 1, Book.count_by_solr(term) - end - end - - # Testing basic solr search that returns the total number of records found: - # Model.find_count_by_solr 'term' - # Note that you're able to mix free-search with fields and boolean operators - def test_count_by_solr_ruby_or_splinter - ['ruby OR splinter', 'ruby OR author:tom', 'name:cell OR author:peter', 'dummy OR cell'].each do |term| - assert_equal 2, Book.count_by_solr(term) - end - end - - # Testing basic solr search with additional options: - # Model.find_count_by_solr 'term', :limit => 10, :offset => 0 - def test_find_with_options - [1,2].each do |count| - records = Book.find_by_solr 'ruby OR splinter', :limit => count - assert_equal count, records.docs.size - end - end - - # Testing self.rebuild_solr_index - # - It makes sure the index is rebuilt after a data has been lost - def test_rebuild_solr_index - assert_equal 1, Book.count_by_solr('splinter') - - Book.find(:first).solr_destroy - assert_equal 0, Book.count_by_solr('splinter') - - Book.rebuild_solr_index - assert_equal 1, Book.count_by_solr('splinter') - end - - # Testing instance methods: - # - solr_save - # - solr_destroy - def test_solr_save_and_solr_destroy - assert_equal 1, Book.count_by_solr('splinter') - - Book.find(:first).solr_destroy - assert_equal 0, Book.count_by_solr('splinter') - - Book.find(:first).solr_save - assert_equal 1, Book.count_by_solr('splinter') - end - - # Testing the order of results - def test_find_returns_records_in_order - records = Book.find_by_solr 'ruby^5 OR splinter' - # we boosted ruby so ruby should come first - - assert_equal 2, records.total - assert_equal 'Ruby for Dummies', records.docs.first.name - assert_equal 'Splinter Cell', records.docs.last.name - end - - # Testing solr search with optional :sort argument - def test_with_order_option - records = Movie.find_by_solr 'office^5 OR goofy' - assert_equal 'Hypnotized dude loves fishing but not working', records.docs.first.description - assert_equal 'Cool movie about a goofy guy', records.docs.last.description - - records = Movie.find_by_solr 'office^5 OR goofy', :sort => 'description asc' - assert_equal 'Cool movie about a goofy guy', records.docs.first.description - assert_equal 'Hypnotized dude loves fishing but not working', records.docs.last.description - end - - # Testing search with omitted :field_types should - # return the same result set as if when we use it - def test_omit_field_types_in_search - records = Electronic.find_by_solr '', :filter_queries => ["price:[200 TO 599.99]"] - assert_match /599/, records.docs.last.price - assert_match /319/, records.docs.first.price - - records = Electronic.find_by_solr '', :filter_queries => ["price:[200 TO 599.99]"], :sort => 'price asc' - assert_match /319/, records.docs.first.price - assert_match /599/, records.docs.last.price - - end - - # Test to make sure the result returned when no matches - # are found has the same structure when there are results - def test_returns_no_matches - records = Book.find_by_solr 'rubyist' - assert_equal [], records.docs - assert_equal 0, records.total - - records = Book.find_id_by_solr 'rubyist' - assert_equal [], records.docs - assert_equal 0, records.total - - records = Book.find_by_solr 'rubyist', :facets => {} - assert_equal [], records.docs - assert_equal 0, records.total - assert_equal({"facet_fields"=>[]}, records.facets) - end - - - # Testing the :exclude_fields option when set in the - # model to make sure it doesn't get indexed - def test_exclude_fields_option - records = Electronic.find_by_solr 'audiobooks OR latency' - assert records.docs.empty? - assert_equal 0, records.total - - assert_nothing_raised{ - records = Electronic.find_by_solr 'features:audiobooks' - assert records.docs.empty? - assert_equal 0, records.total - } - end - - # Testing the :auto_commit option set to false in the model - # should not send the commit command to Solr - def test_auto_commit_turned_off - assert_equal 0, Author.count_by_solr('raymond chandler') - - original_count = Author.count - Author.create(:name => 'Raymond Chandler', :biography => 'Writes noirish detective stories') - - assert_equal original_count + 1, Author.count - assert_equal 0, Author.count_by_solr('raymond chandler') - end - - def test_basic_search_on_model_with_string_id_field - records = Posting.find_by_solr 'first' - assert_equal 1, records.total - assert_equal 'ABC-123', records.docs.first.guid - end - - # Testing models that use a different key as the primary key - def test_search_on_model_with_string_id_field - records = Posting.find_by_solr 'first^5 OR second' - assert_equal 2, records.total - assert_equal 'ABC-123', records.docs.first.guid - assert_equal 'DEF-456', records.docs.last.guid - end - - # Making sure the result set is ordered correctly even on - # models that use a different key as the primary key - def test_records_in_order_on_model_with_string_id_field - records = Posting.find_by_solr 'first OR second^5' - assert_equal 2, records.total - assert_equal 'DEF-456', records.docs.first.guid - assert_equal 'ABC-123', records.docs.last.guid - end - - # Making sure the records are added when passing a batch size - # to rebuild_solr_index - def test_using_rebuild_solr_index_with_batch - assert_equal 2, Movie.count_by_solr('office OR napoleon') - Movie.find(:all).each(&:solr_destroy) - assert_equal 0, Movie.count_by_solr('office OR napoleon') - - Movie.rebuild_solr_index 100 - assert_equal 2, Movie.count_by_solr('office OR napoleon') - end - - # Making sure find_by_solr with scores actually return the scores - # for each individual record - def test_find_by_solr_with_score - books = Book.find_by_solr 'ruby^10 OR splinter', :scores => true - - assert_equal 2, books.total - assert (books.max_score >= 0.3 && books.max_score <= 0.6) - - books.records.each { |book| assert_not_nil book.solr_score } - assert (books.docs.first.solr_score >= 0.3 && books.docs.first.solr_score <= 0.6) - assert (books.docs.last.solr_score < books.docs.first.solr_score) - end - - # Making sure nothing breaks when html entities are inside - # the content to be indexed; and on the search as well. - def test_index_and_search_with_html_entities - description = " - inverted exclamation mark ¡ ¡ - ¤ currency ¤ ¤ - ¢ cent ¢ ¢ - £ pound £ £ - Â¥ yen ¥ ¥ - ¦ broken vertical bar ¦ ¦ - § section § § - ¨ spacing diaeresis ¨ ¨ - © copyright © © - ª feminine ordinal indicator ª ª - « angle quotation mark (left) « « - ¬ negation ¬ ¬ - ­ soft hyphen ­ ­ - ® registered trademark ® ® - â„¢ trademark ™ ™ - ¯ spacing macron ¯ ¯ - ° degree ° ° - ± plus-or-minus ± ± - ² superscript 2 ² ² - ³ superscript 3 ³ ³ - ´ spacing acute ´ ´ - µ micro µ µ - ¶ paragraph ¶ ¶ - · middle dot · · - ¸ spacing cedilla ¸ ¸ - ¹ superscript 1 ¹ ¹ - º masculine ordinal indicator º º - » angle quotation mark (right) » » - ¼ fraction 1/4 ¼ ¼ - ½ fraction 1/2 ½ ½ - ¾ fraction 3/4 ¾ ¾ - ¿ inverted question mark ¿ ¿ - × multiplication × × - ÷ division ÷ ÷ - ♥ ♦ ♣ ♠" - - author = Author.create(:name => "Test in Action™ - Copyright © Bob", :biography => description) - assert author.valid? - author.solr_commit - - author = Author.find_by_solr 'trademark © ¾ ¡ £' - assert_equal 1, author.total - end - - def test_operator_search_option - books = Movie.find_by_solr "office napoleon", :operator => :or - assert_equal 2, books.total - - books = Movie.find_by_solr "office napoleon", :operator => :and - assert_equal 0, books.total - - assert_raise RuntimeError do - Movie.find_by_solr "office napoleon", :operator => :bad - end - end - - # Making sure find_by_solr with scores actually return the scores - # for each individual record and orders them accordingly - def test_find_by_solr_order_by_score - books = Book.find_by_solr 'ruby^10 OR splinter', :scores => true, :sort => 'score asc' - assert (books.docs.collect(&:solr_score).compact.size == books.docs.size), "Each book should have a score" - assert (books.docs.first.solr_score < books.docs.last.solr_score) - - books = Book.find_by_solr 'ruby^10 OR splinter', :scores => true, :sort => 'score desc' - assert (books.docs.last.solr_score < books.docs.first.solr_score) - end - - # Search based on fields with the :date format - def test_indexed_date_field_format - movies = Movie.find_by_solr '', :filter_queries => 'time_on_xml:[NOW-1DAY TO NOW]' - assert_equal 2, movies.total - end - - def test_query_time_is_returned - results = Book.find_by_solr('ruby') - assert_not_nil(results.query_time) - assert_equal(results.query_time.class,Fixnum) - end - - def test_should_not_index_the_record_when_offline_proc_returns_true - Gadget.search_disabled = true - gadget = Gadget.create(:name => "flipvideo mino") - assert_equal 0, Gadget.find_id_by_solr('flipvideo').total - end - - def test_search_is_an_alias_for_find_by_solr - assert_equal Advertise.find_by_solr("bike").docs, Advertise.search("bike").docs - end - - def test_search_given_a_radius - Local.delete_all - Local.create! :localizable => Advertise.find(1), :longitude => '-77.4027', :latitude => '39.36' - Local.create! :localizable => Advertise.find(2), :longitude => '77.4027', :latitude => '-38.36' - Advertise.find(1).solr_save - Advertise.find(2).solr_save - - records = Advertise.search "bike", :latitude => '-39.36', :longitude => '77.4027', :radius => 1 - assert_equal 0, records.total - - records = Advertise.search "car", :latitude => '39.36', :longitude => '-77.4027', :radius => 1 - assert_equal 1, records.total - end - - def test_records_with_highlights_are_returned_properly - records = Book.find_by_solr "Ruby", :highlight => { :fields => "name" } - expected = {"name"=>["Ruby for Dummies"]} - assert_equal expected, records.highlights.values.first - end - - def test_spellcheck - assert_equal "ruby for dummies", Book.search("rubi for dumies").suggest - end - - def test_mongo_mappers_documents_are_found - Document.new(:name => "mapper").save - records = Document.search("mapper").docs - assert_equal 1, records.count - assert_equal "mapper", records.first.name - end - - def test_total_pages_is_returned_when_limit_specified - assert_equal 2, Posting.search("testing", :limit => 1).total_pages - end - - def test_total_pages_is_returned_when_limit_not_specified - assert_equal 1, Posting.search("testing").total_pages - end - - def test_current_page_is_returned - assert_equal 2, Posting.search("testing", :limit => 1, :offset => 1).current_page - end - - def test_current_page_1_is_returned - assert_equal 1, Posting.search("testing").current_page - end - - def test_current_page_1_is_returned_when_no_records_found - assert_equal 1, Posting.search("nothing").current_page - end - - def test_page_parameter_is_accepted - assert_equal 2, Posting.search("testing", :limit => 1, :page => 2).current_page - end - - def test_per_page_parameter_is_accepted - assert_equal 1, Posting.search("testing", :per_page => 1).per_page - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/functional/association_indexing_test.rb b/vendor/plugins/acts_as_solr_reloaded/test/functional/association_indexing_test.rb deleted file mode 100644 index c0acacf..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/functional/association_indexing_test.rb +++ /dev/null @@ -1,37 +0,0 @@ -require File.join(File.dirname(__FILE__), '../test_helper') - -class AssociationIndexingTest < Test::Unit::TestCase - - fixtures :categories, :books - - # Testing the association indexing with has_many: - # - # class Category < ActiveRecord::Base - # has_many :books - # acts_as_solr :include => [:books] - # end - # - # Note that some of the search terms below are from the 'books' - # table, but get indexed as being a part of Category - def test_search_on_fields_in_has_many_association - ['thriller', 'novel', 'splinter', 'clancy', 'tom clancy thriller'].each do |term| - assert_equal 1, Category.count_by_solr(term), "expected one result: #{term}" - end - end - - # Testing the association indexing with belongs_to: - # - # class Book < ActiveRecord::Base - # belongs_to :category - # acts_as_solr :include => [:category] - # end - # - # Note that some of the search terms below are from the 'categories' - # table, but get indexed as being a part of Book - def test_search_on_fields_in_belongs_to_association - ['splinter', 'clancy', 'tom clancy thriller', 'splinter novel'].each do |term| - assert_equal 1, Book.count_by_solr(term), "expected one result: #{term}" - end - end - -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/functional/faceted_search_test.rb b/vendor/plugins/acts_as_solr_reloaded/test/functional/faceted_search_test.rb deleted file mode 100644 index db748e0..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/functional/faceted_search_test.rb +++ /dev/null @@ -1,162 +0,0 @@ -require File.join(File.dirname(__FILE__), '../test_helper') - -class FacetedSearchTest < Test::Unit::TestCase - - fixtures :electronics - - # The tests below are for faceted search, but make sure you setup - # the fields on your model you'd like to index as a facet field: - # - # class Electronic < ActiveRecord::Base - # acts_as_solr :facets => [:category, :manufacturer] - # end - # - # A basic faceted search using just one facet field - def test_faceted_search_basic - records = Electronic.find_by_solr "memory", :facets => {:fields =>[:category]} - ipod_video = Electronic.find 1 - assert_equal 4, records.docs.size - assert records.docs.include?(ipod_video) - assert_equal({"category_facet" => [["Electronics", 1], ["Hard Drive", 1], ["Memory", 2]]}, - records.facets['facet_fields']) - end - - # Making sure the empty result returned what we expected - def test_faceted_search_no_matches - records = Electronic.find_by_solr "not found", :facets => { :fields => [:category]} - assert_equal [], records.docs - assert_equal [], records.facets['facet_fields'] - end - - # A basic faceted search using multiple facet fields - def test_faceted_search_multiple_fields - records = Electronic.find_by_solr "memory", :facets => {:fields =>[:category, :manufacturer]} - assert_equal 4, records.docs.size - assert_equal({"category_facet" => [["Electronics", 1], ["Hard Drive", 1], ["Memory", 2]], - "manufacturer_facet" => [["A-DATA Technology Inc.", 1], - ["Apple Computer Inc.", 1], - ["Corsair Microsystems Inc.", 1], - ["Dell, Inc", 0], - ["Samsung Electronics Co. Ltd.", 1]]}, records.facets['facet_fields']) - end - - # A basic faceted search using facet queries to get counts. - # Here are the facets search query meaning: - # "price:[* TO 200]" - Price up to 200 - # "price:[200 TO 500]" - Price from 200 to 500 - # "price:[500 TO *]" - Price higher than 500 - def test_facet_search_with_query - records = Electronic.find_by_solr "memory", :facets => {:query => ["price:[* TO 200.00]", - "price:[200.00 TO 500.00]", - "price:[500.00 TO *]"]} - assert_equal 4, records.docs.size - assert_equal({"facet_queries" => {"price_rf:[* TO 200.00]"=>2, - "price_rf:[200.00 TO 500.00]"=>1, - "price_rf:[500.00 TO *]"=>1}, - "facet_ranges" => {}, "facet_fields" => {}, "facet_dates" => {}}, records.facets) - end - - # Faceted search specifying the query and fields - def test_facet_search_with_query_and_field - records = Electronic.find_by_solr "memory", :facets => {:query => ["price:[* TO 200.00]", - "price:[200.00 TO 500.00]", - "price:[500.00 TO *]"], - :fields => [:category, :manufacturer]} - - q = records.facets["facet_queries"] - assert_equal 2, q["price_rf:[* TO 200.00]"] - assert_equal 1, q["price_rf:[500.00 TO *]"] - assert_equal 1, q["price_rf:[200.00 TO 500.00]"] - - f = records.facets["facet_fields"] - f["category_facet"] = Hash[f["category_facet"]] - assert_equal 1, f["category_facet"]["Electronics"] - assert_equal 2, f["category_facet"]["Memory"] - assert_equal 1, f["category_facet"]["Hard Drive"] - f["manufacturer_facet"] = Hash[f["manufacturer_facet"]] - assert_equal 1, f["manufacturer_facet"]["Samsung Electronics Co. Ltd."] - assert_equal 1, f["manufacturer_facet"]["Corsair Microsystems Inc."] - assert_equal 1, f["manufacturer_facet"]["A-DATA Technology Inc."] - assert_equal 1, f["manufacturer_facet"]["Apple Computer Inc."] - end - - # Faceted searches with :sort and :zeros options turned on/off - def test_faceted_search_using_zero_and_sort - records = Electronic.find_by_solr "memory", :facets => {:fields =>[:category]} - assert_equal({"category_facet"=>[["Electronics", 1], ["Hard Drive", 1], ["Memory", 2]]}, records.facets['facet_fields']) - - records = Electronic.find_by_solr "memory", :facets => {:sort => true, :fields =>[:category]} - assert_equal({"category_facet"=>[["Memory", 2], ["Electronics", 1], ["Hard Drive", 1]]}, records.facets['facet_fields']) - - records = Electronic.find_by_solr "memory", :facets => {:fields =>[:manufacturer]} - assert_equal({"manufacturer_facet" => [["A-DATA Technology Inc.", 1], - ["Apple Computer Inc.", 1], - ["Corsair Microsystems Inc.", 1], - ["Dell, Inc", 0], - ["Samsung Electronics Co. Ltd.", 1]]}, records.facets['facet_fields']) - - records = Electronic.find_by_solr "memory", :facets => {:zeros => false, :fields =>[:manufacturer]} - assert_equal({"manufacturer_facet" => [["A-DATA Technology Inc.", 1], - ["Apple Computer Inc.", 1], - ["Corsair Microsystems Inc.", 1], - ["Samsung Electronics Co. Ltd.", 1]]}, records.facets['facet_fields']) - end - - # Faceted search with 'drill-down' option being passed. - # The :browse option receives the argument in the format: - # "facet_field:term". You can drill-down to as many - # facet fields as you like - def test_faceted_search_with_drill_down - records = Electronic.find_by_solr "memory", :facets => {:fields =>[:category]} - assert_equal 4, records.docs.size - assert_equal({"category_facet"=>[["Electronics", 1], ["Hard Drive", 1], ["Memory", 2]]}, records.facets['facet_fields']) - - records = Electronic.find_by_solr "memory", :facets => {:fields =>[:category], - :browse => "category:Memory", - :zeros => false} - assert_equal 2, records.docs.size - assert_equal({"category_facet"=>[["Memory", 2]]}, records.facets['facet_fields']) - end - - def test_faceted_search_with_dates - records = Electronic.find_by_solr "memory", :facets => {:dates => {:fields => [:created_at, :updated_at], - :start => (Date.today - 7.years).strftime("%Y-%m-%dT%H:%M:%SZ"), :end => Date.today.strftime("%Y-%m-%dT%H:%M:%SZ"), :gap => '+1YEAR', :other => :all}} - - assert_equal 4, records.docs.size - - assert_equal 0, records.facets["facet_dates"]["created_at_d"]["after"] - assert_equal 1, records.facets["facet_dates"]["created_at_d"]["before"] - assert_equal 3, records.facets["facet_dates"]["created_at_d"]["between"] - - assert_equal 0, records.facets["facet_dates"]["updated_at_d"]["after"] - assert_equal 0, records.facets["facet_dates"]["updated_at_d"]["before"] - assert_equal 4, records.facets["facet_dates"]["updated_at_d"]["between"] - end - - def test_faceted_search_with_dates_filter - records = Electronic.find_by_solr "memory", :facets => {:dates => {:filter => ["updated_at:[#{(Date.today - 3.months).strftime("%Y-%m-%dT%H:%M:%SZ")} TO NOW-1MONTH/DAY]"]}} - - assert_equal 2, records.docs.size - - records.docs.each { |r| - assert r.updated_at >= (Date.today - 3.month) - assert r.updated_at <= (Date.today - 1.month) - } - end - - def test_faceted_search_with_dates_filter_and_facets - # this is a very contrived example but gives us data to validate - records = Electronic.find_by_solr "memory", :facets => {:dates => {:filter => ["updated_at:[#{(Date.today - 3.months).strftime("%Y-%m-%dT%H:%M:%SZ")} TO NOW-1MONTH/DAY]"], - :fields => [:created_at, :updated_at], :start => 'NOW-2MONTHS/DAY', :end => 'NOW-1MONTH/DAY', :gap => '+1MONTH', :other => :all}} - - assert_equal 2, records.docs.size - - assert_equal 0, records.facets["facet_dates"]["created_at_d"]["after"] - assert_equal 2, records.facets["facet_dates"]["created_at_d"]["before"] - assert_equal 0, records.facets["facet_dates"]["created_at_d"]["between"] - - assert_equal 0, records.facets["facet_dates"]["updated_at_d"]["after"] - assert_equal 1, records.facets["facet_dates"]["updated_at_d"]["before"] - assert_equal 1, records.facets["facet_dates"]["updated_at_d"]["between"] - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/functional/multi_solr_search_test.rb b/vendor/plugins/acts_as_solr_reloaded/test/functional/multi_solr_search_test.rb deleted file mode 100644 index 1368ce8..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/functional/multi_solr_search_test.rb +++ /dev/null @@ -1,55 +0,0 @@ -require File.join(File.dirname(__FILE__), '../test_helper') - -class ActsAsSolrTest < Test::Unit::TestCase - - fixtures :books, :movies - - # Testing the multi_solr_search with the returning results being objects - def test_multi_solr_search_return_objects - records = Book.multi_solr_search "Napoleon OR Tom", :models => [Movie], :results_format => :objects - assert_equal 2, records.total - classes = records.docs.map {|d| d.class} - assert classes.include?(Book) - assert classes.include?(Movie) - end - - # Testing the multi_solr_search with the returning results being ids - def test_multi_solr_search_return_ids - records = Book.multi_solr_search "Napoleon OR Tom", :models => [Movie], :results_format => :ids - assert_equal 2, records.total - assert records.docs.include?({"id" => "Movie:1"}) - assert records.docs.include?({"id" => "Book:1"}) - end - - # Testing the multi_solr_search with multiple models - def test_multi_solr_search_multiple_models - # TODO: Generalize me - ActsAsSolr::Post.execute(Solr::Request::Delete.new(:query => 'type_s:Author AND NOT id:"Author:1" AND NOT id:"Author:2"')) - ActsAsSolr::Post.execute(Solr::Request::Delete.new(:query => 'type_s:Book AND NOT id:"Book:1" AND NOT id:"Book:2"')) - ActsAsSolr::Post.execute(Solr::Request::Commit.new) - - records = Book.multi_solr_search "Napoleon OR Tom OR Thriller", :models => [Movie, Category], :results_format => :ids - assert_equal 3, records.total - assert records.docs.include?({"id" => "Category:1"}) - assert records.docs.include?({"id" =>"Book:1"}) - assert records.docs.include?({"id" => "Movie:1"}) - end - - # Testing empty result set format - def test_returns_no_matches - records = Book.multi_solr_search "not found", :models => [Movie, Category] - assert_equal [], records.docs - assert_equal 0, records.total - end - - def test_search_on_empty_string_return_all_results - records = Book.multi_solr_search('', :models => [Movie, Category]) - assert_equal Book.count+Movie.count+Category.count, records.total - end - - def test_search_with_score_should_set_score - records = Book.multi_solr_search "Napoleon OR Tom", :models => [Movie], :results_format => :objects, :scores => true - assert records.docs.first.solr_score.is_a?(Float) - assert records.docs.last.solr_score.is_a?(Float) - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/models/advertise.rb b/vendor/plugins/acts_as_solr_reloaded/test/models/advertise.rb deleted file mode 100644 index 971eb0d..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/models/advertise.rb +++ /dev/null @@ -1,6 +0,0 @@ -# Table fields for 'advertises' -# - id - -class Advertise < ActiveRecord::Base - acts_as_solr :spatial => true -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/models/author.rb b/vendor/plugins/acts_as_solr_reloaded/test/models/author.rb deleted file mode 100644 index 6ce9180..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/models/author.rb +++ /dev/null @@ -1,10 +0,0 @@ -# Table fields for 'movies' -# - id -# - name -# - biography - -class Author < ActiveRecord::Base - - acts_as_solr :auto_commit => false - -end \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/test/models/book.rb b/vendor/plugins/acts_as_solr_reloaded/test/models/book.rb deleted file mode 100644 index 18c416d..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/models/book.rb +++ /dev/null @@ -1,10 +0,0 @@ -# Table fields for 'books' -# - id -# - category_id -# - name -# - author - -class Book < ActiveRecord::Base - belongs_to :category - acts_as_solr :include => [:category] -end \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/test/models/category.rb b/vendor/plugins/acts_as_solr_reloaded/test/models/category.rb deleted file mode 100644 index 09e2fa4..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/models/category.rb +++ /dev/null @@ -1,8 +0,0 @@ -# Table fields for 'categories' -# - id -# - name - -class Category < ActiveRecord::Base - has_many :books - acts_as_solr :include => [:books] -end \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/test/models/document.rb b/vendor/plugins/acts_as_solr_reloaded/test/models/document.rb deleted file mode 100644 index 4ce56ef..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/models/document.rb +++ /dev/null @@ -1,6 +0,0 @@ -class Document - include MongoMapper::Document - include ActsAsSolr::MongoMapper - key :name, String - acts_as_solr -end \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/test/models/dynamic_attribute.rb b/vendor/plugins/acts_as_solr_reloaded/test/models/dynamic_attribute.rb deleted file mode 100644 index ebc59db..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/models/dynamic_attribute.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Table fields for 'dynamic attributes' -# - id -# - name -# - value - -class DynamicAttribute < ActiveRecord::Base -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/models/electronic.rb b/vendor/plugins/acts_as_solr_reloaded/test/models/electronic.rb deleted file mode 100644 index 52f25f2..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/models/electronic.rb +++ /dev/null @@ -1,25 +0,0 @@ -# Table fields for 'electronics' -# - id -# - name -# - manufacturer -# - features -# - category -# - price -# - created_on - -class Electronic < ActiveRecord::Base - acts_as_solr do - { - :facets => [:category, :manufacturer], - :fields => [:name, :manufacturer, :features, :category, {:created_at => :date}, {:updated_at => :date}, {:price => {:type => :range_float, :boost => 10.0}}], - :boost => 5.0, - :exclude_fields => [:features] - } - end - - # The following example would also convert the :price field type to :range_float - # - # acts_as_solr :facets => [:category, :manufacturer], - # :fields => [:name, :manufacturer, :features, :category, {:price => :range_float}], - # :boost => 5.0 -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/models/gadget.rb b/vendor/plugins/acts_as_solr_reloaded/test/models/gadget.rb deleted file mode 100644 index 4782176..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/models/gadget.rb +++ /dev/null @@ -1,9 +0,0 @@ -class Gadget < ActiveRecord::Base - cattr_accessor :search_disabled - - acts_as_solr :offline => proc {|record| Gadget.search_disabled?}, :format => :ids - - def self.search_disabled? - search_disabled - end -end \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/test/models/local.rb b/vendor/plugins/acts_as_solr_reloaded/test/models/local.rb deleted file mode 100644 index e2964cc..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/models/local.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Table fields for 'movies' -# - id -# - longitude -# - latitude - -class Local < ActiveRecord::Base -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/models/movie.rb b/vendor/plugins/acts_as_solr_reloaded/test/models/movie.rb deleted file mode 100644 index d000714..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/models/movie.rb +++ /dev/null @@ -1,17 +0,0 @@ -# Table fields for 'movies' -# - id -# - name -# - description - -class Movie < ActiveRecord::Base - acts_as_solr :additional_fields => [:current_time, {:time_on_xml => :date}], :dynamic_attributes => true - - def current_time - Time.now.to_s - end - - def time_on_xml - Time.now - end - -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/models/novel.rb b/vendor/plugins/acts_as_solr_reloaded/test/models/novel.rb deleted file mode 100644 index 09fad52..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/models/novel.rb +++ /dev/null @@ -1,2 +0,0 @@ -class Novel < Book -end \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/test/models/post.rb b/vendor/plugins/acts_as_solr_reloaded/test/models/post.rb deleted file mode 100644 index 4388aaa..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/models/post.rb +++ /dev/null @@ -1,3 +0,0 @@ -class Post < ActiveRecord::Base - acts_as_solr -end \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/test/models/posting.rb b/vendor/plugins/acts_as_solr_reloaded/test/models/posting.rb deleted file mode 100644 index f71070a..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/models/posting.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Table fields for 'movies' -# - guid -# - name -# - description - -class Posting < ActiveRecord::Base - - set_primary_key 'guid' - acts_as_solr({},{:primary_key_field => 'pk_s'}) - -end \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/test/test_helper.rb b/vendor/plugins/acts_as_solr_reloaded/test/test_helper.rb deleted file mode 100644 index 90929a0..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/test_helper.rb +++ /dev/null @@ -1,84 +0,0 @@ -require 'rubygems' -require 'test/unit' -require 'active_record' -require 'active_record/fixtures' -require 'shoulda' -require 'mocha' - -require 'ruby-debug' - -begin - require 'active_support/test_case' -rescue -end - -require 'mongo_mapper' - -class Rails - def self.root - Rails.root - end - - def self.env - RAILS_ENV - end -end - -MongoMapper.database = "acts_as_solr_reloaded-test" - -Rails.root = File.dirname(__FILE__) unless defined? Rails.root -RAILS_ENV = 'test' unless defined? RAILS_ENV -ENV["RAILS_ENV"] = "test" - -require File.expand_path(File.dirname(__FILE__) + '/../config/solr_environment') -require File.expand_path(File.dirname(__FILE__) + '/../lib/acts_as_solr') - -# Load Models -models_dir = File.join(File.dirname( __FILE__ ), 'models') -require "#{models_dir}/book.rb" -Dir[ models_dir + '/*.rb'].each { |m| require m } - -if defined?(ActiveSupport::TestCase) - class ActiveSupport::TestCase - include ActiveRecord::TestFixtures - self.fixture_path = File.dirname(__FILE__) + "/fixtures/" - end unless ActiveSupport::TestCase.respond_to?(:fixture_path=) -else - Test::Unit::TestCase.fixture_path = File.dirname(__FILE__) + "/fixtures/" -end - -class Test::Unit::TestCase - def self.fixtures(*table_names) - fixture_path = defined?(ActiveSupport::TestCase) ? ActiveSupport::TestCase.fixture_path : Test::Unit::TestCase.fixture_path - if block_given? - Fixtures.create_fixtures(fixture_path, table_names) { yield } - else - Fixtures.create_fixtures(fixture_path, table_names) - end - table_names.each do |table_name| - clear_from_solr(table_name) - klass = instance_eval table_name.to_s.capitalize.singularize - klass.find(:all).each{|content| content.solr_save} - end - - clear_from_solr(:novels) - end - - private - def self.clear_from_solr(table_name) - ActsAsSolr::Post.execute(Solr::Request::Delete.new(:query => "type_s:#{table_name.to_s.capitalize.singularize}")) - end - - def assert_equivalent(enum1, enum2) - assert( ((enum1 - enum2) == []) && ((enum2 - enum1) == []), "<#{enum1.inspect}> expected to be equivalent to <#{enum2.inspect}>") - end - - def assert_includes(array, element) - assert(array.include?(element), "<#{array.inspect}> expected to include <#{element.inspect}>") - end - - def assert_not_includes(array, element) - assert(!array.include?(element), "<#{array.inspect}> expected to NOT include <#{element.inspect}>") - end - -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/unit/acts_methods_shoulda.rb b/vendor/plugins/acts_as_solr_reloaded/test/unit/acts_methods_shoulda.rb deleted file mode 100644 index ee7ba55..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/unit/acts_methods_shoulda.rb +++ /dev/null @@ -1,125 +0,0 @@ -require File.expand_path("#{File.dirname(__FILE__)}/../test_helper") - -class ActsMethodsTest < Test::Unit::TestCase - class Model - attr_accessor :birthdate - - def initialize(birthdate) - @birthdate = birthdate - end - - def self.configuration - @configuration ||= {:solr_fields => {}} - end - - def self.columns_hash=(columns_hash) - @columns_hash = columns_hash - end - - def self.columns_hash - @columns_hash - end - - def [](key) - @birthday - end - - self.extend ActsAsSolr::ActsMethods - end - - class Abstract - def self.acts_as_taggable_on(what) - @_taggable = what.eql?(:tags) - end - - def self.taggable? - @_taggable - end - extend ActsAsSolr::ActsMethods - end - - class Taggable < Abstract - begin - acts_as_solr :taggable => true - rescue - end - end - - class NotTaggable < Abstract - end - - class Mapper - include MongoMapper::Document - include ActsAsSolr::MongoMapper - key :value1, String - acts_as_solr - end - - should "enable auto_commit in all environments except production" do - Taggable.stubs(:after_save) - Taggable.stubs(:after_destroy) - instance = Taggable.new - instance.stubs(:attributes).returns({}) - Taggable.stubs(:new).returns(instance) - - Rails.stubs(:env).returns('test') - Taggable.acts_as_solr - assert Taggable.configuration[:auto_commit] == true - Rails.stubs(:env).returns('production') - Taggable.acts_as_solr - assert Taggable.configuration[:auto_commit] == false - end - - should "define the model as taggable if taggable is true" do - assert Taggable.taggable? - end - - should "not define the model as taggable if taggable is not true" do - assert !NotTaggable.taggable? - end - - should "define the type of a MongoMapper document id as string" do - assert_equal :string, Mapper.configuration[:solr_fields][:_id][:type] - end - - should "recognize the type String of a MongoMapper key as string" do - assert_equal :string, Mapper.configuration[:solr_fields][:value1][:type] - end - - context "when getting field values" do - setup do - Model.columns_hash = {"birthdate" => stub("column", :type => :date)} - Model.send(:get_field_value, :birthdate) - end - - should "define an accessor methods for a solr converted value" do - assert Model.instance_methods.include?("birthdate_for_solr") - end - - context "for date types" do - setup do - @model = Model.new(Date.today) - end - - should "return nil when field is nil" do - @model.birthdate = nil - assert_nil @model.birthdate_for_solr - end - - should "return the formatted date" do - assert_equal Date.today.strftime("%Y-%m-%dT%H:%M:%SZ"), @model.birthdate_for_solr - end - end - - context "for timestamp types" do - setup do - @now = Time.now - @model = Model.new(@now) - end - - should "return a formatted timestamp string for timestamps" do - assert_equal @now.utc.strftime("%Y-%m-%dT%H:%M:%SZ"), @model.birthdate_for_solr - end - end - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/unit/class_methods_shoulda.rb b/vendor/plugins/acts_as_solr_reloaded/test/unit/class_methods_shoulda.rb deleted file mode 100644 index 23ae2ef..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/unit/class_methods_shoulda.rb +++ /dev/null @@ -1,85 +0,0 @@ -require File.expand_path("#{File.dirname(__FILE__)}/../test_helper") - -class User - attr_accessor :name, :id - def self.find(*args) - @paul ||= User.new - @paul.name = "Paul" - @paul.id = 1 - @paul - end - - def self.find_by_id(id) - find - end - - def self.primary_key - "id" - end -end - -class ClassMethodsTest < Test::Unit::TestCase - include ActsAsSolr::ClassMethods - - def solr_configuration - @solr_configuration ||= {:type_field => "type_t", :primary_key_field => "id"} - end - - context "when multi-searching" do - setup do - stubs(:name).returns("User") - end - - should "include the type field in the query" do - expects(:parse_query).with("name:paul", {:results_format => :objects}) - multi_solr_search("name:paul") - end - - should "add all models in the query" do - expects(:parse_query).with("name:paul", {:results_format => :objects, :models => ["Movie", "DVD"]}) - multi_solr_search("name:paul", :models => ["Movie", "DVD"]) - end - - should "return an empty result set if no data was returned" do - stubs(:parse_query).returns(nil) - result = multi_solr_search("name:paul") - assert_equal 0, result.docs.size - end - - should "return an empty result set if no results were found" do - stubs(:parse_query).returns(stub(:total_hits => 0, :hits => [])) - result = multi_solr_search("name:paul") - assert_equal 0, result.docs.size - end - - context "with results" do - should "find the objects in the database" do - stubs(:parse_query).returns(stub(:total_hits => 1, :hits => ["score" => 0.12956427, "id" => ["User:1"]])) - result = multi_solr_search("name:paul") - - assert_equal(User.find, result.docs.first) - assert_equal 1, result.docs.size - end - - context "when requesting ids" do - should "return only ids" do - stubs(:parse_query).returns(stub(:total_hits => 1, :hits => ["score" => 0.12956427, "id" => ["User:1"]])) - result = multi_solr_search("name:paul", :results_format => :ids) - assert_equal "User:1", result.docs.first["id"] - end - end - - context "with scores" do - setup do - solr_configuration[:primary_key_field] = nil - end - - should "add an accessor with the solr score" do - stubs(:parse_query).returns(stub(:total_hits => 1, :hits => ["score" => 0.12956427, "id" => ["User:1"]])) - result = multi_solr_search("name:paul", :scores => true) - assert_equal 0.12956427, result.docs.first.solr_score - end - end - end - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/unit/common_methods_shoulda.rb b/vendor/plugins/acts_as_solr_reloaded/test/unit/common_methods_shoulda.rb deleted file mode 100644 index f46b048..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/unit/common_methods_shoulda.rb +++ /dev/null @@ -1,99 +0,0 @@ -require File.expand_path("#{File.dirname(__FILE__)}/../test_helper") - -class CommonMethodsTest < Test::Unit::TestCase - include ActsAsSolr::CommonMethods - - class Mongo - include MongoMapper::Document - include ActsAsSolr::MongoMapper - acts_as_solr - - def id - '4b5e0119f3a4b02902000001' - end - end - - class << self - def primary_key - "id" - end - end - - def id - 10 - end - - context "when determining the field type" do - setup do - end - - should "return i for an integer" do - assert_equal "i", get_solr_field_type(:integer) - end - - should "return f for a float" do - assert_equal "f", get_solr_field_type(:float) - end - - should "return f for a decimal" do - assert_equal "f", get_solr_field_type(:decimal) - end - - should "return do for a double" do - assert_equal "do", get_solr_field_type(:double) - end - - should "return b for a boolean" do - assert_equal "b", get_solr_field_type(:boolean) - end - - should "return s for a string" do - assert_equal "s", get_solr_field_type(:string) - end - - should "return t for a text" do - assert_equal "t", get_solr_field_type(:text) - end - - should "return d for a date" do - assert_equal "d", get_solr_field_type(:date) - end - - should "return ri for a range_integer" do - assert_equal "ri", get_solr_field_type(:range_integer) - end - - should "return rf for a range_float" do - assert_equal "rf", get_solr_field_type(:range_float) - end - - should "return facet for a facet field" do - assert_equal "facet", get_solr_field_type(:facet) - end - - should "return the string if one was given as an argument" do - assert_equal "string", get_solr_field_type("string") - end - - should "raise an error if invalid field type was specified" do - assert_raise(RuntimeError) {get_solr_field_type(:something)} - end - - should "raise an error if argument is not symbol or string" do - assert_raise(RuntimeError) {get_solr_field_type(123)} - end - end - - context "when determining the record id" do - context "on ActiveRecord" do - should "return the primary key value" do - assert_equal 10, record_id(self) - end - end - context "on MongoMapper" do - should "return the id value" do - assert_equal '4b5e0119f3a4b02902000001', record_id(Mongo.new) - end - end - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/unit/instance_methods_shoulda.rb b/vendor/plugins/acts_as_solr_reloaded/test/unit/instance_methods_shoulda.rb deleted file mode 100644 index afdc051..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/unit/instance_methods_shoulda.rb +++ /dev/null @@ -1,365 +0,0 @@ -require File.expand_path("#{File.dirname(__FILE__)}/../test_helper") -module Solr; end - -class InstanceMethodsTest < Test::Unit::TestCase - - context "With a Solr record instance" do - setup do - @instance = SolrInstance.new - end - - context "when checking whether indexing is disabled" do - - setup do - @instance.configuration = {:if => true} - end - - should "return true if the specified proc returns true " do - @instance.configuration[:offline] = proc {|record| true} - assert @instance.indexing_disabled? - end - - should "return false if the specified proc returns false" do - @instance.configuration[:offline] = proc {|record| false} - assert !@instance.indexing_disabled? - end - - should "return true if no valid offline option was specified" do - @instance.configuration[:offline] = nil - @instance.configuration[:if] = proc {true} - assert !@instance.indexing_disabled? - end - end - - context "when validating the boost" do - setup do - @instance.solr_configuration = {:default_boost => 10.0} - @instance.configuration = {:if => true} - end - - should "accept and evaluate a block" do - @instance.configuration[:boost] = proc {|record| record.boost_rate} - assert_equal 10.0, @instance.send(:validate_boost, @instance.configuration[:boost]) - end - - should "accept and return a float" do - @instance.configuration[:boost] = 9.0 - assert_equal 9.0, @instance.send(:validate_boost, @instance.configuration[:boost]) - end - - should "return the default float when the specified is negative" do - @instance.configuration[:boost] = -1.0 - assert_equal 10.0, @instance.send(:validate_boost, @instance.configuration[:boost]) - end - - should "execute the according method when value is a symbol" do - @instance.configuration[:boost] = :irate - assert_equal 8.0, @instance.send(:validate_boost, @instance.configuration[:boost]) - end - - should "return the default boost when there is no valid boost" do - @instance.configuration[:boost] = "boost!" - assert_equal 10.0, @instance.send(:validate_boost, @instance.configuration[:boost]) - end - end - - context "when determining the solr document id" do - should "combine class name and id" do - assert_equal "SolrInstance:10", @instance.solr_id - end - end - - context "when saving the instance to solr" do - context "with indexing disabled" do - setup do - @instance.configuration = {:fields => [:name], :if => nil} - end - - should "just return and do nothing" do - @instance.expects(:solr_add).never - @instance.expects(:solr_destroy).never - assert @instance.solr_save - end - end - - context "with indexing enabled" do - setup do - @instance.configuration = {:fields => [:name], :if => "true", :auto_commit => true} - @instance.stubs(:solr_commit) - @instance.stubs(:solr_add) - @instance.stubs(:to_solr_doc).returns("My test document") - end - - should "add the solr document" do - @instance.expects(:solr_add).with("My test document").once - @instance.solr_save - end - - should "commit to solr" do - @instance.expects(:solr_commit).once - @instance.solr_save - end - - should "not commit if auto_commit is disabled" do - @instance.configuration.merge!(:auto_commit => false) - @instance.expects(:solr_commit).never - @instance.solr_save - end - - should "destroy the document if :if clause is false" do - @instance.configuration.merge!(:if => "false") - @instance.expects(:solr_destroy).once - @instance.solr_save - end - end - end - - context "when destroying an instance in solr" do - setup do - @instance.configuration = {:if => true, :auto_commit => true} - @instance.stubs(:solr_commit) - @instance.stubs(:solr_delete) - end - - should "delete the instance" do - @instance.expects(:solr_delete).with("SolrInstance:10") - @instance.solr_destroy - end - - should "commit to solr" do - @instance.expects(:solr_commit) - @instance.solr_destroy - end - - should "not commit if auto_commit is disabled" do - @instance.configuration.merge!(:auto_commit => false) - @instance.expects(:solr_commit).never - @instance.solr_destroy - end - - context "with indexing disabled" do - should "not contact solr" do - @instance.configuration.merge!(:offline => true, :if => nil) - @instance.expects(:solr_delete).never - @instance.solr_destroy - end - end - end - - context "when converting an instance to a solr document" do - setup do - @instance.configuration = {:if => true, :auto_commit => true, :fields => [:name, :last_name], - :solr_fields => {:name => {:boost => 9.0}, :last_name => {:type => :string}}, :boost => 10.0} - @instance.solr_configuration = {:type_field => "type", :primary_key_field => "pk_id", :default_boost => 25.0} - end - - should "add a document boost" do - assert_equal 10, @instance.to_solr_doc.boost - end - - should "set the solr id" do - assert_equal "SolrInstance:10", @instance.to_solr_doc[:id] - end - - should "set the type field" do - assert_equal "SolrInstance", @instance.to_solr_doc[:type] - end - - should "set the primary key fields" do - assert_equal("10", @instance.to_solr_doc[:pk_id]) - end - - should "add the includes if they were configured" do - @instance.configuration.merge! :include => [:author] - @instance.expects(:add_includes) - @instance.to_solr_doc - end - - context "with a local" do - setup do - @local = Local.new '14.51', '-65.43' - @instance.stubs(:local).returns(@local) - @instance.configuration[:spatial] = true - @fields = @instance.to_solr_doc.fields - end - - should "add the longitude" do - field = @fields.find { |field| field.name.eql? "lng_f" } - assert_equal @local.longitude, field.value - end - - should "add the latitude" do - field = @fields.find { |field| field.name.eql? "lat_f" } - assert_equal @local.latitude, field.value - end - end - - context "without a local" do - should "should ignore the spatial option" do - @instance.stubs(:local).returns(nil) - @instance.configuration[:spatial] = true - fields = @instance.to_solr_doc.fields - assert_equal nil, fields.find { |field| field.name.eql? 'lng_f' } - end - end - - context "with indexed fields" do - should "add fields with type" do - assert_equal "Chunky bacon!", @instance.to_solr_doc[:name_s] - end - - should "add the field boost" do - field = @instance.to_solr_doc.fields.find {|f| f.name.to_s == "name_s"} - assert_equal 9.0, field.boost - end - - should "set the default boost for the field, if none is configured" do - @instance.configuration[:solr_fields][:name][:boost] = nil - field = @instance.to_solr_doc.fields.find {|f| f.name.to_s == "name_s"} - assert_equal 25.0, field.boost - end - - should "ignore null fields" do - @instance.stubs(:name_for_solr).returns(nil) - @instance.stubs(:last_name_for_solr).returns('Dohn') - assert ! @instance.to_solr_doc.fields.find {|f| f.name.to_s == "name_s"} - assert @instance.to_solr_doc.fields.find {|f| f.name.to_s == "last_name_s"} - end - - should "not overwrite the type or id field" do - @instance.configuration[:solr_fields] = {:type => {}, :id => {}} - doc = @instance.to_solr_doc - assert_not_equal "humbug", doc[:type] - assert_not_equal "bogus", doc[:id] - end - - should "escape the contents" do - @instance.name = "" - assert_equal "<script>malicious()</script>", @instance.to_solr_doc[:name_s] - end - - should "use an alternate field name if specified in options" do - @instance.stubs(:nickname_for_solr).returns('Nick') - @instance.configuration[:solr_fields].merge! :nickname => {:as => :alias} - doc = @instance.to_solr_doc - assert_not_nil @instance.to_solr_doc.fields.find {|f| f.name.to_s == "alias_s"} - assert_nil @instance.to_solr_doc.fields.find {|f| f.name.to_s == "nickname_s"} - end - - context "when indexing tags" do - setup do - taggings = [Tagging.new('house'), Tagging.new('beach')].sort { |a, b| rand - 0.5 } - @instance.stubs(:taggings).returns(taggings) - @instance.configuration[:taggable] = true - @fields = @instance.to_solr_doc.fields - end - - should "set the field name as tag of type text, so they can be found by a query without filters" do - assert_equal "tag_t", @fields.last.name - end - - should "set the field value with the tag value" do - assert_equal @instance.taggings.last.tag.name, @fields.last.value - end - - should "consider all of them" do - assert_equal @instance.taggings.size * 2, @fields.select { |f| f.name.include? "tag_" }.size - end - - should "facet them" do - assert_equal @fields.select { |f| f.name.include? "tag_t" }.size, - @fields.select { |f| f.name.include? "tag_facet" }.size - end - end - - context "when associations are included" do - setup do - class AssocLabel < String - @@singular = {'people' => 'person'} - def to_s - self - end - def singularize - @@singular[self] - end - end - @assoc = AssocLabel.new('people') - person = {:name => 'Hank Venture', :address => 'Venture Compound'} - @people = [OpenStruct.new(person.merge(:attributes => person))] - @instance.stubs(:people).returns(@people) - @reflection = OpenStruct.new(:macro => :has_many) - @instance.class.stubs(:reflect_on_association).returns(@reflection) - @instance.configuration[:solr_includes] = {@assoc => {:type => :string}} - @instance.solr_configuration.merge! :default_boost => 35.0 - end - - should "set the default name for the include, if none is configured" do - @instance.configuration[:solr_includes] = {@assoc => {:type => :text}} - doc = @instance.to_solr_doc - assert_not_nil doc.fields.find {|f| f.name.to_s == "person_s"} - end - - should "add the include alias" do - @instance.configuration[:solr_includes] = {@assoc => {:as => :human, :type => :text}} - doc = @instance.to_solr_doc - assert_not_nil doc.fields.find {|f| f.name.to_s == "human_s"} - assert_nil doc.fields.find {|f| f.name.to_s == "person_s"} - end - - should "add the include type" do - @instance.configuration[:solr_includes] = {@assoc => {:type => :date}} - @instance.expects(:get_solr_field_type).with(){|v| true}.at_least_once.returns('s') - @instance.expects(:get_solr_field_type).with(:date).once.returns('d') - doc = @instance.to_solr_doc - end - - should "set the default boost for the include, if none is configured" do - field = @instance.to_solr_doc.fields.find {|f| f.name.to_s == "person_s"} - assert_equal 35.0, field.boost - end - - should "add the include boost" do - @instance.configuration[:solr_includes] = {@assoc => {:boost => 10.0}} - field = @instance.to_solr_doc.fields.find {|f| f.name.to_s == "person_s"} - assert_equal 10.0, field.boost - end - - should "default to a field value with all association attributes" do - field = @instance.to_solr_doc.fields.find {|f| f.name.to_s == "person_s"} - @people.first.attributes.each do |attr, value| - assert_match /#{value}/, field.value - end - end - - should "use a field value from an association method, if one is configured" do - @instance.configuration[:solr_includes] = {@assoc => {:using => :name}} - field = @instance.to_solr_doc.fields.find {|f| f.name.to_s == "person_s"} - assert_equal @people.first.name, field.value - end - - should "use a field value from a proc, if one is configured" do - @instance.configuration[:solr_includes] = {@assoc => {:using => lambda{|r| r.name.reverse}}} - field = @instance.to_solr_doc.fields.find {|f| f.name.to_s == "person_s"} - assert_equal @people.first.name.reverse, field.value - end - - should "join multiple values into a single field unless the :multivalued options is specified" do - @instance.configuration[:solr_includes] = {@assoc => {:multivalued => :true}} - second_person = {:name => 'Dean Venture', :address => 'Venture Compound'} - @people << OpenStruct.new(second_person.merge(:attributes => second_person)) - fields = @instance.to_solr_doc.fields.select {|f| f.name.to_s == "person_s"} - assert_equal @people.size, fields.size - end - - should "include multiple values separately if the :multivalued options is specified" do - second_person = {:name => 'Dean Venture', :address => 'Venture Compound'} - @people << OpenStruct.new(second_person.merge(:attributes => second_person)) - fields = @instance.to_solr_doc.fields.select {|f| f.name.to_s == "person_s"} - assert_not_equal @people.size, fields.size - assert_equal 1, fields.size - end - end - end - end - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/unit/lazy_document_shoulda.rb b/vendor/plugins/acts_as_solr_reloaded/test/unit/lazy_document_shoulda.rb deleted file mode 100644 index e2ceb68..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/unit/lazy_document_shoulda.rb +++ /dev/null @@ -1,34 +0,0 @@ -require File.expand_path("#{File.dirname(__FILE__)}/test_helper") - -class UserModel; end - -class LazyDocumentTest < Test::Unit::TestCase - context "With a lazy document" do - setup do - @record = stub(:record) - @record.stubs(:is_valid?).returns true - UserModel.stubs(:find).returns @record - @document = ActsAsSolr::LazyDocument.new(1, UserModel) - end - - context "with an uninitialized document" do - should "fetch the record from the database" do - UserModel.expects(:find).with(1).returns(@record) - @document.is_valid? - end - end - - context "with an initialized document" do - should "not fetch the record again" do - @document.is_valid? - @document.expects(:find).never - @document.is_valid? - end - - should "reroute the calls to the record" do - @record.expects(:is_valid?).once - @document.is_valid? - end - end - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/unit/parser_instance.rb b/vendor/plugins/acts_as_solr_reloaded/test/unit/parser_instance.rb deleted file mode 100644 index 0f48943..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/unit/parser_instance.rb +++ /dev/null @@ -1,19 +0,0 @@ -class ActsAsSolr::ParserInstance - include ActsAsSolr::ParserMethods - include ActsAsSolr::CommonMethods - attr_accessor :configuration, :solr_configuration - - def table_name - "documents" - end - - def primary_key - "id" - end - - def find(*args) - [] - end - - public :parse_results, :reorder, :parse_query, :add_scores, :replace_types -end \ No newline at end of file diff --git a/vendor/plugins/acts_as_solr_reloaded/test/unit/parser_methods_shoulda.rb b/vendor/plugins/acts_as_solr_reloaded/test/unit/parser_methods_shoulda.rb deleted file mode 100644 index f065c67..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/unit/parser_methods_shoulda.rb +++ /dev/null @@ -1,344 +0,0 @@ -require File.expand_path("#{File.dirname(__FILE__)}/../test_helper") -require File.expand_path("#{File.dirname(__FILE__)}/parser_instance") - -class ParserMethodsTest < Test::Unit::TestCase - - context "With a parser instance" do - setup do - @parser = ActsAsSolr::ParserInstance.new - end - - context "When parsing results" do - setup do - @results = stub(:results) - @results.stubs(:total_hits).returns(2) - @results.stubs(:hits).returns([]) - @results.stubs(:max_score).returns 2.1 - @results.stubs(:highlighting).returns [] - @results.stubs(:data).returns({"responseHeader" => {"QTime" => "10.2"}}) - @results.stubs(:header).returns({}) - @parser.stubs(:merge_conditions).returns({:id => []}) - @parser.stubs(:all).returns([]) - end - - should "return a SearchResults object" do - assert_equal ActsAsSolr::SearchResults, @parser.parse_results(@results).class - end - - should "set the max score" do - assert_equal 2.1, @parser.parse_results(@results).max_score - end - - should "include the facets" do - @results.stubs(:data).returns({"responseHeader" => {"QTime" => "10.2"}, "facet_counts" => 2}) - assert_equal 2, @parser.parse_results(@results, :facets => true).facets - end - - context "when the format requests objects" do - setup do - @parser.configuration = {:format => :objects} - @parser.solr_configuration = {:primary_key_field => :pk_id} - @results.stubs(:hits).returns [{"pk_id" => 1}, {"pk_id" => 2}] - @ids = @results.hits.map{ |h| h.first.last } - @parser.stubs(:reorder) - @parser.expects(:merge_conditions).returns({:id => @ids}) - end - - should "query with the record ids" do - @parser.expects(:all).with(:conditions => {:id => @ids}).returns @ids - @parser.parse_results(@results) - end - - should "reorder the records" do - @parser.expects(:reorder).with([], [1, 2]) - @parser.parse_results(@results) - end - - should "add :include if :include was specified" do - @parser.expects(:all).with(:conditions => {:id => @ids}, :include => [:author]).returns @ids - @parser.parse_results(@results, :sql_options => {:include => [:author]}) - end - end - - context "when the format doesn't request objects" do - setup do - @parser.solr_configuration = {:primary_key_field => "pk_id"} - end - - should "not query the database" do - @parser.expects(:find).never - @parser.parse_results(@results, :format => nil) - end - - should "return just the ids" do - @results.stubs(:hits).returns([{"pk_id" => 1}, {"pk_id" => 2}]) - assert_equal [1, 2], @parser.parse_results(@results, :format => nil).docs - end - - should "ignore the :lazy option" do - @results.stubs(:hits).returns([{"pk_id" => 1}, {"pk_id" => 2}]) - assert_equal [1, 2], @parser.parse_results(@results, :format => :ids, :lazy => true).docs - end - end - - context "with an empty result set" do - setup do - @results.stubs(:total_hits).returns(0) - @results.stubs(:hits).returns([]) - end - - should "return an empty search results set" do - assert_equal 0, @parser.parse_results(@results).total - end - - should "not have any search results" do - assert_equal [], @parser.parse_results(@results).docs - end - end - - context "with a nil result set" do - should "return an empty search results set" do - assert_equal 0, @parser.parse_results(nil).total - end - end - - context "with the scores option" do - should "add the scores" do - @parser.expects(:add_scores).with([], @results) - @parser.parse_results(@results, :scores => true) - end - end - - context "with lazy format" do - setup do - @parser.solr_configuration = {:primary_key_field => :pk_id} - @results.stubs(:hits).returns([{"pk_id" => 1}, {"pk_id" => 2}]) - end - - should "create LazyDocuments for the resulting docs" do - result = @parser.parse_results(@results, :lazy => true) - assert_equal ActsAsSolr::LazyDocument, result.results.first.class - end - - should "set the document id as the record id" do - result = @parser.parse_results(@results, :lazy => true) - assert_equal 1, result.results.first.id - end - - should "set the document class" do - result = @parser.parse_results(@results, :lazy => true) - assert_equal ActsAsSolr::ParserInstance, result.results.first.clazz.class - end - end - - end - - context "when reordering results" do - should "don't raise an error if arguments don't have the same number of elements" do - assert_nothing_raised {@parser.reorder([], [1])} - end - - should "reorder the results to match the order of the documents returned by solr" do - thing1 = stub(:thing1) - thing1.stubs(:id).returns 5 - thing2 = stub(:thing2) - thing2.stubs(:id).returns 1 - thing3 = stub(:things3) - thing3.stubs(:id).returns 3 - things = [thing1, thing2, thing3] - reordered = @parser.reorder(things, ['1', '3', '5']) - assert_equal [1, 3, 5], reordered.collect{|thing| thing.id} - end - end - - context "When parsing a query" do - setup do - ActsAsSolr::Post.stubs(:execute) - @parser.stubs(:solr_type_condition).returns "(type:ParserMethodsTest)" - @parser.solr_configuration = {:primary_key_field => "id"} - @parser.configuration = {:solr_fields => {:title => {:type => :string}, :tag => {:type => :text}, :description => {:type => :text}}} - end - - should "not escape fields followed filter and boost chars" do - ActsAsSolr::Post.expects(:execute).with {|request, core| - request.to_hash[:q] == 'tag_t:blah nonfield\\:blah' - } - @parser.parse_query "tag:blah nonfield:blah" - end - - - should "always use search as query type" do - ActsAsSolr::Post.expects(:execute).with {|request, core| - request.to_hash[:qt] == 'search' - } - @parser.parse_query "foo" - end - - should "set the limit and offset" do - ActsAsSolr::Post.expects(:execute).with {|request, core| - 10 == request.to_hash[:rows] - 20 == request.to_hash[:start] - } - @parser.parse_query "foo", :limit => 10, :offset => 20 - end - - should "set the relevancy of the specified fields and non-filtered terms" do - ActsAsSolr::Post.expects(:execute).with {|request, core| - q = request.to_hash[:q] - q.starts_with?("aeroplane brasil OR tag_t:(aeroplane brasil)^5 OR description_t:(aeroplane brasil)^3") or - q.starts_with?("aeroplane brasil OR description_t:(aeroplane brasil)^3 OR tag_t:(aeroplane brasil)^5") - } - @parser.parse_query "aeroplane brasil", :filter_queries => ['continent:south'], :relevance => {:tag => 5, :description => 3} - end - - should "set the relevance with simple queries" do - ActsAsSolr::Post.expects(:execute).with {|request, core| - q = request.to_hash[:q] - q.starts_with?("car OR tag_t:(car)^5 OR description_t:(car)^3") or q.starts_with?("car OR description_t:(car)^3 OR tag_t:(car)^5") - } - @parser.parse_query "car", :relevance => {:tag => 5, :description => 3} - end - - should "not execute anything if the query is nil" do - ActsAsSolr::Post.expects(:execute).never - assert_nil @parser.parse_query(nil) - end - - should "not execute anything if the query is ''" do - ActsAsSolr::Post.expects(:execute).never - assert_nil @parser.parse_query('') - end - - should "raise an error if invalid options where specified" do - assert_raise(RuntimeError) {@parser.parse_query "foo", :invalid => true} - end - - should "add the type" do - ActsAsSolr::Post.expects(:execute).with {|request, core| - request.to_hash[:fq].include?("(type:ParserMethodsTest)") - } - @parser.parse_query "foo" - end - - should "not append field types for not specified fields" do - ActsAsSolr::Post.expects(:execute).with {|request, core| - request.to_hash[:fq].include?("username:Chunky") - } - @parser.parse_query '', :filter_queries => ["username:Chunky"] - end - - should "replace the field types" do - @parser.configuration = {:solr_fields => {:active => {:type => :integer}}} - ActsAsSolr::Post.expects(:execute).with {|request, core| - request.to_hash[:fq].include?("active_i:1") - } - @parser.parse_query "", :filter_queries => ['active:1'] - end - - should "add score and primary key to field list" do - ActsAsSolr::Post.expects(:execute).with {|request, core| - request.to_hash[:fl] == ('id,score') - } - @parser.parse_query "foo" - end - - should "add highlight options" do - ActsAsSolr::Post.expects(:execute).with {|request, core| - request.to_hash[:hl] == "true" - request.to_hash["hl.fl"] == "title_s" - } - @parser.parse_query "car", :highlight => {:fields => "title"} - end - - should "set the operator" do - ActsAsSolr::Post.expects(:execute).with {|request, core| - "OR" == request.to_hash["q.op"] - } - @parser.parse_query "foo", :operator => :or - end - - should "activate spellcheck" do - ActsAsSolr::Post.expects(:execute).with {|request, core| - request.to_hash[:spellcheck] == true - } - @parser.parse_query "foo" - end - - should "activate spellcheck collation" do - ActsAsSolr::Post.expects(:execute).with {|request, core| - request.to_hash['spellcheck.collate'] == true - } - @parser.parse_query "foo" - end - - context "with the around option" do - should "set the radius" do - ActsAsSolr::Post.expects(:execute).with {|request, core| - request.to_hash[:d] == 12 - } - @parser.parse_query "foo" , :latitude => '-39.36', :longitude => '77.4027', :radius => 12 - end - - should "set the latitude and the longitude" do - ActsAsSolr::Post.expects(:execute).with {|request, core| - request.to_hash[:pt] == "-39.36, 77.4027" - } - @parser.parse_query "foo" , :latitude => '-39.36', :longitude => '77.4027', :radius => 12 - end - end - - context "with the order option" do - should "add the order criteria to the query" do - @parser.configuration = {:solr_fields => {:active => {:type => :text}}} - ActsAsSolr::Post.expects(:execute).with {|request, core| - request.to_hash[:sort].include?("active_t desc") - } - @parser.parse_query "active:1", :sort => "active desc" - end - end - - context "with facets" do - end -end - -context "When setting the field types" do - setup do - @parser.configuration = {:solr_fields => {:name => {:type => :string}, - :age => {:type => :integer}}} - end - - should "replace the _t suffix with the real type" do - assert_equal ["name_s:Chunky AND age_i:21"], @parser.replace_types(["name:Chunky AND age:21"]) - end - - context "with a suffix" do - should "not include the colon when false" do - assert_equal ["name_s"], @parser.replace_types(["name"], '') - end - - should "include the colon by default" do - assert_equal ["name_s:Chunky"], @parser.replace_types(["name:Chunky"]) - end - end -end - -context "When adding scores" do - setup do - @solr_data = stub(:results) - @solr_data.stubs(:total_hits).returns(1) - @solr_data.stubs(:hits).returns([{"id" => 2, "score" => 2.546}]) - @solr_data.stubs(:max_score).returns 2.1 - - @results = [Array.new] - - @parser.stubs(:record_id).returns(2) - - @parser.solr_configuration = {:primary_key_field => "id"} - end - - should "add the score to the result document" do - assert_equal 2.546, @parser.add_scores(@results, @solr_data).first.last.solr_score - end -end - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/unit/solr_add_document_shoulda.rb b/vendor/plugins/acts_as_solr_reloaded/test/unit/solr_add_document_shoulda.rb deleted file mode 100644 index 533d91f..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/unit/solr_add_document_shoulda.rb +++ /dev/null @@ -1,15 +0,0 @@ -require File.expand_path("#{File.dirname(__FILE__)}/../test_helper") - -# This tests a solr-ruby modification - -class SolrAddDocumentTest < Test::Unit::TestCase - - should "return correct handler" do - assert_equal Solr::Request::AddDocument.new.handler, 'update/json' - end - - should "have xml as response format" do - assert_equal Solr::Request::AddDocument.new.response_format, :xml - end - -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/unit/solr_instance.rb b/vendor/plugins/acts_as_solr_reloaded/test/unit/solr_instance.rb deleted file mode 100644 index d551986..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/unit/solr_instance.rb +++ /dev/null @@ -1,70 +0,0 @@ -class SolrInstance - include ActsAsSolr::InstanceMethods - attr_accessor :configuration, :solr_configuration, :name - - class << self - include ActsAsSolr::ActsMethods - include ActsAsSolr::ClassMethods - end - - def initialize(name = "Chunky bacon!") - @name = name - end - - def self.primary_key - "id" - end - - def record_id(obj) - 10 - end - - def boost_rate - 10.0 - end - - def irate - 8.0 - end - - def name_for_solr - name - end - - def id_for_solr - "bogus" - end - - def type_for_solr - "humbug" - end - - def get_solr_field_type(args) - "s" - end -end - -class Tagging - attr_reader :tag - - def initialize(name) - @tag = Tag.new name - end -end - -class Tag - attr_reader :name - - def initialize(name) - @name = name - end -end - -class Local - attr_reader :longitude, :latitude - - def initialize(long, lati) - @longitude = long - @latitude = lati - end -end diff --git a/vendor/plugins/acts_as_solr_reloaded/test/unit/test_helper.rb b/vendor/plugins/acts_as_solr_reloaded/test/unit/test_helper.rb deleted file mode 100644 index ac6cb3a..0000000 --- a/vendor/plugins/acts_as_solr_reloaded/test/unit/test_helper.rb +++ /dev/null @@ -1,30 +0,0 @@ -dir = File.dirname(__FILE__) -$:.unshift(File.join(File.expand_path(dir), "..", "..", "lib")) - -require 'rubygems' -require 'test/unit' -require 'acts_as_solr' -require 'mocha' -require 'active_support' -require 'logger' -require File.expand_path("#{dir}/solr_instance") -require File.expand_path("#{dir}/parser_instance") -require 'erb' -require 'ostruct' -require 'mongo_mapper' - -if RUBY_VERSION =~ /^1\.9/ - puts "\nRunning the unit test suite doesn't as of yet work with Ruby 1.9, because Mocha hasn't yet been updated to use minitest." - puts - exit 1 -end - -require 'mocha' -gem 'thoughtbot-shoulda' -require 'shoulda' - -class Rails - def self.logger - Logger.new(StringIO.new) - end -end diff --git a/vendor/plugins/delayed_job/lib/delayed/backend/active_record.rb b/vendor/plugins/delayed_job/lib/delayed/backend/active_record.rb index 6a17b4d..92070b5 100644 --- a/vendor/plugins/delayed_job/lib/delayed/backend/active_record.rb +++ b/vendor/plugins/delayed_job/lib/delayed/backend/active_record.rb @@ -22,6 +22,9 @@ module Delayed # Contains the work object as a YAML field. class Job < ::ActiveRecord::Base include Delayed::Backend::Base + + attr_accessible :payload_object, :priority, :run_at + set_table_name :delayed_jobs before_save :set_default_run_at diff --git a/vendor/plugins/xss_terminate/lib/xss_terminate.rb b/vendor/plugins/xss_terminate/lib/xss_terminate.rb index bd474cb..edec7f0 100644 --- a/vendor/plugins/xss_terminate/lib/xss_terminate.rb +++ b/vendor/plugins/xss_terminate/lib/xss_terminate.rb @@ -57,12 +57,14 @@ module XssTerminate end else - self.send("#{field}=", sanitizer.sanitize(self.send("#{field}"))) + value = self.send("#{field}") + return unless value + self.send("#{field}=", sanitizer.sanitize(value)) if with == :full - self.send("#{field}=", CGI.escapeHTML(self.send("#{field}"))) + self.send("#{field}=", CGI.escapeHTML(value)) elsif with == :white_list - self.send("#{field}=", CGI.escapeHTML(self.send("#{field}"))) if !wellformed_html_code?(self.send("#{field}")) + self.send("#{field}=", CGI.escapeHTML(value)) if !wellformed_html_code?(value) end end -- libgit2 0.21.2