From 1793aa77d96eadbe60be910f8297c0576373327a Mon Sep 17 00:00:00 2001 From: jasonwalsh <2184329+jasonwalsh@users.noreply.github.com> Date: Tue, 4 Mar 2025 17:56:56 -0500 Subject: [PATCH] ok --- Computer Org/Project3.asm | 83 - Computer Org/Project4.asm | 89 - Computer Org/README | 2 - Computer Org/Upper2lower.asm | 38 - Computer Org/project2.asm | 101 - Computer Org/project4.asm | 89 - DSA/README.TXT | 7 - DSA/airline/Airline.java | 137 - DSA/airline/Airport.java | 32 - DSA/airline/Flight.java | 24 - DSA/airline/README | 3 - DSA/hash/HashTable.class | Bin 3616 -> 0 bytes DSA/hash/HashTable.ctxt | 36 - DSA/hash/HashTable.java | 174 - DSA/hash/Lab10Day.class | Bin 1380 -> 0 bytes DSA/hash/Lab10Day.ctxt | 4 - DSA/hash/Lab10Day.java | 54 - DSA/hash/TableIterator.class | Bin 1785 -> 0 bytes DSA/hash/TableIterator.ctxt | 16 - DSA/hash/TableIterator.java | 71 - DSA/hash/package.bluej | 59 - DSA/list/ArrayIterator.class | Bin 1429 -> 0 bytes DSA/list/ArrayIterator.ctxt | 16 - DSA/list/ArrayIterator.java | 57 - DSA/list/ArrayList.class | Bin 4328 -> 0 bytes DSA/list/ArrayList.ctxt | 53 - DSA/list/ArrayList.java | 230 - DSA/list/ArrayListIterator.class | Bin 1895 -> 0 bytes DSA/list/ArrayListIterator.ctxt | 21 - DSA/list/ArrayListIterator.java | 96 - DSA/list/Iterator.class | Bin 305 -> 0 bytes DSA/list/Iterator.ctxt | 17 - DSA/list/Iterator.java | 51 - DSA/list/LinkedList.class | Bin 5013 -> 0 bytes DSA/list/LinkedList.ctxt | 48 - DSA/list/LinkedList.java | 237 - DSA/list/List.class | Bin 880 -> 0 bytes DSA/list/List.ctxt | 45 - DSA/list/List.java | 73 - DSA/list/ListIterator.class | Bin 378 -> 0 bytes DSA/list/ListIterator.ctxt | 14 - DSA/list/ListIterator.java | 38 - DSA/list/Node.class | Bin 685 -> 0 bytes DSA/list/Node.ctxt | 4 - DSA/list/Node.java | 22 - DSA/list/RefIterator.class | Bin 1676 -> 0 bytes DSA/list/RefIterator.ctxt | 17 - DSA/list/RefIterator.java | 72 - DSA/list/RefListIterator.class | Bin 2375 -> 0 bytes DSA/list/RefListIterator.ctxt | 21 - DSA/list/RefListIterator.java | 126 - DSA/list/package.bluej | 198 - DSA/map/Book.java | 63 - DSA/map/Entry.java | 42 - DSA/map/HashMap.java | 108 - DSA/map/Library.java | 30 - DSA/map/Map.java | 61 - DSA/map/MapDriverLab11Day.java | 88 - DSA/map/TreeMap.java | 90 - DSA/misc/Fibonacci.java | 36 - DSA/misc/Lab03p3.java | 82 - DSA/misc/Printer.java | 88 - DSA/misc/flights.txt | 14 - DSA/misc/words.txt | 113809 --------------- DSA/queens/Board.java | 77 - DSA/queens/Game.class | Bin 1146 -> 0 bytes DSA/queens/Game.java | 51 - DSA/queens/Position.java | 74 - DSA/queens/README | 4 - DSA/queue/ArrayQueue.java | 108 - DSA/queue/PriorityQueue.java | 128 - DSA/queue/Queue.java | 92 - DSA/queue/QueueADT.java | 64 - DSA/queue/README.TXT | 2 - DSA/recursion/EmailAddresses.java | 43 - DSA/recursion/Palindrome.java | 30 - DSA/recursion/README | 1 - DSA/set/HashSet.java | 102 - DSA/set/README.TXT | 4 - DSA/set/Set.java | 66 - DSA/set/TreeSet.java | 140 - DSA/set/TreeSetIterator.java | 29 - DSA/sort/BinarySearch.java | 73 - DSA/sort/BubbleSort.java | 63 - DSA/sort/HeapSort.java | 117 - DSA/sort/QuickSort.java | 86 - DSA/sort/SelectionSort.java | 120 - DSA/sort/Student.java | 55 - DSA/stack/README.TXT | 1 - DSA/stack/Stack.java | 96 - DSA/stack/StackADT.java | 49 - DSA/tree/Assign.java | 50 - DSA/tree/BinarySearchTree.java | 261 - DSA/tree/BinaryTree.java | 96 - DSA/tree/Constant.java | 51 - DSA/tree/Difference.java | 69 - DSA/tree/EmptyBinarySearchTree.java | 93 - DSA/tree/EmptyIterator.java | 36 - DSA/tree/Expr.java | 42 - DSA/tree/Mod.java | 70 - DSA/tree/Product.java | 77 - DSA/tree/Quotient.java | 71 - DSA/tree/Sum.java | 121 - DSA/tree/TreeIterator.java | 111 - DSA/tree/Variable.java | 53 - .../Sudoku Backtracking/Game.java | 223 - .../Sudoku Backtracking/GameTest.java | 213 - .../Sudoku Backtracking/README.TXT | 7 - .../Sudoku Backtracking/Solver.java | 113 - .../Sudoku Backtracking/cellInfo.java | 28 - .../Sudoku Backtracking/sudoku.txt | 8 - .../Sudoku Brute Force/Game.java | 309 - .../Sudoku Brute Force/README.TXT | 8 - .../Sudoku Brute Force/doc/Game.html | 394 - .../doc/allclasses-frame.html | 32 - .../doc/allclasses-noframe.html | 32 - .../doc/constant-values.html | 45 - .../Sudoku Brute Force/doc/index.html | 37 - .../Sudoku Brute Force/doc/logfile.txt | 46 - .../Sudoku Brute Force/doc/package-frame.html | 33 - .../Sudoku Brute Force/doc/package-list | 1 - .../doc/package-summary.html | 46 - .../doc/resources/inherit.gif | Bin 57 -> 0 bytes .../Sudoku Brute Force/doc/stylesheet.css | 29 - LABTECH/Scrollbox/0-README.txt | 152 - LABTECH/Scrollbox/ButtonInstructions.txt | 25 - LABTECH/Scrollbox/LED-layout.txt | 27 - LABTECH/Scrollbox/LEDots.h | 40 - LABTECH/Scrollbox/model.c | 127 - LABTECH/Scrollbox/scroll.c | 327 - LABTECH/Scrollbox/scroll.h | 42 - LABTECH/Scrollbox/view.c | 64 - LABTECH/WeekC.1-scrollbox/0-README.txt | 152 - .../WeekC.1-scrollbox/ButtonInstructions.txt | 25 - LABTECH/WeekC.1-scrollbox/LEDots.h | 40 - LABTECH/WeekC.1-scrollbox/model.c | 96 - LABTECH/WeekC.1-scrollbox/scroll.c | 154 - LABTECH/WeekC.1-scrollbox/scroll.h | 30 - LABTECH/WeekC.1-scrollbox/stringscroll.c | 55 - LABTECH/WeekC.1-scrollbox/view.c | 51 - LABTECH/WeekE.2-lowercasify/#howitworks.txt# | 2 - LABTECH/WeekE.2-lowercasify/lowercasify.csh | 58 - LABTECH/hw10 Show Characters/0-README.txt | 55 - LABTECH/hw10 Show Characters/CharList.txt | 22 - LABTECH/hw10 Show Characters/MakeCharList.c | 33 - LABTECH/hw10 Show Characters/showchars.c | 58 - LABTECH/hw10 Show Characters/userids.txt | 22 - LABTECH/hw5 Monsters/monsters.c | 153 - LABTECH/hw7 Multiread/0-README.txt | 120 - LABTECH/hw7 Multiread/multiprez.c | 71 - LABTECH/hw7 Multiread/multiread.c | 48 - LABTECH/hw7 Multiread/multiread2.c | 60 - LABTECH/hw7 Multiread/pres-SQ.dat | Bin 36 -> 0 bytes LABTECH/hw7 Multiread/pres1980.dat | Bin 18 -> 0 bytes LABTECH/hw7 Multiread/pres2000s.dat | Bin 18 -> 0 bytes .../hw8 Clock without buttons/0-README.txt | 72 - .../hw8 Clock without buttons/4-SAMPLES.txt | 104 - .../hw8 Clock without buttons/LED-layout.txt | 48 - LABTECH/hw8 Clock without buttons/LEDisplay.h | 22 - LABTECH/hw8 Clock without buttons/LEDisplay.o | Bin 24728 -> 0 bytes LABTECH/hw8 Clock without buttons/Makefile | 104 - LABTECH/hw8 Clock without buttons/clock.c | 121 - LABTECH/hw8 Clock without buttons/clock.h | 33 - LABTECH/hw8 Clock without buttons/model.c | 49 - LABTECH/hw8 Clock without buttons/view.c | 106 - LABTECH/hw9 Clock with buttons/0-README.txt | 72 - LABTECH/hw9 Clock with buttons/4-SAMPLES.txt | 104 - LABTECH/hw9 Clock with buttons/LEDisplay.h | 30 - LABTECH/hw9 Clock with buttons/clock.c | 228 - LABTECH/hw9 Clock with buttons/clock.h | 34 - LABTECH/hw9 Clock with buttons/model.c | 47 - LABTECH/hw9 Clock with buttons/stm.py | 42 - LABTECH/hw9 Clock with buttons/view.c | 144 - Programming Languages/Julia/PLTeamproject.jl | 178 - Programming Languages/Julia/README | 4 - Programming Languages/Julia/fakeJob.jl | 39 - Programming Languages/Julia/test.jl | 48 - Programming Languages/Julia/winston.plot.jl | 14 - .../Prolog/Common Code Prolog.pl | 33 - Programming Languages/Prolog/README | 1 - Programming Languages/README | 5 - Programming Languages/Scheme/Common.Code.scm | 58 - Programming Languages/table/Diner.java | 19 - Programming Languages/table/README | 5 - Programming Languages/table/Table.java | 97 - README.md | 2 - 186 files changed, 125438 deletions(-) delete mode 100644 Computer Org/Project3.asm delete mode 100644 Computer Org/Project4.asm delete mode 100644 Computer Org/README delete mode 100644 Computer Org/Upper2lower.asm delete mode 100644 Computer Org/project2.asm delete mode 100644 Computer Org/project4.asm delete mode 100644 DSA/README.TXT delete mode 100644 DSA/airline/Airline.java delete mode 100644 DSA/airline/Airport.java delete mode 100644 DSA/airline/Flight.java delete mode 100644 DSA/airline/README delete mode 100644 DSA/hash/HashTable.class delete mode 100644 DSA/hash/HashTable.ctxt delete mode 100644 DSA/hash/HashTable.java delete mode 100644 DSA/hash/Lab10Day.class delete mode 100644 DSA/hash/Lab10Day.ctxt delete mode 100644 DSA/hash/Lab10Day.java delete mode 100644 DSA/hash/TableIterator.class delete mode 100644 DSA/hash/TableIterator.ctxt delete mode 100644 DSA/hash/TableIterator.java delete mode 100644 DSA/hash/package.bluej delete mode 100644 DSA/list/ArrayIterator.class delete mode 100644 DSA/list/ArrayIterator.ctxt delete mode 100644 DSA/list/ArrayIterator.java delete mode 100644 DSA/list/ArrayList.class delete mode 100644 DSA/list/ArrayList.ctxt delete mode 100644 DSA/list/ArrayList.java delete mode 100644 DSA/list/ArrayListIterator.class delete mode 100644 DSA/list/ArrayListIterator.ctxt delete mode 100644 DSA/list/ArrayListIterator.java delete mode 100644 DSA/list/Iterator.class delete mode 100644 DSA/list/Iterator.ctxt delete mode 100644 DSA/list/Iterator.java delete mode 100644 DSA/list/LinkedList.class delete mode 100644 DSA/list/LinkedList.ctxt delete mode 100644 DSA/list/LinkedList.java delete mode 100644 DSA/list/List.class delete mode 100644 DSA/list/List.ctxt delete mode 100644 DSA/list/List.java delete mode 100644 DSA/list/ListIterator.class delete mode 100644 DSA/list/ListIterator.ctxt delete mode 100644 DSA/list/ListIterator.java delete mode 100644 DSA/list/Node.class delete mode 100644 DSA/list/Node.ctxt delete mode 100644 DSA/list/Node.java delete mode 100644 DSA/list/RefIterator.class delete mode 100644 DSA/list/RefIterator.ctxt delete mode 100644 DSA/list/RefIterator.java delete mode 100644 DSA/list/RefListIterator.class delete mode 100644 DSA/list/RefListIterator.ctxt delete mode 100644 DSA/list/RefListIterator.java delete mode 100644 DSA/list/package.bluej delete mode 100644 DSA/map/Book.java delete mode 100644 DSA/map/Entry.java delete mode 100644 DSA/map/HashMap.java delete mode 100644 DSA/map/Library.java delete mode 100644 DSA/map/Map.java delete mode 100644 DSA/map/MapDriverLab11Day.java delete mode 100644 DSA/map/TreeMap.java delete mode 100644 DSA/misc/Fibonacci.java delete mode 100644 DSA/misc/Lab03p3.java delete mode 100644 DSA/misc/Printer.java delete mode 100644 DSA/misc/flights.txt delete mode 100644 DSA/misc/words.txt delete mode 100644 DSA/queens/Board.java delete mode 100644 DSA/queens/Game.class delete mode 100644 DSA/queens/Game.java delete mode 100644 DSA/queens/Position.java delete mode 100644 DSA/queens/README delete mode 100644 DSA/queue/ArrayQueue.java delete mode 100644 DSA/queue/PriorityQueue.java delete mode 100644 DSA/queue/Queue.java delete mode 100644 DSA/queue/QueueADT.java delete mode 100644 DSA/queue/README.TXT delete mode 100644 DSA/recursion/EmailAddresses.java delete mode 100644 DSA/recursion/Palindrome.java delete mode 100644 DSA/recursion/README delete mode 100644 DSA/set/HashSet.java delete mode 100644 DSA/set/README.TXT delete mode 100644 DSA/set/Set.java delete mode 100644 DSA/set/TreeSet.java delete mode 100644 DSA/set/TreeSetIterator.java delete mode 100644 DSA/sort/BinarySearch.java delete mode 100644 DSA/sort/BubbleSort.java delete mode 100644 DSA/sort/HeapSort.java delete mode 100644 DSA/sort/QuickSort.java delete mode 100644 DSA/sort/SelectionSort.java delete mode 100644 DSA/sort/Student.java delete mode 100644 DSA/stack/README.TXT delete mode 100644 DSA/stack/Stack.java delete mode 100644 DSA/stack/StackADT.java delete mode 100644 DSA/tree/Assign.java delete mode 100644 DSA/tree/BinarySearchTree.java delete mode 100644 DSA/tree/BinaryTree.java delete mode 100644 DSA/tree/Constant.java delete mode 100644 DSA/tree/Difference.java delete mode 100644 DSA/tree/EmptyBinarySearchTree.java delete mode 100644 DSA/tree/EmptyIterator.java delete mode 100644 DSA/tree/Expr.java delete mode 100644 DSA/tree/Mod.java delete mode 100644 DSA/tree/Product.java delete mode 100644 DSA/tree/Quotient.java delete mode 100644 DSA/tree/Sum.java delete mode 100644 DSA/tree/TreeIterator.java delete mode 100644 DSA/tree/Variable.java delete mode 100644 Design and Analysis of Algorithms/Sudoku Backtracking/Game.java delete mode 100644 Design and Analysis of Algorithms/Sudoku Backtracking/GameTest.java delete mode 100644 Design and Analysis of Algorithms/Sudoku Backtracking/README.TXT delete mode 100644 Design and Analysis of Algorithms/Sudoku Backtracking/Solver.java delete mode 100644 Design and Analysis of Algorithms/Sudoku Backtracking/cellInfo.java delete mode 100644 Design and Analysis of Algorithms/Sudoku Backtracking/sudoku.txt delete mode 100644 Design and Analysis of Algorithms/Sudoku Brute Force/Game.java delete mode 100644 Design and Analysis of Algorithms/Sudoku Brute Force/README.TXT delete mode 100644 Design and Analysis of Algorithms/Sudoku Brute Force/doc/Game.html delete mode 100644 Design and Analysis of Algorithms/Sudoku Brute Force/doc/allclasses-frame.html delete mode 100644 Design and Analysis of Algorithms/Sudoku Brute Force/doc/allclasses-noframe.html delete mode 100644 Design and Analysis of Algorithms/Sudoku Brute Force/doc/constant-values.html delete mode 100644 Design and Analysis of Algorithms/Sudoku Brute Force/doc/index.html delete mode 100644 Design and Analysis of Algorithms/Sudoku Brute Force/doc/logfile.txt delete mode 100644 Design and Analysis of Algorithms/Sudoku Brute Force/doc/package-frame.html delete mode 100644 Design and Analysis of Algorithms/Sudoku Brute Force/doc/package-list delete mode 100644 Design and Analysis of Algorithms/Sudoku Brute Force/doc/package-summary.html delete mode 100644 Design and Analysis of Algorithms/Sudoku Brute Force/doc/resources/inherit.gif delete mode 100644 Design and Analysis of Algorithms/Sudoku Brute Force/doc/stylesheet.css delete mode 100644 LABTECH/Scrollbox/0-README.txt delete mode 100644 LABTECH/Scrollbox/ButtonInstructions.txt delete mode 100644 LABTECH/Scrollbox/LED-layout.txt delete mode 100644 LABTECH/Scrollbox/LEDots.h delete mode 100644 LABTECH/Scrollbox/model.c delete mode 100644 LABTECH/Scrollbox/scroll.c delete mode 100644 LABTECH/Scrollbox/scroll.h delete mode 100644 LABTECH/Scrollbox/view.c delete mode 100644 LABTECH/WeekC.1-scrollbox/0-README.txt delete mode 100644 LABTECH/WeekC.1-scrollbox/ButtonInstructions.txt delete mode 100644 LABTECH/WeekC.1-scrollbox/LEDots.h delete mode 100644 LABTECH/WeekC.1-scrollbox/model.c delete mode 100644 LABTECH/WeekC.1-scrollbox/scroll.c delete mode 100644 LABTECH/WeekC.1-scrollbox/scroll.h delete mode 100644 LABTECH/WeekC.1-scrollbox/stringscroll.c delete mode 100644 LABTECH/WeekC.1-scrollbox/view.c delete mode 100644 LABTECH/WeekE.2-lowercasify/#howitworks.txt# delete mode 100644 LABTECH/WeekE.2-lowercasify/lowercasify.csh delete mode 100644 LABTECH/hw10 Show Characters/0-README.txt delete mode 100644 LABTECH/hw10 Show Characters/CharList.txt delete mode 100644 LABTECH/hw10 Show Characters/MakeCharList.c delete mode 100644 LABTECH/hw10 Show Characters/showchars.c delete mode 100644 LABTECH/hw10 Show Characters/userids.txt delete mode 100644 LABTECH/hw5 Monsters/monsters.c delete mode 100644 LABTECH/hw7 Multiread/0-README.txt delete mode 100644 LABTECH/hw7 Multiread/multiprez.c delete mode 100644 LABTECH/hw7 Multiread/multiread.c delete mode 100644 LABTECH/hw7 Multiread/multiread2.c delete mode 100644 LABTECH/hw7 Multiread/pres-SQ.dat delete mode 100644 LABTECH/hw7 Multiread/pres1980.dat delete mode 100644 LABTECH/hw7 Multiread/pres2000s.dat delete mode 100644 LABTECH/hw8 Clock without buttons/0-README.txt delete mode 100644 LABTECH/hw8 Clock without buttons/4-SAMPLES.txt delete mode 100644 LABTECH/hw8 Clock without buttons/LED-layout.txt delete mode 100644 LABTECH/hw8 Clock without buttons/LEDisplay.h delete mode 100644 LABTECH/hw8 Clock without buttons/LEDisplay.o delete mode 100644 LABTECH/hw8 Clock without buttons/Makefile delete mode 100644 LABTECH/hw8 Clock without buttons/clock.c delete mode 100644 LABTECH/hw8 Clock without buttons/clock.h delete mode 100644 LABTECH/hw8 Clock without buttons/model.c delete mode 100644 LABTECH/hw8 Clock without buttons/view.c delete mode 100644 LABTECH/hw9 Clock with buttons/0-README.txt delete mode 100644 LABTECH/hw9 Clock with buttons/4-SAMPLES.txt delete mode 100644 LABTECH/hw9 Clock with buttons/LEDisplay.h delete mode 100644 LABTECH/hw9 Clock with buttons/clock.c delete mode 100644 LABTECH/hw9 Clock with buttons/clock.h delete mode 100644 LABTECH/hw9 Clock with buttons/model.c delete mode 100644 LABTECH/hw9 Clock with buttons/stm.py delete mode 100644 LABTECH/hw9 Clock with buttons/view.c delete mode 100644 Programming Languages/Julia/PLTeamproject.jl delete mode 100644 Programming Languages/Julia/README delete mode 100644 Programming Languages/Julia/fakeJob.jl delete mode 100644 Programming Languages/Julia/test.jl delete mode 100644 Programming Languages/Julia/winston.plot.jl delete mode 100644 Programming Languages/Prolog/Common Code Prolog.pl delete mode 100644 Programming Languages/Prolog/README delete mode 100644 Programming Languages/README delete mode 100644 Programming Languages/Scheme/Common.Code.scm delete mode 100644 Programming Languages/table/Diner.java delete mode 100644 Programming Languages/table/README delete mode 100644 Programming Languages/table/Table.java delete mode 100644 README.md diff --git a/Computer Org/Project3.asm b/Computer Org/Project3.asm deleted file mode 100644 index a842ff1..0000000 --- a/Computer Org/Project3.asm +++ /dev/null @@ -1,83 +0,0 @@ -# program that takes transforms strings by swapping the upper and lowercase characters -# for whatever the user specifies - -.data -buffer: .byte 0:200 -upper: .byte 0:26 -lower: .byte 0:26 -str1: .asciiz "Enter a string:\n" -str2: .asciiz "The transformed string:\n" -str3: .asciiz "Enter in the symbols you want to use for uppercase characters:\n" -str4: .asciiz "Enter in the symbols you want to use for lowercase:\n" -nl: .asciiz "\n" - - .text -main: addi $v0, $zero, 4 - la $a0, str3 - syscall # prints prompt for upper case - addi $v0, $zero, 8 - la $a0, upper - addi $a1, $zero, 26 - syscall # reads a string - addi $v0, $zero, 4 # newline - la $a0, nl - syscall - addi $v0, $zero, 4 - la $a0, str4 - syscall # prints prompt for lower case - addi $v0, $zero, 8 - la $a0, lower - addi $a1, $zero, 26 - syscall # reads a string - addi $v0, $zero, 4 # newline - la $a0, nl - syscall -strings: - addi $v0, $zero, 4 - la $a0, str1 - syscall # prints prompt for string to be transformed - addi $v0, $zero, 8 - la $a0, buffer - addi $a1, $zero, 200 - syscall # reads a string - la $s0, buffer #$s0 = address of buffer - addiu $t2, $zero, 10 # loads newline character into $t2 - -for: lbu $t0, 0($s0) #$t0 = byte we are examinging - beq $t0, $zero, exit #terminate on empty string - beq $t0, $t2, endfor #stops if encounters newline - andi $t1, $t0, 0xDF #see if it is a letter by seeing if it can convert to uppercase - sltiu $t3, $t1, 65 # A = 65 - bne $t3, $zero, next - sltiu $t3, $t1, 91 # Z = 90 - beq $t3, $zero, next - andi $t1, $t0, 0x20 - beq $t1, $zero, uppercase #see if its upper or lowercase - subi $t4, $t0, 97 #get array index of what character we want to swap using $t4 as the offset - la $s1, lower #grab the address of the lower string - add $s1, $s1, $t4 - lbu $s2, 0($s1) - sb $s2, 0($s0) - j next - -uppercase: - subi $t4, $t0, 65 #get array index of what character we want to swap using $t4 as the offset - la $s1, upper #grab the address of the upper string - add $s1, $s1, $t4 - lbu $s2, 0($s1) - sb $s2, 0($s0) - j next - -next: addi $s0, $s0, 1 - j for -endfor: addi $v0, $zero, 4 - la $a0, str2 - syscall # prints the message str2 - addi $v0, $zero, 4 - la $a0, buffer - syscall # prints the transformed string - j strings -exit: addi $v0, $zero, 10 - syscall # exit - - diff --git a/Computer Org/Project4.asm b/Computer Org/Project4.asm deleted file mode 100644 index 4f86e3a..0000000 --- a/Computer Org/Project4.asm +++ /dev/null @@ -1,89 +0,0 @@ -# converts hexidecimal values to their corosponding octal values - -.data -hex: .byte 0:200 #hex buffer -str1: .asciiz "Enter in a Hexadecimal value\n" -str2: .asciiz "Octal value: \n" -nl: .asciiz "\n" - - .text -main: addi $v0, $zero, 4 # newline - la $a0, nl - syscall - addi $v0, $zero, 4 - la $a0, str1 - syscall # prints prompt for hex - addi $s4, $zero, 0 #$s4 = counter for division - add $s2, $zero, $zero - add $s1, $zero, $zero - - addi $v0, $zero, 8 - la $a0, hex - addi $a1, $zero, 26 - syscall # reads a hex sting - addi $v0, $zero, 4 # newline - la $a0, nl - syscall - la $s0, hex #$s0 = address of buffer - addiu $t2, $zero, 10 # loads newline character into $t2 - -for: lbu $s3, 0($s0) #$t0 = byte we are examinging - beq $s3, $zero, exit #terminate on empty string - beq $s3, $t2, calc #stops if encounters newline - sltiu $t3, $s3, 48 # check to see if its a number 0 = 48 - bne $t3, $zero, next #if less than 48, we can just go to next character - sltiu $t3, $s3, 57 # 9 = 56 (ascii) - beq $t3, $zero, lettercheck #if greater, we can check if its a letter - subi $s3, $s3, 48 #and the ascii value with 1111 to get the binary value of the digit - sll $s1, $s1, 4 #$s1 will keep our binary value of the hex number - or $s1, $s1, $s3 - j next - - #octal conversion goes here -calc: addi $t4, $zero, 9 #i=9 - srl $t5, $s1, 30 - sll $s1, $s1, 2 - addi $v0, $zero, 1 - addu $a0, $zero, $t5 - syscall #print out the integer -calcfor: - slt $t3, $t4, $zero - bne $t3, $zero, remainder - srl $t5, $s1, 29 - or $t5, $t5, $zero - sll $s1, $s1, 3 - li $v0, 1 #printout integer - addu $a0, $zero, $t5 - syscall - addi $t4, $t4, -1 #i-- - j calcfor - -remainder: - mfhi $t8 - beq $t8, $zero, main #no remainders, nothing to print out further - addi $v0, $zero, 1 - add $a0, $zero, $t8 - syscall - j main - -lettercheck: - sltiu $t3, $s3, 97 # a = 97 - bne $t3, $zero, next #if either one of these fail, we can move on to the next character - sltiu $t3, $s3, 102 # f = 102 - beq $t3, $zero, next - subi $s3, $s3, 97 - sll $s1, $s1, 4 - or $s1, $s1, $s3 - j next - -next: addi $s0, $s0, 1 - addi $s4, $s4, 1 - j for - - -exit: addi $v0, $zero, 10 - syscall # exit - - - - diff --git a/Computer Org/README b/Computer Org/README deleted file mode 100644 index dda44b4..0000000 --- a/Computer Org/README +++ /dev/null @@ -1,2 +0,0 @@ -Computer Organization was mainly an assebly language course, but we learned many critical -ideals behind how a computer views, interprets, and changes data. diff --git a/Computer Org/Upper2lower.asm b/Computer Org/Upper2lower.asm deleted file mode 100644 index 6d75adb..0000000 --- a/Computer Org/Upper2lower.asm +++ /dev/null @@ -1,38 +0,0 @@ -# This program reads a string from the user and converts all the upper case -# letters in the string into corresponding lower case ones. - - .data -str1: .asciiz "Enter a string:\n" -str2: .asciiz "The transformed string:\n" -buffer: .byte 0:80 - - .text -main: addi $v0, $zero, 4 - la $a0, str1 - syscall # prints prompt - addi $v0, $zero, 8 - la $a0, buffer - addi $a1, $zero, 80 - syscall # reads a string - la $s0, buffer - addiu $t2, $zero, 10 # loads newline character into $t2 -for: lbu $t1, 0($s0) - beq $t1, $t2, endfor # stops if encounters newline - sltiu $t3, $t1, 65 # A = 65 - bne $t3, $zero, next - sltiu $t3, $t1, 91 # Z = 90 - beq $t3, $zero, next - addiu $t1, $t1, 32 # a - A = 32 - sb $t1, 0($s0) -next: addi $s0, $s0, 1 - j for -endfor: addi $v0, $zero, 4 - la $a0, str2 - syscall # prints the message str2 - addi $v0, $zero, 4 - la $a0, buffer - syscall # prints the transformed string - j main - addi $v0, $zero, 10 - syscall # exit - diff --git a/Computer Org/project2.asm b/Computer Org/project2.asm deleted file mode 100644 index da8bcf9..0000000 --- a/Computer Org/project2.asm +++ /dev/null @@ -1,101 +0,0 @@ -# a program that represents a bank teller. Users input their account number -# and give a command to either deposit or withdraw funds. - - .data -ar1: .word 205, 212, 200, 203, 201, 231, 209, 207, 211, 250 -ar2: .word 123, 5000, 4, 79, 987, 500, 40, 904, 33, 200 -str1: .asciiz "Please enter in the account number" -str2: .asciiz "please enter in a transaction type (0 for deposit, 1 for withdraw)" -str3: .asciiz "please enter in the transaction amount" -str4: .asciiz "Account number does not exist, please try again" -str5: .asciiz "Please enter in either a 0 for deposit or a 1 for withdraw" -str6: .asciiz "Insufficiant funds! Please enter in a lower value" -str7: .asciiz "New balance for Account number: " -str8: .asciiz " is: $" -newline: .asciiz "\n" - -main: addi $v0, $zero, 4 # print string for account number - la $a0, str1 #change strings to a0?? - syscall - lw $s0, 0(ar1) #sets both arrays to start at position 0, account number - lw $s1, 0(ar2) #account amount - - addi $v0, $zero, 5 #read account number - syscall - add $a1, $zero,$v0 #store integer in $a1 - addi $t0, $zero, -1 #checking to see if account number is -1, if it is, terminate - beq $t0, $a1, end - - beq $s0, $a0, type #check if the first position in ar1 is equal to what the user put in - - #not in position 0 - add $t1, $zero, $zero #i = 0 -acctfor:slti $t2, $t1, 10 - beq $t2, $1, erracct #if i = 10, could not find account in array - add $t3, $t1, $t1 # 2i #move to next spot in array 1 - add $t3, $t3, $t3 # 4i - add $t4, $t3, $s0 #t3 = offset, t4 = actual address of array (i) - lw $s0, 0($t4) - #add $t3, $t1, $t1 # 2i #move to next spot in array 2 - #add $t3, $t3, $t3 # 4i #redundant - add $t3, $t3, $s1 - lw $s1, 0($t3) - beq $s0, $a1, type - addi $t1, $t1, 1 - j acctfor - -erracct:addi $v0, $zero, 4 # print error for account not found - la $a0, str4 - j main #back to top - - -type: addi $v0, $zero, 4 # print string for transaction type - la $a0, str2 - syscall - - addi $v0, $zero, 5 #read type - syscall - add $a2, $zero, $v0 #use $v0 instead of a2, since theyre equal(nevermind, we use the operation later in code - addi $t4, $zero, 1 - beq $a2, $zero, amount - beq $a2, $t4, amount - - addi $v0, $zero, 4 # not a 0 or 1, output error - la $a0, str5 - j type - -amount: addi $v0, $zero, 4 # print string for account amount - la $a0, str3 - syscall - - addi $v0, $zero, 5 #read amount - syscall - add $a3, $zero, $v0 - - #do the operation(s) - #we'll make deposit the default action - beq $a2, $t4, withdraw #break if $a1 is a one - add $s1, $s1, $a3 #add the amount that the user specified - sw $s1, 0(ar2) - - j status #go back to top(but dont forget to output the new amount, I'll do that later) - -withdraw:slt $t5, $a3, $s1 #check to see if there are available funds to withdraw - beq $t5, $zero, werror - sub $s1, $s1, $a3 - j status - -werror: addi $v0, $zero, 4 # print string for withdraw error - la $a0, str6 - syscall - j amount - -status: #output the new account balance, then jump up to main - #we'll do later - - - - - - - diff --git a/Computer Org/project4.asm b/Computer Org/project4.asm deleted file mode 100644 index ca45e77..0000000 --- a/Computer Org/project4.asm +++ /dev/null @@ -1,89 +0,0 @@ -.data -hex: .byte 0:200 #hex buffer -octal : .byte 0:200 #octal buffer -str1: .asciiz "Enter in a Hexadecimal value\n" -str2: .asciiz "Octal value: \n" -nl: .asciiz "\n" - - .text -main: addi $v0, $zero, 4 # newline - la $a0, nl - syscall - addi $v0, $zero, 4 - la $a0, str1 - syscall # prints prompt for hex - addi $s4, $zero, 0 #$s4 = counter for division - add $s2, $zero, $zero - add $s1, $zero, $zero - - addi $v0, $zero, 8 - la $a0, hex - addi $a1, $zero, 26 - syscall # reads a hex sting - addi $v0, $zero, 4 # newline - la $a0, nl - syscall - la $s0, hex #$s0 = address of buffer - addiu $t2, $zero, 10 # loads newline character into $t2 - -for: lbu $s3, 0($s0) #$t0 = byte we are examinging - beq $s3, $zero, exit #terminate on empty string - beq $s3, $t2, calc #stops if encounters newline - sltiu $t3, $s3, 48 # check to see if its a number 0 = 48 - bne $t3, $zero, next #if less than 48, we can just go to next character - sltiu $t3, $s3, 57 # 9 = 56 (ascii) - beq $t3, $zero, lettercheck #if greater, we can check if its a letter - subi $s3, $s3, 48 #and the ascii value with 1111 to get the binary value of the digit - sll $s1, $s1, 4 #$s1 will keep our binary value of the hex number - or $s1, $s1, $s3 - j next - - #octal conversion goes here -calc: addi $v0, $zero, 4 - la $a0, str2 - syscall # prints prompt for octal - addi $t4, $zero, 3 - div $s4, $t4 - mflo $t4 #t4 stores the quotient(hi still stores remainder which we'll computer later - add $t6, $zero, $zero -calcfor:slt $t5, $t4, $t6 - add $s2, $zero, $zero - bne $t5, $zero, remainder - andi $s2, $s1, 7 - srl $s1, $s1, 3 - addi $v0, $zero, 1 - add $a0, $zero, $s2 - syscall - addi $t6, $t6, 1 - addi $s7, $s7, 1 - j calcfor - -remainder: - mfhi $t8 - beq $t8, $zero, main #no remainders, nothing to print out further - addi $v0, $zero, 1 - add $a0, $zero, $t8 - syscall - j main - -lettercheck: - sltiu $t3, $s3, 97 # a = 97 - bne $t3, $zero, next #if either one of these fail, we can move on to the next character - sltiu $t3, $s3, 102 # f = 102 - beq $t3, $zero, next - subi $s3, $s3, 97 - sll $s1, $s1, 4 - or $s1, $s1, $s3 - j next - -next: addi $s0, $s0, 1 - addi $s4, $s4, 1 - j for - - -exit: addi $v0, $zero, 10 - syscall # exit - - - - diff --git a/DSA/README.TXT b/DSA/README.TXT deleted file mode 100644 index 6cb7dc7..0000000 --- a/DSA/README.TXT +++ /dev/null @@ -1,7 +0,0 @@ - - -PROJECT TITLE: Data Structures and Algorithms -PURPOSE OF PROJECT: School work - -These are the various projects I made in my Data Structures and Algorithms class. In it, we created our own data structures identical to those found in the JDK library. Such projects include; Maps(hash maps, hash table), Lists (array lists, linked lists) -as well as a few searching and sorting algorithms (binary search, quicksort, etc.) diff --git a/DSA/airline/Airline.java b/DSA/airline/Airline.java deleted file mode 100644 index be783d9..0000000 --- a/DSA/airline/Airline.java +++ /dev/null @@ -1,137 +0,0 @@ -package airline; -import list.*; -import map.*; -import java.util.Scanner; -import java.io.*; -/** - * An airline has a list of direct flights, it can find a path of direct flights - * from and airport to any other airport - * - * @author (Sean Mulhall) - * @version (11.2014) - */ -public class Airline -{ - List flights;//Direct flights - Map map; - - public static void main() - { - Airline airline = new Airline(); - - airline.getFlights(); - System.out.println("Direct flights: " + airline.flights); - System.out.println("Map is: " + airline.map); - - System.out.println("Path from PHL to SFO"); - System.out.println(airline.path("PHL","SFO")); - - System.out.println("Path from JFK to LAX"); - System.out.println(airline.path("JFK", "LAX")); - - System.out.println("Path from LAX to SFO"); - System.out.println(airline.path("LAX", "SFO")); - - System.out.println("Path from SFO to Paris"); - System.out.println(airline.path("SFO", "Paris")); - - } - - //read direct flights from the file "flights.txt" - //into the list flights, also the map of the airports - private void getFlights() - { - File infile = new File("flights.txt"); - map = new HashMap(); - flights = new LinkedList(); - try{ - Scanner scanner = new Scanner(infile); - String origin, dest, flight; - - while (scanner.hasNextLine()) - { - flight = scanner.nextLine(); - origin = flight.split(" ")[0]; - dest = flight.split(" ")[1]; - map.put(origin, new Airport (origin)); - map.put(dest, new Airport(dest)); - flights.add(new Flight(new Airport(origin), new Airport(dest))); - } - scanner.close(); - } - catch (FileNotFoundException fnfe) - { - System.out.println(fnfe); - } - } - - private List path (String origin, String dest) - { - Airport o = map.get (origin); - Airport d = map.get (dest); - clearAirports(); - return path (o,d); - } - - //return a path from the origin to dest - private List path (Airport origin, Airport dest) - { - List result = new LinkedList (); - origin.visited = true; - - //base case - if (origin.equals (dest)) - { - result.add(origin); - return result; - } - - Iterator itty = getDirect(origin).iterator(); - while (itty.hasNext()) - { - Airport port = itty.next(); - result = path (port, dest); - if(! (result.isEmpty())) - { - result.add(0, origin); - return result; - } - } - //can not find path - return result; - } - - //return a list of all airports which are a direct destinations - //of a given origin - private List getDirect (Airport origin) - { - List result = new LinkedList(); - Iterator itty = flights.iterator(); - Flight flight; - - while (itty.hasNext()) - { - flight = itty.next(); - if (flight.origin.equals(origin) && !( flight.dest.visited)) - { - flight.origin.visited = true; - flight.dest.visited = true; - result.add(flight.dest); - } - } - return result; - } - - /** Clear all the visited flags */ - private void clearAirports() - { - Flight flight; - Airport port; - Iterator itty = flights.iterator(); - while (itty.hasNext()) - { flight = itty.next(); - flight.origin.visited = false; - flight.dest.visited = false; - } - } -} diff --git a/DSA/airline/Airport.java b/DSA/airline/Airport.java deleted file mode 100644 index 437ca9d..0000000 --- a/DSA/airline/Airport.java +++ /dev/null @@ -1,32 +0,0 @@ -package airline; -/** - *an airport has a name - * - * @author (Sean Mulhall) - * @version (11.25.2014) - */ -public class Airport -{ - String name; - boolean visited = false; //already visited this airport - - public Airport (String name) - { - this.name = name; - } - - public String toString() - { - return name; - } - - public boolean equals(Object object) - { - if (object instanceof Airport) - { - Airport port = (Airport) object; - return name.equals(port.name); - } - return false; - } -} diff --git a/DSA/airline/Flight.java b/DSA/airline/Flight.java deleted file mode 100644 index 8a5b01f..0000000 --- a/DSA/airline/Flight.java +++ /dev/null @@ -1,24 +0,0 @@ -package airline; -/** - * A flight cons\its of an origin airport and a - * destination airport - * - * @author (Sean Mulhall) - * @version (11.25.2014) - */ -public class Flight -{ - Airport origin, dest; - - public Flight(Airport o, Airport d) - { - origin = o; - dest = d; - } - - public String toString() - { - return "(" +origin + "---->" + dest + ")"; - } - -} diff --git a/DSA/airline/README b/DSA/airline/README deleted file mode 100644 index 8f53b69..0000000 --- a/DSA/airline/README +++ /dev/null @@ -1,3 +0,0 @@ -The airport lab was a take on the "Traveling Salesman" Problem. -A plane can fly to an adjacent airport in one go, but connecting flights must be made if the plane is to fly more than -one airport away. This program would find the shortest path. Origin and destination airports could be set by the user. diff --git a/DSA/hash/HashTable.class b/DSA/hash/HashTable.class deleted file mode 100644 index 6389ffeb55b0b0937a40629096046965367b3ca4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3616 zcmZ`*YjYb{8Gg>Lq?P5Zle(6JV>?NcfEC$}!EF;7I|j#18xuJJoVrchkglbTy@@Od zNe)gS^p>`emRl)pVVHr*z+?vep`B?ROlBB{Z}1QJ!e{sk1!|u6oLxzdO&p&+`(B^- zy8hdzfBX}Ghwy$12jI71KQ1{~NWnHQiw=Sm67bvM;&O`YD{>U&b;&_Vw94{QN#UEQ z%B|+0F3)8-uFCN(2P-M0aZOZTNaEY=_ztc+_-+cj;mh%&P+pST%W}Mu#H&f%aPXRg z*A-&LpjKCC&&hKn$74*PZ8lgadG+P0uh8G*jJI6RogSOuk3#Z_e{HI~T%r**t&kWG zNshBMQL=J=Q@7ieWiE-3kDmY3%J>N#(|NJ?j}ocD@zUNw;Skf;J`)E9%A!p_{H zS6du8#X~dcDpm_#pl0`G&1;oNJAIGJxCW_k-)!B>UzzbL+7KgGurmVAt}GLFI+MHX zUG+waUTI>DdQdJ2fU*Y7-k=IGD12_akXp=yQBu4p z)wfH970Gy`2TbPJgRHNHYyz$NOXaIXWYeMUo_N0KdsPYrb-(J>%e>y7Ib`fiha>{* zzLyqNhGk$foS=4csZwVm_|CAC_3~`J8k80kx~SRAzoAMe1a%SLvBguO>erTw45_tj z4YjV#@==s;IQX7IX8iQA7GGhCCbp6kQnTgdYTkc5kVfukwCG_$>LQDyE;2YomQLto zwd!4y$#QWJpC#%r&7~`T!H~a?M@4PW#h3797pHKOGZ;#V+MAejF^V|{Z@KsZe(2&y zm{RC#W@c+&xcITyI*XewzK)~Jh@K}s0#Rwi=}%nD;v9$fSqE>pcpFbE>}nb|xjV5O z6bpXU#ZU2$i=W|LxxMG&JXkJkXdl%tFx<@(%Z_T=G3n$i>aZdJn?$0T+g_m{Gcny- zdZW+MC&h`GvW}+t8Lz&`_VMPqIb`#&tCG=(NrRON{>s@)3J+xN*%4-NY4eP~!nR3x zm5N`Y`{C9J3LB^u&!)UcN0zky=6-E}-efJL{(ozDkh}Z$d@(Y%HEG zX>1stLwx&?pA?(V(d-?lto<>p>|NOB?;!Ru;`Z^r-dpI&euVg4BuI4Dk+g8bQnxq$ z`60Dp80NVL4$m~-I?#r0bYT~I(L*1*@CDuule>>zx_KWV2EjIp&yy$rM)`AyXddES zuo>RNd_Kb8`(bTR(ROe|k@pEdLjwOOPl5jgjfskr-I=!58@cc=r6&%jq7X(nr@9(qy&w~AH#7>OOf zeS&Ts9SW5{V8<${CjNv@%Oe_rvEA7~&>13V`W2q>E4-%PNm@C9DW0ZREFI(C!I|t3 zGczH+`=iVZtz)N!)fszLyY59Fi)R|78*u_VLC{l3;xTfbKtHB6xQEHJSXD`iMQ)c) zicP*n$&);Ry$$Gl@wiT21l?#JZ%9RL!|DVt3S04+-8s9=KF&5D5wFM)Fe`6L0(an_z@rJiX7LgNjn!(o;a7zpd!#lH9o zXHtUOiPNloOn1G^hS4-N5KXCpkb&kb) zVyuva7*EF;qP^M^OS5wxu<(>==K|X~rt2p;AHW3bmmv^&niL#HJ2?gB(PyPDal99} za2DC5mnm7~ATKf05;ZDp*Q!p-DJ}<#)Tq8kbTVw}4(MdWXrW&xBTk)W%_kd)oWxff zHJ4NwYf^J#BS&-$J8WS|)qpIG3=&)#4!*|!CTrN>lClgDBuRVl`^Hn+<82z0z=!Se z-o{Yfg1+}gO}>sUg&T_d?;mNplSe zCF@Nw$M` z__27m#d!M`<3fqD!ry1+bqz5B!QduAh4Uksy(6Y#Tmj-ZoF(FJ^iu%qoo@L_~T>LR72e>-6P7fA=tJMjJuS^K7H K^T?BHq3}O5F@0 -{ - List> list;//so we have a list, filled with lists, filled with generic objects - int keyCount = 0; - - /** - * Constructs a new hash table with given size - * @param size of this table - */ - public HashTable(int size) - { - list = new ArrayList>(); - for (int i = 0; i < size; i++) - { - list.add(new LinkedList()); - } - } - - /** - * constructs a new hash table with default size of 10 - */ - public HashTable() - { - this(10); - } - - /** - * enter the given key into this hash table - * Duplicates are OK - * @param the key to be added - */ - public void put(K key) - { - //when we add something to this hash table, we want the items to go into a specific predetermined linked list - //we do that with a hashcode - int code = getCode(key); - list.get(code).add(key);//get the reference to the linkedlist, and add this key to that LL - keyCount++; - } - - private int getCode(K key) - { - return Math.abs(key.hashCode() % list.size()); - //we use mod here because we want whatever the list size is -1, or size()-1; - //x % y is in the range [0,1,2,...y-1] - } - - /** - * see if the given key is in this hash table - * @param the key we are searching for - * - */ - public boolean containsKey(Object object) - { - try{ - K key = (K) object; - int code = getCode(key); - return list.get(code).contains(key); - } - //if this doesnt work, we want to catch the ClassCast exception - catch(ClassCastException cce) - { - return false; - } - } - - /** - * Returns the given key, or null if the key isnt found - * @return the given key, or null if not found - */ - public K get(K key) - { - int code = getCode(key); - List lst = list.get(code); - int ndx = lst.indexOf(key); - if (ndx < 0) - { - return null; - } - return lst.get(ndx); - } - - /** - * remove the given object if found - * @return reu if removed - */ - public boolean remove(Object obj) - { - try { - K key = (K) obj; - int code = getCode(key); - List lst = list.get(code); - int ndx = lst.indexOf(key); - if(ndx < 0) - { - return false; - } - lst.remove(ndx);//remove the item at the index(in LinkedList) and throw away the result - keyCount--; - return true; - } - catch (ClassCastException cce) - { - return false; - } - } - - /** - * clears this hashtable - */ - public void clear() - { - //we need to go into each reference and clear the individual linked lists - //we do NOT clear the hashtable by removing those references - for(int i =0; i < list.size();i++) - { - list.get(i).clear(); - } - keyCount = 0; - } - - public Iterator iterator() - { - return new TableIterator(this); - } - - /** @return The number of keys in this HashTable */ - public int size() - { - return keyCount; - } - - /** @return true only if this HashTable is empty */ - public boolean isEmpty() - { - if (keyCount == 0) - { - return true; - } - return false; - } - - /** @return The keys of this HashTable as a String. - - Example: [mary, jim, joe] */ - - public String toString () - { - Iterator itty = iterator(); - String result = "["; - - while(itty.hasNext()) - { - result += itty.next(); - if (itty.hasNext()) - { - result += ", "; - } - } - result += "]"; - return result; - } - -} diff --git a/DSA/hash/Lab10Day.class b/DSA/hash/Lab10Day.class deleted file mode 100644 index f792f5fe710bba8c0d87f200cbb775f03e77a325..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1380 zcmaJ>S#J_y6g>l!8Ky&*>540LX$Q2WE!AqNRlC_*x+raxx@CY#nFynZ}7#$ z_+Wp7KG4J_zMA-#G{*bQ6bqI}!u@jZJ@5EC#h;EsS90e5-a6Cq<*z*DstRNtGR8})LDL9^jKNF z#L!u_l#RsI)Y#~}T8R-&Ueya6gpyUxXa$Qf9S&xRfc7wfdK)P##Tsq!AMA9zWSCYY z;gH2=2TEMwW*+lZ9HM&se~kUBs{}&2`})H z38GE>4Th7uC*2g|W~n z#$#7Wcmuvh_#eDr84fFlZsjyFF?ve+8}?L{5WP6=U5#8DtQXbflH(EvaF$+e_Hlt@ zzeb7|DT~m_(b*C{1ozo)2Pt~(qMyb9$pPRJE>q^imD(^jfEK%Va0FMfLp+3gC0vE) zBU-dKek@Y9MJ^S{r+sqhE&20~ urasW(pXeW}W`&6NxQapI8KN&U$Ehfkh3ty^7Xm!OKamMg_Zrn)xc&zo1~-iW diff --git a/DSA/hash/Lab10Day.ctxt b/DSA/hash/Lab10Day.ctxt deleted file mode 100644 index 2539a27..0000000 --- a/DSA/hash/Lab10Day.ctxt +++ /dev/null @@ -1,4 +0,0 @@ -#BlueJ class context -comment0.params= -comment0.target=void\ main() -numComments=1 diff --git a/DSA/hash/Lab10Day.java b/DSA/hash/Lab10Day.java deleted file mode 100644 index c791e02..0000000 --- a/DSA/hash/Lab10Day.java +++ /dev/null @@ -1,54 +0,0 @@ -package hash; -import hash.*; -import list.*; -import set.*; -import sort.*; - -/** - * Test the HashTable - * - * @author (sdb) - * @version (Nov 2014) - */ -public class Lab10Day -{ - public static void main() - { - HashTable students = new HashTable (10); - - if (! students.isEmpty()) - System.out.println ("Not correct"); - - students.put (new Student ("jim", "423")); - students.put (new Student ("mary", "433")); - students.put (new Student ("joe", "422")); - students.put (new Student ("jim", "421")); - - System.out.println ("The students are: " + students); - if (students.size() != 4) - System.out.println ("Not correct"); - - if (students.get (new Student ("mary", "433")) == null) // mary(433) is in the table - System.out.println ("Not correct"); - - System.out.println (); - // Uncomment the following when ready for problem 2 - -// Set numbers = new TreeSet (); -// numbers.add (17); -// numbers.add (18); -// numbers.add (-17); -// numbers.add (17); -// numbers.add (23); -// -// if (numbers.size() != 4) -// System.out.println ("Not correct"); -// System.out.println (numbers); -// if (! numbers.contains (23)) -// System.out.println ("Not correct"); -// numbers.clear(); -// if (! numbers.isEmpty()) -// System.out.println ("Not correct"); -} - -} \ No newline at end of file diff --git a/DSA/hash/TableIterator.class b/DSA/hash/TableIterator.class deleted file mode 100644 index eec72e78e9d7542ad474639c71b583f70fe89048..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1785 zcmZuxT~iZh7(H*Y$&#=n5WXa|3Roct)>y3{K!~;ok`llcMn@gTF0ccukTA)j(tpxk z_NF&nv@=o$FC1rj*B{k-p54tC;Ue$u`+S}Aoafp6``?F;0B&MEiUe*)(1Sa2+>P>> zieMTuozRifF)Po!`0jP07x(4*ogCjwD6hSkljDIT&Ffgu@leO2LdY>Ub}fbO;*MF} z$u9C(7t4%7WX;|#na)9l?*23G-1^c?o-x7F);k4NP|$40IaG)jckQZ^EjU)ibjlTm z^tD=Qnc_6LS+RwtZ`7O} zyDCs_6Rxp|!9Z)u;eIV`=$!Z(zYAw+c@E*GS1qUDcB`cdu7R*C);ouKq|(n6y4D))?WDyn`RL~@vb)%qAb7u zw!B=HN#t@%)9qFA?WXf(kFJ#uDx21VEkjSVD0NM^8Tb;{4fLVkzy%B$m_SNL!N3n# zGEl@a_rjfUkz+Qnf>i@a3>!!zW8e{fH1LzWUB%Z1vQladLquvH40rCV7*wuhdlX`B z-ePSlxfc?k(CKw2BxDP>E!z4yjCL6mI&6O#6?!;<76c}1Rr?oDbZ)V3SLgTkWsy5x zTZePygOY<$enAOvQ4!?FNM-mwz_$Pfc~T^v5E1J3FZkgp3VD$+m*^|;8Q?RKIf2Sd z9wU&+yhrc^+F!H=F(N)_{@IHNQF@3oO3Q$ki7{N}P2xNTU$ywI)O~|>7URt1^mrEz zTf`9#Nr4W$M`-vI;Q&5CKShVaF(M5vQ8#jkoh6$%B-{^Wmj_fL?@Fz{)3_abhBgDV#22i{WNGt;6ZP7Ir<(I-!K%V=m4SMzC z3Ze-$>(;i8(cKtQjDf&iF3S`PO*a7!wgHO88_zd&pjl>1H>y!G>>BPjl~Qe`#Nw5@ kQJ-|4c~UCi4#U&Jt2N(LE6`R;EK)1rD{&Lwy0=@O0qcz~HUIzs diff --git a/DSA/hash/TableIterator.ctxt b/DSA/hash/TableIterator.ctxt deleted file mode 100644 index 4b2c26c..0000000 --- a/DSA/hash/TableIterator.ctxt +++ /dev/null @@ -1,16 +0,0 @@ -#BlueJ class context -comment0.params=table -comment0.target=TableIterator(HashTable) -comment1.params=ndx -comment1.target=void\ setItty(int) -comment2.params= -comment2.target=boolean\ hasNext() -comment3.params= -comment3.target=java.lang.Object\ next() -comment4.params= -comment4.target=void\ remove() -comment5.params= -comment5.target=void\ remove2() -comment6.params= -comment6.target=boolean\ hasTwoMore() -numComments=7 diff --git a/DSA/hash/TableIterator.java b/DSA/hash/TableIterator.java deleted file mode 100644 index a817069..0000000 --- a/DSA/hash/TableIterator.java +++ /dev/null @@ -1,71 +0,0 @@ -package hash; -import list.*; - -/** - * creates an iterator specifically to be used with hash tables - * - * @author (Sean Mulhall) - * @version (11.11.2014) - */ -public class TableIterator -implements Iterator -{ - HashTable table; - int ndx; - Iterator itty; //for our linked lists in our table - - public TableIterator(HashTable table) - { - this.table = table; - setItty(ndx);//helper method - } - - private void setItty(int ndx) - { - itty = table.list.get(ndx).iterator(); - } - - public boolean hasNext() - { - if (itty.hasNext()) - { - return true; - } - for (ndx++; ndx < table.list.size(); ndx++) - { - if (!(table.list.get(ndx).isEmpty())) - { - setItty(ndx); - return true; - } - } - return false; - - } - - public K next() - { - hasNext();//the code we used here before was almost identical to hte hasNext() code, - //so instead of duplicating code, we got lazy and just called hasnext() to do - //all of the legwork; - return itty.next(); - } - - public void remove() - { - itty.remove(); - table.keyCount--; - } - - //extra methods from a previous lab that dont do anything and shouldnt be called - //added here to make compiler happy - public void remove2() - { - return; - } - - public boolean hasTwoMore() - { - return false; - } -} diff --git a/DSA/hash/package.bluej b/DSA/hash/package.bluej deleted file mode 100644 index bc5648e..0000000 --- a/DSA/hash/package.bluej +++ /dev/null @@ -1,59 +0,0 @@ -#BlueJ package file -dependency1.from=TableIterator -dependency1.to=HashTable -dependency1.type=UsesDependency -dependency2.from=HashTable -dependency2.to=TableIterator -dependency2.type=UsesDependency -dependency3.from=Lab10Day -dependency3.to=HashTable -dependency3.type=UsesDependency -objectbench.height=100 -objectbench.width=379 -package.editor.height=663 -package.editor.width=586 -package.editor.x=12 -package.editor.y=12 -package.numDependencies=3 -package.numTargets=3 -package.showExtends=true -package.showUses=true -target1.editor.height=876 -target1.editor.width=1452 -target1.editor.x=-8 -target1.editor.y=-8 -target1.height=50 -target1.name=Lab10Day -target1.naviview.expanded=false -target1.showInterface=false -target1.type=ClassTarget -target1.typeParameters= -target1.width=80 -target1.x=10 -target1.y=240 -target2.editor.height=876 -target2.editor.width=1452 -target2.editor.x=299 -target2.editor.y=750 -target2.height=50 -target2.name=HashTable -target2.naviview.expanded=false -target2.showInterface=false -target2.type=ClassTarget -target2.typeParameters= -target2.width=110 -target2.x=230 -target2.y=30 -target3.editor.height=700 -target3.editor.width=900 -target3.editor.x=522 -target3.editor.y=85 -target3.height=50 -target3.name=TableIterator -target3.naviview.expanded=false -target3.showInterface=false -target3.type=ClassTarget -target3.typeParameters= -target3.width=120 -target3.x=170 -target3.y=180 diff --git a/DSA/list/ArrayIterator.class b/DSA/list/ArrayIterator.class deleted file mode 100644 index 16d49a92f16223dc3182f8f13f6a066275f1bb03..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1429 zcmaJ=T~8B16g{)MWu+_>N-0$Q06(BDNCkuksYGKiAu0F(!H5}b&;LqX3 z7alZ$7<}*t_@j(xcDLP@8k_Xa%$=EY?m2h%_n)7?0L)`Cj$4@QhK{TZxgO*(CBw7~ zPjt-aDCl@9pw=p<0%BD__x7xkUH1ffN>z>pxmXhD-mrITrg!XG0{ziWadTy9ncH1O zyJmaK0)5$Nb1AnapuKh~ypt%|HEaF&aK~~t&7CSU$&ynxt6QdP%XOI4ygj=vkP1Lv zxvqJ(>RGPoIWAe!?N`o@8rL%aINvC3u%)6PC(BZ^GU|I~ecd{xTCP6|^lo@&`C!dF zYLrv+H&fYMY2Q3C3stkWTX?&(Z@i1UCf4H=JX)Y`w94*V;UpkyRP!$87^~^cXPEt7F!{9Oex?!-9cvEYNGe zm2Fqq#+#C;-#^zVfL(7s0XDL3f1xZI#b=`KS~P7ayZR4fNU8JT@ir8`L)OIzSsHVF zoGD1~1X%U}=Sj{EILfn${11q{as?$nbp`c1Qz`}-lh7Ck7<&nuB+MXE%%p>B7~)L+ z5+TiS+ulfXFVQR^!yJ9%S{ATQ9KkW(EFj|UV-1oi;2!pQjo@_1E7_uqWD^+0oe+CF z#7^fgsp}HzH8g>9=-O9k>IF}0zQ!&ebF>9N-GMJN68|p$F(|2*{AzIz_emjTyl1IW z#z_7HxwKExND@loYs3_M<6dBB+&6BF-5GBo9O)pG8A%xQZH(ySP1CkRwoJs)rQlt_ zT_N{P4<`sSNw{naWu}8tW&#f%G(9YbRP7$dD(8r47cCwJy_%*OGvt_U;rYLpv@Jz# m51ZOvP_uMWL>hwrEVf|s3-I4v)PI?gwJV`vkMP)EP5cED_u6s* diff --git a/DSA/list/ArrayIterator.ctxt b/DSA/list/ArrayIterator.ctxt deleted file mode 100644 index 1f67749..0000000 --- a/DSA/list/ArrayIterator.ctxt +++ /dev/null @@ -1,16 +0,0 @@ -#BlueJ class context -comment0.params=theList -comment0.target=ArrayIterator(List) -comment1.params= -comment1.target=ArrayIterator() -comment2.params= -comment2.target=boolean\ hasNext() -comment3.params= -comment3.target=java.lang.Object\ next() -comment4.params= -comment4.target=void\ remove() -comment5.params= -comment5.target=boolean\ hasTwoMore() -comment6.params= -comment6.target=void\ remove2() -numComments=7 diff --git a/DSA/list/ArrayIterator.java b/DSA/list/ArrayIterator.java deleted file mode 100644 index 24b9f49..0000000 --- a/DSA/list/ArrayIterator.java +++ /dev/null @@ -1,57 +0,0 @@ -package list; - - -/** - * an iterator that works with Arrays - * - * @author Sean Mulhall - * @version 9.17.14 - */ -public class ArrayIterator -implements Iterator -{ - int ndx = -1;//position of last value obtained - List theList; //list we're iterating over - - ArrayIterator(List theList) - { - this.theList = theList; - } - - ArrayIterator() - { - }//should not be called - - public boolean hasNext() - { - return ndx < theList.size(); - } - - public E next() - { - ndx++; - return theList.get(ndx); - } - - public void remove() - { - theList.remove(ndx); - ndx--; - } - - public boolean hasTwoMore() - {//used for a lab, pretty useless - if (ndx < theList.size()-2) - { - return true; - } - - return false; - } - - public void remove2() - { - //used for a lab that we ended up not doing - } - -} diff --git a/DSA/list/ArrayList.class b/DSA/list/ArrayList.class deleted file mode 100644 index f62163ab32102fb784c550e18988f045b472cf29..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4328 zcmb7GU2I!t8GeqB?Grn0n!0t8#z|IMV6O8=lkSI+Wb04Tg{41`u3J`CdSag@r*&-4 zvD;;XT~$M9H=t=3o5VIUP!Wozp|Mt_v?@plX*USCLP)zA+^{PynX;AV{l0U2oH#?` z!k@qMe((3b&-4DB^Wo>exdUJnFU4WPj-ea#7IGGPWSft3ab&q5#|yGsY=LXxVjQio zWw|6vL6)T!6kAZTP;NyM&&g7;upCDURSUH^I#HG7vV|)KqL=ML%~>|E^X$w;`?5V; zu!{@BC+9CZx#~9z#Ae-vqFt?390TFArza^2FS{@B$(ZKlF}LVeCk&XG{bzV`q?G5$ z_8GV6oTx3$JC)P+e1VeWOetp<&e#=Ko;_i>y6Dnx`%J-It_~lnRP2=*?&zUoqxwqO zzmnRdJ4Qeg0x2^s{#$Z(+0MDu6$Oa+Ogo>axy*DkHPJU*suc6j8;GbV2+%EJU@F?% zW~+AY(s8@&!M8Hgl#7{Eruml0qZv;jViyXf9AQ?Sr7~SEI90hdy}$XM+?w969Gc6b zcK?>(x4c+!mTLuGiD_iYNVMWCl`cE1C6de)9J^w`a*KKA`I8sE06F8O5Do3p5=qsVXDjQgzX(Nb(J|>J+O= zU zN{6-8`)5chIDs!=ZvyvW4;yTANhgp-PXZ5%#vq0gn8C3Gj$)E=J!_yd(AQ}@TyqO~ zr;@-5UXbO*1Re*g#2Dc3S*A|~T7o4W2NHM$l71ysu>2Sbs_!um!HHaIJpDeIY&_k7 z->v=`iT#Oz8g4&?(4Y~iN-&hgCPe@FHPjI8+qLfQ8CZJ2iv{s56*@x;WJxh4_j+RinB z7RU2Boc?k9Dk8J zZ^I&=s62=B6TRu5qEqC(;q&TmWcI3g@7le8$wPWzHajPJ=NV^-ZCJ&2FIu?IGM0mk z@G!G>fKS8t8ehQ=;UEs-0fjS5{Z8!W$sV#GhI%LtQ&&PEvI7_)R>_18m}m(LeKyLo zgWU7g-M)^f@hQ5z3VDF{2l1fC^Bg@$uHsoC)_)yVPz!N&GR8U>Z%9nMjwY@!=)`CY za;7oJ*(g2fs(gr+*!g^x*uG1C!fQx!6}hvhYh%V7?@`aINcO8;4`UiKuHE}2+waw= zj$=2XynPgHm}HcuXm^rvI7U{FE1VLwcJh_@3AZ5+aT}k%u6iYinw$w@ebz^W6144ZL!hjBpe!$KLEFfgxYgkqqlH{FgqCdYE$8R3KpIw@VR=?NaN}Tm7QNI?Ov%^Oyr|18dDXGE-lg52@@?T z8m%=-EsgClVmnl)e;W~nZB%1Bo}TFCjt#Nub%V&+64DLK+&^_23eTHeJng zO655@<~da^5Wqs6N{o}tum90HsZo!V#kLnJjrA{DLPekX^{+A+vv8Q1>}?45k$N>w z(Ta3bR87Ur)n6jvvO=XNVAR7Bq*5f}*N~SPSE-U$89u4-eY&O@pLftDq3Ic6i?zJY z&6+Chf2dKV!_q-lz!etX3d{OMPQxn<%}dI;WGlqM?w9nwdPw%E>^4qEITJu$`>!Kp zbbU(O23zHr2k;853Bc`H;)#v-gx*3Vyk^SW)L`^`;AM8&5BPQeLu|t$g$%W)69!xs2C({YWn;TNo; zU$X4ii0fU9;XO{7H5TgoikrM>?&HpHw5fVpr#R?Fh_;Pm`vha68%?)>X!$I6AQD^0 zP79~jVHkay=(q4~kLbTiREqkTIhNLGUB#F=E^N{xC(H-Ksj!Gw(LE@#RCq*nN0b@7 z8s_}?xF`HGDa@+|AMQ4k=Mak$xXE6*MU21YH^Oc9%3U(~J#pVA>OXLz{*f8F$)@~J zu{}sAU3>-1@)zc<131lHh8sC?GGw;wCh`9u zs_8#jr~fp=AhueCBvZDb!}JjU6O;94ChM;Xq7HCtlWURquKC>;qt!Ebig;z%OcJ?x ziQPhKj-MzU!HYtF{rs)LcC5*^NW``t_X2qi&orCv6w_UsO@H)%m_Dmaf5$U@iaAgp t9=AZ#=^NO++4jfEcJN^#AD;3-qu*;mUi^;^P2gEt)w^@}F7-n=|6kCsz4HJ7 diff --git a/DSA/list/ArrayList.ctxt b/DSA/list/ArrayList.ctxt deleted file mode 100644 index 464f05c..0000000 --- a/DSA/list/ArrayList.ctxt +++ /dev/null @@ -1,53 +0,0 @@ -#BlueJ class context -comment0.params= -comment0.target=ArrayList() -comment1.params=capacity -comment1.target=ArrayList(int) -comment1.text=\r\n\ initialize\ with\ given\ capacity\r\n -comment10.params=value -comment10.target=int\ indexOf(java.lang.Object) -comment10.text=\r\n\ searches\ array\ list\ for\ first\ occourence\ of\ object\ and\ returns\ position\ of\ that\ object\r\n -comment11.params=value -comment11.target=boolean\ contains(java.lang.Object) -comment11.text=\r\n\ searches\ list\ to\ see\ if\ given\ element\ is\ contained\r\n -comment12.params= -comment12.target=java.lang.String\ toString() -comment13.params=object -comment13.target=boolean\ equals(java.lang.Object) -comment14.params= -comment14.target=boolean\ hasDuplicate() -comment14.text=returns\ true\ if\ this\ list\ has\ at\ least\ two\ elements\ which\ are\ equal -comment15.params= -comment15.target=boolean\ isEmpty() -comment16.params= -comment16.target=Iterator\ iterator() -comment16.text=returns\ an\ iterator\ for\ this\ list -comment17.params= -comment17.target=ListIterator\ listIterator() -comment18.params=ndx -comment18.target=ListIterator\ listIterator(int) -comment2.params= -comment2.target=int\ size() -comment2.text=return\ size\r\n\ \r\n -comment3.params=ndx\ value -comment3.target=void\ add(int,\ java.lang.Object) -comment3.text=\r\n\ add\ at\ given\ index\r\n -comment4.params=value -comment4.target=void\ add(java.lang.Object) -comment4.text=\r\n\ add\ at\ end\ of\ array\r\n -comment5.params= -comment5.target=void\ alloc() -comment5.text=\r\n\ adds\ space\ to\ array\r\n -comment6.params=ndx -comment6.target=java.lang.Object\ get(int) -comment6.text=\r\n\ returns\ value\ at\ given\ index\r\n -comment7.params=ndx\ value -comment7.target=java.lang.Object\ set(int,\ java.lang.Object) -comment7.text=\r\n\ set\ element\ at\ given\ index\ to\ given\ value\r\n -comment8.params=ndx -comment8.target=java.lang.Object\ remove(int) -comment8.text=\r\n\ remove\ element\ at\ given\ index\r\n -comment9.params= -comment9.target=void\ clear() -comment9.text=\r\n\ removes\ all\ elements\ from\ array\r\n -numComments=19 diff --git a/DSA/list/ArrayList.java b/DSA/list/ArrayList.java deleted file mode 100644 index fa76368..0000000 --- a/DSA/list/ArrayList.java +++ /dev/null @@ -1,230 +0,0 @@ -/** - * Write a description of class ArrayList here. - * - * @author Sean Mulhall - * @version 9.10.2014 - */ -package list; -public class ArrayList -implements List -{ - E [] values; - int size = 0; - - //constructors - public ArrayList() - { - values = (E[]) new Object [10]; - } - - /** - * initialize with given capacity - */ - - public ArrayList(int capacity) - { - values = (E[]) new Object [capacity]; - } - - /**return size - * - */ - public int size() - { - return size; - } - - /** - * add at given index - */ - public void add (int ndx, E value) - { - if (size==values.length) - { - //no room to add - alloc(); - } - for (int i=size-1; i>=ndx; i--) - { - values[i+1] = values[i];//move everything over - } - values[ndx] = value;//replace - size ++; - } - - /** - * add at end of array - */ - public void add(E value) - { - add (size, value); - } - - /** - * adds space to array - */ - private void alloc() - { - E[] temp = (E[]) new Object [2 * values.length]; - for(int i =0; i 1) - { - return true; - } - } - return false; - } - - public boolean isEmpty() - { - if (size == 0) - { - return true; - } - return false; - } - - /**returns an iterator for this list*/ - public Iterator iterator() - { - return new ArrayIterator(this); - } - - public ListIterator listIterator() - { - return new ArrayListIterator (this); - } - - public ListIterator listIterator(int ndx) - { - return new ArrayListIterator(this, ndx); - } - -} \ No newline at end of file diff --git a/DSA/list/ArrayListIterator.class b/DSA/list/ArrayListIterator.class deleted file mode 100644 index ee4d2d17bce19cba37a6f6279c527c2226993a10..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1895 zcmah|+j7%Z6kWR5iZ8j6xIi!g%0+f4Ap}~AQxi%P>KSvJWYTG;3@Emmh#EU1%P#Z> z`VD>QLtl95Lp#$0d{n1v>-Zw0Fn!RL&fYrfviCXf{(bWnzzR0f$l!VkY21+T zX^KmRG(OAVCO(&NOF~J)s)a8slr7xWVExeYe{%e~2JJfy$yKlE1!WBrcD3QPgQY4% zsj#iVyxXd~8YZh=(|yo+vE%w%&Q61wnQE)%G`1bzlXWj?276vx!*K<2$M>CAf>a4y z-w9fNiM+v{D=7_`2$P1~DBP?4K4ks_SgTv>r7{7hhA{n9YSY_oIzh*$%wrKlsxGc3 zBiT|#GDfrhlD(*Cn2prbj_?O-&uKq!UsAYX7ud4#&A_Ssc;DIYTW^NNS-Vhu?sT1{ zhSS_#dbso4tp!w>unW{n(?ogXyIrr^PQG6J4j# z31@Hwl@SspZNB8+d#mfW;wa@vSNqdZW{2$@&1*<+wmN>z-SA}mx!7>8h?XoSF_pzQ zCbBq|-a&{%&lEOC5^5SHmAIR;IDrG`1FD&c~P~Git1WBFSZVzw~IA zX-xkWr;j2Y)A7w~O!u372ua9EQ*+Hx1h4@MUlZ~^d-fPtu@#ZD9FruOeltwy=f){# z5tn;oZc~)puX&|rbi#{=NEsL&bT#7ddCi{SB%X$}>YB~>Xl10I;0h^*M_XzlK-HF5 RQ)9nMV)eDmBO@1YZGIRg{ diff --git a/DSA/list/ArrayListIterator.ctxt b/DSA/list/ArrayListIterator.ctxt deleted file mode 100644 index 9aeb82c..0000000 --- a/DSA/list/ArrayListIterator.ctxt +++ /dev/null @@ -1,21 +0,0 @@ -#BlueJ class context -comment0.params=theList -comment0.target=ArrayListIterator(List) -comment0.text=\r\n\ since\ the\ cursor\ sits\ between\ two\ elements,\ it\ will\ be\ hard\ to\ know\ what\ element\ we\ have\ to\ remove\r\n\ \ \ \ A\ \ B\r\n\ \ \ \ \ \ ^\r\n\ \ do\ we\ remove\ A\ or\ B?\r\n\ \ we'll\ set\ up\ this\ field\ to\ remember\ which\ way\ we\ are\ going\ and\ remove\ the\ appropriate\ method\r\n\ \ if\ forward,\ we'll\ remove\ the\ element\ in\ behind\ the\ cursor,\r\n\ \ if\ backwards,\ we'll\ remove\ the\ one\ in\ front\ of\ the\ cursor\r\n\ \ it\ works\ opposite\ the\ way\ we\ would\ think\r\n -comment1.params=theList\ ndx -comment1.target=ArrayListIterator(List,\ int) -comment1.text=\r\n\ this\ second\ constructor\ will\ initialize\ the\ list\ as\ the\ one\ above\ does,\ but\ also\ sets\ the\ starting\ \r\n\ position\ for\ the\ cursor\r\n -comment2.params= -comment2.target=boolean\ hasNext() -comment3.params= -comment3.target=java.lang.Object\ next() -comment4.params= -comment4.target=boolean\ hasPrevious() -comment5.params= -comment5.target=java.lang.Object\ previous() -comment6.params= -comment6.target=void\ remove() -comment7.params=value -comment7.target=void\ add(java.lang.Object) -comment7.text=\r\n\ easy-peasy.\ didnt\ need\ to\ update\ the\ size\ (as\ in\ RefListIterator)\ because\ thats\r\n\ already\ taken\ care\ of\ in\ the\ add()\ method\r\n -numComments=8 diff --git a/DSA/list/ArrayListIterator.java b/DSA/list/ArrayListIterator.java deleted file mode 100644 index e9e6067..0000000 --- a/DSA/list/ArrayListIterator.java +++ /dev/null @@ -1,96 +0,0 @@ -package list; - - -/** - * An iterator for ArrayLists - * - * @author (Sean Mulhall) - * @version (2014) - */ -public class ArrayListIterator -extends ArrayIterator -implements ListIterator -{ - boolean forward = true; //used for remove and add - /** - * since the cursor sits between two elements, it will be hard to know what element we have to remove - * A B - * ^ - * do we remove A or B? - * we'll set up this field to remember which way we are going and remove the appropriate method - * if forward, we'll remove the element in behind the cursor, - * if backwards, we'll remove the one in front of the cursor - * it works opposite the way we would think - */ - ArrayListIterator(ListtheList) - { - super(theList);//call to the super class's (ArrayIterator) to instantiate the Iterator - ndx = 0; - } - - /** - * this second constructor will initialize the list as the one above does, but also sets the starting - * position for the cursor - */ - ArrayListIterator(List theList, int ndx) - { - super(theList); - super.ndx = ndx; - } - - - public boolean hasNext() - { - return ndx0;//if the ndx is set to zero, its sitting before the first element in the list, so there is no - // elements before it - } - - public E previous() - { - forward = false; //we're going backwards and will remove the element BEHIND the cursor - ndx--; - return theList.get(ndx); - } - - - public void remove() - { - if (forward) - { - ndx--; - /** - * decriment index first BEFORE removing because its going to work opposite what we think - * - */ - theList.remove(ndx); - } - else - { - theList.remove(ndx); - } - - } - - /** - * easy-peasy. didnt need to update the size (as in RefListIterator) because thats - * already taken care of in the add() method - */ - public void add(E value) - { - ndx++; - theList.add(ndx-1, value); - - } -} diff --git a/DSA/list/Iterator.class b/DSA/list/Iterator.class deleted file mode 100644 index dcdc5d56269d07af15df76d0448041477de39b37..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 305 zcmZXP&1%9x6ot>#B;#+j#fL~X4b+`2?i2)V7YQ!hjWTE?&A?=0`)n?JfIgJ;ChA64 z!}-qT -{ - - - /** - * returns true if there are more elements - * - * - * @return true if there are more elements in the list - */ - boolean hasNext(); - - /** - * Returns the next element in the list - * - * - * @return the next element - */ - E next(); - - /** - * Remove the last value obtained - * - * - * @return The last value obtained - */ - void remove(); - - /** - * returns true if there are at least two more elements left in the collection - * @return true only if there are at least two more elements in the List being iterated through - */ - boolean hasTwoMore(); - - /** Remove two elements from the List, - * the most recent obtained by a call to - * next() and the element following that. - * Pre: There are two such elements which - * can be removed. - */ - void remove2(); - -} diff --git a/DSA/list/LinkedList.class b/DSA/list/LinkedList.class deleted file mode 100644 index c1245a86025e014382cce54103751dd6c279ee11..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5013 zcmb7ITWnlc6n>ebNAVI@3r?{XP@Kz_QRk562KO`62W@R)uA2PFme%C$ji$UG8F3gIxj;p!q)|n zotD=#^3kHm&er0|FrJEF1?FVG71eWLEJe_P^I<#}K_|}3 z@P#m*ug4m^AR1o`<4XqY`Sg>n0b`8QS=UJ!s843n^TkaQxs*F(pl&jKBI^_v3RGHI zUfFqQbZCUjcF{>^3|IyCaRW6w)7f-!gs-vQ!(7`#69!f!(^+?7VQ$(j9CD^Jlr$%E zGfw8PQ%K9ZC$x*R>3IW9+6TWm<))GZLMLsv>z~d0-?ZJS?871e24p!Y#?u;0o^(z- zn=(%J#HRhzC*7IikiZL_b}|bJO~tar<<8}4fnhSP7$5RUTWqYlEi0Q^G!TxBd5Sgj zZtcnYjUa}M4Kzlx&<(-0bo+!SFWE3YbOQU54 zoyyxpKFt$VdP$&KfvJ?p&bo^X!_F7n)1RY>i)o5x1_uj9-T}Wf;aa*jEtp-r|=LQi2+p@mF&N;Y<9^LO;jV zv;wRmswnEvK$ML{(ZU0@6&tw{)jqHZ_wnui+a#O$W(aXSM7#JDMB>F<=0v;DFgpU~ zLKWsjqRnl^N0|%>@P`P|0U7)1e4Q8sQoI4xOP(tVmo#+ zJgLHV6^_ZTbU0QZob6t^wblSZYpoupM29m>8QTvnNh$tCxs+n6ld#QD<^p=-oP{nU zd<79}xU2I5T0|1jk|oo)c28D8ICcH6Af#_4u~yLLY@A1I}RpO@UXm-x``@u7jK-A8r= z`5^k5-l8RZ&{_l3(l8$+%&}5VUZPxbG7x}St5ZWl$c~JV2>QVyd(2Krk5Ws4{OKL~ z5Cb{P+8tr7kFxqxfm{xhf*GjDrK}0?axOnnYLF>Hl#S3upMK-xRP{l@BrUVtDRe>~ zMLmua$78(GI|_qtfL$JjGJ`}So((yXIZE|jqes~$J=_uWWM06Uco+A-7j)t(qOT&< zwXC+spH++0q}RKAmX$flzc@~z8*^+|vur|n1wxvTNrG#V(?KaEJ*ujP+S?kctohXD zpFuZa8eKP-UIXLgiUxYd1G*wkObx?b=64aYm#t-D*MM|37I`?FWk#MN9iA=$0U_$+ zKxVpU*6{Gq;K~^iEguNafSYKLuKS3CmSk#{? zw0cL>dl<{UMdJImVARp>BPA~*o)=T?hu|INX91&Tg;9}+QG={G#tkMNVU(bx2k{Ef zF~y78>T(Cy*P>qpOx9JH6p5JB?d?&TI?mQqVY*XHcin0F*Z+rUN12}XOdnvOOuCI+ z2Tk(^(|xDy-zeMqtc!TCsbA5bWvv{*485fM{%pjU8==r)YouEWDr`=A`ygp;vs-PE zcBe$XF+qaAgEjoeS(qd!qyvwWXd%WAd z&nwjLd6W19?-75*Ui^t9eV<+FT~hTgDypqSHAGEU-6+~g=Epg+DcR*+$W8t!CL2Hq zcQ{Zq$%oeJQB{{UpJsyyeJDvaZc&BZ;3ydmgWR}9qImDTyUTk7w!aSihiFXsLyDs? z>IFW -implements List -{ - int size = 0; - Node head = new Node (null, null, null); //our dummy head - Node tail = new Node (null, null, head);//and dummy tail - private Node ref;//handy dandy reference node - - /**initializes the linked list*/ - public LinkedList() - { - head.next = tail; - } - - public int size() - { - return size; - } - - /**adds the element to the end of the list*/ - public void add(E value) - { - Node temp = new Node (value,tail,tail.prev); - tail.prev.next = temp; - tail.prev = temp; - size++; - } - - /**Adds the given element at the specified position*/ - public void add(int ndx, E value) - { - setRef(ndx); - Node temp = new Node (value,ref,ref.prev); - ref.prev.next = temp; - ref.prev = temp; - size++; - } - - /** - * used to set a reference node. basically used to reduce code duplication - */ - private void setRef(int ndx) - { - if (ndx < size/2) - { - ref = head.next; - for (int i=0; indx; i--) - { - ref = ref.prev; - } - } - - } - - public E get(int ndx) - { - setRef(ndx); - return ref.value; - } - - public E set(int ndx, E value) - { - setRef(ndx); - E result = ref.value; - ref.value = value; - return result; - } - - public E remove(int ndx) - { - setRef(ndx); - ref.prev.next = ref.next; - ref.next.prev = ref.prev; - size--; - return ref.value; - } - - public void clear() - { - head.next = tail; - tail.prev = head; - size = 0; - } - - /** - * searches list for first occourence of object and returns position of that object - */ - public int indexOf(Object value) - { - for (int i=0; i iterator() - { - return new RefIterator(this); - } - - public ListIterator listIterator() - { - return new RefListIterator(this); - } - - public ListIterator listIterator(int ndx) - { - return new RefListIterator(this, ndx); - } - - /** - * arrange the elements of this list in ascending order - * @pre E is comparable - */ - public void bubbleSort() - { - Node ref; - int cmp; - - for(int i = 0; i < size-1;i++) - { - ref = head.next; - for (int j = 0; j < size-i-1; j++) - { - cmp = ((Comparable)(ref.value)).compareTo(ref.next.value); - //have to cast here because we might have a linked list of things that cant be compared - if (cmp > 0) - { - swap(ref); - } - ref = ref.next; - } - } - } - - private void swap(Node ref) - { - E temp = ref.value; - ref.value = ref.next.value; - ref.next.value = temp; - } - -} diff --git a/DSA/list/List.class b/DSA/list/List.class deleted file mode 100644 index a02182e3cbc47574a3df0c6c40a252c9da274592..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 880 zcmZ`%%TB^T6ul$RQpC671K%%NO=RIt2`e#aLc#*$!rfTLI;6JR4n+Ml7k+>rWxO*j zje)Z1?KyMqnR936=lAOy050KN2TO-D0{Mu4G6Ff%vhhoMJpyZHyHAI-?or>ZcOLu9 z5!co|0i(-ZpNc_5;X$pcD6&=n!~T>`7-{}EyqlWXj4 zKs~f5Khx-D@al1giuh2mU*}QlV2KStzG?4)HuJq*(eajjb=kit=5B vHB~FHuIdJCs=AfnDr_sflhj? -{ - /**return size of list - * - */ - int size(); - - /** - * add at end of lsit - */ - void add (E value); - - /** - * insert element at given index - */ - void add (int ndx, E value); - - //return value at given index - E get (int ndx); - - //stores valjue at given index - E set (int ndx, E value); - /** - * remove element at given index - */ - //removes element at given index - E remove (int ndx); - /** - * removes all elements from array - */ - //removes all elements - void clear(); - /** - * searches array list for first occourence of object and returns position of that object - */ - int indexOf (Object value); - /** - * return true if given object is in list - */ - boolean contains (Object value); - - /** - * returns elements of this list as a string enclosed in square brackets - */ - String toString(); - - /** - * @return true only if this list is equal to the parameter - */ - boolean equals(Object object); - - /**return true only if this list has a duplicate entry*/ - boolean hasDuplicate(); - - /** - * @return true if the list is empty, otherwise return false - */ - boolean isEmpty(); - - Iterator iterator(); - - ListIterator listIterator(); - ListIterator listIterator(int ndx); - -} diff --git a/DSA/list/ListIterator.class b/DSA/list/ListIterator.class deleted file mode 100644 index d31af1f6dd1ebb43a7b510780fbd5ae889019d5f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 378 zcmZXQO-{ow5QX2gY0@7GEwp!VHe|sLqV9@>6bYmv7VJ!Gl~kcYj+4W&-~b#7@e)J@ zWMOOOoA+kM{`h=*2XKLTfYShH0cL{Hvo7wesnWbG1YH$A3i_`HFjHZ&)0K`gz28Q+ zPdl@ASAxMR-R`w3tr7H8c)uj`t$E2S0ycTztv4INT(#|W)mQY?K^!kH+mb~aC0Say z=*AhVU2bFA7aTfV<)vMl>onuwX+p`5;=Ep)tg-zr2qynuBpCnc?h6DRo-Y5(^8_Ax f47fG|(mrVi1Li}F8h(WFfgiK>tvJD?QBJ=AV^dhO diff --git a/DSA/list/ListIterator.ctxt b/DSA/list/ListIterator.ctxt deleted file mode 100644 index 058102b..0000000 --- a/DSA/list/ListIterator.ctxt +++ /dev/null @@ -1,14 +0,0 @@ -#BlueJ class context -comment0.params= -comment0.target=boolean\ hasPrevious() -comment0.text=List\ iterator\ operates\ with\ a\ cursor\ that\ sits\ between\ elements\r\n\ so\ we\ can\ have\:\r\n\ a\ b\ c\ d\r\n\ \ ^\ ^\ ^\r\n -comment1.params= -comment1.target=java.lang.Object\ previous() -comment1.text=\r\n\ returns\ the\ previous\ element\r\n -comment2.params= -comment2.target=void\ remove() -comment2.text=\r\n\ removes\ the\ lasdt\ element\ returnedby\ next()\ or\ previous()\r\n -comment3.params=value -comment3.target=void\ add(java.lang.Object) -comment3.text=\ Add\ the\ given\ value\ at\ the\ cursor\ position\ in\ the\ List\ \r\n\ being\ iterated\ through.\ A\ subsequent\ call\ to\ next(\ )\ would\ be\ unaffected,\ \r\nand\ a\ subsequent\ call\ to\ previous(\ )\ would\ return\ the\ new\ element. -numComments=4 diff --git a/DSA/list/ListIterator.java b/DSA/list/ListIterator.java deleted file mode 100644 index 5117335..0000000 --- a/DSA/list/ListIterator.java +++ /dev/null @@ -1,38 +0,0 @@ -package list; - -/** - * creates an iterator for a list type - * - * @author Sean Mulhall - * @version 9.24.2014 - */ -public interface ListIterator -extends Iterator -{ - /**returns true onli if there is an element before the cursor*/ - /**List iterator operates with a cursor that sits between elements - * so we can have: - * a b c d - * ^ ^ ^ - */ - boolean hasPrevious(); - - /** - * returns the previous element - */ - E previous(); - - /** - * removes the lasdt element returnedby next() or previous() - */ - - void remove(); - - /** Add the given value at the cursor position in the List - * being iterated through. A subsequent call to next( ) would be unaffected, - * and a subsequent call to previous( ) would return the new element.*/ - - - public void add (E value); - -} diff --git a/DSA/list/Node.class b/DSA/list/Node.class deleted file mode 100644 index 2151493d6d1ce62f767f2eb0ff235ebc9dbbffea..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 685 zcmZWm%TB^T6g@)=2$YA2_*UE)C@KqgLf9Bw5nMpn7i_Sk7E%h)fAJ?=5EB=EfFET% zLlF?t%$^}aDNO19zj zN)MgB+4af-k*3vi3~%gGptNdaRL6Yr1Y&jD8hNG0;L#+RTA~V7RjC`g=0qS=u^h{* z3Ka93{g+kcm9)@i^&J}vB~_t2OS+24Ib6&6X-FccA&e~zF=!eR(0INW z7H73SW==L=Xd}l*3GulUE|!B;%mRoqveN>`iP>}o3o=QhsNH7v#$Dx}(LW&c;uHb> zatcMinnHaiuOQ8sEknJ@Lyo3D@3 XpRbQE^l|F_f69{cvpwun7r? -{ - E value; - Node next; - Node prev; - - Node (E value, Node next, Node prev) - { - this.value = value; - this.next = next; - this.prev = prev; - } - -} diff --git a/DSA/list/RefIterator.class b/DSA/list/RefIterator.class deleted file mode 100644 index 094cbcb9b0812ed6cfe33374d274f71b33725bc3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1676 zcmZWo+fEZv6kSuM3@sy4F0F_Nc%u}hh<92LMZ6>x6Co!0U^0|ZMoUYkQ@s3u-{1!r zUwqJ{)x-xsz>hMnJ!jeu%){(+_T}ug*WP>n{`>t0z!f}9VgU0A978^V1zeWfVuFsV zqF$5RbrCm2y_uxo}B z!BAJ`r6v;@Oq&=)%D`8r^Oq>_xu81|jD49=RE6_Ld>lOF9i zO-K2%Iet{TIu6y>yW7QS@7mT5cg%Ol($M5tPKB*Huqq9zLs8O<*>~*&9(CsEot=Vm5o@CN3k>}$^qy~Y={~n!KWsb%kcj|@ zMF7t6iz7C=D&?NX1!4%+W`H%E3&7Ysbu+%xt$L`)Orf8wrFW|I;Ru#k1WQeChCp06 zN&))BTtceQB}Hz1E%YfvaKu}R@AD=S`c4appe_c6hMFc7kV6VH>{}LjuJ;mhq2daW z;>4ml&0irXsuHlD%>6|2Gsc42!aa}c-$ET9APZogKnvWP#Sq|R1W+vP&XfBDF>{@E z><7r>MDG8LG!HX80;;l1YR-!8GPnOWXRylMy~Fvhh0w<%=wb<>pCq0d%N#B;aSWIK E1Hpq5U;qFB diff --git a/DSA/list/RefIterator.ctxt b/DSA/list/RefIterator.ctxt deleted file mode 100644 index 25c0de6..0000000 --- a/DSA/list/RefIterator.ctxt +++ /dev/null @@ -1,17 +0,0 @@ -#BlueJ class context -comment0.params=theList -comment0.target=RefIterator(LinkedList) -comment1.params= -comment1.target=RefIterator() -comment2.params= -comment2.target=boolean\ hasNext() -comment3.params= -comment3.target=java.lang.Object\ next() -comment4.params= -comment4.target=void\ remove() -comment5.params= -comment5.target=boolean\ hasTwoMore() -comment6.params= -comment6.target=void\ remove2() -comment6.text=\ Remove\ two\ elements\ from\ the\ List,\r\n\ \ the\ most\ recent\ obtained\ by\ a\ call\ to\r\n\ \ next()\ and\ the\ element\ following\ that.\r\n\ \ Pre\:\ There\ are\ two\ such\ elements\ which\ \r\n\ \ can\ be\ removed.\r\n -numComments=7 diff --git a/DSA/list/RefIterator.java b/DSA/list/RefIterator.java deleted file mode 100644 index 1a77937..0000000 --- a/DSA/list/RefIterator.java +++ /dev/null @@ -1,72 +0,0 @@ -package list; - -/** - * an iterator that is to be used on Linked Lists - * - * @author Sean Mulhall - * @version 9.17.2014 - */ -public class RefIterator -implements Iterator -{ - LinkedList theList; - Node cursor; //placeholder, will initialize in the constructor - - RefIterator(LinkedList theList) - { - this.theList = theList; - cursor = theList.head; - } - - RefIterator() - { - //should not be called - } - - public boolean hasNext() - { - return cursor.next != theList.tail;//if the next element is the tail, you hit the end of the list - } - - public E next() - { - cursor = cursor.next; - return cursor.value; - } - - public void remove() - { - cursor.next.prev = cursor.prev; - cursor.prev.next = cursor.next; - theList.size--; - cursor = cursor.prev; - } - - public boolean hasTwoMore() - { - if ((hasNext())&&(cursor.next.next != theList.tail))//this was tricky, all I had was the second conditional, that meant when that when it got to the element before tail, in other words - { //that element --> tail --> null. so .next.next didnt equal the tail. so we put in that first conditional to detect whether it was - return true; // on the tail and boot you out of the method - } - return false; - } - - /** Remove two elements from the List, - * the most recent obtained by a call to - * next() and the element following that. - * Pre: There are two such elements which - * can be removed. - * (used for a lab) - */ - public void remove2() - { - if (hasTwoMore()) - { - remove(); - cursor = cursor.next; - remove(); - } - } - - - } diff --git a/DSA/list/RefListIterator.class b/DSA/list/RefListIterator.class deleted file mode 100644 index 19a6ccf1eb65c1763f163a32e4026782eff15e73..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2375 zcmbVMT~ixn6n@^#Cd;NNMNGj0Em&Kd4+?E*t2Rh!E3Mc-KR_&g%(x`mvLz&O*-+Fg zXZ#cP!V6~{ZoJSLkQtqE##{f3e?Vuf&)JV8G&tk*V&9MRo{#4|=bZiHpI?3hFoESH zdT`am5lox7hU;>=VIqZhFr|Ni93h7L-;%s>1MW?!Emy0|WvP%m3jau1OI6|>K-&kL<-9>AqLP>A2 zRhg=TX)28ZO};>qsxqk{pkAycK3et{i@|3bAT=OX2W>XO-6Gth%48 zPv|{`fezciukXNEwKnGMEv6gGWJ&fR-tW5hrc-N>CB5oDr8C*$V{6kIuUOSb<9Ajb z+a-@##WPvvr_fbz8YEnMy|&3@=#B7VR+&X4_zr8oaGt$hXUKrMc~()JZd#RwU%U<* zg`Spb#9+*akjQWopEHv)S309jHLDXgw zQ|QIZ2JWSBAD2^Dkmal_gBVI-QBLn;DTNQ@^akEc;XE!Vm=)<`$ymHR5T#QL<4d25 z#iS!~gq^MFi;8WX%l;2#(QL4KtF}e@6Qzc`QFD3sET_V4!}%hp5F1CA+9~7@C{c^+ zLfbLBgjYG#Js=8x5CXV%@gpD5(8p7WyT<)cF24tr(|4i$#A^)wT)Vl0YH^w-DS5@e z`RX`^0p4gR1k(NSeQzh4Z^L{W;Y}kL34AgP{5yA@l6)(0F294=F7(*c@uBaK&gFKX z?;uXe*D`wuv`@l}X;CV0vHbi*G31}FnxaSy1faa*1CivGVl{E5A$oUYm$WHTB zYXdJ@0eI08@UPQ04ec2h-M|?G8AUSxB7-A*(U7H1j-L4M;QcE~_>3`v*S^6(m;<-O z4vg<%=-W*22f6=@u5Y6|ErQGf%1<-DGsKbiGf4#=L;ON?OCneWp^5m=H2*976h;q* z^E85E25@5k7tVRYnIN1?F9zo<#>k4WQxDl0CIGV2-Bx11^(bb=lRr{5pre;N@HXRL zWs$G3_}AMo40li>l8BNRRBu?LaguWGU=&ZAC`>k5j{T?o2Z~!nF-sJ;iK6(TDELz$ z7U5zwf$LS*;Ei{T&>Lq>Y0<#+$&!paSY7XGW&M z4Jt7CD^kn(AmO-ddpJBN`{*v>qZ~f&W{!(aVPbg)-TJ4y=-$S~reR=gwi%i*uTIU>0IZGRXL$GHf)_0`i!M^F^vX)$eZ{WPf*4drC<69%R~?I2XYCQnav`n zHaIbxkOVpL-_49=N?Q7FHTC5b=m%3S`d6qgGn9b#H>S^pJyW3O2&Eb(iAwgVe*w&{ BmvsOD diff --git a/DSA/list/RefListIterator.ctxt b/DSA/list/RefListIterator.ctxt deleted file mode 100644 index d3f4413..0000000 --- a/DSA/list/RefListIterator.ctxt +++ /dev/null @@ -1,21 +0,0 @@ -#BlueJ class context -comment0.params=theList -comment0.target=RefListIterator(LinkedList) -comment1.params=theList\ ndx -comment1.target=RefListIterator(LinkedList,\ int) -comment2.params= -comment2.target=boolean\ hasNext() -comment3.params= -comment3.target=boolean\ hasPrevious() -comment4.params= -comment4.target=java.lang.Object\ next() -comment4.text=\r\n\ next()\ and\ previous()\ are\ both\ dependant\ on\ hasnext()\ and\ hasprevious()\ being\ true,\ respectively.\r\n -comment5.params= -comment5.target=java.lang.Object\ previous() -comment6.params= -comment6.target=void\ remove() -comment6.text=\r\n\ remove\ will\ ALWAYS\ remove\ the\ node\ that\ cursor\ is\ refering\ to,\ regardless\ of\ whether\ we're\ moving\ forward\ or\ backwards.\r\n\ the\ tricky\ part\ is\ moving\ the\ cursor\ AFTER\ we\ remove\ the\ node;\ which\ way\ should\ we\ move?\r\n\ since\ the\ remove\ method\ in\ the\ super\ class\ moves\ the\ node\ to\ whatever.previous,\ we\ need\ to\ change\ it\ if\ we're\ already\ moving\ backwards,\ hence\r\n\ the\ cursor\ \=\ cursor.next\ below.\r\n\ \r\n -comment7.params=value -comment7.target=void\ add(java.lang.Object) -comment7.text=\r\n\ this\ was\ even\ trickier\ than\ remove\!\ basically\ its\ almost\ the\ same\ as\ the\ add\r\n\ but\ you\ have\ to\ take\ a\ couple\ of\ things\ into\ consideration,\ mainly;\ are\ you\ moving\ forward\r\n\ or\ backwards?\ if\ forward,\ youre\ inserting\ the\ element\ AFTER\ the\ node\ that\ the\ cursor\ is\ sitting\r\n\ on.\ if\ backwards,\ it\ goes\ BEFORE\ the\ node\ where\ cursor\ is\ at.\ basically,\ this\ method\r\n\ will\ set\ the\ cursor\ so\ that\ Previous()\ will\ return\ the\ new\ node\ that\ we\ just\ added\r\n\ where\ as\ next()\ would\ remain\ unchainged.\r\n\ \r\n -numComments=8 diff --git a/DSA/list/RefListIterator.java b/DSA/list/RefListIterator.java deleted file mode 100644 index 1f6b831..0000000 --- a/DSA/list/RefListIterator.java +++ /dev/null @@ -1,126 +0,0 @@ -package list; - -/** - * a reference list iterator - * - * @author SEan Mulhall - * @version (2015) - */ -public class RefListIterator -extends RefIterator -implements ListIterator -{ - /** - * cursor now refers to last element returned - * by a call to next() or previous() - * it now actually sits on the element is refering to - */ - boolean forward = true; //same as ArrayListIterator - - RefListIterator(LinkedListtheList) - { - super(theList); - } - - RefListIterator(LinkedListtheList, int ndx) - { - super(theList); - cursor = theList.head; - for (int i = 0; i < ndx; i++) - { - cursor = cursor.next; - } - } - - public boolean hasNext() - { - if (forward) - { - return cursor.next != theList.tail; - } - else - { - return theList.size() > 0; - } - } - - public boolean hasPrevious() - { - if (!forward) - { - return cursor.prev != theList.head; - } - return theList.size() > 0; - } - - /** - * next() and previous() are both dependant on hasnext() and hasprevious() being true, respectively. - */ - public E next() - { - if(forward) - { - cursor = cursor.next; - } - forward = true; - return cursor.value; - } - - public E previous() - { - if (!forward) - { - cursor = cursor.prev; - } - forward = false; - return cursor.value; - } - - /** - * remove will ALWAYS remove the node that cursor is refering to, regardless of whether we're moving forward or backwards. - * the tricky part is moving the cursor AFTER we remove the node; which way should we move? - * since the remove method in the super class moves the node to whatever.previous, we need to change it if we're already moving backwards, hence - * the cursor = cursor.next below. - * - */ - public void remove() - { - super.remove();//call to the super class(RefIterator) to use the remove method - if(!forward) - { - cursor = cursor.next; - } - } - - /** - * this was even trickier than remove! basically its almost the same as the add - * but you have to take a couple of things into consideration, mainly; are you moving forward - * or backwards? if forward, youre inserting the element AFTER the node that the cursor is sitting - * on. if backwards, it goes BEFORE the node where cursor is at. basically, this method - * will set the cursor so that Previous() will return the new node that we just added - * where as next() would remain unchainged. - * - */ - public void add(E value) - { - - if(forward) - { - Node temp = new Node (value, cursor.next, cursor); - cursor.next = temp; - temp.next.prev = temp; - cursor = temp; - theList.size++; - } - else - { - Node temp = new Node (value, cursor, cursor.prev); - cursor.prev = temp; - temp.prev.next = temp; - theList.size++; - } - - } - -} - diff --git a/DSA/list/package.bluej b/DSA/list/package.bluej deleted file mode 100644 index a0b1711..0000000 --- a/DSA/list/package.bluej +++ /dev/null @@ -1,198 +0,0 @@ -#BlueJ package file -dependency1.from=LinkedList -dependency1.to=Node -dependency1.type=UsesDependency -dependency10.from=LinkedList -dependency10.to=RefIterator -dependency10.type=UsesDependency -dependency11.from=List -dependency11.to=Iterator -dependency11.type=UsesDependency -dependency12.from=ArrayListIterator -dependency12.to=List -dependency12.type=UsesDependency -dependency13.from=List -dependency13.to=ListIterator -dependency13.type=UsesDependency -dependency14.from=ArrayList -dependency14.to=ListIterator -dependency14.type=UsesDependency -dependency15.from=ArrayList -dependency15.to=ArrayListIterator -dependency15.type=UsesDependency -dependency16.from=RefListIterator -dependency16.to=LinkedList -dependency16.type=UsesDependency -dependency17.from=LinkedList -dependency17.to=RefListIterator -dependency17.type=UsesDependency -dependency18.from=LinkedList -dependency18.to=ListIterator -dependency18.type=UsesDependency -dependency19.from=RefListIterator -dependency19.to=Node -dependency19.type=UsesDependency -dependency2.from=ArrayList -dependency2.to=List -dependency2.type=UsesDependency -dependency3.from=LinkedList -dependency3.to=List -dependency3.type=UsesDependency -dependency4.from=ArrayIterator -dependency4.to=List -dependency4.type=UsesDependency -dependency5.from=RefIterator -dependency5.to=LinkedList -dependency5.type=UsesDependency -dependency6.from=RefIterator -dependency6.to=Node -dependency6.type=UsesDependency -dependency7.from=ArrayList -dependency7.to=Iterator -dependency7.type=UsesDependency -dependency8.from=ArrayList -dependency8.to=ArrayIterator -dependency8.type=UsesDependency -dependency9.from=LinkedList -dependency9.to=Iterator -dependency9.type=UsesDependency -objectbench.height=100 -objectbench.width=1388 -package.editor.height=679 -package.editor.width=1318 -package.editor.x=21 -package.editor.y=21 -package.numDependencies=19 -package.numTargets=10 -package.showExtends=true -package.showUses=true -target1.editor.height=700 -target1.editor.width=899 -target1.editor.x=55 -target1.editor.y=76 -target1.height=50 -target1.name=ListIterator -target1.naviview.expanded=false -target1.showInterface=false -target1.type=InterfaceTarget -target1.typeParameters= -target1.width=110 -target1.x=0 -target1.y=320 -target10.editor.height=860 -target10.editor.width=720 -target10.editor.x=720 -target10.editor.y=0 -target10.height=50 -target10.name=ArrayListIterator -target10.naviview.expanded=true -target10.showInterface=false -target10.type=ClassTarget -target10.typeParameters= -target10.width=140 -target10.x=420 -target10.y=20 -target2.editor.height=876 -target2.editor.width=1456 -target2.editor.x=-8 -target2.editor.y=-8 -target2.height=50 -target2.name=ArrayIterator -target2.naviview.expanded=false -target2.showInterface=false -target2.type=ClassTarget -target2.typeParameters= -target2.width=120 -target2.x=240 -target2.y=50 -target3.editor.height=700 -target3.editor.width=709 -target3.editor.x=731 -target3.editor.y=93 -target3.height=50 -target3.name=Iterator -target3.naviview.expanded=false -target3.showInterface=false -target3.type=InterfaceTarget -target3.typeParameters= -target3.width=90 -target3.x=90 -target3.y=220 -target4.editor.height=700 -target4.editor.width=900 -target4.editor.x=0 -target4.editor.y=0 -target4.height=50 -target4.name=Node -target4.naviview.expanded=true -target4.showInterface=false -target4.type=ClassTarget -target4.typeParameters= -target4.width=80 -target4.x=180 -target4.y=600 -target5.editor.height=876 -target5.editor.width=1452 -target5.editor.x=-8 -target5.editor.y=-8 -target5.height=50 -target5.name=RefListIterator -target5.naviview.expanded=false -target5.showInterface=false -target5.type=ClassTarget -target5.typeParameters= -target5.width=120 -target5.x=190 -target5.y=450 -target6.editor.height=558 -target6.editor.width=798 -target6.editor.x=1 -target6.editor.y=1 -target6.height=50 -target6.name=LinkedList -target6.naviview.expanded=true -target6.showInterface=false -target6.type=ClassTarget -target6.typeParameters= -target6.width=100 -target6.x=390 -target6.y=530 -target7.editor.height=728 -target7.editor.width=720 -target7.editor.x=631 -target7.editor.y=0 -target7.height=50 -target7.name=ArrayList -target7.naviview.expanded=false -target7.showInterface=false -target7.type=ClassTarget -target7.typeParameters= -target7.width=100 -target7.x=460 -target7.y=110 -target8.editor.height=876 -target8.editor.width=1452 -target8.editor.x=-8 -target8.editor.y=0 -target8.height=50 -target8.name=List -target8.naviview.expanded=true -target8.showInterface=false -target8.type=InterfaceTarget -target8.typeParameters= -target8.width=80 -target8.x=260 -target8.y=340 -target9.editor.height=876 -target9.editor.width=1452 -target9.editor.x=-8 -target9.editor.y=0 -target9.height=50 -target9.name=RefIterator -target9.naviview.expanded=false -target9.showInterface=false -target9.type=ClassTarget -target9.typeParameters= -target9.width=110 -target9.x=30 -target9.y=520 diff --git a/DSA/map/Book.java b/DSA/map/Book.java deleted file mode 100644 index 159deeb..0000000 --- a/DSA/map/Book.java +++ /dev/null @@ -1,63 +0,0 @@ -package map; - -/** - * A Book has a title (String), an author (String), and a number of pages (int) - * - * @author (Sean Mulhall) - * @version (12.10.2014) - */ -public class Book -{ - String title; - String author; - int pages; - - public Book(String title, String author, int pages) - { - this.title = title; - this.author = author; - this.pages = pages; - } - - public int getPages() - { - return pages; - } - - public String getAuthor() - { - return author; - } - - public String getTitle() - { - return title; - } - - /** - * a book is considered equal if they have the same title - */ - public boolean equals(Object object) - { - if (object instanceof Book) - { - Book other = (Book) object; - if (other.title.equals(title)) - { - return true; - } - } - return false; - } - - public String toString() - { - return title; - } - - public int hashCode() - { - String result = title; - return result.hashCode(); - } -} diff --git a/DSA/map/Entry.java b/DSA/map/Entry.java deleted file mode 100644 index 8f8b202..0000000 --- a/DSA/map/Entry.java +++ /dev/null @@ -1,42 +0,0 @@ -package map; -/** - * Stores a key-value pair - * - * @author (Sean Mulhall) - * @version (11.13.2014) - */ -public class Entry -implements Comparable> -{ - K key; - V value; - Entry(K key, V value) - { - this.key = key; - this.value = value; - } - - public boolean equals(Object object) - { - Entry entry = (Entry) object; - return key.equals(entry.key); - } - - public int compareTo(Entry entry) - { - Comparable thiskey = (Comparable) key; - Comparable otherkey = (Comparable) entry.key; - return thiskey.compareTo(otherkey); - } - - public String toString() - { - return key+"="+value; - } - - public int hashCode() - { - return key.hashCode(); - } - -} diff --git a/DSA/map/HashMap.java b/DSA/map/HashMap.java deleted file mode 100644 index 9d70053..0000000 --- a/DSA/map/HashMap.java +++ /dev/null @@ -1,108 +0,0 @@ -package map; -import hash.*; -import set.*; -import list.Iterator; -/** - *Implement a Map using a HashTable - * - * @author (SEan Mulhall) - * @version (11.24.2014) - */ -public class HashMap -implements Map -{ - HashTable> table = new HashTable>(); - - public boolean containsKey(K key) - { - return table.containsKey(new Entry(key, null)); - } - - public V get(K key) - { - Entry entry = new Entry(key, null); - entry = table.get(entry); - if (entry == null) - { - return null; - } - return entry.value; - } - - public V put(K key, V value) - { - Entry newEntry = new Entry (key, value); - Entry oldEntry = table.get(newEntry); - if (oldEntry == null) - { - table.put(newEntry); - return null; - //size doesnt change - } - V result = oldEntry.value; - oldEntry.value = value; - return result; - } - - public V remove(K key) - { - Entry entry = new Entry(key, null); - entry = table.get(entry); - if (entry == null) - { - return null; - } - table.remove(entry); - return entry.value; - } - - public int hashCode(K key) - { - return key.hashCode(); - } - - public boolean equals(Object object) - { - if (!(object instanceof Entry)) - { - return false; - } - Entry otherentry = (Entry) object; - return otherentry.key.equals(this); - } - - public String toString() - { - return table.toString(); - } - - public Set keySet() - { - //this one took a while but was real simple in the end - //I wasn't sure what type to use for the iterator but - //found out from Bergman that it was Entry, from there it was cake - Set set = new HashSet(); - Iterator> itty = table.iterator(); - while (itty.hasNext()) - { - set.add(itty.next().key); - } - return set; - //be sure to check out the average() method in the Driver for Lab 11 - } - - public void clear() - { - table.clear(); - } - - public int size() - { - return table.size(); - } - - public boolean isEmpty() - { - return table.size() == 0; - } -} diff --git a/DSA/map/Library.java b/DSA/map/Library.java deleted file mode 100644 index eceef7d..0000000 --- a/DSA/map/Library.java +++ /dev/null @@ -1,30 +0,0 @@ -package map; -import set.*; -/** - * A Library has a Map in which the keys are Books, and the values are Integers. - * The value indicates the number of times the Book has been borrowed. - * - * @author (Sean Mulhall) - * @version (12.10.2014) - */ -public class Library -{ - Map books = new HashMap(); - - public void borrow(Book b) - { - if(books.containsKey(b)) - { - Integer temp = books.get(b); - temp++; - books.put(b, temp); - return; - } - books.put(b,1); - } - - public String toString() - { - return books.toString(); - } -} diff --git a/DSA/map/Map.java b/DSA/map/Map.java deleted file mode 100644 index 78ff40e..0000000 --- a/DSA/map/Map.java +++ /dev/null @@ -1,61 +0,0 @@ -package map; -import set.*; - -/** - * A map is a data structure storing Entries. Each entry has a key and a value - * Access is provided via the key. Keys cannot be duplicated - * - * @author (Sean Mulhall) - * @version (11.13.2014) - */ -public interface Map -{ - - /** - * @return true only if the given key is in this map - */ - boolean containsKey(K key); - - /** - * add the given key value pair into this map. If key is already in the map, - * replace its value with given value - * @return the existing value or null if the key was not in the map - */ - V put(K key, V value); - - /** - * @return the value for the given key - */ - V get(K key); - - /** - * @return ttrue if this map is empty - */ - boolean isEmpty(); - - /** - * remove the entry with the given key from this map - * @return the value of the entry eremoved or null if not in this map - */ - V remove(K key); - - /** - * @return the number of entries in this map - */ - int size(); - - /** - * @return a set consisting of all the keys in this map - */ - Set keySet(); - - /** - * clears this map - */ - void clear(); - - /** - * @return the String representation of this map - */ - String toString(); -} diff --git a/DSA/map/MapDriverLab11Day.java b/DSA/map/MapDriverLab11Day.java deleted file mode 100644 index 1ea1c59..0000000 --- a/DSA/map/MapDriverLab11Day.java +++ /dev/null @@ -1,88 +0,0 @@ -package map; - -import map.*; -import set.*; -import list.Iterator; -import sort.Student; - -/** - * Test the HashMap - * Kept this here because it was a particularly tricky problem that I like - * to refrence from time to time. - * - * @author (Sean Mulhall) - * @version (Mar 2012) - */ -public class MapDriverLab11Day -{ - public static void main() - { Map students = new HashMap (); - - assert students.isEmpty() ; - - students.put ("343", new Student ("jim", "343")); - students.put ("444", new Student ("harry", "444")); - students.put ("333", new Student ("mary", "333")); - students.put ("211", new Student ("sarah", "211")); - students.put ("333", new Student ("susie", "333")); - System.out.println ("students are " + students); - assert students.size() == 4 : "Error in size method for HashMap"; - - assert students.get("333").equals (new Student ("susie", "333")) : "Error in get for HashMap"; - students.clear(); - students.put ("343", new Student ("jim", "343")); - assert students.remove ("343").equals (new Student ("jim", "343")); - assert students.isEmpty() ; - assert students.size() == 0; - - /////////////////////// - // Uncomment the following lines when ready for problem 3 - /////////////////////// - System.out.println(); - Map grades = new HashMap (); - grades.put ("jim", 95); - grades.put ("susie", 100); - grades.put ("harry", 88); - grades.put ("sarah", 99); - - System.out.println ("grades: " + grades); - System.out.println ("Average grade is " + average (grades)); - grades.clear(); - System.out.println ("Average, for an empty map: " + average(grades)); - - } - // Complete the following private method - // PUT YOUR NAME HERE - /** @return the average of all values in the given map */ - private static double average (Map map) - { - //this was tricky - //since its private, I cou;dn't really use anythign from the Entry - //class, or reference generic types. - //this was due to the nature of the lab. In reality I could just set it to public but that was deemed incorrect - //according to our professor. - //However, thanks to the keySet() method in HashMap, it made things simple - if (! (map.size() == 0)) - { - double avg = 0; - double total = 0; - Set set = map.keySet();//call keySet() to recieve all the - //keys in our map - Iterator itty = set.iterator();//set up the iterator - while (itty.hasNext()) - { - total += map.get((String)itty.next()); - //then just call the get() method using the keys recieved - //from the iterator - //I casted it as (string) here because I forgot to - //declare the type when I instantiated the Iterator - //I could change it, but then I'd forget what I did - } - avg = total/map.size(); - return avg;//BOOM! - } - return 0;//if theres no elements in our map, average is zero - - } - -} diff --git a/DSA/map/TreeMap.java b/DSA/map/TreeMap.java deleted file mode 100644 index d645840..0000000 --- a/DSA/map/TreeMap.java +++ /dev/null @@ -1,90 +0,0 @@ -package map; -import tree.*; -import set.*; -/** - * Store the entries of a map using a BinarySearchTree - * - * @author (Sean Mulhall) - * - */ -public class TreeMap -implements Map -{ - BinaryTree> tree = new EmptyBinarySearchTree>(); - int size = 0; - - public boolean containsKey(K key) - { - Entry entry = new Entry(key, null); - return tree.containsKey(entry); - } - - public V get(K key) - { - Entry entry = new Entry(key, null); - entry = tree.get(entry); - if (entry == null) - { - return null; - } - return entry.value; - } - - public V put(K key, V value) - { - //so the way this works, if the value doesnt exist, we wil simply create it. - //but if it does exist in the map, we will update the value. - Entry newEntry = new Entry(key, value); - Entry oldEntry = tree.get(newEntry); - if(oldEntry == null) - { - tree = tree.add(newEntry); - size ++; - return null; - } - V result = oldEntry.value; //dsave the old value so we can return it - oldEntry.value = value; - return result; - //size does not change - } - - public V remove (K key) - { - Entry entry = new Entry(key, null); - entry = tree.get(entry); - if (entry == null) - { - return null; - } - tree = tree.remove(entry); - size--; - return entry.value; - - } - - public int size() - { - return size; - } - - public boolean isEmpty() - { - return (size == 0); - } - - public String toString() - { - return tree.toString(); - } - - public void clear() - { - tree = new EmptyBinarySearchTree>(); - } - - public Set keySet() - { - return null; - } - -} diff --git a/DSA/misc/Fibonacci.java b/DSA/misc/Fibonacci.java deleted file mode 100644 index 78e402e..0000000 --- a/DSA/misc/Fibonacci.java +++ /dev/null @@ -1,36 +0,0 @@ -import list. -/** - * a fibonachi generator. it was fun seeing how hot this could make my laptop - * - * @author Sean Mulhall - * - */ -public class Fibonacci -{ - public int fib(int n) - { - if (n < 2) - { - return 1; - } - System.out.println (n); - return fib(n-1)+ fib(n-2); - } - - public int betterFib(int n) - { - int num = 0; - int num2 = 1; - int fibonacci = 0; - System.out.print(num2); - for (int i = 1; i <= n; i ++) - { - fibonacci = num + num2; - num = num2; - num2 = fibonacci; - System.out.print(" " + fibonacci +"\n"); - } - return fibonacci; - } - -} diff --git a/DSA/misc/Lab03p3.java b/DSA/misc/Lab03p3.java deleted file mode 100644 index 8f3f591..0000000 --- a/DSA/misc/Lab03p3.java +++ /dev/null @@ -1,82 +0,0 @@ -package listDriver; -import stack.*; -import java.util.Scanner; -/** - * Evaluate postfix expressions - * Assume that numbers and operators are separated by one space. - * Assume that the expressions are well-formed. - * @author (Sean Mulhall) - * @version (fall 2014) - */ -public class Lab03p3 -{ - // read postfix expressions from the keyboard, and evaluate - public static void postfixEval() - { Stack stack = new Stack (); - - // read expression from the keyboard - Scanner scanner = new Scanner (System.in); - - String input; // store an entire expression - String [] opInts; // Each string is an operator or an int. - int right; // store right operand - - System.out.println ("Enter postfix expressions, or Enter to terminate"); - input = scanner.nextLine(); - while (input.length() > 0) - { opInts = input.split (" "); // An array of Strings, delimiter is space - char first; - - // fill in the body of this loop: - for (String s : opInts) - { // is the string s a number or operator? - first = s.charAt(0); - int result; - if (Character.isDigit(first)) - { - stack.push(Integer.parseInt(s)); - } - else - { - if (first == '/') - { - int x = stack.pop(); - int y = stack.pop(); - result = y / x; - stack.push(result); - } - else if(first == '*') - { - result = stack.pop() * stack.pop(); - stack.push(result); - } - else if(first == '+') - { - result = stack.pop() + stack.pop(); - stack.push(result); - } - else if(first == '-') - { - int x = stack.pop(); - int y = stack.pop(); - result = y - x; - stack.push(result); - } - else if(first == '%') - { - int x = stack.pop(); - int y = stack.pop(); - result = y % x; - stack.push(result); - } - } // reached end of an expression - } - if (!stack.isEmpty()) - System.out.println (stack.peek()); - stack.clear(); - - input = scanner.nextLine(); - } - - } -} diff --git a/DSA/misc/Printer.java b/DSA/misc/Printer.java deleted file mode 100644 index ae3ba9d..0000000 --- a/DSA/misc/Printer.java +++ /dev/null @@ -1,88 +0,0 @@ -package Lab04; - -import queue.*; - -/** - * A Printer has a speed, in blocks of printing per step, and a queue of Docs to be printed - * - * - * @author (Sean Mulhall) - */ -public class Printer -{ - private int speed; // speed of this printer, blocks per step - private QueueADT docs; // Queue of documents waiting to be printed - private int blocksRemaining; // blocks remaining to be printed on the active doc - private Doc doc; // the active document - private String id; // name of this Printer - - /** - * Constructor for objects of class Printer - */ - public Printer(int speed, String id) - { - this.speed = speed; - this.id = id; - blocksRemaining = 0; //I'm assuming that a newley created printer will have no jobs(knock on wood) - docs = new Queue(); - System.out.println(id+", speed: "+speed+", Docs in queue: "+docs.size()); - } - - /** Add a document to this printer's queue */ - public void add (Doc doc) - { - if (this.doc == null) - { - this.doc = doc; - docs.add(doc);//I didnt have this earlier because I thought that if it was the printers active document(this.doc) - //then I didnt necesarilly have to add it into docs. However, I found that documents if a document - //was created exactly one step afer, the first printer would recieve both documents. not exactly what I wanted - blocksRemaining += doc.size(); - } - else - { - docs.add(doc); - } - System.out.println("Doc of size "+doc.size()+" added to "+id+", speed: "+speed+", docs in queue: "+docs.size()); - } - - /** - * Print several blocks, if necessary, determined by this printer's speed. - */ - public void print() - { - if ((blocksRemaining <= 0)&&(docs.size() == 0)) - { - return; //nothing to print, go idle - } - if (blocksRemaining > speed)//still printing the current document - { - blocksRemaining -= speed; - return; - } - else//finished current document - { - System.out.println("Print task completed on "+id+" for: Doc of size "+doc.size()); - this.doc = docs.remove();//get next document in docs - blocksRemaining = doc.size(); - //in previous versions, blocksRemaining was the sum of all the documents sizes in the queue - //which is why nothing ever finishing printing - //so, to fix that, blocksRemaining always gets set to the active documents(this.doc) size. - //after the current document has finished, we set this.doc to the next document in the queue - //and thus blocksRemaining would get set to doc.size() - } - } - - /** @return the number of documents in this Printer's queue */ - public int size() - { - return docs.size(); - } - - /** Include the id, speed, and number of docs in the queue */ - public String toString() - { - return id+", speed: "+speed+", Docs in queue: "+docs.size(); - } - -} diff --git a/DSA/misc/flights.txt b/DSA/misc/flights.txt deleted file mode 100644 index 331cb07..0000000 --- a/DSA/misc/flights.txt +++ /dev/null @@ -1,14 +0,0 @@ -PHL CVG -JFK PHL -PHL JFK -PHL Paris -JFK Paris -Paris PHL -CVG JFK -SFO LAX -CVG SFO -CVG ORL -PHL ORL -LAX ORL -ORL CVG -ORL PHL diff --git a/DSA/misc/words.txt b/DSA/misc/words.txt deleted file mode 100644 index eda4195..0000000 --- a/DSA/misc/words.txt +++ /dev/null @@ -1,113809 +0,0 @@ -aa -aah -aahed -aahing -aahs -aal -aalii -aaliis -aals -aardvark -aardvarks -aardwolf -aardwolves -aas -aasvogel -aasvogels -aba -abaca -abacas -abaci -aback -abacus -abacuses -abaft -abaka -abakas -abalone -abalones -abamp -abampere -abamperes -abamps -abandon -abandoned -abandoning -abandonment -abandonments -abandons -abas -abase -abased -abasedly -abasement -abasements -abaser -abasers -abases -abash -abashed -abashes -abashing -abasing -abatable -abate -abated -abatement -abatements -abater -abaters -abates -abating -abatis -abatises -abator -abators -abattis -abattises -abattoir -abattoirs -abaxial -abaxile -abbacies -abbacy -abbatial -abbe -abbes -abbess -abbesses -abbey -abbeys -abbot -abbotcies -abbotcy -abbots -abbreviate -abbreviated -abbreviates -abbreviating -abbreviation -abbreviations -abdicate -abdicated -abdicates -abdicating -abdication -abdications -abdomen -abdomens -abdomina -abdominal -abdominally -abduce -abduced -abducens -abducent -abducentes -abduces -abducing -abduct -abducted -abducting -abductor -abductores -abductors -abducts -abeam -abed -abele -abeles -abelmosk -abelmosks -aberrant -aberrants -aberration -aberrations -abet -abetment -abetments -abets -abettal -abettals -abetted -abetter -abetters -abetting -abettor -abettors -abeyance -abeyances -abeyancies -abeyancy -abeyant -abfarad -abfarads -abhenries -abhenry -abhenrys -abhor -abhorred -abhorrence -abhorrences -abhorrent -abhorrer -abhorrers -abhorring -abhors -abidance -abidances -abide -abided -abider -abiders -abides -abiding -abied -abies -abigail -abigails -abilities -ability -abioses -abiosis -abiotic -abject -abjectly -abjectness -abjectnesses -abjuration -abjurations -abjure -abjured -abjurer -abjurers -abjures -abjuring -ablate -ablated -ablates -ablating -ablation -ablations -ablative -ablatives -ablaut -ablauts -ablaze -able -ablegate -ablegates -abler -ables -ablest -ablings -ablins -abloom -abluent -abluents -ablush -abluted -ablution -ablutions -ably -abmho -abmhos -abnegate -abnegated -abnegates -abnegating -abnegation -abnegations -abnormal -abnormalities -abnormality -abnormally -abnormals -abo -aboard -abode -aboded -abodes -aboding -abohm -abohms -aboideau -aboideaus -aboideaux -aboil -aboiteau -aboiteaus -aboiteaux -abolish -abolished -abolishes -abolishing -abolition -abolitions -abolla -abollae -aboma -abomas -abomasa -abomasal -abomasi -abomasum -abomasus -abominable -abominate -abominated -abominates -abominating -abomination -abominations -aboon -aboral -aborally -aboriginal -aborigine -aborigines -aborning -abort -aborted -aborter -aborters -aborting -abortion -abortions -abortive -aborts -abos -abought -aboulia -aboulias -aboulic -abound -abounded -abounding -abounds -about -above -aboveboard -aboves -abracadabra -abradant -abradants -abrade -abraded -abrader -abraders -abrades -abrading -abrasion -abrasions -abrasive -abrasively -abrasiveness -abrasivenesses -abrasives -abreact -abreacted -abreacting -abreacts -abreast -abri -abridge -abridged -abridgement -abridgements -abridger -abridgers -abridges -abridging -abridgment -abridgments -abris -abroach -abroad -abrogate -abrogated -abrogates -abrogating -abrupt -abrupter -abruptest -abruptly -abscess -abscessed -abscesses -abscessing -abscise -abscised -abscises -abscisin -abscising -abscisins -abscissa -abscissae -abscissas -abscond -absconded -absconding -absconds -absence -absences -absent -absented -absentee -absentees -absenter -absenters -absenting -absently -absentminded -absentmindedly -absentmindedness -absentmindednesses -absents -absinth -absinthe -absinthes -absinths -absolute -absolutely -absoluter -absolutes -absolutest -absolution -absolutions -absolve -absolved -absolver -absolvers -absolves -absolving -absonant -absorb -absorbed -absorbencies -absorbency -absorbent -absorber -absorbers -absorbing -absorbingly -absorbs -absorption -absorptions -absorptive -abstain -abstained -abstainer -abstainers -abstaining -abstains -abstemious -abstemiously -abstention -abstentions -absterge -absterged -absterges -absterging -abstinence -abstinences -abstract -abstracted -abstracter -abstractest -abstracting -abstraction -abstractions -abstractly -abstractness -abstractnesses -abstracts -abstrict -abstricted -abstricting -abstricts -abstruse -abstrusely -abstruseness -abstrusenesses -abstruser -abstrusest -absurd -absurder -absurdest -absurdities -absurdity -absurdly -absurds -abubble -abulia -abulias -abulic -abundance -abundances -abundant -abundantly -abusable -abuse -abused -abuser -abusers -abuses -abusing -abusive -abusively -abusiveness -abusivenesses -abut -abutilon -abutilons -abutment -abutments -abuts -abuttal -abuttals -abutted -abutter -abutters -abutting -abuzz -abvolt -abvolts -abwatt -abwatts -aby -abye -abyed -abyes -abying -abys -abysm -abysmal -abysmally -abysms -abyss -abyssal -abysses -acacia -acacias -academe -academes -academia -academias -academic -academically -academics -academies -academy -acajou -acajous -acaleph -acalephae -acalephe -acalephes -acalephs -acanthi -acanthus -acanthuses -acari -acarid -acaridan -acaridans -acarids -acarine -acarines -acaroid -acarpous -acarus -acaudal -acaudate -acauline -acaulose -acaulous -accede -acceded -acceder -acceders -accedes -acceding -accelerate -accelerated -accelerates -accelerating -acceleration -accelerations -accelerator -accelerators -accent -accented -accenting -accentor -accentors -accents -accentual -accentuate -accentuated -accentuates -accentuating -accentuation -accentuations -accept -acceptabilities -acceptability -acceptable -acceptance -acceptances -accepted -acceptee -acceptees -accepter -accepters -accepting -acceptor -acceptors -accepts -access -accessed -accesses -accessibilities -accessibility -accessible -accessing -accession -accessions -accessories -accessory -accident -accidental -accidentally -accidentals -accidents -accidie -accidies -acclaim -acclaimed -acclaiming -acclaims -acclamation -acclamations -acclimate -acclimated -acclimates -acclimating -acclimation -acclimations -acclimatization -acclimatizations -acclimatize -acclimatizes -accolade -accolades -accommodate -accommodated -accommodates -accommodating -accommodation -accommodations -accompanied -accompanies -accompaniment -accompaniments -accompanist -accompany -accompanying -accomplice -accomplices -accomplish -accomplished -accomplisher -accomplishers -accomplishes -accomplishing -accomplishment -accomplishments -accord -accordance -accordant -accorded -accorder -accorders -according -accordingly -accordion -accordions -accords -accost -accosted -accosting -accosts -account -accountabilities -accountability -accountable -accountancies -accountancy -accountant -accountants -accounted -accounting -accountings -accounts -accouter -accoutered -accoutering -accouters -accoutre -accoutred -accoutrement -accoutrements -accoutres -accoutring -accredit -accredited -accrediting -accredits -accrete -accreted -accretes -accreting -accrual -accruals -accrue -accrued -accrues -accruing -accumulate -accumulated -accumulates -accumulating -accumulation -accumulations -accumulator -accumulators -accuracies -accuracy -accurate -accurately -accurateness -accuratenesses -accursed -accurst -accusal -accusals -accusant -accusants -accusation -accusations -accuse -accused -accuser -accusers -accuses -accusing -accustom -accustomed -accustoming -accustoms -ace -aced -acedia -acedias -aceldama -aceldamas -acentric -acequia -acequias -acerate -acerated -acerb -acerbate -acerbated -acerbates -acerbating -acerber -acerbest -acerbic -acerbities -acerbity -acerola -acerolas -acerose -acerous -acers -acervate -acervuli -aces -acescent -acescents -aceta -acetal -acetals -acetamid -acetamids -acetate -acetated -acetates -acetic -acetified -acetifies -acetify -acetifying -acetone -acetones -acetonic -acetose -acetous -acetoxyl -acetoxyls -acetum -acetyl -acetylene -acetylenes -acetylic -acetyls -ache -ached -achene -achenes -achenial -aches -achier -achiest -achievable -achieve -achieved -achievement -achievements -achiever -achievers -achieves -achieving -achiness -achinesses -aching -achingly -achiote -achiotes -achoo -achromat -achromats -achromic -achy -acicula -aciculae -acicular -aciculas -acid -acidhead -acidheads -acidic -acidified -acidifies -acidify -acidifying -acidities -acidity -acidly -acidness -acidnesses -acidoses -acidosis -acidotic -acids -acidy -acierate -acierated -acierates -acierating -aciform -acinar -acing -acini -acinic -acinose -acinous -acinus -acknowledge -acknowledged -acknowledgement -acknowledgements -acknowledges -acknowledging -acknowledgment -acknowledgments -aclinic -acmatic -acme -acmes -acmic -acne -acned -acnes -acnode -acnodes -acock -acold -acolyte -acolytes -aconite -aconites -aconitic -aconitum -aconitums -acorn -acorns -acoustic -acoustical -acoustically -acoustics -acquaint -acquaintance -acquaintances -acquaintanceship -acquaintanceships -acquainted -acquainting -acquaints -acquest -acquests -acquiesce -acquiesced -acquiescence -acquiescences -acquiescent -acquiescently -acquiesces -acquiescing -acquire -acquired -acquirer -acquirers -acquires -acquiring -acquisition -acquisitions -acquisitive -acquit -acquits -acquitted -acquitting -acrasin -acrasins -acre -acreage -acreages -acred -acres -acrid -acrider -acridest -acridine -acridines -acridities -acridity -acridly -acridness -acridnesses -acrimonies -acrimonious -acrimony -acrobat -acrobatic -acrobats -acrodont -acrodonts -acrogen -acrogens -acrolein -acroleins -acrolith -acroliths -acromia -acromial -acromion -acronic -acronym -acronyms -across -acrostic -acrostics -acrotic -acrotism -acrotisms -acrylate -acrylates -acrylic -acrylics -act -acta -actable -acted -actin -actinal -acting -actings -actinia -actiniae -actinian -actinians -actinias -actinic -actinide -actinides -actinism -actinisms -actinium -actiniums -actinoid -actinoids -actinon -actinons -actins -action -actions -activate -activated -activates -activating -activation -activations -active -actively -actives -activism -activisms -activist -activists -activities -activity -actor -actorish -actors -actress -actresses -acts -actual -actualities -actuality -actualization -actualizations -actualize -actualized -actualizes -actualizing -actually -actuarial -actuaries -actuary -actuate -actuated -actuates -actuating -actuator -actuators -acuate -acuities -acuity -aculeate -acumen -acumens -acupuncture -acupunctures -acupuncturist -acupuncturists -acutance -acutances -acute -acutely -acuteness -acutenesses -acuter -acutes -acutest -acyclic -acyl -acylate -acylated -acylates -acylating -acyls -ad -adage -adages -adagial -adagio -adagios -adamance -adamances -adamancies -adamancy -adamant -adamantlies -adamantly -adamants -adamsite -adamsites -adapt -adaptabilities -adaptability -adaptable -adaptation -adaptations -adapted -adapter -adapters -adapting -adaption -adaptions -adaptive -adaptor -adaptors -adapts -adaxial -add -addable -addax -addaxes -added -addedly -addend -addenda -addends -addendum -adder -adders -addible -addict -addicted -addicting -addiction -addictions -addictive -addicts -adding -addition -additional -additionally -additions -additive -additives -addle -addled -addles -addling -address -addressable -addressed -addresses -addressing -addrest -adds -adduce -adduced -adducent -adducer -adducers -adduces -adducing -adduct -adducted -adducting -adductor -adductors -adducts -adeem -adeemed -adeeming -adeems -adenine -adenines -adenitis -adenitises -adenoid -adenoidal -adenoids -adenoma -adenomas -adenomata -adenopathy -adenyl -adenyls -adept -adepter -adeptest -adeptly -adeptness -adeptnesses -adepts -adequacies -adequacy -adequate -adequately -adhere -adhered -adherence -adherences -adherend -adherends -adherent -adherents -adherer -adherers -adheres -adhering -adhesion -adhesions -adhesive -adhesives -adhibit -adhibited -adhibiting -adhibits -adieu -adieus -adieux -adios -adipic -adipose -adiposes -adiposis -adipous -adit -adits -adjacent -adjectival -adjectivally -adjective -adjectives -adjoin -adjoined -adjoining -adjoins -adjoint -adjoints -adjourn -adjourned -adjourning -adjournment -adjournments -adjourns -adjudge -adjudged -adjudges -adjudging -adjudicate -adjudicated -adjudicates -adjudicating -adjudication -adjudications -adjunct -adjuncts -adjure -adjured -adjurer -adjurers -adjures -adjuring -adjuror -adjurors -adjust -adjustable -adjusted -adjuster -adjusters -adjusting -adjustment -adjustments -adjustor -adjustors -adjusts -adjutant -adjutants -adjuvant -adjuvants -adman -admass -admen -administer -administers -administrable -administrant -administrants -administration -administrations -administrative -administratively -administrator -administrators -adminstration -adminstrations -admiral -admirals -admiration -admirations -admire -admired -admirer -admirers -admires -admiring -admiringly -admissibilities -admissibility -admissible -admissibly -admission -admissions -admit -admits -admittance -admittances -admitted -admittedly -admitter -admitters -admitting -admix -admixed -admixes -admixing -admixt -admixture -admixtures -admonish -admonished -admonishes -admonishing -adnate -adnation -adnations -adnexa -adnexal -adnoun -adnouns -ado -adobe -adobes -adolescence -adolescences -adolescent -adolescents -adopt -adopted -adoptee -adoptees -adopter -adopters -adopting -adoption -adoptions -adoptive -adopts -adorable -adorably -adoration -adorations -adore -adored -adorer -adorers -adores -adoring -adorn -adorned -adorner -adorners -adorning -adorns -ados -adown -adoze -adrenal -adrenals -adriamycin -adrift -adroit -adroiter -adroitest -adroitly -adroitness -adroitnesses -ads -adscript -adscripts -adsorb -adsorbed -adsorbing -adsorbs -adularia -adularias -adulate -adulated -adulates -adulating -adulator -adulators -adult -adulterate -adulterated -adulterates -adulterating -adulteration -adulterations -adulterer -adulterers -adulteress -adulteresses -adulteries -adulterous -adultery -adulthood -adulthoods -adultly -adults -adumbral -adunc -aduncate -aduncous -adust -advance -advanced -advancement -advancements -advancer -advancers -advances -advancing -advantage -advantageous -advantageously -advantages -advent -adventitious -adventitiously -adventitiousness -adventitiousnesses -advents -adventure -adventurer -adventurers -adventures -adventuresome -adventurous -adverb -adverbially -adverbs -adversaries -adversary -adverse -adversity -advert -adverted -adverting -advertise -advertised -advertisement -advertisements -advertiser -advertisers -advertises -advertising -advertisings -adverts -advice -advices -advisabilities -advisability -advisable -advise -advised -advisee -advisees -advisement -advisements -adviser -advisers -advises -advising -advisor -advisories -advisors -advisory -advocacies -advocacy -advocate -advocated -advocates -advocating -advowson -advowsons -adynamia -adynamias -adynamic -adyta -adytum -adz -adze -adzes -ae -aecia -aecial -aecidia -aecidium -aecium -aedes -aedile -aediles -aedine -aegis -aegises -aeneous -aeneus -aeolian -aeon -aeonian -aeonic -aeons -aerate -aerated -aerates -aerating -aeration -aerations -aerator -aerators -aerial -aerially -aerials -aerie -aerier -aeries -aeriest -aerified -aerifies -aeriform -aerify -aerifying -aerily -aero -aerobe -aerobes -aerobia -aerobic -aerobium -aeroduct -aeroducts -aerodynamic -aerodynamical -aerodynamically -aerodynamics -aerodyne -aerodynes -aerofoil -aerofoils -aerogel -aerogels -aerogram -aerograms -aerolite -aerolites -aerolith -aeroliths -aerologies -aerology -aeronaut -aeronautic -aeronautical -aeronautically -aeronautics -aeronauts -aeronomies -aeronomy -aerosol -aerosols -aerospace -aerostat -aerostats -aerugo -aerugos -aery -aesthete -aesthetes -aesthetic -aesthetically -aesthetics -aestival -aether -aetheric -aethers -afar -afars -afeard -afeared -aff -affabilities -affability -affable -affably -affair -affaire -affaires -affairs -affect -affectation -affectations -affected -affectedly -affecter -affecters -affecting -affectingly -affection -affectionate -affectionately -affections -affects -afferent -affiance -affianced -affiances -affiancing -affiant -affiants -affiche -affiches -affidavit -affidavits -affiliate -affiliated -affiliates -affiliating -affiliation -affiliations -affine -affined -affinely -affines -affinities -affinity -affirm -affirmation -affirmations -affirmative -affirmatively -affirmatives -affirmed -affirmer -affirmers -affirming -affirms -affix -affixal -affixed -affixer -affixers -affixes -affixial -affixing -afflatus -afflatuses -afflict -afflicted -afflicting -affliction -afflictions -afflicts -affluence -affluences -affluent -affluents -afflux -affluxes -afford -afforded -affording -affords -afforest -afforested -afforesting -afforests -affray -affrayed -affrayer -affrayers -affraying -affrays -affright -affrighted -affrighting -affrights -affront -affronted -affronting -affronts -affusion -affusions -afghan -afghani -afghanis -afghans -afield -afire -aflame -afloat -aflutter -afoot -afore -afoul -afraid -afreet -afreets -afresh -afrit -afrits -aft -after -afterlife -afterlifes -aftermath -aftermaths -afternoon -afternoons -afters -aftertax -afterthought -afterthoughts -afterward -afterwards -aftmost -aftosa -aftosas -aga -again -against -agalloch -agallochs -agalwood -agalwoods -agama -agamas -agamete -agametes -agamic -agamous -agapae -agapai -agape -agapeic -agar -agaric -agarics -agars -agas -agate -agates -agatize -agatized -agatizes -agatizing -agatoid -agave -agaves -agaze -age -aged -agedly -agedness -agednesses -agee -ageing -ageings -ageless -agelong -agencies -agency -agenda -agendas -agendum -agendums -agene -agenes -ageneses -agenesia -agenesias -agenesis -agenetic -agenize -agenized -agenizes -agenizing -agent -agential -agentries -agentry -agents -ager -ageratum -ageratums -agers -ages -agger -aggers -aggie -aggies -aggrade -aggraded -aggrades -aggrading -aggrandize -aggrandized -aggrandizement -aggrandizements -aggrandizes -aggrandizing -aggravate -aggravates -aggravation -aggravations -aggregate -aggregated -aggregates -aggregating -aggress -aggressed -aggresses -aggressing -aggression -aggressions -aggressive -aggressively -aggressiveness -aggressivenesses -aggrieve -aggrieved -aggrieves -aggrieving -agha -aghas -aghast -agile -agilely -agilities -agility -agin -aging -agings -aginner -aginners -agio -agios -agiotage -agiotages -agist -agisted -agisting -agists -agitable -agitate -agitated -agitates -agitating -agitation -agitations -agitato -agitator -agitators -agitprop -agitprops -aglare -agleam -aglee -aglet -aglets -agley -aglimmer -aglitter -aglow -agly -aglycon -aglycone -aglycones -aglycons -agma -agmas -agminate -agnail -agnails -agnate -agnates -agnatic -agnation -agnations -agnize -agnized -agnizes -agnizing -agnomen -agnomens -agnomina -agnostic -agnostics -ago -agog -agon -agonal -agone -agones -agonic -agonies -agonise -agonised -agonises -agonising -agonist -agonists -agonize -agonized -agonizes -agonizing -agonizingly -agons -agony -agora -agorae -agoras -agorot -agoroth -agouti -agouties -agoutis -agouty -agrafe -agrafes -agraffe -agraffes -agrapha -agraphia -agraphias -agraphic -agrarian -agrarianism -agrarianisms -agrarians -agree -agreeable -agreeableness -agreeablenesses -agreed -agreeing -agreement -agreements -agrees -agrestal -agrestic -agricultural -agriculturalist -agriculturalists -agriculture -agricultures -agriculturist -agriculturists -agrimonies -agrimony -agrologies -agrology -agronomies -agronomy -aground -ague -aguelike -agues -agueweed -agueweeds -aguish -aguishly -ah -aha -ahchoo -ahead -ahem -ahimsa -ahimsas -ahold -aholds -ahorse -ahoy -ahoys -ahull -ai -aiblins -aid -aide -aided -aider -aiders -aides -aidful -aiding -aidless -aidman -aidmen -aids -aiglet -aiglets -aigret -aigrets -aigrette -aigrettes -aiguille -aiguilles -aikido -aikidos -ail -ailed -aileron -ailerons -ailing -ailment -ailments -ails -aim -aimed -aimer -aimers -aimful -aimfully -aiming -aimless -aimlessly -aimlessness -aimlessnesses -aims -ain -aine -ainee -ains -ainsell -ainsells -air -airboat -airboats -airborne -airbound -airbrush -airbrushed -airbrushes -airbrushing -airburst -airbursts -airbus -airbuses -airbusses -aircoach -aircoaches -aircondition -airconditioned -airconditioning -airconditions -aircraft -aircrew -aircrews -airdrome -airdromes -airdrop -airdropped -airdropping -airdrops -aired -airer -airest -airfield -airfields -airflow -airflows -airfoil -airfoils -airframe -airframes -airglow -airglows -airhead -airheads -airier -airiest -airily -airiness -airinesses -airing -airings -airless -airlift -airlifted -airlifting -airlifts -airlike -airline -airliner -airliners -airlines -airmail -airmailed -airmailing -airmails -airman -airmen -airn -airns -airpark -airparks -airplane -airplanes -airport -airports -airpost -airposts -airproof -airproofed -airproofing -airproofs -airs -airscrew -airscrews -airship -airships -airsick -airspace -airspaces -airspeed -airspeeds -airstrip -airstrips -airt -airted -airth -airthed -airthing -airths -airtight -airting -airts -airward -airwave -airwaves -airway -airways -airwise -airwoman -airwomen -airy -ais -aisle -aisled -aisles -ait -aitch -aitches -aits -aiver -aivers -ajar -ajee -ajiva -ajivas -ajowan -ajowans -akee -akees -akela -akelas -akene -akenes -akimbo -akin -akvavit -akvavits -ala -alabaster -alabasters -alack -alacrities -alacrity -alae -alameda -alamedas -alamo -alamode -alamodes -alamos -alan -aland -alands -alane -alang -alanin -alanine -alanines -alanins -alans -alant -alants -alanyl -alanyls -alar -alarm -alarmed -alarming -alarmism -alarmisms -alarmist -alarmists -alarms -alarum -alarumed -alaruming -alarums -alary -alas -alaska -alaskas -alastor -alastors -alate -alated -alation -alations -alb -alba -albacore -albacores -albas -albata -albatas -albatross -albatrosses -albedo -albedos -albeit -albicore -albicores -albinal -albinic -albinism -albinisms -albino -albinos -albite -albites -albitic -albs -album -albumen -albumens -albumin -albumins -albumose -albumoses -albums -alburnum -alburnums -alcade -alcades -alcahest -alcahests -alcaic -alcaics -alcaide -alcaides -alcalde -alcaldes -alcayde -alcaydes -alcazar -alcazars -alchemic -alchemical -alchemies -alchemist -alchemists -alchemy -alchymies -alchymy -alcidine -alcohol -alcoholic -alcoholics -alcoholism -alcoholisms -alcohols -alcove -alcoved -alcoves -aldehyde -aldehydes -alder -alderman -aldermen -alders -aldol -aldolase -aldolases -aldols -aldose -aldoses -aldovandi -aldrin -aldrins -ale -aleatory -alec -alecs -alee -alef -alefs -alegar -alegars -alehouse -alehouses -alembic -alembics -aleph -alephs -alert -alerted -alerter -alertest -alerting -alertly -alertness -alertnesses -alerts -ales -aleuron -aleurone -aleurones -aleurons -alevin -alevins -alewife -alewives -alexia -alexias -alexin -alexine -alexines -alexins -alfa -alfaki -alfakis -alfalfa -alfalfas -alfaqui -alfaquin -alfaquins -alfaquis -alfas -alforja -alforjas -alfresco -alga -algae -algal -algaroba -algarobas -algas -algebra -algebraic -algebraically -algebras -algerine -algerines -algicide -algicides -algid -algidities -algidity -algin -alginate -alginates -algins -algoid -algologies -algology -algor -algorism -algorisms -algorithm -algorithms -algors -algum -algums -alias -aliases -alibi -alibied -alibies -alibiing -alibis -alible -alidad -alidade -alidades -alidads -alien -alienage -alienages -alienate -alienated -alienates -alienating -alienation -alienations -aliened -alienee -alienees -aliener -alieners -aliening -alienism -alienisms -alienist -alienists -alienly -alienor -alienors -aliens -alif -aliform -alifs -alight -alighted -alighting -alights -align -aligned -aligner -aligners -aligning -alignment -alignments -aligns -alike -aliment -alimentary -alimentation -alimented -alimenting -aliments -alimonies -alimony -aline -alined -aliner -aliners -alines -alining -aliped -alipeds -aliquant -aliquot -aliquots -alist -alit -aliunde -alive -aliyah -aliyahs -alizarin -alizarins -alkahest -alkahests -alkali -alkalic -alkalies -alkalified -alkalifies -alkalify -alkalifying -alkalin -alkaline -alkalinities -alkalinity -alkalis -alkalise -alkalised -alkalises -alkalising -alkalize -alkalized -alkalizes -alkalizing -alkaloid -alkaloids -alkane -alkanes -alkanet -alkanets -alkene -alkenes -alkine -alkines -alkoxy -alkyd -alkyds -alkyl -alkylate -alkylated -alkylates -alkylating -alkylic -alkyls -alkyne -alkynes -all -allanite -allanites -allay -allayed -allayer -allayers -allaying -allays -allegation -allegations -allege -alleged -allegedly -alleger -allegers -alleges -allegiance -allegiances -alleging -allegorical -allegories -allegory -allegro -allegros -allele -alleles -allelic -allelism -allelisms -alleluia -alleluias -allergen -allergenic -allergens -allergic -allergies -allergin -allergins -allergist -allergists -allergy -alleviate -alleviated -alleviates -alleviating -alleviation -alleviations -alley -alleys -alleyway -alleyways -allheal -allheals -alliable -alliance -alliances -allied -allies -alligator -alligators -alliteration -alliterations -alliterative -allium -alliums -allobar -allobars -allocate -allocated -allocates -allocating -allocation -allocations -allod -allodia -allodial -allodium -allods -allogamies -allogamy -allonge -allonges -allonym -allonyms -allopath -allopaths -allopurinol -allot -allotment -allotments -allots -allotted -allottee -allottees -allotter -allotters -allotting -allotype -allotypes -allotypies -allotypy -allover -allovers -allow -allowable -allowance -allowances -allowed -allowing -allows -alloxan -alloxans -alloy -alloyed -alloying -alloys -alls -allseed -allseeds -allspice -allspices -allude -alluded -alludes -alluding -allure -allured -allurement -allurements -allurer -allurers -allures -alluring -allusion -allusions -allusive -allusively -allusiveness -allusivenesses -alluvia -alluvial -alluvials -alluvion -alluvions -alluvium -alluviums -ally -allying -allyl -allylic -allyls -alma -almagest -almagests -almah -almahs -almanac -almanacs -almas -alme -almeh -almehs -almemar -almemars -almes -almighty -almner -almners -almond -almonds -almoner -almoners -almonries -almonry -almost -alms -almsman -almsmen -almuce -almuces -almud -almude -almudes -almuds -almug -almugs -alnico -alnicoes -alodia -alodial -alodium -aloe -aloes -aloetic -aloft -alogical -aloha -alohas -aloin -aloins -alone -along -alongside -aloof -aloofly -alopecia -alopecias -alopecic -aloud -alow -alp -alpaca -alpacas -alpha -alphabet -alphabeted -alphabetic -alphabetical -alphabetically -alphabeting -alphabetize -alphabetized -alphabetizer -alphabetizers -alphabetizes -alphabetizing -alphabets -alphanumeric -alphanumerics -alphas -alphorn -alphorns -alphosis -alphosises -alphyl -alphyls -alpine -alpinely -alpines -alpinism -alpinisms -alpinist -alpinists -alps -already -alright -alsike -alsikes -also -alt -altar -altars -alter -alterant -alterants -alteration -alterations -altercation -altercations -altered -alterer -alterers -altering -alternate -alternated -alternates -alternating -alternation -alternations -alternative -alternatively -alternatives -alternator -alternators -alters -althaea -althaeas -althea -altheas -altho -althorn -althorns -although -altimeter -altimeters -altitude -altitudes -alto -altogether -altos -altruism -altruisms -altruist -altruistic -altruistically -altruists -alts -aludel -aludels -alula -alulae -alular -alum -alumin -alumina -aluminas -alumine -alumines -aluminic -alumins -aluminum -aluminums -alumna -alumnae -alumni -alumnus -alumroot -alumroots -alums -alunite -alunites -alveolar -alveolars -alveoli -alveolus -alvine -alway -always -alyssum -alyssums -am -ama -amadavat -amadavats -amadou -amadous -amah -amahs -amain -amalgam -amalgamate -amalgamated -amalgamates -amalgamating -amalgamation -amalgamations -amalgams -amandine -amanita -amanitas -amanuensis -amaranth -amaranths -amarelle -amarelles -amarna -amaryllis -amaryllises -amas -amass -amassed -amasser -amassers -amasses -amassing -amateur -amateurish -amateurism -amateurisms -amateurs -amative -amatol -amatols -amatory -amaze -amazed -amazedly -amazement -amazements -amazes -amazing -amazingly -amazon -amazonian -amazons -ambage -ambages -ambari -ambaries -ambaris -ambary -ambassador -ambassadorial -ambassadors -ambassadorship -ambassadorships -ambeer -ambeers -amber -ambergris -ambergrises -amberies -amberoid -amberoids -ambers -ambery -ambiance -ambiances -ambidextrous -ambidextrously -ambience -ambiences -ambient -ambients -ambiguities -ambiguity -ambiguous -ambit -ambition -ambitioned -ambitioning -ambitions -ambitious -ambitiously -ambits -ambivalence -ambivalences -ambivalent -ambivert -ambiverts -amble -ambled -ambler -amblers -ambles -ambling -ambo -amboina -amboinas -ambones -ambos -amboyna -amboynas -ambries -ambroid -ambroids -ambrosia -ambrosias -ambry -ambsace -ambsaces -ambulance -ambulances -ambulant -ambulate -ambulated -ambulates -ambulating -ambulation -ambulatory -ambush -ambushed -ambusher -ambushers -ambushes -ambushing -ameba -amebae -ameban -amebas -amebean -amebic -ameboid -ameer -ameerate -ameerates -ameers -amelcorn -amelcorns -ameliorate -ameliorated -ameliorates -ameliorating -amelioration -ameliorations -amen -amenable -amenably -amend -amended -amender -amenders -amending -amendment -amendments -amends -amenities -amenity -amens -ament -amentia -amentias -aments -amerce -amerced -amercer -amercers -amerces -amercing -amesace -amesaces -amethyst -amethysts -ami -amia -amiabilities -amiability -amiable -amiably -amiantus -amiantuses -amias -amicable -amicably -amice -amices -amid -amidase -amidases -amide -amides -amidic -amidin -amidins -amido -amidogen -amidogens -amidol -amidols -amids -amidship -amidst -amie -amies -amiga -amigas -amigo -amigos -amin -amine -amines -aminic -aminities -aminity -amino -amins -amir -amirate -amirates -amirs -amis -amiss -amities -amitoses -amitosis -amitotic -amitrole -amitroles -amity -ammeter -ammeters -ammine -ammines -ammino -ammo -ammocete -ammocetes -ammonal -ammonals -ammonia -ammoniac -ammoniacs -ammonias -ammonic -ammonified -ammonifies -ammonify -ammonifying -ammonite -ammonites -ammonium -ammoniums -ammonoid -ammonoids -ammos -ammunition -ammunitions -amnesia -amnesiac -amnesiacs -amnesias -amnesic -amnesics -amnestic -amnestied -amnesties -amnesty -amnestying -amnia -amnic -amnion -amnionic -amnions -amniote -amniotes -amniotic -amoeba -amoebae -amoeban -amoebas -amoebean -amoebic -amoeboid -amok -amoks -amole -amoles -among -amongst -amoral -amorally -amoretti -amoretto -amorettos -amorini -amorino -amorist -amorists -amoroso -amorous -amorously -amorousness -amorousnesses -amorphous -amort -amortise -amortised -amortises -amortising -amortization -amortizations -amortize -amortized -amortizes -amortizing -amotion -amotions -amount -amounted -amounting -amounts -amour -amours -amp -amperage -amperages -ampere -amperes -ampersand -ampersands -amphibia -amphibian -amphibians -amphibious -amphioxi -amphipod -amphipods -amphitheater -amphitheaters -amphora -amphorae -amphoral -amphoras -ample -ampler -amplest -amplification -amplifications -amplified -amplifier -amplifiers -amplifies -amplify -amplifying -amplitude -amplitudes -amply -ampoule -ampoules -amps -ampul -ampule -ampules -ampulla -ampullae -ampullar -ampuls -amputate -amputated -amputates -amputating -amputation -amputations -amputee -amputees -amreeta -amreetas -amrita -amritas -amtrac -amtrack -amtracks -amtracs -amu -amuck -amucks -amulet -amulets -amus -amusable -amuse -amused -amusedly -amusement -amusements -amuser -amusers -amuses -amusing -amusive -amygdala -amygdalae -amygdale -amygdales -amygdule -amygdules -amyl -amylase -amylases -amylene -amylenes -amylic -amyloid -amyloids -amylose -amyloses -amyls -amylum -amylums -an -ana -anabaena -anabaenas -anabas -anabases -anabasis -anabatic -anableps -anablepses -anabolic -anachronism -anachronisms -anachronistic -anaconda -anacondas -anadem -anadems -anaemia -anaemias -anaemic -anaerobe -anaerobes -anaesthesiology -anaesthetic -anaesthetics -anaglyph -anaglyphs -anagoge -anagoges -anagogic -anagogies -anagogy -anagram -anagrammed -anagramming -anagrams -anal -analcime -analcimes -analcite -analcites -analecta -analects -analemma -analemmas -analemmata -analgesic -analgesics -analgia -analgias -analities -anality -anally -analog -analogic -analogical -analogically -analogies -analogously -analogs -analogue -analogues -analogy -analyse -analysed -analyser -analysers -analyses -analysing -analysis -analyst -analysts -analytic -analytical -analyzable -analyze -analyzed -analyzer -analyzers -analyzes -analyzing -ananke -anankes -anapaest -anapaests -anapest -anapests -anaphase -anaphases -anaphora -anaphoras -anaphylactic -anarch -anarchic -anarchies -anarchism -anarchisms -anarchist -anarchistic -anarchists -anarchs -anarchy -anarthria -anas -anasarca -anasarcas -anatase -anatases -anathema -anathemas -anathemata -anatomic -anatomical -anatomically -anatomies -anatomist -anatomists -anatomy -anatoxin -anatoxins -anatto -anattos -ancestor -ancestors -ancestral -ancestress -ancestresses -ancestries -ancestry -anchor -anchorage -anchorages -anchored -anchoret -anchorets -anchoring -anchorman -anchormen -anchors -anchovies -anchovy -anchusa -anchusas -anchusin -anchusins -ancient -ancienter -ancientest -ancients -ancilla -ancillae -ancillary -ancillas -ancon -anconal -ancone -anconeal -ancones -anconoid -ancress -ancresses -and -andante -andantes -anded -andesite -andesites -andesyte -andesytes -andiron -andirons -androgen -androgens -androgynous -android -androids -ands -ane -anear -aneared -anearing -anears -anecdota -anecdotal -anecdote -anecdotes -anechoic -anele -aneled -aneles -aneling -anemia -anemias -anemic -anemone -anemones -anenst -anent -anergia -anergias -anergic -anergies -anergy -aneroid -aneroids -anes -anesthesia -anesthesias -anesthetic -anesthetics -anesthetist -anesthetists -anesthetize -anesthetized -anesthetizes -anesthetizing -anestri -anestrus -anethol -anethole -anetholes -anethols -aneurism -aneurisms -aneurysm -aneurysms -anew -anga -angaria -angarias -angaries -angary -angas -angel -angelic -angelica -angelical -angelically -angelicas -angels -angelus -angeluses -anger -angered -angering -angerly -angers -angina -anginal -anginas -anginose -anginous -angioma -angiomas -angiomata -angle -angled -anglepod -anglepods -angler -anglers -angles -angleworm -angleworms -anglice -angling -anglings -angora -angoras -angrier -angriest -angrily -angry -angst -angstrom -angstroms -angsts -anguine -anguish -anguished -anguishes -anguishing -angular -angularities -angularity -angulate -angulated -angulates -angulating -angulose -angulous -anhinga -anhingas -ani -anil -anile -anilin -aniline -anilines -anilins -anilities -anility -anils -anima -animal -animally -animals -animas -animate -animated -animater -animaters -animates -animating -animation -animations -animato -animator -animators -anime -animes -animi -animis -animism -animisms -animist -animists -animosities -animosity -animus -animuses -anion -anionic -anions -anis -anise -aniseed -aniseeds -anises -anisette -anisettes -anisic -anisole -anisoles -ankerite -ankerites -ankh -ankhs -ankle -anklebone -anklebones -ankles -anklet -anklets -ankus -ankuses -ankush -ankushes -ankylose -ankylosed -ankyloses -ankylosing -anlace -anlaces -anlage -anlagen -anlages -anlas -anlases -anna -annal -annalist -annalists -annals -annas -annates -annatto -annattos -anneal -annealed -annealer -annealers -annealing -anneals -annelid -annelids -annex -annexation -annexations -annexe -annexed -annexes -annexing -annihilate -annihilated -annihilates -annihilating -annihilation -annihilations -anniversaries -anniversary -annotate -annotated -annotates -annotating -annotation -annotations -annotator -annotators -announce -announced -announcement -announcements -announcer -announcers -announces -announcing -annoy -annoyance -annoyances -annoyed -annoyer -annoyers -annoying -annoyingly -annoys -annual -annually -annuals -annuities -annuity -annul -annular -annulate -annulet -annulets -annuli -annulled -annulling -annulment -annulments -annulose -annuls -annulus -annuluses -anoa -anoas -anodal -anodally -anode -anodes -anodic -anodically -anodize -anodized -anodizes -anodizing -anodyne -anodynes -anodynic -anoint -anointed -anointer -anointers -anointing -anointment -anointments -anoints -anole -anoles -anolyte -anolytes -anomalies -anomalous -anomaly -anomic -anomie -anomies -anomy -anon -anonym -anonymities -anonymity -anonymous -anonymously -anonyms -anoopsia -anoopsias -anopia -anopias -anopsia -anopsias -anorak -anoraks -anoretic -anorexia -anorexias -anorexies -anorexy -anorthic -anosmia -anosmias -anosmic -another -anoxemia -anoxemias -anoxemic -anoxia -anoxias -anoxic -ansa -ansae -ansate -ansated -anserine -anserines -anserous -answer -answerable -answered -answerer -answerers -answering -answers -ant -anta -antacid -antacids -antae -antagonism -antagonisms -antagonist -antagonistic -antagonists -antagonize -antagonized -antagonizes -antagonizing -antalgic -antalgics -antarctic -antas -ante -anteater -anteaters -antebellum -antecede -anteceded -antecedent -antecedents -antecedes -anteceding -anted -antedate -antedated -antedates -antedating -anteed -antefix -antefixa -antefixes -anteing -antelope -antelopes -antenna -antennae -antennal -antennas -antepast -antepasts -anterior -anteroom -anterooms -antes -antetype -antetypes -antevert -anteverted -anteverting -anteverts -anthelia -anthelices -anthelix -anthem -anthemed -anthemia -antheming -anthems -anther -antheral -antherid -antherids -anthers -antheses -anthesis -anthill -anthills -anthodia -anthoid -anthologies -anthology -anthraces -anthracite -anthracites -anthrax -anthropoid -anthropological -anthropologist -anthropologists -anthropology -anti -antiabortion -antiacademic -antiadministration -antiaggression -antiaggressive -antiaircraft -antialien -antianarchic -antianarchist -antiannexation -antiapartheid -antiar -antiarin -antiarins -antiaristocrat -antiaristocratic -antiars -antiatheism -antiatheist -antiauthoritarian -antibacterial -antibiotic -antibiotics -antiblack -antibodies -antibody -antibourgeois -antiboxing -antiboycott -antibureaucratic -antiburglar -antiburglary -antibusiness -antic -anticancer -anticapitalism -anticapitalist -anticapitalistic -anticensorship -antichurch -anticigarette -anticipate -anticipated -anticipates -anticipating -anticipation -anticipations -anticipatory -antick -anticked -anticking -anticks -anticlerical -anticlimactic -anticlimax -anticlimaxes -anticly -anticollision -anticolonial -anticommunism -anticommunist -anticonservation -anticonservationist -anticonsumer -anticonventional -anticorrosive -anticorruption -anticrime -anticruelty -antics -anticultural -antidandruff -antidemocratic -antidiscrimination -antidote -antidotes -antidumping -antieavesdropping -antiemetic -antiemetics -antiestablishment -antievolution -antievolutionary -antifanatic -antifascism -antifascist -antifat -antifatigue -antifemale -antifeminine -antifeminism -antifeminist -antifertility -antiforeign -antiforeigner -antifraud -antifreeze -antifreezes -antifungus -antigambling -antigen -antigene -antigenes -antigens -antiglare -antigonorrheal -antigovernment -antigraft -antiguerilla -antihero -antiheroes -antihijack -antihistamine -antihistamines -antihomosexual -antihuman -antihumanism -antihumanistic -antihumanity -antihunting -antijamming -antiking -antikings -antilabor -antiliberal -antiliberalism -antilitter -antilittering -antilog -antilogies -antilogs -antilogy -antilynching -antimanagement -antimask -antimasks -antimaterialism -antimaterialist -antimaterialistic -antimere -antimeres -antimicrobial -antimilitarism -antimilitarist -antimilitaristic -antimilitary -antimiscegenation -antimonies -antimonopolist -antimonopoly -antimony -antimosquito -anting -antings -antinode -antinodes -antinoise -antinomies -antinomy -antiobesity -antipapal -antipathies -antipathy -antipersonnel -antiphon -antiphons -antipode -antipodes -antipole -antipoles -antipolice -antipollution -antipope -antipopes -antipornographic -antipornography -antipoverty -antiprofiteering -antiprogressive -antiprostitution -antipyic -antipyics -antipyretic -antiquarian -antiquarianism -antiquarians -antiquaries -antiquary -antiquated -antique -antiqued -antiquer -antiquers -antiques -antiquing -antiquities -antiquity -antirabies -antiracing -antiracketeering -antiradical -antirealism -antirealistic -antirecession -antireform -antireligious -antirepublican -antirevolutionary -antirobbery -antiromantic -antirust -antirusts -antis -antisegregation -antiseptic -antiseptically -antiseptics -antisera -antisexist -antisexual -antishoplifting -antiskid -antislavery -antismog -antismoking -antismuggling -antispending -antistrike -antistudent -antisubmarine -antisubversion -antisubversive -antisuicide -antisyphillis -antitank -antitax -antitechnological -antitechnology -antiterrorism -antiterrorist -antitheft -antitheses -antithesis -antitobacco -antitotalitarian -antitoxin -antitraditional -antitrust -antituberculosis -antitumor -antitype -antitypes -antityphoid -antiulcer -antiunemployment -antiunion -antiuniversity -antiurban -antivandalism -antiviolence -antiviral -antivivisection -antiwar -antiwhite -antiwiretapping -antiwoman -antler -antlered -antlers -antlike -antlion -antlions -antonym -antonymies -antonyms -antonymy -antra -antral -antre -antres -antrorse -antrum -ants -anuran -anurans -anureses -anuresis -anuretic -anuria -anurias -anuric -anurous -anus -anuses -anvil -anviled -anviling -anvilled -anvilling -anvils -anviltop -anviltops -anxieties -anxiety -anxious -anxiously -any -anybodies -anybody -anyhow -anymore -anyone -anyplace -anything -anythings -anytime -anyway -anyways -anywhere -anywheres -anywise -aorist -aoristic -aorists -aorta -aortae -aortal -aortas -aortic -aoudad -aoudads -apace -apache -apaches -apagoge -apagoges -apagogic -apanage -apanages -aparejo -aparejos -apart -apartheid -apartheids -apatetic -apathetic -apathetically -apathies -apathy -apatite -apatites -ape -apeak -aped -apeek -apelike -aper -apercu -apercus -aperient -aperients -aperies -aperitif -aperitifs -apers -aperture -apertures -apery -apes -apetalies -apetaly -apex -apexes -aphagia -aphagias -aphanite -aphanites -aphasia -aphasiac -aphasiacs -aphasias -aphasic -aphasics -aphelia -aphelian -aphelion -apheses -aphesis -aphetic -aphid -aphides -aphidian -aphidians -aphids -aphis -apholate -apholates -aphonia -aphonias -aphonic -aphonics -aphorise -aphorised -aphorises -aphorising -aphorism -aphorisms -aphorist -aphoristic -aphorists -aphorize -aphorized -aphorizes -aphorizing -aphotic -aphrodisiac -aphtha -aphthae -aphthous -aphyllies -aphylly -apian -apiarian -apiarians -apiaries -apiarist -apiarists -apiary -apical -apically -apices -apiculi -apiculus -apiece -apimania -apimanias -aping -apiologies -apiology -apish -apishly -aplasia -aplasias -aplastic -aplenty -aplite -aplites -aplitic -aplomb -aplombs -apnea -apneal -apneas -apneic -apnoea -apnoeal -apnoeas -apnoeic -apocalypse -apocalypses -apocalyptic -apocalyptical -apocarp -apocarpies -apocarps -apocarpy -apocope -apocopes -apocopic -apocrine -apocrypha -apocryphal -apodal -apodoses -apodosis -apodous -apogamic -apogamies -apogamy -apogeal -apogean -apogee -apogees -apogeic -apollo -apollos -apolog -apologal -apologetic -apologetically -apologia -apologiae -apologias -apologies -apologist -apologize -apologized -apologizes -apologizing -apologs -apologue -apologues -apology -apolune -apolunes -apomict -apomicts -apomixes -apomixis -apophyge -apophyges -apoplectic -apoplexies -apoplexy -aport -apostacies -apostacy -apostasies -apostasy -apostate -apostates -apostil -apostils -apostle -apostles -apostleship -apostolic -apostrophe -apostrophes -apothecaries -apothecary -apothece -apotheces -apothegm -apothegms -apothem -apothems -appal -appall -appalled -appalling -appalls -appals -appanage -appanages -apparat -apparats -apparatus -apparatuses -apparel -appareled -appareling -apparelled -apparelling -apparels -apparent -apparently -apparition -apparitions -appeal -appealed -appealer -appealers -appealing -appeals -appear -appearance -appearances -appeared -appearing -appears -appease -appeased -appeasement -appeasements -appeaser -appeasers -appeases -appeasing -appel -appellee -appellees -appellor -appellors -appels -append -appendage -appendages -appendectomies -appendectomy -appended -appendices -appendicitis -appending -appendix -appendixes -appends -appestat -appestats -appetent -appetite -appetites -appetizer -appetizers -appetizing -appetizingly -applaud -applauded -applauding -applauds -applause -applauses -apple -applejack -applejacks -apples -applesauce -appliance -applicabilities -applicability -applicable -applicancies -applicancy -applicant -applicants -application -applications -applicator -applicators -applied -applier -appliers -applies -applique -appliqued -appliqueing -appliques -apply -applying -appoint -appointed -appointing -appointment -appointments -appoints -apportion -apportioned -apportioning -apportionment -apportionments -apportions -appose -apposed -apposer -apposers -apposes -apposing -apposite -appositely -appraisal -appraisals -appraise -appraised -appraiser -appraisers -appraises -appraising -appreciable -appreciably -appreciate -appreciated -appreciates -appreciating -appreciation -appreciations -appreciative -apprehend -apprehended -apprehending -apprehends -apprehension -apprehensions -apprehensive -apprehensively -apprehensiveness -apprehensivenesses -apprentice -apprenticed -apprentices -apprenticeship -apprenticeships -apprenticing -apprise -apprised -appriser -apprisers -apprises -apprising -apprize -apprized -apprizer -apprizers -apprizes -apprizing -approach -approachable -approached -approaches -approaching -approbation -appropriate -appropriated -appropriately -appropriateness -appropriates -appropriating -appropriation -appropriations -approval -approvals -approve -approved -approver -approvers -approves -approving -approximate -approximated -approximately -approximates -approximating -approximation -approximations -appulse -appulses -appurtenance -appurtenances -appurtenant -apractic -apraxia -apraxias -apraxic -apricot -apricots -apron -aproned -aproning -aprons -apropos -apse -apses -apsidal -apsides -apsis -apt -apter -apteral -apterous -apteryx -apteryxes -aptest -aptitude -aptitudes -aptly -aptness -aptnesses -apyrase -apyrases -apyretic -aqua -aquacade -aquacades -aquae -aquamarine -aquamarines -aquanaut -aquanauts -aquaria -aquarial -aquarian -aquarians -aquarist -aquarists -aquarium -aquariums -aquas -aquatic -aquatics -aquatint -aquatinted -aquatinting -aquatints -aquatone -aquatones -aquavit -aquavits -aqueduct -aqueducts -aqueous -aquifer -aquifers -aquiline -aquiver -ar -arabesk -arabesks -arabesque -arabesques -arabize -arabized -arabizes -arabizing -arable -arables -araceous -arachnid -arachnids -arak -araks -araneid -araneids -arapaima -arapaimas -araroba -ararobas -arbalest -arbalests -arbalist -arbalists -arbiter -arbiters -arbitral -arbitrarily -arbitrariness -arbitrarinesses -arbitrary -arbitrate -arbitrated -arbitrates -arbitrating -arbitration -arbitrations -arbitrator -arbitrators -arbor -arboreal -arbored -arbores -arboreta -arborist -arborists -arborize -arborized -arborizes -arborizing -arborous -arbors -arbour -arboured -arbours -arbuscle -arbuscles -arbute -arbutean -arbutes -arbutus -arbutuses -arc -arcade -arcaded -arcades -arcadia -arcadian -arcadians -arcadias -arcading -arcadings -arcana -arcane -arcanum -arcature -arcatures -arced -arch -archaeological -archaeologies -archaeologist -archaeologists -archaeology -archaic -archaically -archaise -archaised -archaises -archaising -archaism -archaisms -archaist -archaists -archaize -archaized -archaizes -archaizing -archangel -archangels -archbishop -archbishopric -archbishoprics -archbishops -archdiocese -archdioceses -archduke -archdukes -arched -archeologies -archeology -archer -archeries -archers -archery -arches -archetype -archetypes -archil -archils -archine -archines -arching -archings -archipelago -archipelagos -architect -architects -architectural -architecture -architectures -archival -archive -archived -archives -archiving -archly -archness -archnesses -archon -archons -archway -archways -arciform -arcing -arcked -arcking -arco -arcs -arctic -arctics -arcuate -arcuated -arcus -arcuses -ardeb -ardebs -ardencies -ardency -ardent -ardently -ardor -ardors -ardour -ardours -arduous -arduously -arduousness -arduousnesses -are -area -areae -areal -areally -areas -areaway -areaways -areca -arecas -areic -arena -arenas -arenose -arenous -areola -areolae -areolar -areolas -areolate -areole -areoles -areologies -areology -ares -arete -aretes -arethusa -arethusas -arf -argal -argali -argalis -argals -argent -argental -argentic -argents -argentum -argentums -argil -argils -arginase -arginases -arginine -arginines -argle -argled -argles -argling -argol -argols -argon -argonaut -argonauts -argons -argosies -argosy -argot -argotic -argots -arguable -arguably -argue -argued -arguer -arguers -argues -argufied -argufier -argufiers -argufies -argufy -argufying -arguing -argument -argumentative -arguments -argus -arguses -argyle -argyles -argyll -argylls -arhat -arhats -aria -arias -arid -arider -aridest -aridities -aridity -aridly -aridness -aridnesses -ariel -ariels -arietta -ariettas -ariette -ariettes -aright -aril -ariled -arillate -arillode -arillodes -arilloid -arils -ariose -ariosi -arioso -ariosos -arise -arisen -arises -arising -arista -aristae -aristas -aristate -aristocracies -aristocracy -aristocrat -aristocratic -aristocrats -arithmetic -arithmetical -ark -arks -arles -arm -armada -armadas -armadillo -armadillos -armament -armaments -armature -armatured -armatures -armaturing -armband -armbands -armchair -armchairs -armed -armer -armers -armet -armets -armful -armfuls -armhole -armholes -armies -armiger -armigero -armigeros -armigers -armilla -armillae -armillas -arming -armings -armless -armlet -armlets -armlike -armload -armloads -armoire -armoires -armonica -armonicas -armor -armored -armorer -armorers -armorial -armorials -armories -armoring -armors -armory -armour -armoured -armourer -armourers -armouries -armouring -armours -armoury -armpit -armpits -armrest -armrests -arms -armsful -armure -armures -army -armyworm -armyworms -arnatto -arnattos -arnica -arnicas -arnotto -arnottos -aroid -aroids -aroint -arointed -arointing -aroints -aroma -aromas -aromatic -aromatics -arose -around -arousal -arousals -arouse -aroused -arouser -arousers -arouses -arousing -aroynt -aroynted -aroynting -aroynts -arpeggio -arpeggios -arpen -arpens -arpent -arpents -arquebus -arquebuses -arrack -arracks -arraign -arraigned -arraigning -arraigns -arrange -arranged -arrangement -arrangements -arranger -arrangers -arranges -arranging -arrant -arrantly -arras -arrased -array -arrayal -arrayals -arrayed -arrayer -arrayers -arraying -arrays -arrear -arrears -arrest -arrested -arrestee -arrestees -arrester -arresters -arresting -arrestor -arrestors -arrests -arrhizal -arrhythmia -arris -arrises -arrival -arrivals -arrive -arrived -arriver -arrivers -arrives -arriving -arroba -arrobas -arrogance -arrogances -arrogant -arrogantly -arrogate -arrogated -arrogates -arrogating -arrow -arrowed -arrowhead -arrowheads -arrowing -arrows -arrowy -arroyo -arroyos -ars -arse -arsenal -arsenals -arsenate -arsenates -arsenic -arsenical -arsenics -arsenide -arsenides -arsenious -arsenite -arsenites -arseno -arsenous -arses -arshin -arshins -arsine -arsines -arsino -arsis -arson -arsonist -arsonists -arsonous -arsons -art -artal -artefact -artefacts -artel -artels -arterial -arterials -arteries -arteriosclerosis -arteriosclerotic -artery -artful -artfully -artfulness -artfulnesses -arthralgia -arthritic -arthritides -arthritis -arthropod -arthropods -artichoke -artichokes -article -articled -articles -articling -articulate -articulated -articulately -articulateness -articulatenesses -articulates -articulating -artier -artiest -artifact -artifacts -artifice -artifices -artificial -artificialities -artificiality -artificially -artificialness -artificialnesses -artilleries -artillery -artily -artiness -artinesses -artisan -artisans -artist -artiste -artistes -artistic -artistical -artistically -artistries -artistry -artists -artless -artlessly -artlessness -artlessnesses -arts -artwork -artworks -arty -arum -arums -aruspex -aruspices -arval -arvo -arvos -aryl -aryls -arythmia -arythmias -arythmic -as -asarum -asarums -asbestic -asbestos -asbestoses -asbestus -asbestuses -ascarid -ascarides -ascarids -ascaris -ascend -ascendancies -ascendancy -ascendant -ascended -ascender -ascenders -ascending -ascends -ascension -ascensions -ascent -ascents -ascertain -ascertainable -ascertained -ascertaining -ascertains -asceses -ascesis -ascetic -asceticism -asceticisms -ascetics -asci -ascidia -ascidian -ascidians -ascidium -ascites -ascitic -ascocarp -ascocarps -ascorbic -ascot -ascots -ascribable -ascribe -ascribed -ascribes -ascribing -ascription -ascriptions -ascus -asdic -asdics -asea -asepses -asepsis -aseptic -asexual -ash -ashamed -ashcan -ashcans -ashed -ashen -ashes -ashier -ashiest -ashing -ashlar -ashlared -ashlaring -ashlars -ashler -ashlered -ashlering -ashlers -ashless -ashman -ashmen -ashore -ashplant -ashplants -ashram -ashrams -ashtray -ashtrays -ashy -aside -asides -asinine -ask -askance -askant -asked -asker -askers -askeses -askesis -askew -asking -askings -asks -aslant -asleep -aslope -asocial -asp -aspect -aspects -aspen -aspens -asper -asperate -asperated -asperates -asperating -asperges -asperities -asperity -aspers -asperse -aspersed -asperser -aspersers -asperses -aspersing -aspersion -aspersions -aspersor -aspersors -asphalt -asphalted -asphaltic -asphalting -asphalts -asphaltum -asphaltums -aspheric -asphodel -asphodels -asphyxia -asphyxias -asphyxiate -asphyxiated -asphyxiates -asphyxiating -asphyxiation -asphyxiations -asphyxies -asphyxy -aspic -aspics -aspirant -aspirants -aspirata -aspiratae -aspirate -aspirated -aspirates -aspirating -aspiration -aspirations -aspire -aspired -aspirer -aspirers -aspires -aspirin -aspiring -aspirins -aspis -aspises -aspish -asps -asquint -asrama -asramas -ass -assagai -assagaied -assagaiing -assagais -assai -assail -assailable -assailant -assailants -assailed -assailer -assailers -assailing -assails -assais -assassin -assassinate -assassinated -assassinates -assassinating -assassination -assassinations -assassins -assault -assaulted -assaulting -assaults -assay -assayed -assayer -assayers -assaying -assays -assegai -assegaied -assegaiing -assegais -assemble -assembled -assembles -assemblies -assembling -assembly -assemblyman -assemblymen -assemblywoman -assemblywomen -assent -assented -assenter -assenters -assenting -assentor -assentors -assents -assert -asserted -asserter -asserters -asserting -assertion -assertions -assertive -assertiveness -assertivenesses -assertor -assertors -asserts -asses -assess -assessed -assesses -assessing -assessment -assessments -assessor -assessors -asset -assets -assiduities -assiduity -assiduous -assiduously -assiduousness -assiduousnesses -assign -assignable -assignat -assignats -assigned -assignee -assignees -assigner -assigners -assigning -assignment -assignments -assignor -assignors -assigns -assimilate -assimilated -assimilates -assimilating -assimilation -assimilations -assist -assistance -assistances -assistant -assistants -assisted -assister -assisters -assisting -assistor -assistors -assists -assize -assizes -asslike -associate -associated -associates -associating -association -associations -assoil -assoiled -assoiling -assoils -assonant -assonants -assort -assorted -assorter -assorters -assorting -assortment -assortments -assorts -assuage -assuaged -assuages -assuaging -assume -assumed -assumer -assumers -assumes -assuming -assumption -assumptions -assurance -assurances -assure -assured -assureds -assurer -assurers -assures -assuring -assuror -assurors -asswage -asswaged -asswages -asswaging -astasia -astasias -astatic -astatine -astatines -aster -asteria -asterias -asterisk -asterisked -asterisking -asterisks -asterism -asterisms -astern -asternal -asteroid -asteroidal -asteroids -asters -asthenia -asthenias -asthenic -asthenics -asthenies -astheny -asthma -asthmas -astigmatic -astigmatism -astigmatisms -astir -astomous -astonied -astonies -astonish -astonished -astonishes -astonishing -astonishingly -astonishment -astonishments -astony -astonying -astound -astounded -astounding -astoundingly -astounds -astraddle -astragal -astragals -astral -astrally -astrals -astray -astrict -astricted -astricting -astricts -astride -astringe -astringed -astringencies -astringency -astringent -astringents -astringes -astringing -astrolabe -astrolabes -astrologer -astrologers -astrological -astrologies -astrology -astronaut -astronautic -astronautical -astronautically -astronautics -astronauts -astronomer -astronomers -astronomic -astronomical -astute -astutely -astuteness -astylar -asunder -aswarm -aswirl -aswoon -asyla -asylum -asylums -asymmetric -asymmetrical -asymmetries -asymmetry -asyndeta -at -atabal -atabals -ataghan -ataghans -atalaya -atalayas -ataman -atamans -atamasco -atamascos -ataraxia -ataraxias -ataraxic -ataraxics -ataraxies -ataraxy -atavic -atavism -atavisms -atavist -atavists -ataxia -ataxias -ataxic -ataxics -ataxies -ataxy -ate -atechnic -atelic -atelier -ateliers -ates -athanasies -athanasy -atheism -atheisms -atheist -atheistic -atheists -atheling -athelings -atheneum -atheneums -atheroma -atheromas -atheromata -atherosclerosis -atherosclerotic -athirst -athlete -athletes -athletic -athletics -athodyd -athodyds -athwart -atilt -atingle -atlantes -atlas -atlases -atlatl -atlatls -atma -atman -atmans -atmas -atmosphere -atmospheres -atmospheric -atmospherically -atoll -atolls -atom -atomic -atomical -atomics -atomies -atomise -atomised -atomises -atomising -atomism -atomisms -atomist -atomists -atomize -atomized -atomizer -atomizers -atomizes -atomizing -atoms -atomy -atonable -atonal -atonally -atone -atoned -atonement -atonements -atoner -atoners -atones -atonic -atonicity -atonics -atonies -atoning -atony -atop -atopic -atopies -atopy -atrazine -atrazines -atremble -atresia -atresias -atria -atrial -atrip -atrium -atriums -atrocious -atrociously -atrociousness -atrociousnesses -atrocities -atrocity -atrophia -atrophias -atrophic -atrophied -atrophies -atrophy -atrophying -atropin -atropine -atropines -atropins -atropism -atropisms -attach -attache -attached -attacher -attachers -attaches -attaching -attachment -attachments -attack -attacked -attacker -attackers -attacking -attacks -attain -attainabilities -attainability -attainable -attained -attainer -attainers -attaining -attainment -attainments -attains -attaint -attainted -attainting -attaints -attar -attars -attemper -attempered -attempering -attempers -attempt -attempted -attempting -attempts -attend -attendance -attendances -attendant -attendants -attended -attendee -attendees -attender -attenders -attending -attendings -attends -attent -attention -attentions -attentive -attentively -attentiveness -attentivenesses -attenuate -attenuated -attenuates -attenuating -attenuation -attenuations -attest -attestation -attestations -attested -attester -attesters -attesting -attestor -attestors -attests -attic -atticism -atticisms -atticist -atticists -attics -attire -attired -attires -attiring -attitude -attitudes -attorn -attorned -attorney -attorneys -attorning -attorns -attract -attracted -attracting -attraction -attractions -attractive -attractively -attractiveness -attractivenesses -attracts -attributable -attribute -attributed -attributes -attributing -attribution -attributions -attrite -attrited -attune -attuned -attunes -attuning -atwain -atween -atwitter -atypic -atypical -aubade -aubades -auberge -auberges -auburn -auburns -auction -auctioned -auctioneer -auctioneers -auctioning -auctions -audacious -audacities -audacity -audad -audads -audible -audibles -audibly -audience -audiences -audient -audients -audile -audiles -auding -audings -audio -audiogram -audiograms -audios -audit -audited -auditing -audition -auditioned -auditioning -auditions -auditive -auditives -auditor -auditories -auditorium -auditoriums -auditors -auditory -audits -augend -augends -auger -augers -aught -aughts -augite -augites -augitic -augment -augmentation -augmentations -augmented -augmenting -augments -augur -augural -augured -augurer -augurers -auguries -auguring -augurs -augury -august -auguster -augustest -augustly -auk -auklet -auklets -auks -auld -aulder -auldest -aulic -aunt -aunthood -aunthoods -auntie -aunties -auntlier -auntliest -auntlike -auntly -aunts -aunty -aura -aurae -aural -aurally -aurar -auras -aurate -aurated -aureate -aurei -aureola -aureolae -aureolas -aureole -aureoled -aureoles -aureoling -aures -aureus -auric -auricle -auricled -auricles -auricula -auriculae -auriculas -auriform -auris -aurist -aurists -aurochs -aurochses -aurora -aurorae -auroral -auroras -aurorean -aurous -aurum -aurums -auscultation -auscultations -auspex -auspice -auspices -auspicious -austere -austerer -austerest -austerities -austerity -austral -autacoid -autacoids -autarchies -autarchy -autarkic -autarkies -autarkik -autarky -autecism -autecisms -authentic -authentically -authenticate -authenticated -authenticates -authenticating -authentication -authentications -authenticities -authenticity -author -authored -authoress -authoresses -authoring -authoritarian -authoritative -authoritatively -authorities -authority -authorization -authorizations -authorize -authorized -authorizes -authorizing -authors -authorship -authorships -autism -autisms -autistic -auto -autobahn -autobahnen -autobahns -autobiographer -autobiographers -autobiographical -autobiographies -autobiography -autobus -autobuses -autobusses -autocade -autocades -autocoid -autocoids -autocracies -autocracy -autocrat -autocratic -autocratically -autocrats -autodyne -autodynes -autoed -autogamies -autogamy -autogenies -autogeny -autogiro -autogiros -autograph -autographed -autographing -autographs -autogyro -autogyros -autoing -autolyze -autolyzed -autolyzes -autolyzing -automata -automate -automateable -automated -automates -automatic -automatically -automating -automation -automations -automaton -automatons -automobile -automobiles -automotive -autonomies -autonomous -autonomously -autonomy -autopsic -autopsied -autopsies -autopsy -autopsying -autos -autosome -autosomes -autotomies -autotomy -autotype -autotypes -autotypies -autotypy -autumn -autumnal -autumns -autunite -autunites -auxeses -auxesis -auxetic -auxetics -auxiliaries -auxiliary -auxin -auxinic -auxins -ava -avail -availabilities -availability -available -availed -availing -avails -avalanche -avalanches -avarice -avarices -avast -avatar -avatars -avaunt -ave -avellan -avellane -avenge -avenged -avenger -avengers -avenges -avenging -avens -avenses -aventail -aventails -avenue -avenues -aver -average -averaged -averages -averaging -averment -averments -averred -averring -avers -averse -aversely -aversion -aversions -aversive -avert -averted -averting -averts -aves -avgas -avgases -avgasses -avian -avianize -avianized -avianizes -avianizing -avians -aviaries -aviarist -aviarists -aviary -aviate -aviated -aviates -aviating -aviation -aviations -aviator -aviators -aviatrices -aviatrix -aviatrixes -avicular -avid -avidin -avidins -avidities -avidity -avidly -avidness -avidnesses -avifauna -avifaunae -avifaunas -avigator -avigators -avion -avionic -avionics -avions -aviso -avisos -avo -avocado -avocadoes -avocados -avocation -avocations -avocet -avocets -avodire -avodires -avoid -avoidable -avoidance -avoidances -avoided -avoider -avoiders -avoiding -avoids -avoidupois -avoidupoises -avos -avoset -avosets -avouch -avouched -avoucher -avouchers -avouches -avouching -avow -avowable -avowably -avowal -avowals -avowed -avowedly -avower -avowers -avowing -avows -avulse -avulsed -avulses -avulsing -avulsion -avulsions -aw -awa -await -awaited -awaiter -awaiters -awaiting -awaits -awake -awaked -awaken -awakened -awakener -awakeners -awakening -awakens -awakes -awaking -award -awarded -awardee -awardees -awarder -awarders -awarding -awards -aware -awash -away -awayness -awaynesses -awe -aweary -aweather -awed -awee -aweigh -aweing -aweless -awes -awesome -awesomely -awful -awfuller -awfullest -awfully -awhile -awhirl -awing -awkward -awkwarder -awkwardest -awkwardly -awkwardness -awkwardnesses -awl -awless -awls -awlwort -awlworts -awmous -awn -awned -awning -awninged -awnings -awnless -awns -awny -awoke -awoken -awol -awols -awry -axal -axe -axed -axel -axels -axeman -axemen -axenic -axes -axial -axialities -axiality -axially -axil -axile -axilla -axillae -axillar -axillaries -axillars -axillary -axillas -axils -axing -axiologies -axiology -axiom -axiomatic -axioms -axis -axised -axises -axite -axites -axle -axled -axles -axletree -axletrees -axlike -axman -axmen -axolotl -axolotls -axon -axonal -axone -axones -axonic -axons -axoplasm -axoplasms -axseed -axseeds -ay -ayah -ayahs -aye -ayes -ayin -ayins -ays -azalea -azaleas -azan -azans -azide -azides -azido -azimuth -azimuthal -azimuths -azine -azines -azo -azoic -azole -azoles -azon -azonal -azonic -azons -azote -azoted -azotemia -azotemias -azotemic -azotes -azoth -azoths -azotic -azotise -azotised -azotises -azotising -azotize -azotized -azotizes -azotizing -azoturia -azoturias -azure -azures -azurite -azurites -azygos -azygoses -azygous -ba -baa -baaed -baaing -baal -baalim -baalism -baalisms -baals -baas -baba -babas -babassu -babassus -babbitt -babbitted -babbitting -babbitts -babble -babbled -babbler -babblers -babbles -babbling -babblings -babbool -babbools -babe -babel -babels -babes -babesia -babesias -babiche -babiches -babied -babies -babirusa -babirusas -babka -babkas -baboo -babool -babools -baboon -baboons -baboos -babu -babul -babuls -babus -babushka -babushkas -baby -babyhood -babyhoods -babying -babyish -bacca -baccae -baccalaureate -baccalaureates -baccara -baccaras -baccarat -baccarats -baccate -baccated -bacchant -bacchantes -bacchants -bacchic -bacchii -bacchius -bach -bached -bachelor -bachelorhood -bachelorhoods -bachelors -baches -baching -bacillar -bacillary -bacilli -bacillus -back -backache -backaches -backarrow -backarrows -backbend -backbends -backbit -backbite -backbiter -backbiters -backbites -backbiting -backbitten -backbone -backbones -backdoor -backdrop -backdrops -backed -backer -backers -backfill -backfilled -backfilling -backfills -backfire -backfired -backfires -backfiring -backgammon -backgammons -background -backgrounds -backhand -backhanded -backhanding -backhands -backhoe -backhoes -backing -backings -backlash -backlashed -backlasher -backlashers -backlashes -backlashing -backless -backlist -backlists -backlit -backlog -backlogged -backlogging -backlogs -backmost -backout -backouts -backpack -backpacked -backpacker -backpacking -backpacks -backrest -backrests -backs -backsaw -backsaws -backseat -backseats -backset -backsets -backside -backsides -backslap -backslapped -backslapping -backslaps -backslash -backslashes -backslid -backslide -backslided -backslider -backsliders -backslides -backsliding -backspace -backspaced -backspaces -backspacing -backspin -backspins -backstay -backstays -backstop -backstopped -backstopping -backstops -backup -backups -backward -backwardness -backwardnesses -backwards -backwash -backwashed -backwashes -backwashing -backwood -backwoods -backyard -backyards -bacon -bacons -bacteria -bacterial -bacterin -bacterins -bacteriologic -bacteriological -bacteriologies -bacteriologist -bacteriologists -bacteriology -bacterium -baculine -bad -baddie -baddies -baddy -bade -badge -badged -badger -badgered -badgering -badgerly -badgers -badges -badging -badinage -badinaged -badinages -badinaging -badland -badlands -badly -badman -badmen -badminton -badmintons -badmouth -badmouthed -badmouthing -badmouths -badness -badnesses -bads -baff -baffed -baffies -baffing -baffle -baffled -baffler -bafflers -baffles -baffling -baffs -baffy -bag -bagass -bagasse -bagasses -bagatelle -bagatelles -bagel -bagels -bagful -bagfuls -baggage -baggages -bagged -baggie -baggier -baggies -baggiest -baggily -bagging -baggings -baggy -bagman -bagmen -bagnio -bagnios -bagpipe -bagpiper -bagpipers -bagpipes -bags -bagsful -baguet -baguets -baguette -baguettes -bagwig -bagwigs -bagworm -bagworms -bah -bahadur -bahadurs -baht -bahts -baidarka -baidarkas -bail -bailable -bailed -bailee -bailees -bailer -bailers -bailey -baileys -bailie -bailies -bailiff -bailiffs -bailing -bailiwick -bailiwicks -bailment -bailments -bailor -bailors -bailout -bailouts -bails -bailsman -bailsmen -bairn -bairnish -bairnlier -bairnliest -bairnly -bairns -bait -baited -baiter -baiters -baith -baiting -baits -baiza -baizas -baize -baizes -bake -baked -bakemeat -bakemeats -baker -bakeries -bakers -bakery -bakes -bakeshop -bakeshops -baking -bakings -baklava -baklavas -baklawa -baklawas -bakshish -bakshished -bakshishes -bakshishing -bal -balance -balanced -balancer -balancers -balances -balancing -balas -balases -balata -balatas -balboa -balboas -balconies -balcony -bald -balded -balder -balderdash -balderdashes -baldest -baldhead -baldheads -balding -baldish -baldly -baldness -baldnesses -baldpate -baldpates -baldric -baldrick -baldricks -baldrics -balds -bale -baled -baleen -baleens -balefire -balefires -baleful -baler -balers -bales -baling -balisaur -balisaurs -balk -balked -balker -balkers -balkier -balkiest -balkily -balking -balkline -balklines -balks -balky -ball -ballad -ballade -ballades -balladic -balladries -balladry -ballads -ballast -ballasted -ballasting -ballasts -balled -baller -ballerina -ballerinas -ballers -ballet -balletic -ballets -balling -ballista -ballistae -ballistic -ballistics -ballon -ballonet -ballonets -ballonne -ballonnes -ballons -balloon -ballooned -ballooning -balloonist -balloonists -balloons -ballot -balloted -balloter -balloters -balloting -ballots -ballroom -ballrooms -balls -bally -ballyhoo -ballyhooed -ballyhooing -ballyhoos -ballyrag -ballyragged -ballyragging -ballyrags -balm -balmier -balmiest -balmily -balminess -balminesses -balmlike -balmoral -balmorals -balms -balmy -balneal -baloney -baloneys -bals -balsa -balsam -balsamed -balsamic -balsaming -balsams -balsas -baltimore -baluster -balusters -balustrade -balustrades -bambini -bambino -bambinos -bamboo -bamboos -bamboozle -bamboozled -bamboozles -bamboozling -ban -banal -banalities -banality -banally -banana -bananas -banausic -banco -bancos -band -bandage -bandaged -bandager -bandagers -bandages -bandaging -bandana -bandanas -bandanna -bandannas -bandbox -bandboxes -bandeau -bandeaus -bandeaux -banded -bander -banderol -banderols -banders -bandied -bandies -banding -bandit -banditries -banditry -bandits -banditti -bandog -bandogs -bandora -bandoras -bandore -bandores -bands -bandsman -bandsmen -bandstand -bandstands -bandwagon -bandwagons -bandwidth -bandwidths -bandy -bandying -bane -baned -baneful -banes -bang -banged -banger -bangers -banging -bangkok -bangkoks -bangle -bangles -bangs -bangtail -bangtails -bani -banian -banians -baning -banish -banished -banisher -banishers -banishes -banishing -banishment -banishments -banister -banisters -banjo -banjoes -banjoist -banjoists -banjos -bank -bankable -bankbook -bankbooks -banked -banker -bankers -banking -bankings -banknote -banknotes -bankroll -bankrolled -bankrolling -bankrolls -bankrupt -bankruptcies -bankruptcy -bankrupted -bankrupting -bankrupts -banks -banksia -banksias -bankside -banksides -banned -banner -banneret -bannerets -bannerol -bannerols -banners -bannet -bannets -banning -bannock -bannocks -banns -banquet -banqueted -banqueting -banquets -bans -banshee -banshees -banshie -banshies -bantam -bantams -banter -bantered -banterer -banterers -bantering -banters -bantling -bantlings -banyan -banyans -banzai -banzais -baobab -baobabs -baptise -baptised -baptises -baptisia -baptisias -baptising -baptism -baptismal -baptisms -baptist -baptists -baptize -baptized -baptizer -baptizers -baptizes -baptizing -bar -barathea -baratheas -barb -barbal -barbarian -barbarians -barbaric -barbarity -barbarous -barbarously -barbasco -barbascos -barbate -barbe -barbecue -barbecued -barbecues -barbecuing -barbed -barbel -barbell -barbells -barbels -barber -barbered -barbering -barberries -barberry -barbers -barbes -barbet -barbets -barbette -barbettes -barbican -barbicans -barbicel -barbicels -barbing -barbital -barbitals -barbiturate -barbiturates -barbless -barbs -barbule -barbules -barbut -barbuts -barbwire -barbwires -bard -barde -barded -bardes -bardic -barding -bards -bare -bareback -barebacked -bared -barefaced -barefit -barefoot -barefooted -barege -bareges -barehead -bareheaded -barely -bareness -barenesses -barer -bares -baresark -baresarks -barest -barf -barfed -barfing -barflies -barfly -barfs -bargain -bargained -bargaining -bargains -barge -barged -bargee -bargees -bargeman -bargemen -barges -barghest -barghests -barging -barguest -barguests -barhop -barhopped -barhopping -barhops -baric -barilla -barillas -baring -barite -barites -baritone -baritones -barium -bariums -bark -barked -barkeep -barkeeps -barker -barkers -barkier -barkiest -barking -barkless -barks -barky -barleduc -barleducs -barless -barley -barleys -barlow -barlows -barm -barmaid -barmaids -barman -barmen -barmie -barmier -barmiest -barms -barmy -barn -barnacle -barnacles -barnier -barniest -barns -barnstorm -barnstorms -barny -barnyard -barnyards -barogram -barograms -barometer -barometers -barometric -barometrical -baron -baronage -baronages -baroness -baronesses -baronet -baronetcies -baronetcy -baronets -barong -barongs -baronial -baronies -baronne -baronnes -barons -barony -baroque -baroques -barouche -barouches -barque -barques -barrable -barrack -barracked -barracking -barracks -barracuda -barracudas -barrage -barraged -barrages -barraging -barranca -barrancas -barranco -barrancos -barrater -barraters -barrator -barrators -barratries -barratry -barre -barred -barrel -barreled -barreling -barrelled -barrelling -barrels -barren -barrener -barrenest -barrenly -barrenness -barrennesses -barrens -barres -barret -barretor -barretors -barretries -barretry -barrets -barrette -barrettes -barricade -barricades -barrier -barriers -barring -barrio -barrios -barrister -barristers -barroom -barrooms -barrow -barrows -bars -barstool -barstools -bartend -bartended -bartender -bartenders -bartending -bartends -barter -bartered -barterer -barterers -bartering -barters -bartholomew -bartisan -bartisans -bartizan -bartizans -barware -barwares -barye -baryes -baryon -baryonic -baryons -baryta -barytas -baryte -barytes -barytic -barytone -barytones -bas -basal -basally -basalt -basaltes -basaltic -basalts -bascule -bascules -base -baseball -baseballs -baseborn -based -baseless -baseline -baselines -basely -baseman -basemen -basement -basements -baseness -basenesses -basenji -basenjis -baser -bases -basest -bash -bashaw -bashaws -bashed -basher -bashers -bashes -bashful -bashfulness -bashfulnesses -bashing -bashlyk -bashlyks -basic -basically -basicities -basicity -basics -basidia -basidial -basidium -basified -basifier -basifiers -basifies -basify -basifying -basil -basilar -basilary -basilic -basilica -basilicae -basilicas -basilisk -basilisks -basils -basin -basinal -basined -basinet -basinets -basing -basins -basion -basions -basis -bask -basked -basket -basketball -basketballs -basketful -basketfuls -basketries -basketry -baskets -basking -basks -basophil -basophils -basque -basques -bass -basses -basset -basseted -basseting -bassets -bassetted -bassetting -bassi -bassinet -bassinets -bassist -bassists -bassly -bassness -bassnesses -basso -bassoon -bassoons -bassos -basswood -basswoods -bassy -bast -bastard -bastardies -bastardize -bastardized -bastardizes -bastardizing -bastards -bastardy -baste -basted -baster -basters -bastes -bastile -bastiles -bastille -bastilles -basting -bastings -bastion -bastioned -bastions -basts -bat -batboy -batboys -batch -batched -batcher -batchers -batches -batching -bate -bateau -bateaux -bated -bates -batfish -batfishes -batfowl -batfowled -batfowling -batfowls -bath -bathe -bathed -bather -bathers -bathes -bathetic -bathing -bathless -bathos -bathoses -bathrobe -bathrobes -bathroom -bathrooms -baths -bathtub -bathtubs -bathyal -batik -batiks -bating -batiste -batistes -batlike -batman -batmen -baton -batons -bats -batsman -batsmen -batt -battalia -battalias -battalion -battalions -batteau -batteaux -batted -batten -battened -battener -batteners -battening -battens -batter -battered -batterie -batteries -battering -batters -battery -battier -battiest -battik -battiks -batting -battings -battle -battled -battlefield -battlefields -battlement -battlements -battler -battlers -battles -battleship -battleships -battling -batts -battu -battue -battues -batty -batwing -baubee -baubees -bauble -baubles -baud -baudekin -baudekins -baudrons -baudronses -bauds -baulk -baulked -baulkier -baulkiest -baulking -baulks -baulky -bausond -bauxite -bauxites -bauxitic -bawbee -bawbees -bawcock -bawcocks -bawd -bawdier -bawdies -bawdiest -bawdily -bawdiness -bawdinesses -bawdric -bawdrics -bawdries -bawdry -bawds -bawdy -bawl -bawled -bawler -bawlers -bawling -bawls -bawsunt -bawtie -bawties -bawty -bay -bayadeer -bayadeers -bayadere -bayaderes -bayamo -bayamos -bayard -bayards -bayberries -bayberry -bayed -baying -bayonet -bayoneted -bayoneting -bayonets -bayonetted -bayonetting -bayou -bayous -bays -baywood -baywoods -bazaar -bazaars -bazar -bazars -bazooka -bazookas -bdellium -bdelliums -be -beach -beachboy -beachboys -beachcomber -beachcombers -beached -beaches -beachhead -beachheads -beachier -beachiest -beaching -beachy -beacon -beaconed -beaconing -beacons -bead -beaded -beadier -beadiest -beadily -beading -beadings -beadle -beadles -beadlike -beadman -beadmen -beadroll -beadrolls -beads -beadsman -beadsmen -beadwork -beadworks -beady -beagle -beagles -beak -beaked -beaker -beakers -beakier -beakiest -beakless -beaklike -beaks -beaky -beam -beamed -beamier -beamiest -beamily -beaming -beamish -beamless -beamlike -beams -beamy -bean -beanbag -beanbags -beanball -beanballs -beaned -beaneries -beanery -beanie -beanies -beaning -beanlike -beano -beanos -beanpole -beanpoles -beans -bear -bearable -bearably -bearcat -bearcats -beard -bearded -bearding -beardless -beards -bearer -bearers -bearing -bearings -bearish -bearlike -bears -bearskin -bearskins -beast -beastie -beasties -beastlier -beastliest -beastliness -beastlinesses -beastly -beasts -beat -beatable -beaten -beater -beaters -beatific -beatification -beatifications -beatified -beatifies -beatify -beatifying -beating -beatings -beatless -beatnik -beatniks -beats -beau -beauish -beaus -beaut -beauteously -beauties -beautification -beautifications -beautified -beautifies -beautiful -beautifully -beautify -beautifying -beauts -beauty -beaux -beaver -beavered -beavering -beavers -bebeeru -bebeerus -beblood -beblooded -beblooding -bebloods -bebop -bebopper -beboppers -bebops -becalm -becalmed -becalming -becalms -became -becap -becapped -becapping -becaps -becarpet -becarpeted -becarpeting -becarpets -because -bechalk -bechalked -bechalking -bechalks -bechamel -bechamels -bechance -bechanced -bechances -bechancing -becharm -becharmed -becharming -becharms -beck -becked -becket -beckets -becking -beckon -beckoned -beckoner -beckoners -beckoning -beckons -becks -beclamor -beclamored -beclamoring -beclamors -beclasp -beclasped -beclasping -beclasps -becloak -becloaked -becloaking -becloaks -beclog -beclogged -beclogging -beclogs -beclothe -beclothed -beclothes -beclothing -becloud -beclouded -beclouding -beclouds -beclown -beclowned -beclowning -beclowns -become -becomes -becoming -becomingly -becomings -becoward -becowarded -becowarding -becowards -becrawl -becrawled -becrawling -becrawls -becrime -becrimed -becrimes -becriming -becrowd -becrowded -becrowding -becrowds -becrust -becrusted -becrusting -becrusts -becudgel -becudgeled -becudgeling -becudgelled -becudgelling -becudgels -becurse -becursed -becurses -becursing -becurst -bed -bedabble -bedabbled -bedabbles -bedabbling -bedamn -bedamned -bedamning -bedamns -bedarken -bedarkened -bedarkening -bedarkens -bedaub -bedaubed -bedaubing -bedaubs -bedazzle -bedazzled -bedazzles -bedazzling -bedbug -bedbugs -bedchair -bedchairs -bedclothes -bedcover -bedcovers -bedded -bedder -bedders -bedding -beddings -bedeafen -bedeafened -bedeafening -bedeafens -bedeck -bedecked -bedecking -bedecks -bedel -bedell -bedells -bedels -bedeman -bedemen -bedesman -bedesmen -bedevil -bedeviled -bedeviling -bedevilled -bedevilling -bedevils -bedew -bedewed -bedewing -bedews -bedfast -bedframe -bedframes -bedgown -bedgowns -bediaper -bediapered -bediapering -bediapers -bedight -bedighted -bedighting -bedights -bedim -bedimmed -bedimming -bedimple -bedimpled -bedimples -bedimpling -bedims -bedirtied -bedirties -bedirty -bedirtying -bedizen -bedizened -bedizening -bedizens -bedlam -bedlamp -bedlamps -bedlams -bedless -bedlike -bedmaker -bedmakers -bedmate -bedmates -bedotted -bedouin -bedouins -bedpan -bedpans -bedplate -bedplates -bedpost -bedposts -bedquilt -bedquilts -bedraggled -bedrail -bedrails -bedrape -bedraped -bedrapes -bedraping -bedrench -bedrenched -bedrenches -bedrenching -bedrid -bedridden -bedrivel -bedriveled -bedriveling -bedrivelled -bedrivelling -bedrivels -bedrock -bedrocks -bedroll -bedrolls -bedroom -bedrooms -bedrug -bedrugged -bedrugging -bedrugs -beds -bedside -bedsides -bedsonia -bedsonias -bedsore -bedsores -bedspread -bedspreads -bedstand -bedstands -bedstead -bedsteads -bedstraw -bedstraws -bedtick -bedticks -bedtime -bedtimes -beduin -beduins -bedumb -bedumbed -bedumbing -bedumbs -bedunce -bedunced -bedunces -beduncing -bedward -bedwards -bedwarf -bedwarfed -bedwarfing -bedwarfs -bee -beebee -beebees -beebread -beebreads -beech -beechen -beeches -beechier -beechiest -beechnut -beechnuts -beechy -beef -beefcake -beefcakes -beefed -beefier -beefiest -beefily -beefing -beefless -beefs -beefsteak -beefsteaks -beefwood -beefwoods -beefy -beehive -beehives -beelike -beeline -beelines -beelzebub -been -beep -beeped -beeper -beepers -beeping -beeps -beer -beerier -beeriest -beers -beery -bees -beeswax -beeswaxes -beeswing -beeswings -beet -beetle -beetled -beetles -beetling -beetroot -beetroots -beets -beeves -befall -befallen -befalling -befalls -befell -befinger -befingered -befingering -befingers -befit -befits -befitted -befitting -beflag -beflagged -beflagging -beflags -beflea -befleaed -befleaing -befleas -befleck -beflecked -beflecking -beflecks -beflower -beflowered -beflowering -beflowers -befog -befogged -befogging -befogs -befool -befooled -befooling -befools -before -beforehand -befoul -befouled -befouler -befoulers -befouling -befouls -befret -befrets -befretted -befretting -befriend -befriended -befriending -befriends -befringe -befringed -befringes -befringing -befuddle -befuddled -befuddles -befuddling -beg -begall -begalled -begalling -begalls -began -begat -begaze -begazed -begazes -begazing -beget -begets -begetter -begetters -begetting -beggar -beggared -beggaries -beggaring -beggarly -beggars -beggary -begged -begging -begin -beginner -beginners -beginning -beginnings -begins -begird -begirded -begirding -begirdle -begirdled -begirdles -begirdling -begirds -begirt -beglad -begladded -begladding -beglads -begloom -begloomed -beglooming -beglooms -begone -begonia -begonias -begorah -begorra -begorrah -begot -begotten -begrim -begrime -begrimed -begrimes -begriming -begrimmed -begrimming -begrims -begroan -begroaned -begroaning -begroans -begrudge -begrudged -begrudges -begrudging -begs -beguile -beguiled -beguiler -beguilers -beguiles -beguiling -beguine -beguines -begulf -begulfed -begulfing -begulfs -begum -begums -begun -behalf -behalves -behave -behaved -behaver -behavers -behaves -behaving -behavior -behavioral -behaviors -behead -beheaded -beheading -beheads -beheld -behemoth -behemoths -behest -behests -behind -behinds -behold -beholden -beholder -beholders -beholding -beholds -behoof -behoove -behooved -behooves -behooving -behove -behoved -behoves -behoving -behowl -behowled -behowling -behowls -beige -beiges -beigy -being -beings -bejewel -bejeweled -bejeweling -bejewelled -bejewelling -bejewels -bejumble -bejumbled -bejumbles -bejumbling -bekiss -bekissed -bekisses -bekissing -beknight -beknighted -beknighting -beknights -beknot -beknots -beknotted -beknotting -bel -belabor -belabored -belaboring -belabors -belabour -belaboured -belabouring -belabours -belaced -beladied -beladies -belady -beladying -belated -belaud -belauded -belauding -belauds -belay -belayed -belaying -belays -belch -belched -belcher -belchers -belches -belching -beldam -beldame -beldames -beldams -beleaguer -beleaguered -beleaguering -beleaguers -beleap -beleaped -beleaping -beleaps -beleapt -belfried -belfries -belfry -belga -belgas -belie -belied -belief -beliefs -belier -beliers -belies -believable -believably -believe -believed -believer -believers -believes -believing -belike -beliquor -beliquored -beliquoring -beliquors -belittle -belittled -belittles -belittling -belive -bell -belladonna -belladonnas -bellbird -bellbirds -bellboy -bellboys -belle -belled -belleek -belleeks -belles -bellhop -bellhops -bellicose -bellicosities -bellicosity -bellied -bellies -belligerence -belligerences -belligerencies -belligerency -belligerent -belligerents -belling -bellman -bellmen -bellow -bellowed -bellower -bellowers -bellowing -bellows -bellpull -bellpulls -bells -bellwether -bellwethers -bellwort -bellworts -belly -bellyache -bellyached -bellyaches -bellyaching -bellyful -bellyfuls -bellying -belong -belonged -belonging -belongings -belongs -beloved -beloveds -below -belows -bels -belt -belted -belting -beltings -beltless -beltline -beltlines -belts -beltway -beltways -beluga -belugas -belying -bema -bemadam -bemadamed -bemadaming -bemadams -bemadden -bemaddened -bemaddening -bemaddens -bemas -bemata -bemean -bemeaned -bemeaning -bemeans -bemingle -bemingled -bemingles -bemingling -bemire -bemired -bemires -bemiring -bemist -bemisted -bemisting -bemists -bemix -bemixed -bemixes -bemixing -bemixt -bemoan -bemoaned -bemoaning -bemoans -bemock -bemocked -bemocking -bemocks -bemuddle -bemuddled -bemuddles -bemuddling -bemurmur -bemurmured -bemurmuring -bemurmurs -bemuse -bemused -bemuses -bemusing -bemuzzle -bemuzzled -bemuzzles -bemuzzling -ben -bename -benamed -benames -benaming -bench -benched -bencher -benchers -benches -benching -bend -bendable -benday -bendayed -bendaying -bendays -bended -bendee -bendees -bender -benders -bending -bends -bendways -bendwise -bendy -bendys -bene -beneath -benedick -benedicks -benedict -benediction -benedictions -benedicts -benefaction -benefactions -benefactor -benefactors -benefactress -benefactresses -benefic -benefice -beneficed -beneficence -beneficences -beneficent -benefices -beneficial -beneficially -beneficiaries -beneficiary -beneficing -benefit -benefited -benefiting -benefits -benefitted -benefitting -benempt -benempted -benes -benevolence -benevolences -benevolent -benign -benignities -benignity -benignly -benison -benisons -benjamin -benjamins -benne -bennes -bennet -bennets -benni -bennies -bennis -benny -bens -bent -benthal -benthic -benthos -benthoses -bents -bentwood -bentwoods -benumb -benumbed -benumbing -benumbs -benzal -benzene -benzenes -benzidin -benzidins -benzin -benzine -benzines -benzins -benzoate -benzoates -benzoic -benzoin -benzoins -benzol -benzole -benzoles -benzols -benzoyl -benzoyls -benzyl -benzylic -benzyls -bepaint -bepainted -bepainting -bepaints -bepimple -bepimpled -bepimples -bepimpling -bequeath -bequeathed -bequeathing -bequeaths -bequest -bequests -berake -beraked -berakes -beraking -berascal -berascaled -berascaling -berascals -berate -berated -berates -berating -berberin -berberins -berceuse -berceuses -bereave -bereaved -bereavement -bereavements -bereaver -bereavers -bereaves -bereaving -bereft -beret -berets -beretta -berettas -berg -bergamot -bergamots -bergs -berhyme -berhymed -berhymes -berhyming -beriber -beribers -berime -berimed -berimes -beriming -beringed -berlin -berline -berlines -berlins -berm -berme -bermes -berms -bernicle -bernicles -bernstein -berobed -berouged -berretta -berrettas -berried -berries -berry -berrying -berseem -berseems -berserk -berserks -berth -bertha -berthas -berthed -berthing -berths -beryl -beryline -beryls -bescorch -bescorched -bescorches -bescorching -bescour -bescoured -bescouring -bescours -bescreen -bescreened -bescreening -bescreens -beseech -beseeched -beseeches -beseeching -beseem -beseemed -beseeming -beseems -beset -besets -besetter -besetters -besetting -beshadow -beshadowed -beshadowing -beshadows -beshame -beshamed -beshames -beshaming -beshiver -beshivered -beshivering -beshivers -beshout -beshouted -beshouting -beshouts -beshrew -beshrewed -beshrewing -beshrews -beshroud -beshrouded -beshrouding -beshrouds -beside -besides -besiege -besieged -besieger -besiegers -besieges -besieging -beslaved -beslime -beslimed -beslimes -besliming -besmear -besmeared -besmearing -besmears -besmile -besmiled -besmiles -besmiling -besmirch -besmirched -besmirches -besmirching -besmoke -besmoked -besmokes -besmoking -besmooth -besmoothed -besmoothing -besmooths -besmudge -besmudged -besmudges -besmudging -besmut -besmuts -besmutted -besmutting -besnow -besnowed -besnowing -besnows -besom -besoms -besoothe -besoothed -besoothes -besoothing -besot -besots -besotted -besotting -besought -bespake -bespeak -bespeaking -bespeaks -bespoke -bespoken -bespouse -bespoused -bespouses -bespousing -bespread -bespreading -bespreads -besprent -best -bestead -besteaded -besteading -besteads -bested -bestial -bestialities -bestiality -bestiaries -bestiary -besting -bestir -bestirred -bestirring -bestirs -bestow -bestowal -bestowals -bestowed -bestowing -bestows -bestrew -bestrewed -bestrewing -bestrewn -bestrews -bestrid -bestridden -bestride -bestrides -bestriding -bestrode -bestrow -bestrowed -bestrowing -bestrown -bestrows -bests -bestud -bestudded -bestudding -bestuds -beswarm -beswarmed -beswarming -beswarms -bet -beta -betaine -betaines -betake -betaken -betakes -betaking -betas -betatron -betatrons -betatter -betattered -betattering -betatters -betaxed -betel -betelnut -betelnuts -betels -beth -bethank -bethanked -bethanking -bethanks -bethel -bethels -bethink -bethinking -bethinks -bethorn -bethorned -bethorning -bethorns -bethought -beths -bethump -bethumped -bethumping -bethumps -betide -betided -betides -betiding -betime -betimes -betise -betises -betoken -betokened -betokening -betokens -beton -betonies -betons -betony -betook -betray -betrayal -betrayals -betrayed -betrayer -betrayers -betraying -betrays -betroth -betrothal -betrothals -betrothed -betrotheds -betrothing -betroths -bets -betta -bettas -betted -better -bettered -bettering -betterment -betterments -betters -betting -bettor -bettors -between -betwixt -beuncled -bevatron -bevatrons -bevel -beveled -beveler -bevelers -beveling -bevelled -beveller -bevellers -bevelling -bevels -beverage -beverages -bevies -bevomit -bevomited -bevomiting -bevomits -bevor -bevors -bevy -bewail -bewailed -bewailer -bewailers -bewailing -bewails -beware -bewared -bewares -bewaring -bewearied -bewearies -beweary -bewearying -beweep -beweeping -beweeps -bewept -bewig -bewigged -bewigging -bewigs -bewilder -bewildered -bewildering -bewilderment -bewilderments -bewilders -bewinged -bewitch -bewitched -bewitches -bewitching -beworm -bewormed -beworming -beworms -beworried -beworries -beworry -beworrying -bewrap -bewrapped -bewrapping -bewraps -bewrapt -bewray -bewrayed -bewrayer -bewrayers -bewraying -bewrays -bey -beylic -beylics -beylik -beyliks -beyond -beyonds -beys -bezant -bezants -bezel -bezels -bezil -bezils -bezique -beziques -bezoar -bezoars -bezzant -bezzants -bhakta -bhaktas -bhakti -bhaktis -bhang -bhangs -bheestie -bheesties -bheesty -bhistie -bhisties -bhoot -bhoots -bhut -bhuts -bi -biacetyl -biacetyls -bialy -bialys -biannual -biannually -bias -biased -biasedly -biases -biasing -biasness -biasnesses -biassed -biasses -biassing -biathlon -biathlons -biaxal -biaxial -bib -bibasic -bibasilar -bibb -bibbed -bibber -bibberies -bibbers -bibbery -bibbing -bibbs -bibcock -bibcocks -bibelot -bibelots -bible -bibles -bibless -biblical -biblike -bibliographer -bibliographers -bibliographic -bibliographical -bibliographies -bibliography -bibs -bibulous -bicameral -bicarb -bicarbonate -bicarbonates -bicarbs -bice -bicentennial -bicentennials -biceps -bicepses -bices -bichrome -bicker -bickered -bickerer -bickerers -bickering -bickers -bicolor -bicolored -bicolors -bicolour -bicolours -biconcave -biconcavities -biconcavity -biconvex -biconvexities -biconvexity -bicorn -bicorne -bicornes -bicron -bicrons -bicultural -bicuspid -bicuspids -bicycle -bicycled -bicycler -bicyclers -bicycles -bicyclic -bicycling -bid -bidarka -bidarkas -bidarkee -bidarkees -biddable -biddably -bidden -bidder -bidders -biddies -bidding -biddings -biddy -bide -bided -bidental -bider -biders -bides -bidet -bidets -biding -bidirectional -bids -bield -bielded -bielding -bields -biennia -biennial -biennially -biennials -biennium -bienniums -bier -biers -bifacial -biff -biffed -biffies -biffin -biffing -biffins -biffs -biffy -bifid -bifidities -bifidity -bifidly -bifilar -biflex -bifocal -bifocals -bifold -biforate -biforked -biform -biformed -bifunctional -big -bigamies -bigamist -bigamists -bigamous -bigamy -bigaroon -bigaroons -bigeminies -bigeminy -bigeye -bigeyes -bigger -biggest -biggety -biggie -biggies -biggin -bigging -biggings -biggins -biggish -biggity -bighead -bigheads -bighorn -bighorns -bight -bighted -bighting -bights -bigly -bigmouth -bigmouths -bigness -bignesses -bignonia -bignonias -bigot -bigoted -bigotries -bigotry -bigots -bigwig -bigwigs -bihourly -bijou -bijous -bijoux -bijugate -bijugous -bike -biked -biker -bikers -bikes -bikeway -bikeways -biking -bikini -bikinied -bikinis -bilabial -bilabials -bilander -bilanders -bilateral -bilaterally -bilberries -bilberry -bilbo -bilboa -bilboas -bilboes -bilbos -bile -biles -bilge -bilged -bilges -bilgier -bilgiest -bilging -bilgy -biliary -bilinear -bilingual -bilious -biliousness -biliousnesses -bilirubin -bilk -bilked -bilker -bilkers -bilking -bilks -bill -billable -billboard -billboards -billbug -billbugs -billed -biller -billers -billet -billeted -billeter -billeters -billeting -billets -billfish -billfishes -billfold -billfolds -billhead -billheads -billhook -billhooks -billiard -billiards -billie -billies -billing -billings -billion -billions -billionth -billionths -billon -billons -billow -billowed -billowier -billowiest -billowing -billows -billowy -bills -billy -billycan -billycans -bilobate -bilobed -bilsted -bilsteds -biltong -biltongs -bima -bimah -bimahs -bimanous -bimanual -bimas -bimensal -bimester -bimesters -bimetal -bimetallic -bimetals -bimethyl -bimethyls -bimodal -bin -binal -binaries -binary -binate -binately -binational -binationalism -binationalisms -binaural -bind -bindable -binder -binderies -binders -bindery -binding -bindings -bindle -bindles -binds -bindweed -bindweeds -bine -bines -binge -binges -bingo -bingos -binit -binits -binnacle -binnacles -binned -binning -binocle -binocles -binocular -binocularly -binoculars -binomial -binomials -bins -bint -bints -bio -bioassay -bioassayed -bioassaying -bioassays -biochemical -biochemicals -biochemist -biochemistries -biochemistry -biochemists -biocidal -biocide -biocides -bioclean -biocycle -biocycles -biodegradabilities -biodegradability -biodegradable -biodegradation -biodegradations -biodegrade -biodegraded -biodegrades -biodegrading -biogen -biogenic -biogenies -biogens -biogeny -biographer -biographers -biographic -biographical -biographies -biography -bioherm -bioherms -biologic -biological -biologics -biologies -biologist -biologists -biology -biolyses -biolysis -biolytic -biomass -biomasses -biome -biomedical -biomes -biometries -biometry -bionic -bionics -bionomic -bionomies -bionomy -biont -biontic -bionts -biophysical -biophysicist -biophysicists -biophysics -bioplasm -bioplasms -biopsic -biopsies -biopsy -bioptic -bios -bioscope -bioscopes -bioscopies -bioscopy -biota -biotas -biotic -biotical -biotics -biotin -biotins -biotite -biotites -biotitic -biotope -biotopes -biotron -biotrons -biotype -biotypes -biotypic -biovular -bipack -bipacks -biparental -biparous -biparted -bipartisan -biparty -biped -bipedal -bipeds -biphenyl -biphenyls -biplane -biplanes -bipod -bipods -bipolar -biracial -biracially -biradial -biramose -biramous -birch -birched -birchen -birches -birching -bird -birdbath -birdbaths -birdbrained -birdcage -birdcages -birdcall -birdcalls -birded -birder -birders -birdfarm -birdfarms -birdhouse -birdhouses -birdie -birdied -birdieing -birdies -birding -birdlike -birdlime -birdlimed -birdlimes -birdliming -birdman -birdmen -birds -birdseed -birdseeds -birdseye -birdseyes -bireme -biremes -biretta -birettas -birk -birkie -birkies -birks -birl -birle -birled -birler -birlers -birles -birling -birlings -birls -birr -birred -birretta -birrettas -birring -birrs -birse -birses -birth -birthdate -birthdates -birthday -birthdays -birthed -birthing -birthplace -birthplaces -birthrate -birthrates -births -bis -biscuit -biscuits -bise -bisect -bisected -bisecting -bisection -bisections -bisector -bisectors -bisects -bises -bisexual -bisexuals -bishop -bishoped -bishoping -bishops -bisk -bisks -bismuth -bismuths -bisnaga -bisnagas -bison -bisons -bisque -bisques -bistate -bister -bistered -bisters -bistort -bistorts -bistouries -bistoury -bistre -bistred -bistres -bistro -bistroic -bistros -bit -bitable -bitch -bitched -bitcheries -bitchery -bitches -bitchier -bitchiest -bitchily -bitching -bitchy -bite -biteable -biter -biters -bites -bitewing -bitewings -biting -bitingly -bits -bitstock -bitstocks -bitsy -bitt -bitted -bitten -bitter -bittered -bitterer -bitterest -bittering -bitterly -bittern -bitterness -bitternesses -bitterns -bitters -bittier -bittiest -bitting -bittings -bittock -bittocks -bitts -bitty -bitumen -bitumens -bituminous -bivalent -bivalents -bivalve -bivalved -bivalves -bivinyl -bivinyls -bivouac -bivouacked -bivouacking -bivouacks -bivouacs -biweeklies -biweekly -biyearly -bizarre -bizarrely -bizarres -bize -bizes -biznaga -biznagas -bizonal -bizone -bizones -blab -blabbed -blabber -blabbered -blabbering -blabbers -blabbing -blabby -blabs -black -blackball -blackballs -blackberries -blackberry -blackbird -blackbirds -blackboard -blackboards -blackboy -blackboys -blackcap -blackcaps -blacked -blacken -blackened -blackening -blackens -blacker -blackest -blackfin -blackfins -blackflies -blackfly -blackguard -blackguards -blackgum -blackgums -blackhead -blackheads -blacking -blackings -blackish -blackjack -blackjacks -blackleg -blacklegs -blacklist -blacklisted -blacklisting -blacklists -blackly -blackmail -blackmailed -blackmailer -blackmailers -blackmailing -blackmails -blackness -blacknesses -blackout -blackouts -blacks -blacksmith -blacksmiths -blacktop -blacktopped -blacktopping -blacktops -bladder -bladders -bladdery -blade -bladed -blades -blae -blah -blahs -blain -blains -blamable -blamably -blame -blamed -blameful -blameless -blamelessly -blamer -blamers -blames -blameworthiness -blameworthinesses -blameworthy -blaming -blanch -blanched -blancher -blanchers -blanches -blanching -bland -blander -blandest -blandish -blandished -blandishes -blandishing -blandishment -blandishments -blandly -blandness -blandnesses -blank -blanked -blanker -blankest -blanket -blanketed -blanketing -blankets -blanking -blankly -blankness -blanknesses -blanks -blare -blared -blares -blaring -blarney -blarneyed -blarneying -blarneys -blase -blaspheme -blasphemed -blasphemes -blasphemies -blaspheming -blasphemous -blasphemy -blast -blasted -blastema -blastemas -blastemata -blaster -blasters -blastie -blastier -blasties -blastiest -blasting -blastings -blastoff -blastoffs -blastoma -blastomas -blastomata -blasts -blastula -blastulae -blastulas -blasty -blat -blatancies -blatancy -blatant -blate -blather -blathered -blathering -blathers -blats -blatted -blatter -blattered -blattering -blatters -blatting -blaubok -blauboks -blaw -blawed -blawing -blawn -blaws -blaze -blazed -blazer -blazers -blazes -blazing -blazon -blazoned -blazoner -blazoners -blazoning -blazonries -blazonry -blazons -bleach -bleached -bleacher -bleachers -bleaches -bleaching -bleak -bleaker -bleakest -bleakish -bleakly -bleakness -bleaknesses -bleaks -blear -bleared -blearier -bleariest -blearily -blearing -blears -bleary -bleat -bleated -bleater -bleaters -bleating -bleats -bleb -blebby -blebs -bled -bleed -bleeder -bleeders -bleeding -bleedings -bleeds -blellum -blellums -blemish -blemished -blemishes -blemishing -blench -blenched -blencher -blenchers -blenches -blenching -blend -blende -blended -blender -blenders -blendes -blending -blends -blennies -blenny -blent -bleomycin -blesbok -blesboks -blesbuck -blesbucks -bless -blessed -blesseder -blessedest -blessedness -blessednesses -blesser -blessers -blesses -blessing -blessings -blest -blet -blether -blethered -blethering -blethers -blets -blew -blight -blighted -blighter -blighters -blighties -blighting -blights -blighty -blimey -blimp -blimpish -blimps -blimy -blin -blind -blindage -blindages -blinded -blinder -blinders -blindest -blindfold -blindfolded -blindfolding -blindfolds -blinding -blindly -blindness -blindnesses -blinds -blini -blinis -blink -blinkard -blinkards -blinked -blinker -blinkered -blinkering -blinkers -blinking -blinks -blintz -blintze -blintzes -blip -blipped -blipping -blips -bliss -blisses -blissful -blissfully -blister -blistered -blistering -blisters -blistery -blite -blites -blithe -blithely -blither -blithered -blithering -blithers -blithesome -blithest -blitz -blitzed -blitzes -blitzing -blizzard -blizzards -bloat -bloated -bloater -bloaters -bloating -bloats -blob -blobbed -blobbing -blobs -bloc -block -blockade -blockaded -blockades -blockading -blockage -blockages -blocked -blocker -blockers -blockier -blockiest -blocking -blockish -blocks -blocky -blocs -bloke -blokes -blond -blonde -blonder -blondes -blondest -blondish -blonds -blood -bloodcurdling -blooded -bloodfin -bloodfins -bloodhound -bloodhounds -bloodied -bloodier -bloodies -bloodiest -bloodily -blooding -bloodings -bloodless -bloodmobile -bloodmobiles -bloodred -bloods -bloodshed -bloodsheds -bloodstain -bloodstained -bloodstains -bloodsucker -bloodsuckers -bloodsucking -bloodsuckings -bloodthirstily -bloodthirstiness -bloodthirstinesses -bloodthirsty -bloody -bloodying -bloom -bloomed -bloomer -bloomeries -bloomers -bloomery -bloomier -bloomiest -blooming -blooms -bloomy -bloop -blooped -blooper -bloopers -blooping -bloops -blossom -blossomed -blossoming -blossoms -blossomy -blot -blotch -blotched -blotches -blotchier -blotchiest -blotching -blotchy -blotless -blots -blotted -blotter -blotters -blottier -blottiest -blotting -blotto -blotty -blouse -bloused -blouses -blousier -blousiest -blousily -blousing -blouson -blousons -blousy -blow -blowback -blowbacks -blowby -blowbys -blower -blowers -blowfish -blowfishes -blowflies -blowfly -blowgun -blowguns -blowhard -blowhards -blowhole -blowholes -blowier -blowiest -blowing -blown -blowoff -blowoffs -blowout -blowouts -blowpipe -blowpipes -blows -blowsed -blowsier -blowsiest -blowsily -blowsy -blowtorch -blowtorches -blowtube -blowtubes -blowup -blowups -blowy -blowzed -blowzier -blowziest -blowzily -blowzy -blubber -blubbered -blubbering -blubbers -blubbery -blucher -bluchers -bludgeon -bludgeoned -bludgeoning -bludgeons -blue -blueball -blueballs -bluebell -bluebells -blueberries -blueberry -bluebill -bluebills -bluebird -bluebirds -bluebook -bluebooks -bluecap -bluecaps -bluecoat -bluecoats -blued -bluefin -bluefins -bluefish -bluefishes -bluegill -bluegills -bluegum -bluegums -bluehead -blueheads -blueing -blueings -blueish -bluejack -bluejacks -bluejay -bluejays -blueline -bluelines -bluely -blueness -bluenesses -bluenose -bluenoses -blueprint -blueprinted -blueprinting -blueprints -bluer -blues -bluesman -bluesmen -bluest -bluestem -bluestems -bluesy -bluet -bluets -blueweed -blueweeds -bluewood -bluewoods -bluey -blueys -bluff -bluffed -bluffer -bluffers -bluffest -bluffing -bluffly -bluffs -bluing -bluings -bluish -blume -blumed -blumes -bluming -blunder -blunderbuss -blunderbusses -blundered -blundering -blunders -blunge -blunged -blunger -blungers -blunges -blunging -blunt -blunted -blunter -bluntest -blunting -bluntly -bluntness -bluntnesses -blunts -blur -blurb -blurbs -blurred -blurrier -blurriest -blurrily -blurring -blurry -blurs -blurt -blurted -blurter -blurters -blurting -blurts -blush -blushed -blusher -blushers -blushes -blushful -blushing -bluster -blustered -blustering -blusters -blustery -blype -blypes -bo -boa -boar -board -boarded -boarder -boarders -boarding -boardings -boardman -boardmen -boards -boardwalk -boardwalks -boarfish -boarfishes -boarish -boars -boart -boarts -boas -boast -boasted -boaster -boasters -boastful -boastfully -boasting -boasts -boat -boatable -boatbill -boatbills -boated -boatel -boatels -boater -boaters -boating -boatings -boatload -boatloads -boatman -boatmen -boats -boatsman -boatsmen -boatswain -boatswains -boatyard -boatyards -bob -bobbed -bobber -bobberies -bobbers -bobbery -bobbies -bobbin -bobbinet -bobbinets -bobbing -bobbins -bobble -bobbled -bobbles -bobbling -bobby -bobcat -bobcats -bobeche -bobeches -bobolink -bobolinks -bobs -bobsled -bobsleded -bobsleding -bobsleds -bobstay -bobstays -bobtail -bobtailed -bobtailing -bobtails -bobwhite -bobwhites -bocaccio -bocaccios -bocce -bocces -bocci -boccia -boccias -boccie -boccies -boccis -boche -boches -bock -bocks -bod -bode -boded -bodega -bodegas -bodement -bodements -bodes -bodice -bodices -bodied -bodies -bodiless -bodily -boding -bodingly -bodings -bodkin -bodkins -bods -body -bodying -bodysurf -bodysurfed -bodysurfing -bodysurfs -bodywork -bodyworks -boehmite -boehmites -boff -boffin -boffins -boffo -boffola -boffolas -boffos -boffs -bog -bogan -bogans -bogbean -bogbeans -bogey -bogeyed -bogeying -bogeyman -bogeymen -bogeys -bogged -boggier -boggiest -bogging -boggish -boggle -boggled -boggler -bogglers -boggles -boggling -boggy -bogie -bogies -bogle -bogles -bogs -bogus -bogwood -bogwoods -bogy -bogyism -bogyisms -bogyman -bogymen -bogys -bohea -boheas -bohemia -bohemian -bohemians -bohemias -bohunk -bohunks -boil -boilable -boiled -boiler -boilers -boiling -boils -boisterous -boisterously -boite -boites -bola -bolar -bolas -bolases -bold -bolder -boldest -boldface -boldfaced -boldfaces -boldfacing -boldly -boldness -boldnesses -bole -bolero -boleros -boles -bolete -boletes -boleti -boletus -boletuses -bolide -bolides -bolivar -bolivares -bolivars -bolivia -bolivias -boll -bollard -bollards -bolled -bolling -bollix -bollixed -bollixes -bollixing -bollox -bolloxed -bolloxes -bolloxing -bolls -bollworm -bollworms -bolo -bologna -bolognas -boloney -boloneys -bolos -bolshevik -bolson -bolsons -bolster -bolstered -bolstering -bolsters -bolt -bolted -bolter -bolters -bolthead -boltheads -bolting -boltonia -boltonias -boltrope -boltropes -bolts -bolus -boluses -bomb -bombard -bombarded -bombardier -bombardiers -bombarding -bombardment -bombardments -bombards -bombast -bombastic -bombasts -bombe -bombed -bomber -bombers -bombes -bombing -bombload -bombloads -bombproof -bombs -bombshell -bombshells -bombycid -bombycids -bombyx -bombyxes -bonaci -bonacis -bonanza -bonanzas -bonbon -bonbons -bond -bondable -bondage -bondages -bonded -bonder -bonders -bondholder -bondholders -bonding -bondmaid -bondmaids -bondman -bondmen -bonds -bondsman -bondsmen -bonduc -bonducs -bondwoman -bondwomen -bone -boned -bonefish -bonefishes -bonehead -boneheads -boneless -boner -boners -bones -boneset -bonesets -boney -boneyard -boneyards -bonfire -bonfires -bong -bonged -bonging -bongo -bongoes -bongoist -bongoists -bongos -bongs -bonhomie -bonhomies -bonier -boniest -boniface -bonifaces -boniness -boninesses -boning -bonita -bonitas -bonito -bonitoes -bonitos -bonkers -bonne -bonnes -bonnet -bonneted -bonneting -bonnets -bonnie -bonnier -bonniest -bonnily -bonnock -bonnocks -bonny -bonsai -bonspell -bonspells -bonspiel -bonspiels -bontebok -bonteboks -bonus -bonuses -bony -bonze -bonzer -bonzes -boo -boob -boobies -booboo -booboos -boobs -booby -boodle -boodled -boodler -boodlers -boodles -boodling -booed -booger -boogers -boogie -boogies -boogyman -boogymen -boohoo -boohooed -boohooing -boohoos -booing -book -bookcase -bookcases -booked -bookend -bookends -booker -bookers -bookie -bookies -booking -bookings -bookish -bookkeeper -bookkeepers -bookkeeping -bookkeepings -booklet -booklets -booklore -booklores -bookmaker -bookmakers -bookmaking -bookmakings -bookman -bookmark -bookmarks -bookmen -bookrack -bookracks -bookrest -bookrests -books -bookseller -booksellers -bookshelf -bookshelfs -bookshop -bookshops -bookstore -bookstores -bookworm -bookworms -boom -boomed -boomer -boomerang -boomerangs -boomers -boomier -boomiest -booming -boomkin -boomkins -boomlet -boomlets -booms -boomtown -boomtowns -boomy -boon -boondocks -boonies -boons -boor -boorish -boors -boos -boost -boosted -booster -boosters -boosting -boosts -boot -booted -bootee -bootees -booteries -bootery -booth -booths -bootie -booties -booting -bootjack -bootjacks -bootlace -bootlaces -bootleg -bootlegged -bootlegger -bootleggers -bootlegging -bootlegs -bootless -bootlick -bootlicked -bootlicking -bootlicks -boots -booty -booze -boozed -boozer -boozers -boozes -boozier -booziest -boozily -boozing -boozy -bop -bopped -bopper -boppers -bopping -bops -bora -boraces -boracic -boracite -boracites -borage -borages -borane -boranes -boras -borate -borated -borates -borax -boraxes -borazon -borazons -bordel -bordello -bordellos -bordels -border -bordered -borderer -borderers -bordering -borderline -borders -bordure -bordures -bore -boreal -borecole -borecoles -bored -boredom -boredoms -borer -borers -bores -boric -boride -borides -boring -boringly -borings -born -borne -borneol -borneols -bornite -bornites -boron -boronic -borons -borough -boroughs -borrow -borrowed -borrower -borrowers -borrowing -borrows -borsch -borsches -borscht -borschts -borstal -borstals -bort -borts -borty -bortz -bortzes -borzoi -borzois -bos -boscage -boscages -boschbok -boschboks -bosh -boshbok -boshboks -boshes -boshvark -boshvarks -bosk -boskage -boskages -bosker -bosket -boskets -boskier -boskiest -bosks -bosky -bosom -bosomed -bosoming -bosoms -bosomy -boson -bosons -bosque -bosques -bosquet -bosquets -boss -bossdom -bossdoms -bossed -bosses -bossier -bossies -bossiest -bossily -bossing -bossism -bossisms -bossy -boston -bostons -bosun -bosuns -bot -botanic -botanical -botanies -botanise -botanised -botanises -botanising -botanist -botanists -botanize -botanized -botanizes -botanizing -botany -botch -botched -botcher -botcheries -botchers -botchery -botches -botchier -botchiest -botchily -botching -botchy -botel -botels -botflies -botfly -both -bother -bothered -bothering -bothers -bothersome -botonee -botonnee -botryoid -botryose -bots -bott -bottle -bottled -bottleneck -bottlenecks -bottler -bottlers -bottles -bottling -bottom -bottomed -bottomer -bottomers -bottoming -bottomless -bottomries -bottomry -bottoms -botts -botulin -botulins -botulism -botulisms -boucle -boucles -boudoir -boudoirs -bouffant -bouffants -bouffe -bouffes -bough -boughed -boughpot -boughpots -boughs -bought -boughten -bougie -bougies -bouillon -bouillons -boulder -boulders -bouldery -boule -boules -boulle -boulles -bounce -bounced -bouncer -bouncers -bounces -bouncier -bounciest -bouncily -bouncing -bouncy -bound -boundaries -boundary -bounded -bounden -bounder -bounders -bounding -boundless -boundlessness -boundlessnesses -bounds -bounteous -bounteously -bountied -bounties -bountiful -bountifully -bounty -bouquet -bouquets -bourbon -bourbons -bourdon -bourdons -bourg -bourgeois -bourgeoisie -bourgeoisies -bourgeon -bourgeoned -bourgeoning -bourgeons -bourgs -bourn -bourne -bournes -bourns -bourree -bourrees -bourse -bourses -bourtree -bourtrees -bouse -boused -bouses -bousing -bousouki -bousoukia -bousoukis -bousy -bout -boutique -boutiques -bouts -bouzouki -bouzoukia -bouzoukis -bovid -bovids -bovine -bovinely -bovines -bovinities -bovinity -bow -bowed -bowel -boweled -boweling -bowelled -bowelling -bowels -bower -bowered -boweries -bowering -bowers -bowery -bowfin -bowfins -bowfront -bowhead -bowheads -bowing -bowingly -bowings -bowknot -bowknots -bowl -bowlder -bowlders -bowled -bowleg -bowlegs -bowler -bowlers -bowless -bowlful -bowlfuls -bowlike -bowline -bowlines -bowling -bowlings -bowllike -bowls -bowman -bowmen -bowpot -bowpots -bows -bowse -bowsed -bowses -bowshot -bowshots -bowsing -bowsprit -bowsprits -bowwow -bowwows -bowyer -bowyers -box -boxberries -boxberry -boxcar -boxcars -boxed -boxer -boxers -boxes -boxfish -boxfishes -boxful -boxfuls -boxhaul -boxhauled -boxhauling -boxhauls -boxier -boxiest -boxiness -boxinesses -boxing -boxings -boxlike -boxthorn -boxthorns -boxwood -boxwoods -boxy -boy -boyar -boyard -boyards -boyarism -boyarisms -boyars -boycott -boycotted -boycotting -boycotts -boyhood -boyhoods -boyish -boyishly -boyishness -boyishnesses -boyla -boylas -boyo -boyos -boys -bozo -bozos -bra -brabble -brabbled -brabbler -brabblers -brabbles -brabbling -brace -braced -bracelet -bracelets -bracer -bracero -braceros -bracers -braces -brach -braches -brachet -brachets -brachia -brachial -brachials -brachium -bracing -bracings -bracken -brackens -bracket -bracketed -bracketing -brackets -brackish -bract -bracteal -bracted -bractlet -bractlets -bracts -brad -bradawl -bradawls -bradded -bradding -bradoon -bradoons -brads -brae -braes -brag -braggart -braggarts -bragged -bragger -braggers -braggest -braggier -braggiest -bragging -braggy -brags -brahma -brahmas -braid -braided -braider -braiders -braiding -braidings -braids -brail -brailed -brailing -braille -brailled -brailles -brailling -brails -brain -brained -brainier -brainiest -brainily -braining -brainish -brainless -brainpan -brainpans -brains -brainstorm -brainstorms -brainy -braise -braised -braises -braising -braize -braizes -brake -brakeage -brakeages -braked -brakeman -brakemen -brakes -brakier -brakiest -braking -braky -bramble -brambled -brambles -bramblier -brambliest -brambling -brambly -bran -branch -branched -branches -branchia -branchiae -branchier -branchiest -branching -branchy -brand -branded -brander -branders -brandied -brandies -branding -brandish -brandished -brandishes -brandishing -brands -brandy -brandying -brank -branks -branned -branner -branners -brannier -branniest -branning -branny -brans -brant -brantail -brantails -brants -bras -brash -brasher -brashes -brashest -brashier -brashiest -brashly -brashy -brasier -brasiers -brasil -brasilin -brasilins -brasils -brass -brassage -brassages -brassard -brassards -brassart -brassarts -brasses -brassica -brassicas -brassie -brassier -brassiere -brassieres -brassies -brassiest -brassily -brassish -brassy -brat -brats -brattice -bratticed -brattices -bratticing -brattier -brattiest -brattish -brattle -brattled -brattles -brattling -bratty -braunite -braunites -brava -bravado -bravadoes -bravados -bravas -brave -braved -bravely -braver -braveries -bravers -bravery -braves -bravest -braving -bravo -bravoed -bravoes -bravoing -bravos -bravura -bravuras -bravure -braw -brawer -brawest -brawl -brawled -brawler -brawlers -brawlie -brawlier -brawliest -brawling -brawls -brawly -brawn -brawnier -brawniest -brawnily -brawns -brawny -braws -braxies -braxy -bray -brayed -brayer -brayers -braying -brays -braza -brazas -braze -brazed -brazen -brazened -brazening -brazenly -brazenness -brazennesses -brazens -brazer -brazers -brazes -brazier -braziers -brazil -brazilin -brazilins -brazils -brazing -breach -breached -breacher -breachers -breaches -breaching -bread -breaded -breading -breadnut -breadnuts -breads -breadth -breadths -breadwinner -breadwinners -break -breakable -breakage -breakages -breakdown -breakdowns -breaker -breakers -breakfast -breakfasted -breakfasting -breakfasts -breaking -breakings -breakout -breakouts -breaks -breakthrough -breakthroughs -breakup -breakups -bream -breamed -breaming -breams -breast -breastbone -breastbones -breasted -breasting -breasts -breath -breathe -breathed -breather -breathers -breathes -breathier -breathiest -breathing -breathless -breathlessly -breaths -breathtaking -breathy -breccia -breccial -breccias -brecham -brechams -brechan -brechans -bred -brede -bredes -bree -breech -breeched -breeches -breeching -breed -breeder -breeders -breeding -breedings -breeds -breeks -brees -breeze -breezed -breezes -breezier -breeziest -breezily -breezing -breezy -bregma -bregmata -bregmate -brent -brents -brethren -breve -breves -brevet -brevetcies -brevetcy -breveted -breveting -brevets -brevetted -brevetting -breviaries -breviary -brevier -breviers -brevities -brevity -brew -brewage -brewages -brewed -brewer -breweries -brewers -brewery -brewing -brewings -brewis -brewises -brews -briar -briard -briards -briars -briary -bribable -bribe -bribed -briber -briberies -bribers -bribery -bribes -bribing -brick -brickbat -brickbats -bricked -brickier -brickiest -bricking -bricklayer -bricklayers -bricklaying -bricklayings -brickle -bricks -bricky -bricole -bricoles -bridal -bridally -bridals -bride -bridegroom -bridegrooms -brides -bridesmaid -bridesmaids -bridge -bridgeable -bridgeables -bridged -bridges -bridging -bridgings -bridle -bridled -bridler -bridlers -bridles -bridling -bridoon -bridoons -brie -brief -briefcase -briefcases -briefed -briefer -briefers -briefest -briefing -briefings -briefly -briefness -briefnesses -briefs -brier -briers -briery -bries -brig -brigade -brigaded -brigades -brigadier -brigadiers -brigading -brigand -brigands -bright -brighten -brightened -brightener -brighteners -brightening -brightens -brighter -brightest -brightly -brightness -brightnesses -brights -brigs -brill -brilliance -brilliances -brilliancies -brilliancy -brilliant -brilliantly -brills -brim -brimful -brimfull -brimless -brimmed -brimmer -brimmers -brimming -brims -brimstone -brimstones -brin -brinded -brindle -brindled -brindles -brine -brined -briner -briners -brines -bring -bringer -bringers -bringing -brings -brinier -brinies -briniest -brininess -brininesses -brining -brinish -brink -brinks -brins -briny -brio -brioche -brioches -brionies -briony -brios -briquet -briquets -briquetted -briquetting -brisance -brisances -brisant -brisk -brisked -brisker -briskest -brisket -briskets -brisking -briskly -briskness -brisknesses -brisks -brisling -brislings -bristle -bristled -bristles -bristlier -bristliest -bristling -bristly -bristol -bristols -brit -britches -brits -britska -britskas -britt -brittle -brittled -brittler -brittles -brittlest -brittling -britts -britzka -britzkas -britzska -britzskas -broach -broached -broacher -broachers -broaches -broaching -broad -broadax -broadaxe -broadaxes -broadcast -broadcasted -broadcaster -broadcasters -broadcasting -broadcasts -broadcloth -broadcloths -broaden -broadened -broadening -broadens -broader -broadest -broadish -broadloom -broadlooms -broadly -broadness -broadnesses -broads -broadside -broadsides -brocade -brocaded -brocades -brocading -brocatel -brocatels -broccoli -broccolis -broche -brochure -brochures -brock -brockage -brockages -brocket -brockets -brocks -brocoli -brocolis -brogan -brogans -brogue -brogueries -broguery -brogues -broguish -broider -broidered -broideries -broidering -broiders -broidery -broil -broiled -broiler -broilers -broiling -broils -brokage -brokages -broke -broken -brokenhearted -brokenly -broker -brokerage -brokerages -brokers -brollies -brolly -bromal -bromals -bromate -bromated -bromates -bromating -brome -bromelin -bromelins -bromes -bromic -bromid -bromide -bromides -bromidic -bromids -bromin -bromine -bromines -bromins -bromism -bromisms -bromo -bromos -bronc -bronchi -bronchia -bronchial -bronchitis -broncho -bronchos -bronchospasm -bronchus -bronco -broncos -broncs -bronze -bronzed -bronzer -bronzers -bronzes -bronzier -bronziest -bronzing -bronzings -bronzy -broo -brooch -brooches -brood -brooded -brooder -brooders -broodier -broodiest -brooding -broods -broody -brook -brooked -brooking -brookite -brookites -brooklet -brooklets -brookline -brooks -broom -broomed -broomier -broomiest -brooming -brooms -broomstick -broomsticks -broomy -broos -brose -broses -brosy -broth -brothel -brothels -brother -brothered -brotherhood -brotherhoods -brothering -brotherliness -brotherlinesses -brotherly -brothers -broths -brothy -brougham -broughams -brought -brouhaha -brouhahas -brow -browbeat -browbeaten -browbeating -browbeats -browless -brown -browned -browner -brownest -brownie -brownier -brownies -browniest -browning -brownish -brownout -brownouts -browns -browny -brows -browse -browsed -browser -browsers -browses -browsing -brucella -brucellae -brucellas -brucin -brucine -brucines -brucins -brugh -brughs -bruin -bruins -bruise -bruised -bruiser -bruisers -bruises -bruising -bruit -bruited -bruiter -bruiters -bruiting -bruits -brulot -brulots -brulyie -brulyies -brulzie -brulzies -brumal -brumbies -brumby -brume -brumes -brumous -brunch -brunched -brunches -brunching -brunet -brunets -brunette -brunettes -brunizem -brunizems -brunt -brunts -brush -brushed -brusher -brushers -brushes -brushier -brushiest -brushing -brushoff -brushoffs -brushup -brushups -brushy -brusk -brusker -bruskest -brusque -brusquely -brusquer -brusquest -brut -brutal -brutalities -brutality -brutalize -brutalized -brutalizes -brutalizing -brutally -brute -bruted -brutely -brutes -brutified -brutifies -brutify -brutifying -bruting -brutish -brutism -brutisms -bruxism -bruxisms -bryologies -bryology -bryonies -bryony -bryozoan -bryozoans -bub -bubal -bubale -bubales -bubaline -bubalis -bubalises -bubals -bubbies -bubble -bubbled -bubbler -bubblers -bubbles -bubblier -bubblies -bubbliest -bubbling -bubbly -bubby -bubinga -bubingas -bubo -buboed -buboes -bubonic -bubs -buccal -buccally -buck -buckaroo -buckaroos -buckayro -buckayros -buckbean -buckbeans -bucked -buckeen -buckeens -bucker -buckeroo -buckeroos -buckers -bucket -bucketed -bucketful -bucketfuls -bucketing -buckets -buckeye -buckeyes -bucking -buckish -buckle -buckled -buckler -bucklered -bucklering -bucklers -buckles -buckling -bucko -buckoes -buckra -buckram -buckramed -buckraming -buckrams -buckras -bucks -bucksaw -bucksaws -buckshee -buckshees -buckshot -buckshots -buckskin -buckskins -bucktail -bucktails -bucktooth -bucktooths -buckwheat -buckwheats -bucolic -bucolics -bud -budded -budder -budders -buddies -budding -buddle -buddleia -buddleias -buddles -buddy -budge -budged -budger -budgers -budges -budget -budgetary -budgeted -budgeter -budgeters -budgeting -budgets -budgie -budgies -budging -budless -budlike -buds -buff -buffable -buffalo -buffaloed -buffaloes -buffaloing -buffalos -buffed -buffer -buffered -buffering -buffers -buffet -buffeted -buffeter -buffeters -buffeting -buffets -buffi -buffier -buffiest -buffing -buffo -buffoon -buffoons -buffos -buffs -buffy -bug -bugaboo -bugaboos -bugbane -bugbanes -bugbear -bugbears -bugeye -bugeyes -bugged -bugger -buggered -buggeries -buggering -buggers -buggery -buggier -buggies -buggiest -bugging -buggy -bughouse -bughouses -bugle -bugled -bugler -buglers -bugles -bugling -bugloss -buglosses -bugs -bugseed -bugseeds -bugsha -bugshas -buhl -buhls -buhlwork -buhlworks -buhr -buhrs -build -builded -builder -builders -building -buildings -builds -buildup -buildups -built -buirdly -bulb -bulbar -bulbed -bulbel -bulbels -bulbil -bulbils -bulbous -bulbs -bulbul -bulbuls -bulge -bulged -bulger -bulgers -bulges -bulgier -bulgiest -bulging -bulgur -bulgurs -bulgy -bulimia -bulimiac -bulimias -bulimic -bulk -bulkage -bulkages -bulked -bulkhead -bulkheads -bulkier -bulkiest -bulkily -bulking -bulks -bulky -bull -bulla -bullace -bullaces -bullae -bullate -bullbat -bullbats -bulldog -bulldogged -bulldogging -bulldogs -bulldoze -bulldozed -bulldozer -bulldozers -bulldozes -bulldozing -bulled -bullet -bulleted -bulletin -bulletined -bulleting -bulletining -bulletins -bulletproof -bulletproofs -bullets -bullfight -bullfighter -bullfighters -bullfights -bullfinch -bullfinches -bullfrog -bullfrogs -bullhead -bullheaded -bullheads -bullhorn -bullhorns -bullied -bullier -bullies -bulliest -bulling -bullion -bullions -bullish -bullneck -bullnecks -bullnose -bullnoses -bullock -bullocks -bullocky -bullous -bullpen -bullpens -bullpout -bullpouts -bullring -bullrings -bullrush -bullrushes -bulls -bullshit -bullshits -bullshitted -bullshitting -bullweed -bullweeds -bullwhip -bullwhipped -bullwhipping -bullwhips -bully -bullyboy -bullyboys -bullying -bullyrag -bullyragged -bullyragging -bullyrags -bulrush -bulrushes -bulwark -bulwarked -bulwarking -bulwarks -bum -bumble -bumblebee -bumblebees -bumbled -bumbler -bumblers -bumbles -bumbling -bumblings -bumboat -bumboats -bumf -bumfs -bumkin -bumkins -bummed -bummer -bummers -bumming -bump -bumped -bumper -bumpered -bumpering -bumpers -bumpier -bumpiest -bumpily -bumping -bumpkin -bumpkins -bumps -bumpy -bums -bun -bunch -bunched -bunches -bunchier -bunchiest -bunchily -bunching -bunchy -bunco -buncoed -buncoing -buncombe -buncombes -buncos -bund -bundist -bundists -bundle -bundled -bundler -bundlers -bundles -bundling -bundlings -bunds -bung -bungalow -bungalows -bunged -bunghole -bungholes -bunging -bungle -bungled -bungler -bunglers -bungles -bungling -bunglings -bungs -bunion -bunions -bunk -bunked -bunker -bunkered -bunkering -bunkers -bunking -bunkmate -bunkmates -bunko -bunkoed -bunkoing -bunkos -bunks -bunkum -bunkums -bunky -bunn -bunnies -bunns -bunny -buns -bunt -bunted -bunter -bunters -bunting -buntings -buntline -buntlines -bunts -bunya -bunyas -buoy -buoyage -buoyages -buoyance -buoyances -buoyancies -buoyancy -buoyant -buoyed -buoying -buoys -buqsha -buqshas -bur -bura -buran -burans -buras -burble -burbled -burbler -burblers -burbles -burblier -burbliest -burbling -burbly -burbot -burbots -burd -burden -burdened -burdener -burdeners -burdening -burdens -burdensome -burdie -burdies -burdock -burdocks -burds -bureau -bureaucracies -bureaucracy -bureaucrat -bureaucratic -bureaucrats -bureaus -bureaux -buret -burets -burette -burettes -burg -burgage -burgages -burgee -burgees -burgeon -burgeoned -burgeoning -burgeons -burger -burgers -burgess -burgesses -burgh -burghal -burgher -burghers -burghs -burglar -burglaries -burglarize -burglarized -burglarizes -burglarizing -burglars -burglary -burgle -burgled -burgles -burgling -burgonet -burgonets -burgoo -burgoos -burgout -burgouts -burgrave -burgraves -burgs -burgundies -burgundy -burial -burials -buried -burier -buriers -buries -burin -burins -burke -burked -burker -burkers -burkes -burking -burkite -burkites -burl -burlap -burlaps -burled -burler -burlers -burlesk -burlesks -burlesque -burlesqued -burlesques -burlesquing -burley -burleys -burlier -burliest -burlily -burling -burls -burly -burn -burnable -burned -burner -burners -burnet -burnets -burnie -burnies -burning -burnings -burnish -burnished -burnishes -burnishing -burnoose -burnooses -burnous -burnouses -burnout -burnouts -burns -burnt -burp -burped -burping -burps -burr -burred -burrer -burrers -burrier -burriest -burring -burro -burros -burrow -burrowed -burrower -burrowers -burrowing -burrows -burrs -burry -burs -bursa -bursae -bursal -bursar -bursaries -bursars -bursary -bursas -bursate -burse -burseed -burseeds -burses -bursitis -bursitises -burst -bursted -burster -bursters -bursting -burstone -burstones -bursts -burthen -burthened -burthening -burthens -burton -burtons -burweed -burweeds -bury -burying -bus -busbies -busboy -busboys -busby -bused -buses -bush -bushbuck -bushbucks -bushed -bushel -busheled -busheler -bushelers -busheling -bushelled -bushelling -bushels -busher -bushers -bushes -bushfire -bushfires -bushgoat -bushgoats -bushido -bushidos -bushier -bushiest -bushily -bushing -bushings -bushland -bushlands -bushless -bushlike -bushman -bushmen -bushtit -bushtits -bushy -busied -busier -busies -busiest -busily -business -businesses -businessman -businessmen -businesswoman -businesswomen -busing -busings -busk -busked -busker -buskers -buskin -buskined -busking -buskins -busks -busman -busmen -buss -bussed -busses -bussing -bussings -bust -bustard -bustards -busted -buster -busters -bustic -bustics -bustier -bustiest -busting -bustle -bustled -bustles -bustling -busts -busty -busulfan -busulfans -busy -busybodies -busybody -busying -busyness -busynesses -busywork -busyworks -but -butane -butanes -butanol -butanols -butanone -butanones -butch -butcher -butchered -butcheries -butchering -butchers -butchery -butches -butene -butenes -buteo -buteos -butler -butleries -butlers -butlery -buts -butt -buttals -butte -butted -butter -buttercup -buttercups -buttered -butterfat -butterfats -butterflies -butterfly -butterier -butteries -butteriest -buttering -buttermilk -butternut -butternuts -butters -butterscotch -butterscotches -buttery -buttes -butties -butting -buttock -buttocks -button -buttoned -buttoner -buttoners -buttonhole -buttonholes -buttoning -buttons -buttony -buttress -buttressed -buttresses -buttressing -butts -butty -butut -bututs -butyl -butylate -butylated -butylates -butylating -butylene -butylenes -butyls -butyral -butyrals -butyrate -butyrates -butyric -butyrin -butyrins -butyrous -butyryl -butyryls -buxom -buxomer -buxomest -buxomly -buy -buyable -buyer -buyers -buying -buys -buzz -buzzard -buzzards -buzzed -buzzer -buzzers -buzzes -buzzing -buzzwig -buzzwigs -buzzword -buzzwords -buzzy -bwana -bwanas -by -bye -byelaw -byelaws -byes -bygone -bygones -bylaw -bylaws -byline -bylined -byliner -byliners -bylines -bylining -byname -bynames -bypass -bypassed -bypasses -bypassing -bypast -bypath -bypaths -byplay -byplays -byre -byres -byrl -byrled -byrling -byrls -byrnie -byrnies -byroad -byroads -bys -byssi -byssus -byssuses -bystander -bystanders -bystreet -bystreets -bytalk -bytalks -byte -bytes -byway -byways -byword -bywords -bywork -byworks -byzant -byzants -cab -cabal -cabala -cabalas -cabalism -cabalisms -cabalist -cabalists -caballed -caballing -cabals -cabana -cabanas -cabaret -cabarets -cabbage -cabbaged -cabbages -cabbaging -cabbala -cabbalah -cabbalahs -cabbalas -cabbie -cabbies -cabby -caber -cabers -cabestro -cabestros -cabezon -cabezone -cabezones -cabezons -cabildo -cabildos -cabin -cabined -cabinet -cabinetmaker -cabinetmakers -cabinetmaking -cabinetmakings -cabinets -cabinetwork -cabinetworks -cabining -cabins -cable -cabled -cablegram -cablegrams -cables -cablet -cablets -cableway -cableways -cabling -cabman -cabmen -cabob -cabobs -caboched -cabochon -cabochons -caboodle -caboodles -caboose -cabooses -caboshed -cabotage -cabotages -cabresta -cabrestas -cabresto -cabrestos -cabretta -cabrettas -cabrilla -cabrillas -cabriole -cabrioles -cabs -cabstand -cabstands -cacao -cacaos -cachalot -cachalots -cache -cached -cachepot -cachepots -caches -cachet -cachets -cachexia -cachexias -cachexic -cachexies -cachexy -caching -cachou -cachous -cachucha -cachuchas -cacique -caciques -cackle -cackled -cackler -cacklers -cackles -cackling -cacodyl -cacodyls -cacomixl -cacomixls -cacophonies -cacophonous -cacophony -cacti -cactoid -cactus -cactuses -cad -cadaster -cadasters -cadastre -cadastres -cadaver -cadavers -caddice -caddices -caddie -caddied -caddies -caddis -caddises -caddish -caddishly -caddishness -caddishnesses -caddy -caddying -cade -cadelle -cadelles -cadence -cadenced -cadences -cadencies -cadencing -cadency -cadent -cadenza -cadenzas -cades -cadet -cadets -cadge -cadged -cadger -cadgers -cadges -cadging -cadgy -cadi -cadis -cadmic -cadmium -cadmiums -cadre -cadres -cads -caducean -caducei -caduceus -caducities -caducity -caducous -caeca -caecal -caecally -caecum -caeoma -caeomas -caesium -caesiums -caestus -caestuses -caesura -caesurae -caesural -caesuras -caesuric -cafe -cafes -cafeteria -cafeterias -caffein -caffeine -caffeines -caffeins -caftan -caftans -cage -caged -cageling -cagelings -cager -cages -cagey -cagier -cagiest -cagily -caginess -caginesses -caging -cagy -cahier -cahiers -cahoot -cahoots -cahow -cahows -caid -caids -caiman -caimans -cain -cains -caique -caiques -caird -cairds -cairn -cairned -cairns -cairny -caisson -caissons -caitiff -caitiffs -cajaput -cajaputs -cajeput -cajeputs -cajole -cajoled -cajoler -cajoleries -cajolers -cajolery -cajoles -cajoling -cajon -cajones -cajuput -cajuputs -cake -caked -cakes -cakewalk -cakewalked -cakewalking -cakewalks -caking -calabash -calabashes -caladium -caladiums -calamar -calamaries -calamars -calamary -calami -calamine -calamined -calamines -calamining -calamint -calamints -calamite -calamites -calamities -calamitous -calamitously -calamitousness -calamitousnesses -calamity -calamus -calando -calash -calashes -calathi -calathos -calathus -calcanea -calcanei -calcar -calcaria -calcars -calceate -calces -calcic -calcific -calcification -calcifications -calcified -calcifies -calcify -calcifying -calcine -calcined -calcines -calcining -calcite -calcites -calcitic -calcium -calciums -calcspar -calcspars -calctufa -calctufas -calctuff -calctuffs -calculable -calculably -calculate -calculated -calculates -calculating -calculation -calculations -calculator -calculators -calculi -calculus -calculuses -caldera -calderas -caldron -caldrons -caleche -caleches -calendal -calendar -calendared -calendaring -calendars -calender -calendered -calendering -calenders -calends -calesa -calesas -calf -calflike -calfs -calfskin -calfskins -caliber -calibers -calibrate -calibrated -calibrates -calibrating -calibration -calibrations -calibrator -calibrators -calibre -calibred -calibres -calices -caliche -caliches -calicle -calicles -calico -calicoes -calicos -calif -califate -califates -california -califs -calipash -calipashes -calipee -calipees -caliper -calipered -calipering -calipers -caliph -caliphal -caliphate -caliphates -caliphs -calisaya -calisayas -calisthenic -calisthenics -calix -calk -calked -calker -calkers -calkin -calking -calkins -calks -call -calla -callable -callan -callans -callant -callants -callas -callback -callbacks -callboy -callboys -called -caller -callers -callet -callets -calli -calling -callings -calliope -calliopes -callipee -callipees -calliper -callipered -callipering -callipers -callose -calloses -callosities -callosity -callous -calloused -callouses -callousing -callously -callousness -callousnesses -callow -callower -callowest -callowness -callownesses -calls -callus -callused -calluses -callusing -calm -calmed -calmer -calmest -calming -calmly -calmness -calmnesses -calms -calomel -calomels -caloric -calorics -calorie -calories -calory -calotte -calottes -caloyer -caloyers -calpac -calpack -calpacks -calpacs -calque -calqued -calques -calquing -calthrop -calthrops -caltrap -caltraps -caltrop -caltrops -calumet -calumets -calumniate -calumniated -calumniates -calumniating -calumniation -calumniations -calumnies -calumnious -calumny -calutron -calutrons -calvados -calvadoses -calvaria -calvarias -calvaries -calvary -calve -calved -calves -calving -calx -calxes -calycate -calyceal -calyces -calycine -calycle -calycles -calyculi -calypso -calypsoes -calypsos -calypter -calypters -calyptra -calyptras -calyx -calyxes -cam -camail -camailed -camails -camaraderie -camaraderies -camas -camases -camass -camasses -camber -cambered -cambering -cambers -cambia -cambial -cambism -cambisms -cambist -cambists -cambium -cambiums -cambogia -cambogias -cambric -cambrics -cambridge -came -camel -cameleer -cameleers -camelia -camelias -camellia -camellias -camels -cameo -cameoed -cameoing -cameos -camera -camerae -cameral -cameraman -cameramen -cameras -cames -camion -camions -camisa -camisade -camisades -camisado -camisadoes -camisados -camisas -camise -camises -camisia -camisias -camisole -camisoles -camlet -camlets -camomile -camomiles -camorra -camorras -camouflage -camouflaged -camouflages -camouflaging -camp -campagna -campagne -campaign -campaigned -campaigner -campaigners -campaigning -campaigns -campanile -campaniles -campanili -camped -camper -campers -campfire -campfires -campground -campgrounds -camphene -camphenes -camphine -camphines -camphol -camphols -camphor -camphors -campi -campier -campiest -campily -camping -campings -campion -campions -campo -campong -campongs -camporee -camporees -campos -camps -campsite -campsites -campus -campuses -campy -cams -camshaft -camshafts -can -canaille -canailles -canakin -canakins -canal -canaled -canaling -canalise -canalised -canalises -canalising -canalize -canalized -canalizes -canalizing -canalled -canaller -canallers -canalling -canals -canape -canapes -canard -canards -canaries -canary -canasta -canastas -cancan -cancans -cancel -canceled -canceler -cancelers -canceling -cancellation -cancellations -cancelled -cancelling -cancels -cancer -cancerlog -cancerous -cancerously -cancers -cancha -canchas -cancroid -cancroids -candela -candelabra -candelabras -candelabrum -candelas -candent -candid -candida -candidacies -candidacy -candidas -candidate -candidates -candider -candidest -candidly -candidness -candidnesses -candids -candied -candies -candle -candled -candlelight -candlelights -candler -candlers -candles -candlestick -candlesticks -candling -candor -candors -candour -candours -candy -candying -cane -caned -canella -canellas -caner -caners -canes -caneware -canewares -canfield -canfields -canful -canfuls -cangue -cangues -canikin -canikins -canine -canines -caning -caninities -caninity -canister -canisters -canities -canker -cankered -cankering -cankerous -cankers -canna -cannabic -cannabin -cannabins -cannabis -cannabises -cannas -canned -cannel -cannelon -cannelons -cannels -canner -canneries -canners -cannery -cannibal -cannibalism -cannibalisms -cannibalistic -cannibalize -cannibalized -cannibalizes -cannibalizing -cannibals -cannie -cannier -canniest -cannikin -cannikins -cannily -canniness -canninesses -canning -cannings -cannon -cannonade -cannonaded -cannonades -cannonading -cannonball -cannonballs -cannoned -cannoneer -cannoneers -cannoning -cannonries -cannonry -cannons -cannot -cannula -cannulae -cannular -cannulas -canny -canoe -canoed -canoeing -canoeist -canoeists -canoes -canon -canoness -canonesses -canonic -canonical -canonically -canonise -canonised -canonises -canonising -canonist -canonists -canonization -canonizations -canonize -canonized -canonizes -canonizing -canonries -canonry -canons -canopied -canopies -canopy -canopying -canorous -cans -cansful -canso -cansos -canst -cant -cantala -cantalas -cantaloupe -cantaloupes -cantankerous -cantankerously -cantankerousness -cantankerousnesses -cantata -cantatas -cantdog -cantdogs -canted -canteen -canteens -canter -cantered -cantering -canters -canthal -canthi -canthus -cantic -canticle -canticles -cantilever -cantilevers -cantina -cantinas -canting -cantle -cantles -canto -canton -cantonal -cantoned -cantoning -cantons -cantor -cantors -cantos -cantraip -cantraips -cantrap -cantraps -cantrip -cantrips -cants -cantus -canty -canula -canulae -canulas -canulate -canulated -canulates -canulating -canvas -canvased -canvaser -canvasers -canvases -canvasing -canvass -canvassed -canvasser -canvassers -canvasses -canvassing -canyon -canyons -canzona -canzonas -canzone -canzones -canzonet -canzonets -canzoni -cap -capabilities -capability -capable -capabler -capablest -capably -capacious -capacitance -capacitances -capacities -capacitor -capacitors -capacity -cape -caped -capelan -capelans -capelet -capelets -capelin -capelins -caper -capered -caperer -caperers -capering -capers -capes -capeskin -capeskins -capework -capeworks -capful -capfuls -caph -caphs -capias -capiases -capillaries -capillary -capita -capital -capitalism -capitalist -capitalistic -capitalistically -capitalists -capitalization -capitalizations -capitalize -capitalized -capitalizes -capitalizing -capitals -capitate -capitol -capitols -capitula -capitulate -capitulated -capitulates -capitulating -capitulation -capitulations -capless -caplin -caplins -capmaker -capmakers -capo -capon -caponier -caponiers -caponize -caponized -caponizes -caponizing -capons -caporal -caporals -capos -capote -capotes -capouch -capouches -capped -capper -cappers -capping -cappings -capric -capricci -caprice -caprices -capricious -caprifig -caprifigs -caprine -capriole -caprioled -caprioles -caprioling -caps -capsicin -capsicins -capsicum -capsicums -capsid -capsidal -capsids -capsize -capsized -capsizes -capsizing -capstan -capstans -capstone -capstones -capsular -capsulate -capsulated -capsule -capsuled -capsules -capsuling -captain -captaincies -captaincy -captained -captaining -captains -captainship -captainships -captan -captans -caption -captioned -captioning -captions -captious -captiously -captivate -captivated -captivates -captivating -captivation -captivations -captivator -captivators -captive -captives -captivities -captivity -captor -captors -capture -captured -capturer -capturers -captures -capturing -capuche -capuched -capuches -capuchin -capuchins -caput -capybara -capybaras -car -carabao -carabaos -carabid -carabids -carabin -carabine -carabines -carabins -caracal -caracals -caracara -caracaras -carack -caracks -caracol -caracole -caracoled -caracoles -caracoling -caracolled -caracolling -caracols -caracul -caraculs -carafe -carafes -caragana -caraganas -carageen -carageens -caramel -caramels -carangid -carangids -carapace -carapaces -carapax -carapaxes -carassow -carassows -carat -carate -carates -carats -caravan -caravaned -caravaning -caravanned -caravanning -caravans -caravel -caravels -caraway -caraways -carbamic -carbamyl -carbamyls -carbarn -carbarns -carbaryl -carbaryls -carbide -carbides -carbine -carbines -carbinol -carbinols -carbohydrate -carbohydrates -carbon -carbonate -carbonated -carbonates -carbonating -carbonation -carbonations -carbonic -carbons -carbonyl -carbonyls -carbora -carboras -carboxyl -carboxyls -carboy -carboyed -carboys -carbuncle -carbuncles -carburet -carbureted -carbureting -carburetor -carburetors -carburets -carburetted -carburetting -carcajou -carcajous -carcanet -carcanets -carcase -carcases -carcass -carcasses -carcel -carcels -carcinogen -carcinogenic -carcinogenics -carcinogens -carcinoma -carcinomas -carcinomata -carcinomatous -card -cardamom -cardamoms -cardamon -cardamons -cardamum -cardamums -cardboard -cardboards -cardcase -cardcases -carded -carder -carders -cardia -cardiac -cardiacs -cardiae -cardias -cardigan -cardigans -cardinal -cardinals -carding -cardings -cardiogram -cardiograms -cardiograph -cardiographic -cardiographies -cardiographs -cardiography -cardioid -cardioids -cardiologies -cardiologist -cardiologists -cardiology -cardiotoxicities -cardiotoxicity -cardiovascular -carditic -carditis -carditises -cardoon -cardoons -cards -care -cared -careen -careened -careener -careeners -careening -careens -career -careered -careerer -careerers -careering -careers -carefree -careful -carefuller -carefullest -carefully -carefulness -carefulnesses -careless -carelessly -carelessness -carelessnesses -carer -carers -cares -caress -caressed -caresser -caressers -caresses -caressing -caret -caretaker -caretakers -carets -careworn -carex -carfare -carfares -carful -carfuls -cargo -cargoes -cargos -carhop -carhops -caribe -caribes -caribou -caribous -caricature -caricatured -caricatures -caricaturing -caricaturist -caricaturists -carices -caried -caries -carillon -carillonned -carillonning -carillons -carina -carinae -carinal -carinas -carinate -caring -carioca -cariocas -cariole -carioles -carious -cark -carked -carking -carks -carl -carle -carles -carless -carlin -carline -carlines -carling -carlings -carlins -carlish -carload -carloads -carls -carmaker -carmakers -carman -carmen -carmine -carmines -carn -carnage -carnages -carnal -carnalities -carnality -carnally -carnation -carnations -carnauba -carnaubas -carney -carneys -carnie -carnies -carnified -carnifies -carnify -carnifying -carnival -carnivals -carnivore -carnivores -carnivorous -carnivorously -carnivorousness -carnivorousnesses -carns -carny -caroach -caroaches -carob -carobs -caroch -caroche -caroches -carol -caroled -caroler -carolers -caroli -caroling -carolled -caroller -carollers -carolling -carols -carolus -caroluses -carom -caromed -caroming -caroms -carotene -carotenes -carotid -carotids -carotin -carotins -carousal -carousals -carouse -caroused -carousel -carousels -carouser -carousers -carouses -carousing -carp -carpal -carpale -carpalia -carpals -carped -carpel -carpels -carpenter -carpentered -carpentering -carpenters -carpentries -carpentry -carper -carpers -carpet -carpeted -carpeting -carpets -carpi -carping -carpings -carport -carports -carps -carpus -carrack -carracks -carrel -carrell -carrells -carrels -carriage -carriages -carried -carrier -carriers -carries -carriole -carrioles -carrion -carrions -carritch -carritches -carroch -carroches -carrom -carromed -carroming -carroms -carrot -carrotier -carrotiest -carrotin -carrotins -carrots -carroty -carrousel -carrousels -carry -carryall -carryalls -carrying -carryon -carryons -carryout -carryouts -cars -carse -carses -carsick -cart -cartable -cartage -cartages -carte -carted -cartel -cartels -carter -carters -cartes -cartilage -cartilages -cartilaginous -carting -cartload -cartloads -cartographer -cartographers -cartographies -cartography -carton -cartoned -cartoning -cartons -cartoon -cartooned -cartooning -cartoonist -cartoonists -cartoons -cartop -cartouch -cartouches -cartridge -cartridges -carts -caruncle -caruncles -carve -carved -carvel -carvels -carven -carver -carvers -carves -carving -carvings -caryatid -caryatides -caryatids -caryotin -caryotins -casa -casaba -casabas -casas -casava -casavas -cascabel -cascabels -cascable -cascables -cascade -cascaded -cascades -cascading -cascara -cascaras -case -casease -caseases -caseate -caseated -caseates -caseating -casebook -casebooks -cased -casefied -casefies -casefy -casefying -caseic -casein -caseins -casemate -casemates -casement -casements -caseose -caseoses -caseous -casern -caserne -casernes -caserns -cases -casette -casettes -casework -caseworks -caseworm -caseworms -cash -cashable -cashaw -cashaws -cashbook -cashbooks -cashbox -cashboxes -cashed -cashes -cashew -cashews -cashier -cashiered -cashiering -cashiers -cashing -cashless -cashmere -cashmeres -cashoo -cashoos -casimere -casimeres -casimire -casimires -casing -casings -casino -casinos -cask -casked -casket -casketed -casketing -caskets -casking -casks -casky -casque -casqued -casques -cassaba -cassabas -cassava -cassavas -casserole -casseroles -cassette -cassettes -cassia -cassias -cassino -cassinos -cassis -cassises -cassock -cassocks -cast -castanet -castanets -castaway -castaways -caste -casteism -casteisms -caster -casters -castes -castigate -castigated -castigates -castigating -castigation -castigations -castigator -castigators -casting -castings -castle -castled -castles -castling -castoff -castoffs -castor -castors -castrate -castrated -castrates -castrati -castrating -castration -castrations -castrato -casts -casual -casually -casualness -casualnesses -casuals -casualties -casualty -casuist -casuistries -casuistry -casuists -casus -cat -cataclysm -cataclysms -catacomb -catacombs -catacylsmic -catalase -catalases -catalo -cataloes -catalog -cataloged -cataloger -catalogers -cataloging -catalogs -cataloguer -cataloguers -catalos -catalpa -catalpas -catalyses -catalysis -catalyst -catalysts -catalytic -catalyze -catalyzed -catalyzes -catalyzing -catamaran -catamarans -catamite -catamites -catamount -catamounts -catapult -catapulted -catapulting -catapults -cataract -cataracts -catarrh -catarrhs -catastrophe -catastrophes -catastrophic -catastrophically -catbird -catbirds -catboat -catboats -catbrier -catbriers -catcall -catcalled -catcalling -catcalls -catch -catchall -catchalls -catcher -catchers -catches -catchflies -catchfly -catchier -catchiest -catching -catchup -catchups -catchword -catchwords -catchy -cate -catechin -catechins -catechism -catechisms -catechist -catechists -catechize -catechized -catechizes -catechizing -catechol -catechols -catechu -catechus -categorical -categorically -categories -categorization -categorizations -categorize -categorized -categorizes -categorizing -category -catena -catenae -catenaries -catenary -catenas -catenate -catenated -catenates -catenating -catenoid -catenoids -cater -cateran -caterans -catercorner -catered -caterer -caterers -cateress -cateresses -catering -caterpillar -caterpillars -caters -caterwaul -caterwauled -caterwauling -caterwauls -cates -catface -catfaces -catfall -catfalls -catfish -catfishes -catgut -catguts -catharses -catharsis -cathartic -cathead -catheads -cathect -cathected -cathecting -cathects -cathedra -cathedrae -cathedral -cathedrals -cathedras -catheter -catheterization -catheters -cathexes -cathexis -cathode -cathodes -cathodic -catholic -cathouse -cathouses -cation -cationic -cations -catkin -catkins -catlike -catlin -catling -catlings -catlins -catmint -catmints -catnap -catnaper -catnapers -catnapped -catnapping -catnaps -catnip -catnips -cats -catspaw -catspaws -catsup -catsups -cattail -cattails -cattalo -cattaloes -cattalos -catted -cattie -cattier -catties -cattiest -cattily -cattiness -cattinesses -catting -cattish -cattle -cattleman -cattlemen -cattleya -cattleyas -catty -catwalk -catwalks -caucus -caucused -caucuses -caucusing -caucussed -caucusses -caucussing -caudad -caudal -caudally -caudate -caudated -caudex -caudexes -caudices -caudillo -caudillos -caudle -caudles -caught -caul -cauld -cauldron -cauldrons -caulds -caules -caulicle -caulicles -cauliflower -cauliflowers -cauline -caulis -caulk -caulked -caulker -caulkers -caulking -caulkings -caulks -cauls -causable -causal -causaless -causality -causally -causals -causation -causations -causative -cause -caused -causer -causerie -causeries -causers -causes -causeway -causewayed -causewaying -causeways -causey -causeys -causing -caustic -caustics -cauteries -cauterization -cauterizations -cauterize -cauterized -cauterizes -cauterizing -cautery -caution -cautionary -cautioned -cautioning -cautions -cautious -cautiously -cautiousness -cautiousnesses -cavalcade -cavalcades -cavalero -cavaleros -cavalier -cavaliered -cavaliering -cavalierly -cavalierness -cavaliernesses -cavaliers -cavalla -cavallas -cavallies -cavally -cavalries -cavalry -cavalryman -cavalrymen -cavatina -cavatinas -cavatine -cave -caveat -caveator -caveators -caveats -caved -cavefish -cavefishes -cavelike -caveman -cavemen -caver -cavern -caverned -caverning -cavernous -cavernously -caverns -cavers -caves -cavetti -cavetto -cavettos -caviar -caviare -caviares -caviars -cavicorn -cavie -cavies -cavil -caviled -caviler -cavilers -caviling -cavilled -caviller -cavillers -cavilling -cavils -caving -cavitary -cavitate -cavitated -cavitates -cavitating -cavitied -cavities -cavity -cavort -cavorted -cavorter -cavorters -cavorting -cavorts -cavy -caw -cawed -cawing -caws -cay -cayenne -cayenned -cayennes -cayman -caymans -cays -cayuse -cayuses -cazique -caziques -cease -ceased -ceases -ceasing -cebid -cebids -ceboid -ceboids -ceca -cecal -cecally -cecum -cedar -cedarn -cedars -cede -ceded -ceder -ceders -cedes -cedi -cedilla -cedillas -ceding -cedis -cedula -cedulas -cee -cees -ceiba -ceibas -ceil -ceiled -ceiler -ceilers -ceiling -ceilings -ceils -ceinture -ceintures -celadon -celadons -celeb -celebrant -celebrants -celebrate -celebrated -celebrates -celebrating -celebration -celebrations -celebrator -celebrators -celebrities -celebrity -celebs -celeriac -celeriacs -celeries -celerities -celerity -celery -celesta -celestas -celeste -celestes -celestial -celiac -celibacies -celibacy -celibate -celibates -cell -cella -cellae -cellar -cellared -cellarer -cellarers -cellaret -cellarets -cellaring -cellars -celled -celli -celling -cellist -cellists -cello -cellophane -cellophanes -cellos -cells -cellular -cellule -cellules -cellulose -celluloses -celom -celomata -celoms -celt -celts -cembali -cembalo -cembalos -cement -cementa -cementation -cementations -cemented -cementer -cementers -cementing -cements -cementum -cemeteries -cemetery -cenacle -cenacles -cenobite -cenobites -cenotaph -cenotaphs -cenote -cenotes -cense -censed -censer -censers -censes -censing -censor -censored -censorial -censoring -censorious -censoriously -censoriousness -censoriousnesses -censors -censorship -censorships -censual -censure -censured -censurer -censurers -censures -censuring -census -censused -censuses -censusing -cent -cental -centals -centare -centares -centaur -centauries -centaurs -centaury -centavo -centavos -centennial -centennials -center -centered -centering -centerpiece -centerpieces -centers -centeses -centesis -centiare -centiares -centigrade -centile -centiles -centime -centimes -centimeter -centimeters -centimo -centimos -centipede -centipedes -centner -centners -cento -centones -centos -centra -central -centraler -centralest -centralization -centralizations -centralize -centralized -centralizer -centralizers -centralizes -centralizing -centrally -centrals -centre -centred -centres -centric -centrifugal -centrifugally -centrifuge -centrifuges -centring -centrings -centripetal -centripetally -centrism -centrisms -centrist -centrists -centroid -centroids -centrum -centrums -cents -centum -centums -centuple -centupled -centuples -centupling -centuries -centurion -centurions -century -ceorl -ceorlish -ceorls -cephalad -cephalic -cephalin -cephalins -ceramal -ceramals -ceramic -ceramics -ceramist -ceramists -cerastes -cerate -cerated -cerates -ceratin -ceratins -ceratoid -cercaria -cercariae -cercarias -cerci -cercis -cercises -cercus -cere -cereal -cereals -cerebella -cerebellar -cerebellum -cerebellums -cerebra -cerebral -cerebrals -cerebrate -cerebrated -cerebrates -cerebrating -cerebration -cerebrations -cerebric -cerebrospinal -cerebrum -cerebrums -cered -cerement -cerements -ceremonial -ceremonies -ceremonious -ceremony -ceres -cereus -cereuses -ceria -cerias -ceric -cering -ceriph -ceriphs -cerise -cerises -cerite -cerites -cerium -ceriums -cermet -cermets -cernuous -cero -ceros -cerotic -cerotype -cerotypes -cerous -certain -certainer -certainest -certainly -certainties -certainty -certes -certifiable -certifiably -certificate -certificates -certification -certifications -certified -certifier -certifiers -certifies -certify -certifying -certitude -certitudes -cerulean -ceruleans -cerumen -cerumens -ceruse -ceruses -cerusite -cerusites -cervelat -cervelats -cervical -cervices -cervine -cervix -cervixes -cesarean -cesareans -cesarian -cesarians -cesium -cesiums -cess -cessation -cessations -cessed -cesses -cessing -cession -cessions -cesspit -cesspits -cesspool -cesspools -cesta -cestas -cesti -cestode -cestodes -cestoi -cestoid -cestoids -cestos -cestus -cestuses -cesura -cesurae -cesuras -cetacean -cetaceans -cetane -cetanes -cete -cetes -cetologies -cetology -chabouk -chabouks -chabuk -chabuks -chacma -chacmas -chaconne -chaconnes -chad -chadarim -chadless -chads -chaeta -chaetae -chaetal -chafe -chafed -chafer -chafers -chafes -chaff -chaffed -chaffer -chaffered -chaffering -chaffers -chaffier -chaffiest -chaffing -chaffs -chaffy -chafing -chagrin -chagrined -chagrining -chagrinned -chagrinning -chagrins -chain -chaine -chained -chaines -chaining -chainman -chainmen -chains -chair -chaired -chairing -chairman -chairmaned -chairmaning -chairmanned -chairmanning -chairmans -chairmanship -chairmanships -chairmen -chairs -chairwoman -chairwomen -chaise -chaises -chalah -chalahs -chalaza -chalazae -chalazal -chalazas -chalcid -chalcids -chaldron -chaldrons -chaleh -chalehs -chalet -chalets -chalice -chaliced -chalices -chalk -chalkboard -chalkboards -chalked -chalkier -chalkiest -chalking -chalks -chalky -challah -challahs -challenge -challenged -challenger -challengers -challenges -challenging -challie -challies -challis -challises -challot -challoth -chally -chalone -chalones -chalot -chaloth -chalutz -chalutzim -cham -chamade -chamades -chamber -chambered -chambering -chambermaid -chambermaids -chambers -chambray -chambrays -chameleon -chameleons -chamfer -chamfered -chamfering -chamfers -chamfron -chamfrons -chamise -chamises -chamiso -chamisos -chammied -chammies -chammy -chammying -chamois -chamoised -chamoises -chamoising -chamoix -champ -champac -champacs -champagne -champagnes -champak -champaks -champed -champer -champers -champing -champion -championed -championing -champions -championship -championships -champs -champy -chams -chance -chanced -chancel -chancelleries -chancellery -chancellor -chancellories -chancellors -chancellorship -chancellorships -chancellory -chancels -chanceries -chancery -chances -chancier -chanciest -chancily -chancing -chancre -chancres -chancy -chandelier -chandeliers -chandler -chandlers -chanfron -chanfrons -chang -change -changeable -changed -changeless -changer -changers -changes -changing -changs -channel -channeled -channeling -channelled -channelling -channels -chanson -chansons -chant -chantage -chantages -chanted -chanter -chanters -chantey -chanteys -chanties -chanting -chantor -chantors -chantries -chantry -chants -chanty -chaos -chaoses -chaotic -chaotically -chap -chapbook -chapbooks -chape -chapeau -chapeaus -chapeaux -chapel -chapels -chaperon -chaperonage -chaperonages -chaperone -chaperoned -chaperones -chaperoning -chaperons -chapes -chapiter -chapiters -chaplain -chaplaincies -chaplaincy -chaplains -chaplet -chaplets -chapman -chapmen -chapped -chapping -chaps -chapt -chapter -chaptered -chaptering -chapters -chaqueta -chaquetas -char -characid -characids -characin -characins -character -characteristic -characteristically -characteristics -characterization -characterizations -characterize -characterized -characterizes -characterizing -characters -charade -charades -charas -charases -charcoal -charcoaled -charcoaling -charcoals -chard -chards -chare -chared -chares -charge -chargeable -charged -charger -chargers -charges -charging -charier -chariest -charily -charing -chariot -charioted -charioting -chariots -charism -charisma -charismata -charismatic -charisms -charities -charity -chark -charka -charkas -charked -charkha -charkhas -charking -charks -charladies -charlady -charlatan -charlatans -charleston -charlock -charlocks -charm -charmed -charmer -charmers -charming -charminger -charmingest -charmingly -charms -charnel -charnels -charpai -charpais -charpoy -charpoys -charqui -charquid -charquis -charr -charred -charrier -charriest -charring -charro -charros -charrs -charry -chars -chart -charted -charter -chartered -chartering -charters -charting -chartist -chartists -chartreuse -chartreuses -charts -charwoman -charwomen -chary -chase -chased -chaser -chasers -chases -chasing -chasings -chasm -chasmal -chasmed -chasmic -chasms -chasmy -chasse -chassed -chasseing -chasses -chasseur -chasseurs -chassis -chaste -chastely -chasten -chastened -chasteness -chastenesses -chastening -chastens -chaster -chastest -chastise -chastised -chastisement -chastisements -chastises -chastising -chastities -chastity -chasuble -chasubles -chat -chateau -chateaus -chateaux -chats -chatted -chattel -chattels -chatter -chatterbox -chatterboxes -chattered -chatterer -chatterers -chattering -chatters -chattery -chattier -chattiest -chattily -chatting -chatty -chaufer -chaufers -chauffer -chauffers -chauffeur -chauffeured -chauffeuring -chauffeurs -chaunt -chaunted -chaunter -chaunters -chaunting -chaunts -chausses -chauvinism -chauvinisms -chauvinist -chauvinistic -chauvinists -chaw -chawed -chawer -chawers -chawing -chaws -chayote -chayotes -chazan -chazanim -chazans -chazzen -chazzenim -chazzens -cheap -cheapen -cheapened -cheapening -cheapens -cheaper -cheapest -cheapie -cheapies -cheapish -cheaply -cheapness -cheapnesses -cheaps -cheapskate -cheapskates -cheat -cheated -cheater -cheaters -cheating -cheats -chebec -chebecs -chechako -chechakos -check -checked -checker -checkerboard -checkerboards -checkered -checkering -checkers -checking -checklist -checklists -checkmate -checkmated -checkmates -checkmating -checkoff -checkoffs -checkout -checkouts -checkpoint -checkpoints -checkrow -checkrowed -checkrowing -checkrows -checks -checkup -checkups -cheddar -cheddars -cheddite -cheddites -cheder -cheders -chedite -chedites -cheek -cheeked -cheekful -cheekfuls -cheekier -cheekiest -cheekily -cheeking -cheeks -cheeky -cheep -cheeped -cheeper -cheepers -cheeping -cheeps -cheer -cheered -cheerer -cheerers -cheerful -cheerfuller -cheerfullest -cheerfully -cheerfulness -cheerfulnesses -cheerier -cheeriest -cheerily -cheeriness -cheerinesses -cheering -cheerio -cheerios -cheerleader -cheerleaders -cheerless -cheerlessly -cheerlessness -cheerlessnesses -cheero -cheeros -cheers -cheery -cheese -cheesecloth -cheesecloths -cheesed -cheeses -cheesier -cheesiest -cheesily -cheesing -cheesy -cheetah -cheetahs -chef -chefdom -chefdoms -chefs -chegoe -chegoes -chela -chelae -chelas -chelate -chelated -chelates -chelating -chelator -chelators -cheloid -cheloids -chemic -chemical -chemically -chemicals -chemics -chemise -chemises -chemism -chemisms -chemist -chemistries -chemistry -chemists -chemotherapeutic -chemotherapeutical -chemotherapies -chemotherapy -chemurgies -chemurgy -chenille -chenilles -chenopod -chenopods -cheque -chequer -chequered -chequering -chequers -cheques -cherish -cherished -cherishes -cherishing -cheroot -cheroots -cherries -cherry -chert -chertier -chertiest -cherts -cherty -cherub -cherubic -cherubim -cherubs -chervil -chervils -chess -chessboard -chessboards -chesses -chessman -chessmen -chessplayer -chessplayers -chest -chested -chestful -chestfuls -chestier -chestiest -chestnut -chestnuts -chests -chesty -chetah -chetahs -cheth -cheths -chevalet -chevalets -cheveron -cheverons -chevied -chevies -cheviot -cheviots -chevron -chevrons -chevy -chevying -chew -chewable -chewed -chewer -chewers -chewier -chewiest -chewing -chewink -chewinks -chews -chewy -chez -chi -chia -chiao -chias -chiasm -chiasma -chiasmal -chiasmas -chiasmata -chiasmi -chiasmic -chiasms -chiasmus -chiastic -chiaus -chiauses -chibouk -chibouks -chic -chicane -chicaned -chicaner -chicaneries -chicaners -chicanery -chicanes -chicaning -chiccories -chiccory -chichi -chichis -chick -chickadee -chickadees -chicken -chickened -chickening -chickens -chickpea -chickpeas -chicks -chicle -chicles -chicly -chicness -chicnesses -chico -chicories -chicory -chicos -chics -chid -chidden -chide -chided -chider -chiders -chides -chiding -chief -chiefdom -chiefdoms -chiefer -chiefest -chiefly -chiefs -chieftain -chieftaincies -chieftaincy -chieftains -chiel -chield -chields -chiels -chiffon -chiffons -chigetai -chigetais -chigger -chiggers -chignon -chignons -chigoe -chigoes -chilblain -chilblains -child -childbearing -childbed -childbeds -childbirth -childbirths -childe -childes -childhood -childhoods -childing -childish -childishly -childishness -childishnesses -childless -childlessness -childlessnesses -childlier -childliest -childlike -childly -children -chile -chiles -chili -chiliad -chiliads -chiliasm -chiliasms -chiliast -chiliasts -chilies -chill -chilled -chiller -chillers -chillest -chilli -chillier -chillies -chilliest -chillily -chilliness -chillinesses -chilling -chills -chillum -chillums -chilly -chilopod -chilopods -chimaera -chimaeras -chimar -chimars -chimb -chimbley -chimbleys -chimblies -chimbly -chimbs -chime -chimed -chimer -chimera -chimeras -chimere -chimeres -chimeric -chimerical -chimers -chimes -chiming -chimla -chimlas -chimley -chimleys -chimney -chimneys -chimp -chimpanzee -chimpanzees -chimps -chin -china -chinas -chinbone -chinbones -chinch -chinches -chinchier -chinchiest -chinchilla -chinchillas -chinchy -chine -chined -chines -chining -chink -chinked -chinkier -chinkiest -chinking -chinks -chinky -chinless -chinned -chinning -chino -chinone -chinones -chinook -chinooks -chinos -chins -chints -chintses -chintz -chintzes -chintzier -chintziest -chintzy -chip -chipmuck -chipmucks -chipmunk -chipmunks -chipped -chipper -chippered -chippering -chippers -chippie -chippies -chipping -chippy -chips -chirk -chirked -chirker -chirkest -chirking -chirks -chirm -chirmed -chirming -chirms -chiro -chiropodies -chiropodist -chiropodists -chiropody -chiropractic -chiropractics -chiropractor -chiropractors -chiros -chirp -chirped -chirper -chirpers -chirpier -chirpiest -chirpily -chirping -chirps -chirpy -chirr -chirre -chirred -chirres -chirring -chirrs -chirrup -chirruped -chirruping -chirrups -chirrupy -chis -chisel -chiseled -chiseler -chiselers -chiseling -chiselled -chiselling -chisels -chit -chital -chitchat -chitchats -chitchatted -chitchatting -chitin -chitins -chitlin -chitling -chitlings -chitlins -chiton -chitons -chits -chitter -chittered -chittering -chitters -chitties -chitty -chivalric -chivalries -chivalrous -chivalrously -chivalrousness -chivalrousnesses -chivalry -chivaree -chivareed -chivareeing -chivarees -chivari -chivaried -chivariing -chivaris -chive -chives -chivied -chivies -chivvied -chivvies -chivvy -chivvying -chivy -chivying -chlamydes -chlamys -chlamyses -chloral -chlorals -chlorambucil -chlorate -chlorates -chlordan -chlordans -chloric -chlorid -chloride -chlorides -chlorids -chlorin -chlorinate -chlorinated -chlorinates -chlorinating -chlorination -chlorinations -chlorinator -chlorinators -chlorine -chlorines -chlorins -chlorite -chlorites -chloroform -chloroformed -chloroforming -chloroforms -chlorophyll -chlorophylls -chlorous -chock -chocked -chockfull -chocking -chocks -chocolate -chocolates -choice -choicely -choicer -choices -choicest -choir -choirboy -choirboys -choired -choiring -choirmaster -choirmasters -choirs -choke -choked -choker -chokers -chokes -chokey -chokier -chokiest -choking -choky -cholate -cholates -choler -cholera -choleras -choleric -cholers -cholesterol -cholesterols -choline -cholines -cholla -chollas -chomp -chomped -chomping -chomps -chon -choose -chooser -choosers -chooses -choosey -choosier -choosiest -choosing -choosy -chop -chopin -chopine -chopines -chopins -chopped -chopper -choppers -choppier -choppiest -choppily -choppiness -choppinesses -chopping -choppy -chops -chopsticks -choragi -choragic -choragus -choraguses -choral -chorale -chorales -chorally -chorals -chord -chordal -chordate -chordates -chorded -chording -chords -chore -chorea -choreal -choreas -chored -choregi -choregus -choreguses -choreic -choreman -choremen -choreograph -choreographed -choreographer -choreographers -choreographic -choreographies -choreographing -choreographs -choreography -choreoid -chores -chorial -choriamb -choriambs -choric -chorine -chorines -choring -chorioid -chorioids -chorion -chorions -chorister -choristers -chorizo -chorizos -choroid -choroids -chortle -chortled -chortler -chortlers -chortles -chortling -chorus -chorused -choruses -chorusing -chorussed -chorusses -chorussing -chose -chosen -choses -chott -chotts -chough -choughs -chouse -choused -chouser -chousers -chouses -choush -choushes -chousing -chow -chowchow -chowchows -chowder -chowdered -chowdering -chowders -chowed -chowing -chows -chowse -chowsed -chowses -chowsing -chowtime -chowtimes -chresard -chresards -chrism -chrisma -chrismal -chrismon -chrismons -chrisms -chrisom -chrisoms -christen -christened -christening -christenings -christens -christie -christies -christy -chroma -chromas -chromate -chromates -chromatic -chrome -chromed -chromes -chromic -chromide -chromides -chroming -chromite -chromites -chromium -chromiums -chromize -chromized -chromizes -chromizing -chromo -chromos -chromosomal -chromosome -chromosomes -chromous -chromyl -chronaxies -chronaxy -chronic -chronicle -chronicled -chronicler -chroniclers -chronicles -chronicling -chronics -chronologic -chronological -chronologically -chronologies -chronology -chronometer -chronometers -chronon -chronons -chrysalides -chrysalis -chrysalises -chrysanthemum -chrysanthemums -chthonic -chub -chubasco -chubascos -chubbier -chubbiest -chubbily -chubbiness -chubbinesses -chubby -chubs -chuck -chucked -chuckies -chucking -chuckle -chuckled -chuckler -chucklers -chuckles -chuckling -chucks -chucky -chuddah -chuddahs -chuddar -chuddars -chudder -chudders -chufa -chufas -chuff -chuffed -chuffer -chuffest -chuffier -chuffiest -chuffing -chuffs -chuffy -chug -chugged -chugger -chuggers -chugging -chugs -chukar -chukars -chukka -chukkar -chukkars -chukkas -chukker -chukkers -chum -chummed -chummier -chummiest -chummily -chumming -chummy -chump -chumped -chumping -chumps -chums -chumship -chumships -chunk -chunked -chunkier -chunkiest -chunkily -chunking -chunks -chunky -chunter -chuntered -chuntering -chunters -church -churched -churches -churchgoer -churchgoers -churchgoing -churchgoings -churchier -churchiest -churching -churchlier -churchliest -churchly -churchy -churchyard -churchyards -churl -churlish -churls -churn -churned -churner -churners -churning -churnings -churns -churr -churred -churring -churrs -chute -chuted -chutes -chuting -chutist -chutists -chutnee -chutnees -chutney -chutneys -chutzpa -chutzpah -chutzpahs -chutzpas -chyle -chyles -chylous -chyme -chymes -chymic -chymics -chymist -chymists -chymosin -chymosins -chymous -ciao -cibol -cibols -ciboria -ciborium -ciboule -ciboules -cicada -cicadae -cicadas -cicala -cicalas -cicale -cicatrices -cicatrix -cicelies -cicely -cicero -cicerone -cicerones -ciceroni -ciceros -cichlid -cichlidae -cichlids -cicisbei -cicisbeo -cicoree -cicorees -cider -ciders -cigar -cigaret -cigarets -cigarette -cigarettes -cigars -cilantro -cilantros -cilia -ciliary -ciliate -ciliated -ciliates -cilice -cilices -cilium -cimex -cimices -cinch -cinched -cinches -cinching -cinchona -cinchonas -cincture -cinctured -cinctures -cincturing -cinder -cindered -cindering -cinders -cindery -cine -cineast -cineaste -cineastes -cineasts -cinema -cinemas -cinematic -cineol -cineole -cineoles -cineols -cinerary -cinerin -cinerins -cines -cingula -cingulum -cinnabar -cinnabars -cinnamic -cinnamon -cinnamons -cinnamyl -cinnamyls -cinquain -cinquains -cinque -cinques -cion -cions -cipher -ciphered -ciphering -ciphers -ciphonies -ciphony -cipolin -cipolins -circa -circle -circled -circler -circlers -circles -circlet -circlets -circling -circuit -circuited -circuities -circuiting -circuitous -circuitries -circuitry -circuits -circuity -circular -circularities -circularity -circularly -circulars -circulate -circulated -circulates -circulating -circulation -circulations -circulatory -circumcise -circumcised -circumcises -circumcising -circumcision -circumcisions -circumference -circumferences -circumflex -circumflexes -circumlocution -circumlocutions -circumnavigate -circumnavigated -circumnavigates -circumnavigating -circumnavigation -circumnavigations -circumscribe -circumscribed -circumscribes -circumscribing -circumspect -circumspection -circumspections -circumstance -circumstances -circumstantial -circumvent -circumvented -circumventing -circumvents -circus -circuses -circusy -cirque -cirques -cirrate -cirrhoses -cirrhosis -cirrhotic -cirri -cirriped -cirripeds -cirrose -cirrous -cirrus -cirsoid -cisco -ciscoes -ciscos -cislunar -cissoid -cissoids -cist -cistern -cisterna -cisternae -cisterns -cistron -cistrons -cists -citable -citadel -citadels -citation -citations -citatory -cite -citeable -cited -citer -citers -cites -cithara -citharas -cither -cithern -citherns -cithers -cithren -cithrens -citied -cities -citified -citifies -citify -citifying -citing -citizen -citizenries -citizenry -citizens -citizenship -citizenships -citola -citolas -citole -citoles -citral -citrals -citrate -citrated -citrates -citreous -citric -citrin -citrine -citrines -citrins -citron -citrons -citrous -citrus -citruses -cittern -citterns -city -cityfied -cityward -civet -civets -civic -civicism -civicisms -civics -civie -civies -civil -civilian -civilians -civilise -civilised -civilises -civilising -civilities -civility -civilization -civilizations -civilize -civilized -civilizes -civilizing -civilly -civism -civisms -civvies -civvy -clabber -clabbered -clabbering -clabbers -clach -clachan -clachans -clachs -clack -clacked -clacker -clackers -clacking -clacks -clad -cladding -claddings -cladode -cladodes -clads -clag -clagged -clagging -clags -claim -claimant -claimants -claimed -claimer -claimers -claiming -claims -clairvoyance -clairvoyances -clairvoyant -clairvoyants -clam -clamant -clambake -clambakes -clamber -clambered -clambering -clambers -clammed -clammier -clammiest -clammily -clamminess -clamminesses -clamming -clammy -clamor -clamored -clamorer -clamorers -clamoring -clamorous -clamors -clamour -clamoured -clamouring -clamours -clamp -clamped -clamper -clampers -clamping -clamps -clams -clamworm -clamworms -clan -clandestine -clang -clanged -clanging -clangor -clangored -clangoring -clangors -clangour -clangoured -clangouring -clangours -clangs -clank -clanked -clanking -clanks -clannish -clannishness -clannishnesses -clans -clansman -clansmen -clap -clapboard -clapboards -clapped -clapper -clappers -clapping -claps -clapt -claptrap -claptraps -claque -claquer -claquers -claques -claqueur -claqueurs -clarence -clarences -claret -clarets -claries -clarification -clarifications -clarified -clarifies -clarify -clarifying -clarinet -clarinetist -clarinetists -clarinets -clarinettist -clarinettists -clarion -clarioned -clarioning -clarions -clarities -clarity -clarkia -clarkias -claro -claroes -claros -clary -clash -clashed -clasher -clashers -clashes -clashing -clasp -clasped -clasper -claspers -clasping -clasps -claspt -class -classed -classer -classers -classes -classic -classical -classically -classicism -classicisms -classicist -classicists -classics -classier -classiest -classification -classifications -classified -classifies -classify -classifying -classily -classing -classis -classless -classmate -classmates -classroom -classrooms -classy -clast -clastic -clastics -clasts -clatter -clattered -clattering -clatters -clattery -claucht -claught -claughted -claughting -claughts -clausal -clause -clauses -claustrophobia -claustrophobias -clavate -clave -claver -clavered -clavering -clavers -clavichord -clavichords -clavicle -clavicles -clavier -claviers -claw -clawed -clawer -clawers -clawing -clawless -claws -claxon -claxons -clay -claybank -claybanks -clayed -clayey -clayier -clayiest -claying -clayish -claylike -claymore -claymores -claypan -claypans -clays -clayware -claywares -clean -cleaned -cleaner -cleaners -cleanest -cleaning -cleanlier -cleanliest -cleanliness -cleanlinesses -cleanly -cleanness -cleannesses -cleans -cleanse -cleansed -cleanser -cleansers -cleanses -cleansing -cleanup -cleanups -clear -clearance -clearances -cleared -clearer -clearers -clearest -clearing -clearings -clearly -clearness -clearnesses -clears -cleat -cleated -cleating -cleats -cleavage -cleavages -cleave -cleaved -cleaver -cleavers -cleaves -cleaving -cleek -cleeked -cleeking -cleeks -clef -clefs -cleft -clefts -clematis -clematises -clemencies -clemency -clement -clench -clenched -clenches -clenching -cleome -cleomes -clepe -cleped -clepes -cleping -clept -clergies -clergy -clergyman -clergymen -cleric -clerical -clericals -clerics -clerid -clerids -clerihew -clerihews -clerisies -clerisy -clerk -clerkdom -clerkdoms -clerked -clerking -clerkish -clerklier -clerkliest -clerkly -clerks -clerkship -clerkships -cleveite -cleveites -clever -cleverer -cleverest -cleverly -cleverness -clevernesses -clevis -clevises -clew -clewed -clewing -clews -cliche -cliched -cliches -click -clicked -clicker -clickers -clicking -clicks -client -cliental -clients -cliff -cliffier -cliffiest -cliffs -cliffy -clift -clifts -climactic -climatal -climate -climates -climatic -climax -climaxed -climaxes -climaxing -climb -climbed -climber -climbers -climbing -climbs -clime -climes -clinal -clinally -clinch -clinched -clincher -clinchers -clinches -clinching -cline -clines -cling -clinged -clinger -clingers -clingier -clingiest -clinging -clings -clingy -clinic -clinical -clinically -clinician -clinicians -clinics -clink -clinked -clinker -clinkered -clinkering -clinkers -clinking -clinks -clip -clipboard -clipboards -clipped -clipper -clippers -clipping -clippings -clips -clipt -clique -cliqued -cliqueier -cliqueiest -cliques -cliquey -cliquier -cliquiest -cliquing -cliquish -cliquy -clitella -clitoral -clitoric -clitoris -clitorises -clivers -cloaca -cloacae -cloacal -cloak -cloaked -cloaking -cloaks -clobber -clobbered -clobbering -clobbers -cloche -cloches -clock -clocked -clocker -clockers -clocking -clocks -clockwise -clockwork -clod -cloddier -cloddiest -cloddish -cloddy -clodpate -clodpates -clodpole -clodpoles -clodpoll -clodpolls -clods -clog -clogged -cloggier -cloggiest -clogging -cloggy -clogs -cloister -cloistered -cloistering -cloisters -clomb -clomp -clomped -clomping -clomps -clon -clonal -clonally -clone -cloned -clones -clonic -cloning -clonism -clonisms -clonk -clonked -clonking -clonks -clons -clonus -clonuses -cloot -cloots -clop -clopped -clopping -clops -closable -close -closed -closely -closeness -closenesses -closeout -closeouts -closer -closers -closes -closest -closet -closeted -closeting -closets -closing -closings -closure -closured -closures -closuring -clot -cloth -clothe -clothed -clothes -clothier -clothiers -clothing -clothings -cloths -clots -clotted -clotting -clotty -cloture -clotured -clotures -cloturing -cloud -cloudburst -cloudbursts -clouded -cloudier -cloudiest -cloudily -cloudiness -cloudinesses -clouding -cloudless -cloudlet -cloudlets -clouds -cloudy -clough -cloughs -clour -cloured -clouring -clours -clout -clouted -clouter -clouters -clouting -clouts -clove -cloven -clover -clovers -cloves -clowder -clowders -clown -clowned -clowneries -clownery -clowning -clownish -clownishly -clownishness -clownishnesses -clowns -cloy -cloyed -cloying -cloys -cloze -club -clubable -clubbed -clubber -clubbers -clubbier -clubbiest -clubbing -clubby -clubfeet -clubfoot -clubfooted -clubhand -clubhands -clubhaul -clubhauled -clubhauling -clubhauls -clubman -clubmen -clubroot -clubroots -clubs -cluck -clucked -clucking -clucks -clue -clued -clueing -clues -cluing -clumber -clumbers -clump -clumped -clumpier -clumpiest -clumping -clumpish -clumps -clumpy -clumsier -clumsiest -clumsily -clumsiness -clumsinesses -clumsy -clung -clunk -clunked -clunker -clunkers -clunking -clunks -clupeid -clupeids -clupeoid -clupeoids -cluster -clustered -clustering -clusters -clustery -clutch -clutched -clutches -clutching -clutchy -clutter -cluttered -cluttering -clutters -clypeal -clypeate -clypei -clypeus -clyster -clysters -coach -coached -coacher -coachers -coaches -coaching -coachman -coachmen -coact -coacted -coacting -coaction -coactions -coactive -coacts -coadmire -coadmired -coadmires -coadmiring -coadmit -coadmits -coadmitted -coadmitting -coaeval -coaevals -coagencies -coagency -coagent -coagents -coagula -coagulant -coagulants -coagulate -coagulated -coagulates -coagulating -coagulation -coagulations -coagulum -coagulums -coal -coala -coalas -coalbin -coalbins -coalbox -coalboxes -coaled -coaler -coalers -coalesce -coalesced -coalescent -coalesces -coalescing -coalfield -coalfields -coalfish -coalfishes -coalhole -coalholes -coalified -coalifies -coalify -coalifying -coaling -coalition -coalitions -coalless -coalpit -coalpits -coals -coalsack -coalsacks -coalshed -coalsheds -coalyard -coalyards -coaming -coamings -coannex -coannexed -coannexes -coannexing -coappear -coappeared -coappearing -coappears -coapt -coapted -coapting -coapts -coarse -coarsely -coarsen -coarsened -coarseness -coarsenesses -coarsening -coarsens -coarser -coarsest -coassist -coassisted -coassisting -coassists -coassume -coassumed -coassumes -coassuming -coast -coastal -coasted -coaster -coasters -coasting -coastings -coastline -coastlines -coasts -coat -coated -coatee -coatees -coater -coaters -coati -coating -coatings -coatis -coatless -coatrack -coatracks -coatroom -coatrooms -coats -coattail -coattails -coattend -coattended -coattending -coattends -coattest -coattested -coattesting -coattests -coauthor -coauthored -coauthoring -coauthors -coauthorship -coauthorships -coax -coaxal -coaxed -coaxer -coaxers -coaxes -coaxial -coaxing -cob -cobalt -cobaltic -cobalts -cobb -cobber -cobbers -cobbier -cobbiest -cobble -cobbled -cobbler -cobblers -cobbles -cobblestone -cobblestones -cobbling -cobbs -cobby -cobia -cobias -coble -cobles -cobnut -cobnuts -cobra -cobras -cobs -cobweb -cobwebbed -cobwebbier -cobwebbiest -cobwebbing -cobwebby -cobwebs -coca -cocain -cocaine -cocaines -cocains -cocaptain -cocaptains -cocas -coccal -cocci -coccic -coccid -coccidia -coccids -coccoid -coccoids -coccous -coccus -coccyges -coccyx -coccyxes -cochair -cochaired -cochairing -cochairman -cochairmen -cochairs -cochampion -cochampions -cochin -cochins -cochlea -cochleae -cochlear -cochleas -cocinera -cocineras -cock -cockade -cockaded -cockades -cockatoo -cockatoos -cockbill -cockbilled -cockbilling -cockbills -cockboat -cockboats -cockcrow -cockcrows -cocked -cocker -cockered -cockerel -cockerels -cockering -cockers -cockeye -cockeyed -cockeyes -cockfight -cockfights -cockier -cockiest -cockily -cockiness -cockinesses -cocking -cockish -cockle -cockled -cockles -cocklike -cockling -cockloft -cocklofts -cockney -cockneys -cockpit -cockpits -cockroach -cockroaches -cocks -cockshies -cockshut -cockshuts -cockshy -cockspur -cockspurs -cocksure -cocktail -cocktailed -cocktailing -cocktails -cockup -cockups -cocky -coco -cocoa -cocoanut -cocoanuts -cocoas -cocobola -cocobolas -cocobolo -cocobolos -cocomat -cocomats -cocomposer -cocomposers -coconspirator -coconspirators -coconut -coconuts -cocoon -cocooned -cocooning -cocoons -cocos -cocotte -cocottes -cocreate -cocreated -cocreates -cocreating -cocreator -cocreators -cod -coda -codable -codas -codder -codders -coddle -coddled -coddler -coddlers -coddles -coddling -code -codebtor -codebtors -coded -codefendant -codefendants -codeia -codeias -codein -codeina -codeinas -codeine -codeines -codeins -codeless -coden -codens -coder -coderive -coderived -coderives -coderiving -coders -codes -codesigner -codesigners -codevelop -codeveloped -codeveloper -codevelopers -codeveloping -codevelops -codex -codfish -codfishes -codger -codgers -codices -codicil -codicils -codification -codifications -codified -codifier -codifiers -codifies -codify -codifying -coding -codirector -codirectors -codiscoverer -codiscoverers -codlin -codling -codlings -codlins -codon -codons -codpiece -codpieces -cods -coed -coeditor -coeditors -coeds -coeducation -coeducational -coeducations -coeffect -coeffects -coefficient -coefficients -coeliac -coelom -coelomata -coelome -coelomes -coelomic -coeloms -coembodied -coembodies -coembody -coembodying -coemploy -coemployed -coemploying -coemploys -coempt -coempted -coempting -coempts -coenact -coenacted -coenacting -coenacts -coenamor -coenamored -coenamoring -coenamors -coendure -coendured -coendures -coenduring -coenure -coenures -coenuri -coenurus -coenzyme -coenzymes -coequal -coequals -coequate -coequated -coequates -coequating -coerce -coerced -coercer -coercers -coerces -coercing -coercion -coercions -coercive -coerect -coerected -coerecting -coerects -coeval -coevally -coevals -coexecutor -coexecutors -coexert -coexerted -coexerting -coexerts -coexist -coexisted -coexistence -coexistences -coexistent -coexisting -coexists -coextend -coextended -coextending -coextends -cofactor -cofactors -cofeature -cofeatures -coff -coffee -coffeehouse -coffeehouses -coffeepot -coffeepots -coffees -coffer -coffered -coffering -coffers -coffin -coffined -coffing -coffining -coffins -coffle -coffled -coffles -coffling -coffret -coffrets -coffs -cofinance -cofinanced -cofinances -cofinancing -cofounder -cofounders -coft -cog -cogencies -cogency -cogent -cogently -cogged -cogging -cogitate -cogitated -cogitates -cogitating -cogitation -cogitations -cogitative -cogito -cogitos -cognac -cognacs -cognate -cognates -cognise -cognised -cognises -cognising -cognition -cognitions -cognitive -cognizable -cognizance -cognizances -cognizant -cognize -cognized -cognizer -cognizers -cognizes -cognizing -cognomen -cognomens -cognomina -cognovit -cognovits -cogon -cogons -cogs -cogway -cogways -cogweel -cogweels -cohabit -cohabitation -cohabitations -cohabited -cohabiting -cohabits -coheir -coheiress -coheiresses -coheirs -cohere -cohered -coherence -coherences -coherent -coherently -coherer -coherers -coheres -cohering -cohesion -cohesions -cohesive -coho -cohobate -cohobated -cohobates -cohobating -cohog -cohogs -cohort -cohorts -cohos -cohosh -cohoshes -cohostess -cohostesses -cohune -cohunes -coif -coifed -coiffe -coiffed -coiffes -coiffeur -coiffeurs -coiffing -coiffure -coiffured -coiffures -coiffuring -coifing -coifs -coign -coigne -coigned -coignes -coigning -coigns -coil -coiled -coiler -coilers -coiling -coils -coin -coinable -coinage -coinages -coincide -coincided -coincidence -coincidences -coincident -coincidental -coincides -coinciding -coined -coiner -coiners -coinfer -coinferred -coinferring -coinfers -coinhere -coinhered -coinheres -coinhering -coining -coinmate -coinmates -coins -coinsure -coinsured -coinsures -coinsuring -cointer -cointerred -cointerring -cointers -coinventor -coinventors -coinvestigator -coinvestigators -coir -coirs -coistrel -coistrels -coistril -coistrils -coital -coitally -coition -coitions -coitus -coituses -coke -coked -cokes -coking -col -cola -colander -colanders -colas -cold -colder -coldest -coldish -coldly -coldness -coldnesses -colds -cole -coles -coleseed -coleseeds -coleslaw -coleslaws -colessee -colessees -colessor -colessors -coleus -coleuses -colewort -coleworts -colic -colicin -colicine -colicines -colicins -colicky -colics -colies -coliform -coliforms -colin -colinear -colins -coliseum -coliseums -colistin -colistins -colitic -colitis -colitises -collaborate -collaborated -collaborates -collaborating -collaboration -collaborations -collaborative -collaborator -collaborators -collage -collagen -collagens -collages -collapse -collapsed -collapses -collapsible -collapsing -collar -collarbone -collarbones -collard -collards -collared -collaret -collarets -collaring -collarless -collars -collate -collated -collateral -collaterals -collates -collating -collator -collators -colleague -colleagues -collect -collectable -collected -collectible -collecting -collection -collections -collectivism -collector -collectors -collects -colleen -colleens -college -colleger -collegers -colleges -collegia -collegian -collegians -collegiate -collet -colleted -colleting -collets -collide -collided -collides -colliding -collie -collied -collier -collieries -colliers -colliery -collies -collins -collinses -collision -collisions -collogue -collogued -collogues -colloguing -colloid -colloidal -colloids -collop -collops -colloquial -colloquialism -colloquialisms -colloquies -colloquy -collude -colluded -colluder -colluders -colludes -colluding -collusion -collusions -colluvia -colly -collying -collyria -colocate -colocated -colocates -colocating -colog -cologne -cologned -colognes -cologs -colon -colonel -colonels -colones -coloni -colonial -colonials -colonic -colonies -colonise -colonised -colonises -colonising -colonist -colonists -colonize -colonized -colonizes -colonizing -colonnade -colonnades -colons -colonus -colony -colophon -colophons -color -colorado -colorant -colorants -colored -coloreds -colorer -colorers -colorfast -colorful -coloring -colorings -colorism -colorisms -colorist -colorists -colorless -colors -colossal -colossi -colossus -colossuses -colotomies -colotomy -colour -coloured -colourer -colourers -colouring -colours -colpitis -colpitises -cols -colt -colter -colters -coltish -colts -colubrid -colubrids -colugo -colugos -columbic -columel -columels -column -columnal -columnar -columned -columnist -columnists -columns -colure -colures -coly -colza -colzas -coma -comae -comaker -comakers -comal -comanagement -comanagements -comanager -comanagers -comas -comate -comates -comatic -comatik -comatiks -comatose -comatula -comatulae -comb -combat -combatant -combatants -combated -combater -combaters -combating -combative -combats -combatted -combatting -combe -combed -comber -combers -combes -combination -combinations -combine -combined -combiner -combiners -combines -combing -combings -combining -comblike -combo -combos -combs -combust -combusted -combustibilities -combustibility -combustible -combusting -combustion -combustions -combustive -combusts -comby -come -comeback -comebacks -comedian -comedians -comedic -comedienne -comediennes -comedies -comedo -comedones -comedos -comedown -comedowns -comedy -comelier -comeliest -comelily -comely -comer -comers -comes -comet -cometary -cometh -comether -comethers -cometic -comets -comfier -comfiest -comfit -comfits -comfort -comfortable -comfortably -comforted -comforter -comforters -comforting -comfortless -comforts -comfrey -comfreys -comfy -comic -comical -comics -coming -comings -comitia -comitial -comities -comity -comma -command -commandant -commandants -commanded -commandeer -commandeered -commandeering -commandeers -commander -commanders -commanding -commandment -commandments -commando -commandoes -commandos -commands -commas -commata -commemorate -commemorated -commemorates -commemorating -commemoration -commemorations -commemorative -commence -commenced -commencement -commencements -commences -commencing -commend -commendable -commendation -commendations -commended -commending -commends -comment -commentaries -commentary -commentator -commentators -commented -commenting -comments -commerce -commerced -commerces -commercial -commercialize -commercialized -commercializes -commercializing -commercially -commercials -commercing -commie -commies -commiserate -commiserated -commiserates -commiserating -commiseration -commiserations -commissaries -commissary -commission -commissioned -commissioner -commissioners -commissioning -commissions -commit -commitment -commitments -commits -committal -committals -committed -committee -committees -committing -commix -commixed -commixes -commixing -commixt -commode -commodes -commodious -commodities -commodity -commodore -commodores -common -commoner -commoners -commonest -commonly -commonplace -commonplaces -commons -commonweal -commonweals -commonwealth -commonwealths -commotion -commotions -commove -commoved -commoves -commoving -communal -commune -communed -communes -communicable -communicate -communicated -communicates -communicating -communication -communications -communicative -communing -communion -communions -communique -communiques -communism -communist -communistic -communists -communities -community -commutation -commutations -commute -commuted -commuter -commuters -commutes -commuting -commy -comose -comous -comp -compact -compacted -compacter -compactest -compacting -compactly -compactness -compactnesses -compacts -compadre -compadres -companied -companies -companion -companions -companionship -companionships -company -companying -comparable -comparative -comparatively -compare -compared -comparer -comparers -compares -comparing -comparison -comparisons -compart -comparted -comparting -compartment -compartments -comparts -compass -compassed -compasses -compassing -compassion -compassionate -compassions -compatability -compatable -compatibilities -compatibility -compatible -compatriot -compatriots -comped -compeer -compeered -compeering -compeers -compel -compelled -compelling -compels -compend -compendia -compendium -compends -compensate -compensated -compensates -compensating -compensation -compensations -compensatory -compere -compered -comperes -compering -compete -competed -competence -competences -competencies -competency -competent -competently -competes -competing -competition -competitions -competitive -competitor -competitors -compilation -compilations -compile -compiled -compiler -compilers -compiles -compiling -comping -complacence -complacences -complacencies -complacency -complacent -complain -complainant -complainants -complained -complainer -complainers -complaining -complains -complaint -complaints -compleat -complect -complected -complecting -complects -complement -complementary -complemented -complementing -complements -complete -completed -completely -completeness -completenesses -completer -completes -completest -completing -completion -completions -complex -complexed -complexer -complexes -complexest -complexing -complexion -complexioned -complexions -complexity -compliance -compliances -compliant -complicate -complicated -complicates -complicating -complication -complications -complice -complices -complicities -complicity -complied -complier -compliers -complies -compliment -complimentary -compliments -complin -compline -complines -complins -complot -complots -complotted -complotting -comply -complying -compo -compone -component -components -compony -comport -comported -comporting -comportment -comportments -comports -compos -compose -composed -composer -composers -composes -composing -composite -composites -composition -compositions -compost -composted -composting -composts -composure -compote -compotes -compound -compounded -compounding -compounds -comprehend -comprehended -comprehending -comprehends -comprehensible -comprehension -comprehensions -comprehensive -comprehensiveness -comprehensivenesses -compress -compressed -compresses -compressing -compression -compressions -compressor -compressors -comprise -comprised -comprises -comprising -comprize -comprized -comprizes -comprizing -compromise -compromised -compromises -compromising -comps -compt -compted -compting -comptroller -comptrollers -compts -compulsion -compulsions -compulsive -compulsory -compunction -compunctions -computation -computations -compute -computed -computer -computerize -computerized -computerizes -computerizing -computers -computes -computing -comrade -comrades -comradeship -comradeships -comte -comtemplate -comtemplated -comtemplates -comtemplating -comtes -con -conation -conations -conative -conatus -concannon -concatenate -concatenated -concatenates -concatenating -concave -concaved -concaves -concaving -concavities -concavity -conceal -concealed -concealing -concealment -concealments -conceals -concede -conceded -conceder -conceders -concedes -conceding -conceit -conceited -conceiting -conceits -conceivable -conceivably -conceive -conceived -conceives -conceiving -concent -concentrate -concentrated -concentrates -concentrating -concentration -concentrations -concentric -concents -concept -conception -conceptions -concepts -conceptual -conceptualize -conceptualized -conceptualizes -conceptualizing -conceptually -concern -concerned -concerning -concerns -concert -concerted -concerti -concertina -concerting -concerto -concertos -concerts -concession -concessions -conch -concha -conchae -conchal -conches -conchies -conchoid -conchoids -conchs -conchy -conciliate -conciliated -conciliates -conciliating -conciliation -conciliations -conciliatory -concise -concisely -conciseness -concisenesses -conciser -concisest -conclave -conclaves -conclude -concluded -concludes -concluding -conclusion -conclusions -conclusive -conclusively -concoct -concocted -concocting -concoction -concoctions -concocts -concomitant -concomitantly -concomitants -concord -concordance -concordances -concordant -concords -concrete -concreted -concretes -concreting -concretion -concretions -concubine -concubines -concur -concurred -concurrence -concurrences -concurrent -concurrently -concurring -concurs -concuss -concussed -concusses -concussing -concussion -concussions -condemn -condemnation -condemnations -condemned -condemning -condemns -condensation -condensations -condense -condensed -condenses -condensing -condescend -condescended -condescending -condescends -condescension -condescensions -condign -condiment -condiments -condition -conditional -conditionally -conditioned -conditioner -conditioners -conditioning -conditions -condole -condoled -condolence -condolences -condoler -condolers -condoles -condoling -condom -condominium -condominiums -condoms -condone -condoned -condoner -condoners -condones -condoning -condor -condores -condors -conduce -conduced -conducer -conducers -conduces -conducing -conduct -conducted -conducting -conduction -conductions -conductive -conductor -conductors -conducts -conduit -conduits -condylar -condyle -condyles -cone -coned -conelrad -conelrads -conenose -conenoses -conepate -conepates -conepatl -conepatls -cones -coney -coneys -confab -confabbed -confabbing -confabs -confect -confected -confecting -confects -confederacies -confederacy -confer -conferee -conferees -conference -conferences -conferred -conferring -confers -conferva -confervae -confervas -confess -confessed -confesses -confessing -confession -confessional -confessionals -confessions -confessor -confessors -confetti -confetto -confidant -confidants -confide -confided -confidence -confidences -confident -confidential -confidentiality -confider -confiders -confides -confiding -configuration -configurations -configure -configured -configures -configuring -confine -confined -confinement -confinements -confiner -confiners -confines -confining -confirm -confirmation -confirmations -confirmed -confirming -confirms -confiscate -confiscated -confiscates -confiscating -confiscation -confiscations -conflagration -conflagrations -conflate -conflated -conflates -conflating -conflict -conflicted -conflicting -conflicts -conflux -confluxes -confocal -conform -conformed -conforming -conformities -conformity -conforms -confound -confounded -confounding -confounds -confrere -confreres -confront -confrontation -confrontations -confronted -confronting -confronts -confuse -confused -confuses -confusing -confusion -confusions -confute -confuted -confuter -confuters -confutes -confuting -conga -congaed -congaing -congas -conge -congeal -congealed -congealing -congeals -congee -congeed -congeeing -congees -congener -congeners -congenial -congenialities -congeniality -congenital -conger -congers -conges -congest -congested -congesting -congestion -congestions -congestive -congests -congii -congius -conglobe -conglobed -conglobes -conglobing -conglomerate -conglomerated -conglomerates -conglomerating -conglomeration -conglomerations -congo -congoes -congos -congou -congous -congratulate -congratulated -congratulates -congratulating -congratulation -congratulations -congratulatory -congregate -congregated -congregates -congregating -congregation -congregational -congregations -congresional -congress -congressed -congresses -congressing -congressman -congressmen -congresswoman -congresswomen -congruence -congruences -congruent -congruities -congruity -congruous -coni -conic -conical -conicities -conicity -conics -conidia -conidial -conidian -conidium -conies -conifer -coniferous -conifers -coniine -coniines -conin -conine -conines -coning -conins -conium -coniums -conjectural -conjecture -conjectured -conjectures -conjecturing -conjoin -conjoined -conjoining -conjoins -conjoint -conjugal -conjugate -conjugated -conjugates -conjugating -conjugation -conjugations -conjunct -conjunction -conjunctions -conjunctive -conjunctivitis -conjuncts -conjure -conjured -conjurer -conjurers -conjures -conjuring -conjuror -conjurors -conk -conked -conker -conkers -conking -conks -conky -conn -connate -connect -connected -connecting -connection -connections -connective -connector -connectors -connects -conned -conner -conners -conning -connivance -connivances -connive -connived -conniver -connivers -connives -conniving -connoisseur -connoisseurs -connotation -connotations -connote -connoted -connotes -connoting -conns -connubial -conodont -conodonts -conoid -conoidal -conoids -conquer -conquered -conquering -conqueror -conquerors -conquers -conquest -conquests -conquian -conquians -cons -conscience -consciences -conscientious -conscientiously -conscious -consciously -consciousness -consciousnesses -conscript -conscripted -conscripting -conscription -conscriptions -conscripts -consecrate -consecrated -consecrates -consecrating -consecration -consecrations -consecutive -consecutively -consensus -consensuses -consent -consented -consenting -consents -consequence -consequences -consequent -consequential -consequently -consequents -conservation -conservationist -conservationists -conservations -conservatism -conservatisms -conservative -conservatives -conservatories -conservatory -conserve -conserved -conserves -conserving -consider -considerable -considerably -considerate -considerately -considerateness -consideratenesses -consideration -considerations -considered -considering -considers -consign -consigned -consignee -consignees -consigning -consignment -consignments -consignor -consignors -consigns -consist -consisted -consistencies -consistency -consistent -consistently -consisting -consists -consol -consolation -console -consoled -consoler -consolers -consoles -consolidate -consolidated -consolidates -consolidating -consolidation -consolidations -consoling -consols -consomme -consommes -consonance -consonances -consonant -consonantal -consonants -consort -consorted -consorting -consortium -consortiums -consorts -conspicuous -conspicuously -conspiracies -conspiracy -conspirator -conspirators -conspire -conspired -conspires -conspiring -constable -constables -constabularies -constabulary -constancies -constancy -constant -constantly -constants -constellation -constellations -consternation -consternations -constipate -constipated -constipates -constipating -constipation -constipations -constituent -constituents -constitute -constituted -constitutes -constituting -constitution -constitutional -constitutionality -constrain -constrained -constraining -constrains -constraint -constraints -constriction -constrictions -constrictive -construct -constructed -constructing -construction -constructions -constructive -constructs -construe -construed -construes -construing -consul -consular -consulate -consulates -consuls -consult -consultant -consultants -consultation -consultations -consulted -consulting -consults -consumable -consume -consumed -consumer -consumers -consumes -consuming -consummate -consummated -consummates -consummating -consummation -consummations -consumption -consumptions -consumptive -contact -contacted -contacting -contacts -contagia -contagion -contagions -contagious -contain -contained -container -containers -containing -containment -containments -contains -contaminate -contaminated -contaminates -contaminating -contamination -contaminations -conte -contemn -contemned -contemning -contemns -contemplate -contemplated -contemplates -contemplating -contemplation -contemplations -contemplative -contemporaneous -contemporaries -contemporary -contempt -contemptible -contempts -contemptuous -contemptuously -contend -contended -contender -contenders -contending -contends -content -contented -contentedly -contentedness -contentednesses -contenting -contention -contentions -contentious -contentment -contentments -contents -contes -contest -contestable -contestably -contestant -contestants -contested -contesting -contests -context -contexts -contiguities -contiguity -contiguous -continence -continences -continent -continental -continents -contingencies -contingency -contingent -contingents -continua -continual -continually -continuance -continuances -continuation -continuations -continue -continued -continues -continuing -continuities -continuity -continuo -continuos -continuous -continuousities -continuousity -conto -contort -contorted -contorting -contortion -contortions -contorts -contos -contour -contoured -contouring -contours -contra -contraband -contrabands -contraception -contraceptions -contraceptive -contraceptives -contract -contracted -contracting -contraction -contractions -contractor -contractors -contracts -contractual -contradict -contradicted -contradicting -contradiction -contradictions -contradictory -contradicts -contrail -contrails -contraindicate -contraindicated -contraindicates -contraindicating -contraption -contraptions -contraries -contrarily -contrariwise -contrary -contrast -contrasted -contrasting -contrasts -contravene -contravened -contravenes -contravening -contribute -contributed -contributes -contributing -contribution -contributions -contributor -contributors -contributory -contrite -contrition -contritions -contrivance -contrivances -contrive -contrived -contriver -contrivers -contrives -contriving -control -controllable -controlled -controller -controllers -controlling -controls -controversial -controversies -controversy -controvert -controverted -controvertible -controverting -controverts -contumaceous -contumacies -contumacy -contumelies -contumely -contuse -contused -contuses -contusing -contusion -contusions -conundrum -conundrums -conus -convalesce -convalesced -convalescence -convalescences -convalescent -convalesces -convalescing -convect -convected -convecting -convection -convectional -convections -convective -convects -convene -convened -convener -conveners -convenes -convenience -conveniences -convenient -conveniently -convening -convent -convented -conventing -convention -conventional -conventionally -conventions -convents -converge -converged -convergence -convergences -convergencies -convergency -convergent -converges -converging -conversant -conversation -conversational -conversations -converse -conversed -conversely -converses -conversing -conversion -conversions -convert -converted -converter -converters -convertible -convertibles -converting -convertor -convertors -converts -convex -convexes -convexities -convexity -convexly -convey -conveyance -conveyances -conveyed -conveyer -conveyers -conveying -conveyor -conveyors -conveys -convict -convicted -convicting -conviction -convictions -convicts -convince -convinced -convinces -convincing -convivial -convivialities -conviviality -convocation -convocations -convoke -convoked -convoker -convokers -convokes -convoking -convoluted -convolution -convolutions -convolve -convolved -convolves -convolving -convoy -convoyed -convoying -convoys -convulse -convulsed -convulses -convulsing -convulsion -convulsions -convulsive -cony -coo -cooch -cooches -cooed -cooee -cooeed -cooeeing -cooees -cooer -cooers -cooey -cooeyed -cooeying -cooeys -coof -coofs -cooing -cooingly -cook -cookable -cookbook -cookbooks -cooked -cooker -cookeries -cookers -cookery -cookey -cookeys -cookie -cookies -cooking -cookings -cookless -cookout -cookouts -cooks -cookshop -cookshops -cookware -cookwares -cooky -cool -coolant -coolants -cooled -cooler -coolers -coolest -coolie -coolies -cooling -coolish -coolly -coolness -coolnesses -cools -cooly -coomb -coombe -coombes -coombs -coon -cooncan -cooncans -coons -coonskin -coonskins -coontie -coonties -coop -cooped -cooper -cooperate -cooperated -cooperates -cooperating -cooperation -cooperative -cooperatives -coopered -cooperies -coopering -coopers -coopery -cooping -coops -coopt -coopted -coopting -cooption -cooptions -coopts -coordinate -coordinated -coordinates -coordinating -coordination -coordinations -coordinator -coordinators -coos -coot -cootie -cooties -coots -cop -copaiba -copaibas -copal -copalm -copalms -copals -coparent -coparents -copartner -copartners -copartnership -copartnerships -copastor -copastors -copatron -copatrons -cope -copeck -copecks -coped -copemate -copemates -copen -copens -copepod -copepods -coper -copers -copes -copied -copier -copiers -copies -copihue -copihues -copilot -copilots -coping -copings -copious -copiously -copiousness -copiousnesses -coplanar -coplot -coplots -coplotted -coplotting -copped -copper -copperah -copperahs -copperas -copperases -coppered -copperhead -copperheads -coppering -coppers -coppery -coppice -coppiced -coppices -copping -coppra -coppras -copra -coprah -coprahs -copras -copremia -copremias -copremic -copresident -copresidents -coprincipal -coprincipals -coprisoner -coprisoners -coproduce -coproduced -coproducer -coproducers -coproduces -coproducing -coproduction -coproductions -copromote -copromoted -copromoter -copromoters -copromotes -copromoting -coproprietor -coproprietors -coproprietorship -coproprietorships -cops -copse -copses -copter -copters -copublish -copublished -copublisher -copublishers -copublishes -copublishing -copula -copulae -copular -copulas -copulate -copulated -copulates -copulating -copulation -copulations -copulative -copulatives -copy -copybook -copybooks -copyboy -copyboys -copycat -copycats -copycatted -copycatting -copydesk -copydesks -copyhold -copyholds -copying -copyist -copyists -copyright -copyrighted -copyrighting -copyrights -coquet -coquetries -coquetry -coquets -coquette -coquetted -coquettes -coquetting -coquille -coquilles -coquina -coquinas -coquito -coquitos -coracle -coracles -coracoid -coracoids -coral -corals -coranto -corantoes -corantos -corban -corbans -corbeil -corbeils -corbel -corbeled -corbeling -corbelled -corbelling -corbels -corbie -corbies -corbina -corbinas -corby -cord -cordage -cordages -cordate -corded -corder -corders -cordial -cordialities -cordiality -cordially -cordials -cording -cordite -cordites -cordless -cordlike -cordoba -cordobas -cordon -cordoned -cordoning -cordons -cordovan -cordovans -cords -corduroy -corduroyed -corduroying -corduroys -cordwain -cordwains -cordwood -cordwoods -cordy -core -corecipient -corecipients -cored -coredeem -coredeemed -coredeeming -coredeems -coreign -coreigns -corelate -corelated -corelates -corelating -coreless -coremia -coremium -corer -corers -cores -coresident -coresidents -corf -corgi -corgis -coria -coring -corium -cork -corkage -corkages -corked -corker -corkers -corkier -corkiest -corking -corklike -corks -corkscrew -corkscrews -corkwood -corkwoods -corky -corm -cormel -cormels -cormlike -cormoid -cormorant -cormorants -cormous -corms -corn -cornball -cornballs -corncake -corncakes -corncob -corncobs -corncrib -corncribs -cornea -corneal -corneas -corned -cornel -cornels -corneous -corner -cornered -cornering -corners -cornerstone -cornerstones -cornet -cornetcies -cornetcy -cornets -cornfed -cornhusk -cornhusks -cornice -corniced -cornices -corniche -corniches -cornicing -cornicle -cornicles -cornier -corniest -cornily -corning -cornmeal -cornmeals -corns -cornstalk -cornstalks -cornstarch -cornstarches -cornu -cornua -cornual -cornucopia -cornucopias -cornus -cornuses -cornute -cornuted -cornuto -cornutos -corny -corodies -corody -corolla -corollaries -corollary -corollas -corona -coronach -coronachs -coronae -coronal -coronals -coronaries -coronary -coronas -coronation -coronations -coronel -coronels -coroner -coroners -coronet -coronets -corotate -corotated -corotates -corotating -corpora -corporal -corporals -corporate -corporation -corporations -corporeal -corporeally -corps -corpse -corpses -corpsman -corpsmen -corpulence -corpulences -corpulencies -corpulency -corpulent -corpus -corpuscle -corpuscles -corrade -corraded -corrades -corrading -corral -corralled -corralling -corrals -correct -corrected -correcter -correctest -correcting -correction -corrections -corrective -correctly -correctness -correctnesses -corrects -correlate -correlated -correlates -correlating -correlation -correlations -correlative -correlatives -correspond -corresponded -correspondence -correspondences -correspondent -correspondents -corresponding -corresponds -corrida -corridas -corridor -corridors -corrie -corries -corrival -corrivals -corroborate -corroborated -corroborates -corroborating -corroboration -corroborations -corrode -corroded -corrodes -corrodies -corroding -corrody -corrosion -corrosions -corrosive -corrugate -corrugated -corrugates -corrugating -corrugation -corrugations -corrupt -corrupted -corrupter -corruptest -corruptible -corrupting -corruption -corruptions -corrupts -corsac -corsacs -corsage -corsages -corsair -corsairs -corse -corselet -corselets -corses -corset -corseted -corseting -corsets -corslet -corslets -cortege -corteges -cortex -cortexes -cortical -cortices -cortin -cortins -cortisol -cortisols -cortisone -cortisones -corundum -corundums -corvee -corvees -corves -corvet -corvets -corvette -corvettes -corvina -corvinas -corvine -corymb -corymbed -corymbs -coryphee -coryphees -coryza -coryzal -coryzas -cos -cosec -cosecant -cosecants -cosecs -coses -coset -cosets -cosey -coseys -cosh -coshed -cosher -coshered -coshering -coshers -coshes -coshing -cosie -cosier -cosies -cosiest -cosign -cosignatories -cosignatory -cosigned -cosigner -cosigners -cosigning -cosigns -cosily -cosine -cosines -cosiness -cosinesses -cosmetic -cosmetics -cosmic -cosmical -cosmism -cosmisms -cosmist -cosmists -cosmonaut -cosmonauts -cosmopolitan -cosmopolitans -cosmos -cosmoses -cosponsor -cosponsors -coss -cossack -cossacks -cosset -cosseted -cosseting -cossets -cost -costa -costae -costal -costar -costard -costards -costarred -costarring -costars -costate -costed -coster -costers -costing -costive -costless -costlier -costliest -costliness -costlinesses -costly -costmaries -costmary -costrel -costrels -costs -costume -costumed -costumer -costumers -costumes -costumey -costuming -cosy -cot -cotan -cotans -cote -coteau -coteaux -coted -cotenant -cotenants -coterie -coteries -cotes -cothurn -cothurni -cothurns -cotidal -cotillion -cotillions -cotillon -cotillons -coting -cotquean -cotqueans -cots -cotta -cottae -cottage -cottager -cottagers -cottages -cottagey -cottar -cottars -cottas -cotter -cotters -cottier -cottiers -cotton -cottoned -cottoning -cottonmouth -cottonmouths -cottons -cottonseed -cottonseeds -cottony -cotyloid -cotype -cotypes -couch -couchant -couched -coucher -couchers -couches -couching -couchings -coude -cougar -cougars -cough -coughed -cougher -coughers -coughing -coughs -could -couldest -couldst -coulee -coulees -coulisse -coulisses -couloir -couloirs -coulomb -coulombs -coulter -coulters -coumaric -coumarin -coumarins -coumarou -coumarous -council -councillor -councillors -councilman -councilmen -councilor -councilors -councils -councilwoman -counsel -counseled -counseling -counselled -counselling -counsellor -counsellors -counselor -counselors -counsels -count -countable -counted -countenance -countenanced -countenances -countenancing -counter -counteraccusation -counteraccusations -counteract -counteracted -counteracting -counteracts -counteraggression -counteraggressions -counterargue -counterargued -counterargues -counterarguing -counterassault -counterassaults -counterattack -counterattacked -counterattacking -counterattacks -counterbalance -counterbalanced -counterbalances -counterbalancing -counterbid -counterbids -counterblockade -counterblockades -counterblow -counterblows -countercampaign -countercampaigns -counterchallenge -counterchallenges -countercharge -countercharges -counterclaim -counterclaims -counterclockwise -countercomplaint -countercomplaints -countercoup -countercoups -countercriticism -countercriticisms -counterdemand -counterdemands -counterdemonstration -counterdemonstrations -counterdemonstrator -counterdemonstrators -countered -countereffect -countereffects -countereffort -counterefforts -counterembargo -counterembargos -counterevidence -counterevidences -counterfeit -counterfeited -counterfeiter -counterfeiters -counterfeiting -counterfeits -counterguerrila -counterinflationary -counterinfluence -counterinfluences -countering -counterintrigue -counterintrigues -countermand -countermanded -countermanding -countermands -countermeasure -countermeasures -countermove -countermovement -countermovements -countermoves -counteroffer -counteroffers -counterpart -counterparts -counterpetition -counterpetitions -counterploy -counterploys -counterpoint -counterpoints -counterpower -counterpowers -counterpressure -counterpressures -counterpropagation -counterpropagations -counterproposal -counterproposals -counterprotest -counterprotests -counterquestion -counterquestions -counterraid -counterraids -counterrallies -counterrally -counterrebuttal -counterrebuttals -counterreform -counterreforms -counterresponse -counterresponses -counterretaliation -counterretaliations -counterrevolution -counterrevolutions -counters -countersign -countersigns -counterstrategies -counterstrategy -counterstyle -counterstyles -countersue -countersued -countersues -countersuggestion -countersuggestions -countersuing -countersuit -countersuits -countertendencies -countertendency -counterterror -counterterrorism -counterterrorisms -counterterrorist -counterterrorists -counterterrors -counterthreat -counterthreats -counterthrust -counterthrusts -countertrend -countertrends -countess -countesses -countian -countians -counties -counting -countless -countries -country -countryman -countrymen -countryside -countrysides -counts -county -coup -coupe -couped -coupes -couping -couple -coupled -coupler -couplers -couples -couplet -couplets -coupling -couplings -coupon -coupons -coups -courage -courageous -courages -courant -courante -courantes -couranto -courantoes -courantos -courants -courier -couriers -courlan -courlans -course -coursed -courser -coursers -courses -coursing -coursings -court -courted -courteous -courteously -courtesied -courtesies -courtesy -courtesying -courthouse -courthouses -courtier -courtiers -courting -courtlier -courtliest -courtly -courtroom -courtrooms -courts -courtship -courtships -courtyard -courtyards -couscous -couscouses -cousin -cousinly -cousinries -cousinry -cousins -couteau -couteaux -couter -couters -couth -couther -couthest -couthie -couthier -couthiest -couths -couture -coutures -couvade -couvades -covalent -cove -coved -coven -covenant -covenanted -covenanting -covenants -covens -cover -coverage -coverages -coverall -coveralls -covered -coverer -coverers -covering -coverings -coverlet -coverlets -coverlid -coverlids -covers -covert -covertly -coverts -coves -covet -coveted -coveter -coveters -coveting -covetous -covets -covey -coveys -coving -covings -cow -cowage -cowages -coward -cowardice -cowardices -cowardly -cowards -cowbane -cowbanes -cowbell -cowbells -cowberries -cowberry -cowbind -cowbinds -cowbird -cowbirds -cowboy -cowboys -cowed -cowedly -cower -cowered -cowering -cowers -cowfish -cowfishes -cowgirl -cowgirls -cowhage -cowhages -cowhand -cowhands -cowherb -cowherbs -cowherd -cowherds -cowhide -cowhided -cowhides -cowhiding -cowier -cowiest -cowing -cowinner -cowinners -cowl -cowled -cowlick -cowlicks -cowling -cowlings -cowls -cowman -cowmen -coworker -coworkers -cowpat -cowpats -cowpea -cowpeas -cowpoke -cowpokes -cowpox -cowpoxes -cowrie -cowries -cowry -cows -cowshed -cowsheds -cowskin -cowskins -cowslip -cowslips -cowy -cox -coxa -coxae -coxal -coxalgia -coxalgias -coxalgic -coxalgies -coxalgy -coxcomb -coxcombs -coxed -coxes -coxing -coxswain -coxswained -coxswaining -coxswains -coy -coyed -coyer -coyest -coying -coyish -coyly -coyness -coynesses -coyote -coyotes -coypou -coypous -coypu -coypus -coys -coz -cozen -cozenage -cozenages -cozened -cozener -cozeners -cozening -cozens -cozes -cozey -cozeys -cozie -cozier -cozies -coziest -cozily -coziness -cozinesses -cozy -cozzes -craal -craaled -craaling -craals -crab -crabbed -crabber -crabbers -crabbier -crabbiest -crabbing -crabby -crabs -crabwise -crack -crackdown -crackdowns -cracked -cracker -crackers -cracking -crackings -crackle -crackled -crackles -cracklier -crackliest -crackling -crackly -cracknel -cracknels -crackpot -crackpots -cracks -crackup -crackups -cracky -cradle -cradled -cradler -cradlers -cradles -cradling -craft -crafted -craftier -craftiest -craftily -craftiness -craftinesses -crafting -crafts -craftsman -craftsmanship -craftsmanships -craftsmen -craftsmenship -craftsmenships -crafty -crag -cragged -craggier -craggiest -craggily -craggy -crags -cragsman -cragsmen -crake -crakes -cram -crambe -crambes -crambo -cramboes -crambos -crammed -crammer -crammers -cramming -cramoisies -cramoisy -cramp -cramped -cramping -crampit -crampits -crampon -crampons -crampoon -crampoons -cramps -crams -cranberries -cranberry -cranch -cranched -cranches -cranching -crane -craned -cranes -crania -cranial -craniate -craniates -craning -cranium -craniums -crank -cranked -cranker -crankest -crankier -crankiest -crankily -cranking -crankle -crankled -crankles -crankling -crankly -crankous -crankpin -crankpins -cranks -cranky -crannied -crannies -crannog -crannoge -crannoges -crannogs -cranny -crap -crape -craped -crapes -craping -crapped -crapper -crappers -crappie -crappier -crappies -crappiest -crapping -crappy -craps -crapshooter -crapshooters -crases -crash -crashed -crasher -crashers -crashes -crashing -crasis -crass -crasser -crassest -crassly -cratch -cratches -crate -crated -crater -cratered -cratering -craters -crates -crating -craton -cratonic -cratons -craunch -craunched -craunches -craunching -cravat -cravats -crave -craved -craven -cravened -cravening -cravenly -cravens -craver -cravers -craves -craving -cravings -craw -crawdad -crawdads -crawfish -crawfished -crawfishes -crawfishing -crawl -crawled -crawler -crawlers -crawlier -crawliest -crawling -crawls -crawlway -crawlways -crawly -craws -crayfish -crayfishes -crayon -crayoned -crayoning -crayons -craze -crazed -crazes -crazier -craziest -crazily -craziness -crazinesses -crazing -crazy -creak -creaked -creakier -creakiest -creakily -creaking -creaks -creaky -cream -creamed -creamer -creameries -creamers -creamery -creamier -creamiest -creamily -creaming -creams -creamy -crease -creased -creaser -creasers -creases -creasier -creasiest -creasing -creasy -create -created -creates -creatin -creatine -creatines -creating -creatinine -creatins -creation -creations -creative -creativities -creativity -creator -creators -creature -creatures -creche -creches -credal -credence -credences -credenda -credent -credentials -credenza -credenzas -credibilities -credibility -credible -credibly -credit -creditable -creditably -credited -crediting -creditor -creditors -credits -credo -credos -credulities -credulity -credulous -creed -creedal -creeds -creek -creeks -creel -creels -creep -creepage -creepages -creeper -creepers -creepie -creepier -creepies -creepiest -creepily -creeping -creeps -creepy -creese -creeses -creesh -creeshed -creeshes -creeshing -cremains -cremate -cremated -cremates -cremating -cremation -cremations -cremator -cremators -crematory -creme -cremes -crenate -crenated -crenel -creneled -creneling -crenelle -crenelled -crenelles -crenelling -crenels -creodont -creodonts -creole -creoles -creosol -creosols -creosote -creosoted -creosotes -creosoting -crepe -creped -crepes -crepey -crepier -crepiest -creping -crept -crepy -crescendo -crescendos -crescent -crescents -cresive -cresol -cresols -cress -cresses -cresset -cressets -crest -crestal -crested -crestfallen -crestfallens -cresting -crestings -crests -cresyl -cresylic -cresyls -cretic -cretics -cretin -cretins -cretonne -cretonnes -crevalle -crevalles -crevasse -crevassed -crevasses -crevassing -crevice -creviced -crevices -crew -crewed -crewel -crewels -crewing -crewless -crewman -crewmen -crews -crib -cribbage -cribbages -cribbed -cribber -cribbers -cribbing -cribbings -cribbled -cribrous -cribs -cribwork -cribworks -cricetid -cricetids -crick -cricked -cricket -cricketed -cricketing -crickets -cricking -cricks -cricoid -cricoids -cried -crier -criers -cries -crime -crimes -criminal -criminals -crimmer -crimmers -crimp -crimped -crimper -crimpers -crimpier -crimpiest -crimping -crimple -crimpled -crimples -crimpling -crimps -crimpy -crimson -crimsoned -crimsoning -crimsons -cringe -cringed -cringer -cringers -cringes -cringing -cringle -cringles -crinite -crinites -crinkle -crinkled -crinkles -crinklier -crinkliest -crinkling -crinkly -crinoid -crinoids -crinoline -crinolines -crinum -crinums -criollo -criollos -cripple -crippled -crippler -cripplers -cripples -crippling -cris -crises -crisic -crisis -crisp -crispate -crisped -crispen -crispened -crispening -crispens -crisper -crispers -crispest -crispier -crispiest -crispily -crisping -crisply -crispness -crispnesses -crisps -crispy -crissa -crissal -crisscross -crisscrossed -crisscrosses -crisscrossing -crissum -crista -cristae -cristate -criteria -criterion -critic -critical -criticism -criticisms -criticize -criticized -criticizes -criticizing -critics -critique -critiqued -critiques -critiquing -critter -critters -crittur -critturs -croak -croaked -croaker -croakers -croakier -croakiest -croakily -croaking -croaks -croaky -crocein -croceine -croceines -croceins -crochet -crocheted -crocheting -crochets -croci -crocine -crock -crocked -crockeries -crockery -crocket -crockets -crocking -crocks -crocodile -crocodiles -crocoite -crocoites -crocus -crocuses -croft -crofter -crofters -crofts -crojik -crojiks -cromlech -cromlechs -crone -crones -cronies -crony -cronyism -cronyisms -crook -crooked -crookeder -crookedest -crookedness -crookednesses -crooking -crooks -croon -crooned -crooner -crooners -crooning -croons -crop -cropland -croplands -cropless -cropped -cropper -croppers -cropping -crops -croquet -croqueted -croqueting -croquets -croquette -croquettes -croquis -crore -crores -crosier -crosiers -cross -crossarm -crossarms -crossbar -crossbarred -crossbarring -crossbars -crossbow -crossbows -crossbreed -crossbreeded -crossbreeding -crossbreeds -crosscut -crosscuts -crosscutting -crosse -crossed -crosser -crossers -crosses -crossest -crossing -crossings -crosslet -crosslets -crossly -crossover -crossovers -crossroads -crosstie -crossties -crosswalk -crosswalks -crossway -crossways -crosswise -crotch -crotched -crotches -crotchet -crotchets -crotchety -croton -crotons -crouch -crouched -crouches -crouching -croup -croupe -croupes -croupier -croupiers -croupiest -croupily -croupous -croups -croupy -crouse -crousely -crouton -croutons -crow -crowbar -crowbars -crowd -crowded -crowder -crowders -crowdie -crowdies -crowding -crowds -crowdy -crowed -crower -crowers -crowfeet -crowfoot -crowfoots -crowing -crown -crowned -crowner -crowners -crownet -crownets -crowning -crowns -crows -crowstep -crowsteps -croze -crozer -crozers -crozes -crozier -croziers -cruces -crucial -crucian -crucians -cruciate -crucible -crucibles -crucifer -crucifers -crucified -crucifies -crucifix -crucifixes -crucifixion -crucify -crucifying -crud -crudded -crudding -cruddy -crude -crudely -cruder -crudes -crudest -crudities -crudity -cruds -cruel -crueler -cruelest -crueller -cruellest -cruelly -cruelties -cruelty -cruet -cruets -cruise -cruised -cruiser -cruisers -cruises -cruising -cruller -crullers -crumb -crumbed -crumber -crumbers -crumbier -crumbiest -crumbing -crumble -crumbled -crumbles -crumblier -crumbliest -crumbling -crumbly -crumbs -crumby -crummie -crummier -crummies -crummiest -crummy -crump -crumped -crumpet -crumpets -crumping -crumple -crumpled -crumples -crumpling -crumply -crumps -crunch -crunched -cruncher -crunchers -crunches -crunchier -crunchiest -crunching -crunchy -crunodal -crunode -crunodes -cruor -cruors -crupper -cruppers -crura -crural -crus -crusade -crusaded -crusader -crusaders -crusades -crusading -crusado -crusadoes -crusados -cruse -cruses -cruset -crusets -crush -crushed -crusher -crushers -crushes -crushing -crusily -crust -crustacean -crustaceans -crustal -crusted -crustier -crustiest -crustily -crusting -crustose -crusts -crusty -crutch -crutched -crutches -crutching -crux -cruxes -cruzado -cruzadoes -cruzados -cruzeiro -cruzeiros -crwth -crwths -cry -crybabies -crybaby -crying -cryingly -cryogen -cryogenies -cryogens -cryogeny -cryolite -cryolites -cryonic -cryonics -cryostat -cryostats -cryotron -cryotrons -crypt -cryptal -cryptic -crypto -cryptographic -cryptographies -cryptography -cryptos -crypts -crystal -crystallization -crystallizations -crystallize -crystallized -crystallizes -crystallizing -crystals -ctenidia -ctenoid -cub -cubage -cubages -cubature -cubatures -cubbies -cubbish -cubby -cubbyhole -cubbyholes -cube -cubeb -cubebs -cubed -cuber -cubers -cubes -cubic -cubical -cubicities -cubicity -cubicle -cubicles -cubicly -cubics -cubicula -cubiform -cubing -cubism -cubisms -cubist -cubistic -cubists -cubit -cubital -cubits -cuboid -cuboidal -cuboids -cubs -cuckold -cuckolded -cuckolding -cuckolds -cuckoo -cuckooed -cuckooing -cuckoos -cucumber -cucumbers -cucurbit -cucurbits -cud -cudbear -cudbears -cuddie -cuddies -cuddle -cuddled -cuddles -cuddlier -cuddliest -cuddling -cuddly -cuddy -cudgel -cudgeled -cudgeler -cudgelers -cudgeling -cudgelled -cudgelling -cudgels -cuds -cudweed -cudweeds -cue -cued -cueing -cues -cuesta -cuestas -cuff -cuffed -cuffing -cuffless -cuffs -cuif -cuifs -cuing -cuirass -cuirassed -cuirasses -cuirassing -cuish -cuishes -cuisine -cuisines -cuisse -cuisses -cuittle -cuittled -cuittles -cuittling -cuke -cukes -culch -culches -culet -culets -culex -culices -culicid -culicids -culicine -culicines -culinary -cull -cullay -cullays -culled -culler -cullers -cullet -cullets -cullied -cullies -culling -cullion -cullions -cullis -cullises -culls -cully -cullying -culm -culmed -culminatation -culminatations -culminate -culminated -culminates -culminating -culming -culms -culotte -culottes -culpa -culpable -culpably -culpae -culprit -culprits -cult -cultch -cultches -culti -cultic -cultigen -cultigens -cultism -cultisms -cultist -cultists -cultivar -cultivars -cultivatation -cultivatations -cultivate -cultivated -cultivates -cultivating -cultrate -cults -cultural -culture -cultured -cultures -culturing -cultus -cultuses -culver -culverin -culverins -culvers -culvert -culverts -cum -cumarin -cumarins -cumber -cumbered -cumberer -cumberers -cumbering -cumbers -cumbersome -cumbrous -cumin -cumins -cummer -cummers -cummin -cummins -cumquat -cumquats -cumshaw -cumshaws -cumulate -cumulated -cumulates -cumulating -cumulative -cumuli -cumulous -cumulus -cundum -cundums -cuneal -cuneate -cuneated -cuneatic -cuniform -cuniforms -cunner -cunners -cunning -cunninger -cunningest -cunningly -cunnings -cunt -cunts -cup -cupboard -cupboards -cupcake -cupcakes -cupel -cupeled -cupeler -cupelers -cupeling -cupelled -cupeller -cupellers -cupelling -cupels -cupful -cupfuls -cupid -cupidities -cupidity -cupids -cuplike -cupola -cupolaed -cupolaing -cupolas -cuppa -cuppas -cupped -cupper -cuppers -cuppier -cuppiest -cupping -cuppings -cuppy -cupreous -cupric -cuprite -cuprites -cuprous -cuprum -cuprums -cups -cupsful -cupula -cupulae -cupular -cupulate -cupule -cupules -cur -curable -curably -curacao -curacaos -curacies -curacoa -curacoas -curacy -curagh -curaghs -curara -curaras -curare -curares -curari -curarine -curarines -curaris -curarize -curarized -curarizes -curarizing -curassow -curassows -curate -curates -curative -curatives -curator -curators -curb -curbable -curbed -curber -curbers -curbing -curbings -curbs -curch -curches -curculio -curculios -curcuma -curcumas -curd -curded -curdier -curdiest -curding -curdle -curdled -curdler -curdlers -curdles -curdling -curds -curdy -cure -cured -cureless -curer -curers -cures -curet -curets -curette -curetted -curettes -curetting -curf -curfew -curfews -curfs -curia -curiae -curial -curie -curies -curing -curio -curios -curiosa -curiosities -curiosity -curious -curiouser -curiousest -curite -curites -curium -curiums -curl -curled -curler -curlers -curlew -curlews -curlicue -curlicued -curlicues -curlicuing -curlier -curliest -curlily -curling -curlings -curls -curly -curlycue -curlycues -curmudgeon -curmudgeons -curn -curns -curr -currach -currachs -curragh -curraghs -curran -currans -currant -currants -curred -currencies -currency -current -currently -currents -curricle -curricles -curriculum -currie -curried -currier -currieries -curriers -curriery -curries -curring -currish -currs -curry -currying -curs -curse -cursed -curseder -cursedest -cursedly -curser -cursers -curses -cursing -cursive -cursives -cursory -curst -curt -curtail -curtailed -curtailing -curtailment -curtailments -curtails -curtain -curtained -curtaining -curtains -curtal -curtalax -curtalaxes -curtals -curtate -curter -curtesies -curtest -curtesy -curtly -curtness -curtnesses -curtsey -curtseyed -curtseying -curtseys -curtsied -curtsies -curtsy -curtsying -curule -curve -curved -curves -curvet -curveted -curveting -curvets -curvetted -curvetting -curvey -curvier -curviest -curving -curvy -cuscus -cuscuses -cusec -cusecs -cushat -cushats -cushaw -cushaws -cushier -cushiest -cushily -cushion -cushioned -cushioning -cushions -cushiony -cushy -cusk -cusks -cusp -cuspate -cuspated -cusped -cuspid -cuspidal -cuspides -cuspidor -cuspidors -cuspids -cuspis -cusps -cuss -cussed -cussedly -cusser -cussers -cusses -cussing -cusso -cussos -cussword -cusswords -custard -custards -custodes -custodial -custodian -custodians -custodies -custody -custom -customarily -customary -customer -customers -customize -customized -customizes -customizing -customs -custos -custumal -custumals -cut -cutaneous -cutaway -cutaways -cutback -cutbacks -cutch -cutcheries -cutchery -cutches -cutdown -cutdowns -cute -cutely -cuteness -cutenesses -cuter -cutes -cutesier -cutesiest -cutest -cutesy -cutey -cuteys -cutgrass -cutgrasses -cuticle -cuticles -cuticula -cuticulae -cutie -cuties -cutin -cutinise -cutinised -cutinises -cutinising -cutinize -cutinized -cutinizes -cutinizing -cutins -cutis -cutises -cutlas -cutlases -cutlass -cutlasses -cutler -cutleries -cutlers -cutlery -cutlet -cutlets -cutline -cutlines -cutoff -cutoffs -cutout -cutouts -cutover -cutpurse -cutpurses -cuts -cuttable -cuttage -cuttages -cutter -cutters -cutthroat -cutthroats -cutties -cutting -cuttings -cuttle -cuttled -cuttles -cuttling -cutty -cutup -cutups -cutwater -cutwaters -cutwork -cutworks -cutworm -cutworms -cuvette -cuvettes -cwm -cwms -cyan -cyanamid -cyanamids -cyanate -cyanates -cyanic -cyanid -cyanide -cyanided -cyanides -cyaniding -cyanids -cyanin -cyanine -cyanines -cyanins -cyanite -cyanites -cyanitic -cyano -cyanogen -cyanogens -cyanosed -cyanoses -cyanosis -cyanotic -cyans -cyborg -cyborgs -cycad -cycads -cycas -cycases -cycasin -cycasins -cyclamen -cyclamens -cyclase -cyclases -cycle -cyclecar -cyclecars -cycled -cycler -cyclers -cycles -cyclic -cyclical -cyclicly -cycling -cyclings -cyclist -cyclists -cyclitol -cyclitols -cyclize -cyclized -cyclizes -cyclizing -cyclo -cycloid -cycloids -cyclonal -cyclone -cyclones -cyclonic -cyclopaedia -cyclopaedias -cyclopedia -cyclopedias -cyclophosphamide -cyclophosphamides -cyclops -cyclorama -cycloramas -cyclos -cycloses -cyclosis -cyder -cyders -cyeses -cyesis -cygnet -cygnets -cylices -cylinder -cylindered -cylindering -cylinders -cylix -cyma -cymae -cymar -cymars -cymas -cymatia -cymatium -cymbal -cymbaler -cymbalers -cymbals -cymbling -cymblings -cyme -cymene -cymenes -cymes -cymlin -cymling -cymlings -cymlins -cymogene -cymogenes -cymoid -cymol -cymols -cymose -cymosely -cymous -cynic -cynical -cynicism -cynicisms -cynics -cynosure -cynosures -cypher -cyphered -cyphering -cyphers -cypres -cypreses -cypress -cypresses -cyprian -cyprians -cyprinid -cyprinids -cyprus -cypruses -cypsela -cypselae -cyst -cystein -cysteine -cysteines -cysteins -cystic -cystine -cystines -cystitides -cystitis -cystoid -cystoids -cysts -cytaster -cytasters -cytidine -cytidines -cytogenies -cytogeny -cytologies -cytology -cyton -cytons -cytopathological -cytosine -cytosines -czar -czardas -czardom -czardoms -czarevna -czarevnas -czarina -czarinas -czarism -czarisms -czarist -czarists -czaritza -czaritzas -czars -da -dab -dabbed -dabber -dabbers -dabbing -dabble -dabbled -dabbler -dabblers -dabbles -dabbling -dabblings -dabchick -dabchicks -dabs -dabster -dabsters -dace -daces -dacha -dachas -dachshund -dachshunds -dacker -dackered -dackering -dackers -dacoit -dacoities -dacoits -dacoity -dactyl -dactyli -dactylic -dactylics -dactyls -dactylus -dad -dada -dadaism -dadaisms -dadaist -dadaists -dadas -daddies -daddle -daddled -daddles -daddling -daddy -dado -dadoed -dadoes -dadoing -dados -dads -daedal -daemon -daemonic -daemons -daff -daffed -daffier -daffiest -daffing -daffodil -daffodils -daffs -daffy -daft -dafter -daftest -daftly -daftness -daftnesses -dag -dagger -daggered -daggering -daggers -daggle -daggled -daggles -daggling -daglock -daglocks -dago -dagoba -dagobas -dagoes -dagos -dags -dah -dahabeah -dahabeahs -dahabiah -dahabiahs -dahabieh -dahabiehs -dahabiya -dahabiyas -dahlia -dahlias -dahoon -dahoons -dahs -daiker -daikered -daikering -daikers -dailies -daily -daimen -daimio -daimios -daimon -daimones -daimonic -daimons -daimyo -daimyos -daintier -dainties -daintiest -daintily -daintiness -daintinesses -dainty -daiquiri -daiquiris -dairies -dairy -dairying -dairyings -dairymaid -dairymaids -dairyman -dairymen -dais -daises -daishiki -daishikis -daisied -daisies -daisy -dak -dakerhen -dakerhens -dakoit -dakoities -dakoits -dakoity -daks -dalapon -dalapons -dalasi -dale -dales -dalesman -dalesmen -daleth -daleths -dalles -dalliance -dalliances -dallied -dallier -dalliers -dallies -dally -dallying -dalmatian -dalmatians -dalmatic -dalmatics -daltonic -dam -damage -damaged -damager -damagers -damages -damaging -daman -damans -damar -damars -damask -damasked -damasking -damasks -dame -dames -damewort -dameworts -dammar -dammars -dammed -dammer -dammers -damming -damn -damnable -damnably -damnation -damnations -damndest -damndests -damned -damneder -damnedest -damner -damners -damnified -damnifies -damnify -damnifying -damning -damns -damosel -damosels -damozel -damozels -damp -damped -dampen -dampened -dampener -dampeners -dampening -dampens -damper -dampers -dampest -damping -dampish -damply -dampness -dampnesses -damps -dams -damsel -damsels -damson -damsons -dance -danced -dancer -dancers -dances -dancing -dandelion -dandelions -dander -dandered -dandering -danders -dandier -dandies -dandiest -dandified -dandifies -dandify -dandifying -dandily -dandle -dandled -dandler -dandlers -dandles -dandling -dandriff -dandriffs -dandruff -dandruffs -dandy -dandyish -dandyism -dandyisms -danegeld -danegelds -daneweed -daneweeds -danewort -daneworts -dang -danged -danger -dangered -dangering -dangerous -dangerously -dangers -danging -dangle -dangled -dangler -danglers -dangles -dangling -dangs -danio -danios -dank -danker -dankest -dankly -dankness -danknesses -danseur -danseurs -danseuse -danseuses -dap -daphne -daphnes -daphnia -daphnias -dapped -dapper -dapperer -dapperest -dapperly -dapping -dapple -dappled -dapples -dappling -daps -darb -darbies -darbs -dare -dared -daredevil -daredevils -dareful -darer -darers -dares -daresay -daric -darics -daring -daringly -darings -dariole -darioles -dark -darked -darken -darkened -darkener -darkeners -darkening -darkens -darker -darkest -darkey -darkeys -darkie -darkies -darking -darkish -darkle -darkled -darkles -darklier -darkliest -darkling -darkly -darkness -darknesses -darkroom -darkrooms -darks -darksome -darky -darling -darlings -darn -darndest -darndests -darned -darneder -darnedest -darnel -darnels -darner -darners -darning -darnings -darns -dart -darted -darter -darters -darting -dartle -dartled -dartles -dartling -dartmouth -darts -dash -dashboard -dashboards -dashed -dasheen -dasheens -dasher -dashers -dashes -dashier -dashiest -dashiki -dashikis -dashing -dashpot -dashpots -dashy -dassie -dassies -dastard -dastardly -dastards -dasyure -dasyures -data -datable -datamedia -datapoint -dataries -datary -datcha -datchas -date -dateable -dated -datedly -dateless -dateline -datelined -datelines -datelining -dater -daters -dates -dating -datival -dative -datively -datives -dato -datos -datto -dattos -datum -datums -datura -daturas -daturic -daub -daube -daubed -dauber -dauberies -daubers -daubery -daubes -daubier -daubiest -daubing -daubries -daubry -daubs -dauby -daughter -daughterly -daughters -daunder -daundered -daundering -daunders -daunt -daunted -daunter -daunters -daunting -dauntless -daunts -dauphin -dauphine -dauphines -dauphins -daut -dauted -dautie -dauties -dauting -dauts -daven -davened -davening -davenport -davenports -davens -davies -davit -davits -davy -daw -dawdle -dawdled -dawdler -dawdlers -dawdles -dawdling -dawed -dawen -dawing -dawk -dawks -dawn -dawned -dawning -dawnlike -dawns -daws -dawt -dawted -dawtie -dawties -dawting -dawts -day -daybed -daybeds -daybook -daybooks -daybreak -daybreaks -daydream -daydreamed -daydreaming -daydreams -daydreamt -dayflies -dayfly -dayglow -dayglows -daylight -daylighted -daylighting -daylights -daylilies -daylily -daylit -daylong -daymare -daymares -dayroom -dayrooms -days -dayside -daysides -daysman -daysmen -daystar -daystars -daytime -daytimes -daze -dazed -dazedly -dazes -dazing -dazzle -dazzled -dazzler -dazzlers -dazzles -dazzling -de -deacon -deaconed -deaconess -deaconesses -deaconing -deaconries -deaconry -deacons -dead -deadbeat -deadbeats -deaden -deadened -deadener -deadeners -deadening -deadens -deader -deadest -deadeye -deadeyes -deadfall -deadfalls -deadhead -deadheaded -deadheading -deadheads -deadlier -deadliest -deadline -deadlines -deadliness -deadlinesses -deadlock -deadlocked -deadlocking -deadlocks -deadly -deadness -deadnesses -deadpan -deadpanned -deadpanning -deadpans -deads -deadwood -deadwoods -deaerate -deaerated -deaerates -deaerating -deaf -deafen -deafened -deafening -deafens -deafer -deafest -deafish -deafly -deafness -deafnesses -deair -deaired -deairing -deairs -deal -dealate -dealated -dealates -dealer -dealers -dealfish -dealfishes -dealing -dealings -deals -dealt -dean -deaned -deaneries -deanery -deaning -deans -deanship -deanships -dear -dearer -dearest -dearie -dearies -dearly -dearness -dearnesses -dears -dearth -dearths -deary -deash -deashed -deashes -deashing -deasil -death -deathbed -deathbeds -deathcup -deathcups -deathful -deathless -deathly -deaths -deathy -deave -deaved -deaves -deaving -deb -debacle -debacles -debar -debark -debarkation -debarkations -debarked -debarking -debarks -debarred -debarring -debars -debase -debased -debasement -debasements -debaser -debasers -debases -debasing -debatable -debate -debated -debater -debaters -debates -debating -debauch -debauched -debaucheries -debauchery -debauches -debauching -debilitate -debilitated -debilitates -debilitating -debilities -debility -debit -debited -debiting -debits -debonair -debone -deboned -deboner -deboners -debones -deboning -debouch -debouche -debouched -debouches -debouching -debrief -debriefed -debriefing -debriefs -debris -debruise -debruised -debruises -debruising -debs -debt -debtless -debtor -debtors -debts -debug -debugged -debugging -debugs -debunk -debunked -debunker -debunkers -debunking -debunks -debut -debutant -debutante -debutantes -debutants -debuted -debuting -debuts -debye -debyes -decadal -decade -decadence -decadent -decadents -decades -decagon -decagons -decagram -decagrams -decal -decals -decamp -decamped -decamping -decamps -decanal -decane -decanes -decant -decanted -decanter -decanters -decanting -decants -decapitatation -decapitatations -decapitate -decapitated -decapitates -decapitating -decapod -decapods -decare -decares -decay -decayed -decayer -decayers -decaying -decays -decease -deceased -deceases -deceasing -decedent -decedents -deceit -deceitful -deceitfully -deceitfulness -deceitfulnesses -deceits -deceive -deceived -deceiver -deceivers -deceives -deceiving -decelerate -decelerated -decelerates -decelerating -decemvir -decemviri -decemvirs -decenaries -decenary -decencies -decency -decennia -decent -decenter -decentered -decentering -decenters -decentest -decently -decentralization -decentre -decentred -decentres -decentring -deception -deceptions -deceptively -decern -decerned -decerning -decerns -deciare -deciares -decibel -decibels -decide -decided -decidedly -decider -deciders -decides -deciding -decidua -deciduae -decidual -deciduas -deciduous -decigram -decigrams -decile -deciles -decimal -decimally -decimals -decimate -decimated -decimates -decimating -decipher -decipherable -deciphered -deciphering -deciphers -decision -decisions -decisive -decisively -decisiveness -decisivenesses -deck -decked -deckel -deckels -decker -deckers -deckhand -deckhands -decking -deckings -deckle -deckles -decks -declaim -declaimed -declaiming -declaims -declamation -declamations -declaration -declarations -declarative -declaratory -declare -declared -declarer -declarers -declares -declaring -declass -declasse -declassed -declasses -declassing -declension -declensions -declination -declinations -decline -declined -decliner -decliners -declines -declining -decoct -decocted -decocting -decocts -decode -decoded -decoder -decoders -decodes -decoding -decolor -decolored -decoloring -decolors -decolour -decoloured -decolouring -decolours -decompose -decomposed -decomposes -decomposing -decomposition -decompositions -decongestant -decongestants -decor -decorate -decorated -decorates -decorating -decoration -decorations -decorative -decorator -decorators -decorous -decorously -decorousness -decorousnesses -decors -decorum -decorums -decoy -decoyed -decoyer -decoyers -decoying -decoys -decrease -decreased -decreases -decreasing -decree -decreed -decreeing -decreer -decreers -decrees -decrepit -decrescendo -decretal -decretals -decrial -decrials -decried -decrier -decriers -decries -decrown -decrowned -decrowning -decrowns -decry -decrying -decrypt -decrypted -decrypting -decrypts -decuman -decuple -decupled -decuples -decupling -decuries -decurion -decurions -decurve -decurved -decurves -decurving -decury -dedal -dedans -dedicate -dedicated -dedicates -dedicating -dedication -dedications -dedicatory -deduce -deduced -deduces -deducible -deducing -deduct -deducted -deductible -deducting -deduction -deductions -deductive -deducts -dee -deed -deeded -deedier -deediest -deeding -deedless -deeds -deedy -deejay -deejays -deem -deemed -deeming -deems -deemster -deemsters -deep -deepen -deepened -deepener -deepeners -deepening -deepens -deeper -deepest -deeply -deepness -deepnesses -deeps -deer -deerflies -deerfly -deers -deerskin -deerskins -deerweed -deerweeds -deeryard -deeryards -dees -deewan -deewans -deface -defaced -defacement -defacements -defacer -defacers -defaces -defacing -defamation -defamations -defamatory -defame -defamed -defamer -defamers -defames -defaming -defat -defats -defatted -defatting -default -defaulted -defaulting -defaults -defeat -defeated -defeater -defeaters -defeating -defeats -defecate -defecated -defecates -defecating -defecation -defecations -defect -defected -defecting -defection -defections -defective -defectives -defector -defectors -defects -defence -defences -defend -defendant -defendants -defended -defender -defenders -defending -defends -defense -defensed -defenseless -defenses -defensible -defensing -defensive -defer -deference -deferences -deferent -deferential -deferents -deferment -deferments -deferrable -deferral -deferrals -deferred -deferrer -deferrers -deferring -defers -defi -defiance -defiances -defiant -deficiencies -deficiency -deficient -deficit -deficits -defied -defier -defiers -defies -defilade -defiladed -defilades -defilading -defile -defiled -defilement -defilements -defiler -defilers -defiles -defiling -definable -definably -define -defined -definer -definers -defines -defining -definite -definitely -definition -definitions -definitive -defis -deflate -deflated -deflates -deflating -deflation -deflations -deflator -deflators -deflea -defleaed -defleaing -defleas -deflect -deflected -deflecting -deflection -deflections -deflects -deflexed -deflower -deflowered -deflowering -deflowers -defoam -defoamed -defoamer -defoamers -defoaming -defoams -defog -defogged -defogger -defoggers -defogging -defogs -defoliant -defoliants -defoliate -defoliated -defoliates -defoliating -defoliation -defoliations -deforce -deforced -deforces -deforcing -deforest -deforested -deforesting -deforests -deform -deformation -deformations -deformed -deformer -deformers -deforming -deformities -deformity -deforms -defraud -defrauded -defrauding -defrauds -defray -defrayal -defrayals -defrayed -defrayer -defrayers -defraying -defrays -defrock -defrocked -defrocking -defrocks -defrost -defrosted -defroster -defrosters -defrosting -defrosts -deft -defter -deftest -deftly -deftness -deftnesses -defunct -defuse -defused -defuses -defusing -defuze -defuzed -defuzes -defuzing -defy -defying -degage -degame -degames -degami -degamis -degas -degases -degassed -degasser -degassers -degasses -degassing -degauss -degaussed -degausses -degaussing -degeneracies -degeneracy -degenerate -degenerated -degenerates -degenerating -degeneration -degenerations -degenerative -degerm -degermed -degerming -degerms -deglaze -deglazed -deglazes -deglazing -degradable -degradation -degradations -degrade -degraded -degrader -degraders -degrades -degrading -degrease -degreased -degreases -degreasing -degree -degreed -degrees -degum -degummed -degumming -degums -degust -degusted -degusting -degusts -dehisce -dehisced -dehisces -dehiscing -dehorn -dehorned -dehorner -dehorners -dehorning -dehorns -dehort -dehorted -dehorting -dehorts -dehydrate -dehydrated -dehydrates -dehydrating -dehydration -dehydrations -dei -deice -deiced -deicer -deicers -deices -deicidal -deicide -deicides -deicing -deictic -deific -deifical -deification -deifications -deified -deifier -deifies -deiform -deify -deifying -deign -deigned -deigning -deigns -deil -deils -deionize -deionized -deionizes -deionizing -deism -deisms -deist -deistic -deists -deities -deity -deject -dejecta -dejected -dejecting -dejection -dejections -dejects -dejeuner -dejeuners -dekagram -dekagrams -dekare -dekares -deke -deked -dekes -deking -del -delaine -delaines -delate -delated -delates -delating -delation -delations -delator -delators -delay -delayed -delayer -delayers -delaying -delays -dele -delead -deleaded -deleading -deleads -deled -delegacies -delegacy -delegate -delegated -delegates -delegating -delegation -delegations -deleing -deles -delete -deleted -deleterious -deletes -deleting -deletion -deletions -delf -delfs -delft -delfts -deli -deliberate -deliberated -deliberately -deliberateness -deliberatenesses -deliberates -deliberating -deliberation -deliberations -deliberative -delicacies -delicacy -delicate -delicates -delicatessen -delicatessens -delicious -deliciously -delict -delicts -delight -delighted -delighting -delights -delime -delimed -delimes -deliming -delimit -delimited -delimiter -delimiters -delimiting -delimits -delineate -delineated -delineates -delineating -delineation -delineations -delinquencies -delinquency -delinquent -delinquents -deliria -delirious -delirium -deliriums -delis -delist -delisted -delisting -delists -deliver -deliverance -deliverances -delivered -deliverer -deliverers -deliveries -delivering -delivers -delivery -dell -dellies -dells -delly -delouse -deloused -delouses -delousing -dels -delta -deltaic -deltas -deltic -deltoid -deltoids -delude -deluded -deluder -deluders -deludes -deluding -deluge -deluged -deluges -deluging -delusion -delusions -delusive -delusory -deluster -delustered -delustering -delusters -deluxe -delve -delved -delver -delvers -delves -delving -demagog -demagogies -demagogs -demagogue -demagogueries -demagoguery -demagogues -demagogy -demand -demanded -demander -demanders -demanding -demands -demarcation -demarcations -demarche -demarches -demark -demarked -demarking -demarks -demast -demasted -demasting -demasts -deme -demean -demeaned -demeaning -demeanor -demeanors -demeans -dement -demented -dementia -dementias -dementing -dements -demerit -demerited -demeriting -demerits -demes -demesne -demesnes -demies -demigod -demigods -demijohn -demijohns -demilune -demilunes -demirep -demireps -demise -demised -demises -demising -demit -demitasse -demitasses -demits -demitted -demitting -demiurge -demiurges -demivolt -demivolts -demo -demob -demobbed -demobbing -demobilization -demobilizations -demobilize -demobilized -demobilizes -demobilizing -demobs -democracies -democracy -democrat -democratic -democratize -democratized -democratizes -democratizing -democrats -demode -demoded -demographic -demography -demolish -demolished -demolishes -demolishing -demolition -demolitions -demon -demoness -demonesses -demoniac -demoniacs -demonian -demonic -demonise -demonised -demonises -demonising -demonism -demonisms -demonist -demonists -demonize -demonized -demonizes -demonizing -demons -demonstrable -demonstrate -demonstrated -demonstrates -demonstrating -demonstration -demonstrations -demonstrative -demonstrator -demonstrators -demoralize -demoralized -demoralizes -demoralizing -demos -demoses -demote -demoted -demotes -demotic -demotics -demoting -demotion -demotions -demotist -demotists -demount -demounted -demounting -demounts -dempster -dempsters -demur -demure -demurely -demurer -demurest -demurral -demurrals -demurred -demurrer -demurrers -demurring -demurs -demy -den -denarii -denarius -denary -denature -denatured -denatures -denaturing -denazified -denazifies -denazify -denazifying -dendrite -dendrites -dendroid -dendron -dendrons -dene -denes -dengue -dengues -deniable -deniably -denial -denials -denied -denier -deniers -denies -denim -denims -denizen -denizened -denizening -denizens -denned -denning -denomination -denominational -denominations -denominator -denominators -denotation -denotations -denotative -denote -denoted -denotes -denoting -denotive -denouement -denouements -denounce -denounced -denounces -denouncing -dens -dense -densely -denseness -densenesses -denser -densest -densified -densifies -densify -densifying -densities -density -dent -dental -dentalia -dentally -dentals -dentate -dentated -dented -denticle -denticles -dentifrice -dentifrices -dentil -dentils -dentin -dentinal -dentine -dentines -denting -dentins -dentist -dentistries -dentistry -dentists -dentition -dentitions -dentoid -dents -dentural -denture -dentures -denudate -denudated -denudates -denudating -denude -denuded -denuder -denuders -denudes -denuding -denunciation -denunciations -deny -denying -deodand -deodands -deodar -deodara -deodaras -deodars -deodorant -deodorants -deodorize -deodorized -deodorizes -deodorizing -depaint -depainted -depainting -depaints -depart -departed -departing -department -departmental -departments -departs -departure -departures -depend -dependabilities -dependability -dependable -depended -dependence -dependences -dependencies -dependency -dependent -dependents -depending -depends -deperm -depermed -deperming -deperms -depict -depicted -depicter -depicters -depicting -depiction -depictions -depictor -depictors -depicts -depilate -depilated -depilates -depilating -deplane -deplaned -deplanes -deplaning -deplete -depleted -depletes -depleting -depletion -depletions -deplorable -deplore -deplored -deplorer -deplorers -deplores -deploring -deploy -deployed -deploying -deployment -deployments -deploys -deplume -deplumed -deplumes -depluming -depolish -depolished -depolishes -depolishing -depone -deponed -deponent -deponents -depones -deponing -deport -deportation -deportations -deported -deportee -deportees -deporting -deportment -deportments -deports -deposal -deposals -depose -deposed -deposer -deposers -deposes -deposing -deposit -deposited -depositing -deposition -depositions -depositor -depositories -depositors -depository -deposits -depot -depots -depravation -depravations -deprave -depraved -depraver -depravers -depraves -depraving -depravities -depravity -deprecate -deprecated -deprecates -deprecating -deprecation -deprecations -deprecatory -depreciate -depreciated -depreciates -depreciating -depreciation -depreciations -depredation -depredations -depress -depressant -depressants -depressed -depresses -depressing -depression -depressions -depressive -depressor -depressors -deprival -deprivals -deprive -deprived -depriver -deprivers -deprives -depriving -depside -depsides -depth -depths -depurate -depurated -depurates -depurating -deputation -deputations -depute -deputed -deputes -deputies -deputing -deputize -deputized -deputizes -deputizing -deputy -deraign -deraigned -deraigning -deraigns -derail -derailed -derailing -derails -derange -deranged -derangement -derangements -deranges -deranging -derat -derats -deratted -deratting -deray -derays -derbies -derby -dere -derelict -dereliction -derelictions -derelicts -deride -derided -derider -deriders -derides -deriding -deringer -deringers -derision -derisions -derisive -derisory -derivate -derivates -derivation -derivations -derivative -derivatives -derive -derived -deriver -derivers -derives -deriving -derm -derma -dermal -dermas -dermatitis -dermatologies -dermatologist -dermatologists -dermatology -dermic -dermis -dermises -dermoid -derms -dernier -derogate -derogated -derogates -derogating -derogatory -derrick -derricks -derriere -derrieres -derries -derris -derrises -derry -dervish -dervishes -des -desalt -desalted -desalter -desalters -desalting -desalts -desand -desanded -desanding -desands -descant -descanted -descanting -descants -descend -descendant -descendants -descended -descendent -descendents -descending -descends -descent -descents -describable -describably -describe -described -describes -describing -descried -descrier -descriers -descries -description -descriptions -descriptive -descriptor -descriptors -descry -descrying -desecrate -desecrated -desecrates -desecrating -desecration -desecrations -desegregate -desegregated -desegregates -desegregating -desegregation -desegregations -deselect -deselected -deselecting -deselects -desert -deserted -deserter -deserters -desertic -deserting -deserts -deserve -deserved -deserver -deservers -deserves -deserving -desex -desexed -desexes -desexing -desiccate -desiccated -desiccates -desiccating -desiccation -desiccations -design -designate -designated -designates -designating -designation -designations -designed -designee -designees -designer -designers -designing -designs -desilver -desilvered -desilvering -desilvers -desinent -desirabilities -desirability -desirable -desire -desired -desirer -desirers -desires -desiring -desirous -desist -desisted -desisting -desists -desk -deskman -deskmen -desks -desman -desmans -desmid -desmids -desmoid -desmoids -desolate -desolated -desolates -desolating -desolation -desolations -desorb -desorbed -desorbing -desorbs -despair -despaired -despairing -despairs -despatch -despatched -despatches -despatching -desperado -desperadoes -desperados -desperate -desperately -desperation -desperations -despicable -despise -despised -despiser -despisers -despises -despising -despite -despited -despites -despiting -despoil -despoiled -despoiling -despoils -despond -desponded -despondencies -despondency -despondent -desponding -desponds -despot -despotic -despotism -despotisms -despots -desquamation -desquamations -dessert -desserts -destain -destained -destaining -destains -destination -destinations -destine -destined -destines -destinies -destining -destiny -destitute -destitution -destitutions -destrier -destriers -destroy -destroyed -destroyer -destroyers -destroying -destroys -destruct -destructed -destructibilities -destructibility -destructible -destructing -destruction -destructions -destructive -destructs -desugar -desugared -desugaring -desugars -desulfur -desulfured -desulfuring -desulfurs -desultory -detach -detached -detacher -detachers -detaches -detaching -detachment -detachments -detail -detailed -detailer -detailers -detailing -details -detain -detained -detainee -detainees -detainer -detainers -detaining -detains -detect -detectable -detected -detecter -detecters -detecting -detection -detections -detective -detectives -detector -detectors -detects -detent -detente -detentes -detention -detentions -detents -deter -deterge -deterged -detergent -detergents -deterger -detergers -deterges -deterging -deteriorate -deteriorated -deteriorates -deteriorating -deterioration -deteriorations -determinant -determinants -determination -determinations -determine -determined -determines -determining -deterred -deterrence -deterrences -deterrent -deterrents -deterrer -deterrers -deterring -deters -detest -detestable -detestation -detestations -detested -detester -detesters -detesting -detests -dethrone -dethroned -dethrones -dethroning -detick -deticked -deticker -detickers -deticking -deticks -detinue -detinues -detonate -detonated -detonates -detonating -detonation -detonations -detonator -detonators -detour -detoured -detouring -detours -detoxified -detoxifies -detoxify -detoxifying -detract -detracted -detracting -detraction -detractions -detractor -detractors -detracts -detrain -detrained -detraining -detrains -detriment -detrimental -detrimentally -detriments -detrital -detritus -detrude -detruded -detrudes -detruding -deuce -deuced -deucedly -deuces -deucing -deuteric -deuteron -deuterons -deutzia -deutzias -dev -deva -devaluation -devaluations -devalue -devalued -devalues -devaluing -devas -devastate -devastated -devastates -devastating -devastation -devastations -devein -deveined -deveining -deveins -devel -develed -develing -develop -develope -developed -developer -developers -developes -developing -development -developmental -developments -develops -devels -devest -devested -devesting -devests -deviance -deviances -deviancies -deviancy -deviant -deviants -deviate -deviated -deviates -deviating -deviation -deviations -deviator -deviators -device -devices -devil -deviled -deviling -devilish -devilkin -devilkins -devilled -devilling -devilries -devilry -devils -deviltries -deviltry -devious -devisal -devisals -devise -devised -devisee -devisees -deviser -devisers -devises -devising -devisor -devisors -devoice -devoiced -devoices -devoicing -devoid -devoir -devoirs -devolve -devolved -devolves -devolving -devon -devons -devote -devoted -devotee -devotees -devotes -devoting -devotion -devotional -devotions -devour -devoured -devourer -devourers -devouring -devours -devout -devoutly -devoutness -devoutnesses -devs -dew -dewan -dewans -dewater -dewatered -dewatering -dewaters -dewax -dewaxed -dewaxes -dewaxing -dewberries -dewberry -dewclaw -dewclaws -dewdrop -dewdrops -dewed -dewfall -dewfalls -dewier -dewiest -dewily -dewiness -dewinesses -dewing -dewlap -dewlaps -dewless -dewool -dewooled -dewooling -dewools -deworm -dewormed -deworming -deworms -dews -dewy -dex -dexes -dexies -dexter -dexterous -dexterously -dextral -dextran -dextrans -dextrin -dextrine -dextrines -dextrins -dextro -dextrose -dextroses -dextrous -dey -deys -dezinc -dezinced -dezincing -dezincked -dezincking -dezincs -dhak -dhaks -dharma -dharmas -dharmic -dharna -dharnas -dhole -dholes -dhoolies -dhooly -dhoora -dhooras -dhooti -dhootie -dhooties -dhootis -dhoti -dhotis -dhourra -dhourras -dhow -dhows -dhurna -dhurnas -dhuti -dhutis -diabase -diabases -diabasic -diabetes -diabetic -diabetics -diableries -diablery -diabolic -diabolical -diabolo -diabolos -diacetyl -diacetyls -diacid -diacidic -diacids -diaconal -diadem -diademed -diademing -diadems -diagnose -diagnosed -diagnoses -diagnosing -diagnosis -diagnostic -diagnostics -diagonal -diagonally -diagonals -diagram -diagramed -diagraming -diagrammatic -diagrammed -diagramming -diagrams -diagraph -diagraphs -dial -dialect -dialectic -dialects -dialed -dialer -dialers -dialing -dialings -dialist -dialists -diallage -diallages -dialled -diallel -dialler -diallers -dialling -diallings -diallist -diallists -dialog -dialoger -dialogers -dialogged -dialogging -dialogic -dialogs -dialogue -dialogued -dialogues -dialoguing -dials -dialyse -dialysed -dialyser -dialysers -dialyses -dialysing -dialysis -dialytic -dialyze -dialyzed -dialyzer -dialyzers -dialyzes -dialyzing -diameter -diameters -diametric -diametrical -diametrically -diamide -diamides -diamin -diamine -diamines -diamins -diamond -diamonded -diamonding -diamonds -dianthus -dianthuses -diapason -diapasons -diapause -diapaused -diapauses -diapausing -diaper -diapered -diapering -diapers -diaphone -diaphones -diaphonies -diaphony -diaphragm -diaphragmatic -diaphragms -diapir -diapiric -diapirs -diapsid -diarchic -diarchies -diarchy -diaries -diarist -diarists -diarrhea -diarrheas -diarrhoea -diarrhoeas -diary -diaspora -diasporas -diaspore -diaspores -diastase -diastases -diastema -diastemata -diaster -diasters -diastole -diastoles -diastral -diatom -diatomic -diatoms -diatonic -diatribe -diatribes -diazepam -diazepams -diazin -diazine -diazines -diazins -diazo -diazole -diazoles -dib -dibasic -dibbed -dibber -dibbers -dibbing -dibble -dibbled -dibbler -dibblers -dibbles -dibbling -dibbuk -dibbukim -dibbuks -dibs -dicast -dicastic -dicasts -dice -diced -dicentra -dicentras -dicer -dicers -dices -dicey -dichasia -dichotic -dichroic -dicier -diciest -dicing -dick -dickens -dickenses -dicker -dickered -dickering -dickers -dickey -dickeys -dickie -dickies -dicks -dicky -diclinies -dicliny -dicot -dicots -dicotyl -dicotyls -dicrotal -dicrotic -dicta -dictate -dictated -dictates -dictating -dictation -dictations -dictator -dictatorial -dictators -dictatorship -dictatorships -diction -dictionaries -dictionary -dictions -dictum -dictums -dicyclic -dicyclies -dicycly -did -didact -didactic -didacts -didactyl -didapper -didappers -diddle -diddled -diddler -diddlers -diddles -diddling -didies -dido -didoes -didos -didst -didy -didymium -didymiums -didymous -didynamies -didynamy -die -dieback -diebacks -diecious -died -diehard -diehards -dieing -diel -dieldrin -dieldrins -diemaker -diemakers -diene -dienes -diereses -dieresis -dieretic -dies -diesel -diesels -dieses -diesis -diester -diesters -diestock -diestocks -diestrum -diestrums -diestrus -diestruses -diet -dietaries -dietary -dieted -dieter -dieters -dietetic -dietetics -dietician -dieticians -dieting -diets -differ -differed -difference -differences -different -differential -differentials -differentiate -differentiated -differentiates -differentiating -differentiation -differently -differing -differs -difficult -difficulties -difficulty -diffidence -diffidences -diffident -diffract -diffracted -diffracting -diffracts -diffuse -diffused -diffuser -diffusers -diffuses -diffusing -diffusion -diffusions -diffusor -diffusors -dig -digamies -digamist -digamists -digamma -digammas -digamous -digamy -digest -digested -digester -digesters -digesting -digestion -digestions -digestive -digestor -digestors -digests -digged -digger -diggers -digging -diggings -dight -dighted -dighting -dights -digit -digital -digitalis -digitally -digitals -digitate -digitize -digitized -digitizes -digitizing -digits -diglot -diglots -dignified -dignifies -dignify -dignifying -dignitaries -dignitary -dignities -dignity -digoxin -digoxins -digraph -digraphs -digress -digressed -digresses -digressing -digression -digressions -digs -dihedral -dihedrals -dihedron -dihedrons -dihybrid -dihybrids -dihydric -dikdik -dikdiks -dike -diked -diker -dikers -dikes -diking -diktat -diktats -dilapidated -dilapidation -dilapidations -dilatant -dilatants -dilatate -dilatation -dilatations -dilate -dilated -dilater -dilaters -dilates -dilating -dilation -dilations -dilative -dilator -dilators -dilatory -dildo -dildoe -dildoes -dildos -dilemma -dilemmas -dilemmic -dilettante -dilettantes -dilettanti -diligence -diligences -diligent -diligently -dill -dillies -dills -dilly -dillydallied -dillydallies -dillydally -dillydallying -diluent -diluents -dilute -diluted -diluter -diluters -dilutes -diluting -dilution -dilutions -dilutive -dilutor -dilutors -diluvia -diluvial -diluvian -diluvion -diluvions -diluvium -diluviums -dim -dime -dimension -dimensional -dimensions -dimer -dimeric -dimerism -dimerisms -dimerize -dimerized -dimerizes -dimerizing -dimerous -dimers -dimes -dimeter -dimeters -dimethyl -dimethyls -dimetric -diminish -diminished -diminishes -diminishing -diminutive -dimities -dimity -dimly -dimmable -dimmed -dimmer -dimmers -dimmest -dimming -dimness -dimnesses -dimorph -dimorphs -dimout -dimouts -dimple -dimpled -dimples -dimplier -dimpliest -dimpling -dimply -dims -dimwit -dimwits -din -dinar -dinars -dindle -dindled -dindles -dindling -dine -dined -diner -dineric -dinero -dineros -diners -dines -dinette -dinettes -ding -dingbat -dingbats -dingdong -dingdonged -dingdonging -dingdongs -dinged -dingey -dingeys -dinghies -dinghy -dingier -dingies -dingiest -dingily -dinginess -dinginesses -dinging -dingle -dingles -dingo -dingoes -dings -dingus -dinguses -dingy -dining -dink -dinked -dinkey -dinkeys -dinkier -dinkies -dinkiest -dinking -dinkly -dinks -dinkum -dinky -dinned -dinner -dinners -dinning -dinosaur -dinosaurs -dins -dint -dinted -dinting -dints -diobol -diobolon -diobolons -diobols -diocesan -diocesans -diocese -dioceses -diode -diodes -dioecism -dioecisms -dioicous -diol -diolefin -diolefins -diols -diopside -diopsides -dioptase -dioptases -diopter -diopters -dioptral -dioptre -dioptres -dioptric -diorama -dioramas -dioramic -diorite -diorites -dioritic -dioxane -dioxanes -dioxid -dioxide -dioxides -dioxids -dip -diphase -diphasic -diphenyl -diphenyls -diphtheria -diphtherias -diphthong -diphthongs -diplegia -diplegias -diplex -diploe -diploes -diploic -diploid -diploidies -diploids -diploidy -diploma -diplomacies -diplomacy -diplomaed -diplomaing -diplomas -diplomat -diplomata -diplomatic -diplomats -diplont -diplonts -diplopia -diplopias -diplopic -diplopod -diplopods -diploses -diplosis -dipnoan -dipnoans -dipodic -dipodies -dipody -dipolar -dipole -dipoles -dippable -dipped -dipper -dippers -dippier -dippiest -dipping -dippy -dips -dipsades -dipsas -dipstick -dipsticks -dipt -diptera -dipteral -dipteran -dipterans -dipteron -dipththeria -dipththerias -diptyca -diptycas -diptych -diptychs -diquat -diquats -dirdum -dirdums -dire -direct -directed -directer -directest -directing -direction -directional -directions -directive -directives -directly -directness -director -directories -directors -directory -directs -direful -direly -direness -direnesses -direr -direst -dirge -dirgeful -dirges -dirham -dirhams -dirigible -dirigibles -diriment -dirk -dirked -dirking -dirks -dirl -dirled -dirling -dirls -dirndl -dirndls -dirt -dirtied -dirtier -dirties -dirtiest -dirtily -dirtiness -dirtinesses -dirts -dirty -dirtying -disabilities -disability -disable -disabled -disables -disabling -disabuse -disabused -disabuses -disabusing -disadvantage -disadvantageous -disadvantages -disaffect -disaffected -disaffecting -disaffection -disaffections -disaffects -disagree -disagreeable -disagreeables -disagreed -disagreeing -disagreement -disagreements -disagrees -disallow -disallowed -disallowing -disallows -disannul -disannulled -disannulling -disannuls -disappear -disappearance -disappearances -disappeared -disappearing -disappears -disappoint -disappointed -disappointing -disappointment -disappointments -disappoints -disapproval -disapprovals -disapprove -disapproved -disapproves -disapproving -disarm -disarmament -disarmaments -disarmed -disarmer -disarmers -disarming -disarms -disarrange -disarranged -disarrangement -disarrangements -disarranges -disarranging -disarray -disarrayed -disarraying -disarrays -disaster -disasters -disastrous -disavow -disavowal -disavowals -disavowed -disavowing -disavows -disband -disbanded -disbanding -disbands -disbar -disbarment -disbarments -disbarred -disbarring -disbars -disbelief -disbeliefs -disbelieve -disbelieved -disbelieves -disbelieving -disbosom -disbosomed -disbosoming -disbosoms -disbound -disbowel -disboweled -disboweling -disbowelled -disbowelling -disbowels -disbud -disbudded -disbudding -disbuds -disburse -disbursed -disbursement -disbursements -disburses -disbursing -disc -discant -discanted -discanting -discants -discard -discarded -discarding -discards -discase -discased -discases -discasing -disced -discept -discepted -discepting -discepts -discern -discerned -discernible -discerning -discernment -discernments -discerns -discharge -discharged -discharges -discharging -disci -discing -disciple -discipled -disciples -disciplinarian -disciplinarians -disciplinary -discipline -disciplined -disciplines -discipling -disciplining -disclaim -disclaimed -disclaiming -disclaims -disclike -disclose -disclosed -discloses -disclosing -disclosure -disclosures -disco -discoid -discoids -discolor -discoloration -discolorations -discolored -discoloring -discolors -discomfit -discomfited -discomfiting -discomfits -discomfiture -discomfitures -discomfort -discomforts -disconcert -disconcerted -disconcerting -disconcerts -disconnect -disconnected -disconnecting -disconnects -disconsolate -discontent -discontented -discontents -discontinuance -discontinuances -discontinuation -discontinue -discontinued -discontinues -discontinuing -discord -discordant -discorded -discording -discords -discos -discount -discounted -discounting -discounts -discourage -discouraged -discouragement -discouragements -discourages -discouraging -discourteous -discourteously -discourtesies -discourtesy -discover -discovered -discoverer -discoverers -discoveries -discovering -discovers -discovery -discredit -discreditable -discredited -discrediting -discredits -discreet -discreeter -discreetest -discreetly -discrepancies -discrepancy -discrete -discretion -discretionary -discretions -discriminate -discriminated -discriminates -discriminating -discrimination -discriminations -discriminatory -discrown -discrowned -discrowning -discrowns -discs -discursive -discursiveness -discursivenesses -discus -discuses -discuss -discussed -discusses -discussing -discussion -discussions -disdain -disdained -disdainful -disdainfully -disdaining -disdains -disease -diseased -diseases -diseasing -disembark -disembarkation -disembarkations -disembarked -disembarking -disembarks -disembodied -disenchant -disenchanted -disenchanting -disenchantment -disenchantments -disenchants -disendow -disendowed -disendowing -disendows -disentangle -disentangled -disentangles -disentangling -diseuse -diseuses -disfavor -disfavored -disfavoring -disfavors -disfigure -disfigured -disfigurement -disfigurements -disfigures -disfiguring -disfranchise -disfranchised -disfranchisement -disfranchisements -disfranchises -disfranchising -disfrock -disfrocked -disfrocking -disfrocks -disgorge -disgorged -disgorges -disgorging -disgrace -disgraced -disgraceful -disgracefully -disgraces -disgracing -disguise -disguised -disguises -disguising -disgust -disgusted -disgustedly -disgusting -disgustingly -disgusts -dish -disharmonies -disharmonious -disharmony -dishcloth -dishcloths -dishearten -disheartened -disheartening -disheartens -dished -dishelm -dishelmed -dishelming -dishelms -disherit -disherited -disheriting -disherits -dishes -dishevel -disheveled -disheveling -dishevelled -dishevelling -dishevels -dishful -dishfuls -dishier -dishiest -dishing -dishlike -dishonest -dishonesties -dishonestly -dishonesty -dishonor -dishonorable -dishonorably -dishonored -dishonoring -dishonors -dishpan -dishpans -dishrag -dishrags -dishware -dishwares -dishwasher -dishwashers -dishwater -dishwaters -dishy -disillusion -disillusioned -disillusioning -disillusionment -disillusionments -disillusions -disinclination -disinclinations -disincline -disinclined -disinclines -disinclining -disinfect -disinfectant -disinfectants -disinfected -disinfecting -disinfection -disinfections -disinfects -disinherit -disinherited -disinheriting -disinherits -disintegrate -disintegrated -disintegrates -disintegrating -disintegration -disintegrations -disinter -disinterested -disinterestedness -disinterestednesses -disinterred -disinterring -disinters -disject -disjected -disjecting -disjects -disjoin -disjoined -disjoining -disjoins -disjoint -disjointed -disjointing -disjoints -disjunct -disjuncts -disk -disked -disking -disklike -disks -dislike -disliked -disliker -dislikers -dislikes -disliking -dislimn -dislimned -dislimning -dislimns -dislocate -dislocated -dislocates -dislocating -dislocation -dislocations -dislodge -dislodged -dislodges -dislodging -disloyal -disloyalties -disloyalty -dismal -dismaler -dismalest -dismally -dismals -dismantle -dismantled -dismantles -dismantling -dismast -dismasted -dismasting -dismasts -dismay -dismayed -dismaying -dismays -disme -dismember -dismembered -dismembering -dismemberment -dismemberments -dismembers -dismes -dismiss -dismissal -dismissals -dismissed -dismisses -dismissing -dismount -dismounted -dismounting -dismounts -disobedience -disobediences -disobedient -disobey -disobeyed -disobeying -disobeys -disomic -disorder -disordered -disordering -disorderliness -disorderlinesses -disorderly -disorders -disorganization -disorganizations -disorganize -disorganized -disorganizes -disorganizing -disown -disowned -disowning -disowns -disparage -disparaged -disparagement -disparagements -disparages -disparaging -disparate -disparities -disparity -dispart -disparted -disparting -disparts -dispassion -dispassionate -dispassions -dispatch -dispatched -dispatcher -dispatchers -dispatches -dispatching -dispel -dispelled -dispelling -dispels -dispend -dispended -dispending -dispends -dispensable -dispensaries -dispensary -dispensation -dispensations -dispense -dispensed -dispenser -dispensers -dispenses -dispensing -dispersal -dispersals -disperse -dispersed -disperses -dispersing -dispersion -dispersions -dispirit -dispirited -dispiriting -dispirits -displace -displaced -displacement -displacements -displaces -displacing -displant -displanted -displanting -displants -display -displayed -displaying -displays -displease -displeased -displeases -displeasing -displeasure -displeasures -displode -disploded -displodes -disploding -displume -displumed -displumes -displuming -disport -disported -disporting -disports -disposable -disposal -disposals -dispose -disposed -disposer -disposers -disposes -disposing -disposition -dispositions -dispossess -dispossessed -dispossesses -dispossessing -dispossession -dispossessions -dispread -dispreading -dispreads -disprize -disprized -disprizes -disprizing -disproof -disproofs -disproportion -disproportionate -disproportions -disprove -disproved -disproves -disproving -disputable -disputably -disputation -disputations -dispute -disputed -disputer -disputers -disputes -disputing -disqualification -disqualifications -disqualified -disqualifies -disqualify -disqualifying -disquiet -disquieted -disquieting -disquiets -disrate -disrated -disrates -disrating -disregard -disregarded -disregarding -disregards -disrepair -disrepairs -disreputable -disrepute -disreputes -disrespect -disrespectful -disrespects -disrobe -disrobed -disrober -disrobers -disrobes -disrobing -disroot -disrooted -disrooting -disroots -disrupt -disrupted -disrupting -disruption -disruptions -disruptive -disrupts -dissatisfaction -dissatisfactions -dissatisfies -dissatisfy -dissave -dissaved -dissaves -dissaving -disseat -disseated -disseating -disseats -dissect -dissected -dissecting -dissection -dissections -dissects -disseise -disseised -disseises -disseising -disseize -disseized -disseizes -disseizing -dissemble -dissembled -dissembler -dissemblers -dissembles -dissembling -disseminate -disseminated -disseminates -disseminating -dissemination -dissent -dissented -dissenter -dissenters -dissentient -dissentients -dissenting -dissention -dissentions -dissents -dissert -dissertation -dissertations -disserted -disserting -disserts -disserve -disserved -disserves -disservice -disserving -dissever -dissevered -dissevering -dissevers -dissidence -dissidences -dissident -dissidents -dissimilar -dissimilarities -dissimilarity -dissipate -dissipated -dissipates -dissipating -dissipation -dissipations -dissociate -dissociated -dissociates -dissociating -dissociation -dissociations -dissolute -dissolution -dissolutions -dissolve -dissolved -dissolves -dissolving -dissonance -dissonances -dissonant -dissuade -dissuaded -dissuades -dissuading -dissuasion -dissuasions -distaff -distaffs -distain -distained -distaining -distains -distal -distally -distance -distanced -distances -distancing -distant -distaste -distasted -distasteful -distastes -distasting -distaves -distemper -distempers -distend -distended -distending -distends -distension -distensions -distent -distention -distentions -distich -distichs -distil -distill -distillate -distillates -distillation -distillations -distilled -distiller -distilleries -distillers -distillery -distilling -distills -distils -distinct -distincter -distinctest -distinction -distinctions -distinctive -distinctively -distinctiveness -distinctivenesses -distinctly -distinctness -distinctnesses -distinguish -distinguishable -distinguished -distinguishes -distinguishing -distome -distomes -distort -distorted -distorting -distortion -distortions -distorts -distract -distracted -distracting -distraction -distractions -distracts -distrain -distrained -distraining -distrains -distrait -distraught -distress -distressed -distresses -distressful -distressing -distribute -distributed -distributes -distributing -distribution -distributions -distributive -distributor -distributors -district -districted -districting -districts -distrust -distrusted -distrustful -distrusting -distrusts -disturb -disturbance -disturbances -disturbed -disturber -disturbers -disturbing -disturbs -disulfid -disulfids -disunion -disunions -disunite -disunited -disunites -disunities -disuniting -disunity -disuse -disused -disuses -disusing -disvalue -disvalued -disvalues -disvaluing -disyoke -disyoked -disyokes -disyoking -dit -dita -ditas -ditch -ditched -ditcher -ditchers -ditches -ditching -dite -dites -ditheism -ditheisms -ditheist -ditheists -dither -dithered -dithering -dithers -dithery -dithiol -dits -dittanies -dittany -ditties -ditto -dittoed -dittoing -dittos -ditty -diureses -diuresis -diuretic -diuretics -diurnal -diurnals -diuron -diurons -diva -divagate -divagated -divagates -divagating -divalent -divan -divans -divas -dive -dived -diver -diverge -diverged -divergence -divergences -divergent -diverges -diverging -divers -diverse -diversification -diversifications -diversify -diversion -diversions -diversities -diversity -divert -diverted -diverter -diverters -diverting -diverts -dives -divest -divested -divesting -divests -divide -divided -dividend -dividends -divider -dividers -divides -dividing -dividual -divination -divinations -divine -divined -divinely -diviner -diviners -divines -divinest -diving -divining -divinise -divinised -divinises -divinising -divinities -divinity -divinize -divinized -divinizes -divinizing -divisibilities -divisibility -divisible -division -divisional -divisions -divisive -divisor -divisors -divorce -divorced -divorcee -divorcees -divorcer -divorcers -divorces -divorcing -divot -divots -divulge -divulged -divulger -divulgers -divulges -divulging -divvied -divvies -divvy -divvying -diwan -diwans -dixit -dixits -dizen -dizened -dizening -dizens -dizygous -dizzied -dizzier -dizzies -dizziest -dizzily -dizziness -dizzy -dizzying -djebel -djebels -djellaba -djellabas -djin -djinn -djinni -djinns -djinny -djins -do -doable -doat -doated -doating -doats -dobber -dobbers -dobbies -dobbin -dobbins -dobby -dobie -dobies -dobla -doblas -doblon -doblones -doblons -dobra -dobras -dobson -dobsons -doby -doc -docent -docents -docetic -docile -docilely -docilities -docility -dock -dockage -dockages -docked -docker -dockers -docket -docketed -docketing -dockets -dockhand -dockhands -docking -dockland -docklands -docks -dockside -docksides -dockworker -dockworkers -dockyard -dockyards -docs -doctor -doctoral -doctored -doctoring -doctors -doctrinal -doctrine -doctrines -document -documentaries -documentary -documentation -documentations -documented -documenter -documenters -documenting -documents -dodder -doddered -dodderer -dodderers -doddering -dodders -doddery -dodge -dodged -dodger -dodgeries -dodgers -dodgery -dodges -dodgier -dodgiest -dodging -dodgy -dodo -dodoes -dodoism -dodoisms -dodos -doe -doer -doers -does -doeskin -doeskins -doest -doeth -doff -doffed -doffer -doffers -doffing -doffs -dog -dogbane -dogbanes -dogberries -dogberry -dogcart -dogcarts -dogcatcher -dogcatchers -dogdom -dogdoms -doge -dogedom -dogedoms -doges -dogeship -dogeships -dogey -dogeys -dogface -dogfaces -dogfight -dogfighting -dogfights -dogfish -dogfishes -dogfought -dogged -doggedly -dogger -doggerel -doggerels -doggeries -doggers -doggery -doggie -doggier -doggies -doggiest -dogging -doggish -doggo -doggone -doggoned -doggoneder -doggonedest -doggoner -doggones -doggonest -doggoning -doggrel -doggrels -doggy -doghouse -doghouses -dogie -dogies -dogleg -doglegged -doglegging -doglegs -doglike -dogma -dogmas -dogmata -dogmatic -dogmatism -dogmatisms -dognap -dognaped -dognaper -dognapers -dognaping -dognapped -dognapping -dognaps -dogs -dogsbodies -dogsbody -dogsled -dogsleds -dogteeth -dogtooth -dogtrot -dogtrots -dogtrotted -dogtrotting -dogvane -dogvanes -dogwatch -dogwatches -dogwood -dogwoods -dogy -doiled -doilies -doily -doing -doings -doit -doited -doits -dojo -dojos -dol -dolce -dolci -doldrums -dole -doled -doleful -dolefuller -dolefullest -dolefully -dolerite -dolerites -doles -dolesome -doling -doll -dollar -dollars -dolled -dollied -dollies -dolling -dollish -dollop -dollops -dolls -dolly -dollying -dolman -dolmans -dolmen -dolmens -dolomite -dolomites -dolor -doloroso -dolorous -dolors -dolour -dolours -dolphin -dolphins -dols -dolt -doltish -dolts -dom -domain -domains -domal -dome -domed -domelike -domes -domesday -domesdays -domestic -domestically -domesticate -domesticated -domesticates -domesticating -domestication -domestications -domestics -domic -domical -domicil -domicile -domiciled -domiciles -domiciling -domicils -dominance -dominances -dominant -dominants -dominate -dominated -dominates -dominating -domination -dominations -domine -domineer -domineered -domineering -domineers -domines -doming -dominick -dominicks -dominie -dominies -dominion -dominions -dominium -dominiums -domino -dominoes -dominos -doms -don -dona -donas -donate -donated -donates -donating -donation -donations -donative -donatives -donator -donators -done -donee -donees -doneness -donenesses -dong -dongola -dongolas -dongs -donjon -donjons -donkey -donkeys -donna -donnas -donne -donned -donnee -donnees -donnerd -donnered -donnert -donning -donnish -donor -donors -dons -donsie -donsy -donut -donuts -donzel -donzels -doodad -doodads -doodle -doodled -doodler -doodlers -doodles -doodling -doolee -doolees -doolie -doolies -dooly -doom -doomed -doomful -dooming -dooms -doomsday -doomsdays -doomster -doomsters -door -doorbell -doorbells -doorjamb -doorjambs -doorknob -doorknobs -doorless -doorman -doormat -doormats -doormen -doornail -doornails -doorpost -doorposts -doors -doorsill -doorsills -doorstep -doorsteps -doorstop -doorstops -doorway -doorways -dooryard -dooryards -doozer -doozers -doozies -doozy -dopa -dopamine -dopamines -dopant -dopants -dopas -dope -doped -doper -dopers -dopes -dopester -dopesters -dopey -dopier -dopiest -dopiness -dopinesses -doping -dopy -dor -dorado -dorados -dorbug -dorbugs -dorhawk -dorhawks -dories -dorm -dormancies -dormancy -dormant -dormer -dormers -dormice -dormie -dormient -dormin -dormins -dormitories -dormitory -dormouse -dorms -dormy -dorneck -dornecks -dornick -dornicks -dornock -dornocks -dorp -dorper -dorpers -dorps -dorr -dorrs -dors -dorsa -dorsad -dorsal -dorsally -dorsals -dorser -dorsers -dorsum -dorty -dory -dos -dosage -dosages -dose -dosed -doser -dosers -doses -dosimetry -dosing -doss -dossal -dossals -dossed -dossel -dossels -dosser -dosseret -dosserets -dossers -dosses -dossier -dossiers -dossil -dossils -dossing -dost -dot -dotage -dotages -dotal -dotard -dotardly -dotards -dotation -dotations -dote -doted -doter -doters -dotes -doth -dotier -dotiest -doting -dotingly -dots -dotted -dottel -dottels -dotter -dotterel -dotterels -dotters -dottier -dottiest -dottily -dotting -dottle -dottles -dottrel -dottrels -dotty -doty -double -doublecross -doublecrossed -doublecrosses -doublecrossing -doubled -doubler -doublers -doubles -doublet -doublets -doubling -doubloon -doubloons -doublure -doublures -doubly -doubt -doubted -doubter -doubters -doubtful -doubtfully -doubting -doubtless -doubts -douce -doucely -douceur -douceurs -douche -douched -douches -douching -dough -doughboy -doughboys -doughier -doughiest -doughnut -doughnuts -doughs -dought -doughtier -doughtiest -doughty -doughy -douma -doumas -dour -doura -dourah -dourahs -douras -dourer -dourest -dourine -dourines -dourly -dourness -dournesses -douse -doused -douser -dousers -douses -dousing -douzeper -douzepers -dove -dovecot -dovecote -dovecotes -dovecots -dovekey -dovekeys -dovekie -dovekies -dovelike -doven -dovened -dovening -dovens -doves -dovetail -dovetailed -dovetailing -dovetails -dovish -dow -dowable -dowager -dowagers -dowdier -dowdies -dowdiest -dowdily -dowdy -dowdyish -dowed -dowel -doweled -doweling -dowelled -dowelling -dowels -dower -dowered -doweries -dowering -dowers -dowery -dowie -dowing -down -downbeat -downbeats -downcast -downcasts -downcome -downcomes -downed -downer -downers -downfall -downfallen -downfalls -downgrade -downgraded -downgrades -downgrading -downhaul -downhauls -downhearted -downhill -downhills -downier -downiest -downing -downplay -downplayed -downplaying -downplays -downpour -downpours -downright -downs -downstairs -downtime -downtimes -downtown -downtowns -downtrod -downtrodden -downturn -downturns -downward -downwards -downwind -downy -dowries -dowry -dows -dowsabel -dowsabels -dowse -dowsed -dowser -dowsers -dowses -dowsing -doxie -doxies -doxologies -doxology -doxorubicin -doxy -doyen -doyenne -doyennes -doyens -doyley -doyleys -doylies -doyly -doze -dozed -dozen -dozened -dozening -dozens -dozenth -dozenths -dozer -dozers -dozes -dozier -doziest -dozily -doziness -dozinesses -dozing -dozy -drab -drabbed -drabber -drabbest -drabbet -drabbets -drabbing -drabble -drabbled -drabbles -drabbling -drably -drabness -drabnesses -drabs -dracaena -dracaenas -drachm -drachma -drachmae -drachmai -drachmas -drachms -draconic -draff -draffier -draffiest -draffish -draffs -draffy -draft -drafted -draftee -draftees -drafter -drafters -draftier -draftiest -draftily -drafting -draftings -drafts -draftsman -draftsmen -drafty -drag -dragee -dragees -dragged -dragger -draggers -draggier -draggiest -dragging -draggle -draggled -draggles -draggling -draggy -dragline -draglines -dragnet -dragnets -dragoman -dragomans -dragomen -dragon -dragonet -dragonets -dragons -dragoon -dragooned -dragooning -dragoons -dragrope -dragropes -drags -dragster -dragsters -drail -drails -drain -drainage -drainages -drained -drainer -drainers -draining -drainpipe -drainpipes -drains -drake -drakes -dram -drama -dramas -dramatic -dramatically -dramatist -dramatists -dramatization -dramatizations -dramatize -drammed -dramming -drammock -drammocks -drams -dramshop -dramshops -drank -drapable -drape -draped -draper -draperies -drapers -drapery -drapes -draping -drastic -drastically -drat -drats -dratted -dratting -draught -draughted -draughtier -draughtiest -draughting -draughts -draughty -drave -draw -drawable -drawback -drawbacks -drawbar -drawbars -drawbore -drawbores -drawbridge -drawbridges -drawdown -drawdowns -drawee -drawees -drawer -drawers -drawing -drawings -drawl -drawled -drawler -drawlers -drawlier -drawliest -drawling -drawls -drawly -drawn -draws -drawtube -drawtubes -dray -drayage -drayages -drayed -draying -drayman -draymen -drays -dread -dreaded -dreadful -dreadfully -dreadfuls -dreading -dreads -dream -dreamed -dreamer -dreamers -dreamful -dreamier -dreamiest -dreamily -dreaming -dreamlike -dreams -dreamt -dreamy -drear -drearier -drearies -dreariest -drearily -dreary -dreck -drecks -dredge -dredged -dredger -dredgers -dredges -dredging -dredgings -dree -dreed -dreeing -drees -dreg -dreggier -dreggiest -dreggish -dreggy -dregs -dreich -dreidel -dreidels -dreidl -dreidls -dreigh -drek -dreks -drench -drenched -drencher -drenchers -drenches -drenching -dress -dressage -dressages -dressed -dresser -dressers -dresses -dressier -dressiest -dressily -dressing -dressings -dressmaker -dressmakers -dressmaking -dressmakings -dressy -drest -drew -drib -dribbed -dribbing -dribble -dribbled -dribbler -dribblers -dribbles -dribblet -dribblets -dribbling -driblet -driblets -dribs -dried -drier -driers -dries -driest -drift -driftage -driftages -drifted -drifter -drifters -driftier -driftiest -drifting -driftpin -driftpins -drifts -driftwood -driftwoods -drifty -drill -drilled -driller -drillers -drilling -drillings -drills -drily -drink -drinkable -drinker -drinkers -drinking -drinks -drip -dripless -dripped -dripper -drippers -drippier -drippiest -dripping -drippings -drippy -drips -dript -drivable -drive -drivel -driveled -driveler -drivelers -driveling -drivelled -drivelling -drivels -driven -driver -drivers -drives -driveway -driveways -driving -drizzle -drizzled -drizzles -drizzlier -drizzliest -drizzling -drizzly -drogue -drogues -droit -droits -droll -drolled -droller -drolleries -drollery -drollest -drolling -drolls -drolly -dromedaries -dromedary -dromon -dromond -dromonds -dromons -drone -droned -droner -droners -drones -drongo -drongos -droning -dronish -drool -drooled -drooling -drools -droop -drooped -droopier -droopiest -droopily -drooping -droops -droopy -drop -drophead -dropheads -dropkick -dropkicks -droplet -droplets -dropout -dropouts -dropped -dropper -droppers -dropping -droppings -drops -dropshot -dropshots -dropsied -dropsies -dropsy -dropt -dropwort -dropworts -drosera -droseras -droshkies -droshky -droskies -drosky -dross -drosses -drossier -drossiest -drossy -drought -droughtier -droughtiest -droughts -droughty -drouk -drouked -drouking -drouks -drouth -drouthier -drouthiest -drouths -drouthy -drove -droved -drover -drovers -droves -droving -drown -drownd -drownded -drownding -drownds -drowned -drowner -drowners -drowning -drowns -drowse -drowsed -drowses -drowsier -drowsiest -drowsily -drowsing -drowsy -drub -drubbed -drubber -drubbers -drubbing -drubbings -drubs -drudge -drudged -drudger -drudgeries -drudgers -drudgery -drudges -drudging -drug -drugged -drugget -druggets -drugging -druggist -druggists -drugs -drugstore -drugstores -druid -druidess -druidesses -druidic -druidism -druidisms -druids -drum -drumbeat -drumbeats -drumble -drumbled -drumbles -drumbling -drumfire -drumfires -drumfish -drumfishes -drumhead -drumheads -drumlier -drumliest -drumlike -drumlin -drumlins -drumly -drummed -drummer -drummers -drumming -drumroll -drumrolls -drums -drumstick -drumsticks -drunk -drunkard -drunkards -drunken -drunkenly -drunkenness -drunkennesses -drunker -drunkest -drunks -drupe -drupelet -drupelets -drupes -druse -druses -druthers -dry -dryable -dryad -dryades -dryadic -dryads -dryer -dryers -dryest -drying -drylot -drylots -dryly -dryness -drynesses -drypoint -drypoints -drys -duad -duads -dual -dualism -dualisms -dualist -dualists -dualities -duality -dualize -dualized -dualizes -dualizing -dually -duals -dub -dubbed -dubber -dubbers -dubbin -dubbing -dubbings -dubbins -dubieties -dubiety -dubious -dubiously -dubiousness -dubiousnesses -dubonnet -dubonnets -dubs -duc -ducal -ducally -ducat -ducats -duce -duces -duchess -duchesses -duchies -duchy -duci -duck -duckbill -duckbills -ducked -ducker -duckers -duckie -duckier -duckies -duckiest -ducking -duckling -ducklings -duckpin -duckpins -ducks -ducktail -ducktails -duckweed -duckweeds -ducky -ducs -duct -ducted -ductile -ductilities -ductility -ducting -ductings -ductless -ducts -ductule -ductules -dud -duddie -duddy -dude -dudeen -dudeens -dudes -dudgeon -dudgeons -dudish -dudishly -duds -due -duecento -duecentos -duel -dueled -dueler -duelers -dueling -duelist -duelists -duelled -dueller -duellers -duelli -duelling -duellist -duellists -duello -duellos -duels -duende -duendes -dueness -duenesses -duenna -duennas -dues -duet -duets -duetted -duetting -duettist -duettists -duff -duffel -duffels -duffer -duffers -duffle -duffles -duffs -dug -dugong -dugongs -dugout -dugouts -dugs -dui -duiker -duikers -duit -duits -duke -dukedom -dukedoms -dukes -dulcet -dulcetly -dulcets -dulciana -dulcianas -dulcified -dulcifies -dulcify -dulcifying -dulcimer -dulcimers -dulcinea -dulcineas -dulia -dulias -dull -dullard -dullards -dulled -duller -dullest -dulling -dullish -dullness -dullnesses -dulls -dully -dulness -dulnesses -dulse -dulses -duly -duma -dumas -dumb -dumbbell -dumbbells -dumbed -dumber -dumbest -dumbfound -dumbfounded -dumbfounding -dumbfounds -dumbing -dumbly -dumbness -dumbnesses -dumbs -dumdum -dumdums -dumfound -dumfounded -dumfounding -dumfounds -dumka -dumky -dummied -dummies -dummkopf -dummkopfs -dummy -dummying -dump -dumpcart -dumpcarts -dumped -dumper -dumpers -dumpier -dumpiest -dumpily -dumping -dumpings -dumpish -dumpling -dumplings -dumps -dumpy -dun -dunce -dunces -dunch -dunches -duncical -duncish -dune -duneland -dunelands -dunelike -dunes -dung -dungaree -dungarees -dunged -dungeon -dungeons -dunghill -dunghills -dungier -dungiest -dunging -dungs -dungy -dunite -dunites -dunitic -dunk -dunked -dunker -dunkers -dunking -dunks -dunlin -dunlins -dunnage -dunnages -dunned -dunner -dunness -dunnesses -dunnest -dunning -dunnite -dunnites -duns -dunt -dunted -dunting -dunts -duo -duodena -duodenal -duodenum -duodenums -duolog -duologs -duologue -duologues -duomi -duomo -duomos -duopolies -duopoly -duopsonies -duopsony -duos -duotone -duotones -dup -dupable -dupe -duped -duper -duperies -dupers -dupery -dupes -duping -duple -duplex -duplexed -duplexer -duplexers -duplexes -duplexing -duplicate -duplicated -duplicates -duplicating -duplication -duplications -duplicator -duplicators -duplicity -dupped -dupping -dups -dura -durabilities -durability -durable -durables -durably -dural -duramen -duramens -durance -durances -duras -duration -durations -durative -duratives -durbar -durbars -dure -dured -dures -duress -duresses -durian -durians -during -durion -durions -durmast -durmasts -durn -durndest -durned -durneder -durnedest -durning -durns -duro -duroc -durocs -duros -durr -durra -durras -durrs -durst -durum -durums -dusk -dusked -duskier -duskiest -duskily -dusking -duskish -dusks -dusky -dust -dustbin -dustbins -dusted -duster -dusters -dustheap -dustheaps -dustier -dustiest -dustily -dusting -dustless -dustlike -dustman -dustmen -dustpan -dustpans -dustrag -dustrags -dusts -dustup -dustups -dusty -dutch -dutchman -dutchmen -duteous -dutiable -duties -dutiful -duty -duumvir -duumviri -duumvirs -duvetine -duvetines -duvetyn -duvetyne -duvetynes -duvetyns -dwarf -dwarfed -dwarfer -dwarfest -dwarfing -dwarfish -dwarfism -dwarfisms -dwarfs -dwarves -dwell -dwelled -dweller -dwellers -dwelling -dwellings -dwells -dwelt -dwindle -dwindled -dwindles -dwindling -dwine -dwined -dwines -dwining -dyable -dyad -dyadic -dyadics -dyads -dyarchic -dyarchies -dyarchy -dybbuk -dybbukim -dybbuks -dye -dyeable -dyed -dyeing -dyeings -dyer -dyers -dyes -dyestuff -dyestuffs -dyeweed -dyeweeds -dyewood -dyewoods -dying -dyings -dyke -dyked -dyker -dykes -dyking -dynamic -dynamics -dynamism -dynamisms -dynamist -dynamists -dynamite -dynamited -dynamites -dynamiting -dynamo -dynamos -dynast -dynastic -dynasties -dynasts -dynasty -dynatron -dynatrons -dyne -dynes -dynode -dynodes -dysautonomia -dysenteries -dysentery -dysfunction -dysfunctions -dysgenic -dyslexia -dyslexias -dyslexic -dyspepsia -dyspepsias -dyspepsies -dyspepsy -dyspeptic -dysphagia -dyspnea -dyspneal -dyspneas -dyspneic -dyspnoea -dyspnoeas -dyspnoic -dystaxia -dystaxias -dystocia -dystocias -dystonia -dystonias -dystopia -dystopias -dystrophies -dystrophy -dysuria -dysurias -dysuric -dyvour -dyvours -each -eager -eagerer -eagerest -eagerly -eagerness -eagernesses -eagers -eagle -eagles -eaglet -eaglets -eagre -eagres -eanling -eanlings -ear -earache -earaches -eardrop -eardrops -eardrum -eardrums -eared -earflap -earflaps -earful -earfuls -earing -earings -earl -earlap -earlaps -earldom -earldoms -earless -earlier -earliest -earlobe -earlobes -earlock -earlocks -earls -earlship -earlships -early -earmark -earmarked -earmarking -earmarks -earmuff -earmuffs -earn -earned -earner -earners -earnest -earnestly -earnestness -earnestnesses -earnests -earning -earnings -earns -earphone -earphones -earpiece -earpieces -earplug -earplugs -earring -earrings -ears -earshot -earshots -earstone -earstones -earth -earthed -earthen -earthenware -earthenwares -earthier -earthiest -earthily -earthiness -earthinesses -earthing -earthlier -earthliest -earthliness -earthlinesses -earthly -earthman -earthmen -earthnut -earthnuts -earthpea -earthpeas -earthquake -earthquakes -earths -earthset -earthsets -earthward -earthwards -earthworm -earthworms -earthy -earwax -earwaxes -earwig -earwigged -earwigging -earwigs -earworm -earworms -ease -eased -easeful -easel -easels -easement -easements -eases -easier -easies -easiest -easily -easiness -easinesses -easing -east -easter -easterlies -easterly -eastern -easters -easting -eastings -easts -eastward -eastwards -easy -easygoing -eat -eatable -eatables -eaten -eater -eateries -eaters -eatery -eath -eating -eatings -eats -eau -eaux -eave -eaved -eaves -eavesdrop -eavesdropped -eavesdropper -eavesdroppers -eavesdropping -eavesdrops -ebb -ebbed -ebbet -ebbets -ebbing -ebbs -ebon -ebonies -ebonise -ebonised -ebonises -ebonising -ebonite -ebonites -ebonize -ebonized -ebonizes -ebonizing -ebons -ebony -ebullient -ecarte -ecartes -ecaudate -ecbolic -ecbolics -eccentric -eccentrically -eccentricities -eccentricity -eccentrics -ecclesia -ecclesiae -ecclesiastic -ecclesiastical -ecclesiastics -eccrine -ecdyses -ecdysial -ecdysis -ecdyson -ecdysone -ecdysones -ecdysons -ecesis -ecesises -echard -echards -eche -eched -echelon -echeloned -echeloning -echelons -eches -echidna -echidnae -echidnas -echinate -eching -echini -echinoid -echinoids -echinus -echo -echoed -echoer -echoers -echoes -echoey -echoic -echoing -echoism -echoisms -echoless -eclair -eclairs -eclat -eclats -eclectic -eclectics -eclipse -eclipsed -eclipses -eclipsing -eclipsis -eclipsises -ecliptic -ecliptics -eclogite -eclogites -eclogue -eclogues -eclosion -eclosions -ecole -ecoles -ecologic -ecological -ecologically -ecologies -ecologist -ecologists -ecology -economic -economical -economically -economics -economies -economist -economists -economize -economized -economizes -economizing -economy -ecotonal -ecotone -ecotones -ecotype -ecotypes -ecotypic -ecraseur -ecraseurs -ecru -ecrus -ecstasies -ecstasy -ecstatic -ecstatically -ecstatics -ectases -ectasis -ectatic -ecthyma -ecthymata -ectoderm -ectoderms -ectomere -ectomeres -ectopia -ectopias -ectopic -ectosarc -ectosarcs -ectozoa -ectozoan -ectozoans -ectozoon -ectypal -ectype -ectypes -ecu -ecumenic -ecus -eczema -eczemas -edacious -edacities -edacity -edaphic -eddied -eddies -eddo -eddoes -eddy -eddying -edelstein -edema -edemas -edemata -edentate -edentates -edge -edged -edgeless -edger -edgers -edges -edgeways -edgewise -edgier -edgiest -edgily -edginess -edginesses -edging -edgings -edgy -edh -edhs -edibilities -edibility -edible -edibles -edict -edictal -edicts -edification -edifications -edifice -edifices -edified -edifier -edifiers -edifies -edify -edifying -edile -ediles -edit -editable -edited -editing -edition -editions -editor -editorial -editorialize -editorialized -editorializes -editorializing -editorially -editorials -editors -editress -editresses -edits -educable -educables -educate -educated -educates -educating -education -educational -educations -educator -educators -educe -educed -educes -educing -educt -eduction -eductions -eductive -eductor -eductors -educts -eel -eelgrass -eelgrasses -eelier -eeliest -eellike -eelpout -eelpouts -eels -eelworm -eelworms -eely -eerie -eerier -eeriest -eerily -eeriness -eerinesses -eery -ef -eff -effable -efface -effaced -effacement -effacements -effacer -effacers -effaces -effacing -effect -effected -effecter -effecters -effecting -effective -effectively -effectiveness -effector -effectors -effects -effectual -effectually -effectualness -effectualnesses -effeminacies -effeminacy -effeminate -effendi -effendis -efferent -efferents -effervesce -effervesced -effervescence -effervescences -effervescent -effervescently -effervesces -effervescing -effete -effetely -efficacies -efficacious -efficacy -efficiencies -efficiency -efficient -efficiently -effigies -effigy -effluent -effluents -effluvia -efflux -effluxes -effort -effortless -effortlessly -efforts -effrontery -effs -effulge -effulged -effulges -effulging -effuse -effused -effuses -effusing -effusion -effusions -effusive -effusively -efs -eft -efts -eftsoon -eftsoons -egad -egads -egal -egalite -egalites -eger -egers -egest -egesta -egested -egesting -egestion -egestions -egestive -egests -egg -eggar -eggars -eggcup -eggcups -egged -egger -eggers -egghead -eggheads -egging -eggnog -eggnogs -eggplant -eggplants -eggs -eggshell -eggshells -egis -egises -eglatere -eglateres -ego -egoism -egoisms -egoist -egoistic -egoists -egomania -egomanias -egos -egotism -egotisms -egotist -egotistic -egotistical -egotistically -egotists -egregious -egregiously -egress -egressed -egresses -egressing -egret -egrets -eh -eide -eider -eiderdown -eiderdowns -eiders -eidetic -eidola -eidolon -eidolons -eidos -eight -eighteen -eighteens -eighteenth -eighteenths -eighth -eighthly -eighths -eighties -eightieth -eightieths -eights -eightvo -eightvos -eighty -eikon -eikones -eikons -einkorn -einkorns -eirenic -either -ejaculate -ejaculated -ejaculates -ejaculating -ejaculation -ejaculations -eject -ejecta -ejected -ejecting -ejection -ejections -ejective -ejectives -ejector -ejectors -ejects -eke -eked -ekes -eking -ekistic -ekistics -ektexine -ektexines -el -elaborate -elaborated -elaborately -elaborateness -elaboratenesses -elaborates -elaborating -elaboration -elaborations -elain -elains -elan -eland -elands -elans -elaphine -elapid -elapids -elapine -elapse -elapsed -elapses -elapsing -elastase -elastases -elastic -elasticities -elasticity -elastics -elastin -elastins -elate -elated -elatedly -elater -elaterid -elaterids -elaterin -elaterins -elaters -elates -elating -elation -elations -elative -elatives -elbow -elbowed -elbowing -elbows -eld -elder -elderberries -elderberry -elderly -elders -eldest -eldrich -eldritch -elds -elect -elected -electing -election -elections -elective -electives -elector -electoral -electorate -electorates -electors -electret -electrets -electric -electrical -electrically -electrician -electricians -electricities -electricity -electrics -electrification -electrifications -electro -electrocardiogram -electrocardiograms -electrocardiograph -electrocardiographs -electrocute -electrocuted -electrocutes -electrocuting -electrocution -electrocutions -electrode -electrodes -electroed -electroing -electrolysis -electrolysises -electrolyte -electrolytes -electrolytic -electromagnet -electromagnetally -electromagnetic -electromagnets -electron -electronic -electronics -electrons -electroplate -electroplated -electroplates -electroplating -electros -electrum -electrums -elects -elegance -elegances -elegancies -elegancy -elegant -elegantly -elegiac -elegiacs -elegies -elegise -elegised -elegises -elegising -elegist -elegists -elegit -elegits -elegize -elegized -elegizes -elegizing -elegy -element -elemental -elementary -elements -elemi -elemis -elenchi -elenchic -elenchus -elenctic -elephant -elephants -elevate -elevated -elevates -elevating -elevation -elevations -elevator -elevators -eleven -elevens -eleventh -elevenths -elevon -elevons -elf -elfin -elfins -elfish -elfishly -elflock -elflocks -elhi -elicit -elicited -eliciting -elicitor -elicitors -elicits -elide -elided -elides -elidible -eliding -eligibilities -eligibility -eligible -eligibles -eligibly -eliminate -eliminated -eliminates -eliminating -elimination -eliminations -elision -elisions -elite -elites -elitism -elitisms -elitist -elitists -elixir -elixirs -elk -elkhound -elkhounds -elks -ell -ellipse -ellipses -ellipsis -elliptic -elliptical -ells -elm -elmier -elmiest -elms -elmy -elocution -elocutions -elodea -elodeas -eloign -eloigned -eloigner -eloigners -eloigning -eloigns -eloin -eloined -eloiner -eloiners -eloining -eloins -elongate -elongated -elongates -elongating -elongation -elongations -elope -eloped -eloper -elopers -elopes -eloping -eloquent -eloquently -els -else -elsewhere -eluant -eluants -eluate -eluates -elucidate -elucidated -elucidates -elucidating -elucidation -elucidations -elude -eluded -eluder -eluders -eludes -eluding -eluent -eluents -elusion -elusions -elusive -elusively -elusiveness -elusivenesses -elusory -elute -eluted -elutes -eluting -elution -elutions -eluvia -eluvial -eluviate -eluviated -eluviates -eluviating -eluvium -eluviums -elver -elvers -elves -elvish -elvishly -elysian -elytra -elytroid -elytron -elytrous -elytrum -em -emaciate -emaciated -emaciates -emaciating -emaciation -emaciations -emanate -emanated -emanates -emanating -emanation -emanations -emanator -emanators -emancipatation -emancipatations -emancipate -emancipated -emancipates -emancipating -emancipation -emancipations -emasculatation -emasculatations -emasculate -emasculated -emasculates -emasculating -embalm -embalmed -embalmer -embalmers -embalming -embalms -embank -embanked -embanking -embankment -embankments -embanks -embar -embargo -embargoed -embargoing -embargos -embark -embarkation -embarkations -embarked -embarking -embarks -embarrass -embarrassed -embarrasses -embarrassing -embarrassment -embarrassments -embarred -embarring -embars -embassies -embassy -embattle -embattled -embattles -embattling -embay -embayed -embaying -embays -embed -embedded -embedding -embeds -embellish -embellished -embellishes -embellishing -embellishment -embellishments -ember -embers -embezzle -embezzled -embezzlement -embezzlements -embezzler -embezzlers -embezzles -embezzling -embitter -embittered -embittering -embitters -emblaze -emblazed -emblazer -emblazers -emblazes -emblazing -emblazon -emblazoned -emblazoning -emblazons -emblem -emblematic -emblemed -embleming -emblems -embodied -embodier -embodiers -embodies -embodiment -embodiments -embody -embodying -embolden -emboldened -emboldening -emboldens -emboli -embolic -embolies -embolism -embolisms -embolus -emboly -emborder -embordered -embordering -emborders -embosk -embosked -embosking -embosks -embosom -embosomed -embosoming -embosoms -emboss -embossed -embosser -embossers -embosses -embossing -embow -embowed -embowel -emboweled -emboweling -embowelled -embowelling -embowels -embower -embowered -embowering -embowers -embowing -embows -embrace -embraced -embracer -embracers -embraces -embracing -embroider -embroidered -embroidering -embroiders -embroil -embroiled -embroiling -embroils -embrown -embrowned -embrowning -embrowns -embrue -embrued -embrues -embruing -embrute -embruted -embrutes -embruting -embryo -embryoid -embryon -embryonic -embryons -embryos -emcee -emceed -emcees -emceing -eme -emeer -emeerate -emeerates -emeers -emend -emendate -emendated -emendates -emendating -emendation -emendations -emended -emender -emenders -emending -emends -emerald -emeralds -emerge -emerged -emergence -emergences -emergencies -emergency -emergent -emergents -emerges -emerging -emeries -emerita -emeriti -emeritus -emerod -emerods -emeroid -emeroids -emersed -emersion -emersions -emery -emes -emeses -emesis -emetic -emetics -emetin -emetine -emetines -emetins -emeu -emeus -emeute -emeutes -emigrant -emigrants -emigrate -emigrated -emigrates -emigrating -emigration -emigrations -emigre -emigres -eminence -eminences -eminencies -eminency -eminent -eminently -emir -emirate -emirates -emirs -emissaries -emissary -emission -emissions -emissive -emit -emits -emitted -emitter -emitters -emitting -emmer -emmers -emmet -emmets -emodin -emodins -emolument -emoluments -emote -emoted -emoter -emoters -emotes -emoting -emotion -emotional -emotionally -emotions -emotive -empale -empaled -empaler -empalers -empales -empaling -empanel -empaneled -empaneling -empanelled -empanelling -empanels -empathic -empathies -empathy -emperies -emperor -emperors -empery -emphases -emphasis -emphasize -emphasized -emphasizes -emphasizing -emphatic -emphatically -emphysema -emphysemas -empire -empires -empiric -empirical -empirically -empirics -emplace -emplaced -emplaces -emplacing -emplane -emplaned -emplanes -emplaning -employ -employe -employed -employee -employees -employer -employers -employes -employing -employment -employments -employs -empoison -empoisoned -empoisoning -empoisons -emporia -emporium -emporiums -empower -empowered -empowering -empowers -empress -empresses -emprise -emprises -emprize -emprizes -emptied -emptier -emptiers -empties -emptiest -emptily -emptiness -emptinesses -emptings -emptins -empty -emptying -empurple -empurpled -empurples -empurpling -empyema -empyemas -empyemata -empyemic -empyreal -empyrean -empyreans -ems -emu -emulate -emulated -emulates -emulating -emulation -emulations -emulator -emulators -emulous -emulsification -emulsifications -emulsified -emulsifier -emulsifiers -emulsifies -emulsify -emulsifying -emulsion -emulsions -emulsive -emulsoid -emulsoids -emus -emyd -emyde -emydes -emyds -en -enable -enabled -enabler -enablers -enables -enabling -enact -enacted -enacting -enactive -enactment -enactments -enactor -enactors -enactory -enacts -enamel -enameled -enameler -enamelers -enameling -enamelled -enamelling -enamels -enamine -enamines -enamor -enamored -enamoring -enamors -enamour -enamoured -enamouring -enamours -enate -enates -enatic -enation -enations -encaenia -encage -encaged -encages -encaging -encamp -encamped -encamping -encampment -encampments -encamps -encase -encased -encases -encash -encashed -encashes -encashing -encasing -enceinte -enceintes -encephalitides -encephalitis -enchain -enchained -enchaining -enchains -enchant -enchanted -enchanter -enchanters -enchanting -enchantment -enchantments -enchantress -enchantresses -enchants -enchase -enchased -enchaser -enchasers -enchases -enchasing -enchoric -encina -encinal -encinas -encipher -enciphered -enciphering -enciphers -encircle -encircled -encircles -encircling -enclasp -enclasped -enclasping -enclasps -enclave -enclaves -enclitic -enclitics -enclose -enclosed -encloser -enclosers -encloses -enclosing -enclosure -enclosures -encode -encoded -encoder -encoders -encodes -encoding -encomia -encomium -encomiums -encompass -encompassed -encompasses -encompassing -encore -encored -encores -encoring -encounter -encountered -encountering -encounters -encourage -encouraged -encouragement -encouragements -encourages -encouraging -encroach -encroached -encroaches -encroaching -encroachment -encroachments -encrust -encrusted -encrusting -encrusts -encrypt -encrypted -encrypting -encrypts -encumber -encumberance -encumberances -encumbered -encumbering -encumbers -encyclic -encyclical -encyclicals -encyclics -encyclopedia -encyclopedias -encyclopedic -encyst -encysted -encysting -encysts -end -endamage -endamaged -endamages -endamaging -endameba -endamebae -endamebas -endanger -endangered -endangering -endangers -endarch -endarchies -endarchy -endbrain -endbrains -endear -endeared -endearing -endearment -endearments -endears -endeavor -endeavored -endeavoring -endeavors -ended -endemial -endemic -endemics -endemism -endemisms -ender -endermic -enders -endexine -endexines -ending -endings -endite -endited -endites -enditing -endive -endives -endleaf -endleaves -endless -endlessly -endlong -endmost -endocarp -endocarps -endocrine -endoderm -endoderms -endogamies -endogamy -endogen -endogenies -endogens -endogeny -endopod -endopods -endorse -endorsed -endorsee -endorsees -endorsement -endorsements -endorser -endorsers -endorses -endorsing -endorsor -endorsors -endosarc -endosarcs -endosmos -endosmoses -endosome -endosomes -endostea -endow -endowed -endower -endowers -endowing -endowment -endowments -endows -endozoic -endpaper -endpapers -endplate -endplates -endrin -endrins -ends -endue -endued -endues -enduing -endurable -endurance -endurances -endure -endured -endures -enduring -enduro -enduros -endways -endwise -enema -enemas -enemata -enemies -enemy -energetic -energetically -energid -energids -energies -energise -energised -energises -energising -energize -energized -energizes -energizing -energy -enervate -enervated -enervates -enervating -enervation -enervations -enface -enfaced -enfaces -enfacing -enfeeble -enfeebled -enfeebles -enfeebling -enfeoff -enfeoffed -enfeoffing -enfeoffs -enfetter -enfettered -enfettering -enfetters -enfever -enfevered -enfevering -enfevers -enfilade -enfiladed -enfilades -enfilading -enfin -enflame -enflamed -enflames -enflaming -enfold -enfolded -enfolder -enfolders -enfolding -enfolds -enforce -enforceable -enforced -enforcement -enforcements -enforcer -enforcers -enforces -enforcing -enframe -enframed -enframes -enframing -enfranchise -enfranchised -enfranchisement -enfranchisements -enfranchises -enfranchising -eng -engage -engaged -engagement -engagements -engager -engagers -engages -engaging -engender -engendered -engendering -engenders -engild -engilded -engilding -engilds -engine -engined -engineer -engineered -engineering -engineerings -engineers -engineries -enginery -engines -engining -enginous -engird -engirded -engirding -engirdle -engirdled -engirdles -engirdling -engirds -engirt -english -englished -englishes -englishing -englut -engluts -englutted -englutting -engorge -engorged -engorges -engorging -engraft -engrafted -engrafting -engrafts -engrail -engrailed -engrailing -engrails -engrain -engrained -engraining -engrains -engram -engramme -engrammes -engrams -engrave -engraved -engraver -engravers -engraves -engraving -engravings -engross -engrossed -engrosses -engrossing -engs -engulf -engulfed -engulfing -engulfs -enhalo -enhaloed -enhaloes -enhaloing -enhance -enhanced -enhancement -enhancements -enhancer -enhancers -enhances -enhancing -eniac -enigma -enigmas -enigmata -enigmatic -enisle -enisled -enisles -enisling -enjambed -enjoin -enjoined -enjoiner -enjoiners -enjoining -enjoins -enjoy -enjoyable -enjoyed -enjoyer -enjoyers -enjoying -enjoyment -enjoyments -enjoys -enkindle -enkindled -enkindles -enkindling -enlace -enlaced -enlaces -enlacing -enlarge -enlarged -enlargement -enlargements -enlarger -enlargers -enlarges -enlarging -enlighten -enlightened -enlightening -enlightenment -enlightenments -enlightens -enlist -enlisted -enlistee -enlistees -enlister -enlisters -enlisting -enlistment -enlistments -enlists -enliven -enlivened -enlivening -enlivens -enmesh -enmeshed -enmeshes -enmeshing -enmities -enmity -ennead -enneadic -enneads -enneagon -enneagons -ennoble -ennobled -ennobler -ennoblers -ennobles -ennobling -ennui -ennuis -ennuye -ennuyee -enol -enolase -enolases -enolic -enologies -enology -enols -enorm -enormities -enormity -enormous -enormously -enormousness -enormousnesses -enosis -enosises -enough -enoughs -enounce -enounced -enounces -enouncing -enow -enows -enplane -enplaned -enplanes -enplaning -enquire -enquired -enquires -enquiries -enquiring -enquiry -enrage -enraged -enrages -enraging -enrapt -enravish -enravished -enravishes -enravishing -enrich -enriched -enricher -enrichers -enriches -enriching -enrichment -enrichments -enrobe -enrobed -enrober -enrobers -enrobes -enrobing -enrol -enroll -enrolled -enrollee -enrollees -enroller -enrollers -enrolling -enrollment -enrollments -enrolls -enrols -enroot -enrooted -enrooting -enroots -ens -ensample -ensamples -ensconce -ensconced -ensconces -ensconcing -enscroll -enscrolled -enscrolling -enscrolls -ensemble -ensembles -enserf -enserfed -enserfing -enserfs -ensheath -ensheathed -ensheathing -ensheaths -enshrine -enshrined -enshrines -enshrining -enshroud -enshrouded -enshrouding -enshrouds -ensiform -ensign -ensigncies -ensigncy -ensigns -ensilage -ensilaged -ensilages -ensilaging -ensile -ensiled -ensiles -ensiling -enskied -enskies -ensky -enskyed -enskying -enslave -enslaved -enslavement -enslavements -enslaver -enslavers -enslaves -enslaving -ensnare -ensnared -ensnarer -ensnarers -ensnares -ensnaring -ensnarl -ensnarled -ensnarling -ensnarls -ensorcel -ensorceled -ensorceling -ensorcels -ensoul -ensouled -ensouling -ensouls -ensphere -ensphered -enspheres -ensphering -ensue -ensued -ensues -ensuing -ensure -ensured -ensurer -ensurers -ensures -ensuring -enswathe -enswathed -enswathes -enswathing -entail -entailed -entailer -entailers -entailing -entails -entameba -entamebae -entamebas -entangle -entangled -entanglement -entanglements -entangles -entangling -entases -entasia -entasias -entasis -entastic -entellus -entelluses -entente -ententes -enter -entera -enteral -entered -enterer -enterers -enteric -entering -enteron -enterons -enterprise -enterprises -enters -entertain -entertained -entertainer -entertainers -entertaining -entertainment -entertainments -entertains -enthalpies -enthalpy -enthetic -enthral -enthrall -enthralled -enthralling -enthralls -enthrals -enthrone -enthroned -enthrones -enthroning -enthuse -enthused -enthuses -enthusiasm -enthusiast -enthusiastic -enthusiastically -enthusiasts -enthusing -entia -entice -enticed -enticement -enticements -enticer -enticers -entices -enticing -entire -entirely -entires -entireties -entirety -entities -entitle -entitled -entitles -entitling -entity -entoderm -entoderms -entoil -entoiled -entoiling -entoils -entomb -entombed -entombing -entombs -entomological -entomologies -entomologist -entomologists -entomology -entopic -entourage -entourages -entozoa -entozoal -entozoan -entozoans -entozoic -entozoon -entrails -entrain -entrained -entraining -entrains -entrance -entranced -entrances -entrancing -entrant -entrants -entrap -entrapment -entrapments -entrapped -entrapping -entraps -entreat -entreated -entreaties -entreating -entreats -entreaty -entree -entrees -entrench -entrenched -entrenches -entrenching -entrenchment -entrenchments -entrepot -entrepots -entrepreneur -entrepreneurs -entresol -entresols -entries -entropies -entropy -entrust -entrusted -entrusting -entrusts -entry -entryway -entryways -entwine -entwined -entwines -entwining -entwist -entwisted -entwisting -entwists -enumerate -enumerated -enumerates -enumerating -enumeration -enumerations -enunciate -enunciated -enunciates -enunciating -enunciation -enunciations -enure -enured -enures -enuresis -enuresises -enuretic -enuring -envelop -envelope -enveloped -envelopes -enveloping -envelopment -envelopments -envelops -envenom -envenomed -envenoming -envenoms -enviable -enviably -envied -envier -enviers -envies -envious -environ -environed -environing -environment -environmental -environmentalist -environmentalists -environments -environs -envisage -envisaged -envisages -envisaging -envision -envisioned -envisioning -envisions -envoi -envois -envoy -envoys -envy -envying -enwheel -enwheeled -enwheeling -enwheels -enwind -enwinding -enwinds -enwomb -enwombed -enwombing -enwombs -enwound -enwrap -enwrapped -enwrapping -enwraps -enzootic -enzootics -enzym -enzyme -enzymes -enzymic -enzyms -eobiont -eobionts -eohippus -eohippuses -eolian -eolipile -eolipiles -eolith -eolithic -eoliths -eolopile -eolopiles -eon -eonian -eonism -eonisms -eons -eosin -eosine -eosines -eosinic -eosins -epact -epacts -eparch -eparchies -eparchs -eparchy -epaulet -epaulets -epee -epeeist -epeeists -epees -epeiric -epergne -epergnes -epha -ephah -ephahs -ephas -ephebe -ephebes -ephebi -ephebic -epheboi -ephebos -ephebus -ephedra -ephedras -ephedrin -ephedrins -ephemera -ephemerae -ephemeras -ephod -ephods -ephor -ephoral -ephorate -ephorates -ephori -ephors -epiblast -epiblasts -epibolic -epibolies -epiboly -epic -epical -epically -epicalyces -epicalyx -epicalyxes -epicarp -epicarps -epicedia -epicene -epicenes -epiclike -epicotyl -epicotyls -epics -epicure -epicurean -epicureans -epicures -epicycle -epicycles -epidemic -epidemics -epidemiology -epiderm -epidermis -epidermises -epiderms -epidote -epidotes -epidotic -epidural -epifauna -epifaunae -epifaunas -epifocal -epigeal -epigean -epigene -epigenic -epigeous -epigon -epigone -epigones -epigoni -epigonic -epigons -epigonus -epigram -epigrammatic -epigrams -epigraph -epigraphs -epigynies -epigyny -epilepsies -epilepsy -epileptic -epileptics -epilog -epilogs -epilogue -epilogued -epilogues -epiloguing -epimer -epimere -epimeres -epimeric -epimers -epimysia -epinaoi -epinaos -epinasties -epinasty -epiphanies -epiphany -epiphyte -epiphytes -episcia -episcias -episcopal -episcope -episcopes -episode -episodes -episodic -episomal -episome -episomes -epistasies -epistasy -epistaxis -epistle -epistler -epistlers -epistles -epistyle -epistyles -epitaph -epitaphs -epitases -epitasis -epitaxies -epitaxy -epithet -epithets -epitome -epitomes -epitomic -epitomize -epitomized -epitomizes -epitomizing -epizoa -epizoic -epizoism -epizoisms -epizoite -epizoites -epizoon -epizooties -epizooty -epoch -epochal -epochs -epode -epodes -eponym -eponymic -eponymies -eponyms -eponymy -epopee -epopees -epopoeia -epopoeias -epos -eposes -epoxide -epoxides -epoxied -epoxies -epoxy -epoxyed -epoxying -epsilon -epsilons -equabilities -equability -equable -equably -equal -equaled -equaling -equalise -equalised -equalises -equalising -equalities -equality -equalize -equalized -equalizes -equalizing -equalled -equalling -equally -equals -equanimities -equanimity -equate -equated -equates -equating -equation -equations -equator -equatorial -equators -equerries -equerry -equestrian -equestrians -equilateral -equilibrium -equine -equinely -equines -equinities -equinity -equinox -equinoxes -equip -equipage -equipages -equipment -equipments -equipped -equipper -equippers -equipping -equips -equiseta -equitable -equitant -equites -equities -equity -equivalence -equivalences -equivalent -equivalents -equivocal -equivocate -equivocated -equivocates -equivocating -equivocation -equivocations -equivoke -equivokes -er -era -eradiate -eradiated -eradiates -eradiating -eradicable -eradicate -eradicated -eradicates -eradicating -eras -erase -erased -eraser -erasers -erases -erasing -erasion -erasions -erasure -erasures -erbium -erbiums -ere -erect -erected -erecter -erecters -erectile -erecting -erection -erections -erective -erectly -erector -erectors -erects -erelong -eremite -eremites -eremitic -eremuri -eremurus -erenow -erepsin -erepsins -erethic -erethism -erethisms -erewhile -erg -ergastic -ergate -ergates -ergo -ergodic -ergot -ergotic -ergotism -ergotisms -ergots -ergs -erica -ericas -ericoid -erigeron -erigerons -eringo -eringoes -eringos -eristic -eristics -erlking -erlkings -ermine -ermined -ermines -ern -erne -ernes -erns -erode -eroded -erodent -erodes -erodible -eroding -erogenic -eros -erose -erosely -eroses -erosible -erosion -erosions -erosive -erotic -erotica -erotical -erotically -erotics -erotism -erotisms -err -errancies -errancy -errand -errands -errant -errantly -errantries -errantry -errants -errata -erratas -erratic -erratically -erratum -erred -errhine -errhines -erring -erringly -erroneous -erroneously -error -errors -errs -ers -ersatz -ersatzes -erses -erst -erstwhile -eruct -eructate -eructated -eructates -eructating -eructed -eructing -eructs -erudite -erudition -eruditions -erugo -erugos -erumpent -erupt -erupted -erupting -eruption -eruptions -eruptive -eruptives -erupts -ervil -ervils -eryngo -eryngoes -eryngos -erythema -erythemas -erythematous -erythrocytosis -erythron -erythrons -es -escalade -escaladed -escalades -escalading -escalate -escalated -escalates -escalating -escalation -escalations -escalator -escalators -escallop -escalloped -escalloping -escallops -escalop -escaloped -escaloping -escalops -escapade -escapades -escape -escaped -escapee -escapees -escaper -escapers -escapes -escaping -escapism -escapisms -escapist -escapists -escar -escargot -escargots -escarole -escaroles -escarp -escarped -escarping -escarpment -escarpments -escarps -escars -eschalot -eschalots -eschar -eschars -escheat -escheated -escheating -escheats -eschew -eschewal -eschewals -eschewed -eschewing -eschews -escolar -escolars -escort -escorted -escorting -escorts -escot -escoted -escoting -escots -escrow -escrowed -escrowing -escrows -escuage -escuages -escudo -escudos -esculent -esculents -eserine -eserines -eses -eskar -eskars -esker -eskers -esophagi -esophagus -esoteric -espalier -espaliered -espaliering -espaliers -espanol -espanoles -esparto -espartos -especial -especially -espial -espials -espied -espiegle -espies -espionage -espionages -espousal -espousals -espouse -espoused -espouser -espousers -espouses -espousing -espresso -espressos -esprit -esprits -espy -espying -esquire -esquired -esquires -esquiring -ess -essay -essayed -essayer -essayers -essaying -essayist -essayists -essays -essence -essences -essential -essentially -esses -essoin -essoins -essonite -essonites -establish -established -establishes -establishing -establishment -establishments -estancia -estancias -estate -estated -estates -estating -esteem -esteemed -esteeming -esteems -ester -esterase -esterases -esterified -esterifies -esterify -esterifying -esters -estheses -esthesia -esthesias -esthesis -esthesises -esthete -esthetes -esthetic -estimable -estimate -estimated -estimates -estimating -estimation -estimations -estimator -estimators -estival -estivate -estivated -estivates -estivating -estop -estopped -estoppel -estoppels -estopping -estops -estovers -estragon -estragons -estral -estrange -estranged -estrangement -estrangements -estranges -estranging -estray -estrayed -estraying -estrays -estreat -estreated -estreating -estreats -estrin -estrins -estriol -estriols -estrogen -estrogens -estrone -estrones -estrous -estrual -estrum -estrums -estrus -estruses -estuaries -estuary -esurient -et -eta -etagere -etageres -etamin -etamine -etamines -etamins -etape -etapes -etas -etatism -etatisms -etatist -etatists -etcetera -etceteras -etch -etched -etcher -etchers -etches -etching -etchings -eternal -eternally -eternals -eterne -eternise -eternised -eternises -eternising -eternities -eternity -eternize -eternized -eternizes -eternizing -etesian -etesians -eth -ethane -ethanes -ethanol -ethanols -ethene -ethenes -ether -ethereal -etheric -etherified -etherifies -etherify -etherifying -etherish -etherize -etherized -etherizes -etherizing -ethers -ethic -ethical -ethically -ethicals -ethician -ethicians -ethicist -ethicists -ethicize -ethicized -ethicizes -ethicizing -ethics -ethinyl -ethinyls -ethion -ethions -ethmoid -ethmoids -ethnarch -ethnarchs -ethnic -ethnical -ethnicities -ethnicity -ethnics -ethnologic -ethnological -ethnologies -ethnology -ethnos -ethnoses -ethologies -ethology -ethos -ethoses -ethoxy -ethoxyl -ethoxyls -eths -ethyl -ethylate -ethylated -ethylates -ethylating -ethylene -ethylenes -ethylic -ethyls -ethyne -ethynes -ethynyl -ethynyls -etiolate -etiolated -etiolates -etiolating -etiologies -etiology -etna -etnas -etoile -etoiles -etude -etudes -etui -etuis -etwee -etwees -etyma -etymological -etymologist -etymologists -etymon -etymons -eucaine -eucaines -eucalypt -eucalypti -eucalypts -eucalyptus -eucalyptuses -eucharis -eucharises -eucharistic -euchre -euchred -euchres -euchring -euclase -euclases -eucrite -eucrites -eucritic -eudaemon -eudaemons -eudemon -eudemons -eugenic -eugenics -eugenist -eugenists -eugenol -eugenols -euglena -euglenas -eulachan -eulachans -eulachon -eulachons -eulogia -eulogiae -eulogias -eulogies -eulogise -eulogised -eulogises -eulogising -eulogist -eulogistic -eulogists -eulogium -eulogiums -eulogize -eulogized -eulogizes -eulogizing -eulogy -eunuch -eunuchs -euonymus -euonymuses -eupatrid -eupatridae -eupatrids -eupepsia -eupepsias -eupepsies -eupepsy -eupeptic -euphemism -euphemisms -euphemistic -euphenic -euphonic -euphonies -euphonious -euphony -euphoria -euphorias -euphoric -euphotic -euphrasies -euphrasy -euphroe -euphroes -euphuism -euphuisms -euphuist -euphuists -euploid -euploidies -euploids -euploidy -eupnea -eupneas -eupneic -eupnoea -eupnoeas -eupnoeic -eureka -euripi -euripus -euro -europium -europiums -euros -eurythmies -eurythmy -eustacies -eustacy -eustatic -eustele -eusteles -eutaxies -eutaxy -eutectic -eutectics -euthanasia -euthanasias -eutrophies -eutrophy -euxenite -euxenites -evacuant -evacuants -evacuate -evacuated -evacuates -evacuating -evacuation -evacuations -evacuee -evacuees -evadable -evade -evaded -evader -evaders -evades -evadible -evading -evaluable -evaluate -evaluated -evaluates -evaluating -evaluation -evaluations -evaluator -evaluators -evanesce -evanesced -evanesces -evanescing -evangel -evangelical -evangelism -evangelisms -evangelist -evangelistic -evangelists -evangels -evanish -evanished -evanishes -evanishing -evaporate -evaporated -evaporates -evaporating -evaporation -evaporations -evaporative -evaporator -evaporators -evasion -evasions -evasive -evasiveness -evasivenesses -eve -evection -evections -even -evened -evener -eveners -evenest -evenfall -evenfalls -evening -evenings -evenly -evenness -evennesses -evens -evensong -evensongs -event -eventful -eventide -eventides -events -eventual -eventualities -eventuality -eventually -ever -evergreen -evergreens -everlasting -evermore -eversion -eversions -evert -everted -everting -evertor -evertors -everts -every -everybody -everyday -everyman -everymen -everyone -everything -everyway -everywhere -eves -evict -evicted -evictee -evictees -evicting -eviction -evictions -evictor -evictors -evicts -evidence -evidenced -evidences -evidencing -evident -evidently -evil -evildoer -evildoers -eviler -evilest -eviller -evillest -evilly -evilness -evilnesses -evils -evince -evinced -evinces -evincing -evincive -eviscerate -eviscerated -eviscerates -eviscerating -evisceration -eviscerations -evitable -evite -evited -evites -eviting -evocable -evocation -evocations -evocative -evocator -evocators -evoke -evoked -evoker -evokers -evokes -evoking -evolute -evolutes -evolution -evolutionary -evolutions -evolve -evolved -evolver -evolvers -evolves -evolving -evonymus -evonymuses -evulsion -evulsions -evzone -evzones -ewe -ewer -ewers -ewes -ex -exacerbate -exacerbated -exacerbates -exacerbating -exact -exacta -exactas -exacted -exacter -exacters -exactest -exacting -exaction -exactions -exactitude -exactitudes -exactly -exactness -exactnesses -exactor -exactors -exacts -exaggerate -exaggerated -exaggeratedly -exaggerates -exaggerating -exaggeration -exaggerations -exaggerator -exaggerators -exalt -exaltation -exaltations -exalted -exalter -exalters -exalting -exalts -exam -examen -examens -examination -examinations -examine -examined -examinee -examinees -examiner -examiners -examines -examining -example -exampled -examples -exampling -exams -exanthem -exanthems -exarch -exarchal -exarchies -exarchs -exarchy -exasperate -exasperated -exasperates -exasperating -exasperation -exasperations -excavate -excavated -excavates -excavating -excavation -excavations -excavator -excavators -exceed -exceeded -exceeder -exceeders -exceeding -exceedingly -exceeds -excel -excelled -excellence -excellences -excellency -excellent -excellently -excelling -excels -except -excepted -excepting -exception -exceptional -exceptionalally -exceptions -excepts -excerpt -excerpted -excerpting -excerpts -excess -excesses -excessive -excessively -exchange -exchangeable -exchanged -exchanges -exchanging -excide -excided -excides -exciding -exciple -exciples -excise -excised -excises -excising -excision -excisions -excitabilities -excitability -excitant -excitants -excitation -excitations -excite -excited -excitedly -excitement -excitements -exciter -exciters -excites -exciting -exciton -excitons -excitor -excitors -exclaim -exclaimed -exclaiming -exclaims -exclamation -exclamations -exclamatory -exclave -exclaves -exclude -excluded -excluder -excluders -excludes -excluding -exclusion -exclusions -exclusive -exclusively -exclusiveness -exclusivenesses -excommunicate -excommunicated -excommunicates -excommunicating -excommunication -excommunications -excrement -excremental -excrements -excreta -excretal -excrete -excreted -excreter -excreters -excretes -excreting -excretion -excretions -excretory -excruciating -excruciatingly -exculpate -exculpated -exculpates -exculpating -excursion -excursions -excuse -excused -excuser -excusers -excuses -excusing -exeat -exec -execrate -execrated -execrates -execrating -execs -executable -execute -executed -executer -executers -executes -executing -execution -executioner -executioners -executions -executive -executives -executor -executors -executrix -executrixes -exedra -exedrae -exegeses -exegesis -exegete -exegetes -exegetic -exempla -exemplar -exemplars -exemplary -exemplification -exemplifications -exemplified -exemplifies -exemplify -exemplifying -exemplum -exempt -exempted -exempting -exemption -exemptions -exempts -exequial -exequies -exequy -exercise -exercised -exerciser -exercisers -exercises -exercising -exergual -exergue -exergues -exert -exerted -exerting -exertion -exertions -exertive -exerts -exes -exhalant -exhalants -exhalation -exhalations -exhale -exhaled -exhalent -exhalents -exhales -exhaling -exhaust -exhausted -exhausting -exhaustion -exhaustions -exhaustive -exhausts -exhibit -exhibited -exhibiting -exhibition -exhibitions -exhibitor -exhibitors -exhibits -exhilarate -exhilarated -exhilarates -exhilarating -exhilaration -exhilarations -exhort -exhortation -exhortations -exhorted -exhorter -exhorters -exhorting -exhorts -exhumation -exhumations -exhume -exhumed -exhumer -exhumers -exhumes -exhuming -exigence -exigences -exigencies -exigency -exigent -exigible -exiguities -exiguity -exiguous -exile -exiled -exiles -exilian -exilic -exiling -eximious -exine -exines -exist -existed -existence -existences -existent -existents -existing -exists -exit -exited -exiting -exits -exocarp -exocarps -exocrine -exocrines -exoderm -exoderms -exodoi -exodos -exodus -exoduses -exoergic -exogamic -exogamies -exogamy -exogen -exogens -exonerate -exonerated -exonerates -exonerating -exoneration -exonerations -exorable -exorbitant -exorcise -exorcised -exorcises -exorcising -exorcism -exorcisms -exorcist -exorcists -exorcize -exorcized -exorcizes -exorcizing -exordia -exordial -exordium -exordiums -exosmic -exosmose -exosmoses -exospore -exospores -exoteric -exotic -exotica -exotically -exoticism -exoticisms -exotics -exotism -exotisms -exotoxic -exotoxin -exotoxins -expand -expanded -expander -expanders -expanding -expands -expanse -expanses -expansion -expansions -expansive -expansively -expansiveness -expansivenesses -expatriate -expatriated -expatriates -expatriating -expect -expectancies -expectancy -expectant -expectantly -expectation -expectations -expected -expecting -expects -expedient -expedients -expedious -expedite -expedited -expediter -expediters -expedites -expediting -expedition -expeditions -expeditious -expel -expelled -expellee -expellees -expeller -expellers -expelling -expels -expend -expended -expender -expenders -expendible -expending -expenditure -expenditures -expends -expense -expensed -expenses -expensing -expensive -expensively -experience -experiences -experiment -experimental -experimentation -experimentations -experimented -experimenter -experimenters -experimenting -experiments -expert -experted -experting -expertise -expertises -expertly -expertness -expertnesses -experts -expiable -expiate -expiated -expiates -expiating -expiation -expiations -expiator -expiators -expiration -expirations -expire -expired -expirer -expirers -expires -expiries -expiring -expiry -explain -explainable -explained -explaining -explains -explanation -explanations -explanatory -explant -explanted -explanting -explants -expletive -expletives -explicable -explicably -explicit -explicitly -explicitness -explicitnesses -explicits -explode -exploded -exploder -exploders -explodes -exploding -exploit -exploitation -exploitations -exploited -exploiting -exploits -exploration -explorations -exploratory -explore -explored -explorer -explorers -explores -exploring -explosion -explosions -explosive -explosively -explosives -expo -exponent -exponential -exponentially -exponents -export -exportation -exportations -exported -exporter -exporters -exporting -exports -expos -exposal -exposals -expose -exposed -exposer -exposers -exposes -exposing -exposit -exposited -expositing -exposition -expositions -exposits -exposure -exposures -expound -expounded -expounding -expounds -express -expressed -expresses -expressible -expressibly -expressing -expression -expressionless -expressions -expressive -expressiveness -expressivenesses -expressly -expressway -expressways -expulse -expulsed -expulses -expulsing -expulsion -expulsions -expunge -expunged -expunger -expungers -expunges -expunging -expurgate -expurgated -expurgates -expurgating -expurgation -expurgations -exquisite -exscind -exscinded -exscinding -exscinds -exsecant -exsecants -exsect -exsected -exsecting -exsects -exsert -exserted -exserting -exserts -extant -extemporaneous -extemporaneously -extend -extendable -extended -extender -extenders -extendible -extending -extends -extension -extensions -extensive -extensively -extensor -extensors -extent -extents -extenuate -extenuated -extenuates -extenuating -extenuation -extenuations -exterior -exteriors -exterminate -exterminated -exterminates -exterminating -extermination -exterminations -exterminator -exterminators -extern -external -externally -externals -externe -externes -externs -extinct -extincted -extincting -extinction -extinctions -extincts -extinguish -extinguishable -extinguished -extinguisher -extinguishers -extinguishes -extinguishing -extirpate -extirpated -extirpates -extirpating -extol -extoll -extolled -extoller -extollers -extolling -extolls -extols -extort -extorted -extorter -extorters -extorting -extortion -extortioner -extortioners -extortionist -extortionists -extortions -extorts -extra -extracampus -extraclassroom -extracommunity -extraconstitutional -extracontinental -extract -extractable -extracted -extracting -extraction -extractions -extractor -extractors -extracts -extracurricular -extradepartmental -extradiocesan -extradite -extradited -extradites -extraditing -extradition -extraditions -extrados -extradoses -extrafamilial -extragalactic -extragovernmental -extrahuman -extralegal -extramarital -extranational -extraneous -extraneously -extraordinarily -extraordinary -extraplanetary -extrapyramidal -extras -extrascholastic -extrasensory -extraterrestrial -extravagance -extravagances -extravagant -extravagantly -extravaganza -extravaganzas -extravasate -extravasated -extravasates -extravasating -extravasation -extravasations -extravehicular -extraversion -extraversions -extravert -extraverted -extraverts -extrema -extreme -extremely -extremer -extremes -extremest -extremities -extremity -extremum -extricable -extricate -extricated -extricates -extricating -extrication -extrications -extrorse -extrovert -extroverts -extrude -extruded -extruder -extruders -extrudes -extruding -exuberance -exuberances -exuberant -exuberantly -exudate -exudates -exudation -exudations -exude -exuded -exudes -exuding -exult -exultant -exulted -exulting -exults -exurb -exurban -exurbia -exurbias -exurbs -exuvia -exuviae -exuvial -exuviate -exuviated -exuviates -exuviating -exuvium -eyas -eyases -eye -eyeable -eyeball -eyeballed -eyeballing -eyeballs -eyebeam -eyebeams -eyebolt -eyebolts -eyebrow -eyebrows -eyecup -eyecups -eyed -eyedness -eyednesses -eyedropper -eyedroppers -eyeful -eyefuls -eyeglass -eyeglasses -eyehole -eyeholes -eyehook -eyehooks -eyeing -eyelash -eyelashes -eyeless -eyelet -eyelets -eyeletted -eyeletting -eyelid -eyelids -eyelike -eyeliner -eyeliners -eyen -eyepiece -eyepieces -eyepoint -eyepoints -eyer -eyers -eyes -eyeshade -eyeshades -eyeshot -eyeshots -eyesight -eyesights -eyesome -eyesore -eyesores -eyespot -eyespots -eyestalk -eyestalks -eyestone -eyestones -eyestrain -eyestrains -eyeteeth -eyetooth -eyewash -eyewashes -eyewater -eyewaters -eyewink -eyewinks -eyewitness -eying -eyne -eyra -eyras -eyre -eyres -eyrie -eyries -eyrir -eyry -fa -fable -fabled -fabler -fablers -fables -fabliau -fabliaux -fabling -fabric -fabricate -fabricated -fabricates -fabricating -fabrication -fabrications -fabrics -fabular -fabulist -fabulists -fabulous -fabulously -facade -facades -face -faceable -faced -facedown -faceless -facelessness -facelessnesses -facer -facers -faces -facesheet -facesheets -facet -facete -faceted -facetely -facetiae -faceting -facetious -facetiously -facets -facetted -facetting -faceup -facia -facial -facially -facials -facias -faciend -faciends -facies -facile -facilely -facilitate -facilitated -facilitates -facilitating -facilitator -facilitators -facilities -facility -facing -facings -facsimile -facsimiles -fact -factful -faction -factional -factionalism -factionalisms -factions -factious -factitious -factor -factored -factories -factoring -factors -factory -factotum -factotums -facts -factual -factually -facture -factures -facula -faculae -facular -faculties -faculty -fad -fadable -faddier -faddiest -faddish -faddism -faddisms -faddist -faddists -faddy -fade -fadeaway -fadeaways -faded -fadedly -fadeless -fader -faders -fades -fadge -fadged -fadges -fadging -fading -fadings -fado -fados -fads -faecal -faeces -faena -faenas -faerie -faeries -faery -fag -fagged -fagging -faggot -faggoted -faggoting -faggots -fagin -fagins -fagot -fagoted -fagoter -fagoters -fagoting -fagotings -fagots -fags -fahlband -fahlbands -fahrenheit -faience -faiences -fail -failed -failing -failings -faille -failles -fails -failure -failures -fain -faineant -faineants -fainer -fainest -faint -fainted -fainter -fainters -faintest -fainthearted -fainting -faintish -faintly -faintness -faintnesses -faints -fair -faired -fairer -fairest -fairground -fairgrounds -fairies -fairing -fairings -fairish -fairlead -fairleads -fairly -fairness -fairnesses -fairs -fairway -fairways -fairy -fairyism -fairyisms -fairyland -fairylands -faith -faithed -faithful -faithfully -faithfulness -faithfulnesses -faithfuls -faithing -faithless -faithlessly -faithlessness -faithlessnesses -faiths -faitour -faitours -fake -faked -fakeer -fakeers -faker -fakeries -fakers -fakery -fakes -faking -fakir -fakirs -falbala -falbalas -falcate -falcated -falchion -falchions -falcon -falconer -falconers -falconet -falconets -falconries -falconry -falcons -falderal -falderals -falderol -falderols -fall -fallacies -fallacious -fallacy -fallal -fallals -fallback -fallbacks -fallen -faller -fallers -fallfish -fallfishes -fallible -fallibly -falling -falloff -falloffs -fallout -fallouts -fallow -fallowed -fallowing -fallows -falls -false -falsehood -falsehoods -falsely -falseness -falsenesses -falser -falsest -falsetto -falsettos -falsie -falsies -falsification -falsifications -falsified -falsifies -falsify -falsifying -falsities -falsity -faltboat -faltboats -falter -faltered -falterer -falterers -faltering -falters -fame -famed -fameless -fames -famiglietti -familial -familiar -familiarities -familiarity -familiarize -familiarized -familiarizes -familiarizing -familiarly -familiars -families -family -famine -famines -faming -famish -famished -famishes -famishing -famous -famously -famuli -famulus -fan -fanatic -fanatical -fanaticism -fanaticisms -fanatics -fancied -fancier -fanciers -fancies -fanciest -fanciful -fancifully -fancily -fancy -fancying -fandango -fandangos -fandom -fandoms -fane -fanega -fanegada -fanegadas -fanegas -fanes -fanfare -fanfares -fanfaron -fanfarons -fanfold -fanfolds -fang -fanga -fangas -fanged -fangless -fanglike -fangs -fanion -fanions -fanjet -fanjets -fanlight -fanlights -fanlike -fanned -fanner -fannies -fanning -fanny -fano -fanon -fanons -fanos -fans -fantail -fantails -fantasia -fantasias -fantasie -fantasied -fantasies -fantasize -fantasized -fantasizes -fantasizing -fantasm -fantasms -fantast -fantastic -fantastical -fantastically -fantasts -fantasy -fantasying -fantod -fantods -fantom -fantoms -fanum -fanums -fanwise -fanwort -fanworts -faqir -faqirs -faquir -faquirs -far -farad -faradaic -faraday -faradays -faradic -faradise -faradised -faradises -faradising -faradism -faradisms -faradize -faradized -faradizes -faradizing -farads -faraway -farce -farced -farcer -farcers -farces -farceur -farceurs -farci -farcical -farcie -farcies -farcing -farcy -fard -farded -fardel -fardels -farding -fards -fare -fared -farer -farers -fares -farewell -farewelled -farewelling -farewells -farfal -farfals -farfel -farfels -farfetched -farina -farinas -faring -farinha -farinhas -farinose -farl -farle -farles -farls -farm -farmable -farmed -farmer -farmers -farmhand -farmhands -farmhouse -farmhouses -farming -farmings -farmland -farmlands -farms -farmstead -farmsteads -farmyard -farmyards -farnesol -farnesols -farness -farnesses -faro -faros -farouche -farrago -farragoes -farrier -farrieries -farriers -farriery -farrow -farrowed -farrowing -farrows -farsighted -farsightedness -farsightednesses -fart -farted -farther -farthermost -farthest -farthing -farthings -farting -farts -fas -fasces -fascia -fasciae -fascial -fascias -fasciate -fascicle -fascicled -fascicles -fascinate -fascinated -fascinates -fascinating -fascination -fascinations -fascine -fascines -fascism -fascisms -fascist -fascistic -fascists -fash -fashed -fashes -fashing -fashion -fashionable -fashionably -fashioned -fashioning -fashions -fashious -fast -fastback -fastbacks -fastball -fastballs -fasted -fasten -fastened -fastener -fasteners -fastening -fastenings -fastens -faster -fastest -fastiduous -fastiduously -fastiduousness -fastiduousnesses -fasting -fastings -fastness -fastnesses -fasts -fastuous -fat -fatal -fatalism -fatalisms -fatalist -fatalistic -fatalists -fatalities -fatality -fatally -fatback -fatbacks -fatbird -fatbirds -fate -fated -fateful -fatefully -fates -fathead -fatheads -father -fathered -fatherhood -fatherhoods -fathering -fatherland -fatherlands -fatherless -fatherly -fathers -fathom -fathomable -fathomed -fathoming -fathomless -fathoms -fatidic -fatigue -fatigued -fatigues -fatiguing -fating -fatless -fatlike -fatling -fatlings -fatly -fatness -fatnesses -fats -fatso -fatsoes -fatsos -fatstock -fatstocks -fatted -fatten -fattened -fattener -fatteners -fattening -fattens -fatter -fattest -fattier -fatties -fattiest -fattily -fatting -fattish -fatty -fatuities -fatuity -fatuous -fatuously -fatuousness -fatuousnesses -faubourg -faubourgs -faucal -faucals -fauces -faucet -faucets -faucial -faugh -fauld -faulds -fault -faulted -faultfinder -faultfinders -faultfinding -faultfindings -faultier -faultiest -faultily -faulting -faultless -faultlessly -faults -faulty -faun -fauna -faunae -faunal -faunally -faunas -faunlike -fauns -fauteuil -fauteuils -fauve -fauves -fauvism -fauvisms -fauvist -fauvists -favela -favelas -favonian -favor -favorable -favorably -favored -favorer -favorers -favoring -favorite -favorites -favoritism -favoritisms -favors -favour -favoured -favourer -favourers -favouring -favours -favus -favuses -fawn -fawned -fawner -fawners -fawnier -fawniest -fawning -fawnlike -fawns -fawny -fax -faxed -faxes -faxing -fay -fayalite -fayalites -fayed -faying -fays -faze -fazed -fazenda -fazendas -fazes -fazing -feal -fealties -fealty -fear -feared -fearer -fearers -fearful -fearfuller -fearfullest -fearfully -fearing -fearless -fearlessly -fearlessness -fearlessnesses -fears -fearsome -feasance -feasances -fease -feased -feases -feasibilities -feasibility -feasible -feasibly -feasing -feast -feasted -feaster -feasters -feastful -feasting -feasts -feat -feater -featest -feather -feathered -featherier -featheriest -feathering -featherless -feathers -feathery -featlier -featliest -featly -feats -feature -featured -featureless -features -featuring -feaze -feazed -feazes -feazing -febrific -febrile -fecal -feces -fecial -fecials -feck -feckless -feckly -fecks -fecula -feculae -feculent -fecund -fecundities -fecundity -fed -fedayee -fedayeen -federacies -federacy -federal -federalism -federalisms -federalist -federalists -federally -federals -federate -federated -federates -federating -federation -federations -fedora -fedoras -feds -fee -feeble -feebleminded -feeblemindedness -feeblemindednesses -feebleness -feeblenesses -feebler -feeblest -feeblish -feebly -feed -feedable -feedback -feedbacks -feedbag -feedbags -feedbox -feedboxes -feeder -feeders -feeding -feedlot -feedlots -feeds -feeing -feel -feeler -feelers -feeless -feeling -feelings -feels -fees -feet -feetless -feeze -feezed -feezes -feezing -feign -feigned -feigner -feigners -feigning -feigns -feint -feinted -feinting -feints -feirie -feist -feistier -feistiest -feists -feisty -feldspar -feldspars -felicitate -felicitated -felicitates -felicitating -felicitation -felicitations -felicities -felicitous -felicitously -felicity -felid -felids -feline -felinely -felines -felinities -felinity -fell -fella -fellable -fellah -fellaheen -fellahin -fellahs -fellas -fellatio -fellatios -felled -feller -fellers -fellest -fellies -felling -fellness -fellnesses -felloe -felloes -fellow -fellowed -fellowing -fellowly -fellowman -fellowmen -fellows -fellowship -fellowships -fells -felly -felon -felonies -felonious -felonries -felonry -felons -felony -felsite -felsites -felsitic -felspar -felspars -felstone -felstones -felt -felted -felting -feltings -felts -felucca -feluccas -felwort -felworts -female -females -feme -femes -feminacies -feminacy -feminie -feminine -feminines -femininities -femininity -feminise -feminised -feminises -feminising -feminism -feminisms -feminist -feminists -feminities -feminity -feminization -feminizations -feminize -feminized -feminizes -feminizing -femme -femmes -femora -femoral -femur -femurs -fen -fenagle -fenagled -fenagles -fenagling -fence -fenced -fencer -fencers -fences -fencible -fencibles -fencing -fencings -fend -fended -fender -fendered -fenders -fending -fends -fenestra -fenestrae -fennec -fennecs -fennel -fennels -fenny -fens -feod -feodaries -feodary -feods -feoff -feoffed -feoffee -feoffees -feoffer -feoffers -feoffing -feoffor -feoffors -feoffs -fer -feracities -feracity -feral -ferbam -ferbams -fere -feres -feretories -feretory -feria -feriae -ferial -ferias -ferine -ferities -ferity -ferlie -ferlies -ferly -fermata -fermatas -fermate -ferment -fermentation -fermentations -fermented -fermenting -ferments -fermi -fermion -fermions -fermis -fermium -fermiums -fern -ferneries -fernery -fernier -ferniest -fernless -fernlike -ferns -ferny -ferocious -ferociously -ferociousness -ferociousnesses -ferocities -ferocity -ferrate -ferrates -ferrel -ferreled -ferreling -ferrelled -ferrelling -ferrels -ferreous -ferret -ferreted -ferreter -ferreters -ferreting -ferrets -ferrety -ferriage -ferriages -ferric -ferried -ferries -ferrite -ferrites -ferritic -ferritin -ferritins -ferrous -ferrule -ferruled -ferrules -ferruling -ferrum -ferrums -ferry -ferryboat -ferryboats -ferrying -ferryman -ferrymen -fertile -fertilities -fertility -fertilization -fertilizations -fertilize -fertilized -fertilizer -fertilizers -fertilizes -fertilizing -ferula -ferulae -ferulas -ferule -feruled -ferules -feruling -fervencies -fervency -fervent -fervently -fervid -fervidly -fervor -fervors -fervour -fervours -fescue -fescues -fess -fesse -fessed -fesses -fessing -fesswise -festal -festally -fester -festered -festering -festers -festival -festivals -festive -festively -festivities -festivity -festoon -festooned -festooning -festoons -fet -feta -fetal -fetas -fetation -fetations -fetch -fetched -fetcher -fetchers -fetches -fetching -fetchingly -fete -feted -feterita -feteritas -fetes -fetial -fetiales -fetialis -fetials -fetich -fetiches -feticide -feticides -fetid -fetidly -feting -fetish -fetishes -fetlock -fetlocks -fetologies -fetology -fetor -fetors -fets -fetted -fetter -fettered -fetterer -fetterers -fettering -fetters -fetting -fettle -fettled -fettles -fettling -fettlings -fetus -fetuses -feu -feuar -feuars -feud -feudal -feudalism -feudalistic -feudally -feudaries -feudary -feuded -feuding -feudist -feudists -feuds -feued -feuing -feus -fever -fevered -feverfew -feverfews -fevering -feverish -feverous -fevers -few -fewer -fewest -fewness -fewnesses -fewtrils -fey -feyer -feyest -feyness -feynesses -fez -fezes -fezzed -fezzes -fiacre -fiacres -fiance -fiancee -fiancees -fiances -fiar -fiars -fiaschi -fiasco -fiascoes -fiascos -fiat -fiats -fib -fibbed -fibber -fibbers -fibbing -fiber -fiberboard -fiberboards -fibered -fiberglass -fiberglasses -fiberize -fiberized -fiberizes -fiberizing -fibers -fibre -fibres -fibril -fibrilla -fibrillae -fibrillate -fibrillated -fibrillates -fibrillating -fibrillation -fibrillations -fibrils -fibrin -fibrins -fibrocystic -fibroid -fibroids -fibroin -fibroins -fibroma -fibromas -fibromata -fibroses -fibrosis -fibrotic -fibrous -fibs -fibula -fibulae -fibular -fibulas -fice -fices -fiche -fiches -fichu -fichus -ficin -ficins -fickle -fickleness -ficklenesses -fickler -ficklest -fico -ficoes -fictile -fiction -fictional -fictions -fictitious -fictive -fid -fiddle -fiddled -fiddler -fiddlers -fiddles -fiddlesticks -fiddling -fideism -fideisms -fideist -fideists -fidelities -fidelity -fidge -fidged -fidges -fidget -fidgeted -fidgeter -fidgeters -fidgeting -fidgets -fidgety -fidging -fido -fidos -fids -fiducial -fiduciaries -fiduciary -fie -fief -fiefdom -fiefdoms -fiefs -field -fielded -fielder -fielders -fielding -fields -fiend -fiendish -fiendishly -fiends -fierce -fiercely -fierceness -fiercenesses -fiercer -fiercest -fierier -fieriest -fierily -fieriness -fierinesses -fiery -fiesta -fiestas -fife -fifed -fifer -fifers -fifes -fifing -fifteen -fifteens -fifteenth -fifteenths -fifth -fifthly -fifths -fifties -fiftieth -fiftieths -fifty -fig -figeater -figeaters -figged -figging -fight -fighter -fighters -fighting -fightings -fights -figment -figments -figs -figuline -figulines -figural -figurant -figurants -figurate -figurative -figuratively -figure -figured -figurer -figurers -figures -figurine -figurines -figuring -figwort -figworts -fil -fila -filagree -filagreed -filagreeing -filagrees -filament -filamentous -filaments -filar -filaree -filarees -filaria -filariae -filarial -filarian -filariid -filariids -filature -filatures -filbert -filberts -filch -filched -filcher -filchers -filches -filching -file -filed -filefish -filefishes -filemot -filer -filers -files -filet -fileted -fileting -filets -filial -filially -filiate -filiated -filiates -filiating -filibeg -filibegs -filibuster -filibustered -filibusterer -filibusterers -filibustering -filibusters -filicide -filicides -filiform -filigree -filigreed -filigreeing -filigrees -filing -filings -filister -filisters -fill -fille -filled -filler -fillers -filles -fillet -filleted -filleting -fillets -fillies -filling -fillings -fillip -filliped -filliping -fillips -fills -filly -film -filmcard -filmcards -filmdom -filmdoms -filmed -filmgoer -filmgoers -filmic -filmier -filmiest -filmily -filming -filmland -filmlands -films -filmset -filmsets -filmsetting -filmstrip -filmstrips -filmy -filose -fils -filter -filterable -filtered -filterer -filterers -filtering -filters -filth -filthier -filthiest -filthily -filthiness -filthinesses -filths -filthy -filtrate -filtrated -filtrates -filtrating -filtration -filtrations -filum -fimble -fimbles -fimbria -fimbriae -fimbrial -fin -finable -finagle -finagled -finagler -finaglers -finagles -finagling -final -finale -finales -finalis -finalism -finalisms -finalist -finalists -finalities -finality -finalize -finalized -finalizes -finalizing -finally -finals -finance -financed -finances -financial -financially -financier -financiers -financing -finback -finbacks -finch -finches -find -finder -finders -finding -findings -finds -fine -fineable -fined -finely -fineness -finenesses -finer -fineries -finery -fines -finespun -finesse -finessed -finesses -finessing -finest -finfish -finfishes -finfoot -finfoots -finger -fingered -fingerer -fingerers -fingering -fingerling -fingerlings -fingernail -fingerprint -fingerprints -fingers -fingertip -fingertips -finial -finialed -finials -finical -finickier -finickiest -finickin -finicky -finikin -finiking -fining -finings -finis -finises -finish -finished -finisher -finishers -finishes -finishing -finite -finitely -finites -finitude -finitudes -fink -finked -finking -finks -finky -finless -finlike -finmark -finmarks -finned -finnickier -finnickiest -finnicky -finnier -finniest -finning -finnmark -finnmarks -finny -finochio -finochios -fins -fiord -fiords -fipple -fipples -fique -fiques -fir -fire -firearm -firearms -fireball -fireballs -firebird -firebirds -fireboat -fireboats -firebomb -firebombed -firebombing -firebombs -firebox -fireboxes -firebrat -firebrats -firebreak -firebreaks -firebug -firebugs -fireclay -fireclays -firecracker -firecrackers -fired -firedamp -firedamps -firedog -firedogs -firefang -firefanged -firefanging -firefangs -fireflies -firefly -firehall -firehalls -fireless -firelock -firelocks -fireman -firemen -firepan -firepans -firepink -firepinks -fireplace -fireplaces -fireplug -fireplugs -fireproof -fireproofed -fireproofing -fireproofs -firer -fireroom -firerooms -firers -fires -fireside -firesides -firetrap -firetraps -fireweed -fireweeds -firewood -firewoods -firework -fireworks -fireworm -fireworms -firing -firings -firkin -firkins -firm -firmament -firmaments -firman -firmans -firmed -firmer -firmers -firmest -firming -firmly -firmness -firmnesses -firms -firn -firns -firry -firs -first -firstly -firsts -firth -firths -fisc -fiscal -fiscally -fiscals -fiscs -fish -fishable -fishboat -fishboats -fishbone -fishbones -fishbowl -fishbowls -fished -fisher -fisheries -fisherman -fishermen -fishers -fishery -fishes -fisheye -fisheyes -fishgig -fishgigs -fishhook -fishhooks -fishier -fishiest -fishily -fishing -fishings -fishless -fishlike -fishline -fishlines -fishmeal -fishmeals -fishnet -fishnets -fishpole -fishpoles -fishpond -fishponds -fishtail -fishtailed -fishtailing -fishtails -fishway -fishways -fishwife -fishwives -fishy -fissate -fissile -fission -fissionable -fissional -fissioned -fissioning -fissions -fissiped -fissipeds -fissure -fissured -fissures -fissuring -fist -fisted -fistful -fistfuls -fistic -fisticuffs -fisting -fistnote -fistnotes -fists -fistula -fistulae -fistular -fistulas -fisty -fit -fitch -fitchee -fitches -fitchet -fitchets -fitchew -fitchews -fitchy -fitful -fitfully -fitly -fitment -fitments -fitness -fitnesses -fits -fittable -fitted -fitter -fitters -fittest -fitting -fittings -five -fivefold -fivepins -fiver -fivers -fives -fix -fixable -fixate -fixated -fixates -fixatif -fixatifs -fixating -fixation -fixations -fixative -fixatives -fixed -fixedly -fixedness -fixednesses -fixer -fixers -fixes -fixing -fixings -fixities -fixity -fixt -fixture -fixtures -fixure -fixures -fiz -fizgig -fizgigs -fizz -fizzed -fizzer -fizzers -fizzes -fizzier -fizziest -fizzing -fizzle -fizzled -fizzles -fizzling -fizzy -fjeld -fjelds -fjord -fjords -flab -flabbergast -flabbergasted -flabbergasting -flabbergasts -flabbier -flabbiest -flabbily -flabbiness -flabbinesses -flabby -flabella -flabs -flaccid -flack -flacks -flacon -flacons -flag -flagella -flagellate -flagellated -flagellates -flagellating -flagellation -flagellations -flagged -flagger -flaggers -flaggier -flaggiest -flagging -flaggings -flaggy -flagless -flagman -flagmen -flagon -flagons -flagpole -flagpoles -flagrant -flagrantly -flags -flagship -flagships -flagstaff -flagstaffs -flagstone -flagstones -flail -flailed -flailing -flails -flair -flairs -flak -flake -flaked -flaker -flakers -flakes -flakier -flakiest -flakily -flaking -flaky -flam -flambe -flambeau -flambeaus -flambeaux -flambee -flambeed -flambeing -flambes -flamboyance -flamboyances -flamboyant -flamboyantly -flame -flamed -flamen -flamenco -flamencos -flamens -flameout -flameouts -flamer -flamers -flames -flamier -flamiest -flamines -flaming -flamingo -flamingoes -flamingos -flammable -flammed -flamming -flams -flamy -flan -flancard -flancards -flanerie -flaneries -flanes -flaneur -flaneurs -flange -flanged -flanger -flangers -flanges -flanging -flank -flanked -flanker -flankers -flanking -flanks -flannel -flanneled -flanneling -flannelled -flannelling -flannels -flans -flap -flapjack -flapjacks -flapless -flapped -flapper -flappers -flappier -flappiest -flapping -flappy -flaps -flare -flared -flares -flaring -flash -flashed -flasher -flashers -flashes -flashgun -flashguns -flashier -flashiest -flashily -flashiness -flashinesses -flashing -flashings -flashlight -flashlights -flashy -flask -flasket -flaskets -flasks -flat -flatbed -flatbeds -flatboat -flatboats -flatcap -flatcaps -flatcar -flatcars -flatfeet -flatfish -flatfishes -flatfoot -flatfooted -flatfooting -flatfoots -flathead -flatheads -flatiron -flatirons -flatland -flatlands -flatlet -flatlets -flatling -flatly -flatness -flatnesses -flats -flatted -flatten -flattened -flattening -flattens -flatter -flattered -flatterer -flatteries -flattering -flatters -flattery -flattest -flatting -flattish -flattop -flattops -flatulence -flatulences -flatulent -flatus -flatuses -flatware -flatwares -flatwash -flatwashes -flatways -flatwise -flatwork -flatworks -flatworm -flatworms -flaunt -flaunted -flaunter -flaunters -flauntier -flauntiest -flaunting -flaunts -flaunty -flautist -flautists -flavin -flavine -flavines -flavins -flavone -flavones -flavonol -flavonols -flavor -flavored -flavorer -flavorers -flavorful -flavoring -flavorings -flavors -flavorsome -flavory -flavour -flavoured -flavouring -flavours -flavoury -flaw -flawed -flawier -flawiest -flawing -flawless -flaws -flawy -flax -flaxen -flaxes -flaxier -flaxiest -flaxseed -flaxseeds -flaxy -flay -flayed -flayer -flayers -flaying -flays -flea -fleabag -fleabags -fleabane -fleabanes -fleabite -fleabites -fleam -fleams -fleas -fleawort -fleaworts -fleche -fleches -fleck -flecked -flecking -flecks -flecky -flection -flections -fled -fledge -fledged -fledges -fledgier -fledgiest -fledging -fledgling -fledglings -fledgy -flee -fleece -fleeced -fleecer -fleecers -fleeces -fleech -fleeched -fleeches -fleeching -fleecier -fleeciest -fleecily -fleecing -fleecy -fleeing -fleer -fleered -fleering -fleers -flees -fleet -fleeted -fleeter -fleetest -fleeting -fleetness -fleetnesses -fleets -fleishig -flemish -flemished -flemishes -flemishing -flench -flenched -flenches -flenching -flense -flensed -flenser -flensers -flenses -flensing -flesh -fleshed -flesher -fleshers -fleshes -fleshier -fleshiest -fleshing -fleshings -fleshlier -fleshliest -fleshly -fleshpot -fleshpots -fleshy -fletch -fletched -fletcher -fletchers -fletches -fletching -fleury -flew -flews -flex -flexed -flexes -flexibilities -flexibility -flexible -flexibly -flexile -flexing -flexion -flexions -flexor -flexors -flexuose -flexuous -flexural -flexure -flexures -fley -fleyed -fleying -fleys -flic -flichter -flichtered -flichtering -flichters -flick -flicked -flicker -flickered -flickering -flickers -flickery -flicking -flicks -flics -flied -flier -fliers -flies -fliest -flight -flighted -flightier -flightiest -flighting -flightless -flights -flighty -flimflam -flimflammed -flimflamming -flimflams -flimsier -flimsies -flimsiest -flimsily -flimsiness -flimsinesses -flimsy -flinch -flinched -flincher -flinchers -flinches -flinching -flinder -flinders -fling -flinger -flingers -flinging -flings -flint -flinted -flintier -flintiest -flintily -flinting -flints -flinty -flip -flippancies -flippancy -flippant -flipped -flipper -flippers -flippest -flipping -flips -flirt -flirtation -flirtations -flirtatious -flirted -flirter -flirters -flirtier -flirtiest -flirting -flirts -flirty -flit -flitch -flitched -flitches -flitching -flite -flited -flites -fliting -flits -flitted -flitter -flittered -flittering -flitters -flitting -flivver -flivvers -float -floatage -floatages -floated -floater -floaters -floatier -floatiest -floating -floats -floaty -floc -flocced -flocci -floccing -floccose -floccule -floccules -flocculi -floccus -flock -flocked -flockier -flockiest -flocking -flockings -flocks -flocky -flocs -floe -floes -flog -flogged -flogger -floggers -flogging -floggings -flogs -flong -flongs -flood -flooded -flooder -flooders -flooding -floodlit -floods -floodwater -floodwaters -floodway -floodways -flooey -floor -floorage -floorages -floorboard -floorboards -floored -floorer -floorers -flooring -floorings -floors -floosies -floosy -floozie -floozies -floozy -flop -flopover -flopovers -flopped -flopper -floppers -floppier -floppiest -floppily -flopping -floppy -flops -flora -florae -floral -florally -floras -florence -florences -floret -florets -florid -floridly -florigen -florigens -florin -florins -florist -florists -floruit -floruits -floss -flosses -flossie -flossier -flossies -flossiest -flossy -flota -flotage -flotages -flotas -flotation -flotations -flotilla -flotillas -flotsam -flotsams -flounce -flounced -flounces -flouncier -flounciest -flouncing -flouncy -flounder -floundered -floundering -flounders -flour -floured -flouring -flourish -flourished -flourishes -flourishing -flours -floury -flout -flouted -flouter -flouters -flouting -flouts -flow -flowage -flowages -flowchart -flowcharts -flowed -flower -flowered -flowerer -flowerers -floweret -flowerets -flowerier -floweriest -floweriness -flowerinesses -flowering -flowerless -flowerpot -flowerpots -flowers -flowery -flowing -flown -flows -flowsheet -flowsheets -flu -flub -flubbed -flubbing -flubdub -flubdubs -flubs -fluctuate -fluctuated -fluctuates -fluctuating -fluctuation -fluctuations -flue -flued -fluencies -fluency -fluent -fluently -flueric -fluerics -flues -fluff -fluffed -fluffier -fluffiest -fluffily -fluffing -fluffs -fluffy -fluid -fluidal -fluidic -fluidics -fluidise -fluidised -fluidises -fluidising -fluidities -fluidity -fluidize -fluidized -fluidizes -fluidizing -fluidly -fluidounce -fluidounces -fluidram -fluidrams -fluids -fluke -fluked -flukes -flukey -flukier -flukiest -fluking -fluky -flume -flumed -flumes -fluming -flummeries -flummery -flummox -flummoxed -flummoxes -flummoxing -flump -flumped -flumping -flumps -flung -flunk -flunked -flunker -flunkers -flunkey -flunkeys -flunkies -flunking -flunks -flunky -fluor -fluorene -fluorenes -fluoresce -fluoresced -fluorescence -fluorescences -fluorescent -fluoresces -fluorescing -fluoric -fluorid -fluoridate -fluoridated -fluoridates -fluoridating -fluoridation -fluoridations -fluoride -fluorides -fluorids -fluorin -fluorine -fluorines -fluorins -fluorite -fluorites -fluorocarbon -fluorocarbons -fluoroscope -fluoroscopes -fluoroscopic -fluoroscopies -fluoroscopist -fluoroscopists -fluoroscopy -fluors -flurried -flurries -flurry -flurrying -flus -flush -flushed -flusher -flushers -flushes -flushest -flushing -fluster -flustered -flustering -flusters -flute -fluted -fluter -fluters -flutes -flutier -flutiest -fluting -flutings -flutist -flutists -flutter -fluttered -fluttering -flutters -fluttery -fluty -fluvial -flux -fluxed -fluxes -fluxing -fluxion -fluxions -fluyt -fluyts -fly -flyable -flyaway -flyaways -flybelt -flybelts -flyblew -flyblow -flyblowing -flyblown -flyblows -flyboat -flyboats -flyby -flybys -flyer -flyers -flying -flyings -flyleaf -flyleaves -flyman -flymen -flyover -flyovers -flypaper -flypapers -flypast -flypasts -flysch -flysches -flyspeck -flyspecked -flyspecking -flyspecks -flyte -flyted -flytes -flytier -flytiers -flyting -flytings -flytrap -flytraps -flyway -flyways -flywheel -flywheels -foal -foaled -foaling -foals -foam -foamed -foamer -foamers -foamier -foamiest -foamily -foaming -foamless -foamlike -foams -foamy -fob -fobbed -fobbing -fobs -focal -focalise -focalised -focalises -focalising -focalize -focalized -focalizes -focalizing -focally -foci -focus -focused -focuser -focusers -focuses -focusing -focussed -focusses -focussing -fodder -foddered -foddering -fodders -fodgel -foe -foehn -foehns -foeman -foemen -foes -foetal -foetid -foetor -foetors -foetus -foetuses -fog -fogbound -fogbow -fogbows -fogdog -fogdogs -fogey -fogeys -fogfruit -fogfruits -foggage -foggages -fogged -fogger -foggers -foggier -foggiest -foggily -fogging -foggy -foghorn -foghorns -fogie -fogies -fogless -fogs -fogy -fogyish -fogyism -fogyisms -foh -fohn -fohns -foible -foibles -foil -foilable -foiled -foiling -foils -foilsman -foilsmen -foin -foined -foining -foins -foison -foisons -foist -foisted -foisting -foists -folacin -folacins -folate -folates -fold -foldable -foldaway -foldboat -foldboats -folded -folder -folderol -folderols -folders -folding -foldout -foldouts -folds -folia -foliage -foliaged -foliages -foliar -foliate -foliated -foliates -foliating -folic -folio -folioed -folioing -folios -foliose -folious -folium -foliums -folk -folkish -folklike -folklore -folklores -folklorist -folklorists -folkmoot -folkmoots -folkmot -folkmote -folkmotes -folkmots -folks -folksier -folksiest -folksily -folksy -folktale -folktales -folkway -folkways -folles -follicle -follicles -follies -follis -follow -followed -follower -followers -following -followings -follows -folly -foment -fomentation -fomentations -fomented -fomenter -fomenters -fomenting -foments -fon -fond -fondant -fondants -fonded -fonder -fondest -fonding -fondle -fondled -fondler -fondlers -fondles -fondling -fondlings -fondly -fondness -fondnesses -fonds -fondu -fondue -fondues -fondus -fons -font -fontal -fontanel -fontanels -fontina -fontinas -fonts -food -foodless -foods -foofaraw -foofaraws -fool -fooled -fooleries -foolery -foolfish -foolfishes -foolhardiness -foolhardinesses -foolhardy -fooling -foolish -foolisher -foolishest -foolishness -foolishnesses -foolproof -fools -foolscap -foolscaps -foot -footage -footages -football -footballs -footbath -footbaths -footboy -footboys -footbridge -footbridges -footed -footer -footers -footfall -footfalls -footgear -footgears -foothill -foothills -foothold -footholds -footier -footiest -footing -footings -footle -footled -footler -footlers -footles -footless -footlight -footlights -footlike -footling -footlocker -footlockers -footloose -footman -footmark -footmarks -footmen -footnote -footnoted -footnotes -footnoting -footpace -footpaces -footpad -footpads -footpath -footpaths -footprint -footprints -footrace -footraces -footrest -footrests -footrope -footropes -foots -footsie -footsies -footslog -footslogged -footslogging -footslogs -footsore -footstep -footsteps -footstool -footstools -footwall -footwalls -footway -footways -footwear -footwears -footwork -footworks -footworn -footy -foozle -foozled -foozler -foozlers -foozles -foozling -fop -fopped -fopperies -foppery -fopping -foppish -fops -for -fora -forage -foraged -forager -foragers -forages -foraging -foram -foramen -foramens -foramina -forams -foray -forayed -forayer -forayers -foraying -forays -forb -forbad -forbade -forbear -forbearance -forbearances -forbearing -forbears -forbid -forbidal -forbidals -forbidden -forbidding -forbids -forbode -forboded -forbodes -forboding -forbore -forborne -forbs -forby -forbye -force -forced -forcedly -forceful -forcefully -forceps -forcer -forcers -forces -forcible -forcibly -forcing -forcipes -ford -fordable -forded -fordid -fording -fordless -fordo -fordoes -fordoing -fordone -fords -fore -forearm -forearmed -forearming -forearms -forebay -forebays -forebear -forebears -forebode -foreboded -forebodes -forebodies -foreboding -forebodings -forebody -foreboom -forebooms -foreby -forebye -forecast -forecasted -forecaster -forecasters -forecasting -forecastle -forecastles -forecasts -foreclose -foreclosed -forecloses -foreclosing -foreclosure -foreclosures -foredate -foredated -foredates -foredating -foredeck -foredecks -foredid -foredo -foredoes -foredoing -foredone -foredoom -foredoomed -foredooming -foredooms -foreface -forefaces -forefather -forefathers -forefeel -forefeeling -forefeels -forefeet -forefelt -forefend -forefended -forefending -forefends -forefinger -forefingers -forefoot -forefront -forefronts -foregather -foregathered -foregathering -foregathers -forego -foregoer -foregoers -foregoes -foregoing -foregone -foreground -foregrounds -foregut -foreguts -forehand -forehands -forehead -foreheads -forehoof -forehoofs -forehooves -foreign -foreigner -foreigners -foreknew -foreknow -foreknowing -foreknowledge -foreknowledges -foreknown -foreknows -foreladies -forelady -foreland -forelands -foreleg -forelegs -forelimb -forelimbs -forelock -forelocks -foreman -foremast -foremasts -foremen -foremilk -foremilks -foremost -forename -forenames -forenoon -forenoons -forensic -forensics -foreordain -foreordained -foreordaining -foreordains -forepart -foreparts -forepast -forepaw -forepaws -forepeak -forepeaks -foreplay -foreplays -forequarter -forequarters -foreran -forerank -foreranks -forerun -forerunner -forerunners -forerunning -foreruns -fores -foresaid -foresail -foresails -foresaw -foresee -foreseeable -foreseeing -foreseen -foreseer -foreseers -foresees -foreshadow -foreshadowed -foreshadowing -foreshadows -foreshow -foreshowed -foreshowing -foreshown -foreshows -foreside -foresides -foresight -foresighted -foresightedness -foresightednesses -foresights -foreskin -foreskins -forest -forestal -forestall -forestalled -forestalling -forestalls -forestay -forestays -forested -forester -foresters -foresting -forestland -forestlands -forestries -forestry -forests -foreswear -foresweared -foreswearing -foreswears -foretaste -foretasted -foretastes -foretasting -foretell -foretelling -foretells -forethought -forethoughts -foretime -foretimes -foretold -foretop -foretops -forever -forevermore -forevers -forewarn -forewarned -forewarning -forewarns -forewent -forewing -forewings -foreword -forewords -foreworn -foreyard -foreyards -forfeit -forfeited -forfeiting -forfeits -forfeiture -forfeitures -forfend -forfended -forfending -forfends -forgat -forgather -forgathered -forgathering -forgathers -forgave -forge -forged -forger -forgeries -forgers -forgery -forges -forget -forgetful -forgetfully -forgets -forgetting -forging -forgings -forgivable -forgive -forgiven -forgiveness -forgivenesses -forgiver -forgivers -forgives -forgiving -forgo -forgoer -forgoers -forgoes -forgoing -forgone -forgot -forgotten -forint -forints -forjudge -forjudged -forjudges -forjudging -fork -forked -forkedly -forker -forkers -forkful -forkfuls -forkier -forkiest -forking -forkless -forklift -forklifts -forklike -forks -forksful -forky -forlorn -forlorner -forlornest -form -formable -formal -formaldehyde -formaldehydes -formalin -formalins -formalities -formality -formalize -formalized -formalizes -formalizing -formally -formals -formant -formants -format -formate -formates -formation -formations -formative -formats -formatted -formatting -forme -formed -formee -former -formerly -formers -formes -formful -formic -formidable -formidably -forming -formless -formol -formols -forms -formula -formulae -formulas -formulate -formulated -formulates -formulating -formulation -formulations -formyl -formyls -fornical -fornicate -fornicated -fornicates -fornicating -fornication -fornicator -fornicators -fornices -fornix -forrader -forrit -forsake -forsaken -forsaker -forsakers -forsakes -forsaking -forsook -forsooth -forspent -forswear -forswearing -forswears -forswore -forsworn -forsythia -forsythias -fort -forte -fortes -forth -forthcoming -forthright -forthrightness -forthrightnesses -forthwith -forties -fortieth -fortieths -fortification -fortifications -fortified -fortifies -fortify -fortifying -fortis -fortitude -fortitudes -fortnight -fortnightly -fortnights -fortress -fortressed -fortresses -fortressing -forts -fortuities -fortuitous -fortuity -fortunate -fortunately -fortune -fortuned -fortunes -fortuning -forty -forum -forums -forward -forwarded -forwarder -forwardest -forwarding -forwardness -forwardnesses -forwards -forwent -forwhy -forworn -forzando -forzandos -foss -fossa -fossae -fossate -fosse -fosses -fossette -fossettes -fossick -fossicked -fossicking -fossicks -fossil -fossilize -fossilized -fossilizes -fossilizing -fossils -foster -fostered -fosterer -fosterers -fostering -fosters -fou -fought -foughten -foul -foulard -foulards -fouled -fouler -foulest -fouling -foulings -foully -foulmouthed -foulness -foulnesses -fouls -found -foundation -foundational -foundations -founded -founder -foundered -foundering -founders -founding -foundling -foundlings -foundries -foundry -founds -fount -fountain -fountained -fountaining -fountains -founts -four -fourchee -fourfold -fourgon -fourgons -fours -fourscore -foursome -foursomes -fourteen -fourteens -fourteenth -fourteenths -fourth -fourthly -fourths -fovea -foveae -foveal -foveate -foveated -foveola -foveolae -foveolar -foveolas -foveole -foveoles -foveolet -foveolets -fowl -fowled -fowler -fowlers -fowling -fowlings -fowlpox -fowlpoxes -fowls -fox -foxed -foxes -foxfire -foxfires -foxfish -foxfishes -foxglove -foxgloves -foxhole -foxholes -foxhound -foxhounds -foxier -foxiest -foxily -foxiness -foxinesses -foxing -foxings -foxlike -foxskin -foxskins -foxtail -foxtails -foxy -foy -foyer -foyers -foys -fozier -foziest -foziness -fozinesses -fozy -fracas -fracases -fracted -fraction -fractional -fractionally -fractionated -fractioned -fractioning -fractions -fractur -fracture -fractured -fractures -fracturing -fracturs -frae -fraena -fraenum -fraenums -frag -fragged -fragging -fraggings -fragile -fragilities -fragility -fragment -fragmentary -fragmentation -fragmentations -fragmented -fragmenting -fragments -fragrant -fragrantly -frags -frail -frailer -frailest -frailly -frails -frailties -frailty -fraise -fraises -fraktur -frakturs -framable -frame -framed -framer -framers -frames -framework -frameworks -framing -franc -franchise -franchisee -franchisees -franchises -francium -franciums -francs -frangibilities -frangibility -frangible -frank -franked -franker -frankers -frankest -frankfort -frankforter -frankforters -frankforts -frankfurt -frankfurter -frankfurters -frankfurts -frankincense -frankincenses -franking -franklin -franklins -frankly -frankness -franknesses -franks -frantic -frantically -franticly -frap -frappe -frapped -frappes -frapping -fraps -frat -frater -fraternal -fraternally -fraternities -fraternity -fraternization -fraternizations -fraternize -fraternized -fraternizes -fraternizing -fraters -fratricidal -fratricide -fratricides -frats -fraud -frauds -fraudulent -fraudulently -fraught -fraughted -fraughting -fraughts -fraulein -frauleins -fray -frayed -fraying -frayings -frays -frazzle -frazzled -frazzles -frazzling -freak -freaked -freakier -freakiest -freakily -freaking -freakish -freakout -freakouts -freaks -freaky -freckle -freckled -freckles -frecklier -freckliest -freckling -freckly -free -freebee -freebees -freebie -freebies -freeboot -freebooted -freebooter -freebooters -freebooting -freeboots -freeborn -freed -freedman -freedmen -freedom -freedoms -freeform -freehand -freehold -freeholds -freeing -freeload -freeloaded -freeloader -freeloaders -freeloading -freeloads -freely -freeman -freemen -freeness -freenesses -freer -freers -frees -freesia -freesias -freest -freestanding -freeway -freeways -freewill -freeze -freezer -freezers -freezes -freezing -freight -freighted -freighter -freighters -freighting -freights -fremd -fremitus -fremituses -frena -french -frenched -frenches -frenching -frenetic -frenetically -frenetics -frenula -frenulum -frenum -frenums -frenzied -frenzies -frenzily -frenzy -frenzying -frequencies -frequency -frequent -frequented -frequenter -frequenters -frequentest -frequenting -frequently -frequents -frere -freres -fresco -frescoed -frescoer -frescoers -frescoes -frescoing -frescos -fresh -freshed -freshen -freshened -freshening -freshens -fresher -freshes -freshest -freshet -freshets -freshing -freshly -freshman -freshmen -freshness -freshnesses -freshwater -fresnel -fresnels -fret -fretful -fretfully -fretfulness -fretfulnesses -fretless -frets -fretsaw -fretsaws -fretsome -fretted -frettier -frettiest -fretting -fretty -fretwork -fretworks -friable -friar -friaries -friarly -friars -friary -fribble -fribbled -fribbler -fribblers -fribbles -fribbling -fricando -fricandoes -fricassee -fricassees -friction -frictional -frictions -fridge -fridges -fried -friend -friended -friending -friendless -friendlier -friendlies -friendliest -friendliness -friendlinesses -friendly -friends -friendship -friendships -frier -friers -fries -frieze -friezes -frig -frigate -frigates -frigged -frigging -fright -frighted -frighten -frightened -frightening -frightens -frightful -frightfully -frightfulness -frightfulnesses -frighting -frights -frigid -frigidities -frigidity -frigidly -frigs -frijol -frijole -frijoles -frill -frilled -friller -frillers -frillier -frilliest -frilling -frillings -frills -frilly -fringe -fringed -fringes -fringier -fringiest -fringing -fringy -fripperies -frippery -frise -frises -frisette -frisettes -friseur -friseurs -frisk -frisked -frisker -friskers -frisket -friskets -friskier -friskiest -friskily -friskiness -friskinesses -frisking -frisks -frisky -frisson -frissons -frit -frith -friths -frits -fritt -fritted -fritter -frittered -frittering -fritters -fritting -fritts -frivol -frivoled -frivoler -frivolers -frivoling -frivolities -frivolity -frivolled -frivolling -frivolous -frivolously -frivols -friz -frized -frizer -frizers -frizes -frizette -frizettes -frizing -frizz -frizzed -frizzer -frizzers -frizzes -frizzier -frizziest -frizzily -frizzing -frizzle -frizzled -frizzler -frizzlers -frizzles -frizzlier -frizzliest -frizzling -frizzly -frizzy -fro -frock -frocked -frocking -frocks -froe -froes -frog -frogeye -frogeyed -frogeyes -frogfish -frogfishes -frogged -froggier -froggiest -frogging -froggy -froglike -frogman -frogmen -frogs -frolic -frolicked -frolicking -frolicky -frolics -frolicsome -from -fromage -fromages -fromenties -fromenty -frond -fronded -frondeur -frondeurs -frondose -fronds -frons -front -frontage -frontages -frontal -frontals -fronted -fronter -frontes -frontier -frontiers -frontiersman -frontiersmen -fronting -frontispiece -frontispieces -frontlet -frontlets -fronton -frontons -fronts -frore -frosh -frost -frostbit -frostbite -frostbites -frostbitten -frosted -frosteds -frostier -frostiest -frostily -frosting -frostings -frosts -frosty -froth -frothed -frothier -frothiest -frothily -frothing -froths -frothy -frottage -frottages -frotteur -frotteurs -froufrou -froufrous -frounce -frounced -frounces -frouncing -frouzier -frouziest -frouzy -frow -froward -frown -frowned -frowner -frowners -frowning -frowns -frows -frowsier -frowsiest -frowstier -frowstiest -frowsty -frowsy -frowzier -frowziest -frowzily -frowzy -froze -frozen -frozenly -fructified -fructifies -fructify -fructifying -fructose -fructoses -frug -frugal -frugalities -frugality -frugally -frugged -frugging -frugs -fruit -fruitage -fruitages -fruitcake -fruitcakes -fruited -fruiter -fruiters -fruitful -fruitfuller -fruitfullest -fruitfulness -fruitfulnesses -fruitier -fruitiest -fruiting -fruition -fruitions -fruitless -fruitlet -fruitlets -fruits -fruity -frumenties -frumenty -frump -frumpier -frumpiest -frumpily -frumpish -frumps -frumpy -frusta -frustrate -frustrated -frustrates -frustrating -frustratingly -frustration -frustrations -frustule -frustules -frustum -frustums -fry -fryer -fryers -frying -frypan -frypans -fub -fubbed -fubbing -fubs -fubsier -fubsiest -fubsy -fuchsia -fuchsias -fuchsin -fuchsine -fuchsines -fuchsins -fuci -fuck -fucked -fucking -fucks -fucoid -fucoidal -fucoids -fucose -fucoses -fucous -fucus -fucuses -fud -fuddle -fuddled -fuddles -fuddling -fudge -fudged -fudges -fudging -fuds -fuehrer -fuehrers -fuel -fueled -fueler -fuelers -fueling -fuelled -fueller -fuellers -fuelling -fuels -fug -fugacities -fugacity -fugal -fugally -fugato -fugatos -fugged -fuggier -fuggiest -fugging -fuggy -fugio -fugios -fugitive -fugitives -fugle -fugled -fugleman -fuglemen -fugles -fugling -fugs -fugue -fugued -fugues -fuguing -fuguist -fuguists -fuhrer -fuhrers -fuji -fujis -fulcra -fulcrum -fulcrums -fulfil -fulfill -fulfilled -fulfilling -fulfillment -fulfillments -fulfills -fulfils -fulgent -fulgid -fulham -fulhams -full -fullam -fullams -fullback -fullbacks -fulled -fuller -fullered -fulleries -fullering -fullers -fullery -fullest -fullface -fullfaces -fulling -fullness -fullnesses -fulls -fully -fulmar -fulmars -fulmine -fulmined -fulmines -fulminic -fulmining -fulness -fulnesses -fulsome -fulvous -fumarase -fumarases -fumarate -fumarates -fumaric -fumarole -fumaroles -fumatories -fumatory -fumble -fumbled -fumbler -fumblers -fumbles -fumbling -fume -fumed -fumeless -fumelike -fumer -fumers -fumes -fumet -fumets -fumette -fumettes -fumier -fumiest -fumigant -fumigants -fumigate -fumigated -fumigates -fumigating -fumigation -fumigations -fuming -fumitories -fumitory -fumuli -fumulus -fumy -fun -function -functional -functionally -functionaries -functionary -functioned -functioning -functionless -functions -functor -functors -fund -fundamental -fundamentally -fundamentals -funded -fundi -fundic -funding -funds -fundus -funeral -funerals -funerary -funereal -funest -funfair -funfairs -fungal -fungals -fungi -fungible -fungibles -fungic -fungicidal -fungicide -fungicides -fungo -fungoes -fungoid -fungoids -fungous -fungus -funguses -funicle -funicles -funiculi -funk -funked -funker -funkers -funkia -funkias -funkier -funkiest -funking -funks -funky -funned -funnel -funneled -funneling -funnelled -funnelling -funnels -funnier -funnies -funniest -funnily -funning -funny -funnyman -funnymen -funs -fur -furan -furane -furanes -furanose -furanoses -furans -furbelow -furbelowed -furbelowing -furbelows -furbish -furbished -furbishes -furbishing -furcate -furcated -furcates -furcating -furcraea -furcraeas -furcula -furculae -furcular -furculum -furfur -furfural -furfurals -furfuran -furfurans -furfures -furibund -furies -furioso -furious -furiously -furl -furlable -furled -furler -furlers -furless -furling -furlong -furlongs -furlough -furloughed -furloughing -furloughs -furls -furmenties -furmenty -furmeties -furmety -furmities -furmity -furnace -furnaced -furnaces -furnacing -furnish -furnished -furnishes -furnishing -furnishings -furniture -furnitures -furor -furore -furores -furors -furred -furrier -furrieries -furriers -furriery -furriest -furrily -furriner -furriners -furring -furrings -furrow -furrowed -furrower -furrowers -furrowing -furrows -furrowy -furry -furs -further -furthered -furthering -furthermore -furthermost -furthers -furthest -furtive -furtively -furtiveness -furtivenesses -furuncle -furuncles -fury -furze -furzes -furzier -furziest -furzy -fusain -fusains -fuscous -fuse -fused -fusee -fusees -fusel -fuselage -fuselages -fuseless -fusels -fuses -fusible -fusibly -fusiform -fusil -fusile -fusileer -fusileers -fusilier -fusiliers -fusillade -fusillades -fusils -fusing -fusion -fusions -fuss -fussbudget -fussbudgets -fussed -fusser -fussers -fusses -fussier -fussiest -fussily -fussiness -fussinesses -fussing -fusspot -fusspots -fussy -fustian -fustians -fustic -fustics -fustier -fustiest -fustily -fusty -futharc -futharcs -futhark -futharks -futhorc -futhorcs -futhork -futhorks -futile -futilely -futilities -futility -futtock -futtocks -futural -future -futures -futurism -futurisms -futurist -futuristic -futurists -futurities -futurity -fuze -fuzed -fuzee -fuzees -fuzes -fuzil -fuzils -fuzing -fuzz -fuzzed -fuzzes -fuzzier -fuzziest -fuzzily -fuzziness -fuzzinesses -fuzzing -fuzzy -fyce -fyces -fyke -fykes -fylfot -fylfots -fytte -fyttes -gab -gabardine -gabardines -gabbard -gabbards -gabbart -gabbarts -gabbed -gabber -gabbers -gabbier -gabbiest -gabbing -gabble -gabbled -gabbler -gabblers -gabbles -gabbling -gabbro -gabbroic -gabbroid -gabbros -gabby -gabelle -gabelled -gabelles -gabfest -gabfests -gabies -gabion -gabions -gable -gabled -gables -gabling -gaboon -gaboons -gabs -gaby -gad -gadabout -gadabouts -gadarene -gadded -gadder -gadders -gaddi -gadding -gaddis -gadflies -gadfly -gadget -gadgetries -gadgetry -gadgets -gadgety -gadi -gadid -gadids -gadis -gadoid -gadoids -gadroon -gadroons -gads -gadwall -gadwalls -gadzooks -gae -gaed -gaen -gaes -gaff -gaffe -gaffed -gaffer -gaffers -gaffes -gaffing -gaffs -gag -gaga -gage -gaged -gager -gagers -gages -gagged -gagger -gaggers -gagging -gaggle -gaggled -gaggles -gaggling -gaging -gagman -gagmen -gags -gagster -gagsters -gahnite -gahnites -gaieties -gaiety -gaily -gain -gainable -gained -gainer -gainers -gainful -gainfully -gaining -gainless -gainlier -gainliest -gainly -gains -gainsaid -gainsay -gainsayer -gainsayers -gainsaying -gainsays -gainst -gait -gaited -gaiter -gaiters -gaiting -gaits -gal -gala -galactic -galactorrhea -galago -galagos -galah -galahs -galangal -galangals -galas -galatea -galateas -galavant -galavanted -galavanting -galavants -galax -galaxes -galaxies -galaxy -galbanum -galbanums -gale -galea -galeae -galeas -galeate -galeated -galena -galenas -galenic -galenite -galenites -galere -galeres -gales -galilee -galilees -galiot -galiots -galipot -galipots -galivant -galivanted -galivanting -galivants -gall -gallant -gallanted -gallanting -gallantly -gallantries -gallantry -gallants -gallate -gallates -gallbladder -gallbladders -galleass -galleasses -galled -gallein -galleins -galleon -galleons -galleried -galleries -gallery -gallerying -galleta -galletas -galley -galleys -gallflies -gallfly -galliard -galliards -galliass -galliasses -gallic -gallican -gallied -gallies -galling -galliot -galliots -gallipot -gallipots -gallium -galliums -gallivant -gallivanted -gallivanting -gallivants -gallnut -gallnuts -gallon -gallons -galloon -galloons -galloot -galloots -gallop -galloped -galloper -gallopers -galloping -gallops -gallous -gallows -gallowses -galls -gallstone -gallstones -gallus -gallused -galluses -gally -gallying -galoot -galoots -galop -galopade -galopades -galops -galore -galores -galosh -galoshe -galoshed -galoshes -gals -galumph -galumphed -galumphing -galumphs -galvanic -galvanization -galvanizations -galvanize -galvanized -galvanizer -galvanizers -galvanizes -galvanizing -galyac -galyacs -galyak -galyaks -gam -gamashes -gamb -gamba -gambade -gambades -gambado -gambadoes -gambados -gambas -gambe -gambes -gambeson -gambesons -gambia -gambias -gambier -gambiers -gambir -gambirs -gambit -gambits -gamble -gambled -gambler -gamblers -gambles -gambling -gamboge -gamboges -gambol -gamboled -gamboling -gambolled -gambolling -gambols -gambrel -gambrels -gambs -gambusia -gambusias -game -gamecock -gamecocks -gamed -gamekeeper -gamekeepers -gamelan -gamelans -gamelike -gamely -gameness -gamenesses -gamer -games -gamesome -gamest -gamester -gamesters -gamete -gametes -gametic -gamey -gamic -gamier -gamiest -gamily -gamin -gamine -gamines -gaminess -gaminesses -gaming -gamings -gamins -gamma -gammadia -gammas -gammed -gammer -gammers -gamming -gammon -gammoned -gammoner -gammoners -gammoning -gammons -gamodeme -gamodemes -gamp -gamps -gams -gamut -gamuts -gamy -gan -gander -gandered -gandering -ganders -gane -ganef -ganefs -ganev -ganevs -gang -ganged -ganger -gangers -ganging -gangland -ganglands -ganglia -ganglial -gangliar -ganglier -gangliest -gangling -ganglion -ganglionic -ganglions -gangly -gangplank -gangplanks -gangplow -gangplows -gangrel -gangrels -gangrene -gangrened -gangrenes -gangrening -gangrenous -gangs -gangster -gangsters -gangue -gangues -gangway -gangways -ganister -ganisters -ganja -ganjas -gannet -gannets -ganof -ganofs -ganoid -ganoids -gantlet -gantleted -gantleting -gantlets -gantline -gantlines -gantlope -gantlopes -gantries -gantry -ganymede -ganymedes -gaol -gaoled -gaoler -gaolers -gaoling -gaols -gap -gape -gaped -gaper -gapers -gapes -gapeseed -gapeseeds -gapeworm -gapeworms -gaping -gapingly -gaposis -gaposises -gapped -gappier -gappiest -gapping -gappy -gaps -gapy -gar -garage -garaged -garages -garaging -garb -garbage -garbages -garbanzo -garbanzos -garbed -garbing -garble -garbled -garbler -garblers -garbles -garbless -garbling -garboard -garboards -garboil -garboils -garbs -garcon -garcons -gardant -garden -gardened -gardener -gardeners -gardenia -gardenias -gardening -gardens -gardyloo -garfish -garfishes -garganey -garganeys -gargantuan -garget -gargets -gargety -gargle -gargled -gargler -garglers -gargles -gargling -gargoyle -gargoyles -garish -garishly -garland -garlanded -garlanding -garlands -garlic -garlicky -garlics -garment -garmented -garmenting -garments -garner -garnered -garnering -garners -garnet -garnets -garnish -garnished -garnishee -garnisheed -garnishees -garnisheing -garnishes -garnishing -garnishment -garnishments -garote -garoted -garotes -garoting -garotte -garotted -garotter -garotters -garottes -garotting -garpike -garpikes -garred -garret -garrets -garring -garrison -garrisoned -garrisoning -garrisons -garron -garrons -garrote -garroted -garroter -garroters -garrotes -garroting -garrotte -garrotted -garrottes -garrotting -garrulities -garrulity -garrulous -garrulously -garrulousness -garrulousnesses -gars -garter -gartered -gartering -garters -garth -garths -garvey -garveys -gas -gasalier -gasaliers -gasbag -gasbags -gascon -gascons -gaselier -gaseliers -gaseous -gases -gash -gashed -gasher -gashes -gashest -gashing -gashouse -gashouses -gasified -gasifier -gasifiers -gasifies -gasiform -gasify -gasifying -gasket -gaskets -gaskin -gasking -gaskings -gaskins -gasless -gaslight -gaslights -gaslit -gasman -gasmen -gasogene -gasogenes -gasolene -gasolenes -gasolier -gasoliers -gasoline -gasolines -gasp -gasped -gasper -gaspers -gasping -gasps -gassed -gasser -gassers -gasses -gassier -gassiest -gassing -gassings -gassy -gast -gasted -gastight -gasting -gastness -gastnesses -gastraea -gastraeas -gastral -gastrea -gastreas -gastric -gastrin -gastrins -gastronomic -gastronomical -gastronomies -gastronomy -gastrula -gastrulae -gastrulas -gasts -gasworks -gat -gate -gated -gatefold -gatefolds -gatekeeper -gatekeepers -gateless -gatelike -gateman -gatemen -gatepost -gateposts -gates -gateway -gateways -gather -gathered -gatherer -gatherers -gathering -gatherings -gathers -gating -gats -gauche -gauchely -gaucher -gauchest -gaucho -gauchos -gaud -gauderies -gaudery -gaudier -gaudies -gaudiest -gaudily -gaudiness -gaudinesses -gauds -gaudy -gauffer -gauffered -gauffering -gauffers -gauge -gauged -gauger -gaugers -gauges -gauging -gault -gaults -gaum -gaumed -gauming -gaums -gaun -gaunt -gaunter -gauntest -gauntlet -gauntleted -gauntleting -gauntlets -gauntly -gauntness -gauntnesses -gauntries -gauntry -gaur -gaurs -gauss -gausses -gauze -gauzes -gauzier -gauziest -gauzy -gavage -gavages -gave -gavel -gaveled -gaveling -gavelled -gavelling -gavelock -gavelocks -gavels -gavial -gavials -gavot -gavots -gavotte -gavotted -gavottes -gavotting -gawk -gawked -gawker -gawkers -gawkier -gawkies -gawkiest -gawkily -gawking -gawkish -gawks -gawky -gawsie -gawsy -gay -gayal -gayals -gayer -gayest -gayeties -gayety -gayly -gayness -gaynesses -gays -gaywing -gaywings -gazabo -gazaboes -gazabos -gaze -gazebo -gazeboes -gazebos -gazed -gazelle -gazelles -gazer -gazers -gazes -gazette -gazetted -gazetteer -gazetteers -gazettes -gazetting -gazing -gazogene -gazogenes -gazpacho -gazpachos -gear -gearbox -gearboxes -gearcase -gearcases -geared -gearing -gearings -gearless -gears -gearshift -gearshifts -geck -gecked -gecking -gecko -geckoes -geckos -gecks -ged -geds -gee -geed -geegaw -geegaws -geeing -geek -geeks -geepound -geepounds -gees -geese -geest -geests -geezer -geezers -geisha -geishas -gel -gelable -gelada -geladas -gelant -gelants -gelate -gelated -gelates -gelatin -gelatine -gelatines -gelating -gelatinous -gelatins -gelation -gelations -geld -gelded -gelder -gelders -gelding -geldings -gelds -gelee -gelees -gelid -gelidities -gelidity -gelidly -gellant -gellants -gelled -gelling -gels -gelsemia -gelt -gelts -gem -geminal -geminate -geminated -geminates -geminating -gemlike -gemma -gemmae -gemmate -gemmated -gemmates -gemmating -gemmed -gemmier -gemmiest -gemmily -gemming -gemmule -gemmules -gemmy -gemologies -gemology -gemot -gemote -gemotes -gemots -gems -gemsbok -gemsboks -gemsbuck -gemsbucks -gemstone -gemstones -gendarme -gendarmes -gender -gendered -gendering -genders -gene -geneological -geneologically -geneologist -geneologists -geneology -genera -general -generalities -generality -generalizability -generalization -generalizations -generalize -generalized -generalizes -generalizing -generally -generals -generate -generated -generates -generating -generation -generations -generative -generator -generators -generic -generics -generosities -generosity -generous -generously -generousness -generousnesses -genes -geneses -genesis -genet -genetic -genetically -geneticist -geneticists -genetics -genets -genette -genettes -geneva -genevas -genial -genialities -geniality -genially -genic -genie -genies -genii -genip -genipap -genipaps -genips -genital -genitalia -genitally -genitals -genitive -genitives -genitor -genitors -genitourinary -geniture -genitures -genius -geniuses -genoa -genoas -genocide -genocides -genom -genome -genomes -genomic -genoms -genotype -genotypes -genre -genres -genro -genros -gens -genseng -gensengs -gent -genteel -genteeler -genteelest -gentes -gentian -gentians -gentil -gentile -gentiles -gentilities -gentility -gentle -gentled -gentlefolk -gentleman -gentlemen -gentleness -gentlenesses -gentler -gentles -gentlest -gentlewoman -gentlewomen -gentling -gently -gentrice -gentrices -gentries -gentry -gents -genu -genua -genuflect -genuflected -genuflecting -genuflection -genuflections -genuflects -genuine -genuinely -genuineness -genuinenesses -genus -genuses -geode -geodes -geodesic -geodesics -geodesies -geodesy -geodetic -geodic -geoduck -geoducks -geognosies -geognosy -geographer -geographers -geographic -geographical -geographically -geographies -geography -geoid -geoidal -geoids -geologer -geologers -geologic -geological -geologies -geologist -geologists -geology -geomancies -geomancy -geometer -geometers -geometric -geometrical -geometries -geometry -geophagies -geophagy -geophone -geophones -geophysical -geophysicist -geophysicists -geophysics -geophyte -geophytes -geoponic -georgic -georgics -geotaxes -geotaxis -geothermal -geothermic -gerah -gerahs -geranial -geranials -geraniol -geraniols -geranium -geraniums -gerardia -gerardias -gerbera -gerberas -gerbil -gerbille -gerbilles -gerbils -gerent -gerents -gerenuk -gerenuks -geriatric -geriatrics -germ -german -germane -germanic -germanium -germaniums -germans -germen -germens -germfree -germicidal -germicide -germicides -germier -germiest -germina -germinal -germinate -germinated -germinates -germinating -germination -germinations -germs -germy -gerontic -gerrymander -gerrymandered -gerrymandering -gerrymanders -gerund -gerunds -gesso -gessoes -gest -gestalt -gestalten -gestalts -gestapo -gestapos -gestate -gestated -gestates -gestating -geste -gestes -gestic -gestical -gests -gestural -gesture -gestured -gesturer -gesturers -gestures -gesturing -gesundheit -get -getable -getaway -getaways -gets -gettable -getter -gettered -gettering -getters -getting -getup -getups -geum -geums -gewgaw -gewgaws -gey -geyser -geysers -gharri -gharries -gharris -gharry -ghast -ghastful -ghastlier -ghastliest -ghastly -ghat -ghats -ghaut -ghauts -ghazi -ghazies -ghazis -ghee -ghees -gherao -gheraoed -gheraoes -gheraoing -gherkin -gherkins -ghetto -ghettoed -ghettoes -ghettoing -ghettos -ghi -ghibli -ghiblis -ghillie -ghillies -ghis -ghost -ghosted -ghostier -ghostiest -ghosting -ghostlier -ghostliest -ghostly -ghosts -ghostwrite -ghostwriter -ghostwriters -ghostwrites -ghostwritten -ghostwrote -ghosty -ghoul -ghoulish -ghouls -ghyll -ghylls -giant -giantess -giantesses -giantism -giantisms -giants -giaour -giaours -gib -gibbed -gibber -gibbered -gibbering -gibberish -gibberishes -gibbers -gibbet -gibbeted -gibbeting -gibbets -gibbetted -gibbetting -gibbing -gibbon -gibbons -gibbose -gibbous -gibbsite -gibbsites -gibe -gibed -giber -gibers -gibes -gibing -gibingly -giblet -giblets -gibs -gid -giddap -giddied -giddier -giddies -giddiest -giddily -giddiness -giddinesses -giddy -giddying -gids -gie -gied -gieing -gien -gies -gift -gifted -giftedly -gifting -giftless -gifts -gig -giga -gigabit -gigabits -gigantic -gigas -gigaton -gigatons -gigawatt -gigawatts -gigged -gigging -giggle -giggled -giggler -gigglers -giggles -gigglier -giggliest -giggling -giggly -gighe -giglet -giglets -giglot -giglots -gigolo -gigolos -gigot -gigots -gigs -gigue -gigues -gilbert -gilberts -gild -gilded -gilder -gilders -gildhall -gildhalls -gilding -gildings -gilds -gill -gilled -giller -gillers -gillie -gillied -gillies -gilling -gillnet -gillnets -gillnetted -gillnetting -gills -gilly -gillying -gilt -gilthead -giltheads -gilts -gimbal -gimbaled -gimbaling -gimballed -gimballing -gimbals -gimcrack -gimcracks -gimel -gimels -gimlet -gimleted -gimleting -gimlets -gimmal -gimmals -gimmick -gimmicked -gimmicking -gimmicks -gimmicky -gimp -gimped -gimpier -gimpiest -gimping -gimps -gimpy -gin -gingal -gingall -gingalls -gingals -gingeley -gingeleys -gingeli -gingelies -gingelis -gingellies -gingelly -gingely -ginger -gingerbread -gingerbreads -gingered -gingering -gingerly -gingers -gingery -gingham -ginghams -gingili -gingilis -gingiva -gingivae -gingival -gingivitis -gingivitises -gingko -gingkoes -gink -ginkgo -ginkgoes -ginks -ginned -ginner -ginners -ginnier -ginniest -ginning -ginnings -ginny -gins -ginseng -ginsengs -gip -gipon -gipons -gipped -gipper -gippers -gipping -gips -gipsied -gipsies -gipsy -gipsying -giraffe -giraffes -girasol -girasole -girasoles -girasols -gird -girded -girder -girders -girding -girdle -girdled -girdler -girdlers -girdles -girdling -girds -girl -girlhood -girlhoods -girlie -girlies -girlish -girls -girly -girn -girned -girning -girns -giro -giron -girons -giros -girosol -girosols -girsh -girshes -girt -girted -girth -girthed -girthing -girths -girting -girts -gisarme -gisarmes -gismo -gismos -gist -gists -git -gitano -gitanos -gittern -gitterns -give -giveable -giveaway -giveaways -given -givens -giver -givers -gives -giving -gizmo -gizmos -gizzard -gizzards -gjetost -gjetosts -glabella -glabellae -glabrate -glabrous -glace -glaceed -glaceing -glaces -glacial -glacially -glaciate -glaciated -glaciates -glaciating -glacier -glaciers -glacis -glacises -glad -gladded -gladden -gladdened -gladdening -gladdens -gladder -gladdest -gladding -glade -glades -gladiate -gladiator -gladiatorial -gladiators -gladier -gladiest -gladiola -gladiolas -gladioli -gladiolus -gladlier -gladliest -gladly -gladness -gladnesses -glads -gladsome -gladsomer -gladsomest -glady -glaiket -glaikit -glair -glaire -glaired -glaires -glairier -glairiest -glairing -glairs -glairy -glaive -glaived -glaives -glamor -glamorize -glamorized -glamorizes -glamorizing -glamorous -glamors -glamour -glamoured -glamouring -glamours -glance -glanced -glances -glancing -gland -glanders -glandes -glands -glandular -glandule -glandules -glans -glare -glared -glares -glarier -glariest -glaring -glaringly -glary -glass -glassblower -glassblowers -glassblowing -glassblowings -glassed -glasses -glassful -glassfuls -glassie -glassier -glassies -glassiest -glassily -glassine -glassines -glassing -glassman -glassmen -glassware -glasswares -glassy -glaucoma -glaucomas -glaucous -glaze -glazed -glazer -glazers -glazes -glazier -glazieries -glaziers -glaziery -glaziest -glazing -glazings -glazy -gleam -gleamed -gleamier -gleamiest -gleaming -gleams -gleamy -glean -gleanable -gleaned -gleaner -gleaners -gleaning -gleanings -gleans -gleba -glebae -glebe -glebes -gled -glede -gledes -gleds -glee -gleed -gleeds -gleeful -gleek -gleeked -gleeking -gleeks -gleeman -gleemen -glees -gleesome -gleet -gleeted -gleetier -gleetiest -gleeting -gleets -gleety -gleg -glegly -glegness -glegnesses -glen -glenlike -glenoid -glens -gley -gleys -gliadin -gliadine -gliadines -gliadins -glial -glib -glibber -glibbest -glibly -glibness -glibnesses -glide -glided -glider -gliders -glides -gliding -gliff -gliffs -glim -glime -glimed -glimes -gliming -glimmer -glimmered -glimmering -glimmers -glimpse -glimpsed -glimpser -glimpsers -glimpses -glimpsing -glims -glint -glinted -glinting -glints -glioma -gliomas -gliomata -glissade -glissaded -glissades -glissading -glisten -glistened -glistening -glistens -glister -glistered -glistering -glisters -glitch -glitches -glitter -glittered -glittering -glitters -glittery -gloam -gloaming -gloamings -gloams -gloat -gloated -gloater -gloaters -gloating -gloats -glob -global -globally -globate -globated -globe -globed -globes -globin -globing -globins -globoid -globoids -globose -globous -globs -globular -globule -globules -globulin -globulins -glochid -glochids -glockenspiel -glockenspiels -glogg -gloggs -glom -glomera -glommed -glomming -gloms -glomus -gloom -gloomed -gloomful -gloomier -gloomiest -gloomily -gloominess -gloominesses -glooming -gloomings -glooms -gloomy -glop -glops -gloria -glorias -gloried -glories -glorification -glorifications -glorified -glorifies -glorify -glorifying -gloriole -glorioles -glorious -gloriously -glory -glorying -gloss -glossa -glossae -glossal -glossarial -glossaries -glossary -glossas -glossed -glosseme -glossemes -glosser -glossers -glosses -glossier -glossies -glossiest -glossily -glossina -glossinas -glossiness -glossinesses -glossing -glossy -glost -glosts -glottal -glottic -glottides -glottis -glottises -glout -glouted -glouting -glouts -glove -gloved -glover -glovers -gloves -gloving -glow -glowed -glower -glowered -glowering -glowers -glowflies -glowfly -glowing -glows -glowworm -glowworms -gloxinia -gloxinias -gloze -glozed -glozes -glozing -glucagon -glucagons -glucinic -glucinum -glucinums -glucose -glucoses -glucosic -glue -glued -glueing -gluelike -gluer -gluers -glues -gluey -gluier -gluiest -gluily -gluing -glum -glume -glumes -glumly -glummer -glummest -glumness -glumnesses -glumpier -glumpiest -glumpily -glumpy -glunch -glunched -glunches -glunching -glut -gluteal -glutei -glutelin -glutelins -gluten -glutens -gluteus -glutinous -gluts -glutted -glutting -glutton -gluttonies -gluttonous -gluttons -gluttony -glycan -glycans -glyceric -glycerin -glycerine -glycerines -glycerins -glycerol -glycerols -glyceryl -glyceryls -glycin -glycine -glycines -glycins -glycogen -glycogens -glycol -glycolic -glycols -glyconic -glyconics -glycosyl -glycosyls -glycyl -glycyls -glyph -glyphic -glyphs -glyptic -glyptics -gnar -gnarl -gnarled -gnarlier -gnarliest -gnarling -gnarls -gnarly -gnarr -gnarred -gnarring -gnarrs -gnars -gnash -gnashed -gnashes -gnashing -gnat -gnathal -gnathic -gnathion -gnathions -gnathite -gnathites -gnatlike -gnats -gnattier -gnattiest -gnatty -gnaw -gnawable -gnawed -gnawer -gnawers -gnawing -gnawings -gnawn -gnaws -gneiss -gneisses -gneissic -gnocchi -gnome -gnomes -gnomic -gnomical -gnomish -gnomist -gnomists -gnomon -gnomonic -gnomons -gnoses -gnosis -gnostic -gnu -gnus -go -goa -goad -goaded -goading -goadlike -goads -goal -goaled -goalie -goalies -goaling -goalkeeper -goalkeepers -goalless -goalpost -goalposts -goals -goas -goat -goatee -goateed -goatees -goatfish -goatfishes -goatherd -goatherds -goatish -goatlike -goats -goatskin -goatskins -gob -goban -gobang -gobangs -gobans -gobbed -gobbet -gobbets -gobbing -gobble -gobbled -gobbledegook -gobbledegooks -gobbledygook -gobbledygooks -gobbler -gobblers -gobbles -gobbling -gobies -gobioid -gobioids -goblet -goblets -goblin -goblins -gobo -goboes -gobonee -gobony -gobos -gobs -goby -god -godchild -godchildren -goddam -goddammed -goddamming -goddamn -goddamned -goddamning -goddamns -goddams -goddaughter -goddaughters -godded -goddess -goddesses -godding -godfather -godfathers -godhead -godheads -godhood -godhoods -godless -godlessness -godlessnesses -godlier -godliest -godlike -godlily -godling -godlings -godly -godmother -godmothers -godown -godowns -godparent -godparents -godroon -godroons -gods -godsend -godsends -godship -godships -godson -godsons -godwit -godwits -goer -goers -goes -goethite -goethites -goffer -goffered -goffering -goffers -goggle -goggled -goggler -gogglers -goggles -gogglier -goggliest -goggling -goggly -goglet -goglets -gogo -gogos -going -goings -goiter -goiters -goitre -goitres -goitrous -golconda -golcondas -gold -goldarn -goldarns -goldbrick -goldbricked -goldbricking -goldbricks -goldbug -goldbugs -golden -goldener -goldenest -goldenly -goldenrod -golder -goldest -goldeye -goldeyes -goldfinch -goldfinches -goldfish -goldfishes -golds -goldsmith -goldstein -goldurn -goldurns -golem -golems -golf -golfed -golfer -golfers -golfing -golfings -golfs -golgotha -golgothas -goliard -goliards -golliwog -golliwogs -golly -golosh -goloshes -gombo -gombos -gombroon -gombroons -gomeral -gomerals -gomerel -gomerels -gomeril -gomerils -gomuti -gomutis -gonad -gonadal -gonadial -gonadic -gonads -gondola -gondolas -gondolier -gondoliers -gone -goneness -gonenesses -goner -goners -gonfalon -gonfalons -gonfanon -gonfanons -gong -gonged -gonging -gonglike -gongs -gonia -gonidia -gonidial -gonidic -gonidium -gonif -gonifs -gonion -gonium -gonocyte -gonocytes -gonof -gonofs -gonoph -gonophs -gonopore -gonopores -gonorrhea -gonorrheal -gonorrheas -goo -goober -goobers -good -goodby -goodbye -goodbyes -goodbys -goodies -goodish -goodlier -goodliest -goodly -goodman -goodmen -goodness -goodnesses -goods -goodwife -goodwill -goodwills -goodwives -goody -gooey -goof -goofball -goofballs -goofed -goofier -goofiest -goofily -goofiness -goofinesses -goofing -goofs -goofy -googlies -googly -googol -googolplex -googolplexes -googols -gooier -gooiest -gook -gooks -gooky -goon -gooney -gooneys -goonie -goonies -goons -goony -goop -goops -gooral -goorals -goos -goose -gooseberries -gooseberry -goosed -gooseflesh -goosefleshes -gooses -goosey -goosier -goosiest -goosing -goosy -gopher -gophers -gor -goral -gorals -gorbellies -gorbelly -gorblimy -gorcock -gorcocks -gore -gored -gores -gorge -gorged -gorgedly -gorgeous -gorger -gorgerin -gorgerins -gorgers -gorges -gorget -gorgeted -gorgets -gorging -gorgon -gorgons -gorhen -gorhens -gorier -goriest -gorilla -gorillas -gorily -goriness -gorinesses -goring -gormand -gormands -gorse -gorses -gorsier -gorsiest -gorsy -gory -gosh -goshawk -goshawks -gosling -goslings -gospel -gospeler -gospelers -gospels -gosport -gosports -gossamer -gossamers -gossan -gossans -gossip -gossiped -gossiper -gossipers -gossiping -gossipped -gossipping -gossipries -gossipry -gossips -gossipy -gossoon -gossoons -gossypol -gossypols -got -gothic -gothics -gothite -gothites -gotten -gouache -gouaches -gouge -gouged -gouger -gougers -gouges -gouging -goulash -goulashes -gourami -gouramis -gourd -gourde -gourdes -gourds -gourmand -gourmands -gourmet -gourmets -gout -goutier -goutiest -goutily -gouts -gouty -govern -governed -governess -governesses -governing -government -governmental -governments -governor -governors -governorship -governorships -governs -gowan -gowaned -gowans -gowany -gowd -gowds -gowk -gowks -gown -gowned -gowning -gowns -gownsman -gownsmen -gox -goxes -goy -goyim -goyish -goys -graal -graals -grab -grabbed -grabber -grabbers -grabbier -grabbiest -grabbing -grabble -grabbled -grabbler -grabblers -grabbles -grabbling -grabby -graben -grabens -grabs -grace -graced -graceful -gracefuller -gracefullest -gracefully -gracefulness -gracefulnesses -graceless -graces -gracile -graciles -gracilis -gracing -gracioso -graciosos -gracious -graciously -graciousness -graciousnesses -grackle -grackles -grad -gradable -gradate -gradated -gradates -gradating -grade -graded -grader -graders -grades -gradient -gradients -gradin -gradine -gradines -grading -gradins -grads -gradual -gradually -graduals -graduand -graduands -graduate -graduated -graduates -graduating -graduation -graduations -gradus -graduses -graecize -graecized -graecizes -graecizing -graffiti -graffito -graft -graftage -graftages -grafted -grafter -grafters -grafting -grafts -graham -grail -grails -grain -grained -grainer -grainers -grainfield -grainfields -grainier -grainiest -graining -grains -grainy -gram -grama -gramaries -gramary -gramarye -gramaryes -gramas -gramercies -gramercy -grammar -grammarian -grammarians -grammars -grammatical -grammatically -gramme -grammes -gramp -gramps -grampus -grampuses -grams -grana -granaries -granary -grand -grandad -grandads -grandam -grandame -grandames -grandams -grandchild -grandchildren -granddad -granddads -granddaughter -granddaughters -grandee -grandees -grander -grandest -grandeur -grandeurs -grandfather -grandfathers -grandiose -grandiosely -grandly -grandma -grandmas -grandmother -grandmothers -grandness -grandnesses -grandpa -grandparent -grandparents -grandpas -grands -grandsir -grandsirs -grandson -grandsons -grandstand -grandstands -grange -granger -grangers -granges -granite -granites -granitic -grannie -grannies -granny -grant -granted -grantee -grantees -granter -granters -granting -grantor -grantors -grants -granular -granularities -granularity -granulate -granulated -granulates -granulating -granulation -granulations -granule -granules -granum -grape -graperies -grapery -grapes -grapevine -grapevines -graph -graphed -grapheme -graphemes -graphic -graphically -graphics -graphing -graphite -graphites -graphs -grapier -grapiest -graplin -grapline -graplines -graplins -grapnel -grapnels -grappa -grappas -grapple -grappled -grappler -grapplers -grapples -grappling -grapy -grasp -grasped -grasper -graspers -grasping -grasps -grass -grassed -grasses -grasshopper -grasshoppers -grassier -grassiest -grassily -grassing -grassland -grasslands -grassy -grat -grate -grated -grateful -gratefuller -gratefullest -gratefullies -gratefully -gratefulness -gratefulnesses -grater -graters -grates -gratification -gratifications -gratified -gratifies -gratify -gratifying -gratin -grating -gratings -gratins -gratis -gratitude -gratuities -gratuitous -gratuity -graupel -graupels -gravamen -gravamens -gravamina -grave -graved -gravel -graveled -graveling -gravelled -gravelling -gravelly -gravels -gravely -graven -graveness -gravenesses -graver -gravers -graves -gravest -gravestone -gravestones -graveyard -graveyards -gravid -gravida -gravidae -gravidas -gravidly -gravies -graving -gravitate -gravitated -gravitates -gravitating -gravitation -gravitational -gravitationally -gravitations -gravitative -gravities -graviton -gravitons -gravity -gravure -gravures -gravy -gray -grayback -graybacks -grayed -grayer -grayest -grayfish -grayfishes -graying -grayish -graylag -graylags -grayling -graylings -grayly -grayness -graynesses -grayout -grayouts -grays -grazable -graze -grazed -grazer -grazers -grazes -grazier -graziers -grazing -grazings -grazioso -grease -greased -greaser -greasers -greases -greasier -greasiest -greasily -greasing -greasy -great -greaten -greatened -greatening -greatens -greater -greatest -greatly -greatness -greatnesses -greats -greave -greaved -greaves -grebe -grebes -grecize -grecized -grecizes -grecizing -gree -greed -greedier -greediest -greedily -greediness -greedinesses -greeds -greedy -greegree -greegrees -greeing -greek -green -greenbug -greenbugs -greened -greener -greeneries -greenery -greenest -greenflies -greenfly -greenhorn -greenhorns -greenhouse -greenhouses -greenier -greeniest -greening -greenings -greenish -greenlet -greenlets -greenly -greenness -greennesses -greens -greenth -greenths -greeny -grees -greet -greeted -greeter -greeters -greeting -greetings -greets -gregarious -gregariously -gregariousness -gregariousnesses -grego -gregos -greige -greiges -greisen -greisens -gremial -gremials -gremlin -gremlins -gremmie -gremmies -gremmy -grenade -grenades -grew -grewsome -grewsomer -grewsomest -grey -greyed -greyer -greyest -greyhen -greyhens -greyhound -greyhounds -greying -greyish -greylag -greylags -greyly -greyness -greynesses -greys -gribble -gribbles -grid -griddle -griddled -griddles -griddling -gride -grided -grides -griding -gridiron -gridirons -grids -grief -griefs -grievance -grievances -grievant -grievants -grieve -grieved -griever -grievers -grieves -grieving -grievous -grievously -griff -griffe -griffes -griffin -griffins -griffon -griffons -griffs -grift -grifted -grifter -grifters -grifting -grifts -grig -grigri -grigris -grigs -grill -grillade -grillades -grillage -grillages -grille -grilled -griller -grillers -grilles -grilling -grills -grillwork -grillworks -grilse -grilses -grim -grimace -grimaced -grimacer -grimacers -grimaces -grimacing -grime -grimed -grimes -grimier -grimiest -grimily -griming -grimly -grimmer -grimmest -grimness -grimnesses -grimy -grin -grind -grinded -grinder -grinderies -grinders -grindery -grinding -grinds -grindstone -grindstones -gringo -gringos -grinned -grinner -grinners -grinning -grins -grip -gripe -griped -griper -gripers -gripes -gripey -gripier -gripiest -griping -grippe -gripped -gripper -grippers -grippes -grippier -grippiest -gripping -gripple -grippy -grips -gripsack -gripsacks -gript -gripy -griseous -grisette -grisettes -griskin -griskins -grislier -grisliest -grisly -grison -grisons -grist -gristle -gristles -gristlier -gristliest -gristly -gristmill -gristmills -grists -grit -grith -griths -grits -gritted -grittier -grittiest -grittily -gritting -gritty -grivet -grivets -grizzle -grizzled -grizzler -grizzlers -grizzles -grizzlier -grizzlies -grizzliest -grizzling -grizzly -groan -groaned -groaner -groaners -groaning -groans -groat -groats -grocer -groceries -grocers -grocery -grog -groggeries -groggery -groggier -groggiest -groggily -grogginess -grogginesses -groggy -grogram -grograms -grogs -grogshop -grogshops -groin -groined -groining -groins -grommet -grommets -gromwell -gromwells -groom -groomed -groomer -groomers -grooming -grooms -groove -grooved -groover -groovers -grooves -groovier -grooviest -grooving -groovy -grope -groped -groper -gropers -gropes -groping -grosbeak -grosbeaks -groschen -gross -grossed -grosser -grossers -grosses -grossest -grossing -grossly -grossness -grossnesses -grosz -groszy -grot -grotesque -grotesquely -grots -grotto -grottoes -grottos -grouch -grouched -grouches -grouchier -grouchiest -grouching -grouchy -ground -grounded -grounder -grounders -groundhog -groundhogs -grounding -grounds -groundwater -groundwaters -groundwork -groundworks -group -grouped -grouper -groupers -groupie -groupies -grouping -groupings -groupoid -groupoids -groups -grouse -groused -grouser -grousers -grouses -grousing -grout -grouted -grouter -grouters -groutier -groutiest -grouting -grouts -grouty -grove -groved -grovel -groveled -groveler -grovelers -groveling -grovelled -grovelling -grovels -groves -grow -growable -grower -growers -growing -growl -growled -growler -growlers -growlier -growliest -growling -growls -growly -grown -grownup -grownups -grows -growth -growths -groyne -groynes -grub -grubbed -grubber -grubbers -grubbier -grubbiest -grubbily -grubbiness -grubbinesses -grubbing -grubby -grubs -grubstake -grubstakes -grubworm -grubworms -grudge -grudged -grudger -grudgers -grudges -grudging -gruel -grueled -grueler -gruelers -grueling -gruelings -gruelled -grueller -gruellers -gruelling -gruellings -gruels -gruesome -gruesomer -gruesomest -gruff -gruffed -gruffer -gruffest -gruffier -gruffiest -gruffily -gruffing -gruffish -gruffly -gruffs -gruffy -grugru -grugrus -grum -grumble -grumbled -grumbler -grumblers -grumbles -grumbling -grumbly -grume -grumes -grummer -grummest -grummet -grummets -grumose -grumous -grump -grumped -grumphie -grumphies -grumphy -grumpier -grumpiest -grumpily -grumping -grumpish -grumps -grumpy -grunion -grunions -grunt -grunted -grunter -grunters -grunting -gruntle -gruntled -gruntles -gruntling -grunts -grushie -grutch -grutched -grutches -grutching -grutten -gryphon -gryphons -guacharo -guacharoes -guacharos -guaco -guacos -guaiac -guaiacol -guaiacols -guaiacs -guaiacum -guaiacums -guaiocum -guaiocums -guan -guanaco -guanacos -guanase -guanases -guanidin -guanidins -guanin -guanine -guanines -guanins -guano -guanos -guans -guar -guarani -guaranies -guaranis -guarantee -guarantees -guarantied -guaranties -guarantor -guaranty -guarantying -guard -guardant -guardants -guarded -guarder -guarders -guardhouse -guardhouses -guardian -guardians -guardianship -guardianships -guarding -guardroom -guardrooms -guards -guars -guava -guavas -guayule -guayules -gubernatorial -guck -gucks -gude -gudes -gudgeon -gudgeoned -gudgeoning -gudgeons -guenon -guenons -guerdon -guerdoned -guerdoning -guerdons -guerilla -guerillas -guernsey -guernseys -guess -guessed -guesser -guessers -guesses -guessing -guest -guested -guesting -guests -guff -guffaw -guffawed -guffawing -guffaws -guffs -guggle -guggled -guggles -guggling -guglet -guglets -guid -guidable -guidance -guidances -guide -guidebook -guidebooks -guided -guideline -guidelines -guider -guiders -guides -guiding -guidon -guidons -guids -guild -guilder -guilders -guilds -guile -guiled -guileful -guileless -guilelessness -guilelessnesses -guiles -guiling -guillotine -guillotined -guillotines -guillotining -guilt -guiltier -guiltiest -guiltily -guiltiness -guiltinesses -guilts -guilty -guimpe -guimpes -guinea -guineas -guipure -guipures -guiro -guisard -guisards -guise -guised -guises -guising -guitar -guitars -gul -gular -gulch -gulches -gulden -guldens -gules -gulf -gulfed -gulfier -gulfiest -gulfing -gulflike -gulfs -gulfweed -gulfweeds -gulfy -gull -gullable -gullably -gulled -gullet -gullets -gulley -gulleys -gullible -gullibly -gullied -gullies -gulling -gulls -gully -gullying -gulosities -gulosity -gulp -gulped -gulper -gulpers -gulpier -gulpiest -gulping -gulps -gulpy -guls -gum -gumbo -gumboil -gumboils -gumbos -gumbotil -gumbotils -gumdrop -gumdrops -gumless -gumlike -gumma -gummas -gummata -gummed -gummer -gummers -gummier -gummiest -gumming -gummite -gummites -gummose -gummoses -gummosis -gummous -gummy -gumption -gumptions -gums -gumshoe -gumshoed -gumshoeing -gumshoes -gumtree -gumtrees -gumweed -gumweeds -gumwood -gumwoods -gun -gunboat -gunboats -gundog -gundogs -gunfight -gunfighter -gunfighters -gunfighting -gunfights -gunfire -gunfires -gunflint -gunflints -gunfought -gunk -gunks -gunless -gunlock -gunlocks -gunman -gunmen -gunmetal -gunmetals -gunned -gunnel -gunnels -gunnen -gunner -gunneries -gunners -gunnery -gunnies -gunning -gunnings -gunny -gunpaper -gunpapers -gunplay -gunplays -gunpoint -gunpoints -gunpowder -gunpowders -gunroom -gunrooms -guns -gunsel -gunsels -gunship -gunships -gunshot -gunshots -gunslinger -gunslingers -gunsmith -gunsmiths -gunstock -gunstocks -gunwale -gunwales -guppies -guppy -gurge -gurged -gurges -gurging -gurgle -gurgled -gurgles -gurglet -gurglets -gurgling -gurnard -gurnards -gurnet -gurnets -gurney -gurneys -gurries -gurry -gursh -gurshes -guru -gurus -guruship -guruships -gush -gushed -gusher -gushers -gushes -gushier -gushiest -gushily -gushing -gushy -gusset -gusseted -gusseting -gussets -gust -gustable -gustables -gustatory -gusted -gustier -gustiest -gustily -gusting -gustless -gusto -gustoes -gusts -gusty -gut -gutless -gutlike -guts -gutsier -gutsiest -gutsy -gutta -guttae -guttate -guttated -gutted -gutter -guttered -guttering -gutters -guttery -guttier -guttiest -gutting -guttle -guttled -guttler -guttlers -guttles -guttling -guttural -gutturals -gutty -guy -guyed -guyer -guying -guyot -guyots -guys -guzzle -guzzled -guzzler -guzzlers -guzzles -guzzling -gweduc -gweduck -gweducks -gweducs -gybe -gybed -gyber -gybes -gybing -gym -gymkhana -gymkhanas -gymnasia -gymnasium -gymnasiums -gymnast -gymnastic -gymnastics -gymnasts -gyms -gynaecea -gynaecia -gynandries -gynandry -gynarchies -gynarchy -gynecia -gynecic -gynecium -gynecoid -gynecologic -gynecological -gynecologies -gynecologist -gynecologists -gynecology -gynecomastia -gynecomasty -gyniatries -gyniatry -gynoecia -gyp -gypped -gypper -gyppers -gypping -gyps -gypseian -gypseous -gypsied -gypsies -gypsum -gypsums -gypsy -gypsydom -gypsydoms -gypsying -gypsyish -gypsyism -gypsyisms -gyral -gyrally -gyrate -gyrated -gyrates -gyrating -gyration -gyrations -gyrator -gyrators -gyratory -gyre -gyred -gyrene -gyrenes -gyres -gyri -gyring -gyro -gyrocompass -gyrocompasses -gyroidal -gyron -gyrons -gyros -gyroscope -gyroscopes -gyrose -gyrostat -gyrostats -gyrus -gyve -gyved -gyves -gyving -ha -haaf -haafs -haar -haars -habanera -habaneras -habdalah -habdalahs -haberdasher -haberdasheries -haberdashers -haberdashery -habile -habit -habitable -habitan -habitans -habitant -habitants -habitat -habitation -habitations -habitats -habited -habiting -habits -habitual -habitually -habitualness -habitualnesses -habituate -habituated -habituates -habituating -habitude -habitudes -habitue -habitues -habitus -habu -habus -hacek -haceks -hachure -hachured -hachures -hachuring -hacienda -haciendas -hack -hackbut -hackbuts -hacked -hackee -hackees -hacker -hackers -hackie -hackies -hacking -hackle -hackled -hackler -hacklers -hackles -hacklier -hackliest -hackling -hackly -hackman -hackmen -hackney -hackneyed -hackneying -hackneys -hacks -hacksaw -hacksaws -hackwork -hackworks -had -hadal -hadarim -haddest -haddock -haddocks -hade -haded -hades -hading -hadj -hadjee -hadjees -hadjes -hadji -hadjis -hadjs -hadron -hadronic -hadrons -hadst -hae -haed -haeing -haem -haemal -haematal -haematic -haematics -haematin -haematins -haemic -haemin -haemins -haemoid -haems -haen -haeredes -haeres -haes -haet -haets -haffet -haffets -haffit -haffits -hafis -hafiz -hafnium -hafniums -haft -haftarah -haftarahs -haftarot -haftaroth -hafted -hafter -hafters -hafting -haftorah -haftorahs -haftorot -haftoroth -hafts -hag -hagadic -hagadist -hagadists -hagberries -hagberry -hagborn -hagbush -hagbushes -hagbut -hagbuts -hagdon -hagdons -hagfish -hagfishes -haggadic -haggard -haggardly -haggards -hagged -hagging -haggis -haggises -haggish -haggle -haggled -haggler -hagglers -haggles -haggling -hagridden -hagride -hagrides -hagriding -hagrode -hags -hah -hahs -haik -haika -haiks -haiku -hail -hailed -hailer -hailers -hailing -hails -hailstone -hailstones -hailstorm -hailstorms -haily -hair -hairball -hairballs -hairband -hairbands -hairbreadth -hairbreadths -hairbrush -hairbrushes -haircap -haircaps -haircut -haircuts -hairdo -hairdos -hairdresser -hairdressers -haired -hairier -hairiest -hairiness -hairinesses -hairless -hairlike -hairline -hairlines -hairlock -hairlocks -hairpiece -hairpieces -hairpin -hairpins -hairs -hairsbreadth -hairsbreadths -hairstyle -hairstyles -hairstyling -hairstylings -hairstylist -hairstylists -hairwork -hairworks -hairworm -hairworms -hairy -haj -hajes -haji -hajis -hajj -hajjes -hajji -hajjis -hajjs -hake -hakeem -hakeems -hakes -hakim -hakims -halakah -halakahs -halakic -halakist -halakists -halakoth -halala -halalah -halalahs -halalas -halation -halations -halavah -halavahs -halazone -halazones -halberd -halberds -halbert -halberts -halcyon -halcyons -hale -haled -haleness -halenesses -haler -halers -haleru -hales -halest -half -halfback -halfbacks -halfbeak -halfbeaks -halfhearted -halfheartedly -halfheartedness -halfheartednesses -halflife -halflives -halfness -halfnesses -halftime -halftimes -halftone -halftones -halfway -halibut -halibuts -halid -halide -halides -halidom -halidome -halidomes -halidoms -halids -haling -halite -halites -halitosis -halitosises -halitus -halituses -hall -hallah -hallahs -hallel -hallels -halliard -halliards -hallmark -hallmarked -hallmarking -hallmarks -hallo -halloa -halloaed -halloaing -halloas -halloed -halloes -halloing -halloo -hallooed -hallooing -halloos -hallos -hallot -halloth -hallow -hallowed -hallower -hallowers -hallowing -hallows -halls -halluces -hallucinate -hallucinated -hallucinates -hallucinating -hallucination -hallucinations -hallucinative -hallucinatory -hallucinogen -hallucinogenic -hallucinogens -hallux -hallway -hallways -halm -halms -halo -haloed -halogen -halogens -haloid -haloids -haloing -halolike -halos -halt -halted -halter -haltere -haltered -halteres -haltering -halters -halting -haltingly -haltless -halts -halutz -halutzim -halva -halvah -halvahs -halvas -halve -halved -halvers -halves -halving -halyard -halyards -ham -hamal -hamals -hamartia -hamartias -hamate -hamates -hamaul -hamauls -hamburg -hamburger -hamburgers -hamburgs -hame -hames -hamlet -hamlets -hammal -hammals -hammed -hammer -hammered -hammerer -hammerers -hammerhead -hammerheads -hammering -hammers -hammier -hammiest -hammily -hamming -hammock -hammocks -hammy -hamper -hampered -hamperer -hamperers -hampering -hampers -hams -hamster -hamsters -hamstring -hamstringing -hamstrings -hamstrung -hamular -hamulate -hamuli -hamulose -hamulous -hamulus -hamza -hamzah -hamzahs -hamzas -hanaper -hanapers -hance -hances -hand -handbag -handbags -handball -handballs -handbill -handbills -handbook -handbooks -handcar -handcars -handcart -handcarts -handclasp -handclasps -handcraft -handcrafted -handcrafting -handcrafts -handcuff -handcuffed -handcuffing -handcuffs -handed -handfast -handfasted -handfasting -handfasts -handful -handfuls -handgrip -handgrips -handgun -handguns -handhold -handholds -handicap -handicapped -handicapper -handicappers -handicapping -handicaps -handicrafsman -handicrafsmen -handicraft -handicrafter -handicrafters -handicrafts -handier -handiest -handily -handiness -handinesses -handing -handiwork -handiworks -handkerchief -handkerchiefs -handle -handled -handler -handlers -handles -handless -handlike -handling -handlings -handlist -handlists -handloom -handlooms -handmade -handmaid -handmaiden -handmaidens -handmaids -handoff -handoffs -handout -handouts -handpick -handpicked -handpicking -handpicks -handrail -handrails -hands -handsaw -handsaws -handsel -handseled -handseling -handselled -handselling -handsels -handset -handsets -handsewn -handsful -handshake -handshakes -handsome -handsomely -handsomeness -handsomenesses -handsomer -handsomest -handspring -handsprings -handstand -handstands -handwork -handworks -handwoven -handwrit -handwriting -handwritings -handwritten -handy -handyman -handymen -hang -hangable -hangar -hangared -hangaring -hangars -hangbird -hangbirds -hangdog -hangdogs -hanged -hanger -hangers -hangfire -hangfires -hanging -hangings -hangman -hangmen -hangnail -hangnails -hangnest -hangnests -hangout -hangouts -hangover -hangovers -hangs -hangtag -hangtags -hangup -hangups -hank -hanked -hanker -hankered -hankerer -hankerers -hankering -hankers -hankie -hankies -hanking -hanks -hanky -hanse -hansel -hanseled -hanseling -hanselled -hanselling -hansels -hanses -hansom -hansoms -hant -hanted -hanting -hantle -hantles -hants -hanuman -hanumans -haole -haoles -hap -hapax -hapaxes -haphazard -haphazardly -hapless -haplessly -haplessness -haplessnesses -haplite -haplites -haploid -haploidies -haploids -haploidy -haplont -haplonts -haplopia -haplopias -haploses -haplosis -haply -happed -happen -happened -happening -happenings -happens -happier -happiest -happily -happiness -happing -happy -haps -hapten -haptene -haptenes -haptenic -haptens -haptic -haptical -harangue -harangued -haranguer -haranguers -harangues -haranguing -harass -harassed -harasser -harassers -harasses -harassing -harassness -harassnesses -harbinger -harbingers -harbor -harbored -harborer -harborers -harboring -harbors -harbour -harboured -harbouring -harbours -hard -hardback -hardbacks -hardball -hardballs -hardboot -hardboots -hardcase -hardcore -harden -hardened -hardener -hardeners -hardening -hardens -harder -hardest -hardhack -hardhacks -hardhat -hardhats -hardhead -hardheaded -hardheadedly -hardheadedness -hardheads -hardhearted -hardheartedly -hardheartedness -hardheartednesses -hardier -hardies -hardiest -hardily -hardiness -hardinesses -hardly -hardness -hardnesses -hardpan -hardpans -hards -hardset -hardship -hardships -hardtack -hardtacks -hardtop -hardtops -hardware -hardwares -hardwood -hardwoods -hardy -hare -harebell -harebells -hared -hareem -hareems -harelike -harelip -harelipped -harelips -harem -harems -hares -hariana -harianas -haricot -haricots -harijan -harijans -haring -hark -harked -harken -harkened -harkener -harkeners -harkening -harkens -harking -harks -harl -harlequin -harlequins -harlot -harlotries -harlotry -harlots -harls -harm -harmed -harmer -harmers -harmful -harmfully -harmfulness -harmfulnesses -harmin -harmine -harmines -harming -harmins -harmless -harmlessly -harmlessness -harmlessnesses -harmonic -harmonica -harmonically -harmonicas -harmonics -harmonies -harmonious -harmoniously -harmoniousness -harmoniousnesses -harmonization -harmonizations -harmonize -harmonized -harmonizes -harmonizing -harmony -harms -harness -harnessed -harnesses -harnessing -harp -harped -harper -harpers -harpies -harpin -harping -harpings -harpins -harpist -harpists -harpoon -harpooned -harpooner -harpooners -harpooning -harpoons -harps -harpsichord -harpsichords -harpy -harridan -harridans -harried -harrier -harriers -harries -harrow -harrowed -harrower -harrowers -harrowing -harrows -harrumph -harrumphed -harrumphing -harrumphs -harry -harrying -harsh -harshen -harshened -harshening -harshens -harsher -harshest -harshly -harshness -harshnesses -harslet -harslets -hart -hartal -hartals -harts -haruspex -haruspices -harvest -harvested -harvester -harvesters -harvesting -harvests -has -hash -hashed -hasheesh -hasheeshes -hashes -hashing -hashish -hashishes -haslet -haslets -hasp -hasped -hasping -hasps -hassel -hassels -hassle -hassled -hassles -hassling -hassock -hassocks -hast -hastate -haste -hasted -hasteful -hasten -hastened -hastener -hasteners -hastening -hastens -hastes -hastier -hastiest -hastily -hasting -hasty -hat -hatable -hatband -hatbands -hatbox -hatboxes -hatch -hatcheck -hatched -hatchel -hatcheled -hatcheling -hatchelled -hatchelling -hatchels -hatcher -hatcheries -hatchers -hatchery -hatches -hatchet -hatchets -hatching -hatchings -hatchway -hatchways -hate -hateable -hated -hateful -hatefullness -hatefullnesses -hater -haters -hates -hatful -hatfuls -hath -hating -hatless -hatlike -hatmaker -hatmakers -hatpin -hatpins -hatrack -hatracks -hatred -hatreds -hats -hatsful -hatted -hatter -hatteria -hatterias -hatters -hatting -hauberk -hauberks -haugh -haughs -haughtier -haughtiest -haughtily -haughtiness -haughtinesses -haughty -haul -haulage -haulages -hauled -hauler -haulers -haulier -hauliers -hauling -haulm -haulmier -haulmiest -haulms -haulmy -hauls -haulyard -haulyards -haunch -haunched -haunches -haunt -haunted -haunter -haunters -haunting -hauntingly -haunts -hausen -hausens -hausfrau -hausfrauen -hausfraus -hautbois -hautboy -hautboys -hauteur -hauteurs -havdalah -havdalahs -have -havelock -havelocks -haven -havened -havening -havens -haver -havered -haverel -haverels -havering -havers -haves -having -havior -haviors -haviour -haviours -havoc -havocked -havocker -havockers -havocking -havocs -haw -hawed -hawfinch -hawfinches -hawing -hawk -hawkbill -hawkbills -hawked -hawker -hawkers -hawkey -hawkeys -hawkie -hawkies -hawking -hawkings -hawkish -hawklike -hawkmoth -hawkmoths -hawknose -hawknoses -hawks -hawkshaw -hawkshaws -hawkweed -hawkweeds -haws -hawse -hawser -hawsers -hawses -hawthorn -hawthorns -hay -haycock -haycocks -hayed -hayer -hayers -hayfork -hayforks -haying -hayings -haylage -haylages -hayloft -haylofts -haymaker -haymakers -haymow -haymows -hayrack -hayracks -hayrick -hayricks -hayride -hayrides -hays -hayseed -hayseeds -haystack -haystacks -hayward -haywards -haywire -haywires -hazan -hazanim -hazans -hazard -hazarded -hazarding -hazardous -hazards -haze -hazed -hazel -hazelly -hazelnut -hazelnuts -hazels -hazer -hazers -hazes -hazier -haziest -hazily -haziness -hazinesses -hazing -hazings -hazy -hazzan -hazzanim -hazzans -he -head -headache -headaches -headachier -headachiest -headachy -headband -headbands -headdress -headdresses -headed -header -headers -headfirst -headgate -headgates -headgear -headgears -headhunt -headhunted -headhunting -headhunts -headier -headiest -headily -heading -headings -headlamp -headlamps -headland -headlands -headless -headlight -headlights -headline -headlined -headlines -headlining -headlock -headlocks -headlong -headman -headmaster -headmasters -headmen -headmistress -headmistresses -headmost -headnote -headnotes -headphone -headphones -headpin -headpins -headquarter -headquartered -headquartering -headquarters -headrace -headraces -headrest -headrests -headroom -headrooms -heads -headsail -headsails -headset -headsets -headship -headships -headsman -headsmen -headstay -headstays -headstone -headstones -headstrong -headwaiter -headwaiters -headwater -headwaters -headway -headways -headwind -headwinds -headword -headwords -headwork -headworks -heady -heal -healable -healed -healer -healers -healing -heals -health -healthful -healthfully -healthfulness -healthfulnesses -healthier -healthiest -healths -healthy -heap -heaped -heaping -heaps -hear -hearable -heard -hearer -hearers -hearing -hearings -hearken -hearkened -hearkening -hearkens -hears -hearsay -hearsays -hearse -hearsed -hearses -hearsing -heart -heartache -heartaches -heartbeat -heartbeats -heartbreak -heartbreaking -heartbreaks -heartbroken -heartburn -heartburns -hearted -hearten -heartened -heartening -heartens -hearth -hearths -hearthstone -hearthstones -heartier -hearties -heartiest -heartily -heartiness -heartinesses -hearting -heartless -heartrending -hearts -heartsick -heartsickness -heartsicknesses -heartstrings -heartthrob -heartthrobs -heartwarming -heartwood -heartwoods -hearty -heat -heatable -heated -heatedly -heater -heaters -heath -heathen -heathens -heather -heathers -heathery -heathier -heathiest -heaths -heathy -heating -heatless -heats -heatstroke -heatstrokes -heaume -heaumes -heave -heaved -heaven -heavenlier -heavenliest -heavenly -heavens -heavenward -heaver -heavers -heaves -heavier -heavies -heaviest -heavily -heaviness -heavinesses -heaving -heavy -heavyset -heavyweight -heavyweights -hebdomad -hebdomads -hebetate -hebetated -hebetates -hebetating -hebetic -hebetude -hebetudes -hebraize -hebraized -hebraizes -hebraizing -hecatomb -hecatombs -heck -heckle -heckled -heckler -hecklers -heckles -heckling -hecks -hectare -hectares -hectic -hectical -hectically -hecticly -hector -hectored -hectoring -hectors -heddle -heddles -heder -heders -hedge -hedged -hedgehog -hedgehogs -hedgehop -hedgehopped -hedgehopping -hedgehops -hedgepig -hedgepigs -hedger -hedgerow -hedgerows -hedgers -hedges -hedgier -hedgiest -hedging -hedgy -hedonic -hedonics -hedonism -hedonisms -hedonist -hedonistic -hedonists -heed -heeded -heeder -heeders -heedful -heedfully -heedfulness -heedfulnesses -heeding -heedless -heedlessly -heedlessness -heedlessnesses -heeds -heehaw -heehawed -heehawing -heehaws -heel -heelball -heelballs -heeled -heeler -heelers -heeling -heelings -heelless -heelpost -heelposts -heels -heeltap -heeltaps -heeze -heezed -heezes -heezing -heft -hefted -hefter -hefters -heftier -heftiest -heftily -hefting -hefts -hefty -hegari -hegaris -hegemonies -hegemony -hegira -hegiras -hegumen -hegumene -hegumenes -hegumenies -hegumens -hegumeny -heifer -heifers -heigh -height -heighten -heightened -heightening -heightens -heighth -heighths -heights -heil -heiled -heiling -heils -heinie -heinies -heinous -heinously -heinousness -heinousnesses -heir -heirdom -heirdoms -heired -heiress -heiresses -heiring -heirless -heirloom -heirlooms -heirs -heirship -heirships -heist -heisted -heister -heisters -heisting -heists -hejira -hejiras -hektare -hektares -held -heliac -heliacal -heliast -heliasts -helical -helices -helicities -helicity -helicoid -helicoids -helicon -helicons -helicopt -helicopted -helicopter -helicopters -helicopting -helicopts -helio -helios -heliotrope -helipad -helipads -heliport -heliports -helistop -helistops -helium -heliums -helix -helixes -hell -hellbent -hellbox -hellboxes -hellcat -hellcats -helled -heller -helleri -helleries -hellers -hellery -hellfire -hellfires -hellgrammite -hellgrammites -hellhole -hellholes -helling -hellion -hellions -hellish -hellkite -hellkites -hello -helloed -helloes -helloing -hellos -hells -helluva -helm -helmed -helmet -helmeted -helmeting -helmets -helming -helminth -helminths -helmless -helms -helmsman -helmsmen -helot -helotage -helotages -helotism -helotisms -helotries -helotry -helots -help -helpable -helped -helper -helpers -helpful -helpfully -helpfulness -helpfulnesses -helping -helpings -helpless -helplessly -helplessness -helplessnesses -helpmate -helpmates -helpmeet -helpmeets -helps -helve -helved -helves -helving -hem -hemagog -hemagogs -hemal -hematal -hematein -hemateins -hematic -hematics -hematin -hematine -hematines -hematins -hematite -hematites -hematocrit -hematoid -hematologic -hematological -hematologies -hematologist -hematologists -hematology -hematoma -hematomas -hematomata -hematopenia -hematuria -heme -hemes -hemic -hemin -hemins -hemiola -hemiolas -hemipter -hemipters -hemisphere -hemispheres -hemispheric -hemispherical -hemline -hemlines -hemlock -hemlocks -hemmed -hemmer -hemmers -hemming -hemocoel -hemocoels -hemocyte -hemocytes -hemoglobin -hemoid -hemolyze -hemolyzed -hemolyzes -hemolyzing -hemophilia -hemophiliac -hemophiliacs -hemoptysis -hemorrhage -hemorrhaged -hemorrhages -hemorrhagic -hemorrhaging -hemorrhoids -hemostat -hemostats -hemp -hempen -hempie -hempier -hempiest -hemplike -hemps -hempseed -hempseeds -hempweed -hempweeds -hempy -hems -hen -henbane -henbanes -henbit -henbits -hence -henceforth -henceforward -henchman -henchmen -hencoop -hencoops -henequen -henequens -henequin -henequins -henhouse -henhouses -heniquen -heniquens -henlike -henna -hennaed -hennaing -hennas -henneries -hennery -henpeck -henpecked -henpecking -henpecks -henries -henry -henrys -hens -hent -hented -henting -hents -hep -heparin -heparins -hepatic -hepatica -hepaticae -hepaticas -hepatics -hepatitis -hepatize -hepatized -hepatizes -hepatizing -hepatoma -hepatomas -hepatomata -hepatomegaly -hepcat -hepcats -heptad -heptads -heptagon -heptagons -heptane -heptanes -heptarch -heptarchs -heptose -heptoses -her -herald -heralded -heraldic -heralding -heraldries -heraldry -heralds -herb -herbaceous -herbage -herbages -herbal -herbals -herbaria -herbicidal -herbicide -herbicides -herbier -herbiest -herbivorous -herbivorously -herbless -herblike -herbs -herby -herculean -hercules -herculeses -herd -herded -herder -herders -herdic -herdics -herding -herdlike -herdman -herdmen -herds -herdsman -herdsmen -here -hereabout -hereabouts -hereafter -hereafters -hereat -hereaway -hereby -heredes -hereditary -heredities -heredity -herein -hereinto -hereof -hereon -heres -heresies -heresy -heretic -heretical -heretics -hereto -heretofore -heretrices -heretrix -heretrixes -hereunder -hereunto -hereupon -herewith -heriot -heriots -heritage -heritages -heritor -heritors -heritrices -heritrix -heritrixes -herl -herls -herm -herma -hermae -hermaean -hermai -hermaphrodite -hermaphrodites -hermaphroditic -hermetic -hermetically -hermit -hermitic -hermitries -hermitry -hermits -herms -hern -hernia -herniae -hernial -hernias -herniate -herniated -herniates -herniating -herniation -herniations -herns -hero -heroes -heroic -heroical -heroics -heroin -heroine -heroines -heroins -heroism -heroisms -heroize -heroized -heroizes -heroizing -heron -heronries -heronry -herons -heros -herpes -herpeses -herpetic -herpetologic -herpetological -herpetologies -herpetologist -herpetologists -herpetology -herried -herries -herring -herrings -herry -herrying -hers -herself -hertz -hertzes -hes -hesitancies -hesitancy -hesitant -hesitantly -hesitate -hesitated -hesitates -hesitating -hesitation -hesitations -hessian -hessians -hessite -hessites -hest -hests -het -hetaera -hetaerae -hetaeras -hetaeric -hetaira -hetairai -hetairas -hetero -heterogenous -heterogenously -heterogenousness -heterogenousnesses -heteros -heterosexual -heterosexuals -heth -heths -hetman -hetmans -heuch -heuchs -heugh -heughs -hew -hewable -hewed -hewer -hewers -hewing -hewn -hews -hex -hexad -hexade -hexades -hexadic -hexads -hexagon -hexagonal -hexagons -hexagram -hexagrams -hexamine -hexamines -hexane -hexanes -hexapla -hexaplar -hexaplas -hexapod -hexapodies -hexapods -hexapody -hexarchies -hexarchy -hexed -hexer -hexerei -hexereis -hexers -hexes -hexing -hexone -hexones -hexosan -hexosans -hexose -hexoses -hexyl -hexyls -hey -heyday -heydays -heydey -heydeys -hi -hiatal -hiatus -hiatuses -hibachi -hibachis -hibernal -hibernate -hibernated -hibernates -hibernating -hibernation -hibernations -hibernator -hibernators -hibiscus -hibiscuses -hic -hiccough -hiccoughed -hiccoughing -hiccoughs -hiccup -hiccuped -hiccuping -hiccupped -hiccupping -hiccups -hick -hickey -hickeys -hickories -hickory -hicks -hid -hidable -hidalgo -hidalgos -hidden -hiddenly -hide -hideaway -hideaways -hided -hideless -hideous -hideously -hideousness -hideousnesses -hideout -hideouts -hider -hiders -hides -hiding -hidings -hidroses -hidrosis -hidrotic -hie -hied -hieing -hiemal -hierarch -hierarchical -hierarchies -hierarchs -hierarchy -hieratic -hieroglyphic -hieroglyphics -hies -higgle -higgled -higgler -higglers -higgles -higgling -high -highball -highballed -highballing -highballs -highborn -highboy -highboys -highbred -highbrow -highbrows -highbush -highchair -highchairs -higher -highest -highjack -highjacked -highjacking -highjacks -highland -highlander -highlanders -highlands -highlight -highlighted -highlighting -highlights -highly -highness -highnesses -highroad -highroads -highs -hight -hightail -hightailed -hightailing -hightails -highted -highth -highths -highting -hights -highway -highwayman -highwaymen -highways -hijack -hijacked -hijacker -hijackers -hijacking -hijacks -hijinks -hike -hiked -hiker -hikers -hikes -hiking -hila -hilar -hilarious -hilariously -hilarities -hilarity -hilding -hildings -hili -hill -hillbillies -hillbilly -hilled -hiller -hillers -hillier -hilliest -hilling -hillo -hilloa -hilloaed -hilloaing -hilloas -hillock -hillocks -hillocky -hilloed -hilloing -hillos -hills -hillside -hillsides -hilltop -hilltops -hilly -hilt -hilted -hilting -hiltless -hilts -hilum -hilus -him -himatia -himation -himations -himself -hin -hind -hinder -hindered -hinderer -hinderers -hindering -hinders -hindgut -hindguts -hindmost -hindquarter -hindquarters -hinds -hindsight -hindsights -hinge -hinged -hinger -hingers -hinges -hinging -hinnied -hinnies -hinny -hinnying -hins -hint -hinted -hinter -hinterland -hinterlands -hinters -hinting -hints -hip -hipbone -hipbones -hipless -hiplike -hipness -hipnesses -hipparch -hipparchs -hipped -hipper -hippest -hippie -hippiedom -hippiedoms -hippiehood -hippiehoods -hippier -hippies -hippiest -hipping -hippish -hippo -hippopotami -hippopotamus -hippopotamuses -hippos -hippy -hips -hipshot -hipster -hipsters -hirable -hiragana -hiraganas -hircine -hire -hireable -hired -hireling -hirelings -hirer -hirers -hires -hiring -hirple -hirpled -hirples -hirpling -hirsel -hirseled -hirseling -hirselled -hirselling -hirsels -hirsle -hirsled -hirsles -hirsling -hirsute -hirsutism -hirudin -hirudins -his -hisn -hispid -hiss -hissed -hisself -hisser -hissers -hisses -hissing -hissings -hist -histamin -histamine -histamines -histamins -histed -histidin -histidins -histing -histogen -histogens -histogram -histograms -histoid -histologic -histone -histones -histopathologic -histopathological -historian -historians -historic -historical -historically -histories -history -hists -hit -hitch -hitched -hitcher -hitchers -hitches -hitchhike -hitchhiked -hitchhiker -hitchhikers -hitchhikes -hitchhiking -hitching -hither -hitherto -hitless -hits -hitter -hitters -hitting -hive -hived -hiveless -hiver -hives -hiving -ho -hoactzin -hoactzines -hoactzins -hoagie -hoagies -hoagy -hoar -hoard -hoarded -hoarder -hoarders -hoarding -hoardings -hoards -hoarfrost -hoarfrosts -hoarier -hoariest -hoarily -hoariness -hoarinesses -hoars -hoarse -hoarsely -hoarsen -hoarsened -hoarseness -hoarsenesses -hoarsening -hoarsens -hoarser -hoarsest -hoary -hoatzin -hoatzines -hoatzins -hoax -hoaxed -hoaxer -hoaxers -hoaxes -hoaxing -hob -hobbed -hobbies -hobbing -hobble -hobbled -hobbler -hobblers -hobbles -hobbling -hobby -hobbyist -hobbyists -hobgoblin -hobgoblins -hoblike -hobnail -hobnailed -hobnails -hobnob -hobnobbed -hobnobbing -hobnobs -hobo -hoboed -hoboes -hoboing -hoboism -hoboisms -hobos -hobs -hock -hocked -hocker -hockers -hockey -hockeys -hocking -hocks -hockshop -hockshops -hocus -hocused -hocuses -hocusing -hocussed -hocusses -hocussing -hod -hodad -hodaddies -hodaddy -hodads -hodden -hoddens -hoddin -hoddins -hodgepodge -hodgepodges -hods -hoe -hoecake -hoecakes -hoed -hoedown -hoedowns -hoeing -hoelike -hoer -hoers -hoes -hog -hogan -hogans -hogback -hogbacks -hogfish -hogfishes -hogg -hogged -hogger -hoggers -hogging -hoggish -hoggs -hoglike -hogmanay -hogmanays -hogmane -hogmanes -hogmenay -hogmenays -hognose -hognoses -hognut -hognuts -hogs -hogshead -hogsheads -hogtie -hogtied -hogtieing -hogties -hogtying -hogwash -hogwashes -hogweed -hogweeds -hoick -hoicked -hoicking -hoicks -hoiden -hoidened -hoidening -hoidens -hoise -hoised -hoises -hoising -hoist -hoisted -hoister -hoisters -hoisting -hoists -hoke -hoked -hokes -hokey -hoking -hokku -hokum -hokums -hokypokies -hokypoky -holard -holards -hold -holdable -holdall -holdalls -holdback -holdbacks -holden -holder -holders -holdfast -holdfasts -holding -holdings -holdout -holdouts -holdover -holdovers -holds -holdup -holdups -hole -holed -holeless -holer -holes -holey -holibut -holibuts -holiday -holidayed -holidaying -holidays -holier -holies -holiest -holily -holiness -holinesses -holing -holism -holisms -holist -holistic -holists -holk -holked -holking -holks -holla -hollaed -hollaing -holland -hollands -hollas -holler -hollered -hollering -hollers -hollies -hollo -holloa -holloaed -holloaing -holloas -holloed -holloes -holloing -holloo -hollooed -hollooing -holloos -hollos -hollow -hollowed -hollower -hollowest -hollowing -hollowly -hollowness -hollownesses -hollows -holly -hollyhock -hollyhocks -holm -holmic -holmium -holmiums -holms -holocaust -holocausts -hologram -holograms -hologynies -hologyny -holotype -holotypes -holozoic -holp -holpen -holstein -holsteins -holster -holsters -holt -holts -holy -holyday -holydays -holytide -holytides -homage -homaged -homager -homagers -homages -homaging -hombre -hombres -homburg -homburgs -home -homebodies -homebody -homebred -homebreds -homecoming -homecomings -homed -homeland -homelands -homeless -homelier -homeliest -homelike -homeliness -homelinesses -homely -homemade -homemaker -homemakers -homemaking -homemakings -homer -homered -homering -homeroom -homerooms -homers -homes -homesick -homesickness -homesicknesses -homesite -homesites -homespun -homespuns -homestead -homesteader -homesteaders -homesteads -homestretch -homestretches -hometown -hometowns -homeward -homewards -homework -homeworks -homey -homicidal -homicide -homicides -homier -homiest -homiletic -homilies -homilist -homilists -homily -hominess -hominesses -homing -hominian -hominians -hominid -hominids -hominies -hominine -hominoid -hominoids -hominy -hommock -hommocks -homo -homogamies -homogamy -homogeneities -homogeneity -homogeneous -homogeneously -homogeneousness -homogeneousnesses -homogenies -homogenize -homogenized -homogenizer -homogenizers -homogenizes -homogenizing -homogeny -homogonies -homogony -homograph -homographs -homolog -homologies -homologs -homology -homonym -homonymies -homonyms -homonymy -homophone -homophones -homos -homosexual -homosexuals -homy -honan -honans -honcho -honchos -honda -hondas -hondle -hondled -hondling -hone -honed -honer -honers -hones -honest -honester -honestest -honesties -honestly -honesty -honewort -honeworts -honey -honeybee -honeybees -honeybun -honeybuns -honeycomb -honeycombed -honeycombing -honeycombs -honeydew -honeydews -honeyed -honeyful -honeying -honeymoon -honeymooned -honeymooning -honeymoons -honeys -honeysuckle -honeysuckles -hong -hongs -honied -honing -honk -honked -honker -honkers -honkey -honkeys -honkie -honkies -honking -honks -honky -honor -honorable -honorably -honorand -honorands -honoraries -honorarily -honorary -honored -honoree -honorees -honorer -honorers -honoring -honors -honour -honoured -honourer -honourers -honouring -honours -hooch -hooches -hood -hooded -hoodie -hoodies -hooding -hoodless -hoodlike -hoodlum -hoodlums -hoodoo -hoodooed -hoodooing -hoodoos -hoods -hoodwink -hoodwinked -hoodwinking -hoodwinks -hooey -hooeys -hoof -hoofbeat -hoofbeats -hoofed -hoofer -hoofers -hoofing -hoofless -hooflike -hoofs -hook -hooka -hookah -hookahs -hookas -hooked -hooker -hookers -hookey -hookeys -hookier -hookies -hookiest -hooking -hookless -hooklet -hooklets -hooklike -hooknose -hooknoses -hooks -hookup -hookups -hookworm -hookworms -hooky -hoolie -hooligan -hooligans -hooly -hoop -hooped -hooper -hoopers -hooping -hoopla -hooplas -hoopless -hooplike -hoopoe -hoopoes -hoopoo -hoopoos -hoops -hoopster -hoopsters -hoorah -hoorahed -hoorahing -hoorahs -hooray -hoorayed -hooraying -hoorays -hoosegow -hoosegows -hoosgow -hoosgows -hoot -hootch -hootches -hooted -hooter -hooters -hootier -hootiest -hooting -hoots -hooty -hooves -hop -hope -hoped -hopeful -hopefully -hopefulness -hopefulnesses -hopefuls -hopeless -hopelessly -hopelessness -hopelessnesses -hoper -hopers -hopes -hophead -hopheads -hoping -hoplite -hoplites -hoplitic -hopped -hopper -hoppers -hopping -hopple -hoppled -hopples -hoppling -hops -hopsack -hopsacks -hoptoad -hoptoads -hora -horah -horahs -horal -horary -horas -horde -horded -hordein -hordeins -hordes -hording -horehound -horehounds -horizon -horizons -horizontal -horizontally -hormonal -hormone -hormones -hormonic -horn -hornbeam -hornbeams -hornbill -hornbills -hornbook -hornbooks -horned -hornet -hornets -hornfels -hornier -horniest -hornily -horning -hornito -hornitos -hornless -hornlike -hornpipe -hornpipes -hornpout -hornpouts -horns -horntail -horntails -hornworm -hornworms -hornwort -hornworts -horny -horologe -horologes -horological -horologies -horologist -horologists -horology -horoscope -horoscopes -horrendous -horrent -horrible -horribleness -horriblenesses -horribles -horribly -horrid -horridly -horrific -horrified -horrifies -horrify -horrifying -horror -horrors -horse -horseback -horsebacks -horsecar -horsecars -horsed -horseflies -horsefly -horsehair -horsehairs -horsehide -horsehides -horseless -horseman -horsemanship -horsemanships -horsemen -horseplay -horseplays -horsepower -horsepowers -horseradish -horseradishes -horses -horseshoe -horseshoes -horsewoman -horsewomen -horsey -horsier -horsiest -horsily -horsing -horst -horste -horstes -horsts -horsy -hortatory -horticultural -horticulture -horticultures -horticulturist -horticulturists -hosanna -hosannaed -hosannaing -hosannas -hose -hosed -hosel -hosels -hosen -hoses -hosier -hosieries -hosiers -hosiery -hosing -hospice -hospices -hospitable -hospitably -hospital -hospitalities -hospitality -hospitalization -hospitalizations -hospitalize -hospitalized -hospitalizes -hospitalizing -hospitals -hospitia -hospodar -hospodars -host -hostage -hostages -hosted -hostel -hosteled -hosteler -hostelers -hosteling -hostelries -hostelry -hostels -hostess -hostessed -hostesses -hostessing -hostile -hostilely -hostiles -hostilities -hostility -hosting -hostler -hostlers -hostly -hosts -hot -hotbed -hotbeds -hotblood -hotbloods -hotbox -hotboxes -hotcake -hotcakes -hotch -hotched -hotches -hotching -hotchpot -hotchpots -hotdog -hotdogged -hotdogging -hotdogs -hotel -hotelier -hoteliers -hotelman -hotelmen -hotels -hotfoot -hotfooted -hotfooting -hotfoots -hothead -hotheaded -hotheadedly -hotheadedness -hotheadednesses -hotheads -hothouse -hothouses -hotly -hotness -hotnesses -hotpress -hotpressed -hotpresses -hotpressing -hotrod -hotrods -hots -hotshot -hotshots -hotspur -hotspurs -hotted -hotter -hottest -hotting -hottish -houdah -houdahs -hound -hounded -hounder -hounders -hounding -hounds -hour -hourglass -hourglasses -houri -houris -hourly -hours -house -houseboat -houseboats -houseboy -houseboys -housebreak -housebreaks -housebroken -houseclean -housecleaned -housecleaning -housecleanings -housecleans -housed -houseflies -housefly -houseful -housefuls -household -householder -householders -households -housekeeper -housekeepers -housekeeping -housel -houseled -houseling -houselled -houselling -housels -housemaid -housemaids -houseman -housemate -housemates -housemen -houser -housers -houses -housetop -housetops -housewares -housewarming -housewarmings -housewife -housewifeliness -housewifelinesses -housewifely -housewiferies -housewifery -housewives -housework -houseworks -housing -housings -hove -hovel -hoveled -hoveling -hovelled -hovelling -hovels -hover -hovered -hoverer -hoverers -hovering -hovers -how -howbeit -howdah -howdahs -howdie -howdies -howdy -howe -howes -however -howf -howff -howffs -howfs -howitzer -howitzers -howk -howked -howking -howks -howl -howled -howler -howlers -howlet -howlets -howling -howls -hows -hoy -hoyden -hoydened -hoydening -hoydens -hoyle -hoyles -hoys -huarache -huaraches -huaracho -huarachos -hub -hubbies -hubbub -hubbubs -hubby -hubcap -hubcaps -hubris -hubrises -hubs -huck -huckle -huckleberries -huckleberry -huckles -hucks -huckster -huckstered -huckstering -hucksters -huddle -huddled -huddler -huddlers -huddles -huddling -hue -hued -hueless -hues -huff -huffed -huffier -huffiest -huffily -huffing -huffish -huffs -huffy -hug -huge -hugely -hugeness -hugenesses -hugeous -huger -hugest -huggable -hugged -hugger -huggers -hugging -hugs -huh -huic -hula -hulas -hulk -hulked -hulkier -hulkiest -hulking -hulks -hulky -hull -hullabaloo -hullabaloos -hulled -huller -hullers -hulling -hullo -hulloa -hulloaed -hulloaing -hulloas -hulloed -hulloes -hulloing -hullos -hulls -hum -human -humane -humanely -humaneness -humanenesses -humaner -humanest -humanise -humanised -humanises -humanising -humanism -humanisms -humanist -humanistic -humanists -humanitarian -humanitarianism -humanitarianisms -humanitarians -humanities -humanity -humanization -humanizations -humanize -humanized -humanizes -humanizing -humankind -humankinds -humanly -humanness -humannesses -humanoid -humanoids -humans -humate -humates -humble -humbled -humbleness -humblenesses -humbler -humblers -humbles -humblest -humbling -humbly -humbug -humbugged -humbugging -humbugs -humdrum -humdrums -humeral -humerals -humeri -humerus -humic -humid -humidification -humidifications -humidified -humidifier -humidifiers -humidifies -humidify -humidifying -humidities -humidity -humidly -humidor -humidors -humified -humiliate -humiliated -humiliates -humiliating -humiliatingly -humiliation -humiliations -humilities -humility -hummable -hummed -hummer -hummers -humming -hummingbird -hummingbirds -hummock -hummocks -hummocky -humor -humoral -humored -humorful -humoring -humorist -humorists -humorless -humorlessly -humorlessness -humorlessnesses -humorous -humorously -humorousness -humorousnesses -humors -humour -humoured -humouring -humours -hump -humpback -humpbacked -humpbacks -humped -humph -humphed -humphing -humphs -humpier -humpiest -humping -humpless -humps -humpy -hums -humus -humuses -hun -hunch -hunchback -hunchbacked -hunchbacks -hunched -hunches -hunching -hundred -hundreds -hundredth -hundredths -hung -hunger -hungered -hungering -hungers -hungrier -hungriest -hungrily -hungry -hunk -hunker -hunkered -hunkering -hunkers -hunkies -hunks -hunky -hunnish -huns -hunt -huntable -hunted -huntedly -hunter -hunters -hunting -huntings -huntington -huntress -huntresses -hunts -huntsman -huntsmen -hup -hurdies -hurdle -hurdled -hurdler -hurdlers -hurdles -hurdling -hurds -hurl -hurled -hurler -hurlers -hurley -hurleys -hurlies -hurling -hurlings -hurls -hurly -hurrah -hurrahed -hurrahing -hurrahs -hurray -hurrayed -hurraying -hurrays -hurricane -hurricanes -hurried -hurrier -hurriers -hurries -hurry -hurrying -hurt -hurter -hurters -hurtful -hurting -hurtle -hurtled -hurtles -hurtless -hurtling -hurts -husband -husbanded -husbanding -husbandries -husbandry -husbands -hush -hushaby -hushed -hushedly -hushes -hushful -hushing -husk -husked -husker -huskers -huskier -huskies -huskiest -huskily -huskiness -huskinesses -husking -huskings -husklike -husks -husky -hussar -hussars -hussies -hussy -hustings -hustle -hustled -hustler -hustlers -hustles -hustling -huswife -huswifes -huswives -hut -hutch -hutched -hutches -hutching -hutlike -hutment -hutments -huts -hutted -hutting -hutzpa -hutzpah -hutzpahs -hutzpas -huzza -huzzaed -huzzah -huzzahed -huzzahing -huzzahs -huzzaing -huzzas -hwan -hyacinth -hyacinths -hyaena -hyaenas -hyaenic -hyalin -hyaline -hyalines -hyalins -hyalite -hyalites -hyalogen -hyalogens -hyaloid -hyaloids -hybrid -hybridization -hybridizations -hybridize -hybridized -hybridizer -hybridizers -hybridizes -hybridizing -hybrids -hybris -hybrises -hydatid -hydatids -hydra -hydracid -hydracids -hydrae -hydragog -hydragogs -hydrant -hydranth -hydranths -hydrants -hydras -hydrase -hydrases -hydrate -hydrated -hydrates -hydrating -hydrator -hydrators -hydraulic -hydraulics -hydria -hydriae -hydric -hydrid -hydride -hydrides -hydrids -hydro -hydrocarbon -hydrocarbons -hydrochloride -hydroelectric -hydroelectrically -hydroelectricities -hydroelectricity -hydrogel -hydrogels -hydrogen -hydrogenous -hydrogens -hydroid -hydroids -hydromel -hydromels -hydronic -hydrophobia -hydrophobias -hydropic -hydroplane -hydroplanes -hydrops -hydropses -hydropsies -hydropsy -hydros -hydrosol -hydrosols -hydrous -hydroxy -hydroxyl -hydroxyls -hydroxyurea -hyena -hyenas -hyenic -hyenine -hyenoid -hyetal -hygeist -hygeists -hygieist -hygieists -hygiene -hygienes -hygienic -hygienically -hygrometer -hygrometers -hygrometries -hygrometry -hying -hyla -hylas -hylozoic -hymen -hymenal -hymeneal -hymeneals -hymenia -hymenial -hymenium -hymeniums -hymens -hymn -hymnal -hymnals -hymnaries -hymnary -hymnbook -hymnbooks -hymned -hymning -hymnist -hymnists -hymnless -hymnlike -hymnodies -hymnody -hymns -hyoid -hyoidal -hyoidean -hyoids -hyoscine -hyoscines -hyp -hype -hyperacid -hyperacidities -hyperacidity -hyperactive -hyperacute -hyperadrenalism -hyperaggressive -hyperaggressiveness -hyperaggressivenesses -hyperanxious -hyperbole -hyperboles -hypercalcemia -hypercalcemias -hypercautious -hyperclean -hyperconscientious -hypercorrect -hypercritical -hyperemotional -hyperenergetic -hyperexcitable -hyperfastidious -hypergol -hypergols -hyperintense -hypermasculine -hypermilitant -hypermoralistic -hypernationalistic -hyperon -hyperons -hyperope -hyperopes -hyperreactive -hyperrealistic -hyperromantic -hypersensitive -hypersensitiveness -hypersensitivenesses -hypersensitivities -hypersensitivity -hypersexual -hypersusceptible -hypersuspicious -hypertense -hypertension -hypertensions -hypertensive -hypertensives -hyperthermia -hyperthyroidism -hyperuricemia -hypervigilant -hypes -hypha -hyphae -hyphal -hyphemia -hyphemias -hyphen -hyphenate -hyphenated -hyphenates -hyphenating -hyphenation -hyphenations -hyphened -hyphening -hyphens -hypnic -hypnoid -hypnoses -hypnosis -hypnotic -hypnotically -hypnotics -hypnotism -hypnotisms -hypnotizable -hypnotize -hypnotized -hypnotizes -hypnotizing -hypo -hypoacid -hypocalcemia -hypochondria -hypochondriac -hypochondriacs -hypochondrias -hypocrisies -hypocrisy -hypocrite -hypocrites -hypocritical -hypocritically -hypoderm -hypodermic -hypodermics -hypoderms -hypoed -hypogea -hypogeal -hypogean -hypogene -hypogeum -hypogynies -hypogyny -hypoing -hypokalemia -hyponea -hyponeas -hyponoia -hyponoias -hypopnea -hypopneas -hypopyon -hypopyons -hypos -hypotension -hypotensions -hypotenuse -hypotenuses -hypothec -hypothecs -hypotheses -hypothesis -hypothetical -hypothetically -hypothyroidism -hypoxia -hypoxias -hypoxic -hyps -hyraces -hyracoid -hyracoids -hyrax -hyraxes -hyson -hysons -hyssop -hyssops -hysterectomies -hysterectomize -hysterectomized -hysterectomizes -hysterectomizing -hysterectomy -hysteria -hysterias -hysteric -hysterical -hysterically -hysterics -hyte -iamb -iambi -iambic -iambics -iambs -iambus -iambuses -iatric -iatrical -ibex -ibexes -ibices -ibidem -ibis -ibises -ice -iceberg -icebergs -iceblink -iceblinks -iceboat -iceboats -icebound -icebox -iceboxes -icebreaker -icebreakers -icecap -icecaps -iced -icefall -icefalls -icehouse -icehouses -icekhana -icekhanas -iceless -icelike -iceman -icemen -icers -ices -ich -ichnite -ichnites -ichor -ichorous -ichors -ichs -ichthyic -ichthyologies -ichthyologist -ichthyologists -ichthyology -icicle -icicled -icicles -icier -iciest -icily -iciness -icinesses -icing -icings -icker -ickers -ickier -ickiest -icky -icon -icones -iconic -iconical -iconoclasm -iconoclasms -iconoclast -iconoclasts -icons -icteric -icterics -icterus -icteruses -ictic -ictus -ictuses -icy -id -idea -ideal -idealess -idealise -idealised -idealises -idealising -idealism -idealisms -idealist -idealistic -idealists -idealities -ideality -idealization -idealizations -idealize -idealized -idealizes -idealizing -ideally -idealogies -idealogy -ideals -ideas -ideate -ideated -ideates -ideating -ideation -ideations -ideative -idem -idems -identic -identical -identifiable -identification -identifications -identified -identifier -identifiers -identifies -identify -identifying -identities -identity -ideogram -ideograms -ideological -ideologies -ideology -ides -idiocies -idiocy -idiolect -idiolects -idiom -idiomatic -idiomatically -idioms -idiosyncrasies -idiosyncrasy -idiosyncratic -idiot -idiotic -idiotically -idiotism -idiotisms -idiots -idle -idled -idleness -idlenesses -idler -idlers -idles -idlesse -idlesses -idlest -idling -idly -idocrase -idocrases -idol -idolater -idolaters -idolatries -idolatrous -idolatry -idolise -idolised -idoliser -idolisers -idolises -idolising -idolism -idolisms -idolize -idolized -idolizer -idolizers -idolizes -idolizing -idols -idoneities -idoneity -idoneous -ids -idyl -idylist -idylists -idyll -idyllic -idyllist -idyllists -idylls -idyls -if -iffier -iffiest -iffiness -iffinesses -iffy -ifs -igloo -igloos -iglu -iglus -ignatia -ignatias -igneous -ignified -ignifies -ignify -ignifying -ignite -ignited -igniter -igniters -ignites -igniting -ignition -ignitions -ignitor -ignitors -ignitron -ignitrons -ignoble -ignobly -ignominies -ignominious -ignominiously -ignominy -ignoramus -ignoramuses -ignorance -ignorances -ignorant -ignorantly -ignore -ignored -ignorer -ignorers -ignores -ignoring -iguana -iguanas -iguanian -iguanians -ihram -ihrams -ikebana -ikebanas -ikon -ikons -ilea -ileac -ileal -ileitides -ileitis -ileum -ileus -ileuses -ilex -ilexes -ilia -iliac -iliad -iliads -ilial -ilium -ilk -ilka -ilks -ill -illation -illations -illative -illatives -illegal -illegalities -illegality -illegally -illegibilities -illegibility -illegible -illegibly -illegitimacies -illegitimacy -illegitimate -illegitimately -illicit -illicitly -illimitable -illimitably -illinium -illiniums -illiquid -illite -illiteracies -illiteracy -illiterate -illiterates -illites -illitic -illnaturedly -illness -illnesses -illogic -illogical -illogically -illogics -ills -illume -illumed -illumes -illuminate -illuminated -illuminates -illuminating -illuminatingly -illumination -illuminations -illumine -illumined -illumines -illuming -illumining -illusion -illusions -illusive -illusory -illustrate -illustrated -illustrates -illustrating -illustration -illustrations -illustrative -illustratively -illustrator -illustrators -illustrious -illustriousness -illustriousnesses -illuvia -illuvial -illuvium -illuviums -illy -ilmenite -ilmenites -image -imaged -imageries -imagery -images -imaginable -imaginably -imaginal -imaginary -imagination -imaginations -imaginative -imaginatively -imagine -imagined -imaginer -imaginers -imagines -imaging -imagining -imagism -imagisms -imagist -imagists -imago -imagoes -imam -imamate -imamates -imams -imaret -imarets -imaum -imaums -imbalance -imbalances -imbalm -imbalmed -imbalmer -imbalmers -imbalming -imbalms -imbark -imbarked -imbarking -imbarks -imbecile -imbeciles -imbecilic -imbecilities -imbecility -imbed -imbedded -imbedding -imbeds -imbibe -imbibed -imbiber -imbibers -imbibes -imbibing -imbitter -imbittered -imbittering -imbitters -imblaze -imblazed -imblazes -imblazing -imbodied -imbodies -imbody -imbodying -imbolden -imboldened -imboldening -imboldens -imbosom -imbosomed -imbosoming -imbosoms -imbower -imbowered -imbowering -imbowers -imbroglio -imbroglios -imbrown -imbrowned -imbrowning -imbrowns -imbrue -imbrued -imbrues -imbruing -imbrute -imbruted -imbrutes -imbruting -imbue -imbued -imbues -imbuing -imid -imide -imides -imidic -imido -imids -imine -imines -imino -imitable -imitate -imitated -imitates -imitating -imitation -imitations -imitator -imitators -immaculate -immaculately -immane -immanent -immaterial -immaterialities -immateriality -immature -immatures -immaturities -immaturity -immeasurable -immeasurably -immediacies -immediacy -immediate -immediately -immemorial -immense -immensely -immenser -immensest -immensities -immensity -immerge -immerged -immerges -immerging -immerse -immersed -immerses -immersing -immersion -immersions -immesh -immeshed -immeshes -immeshing -immies -immigrant -immigrants -immigrate -immigrated -immigrates -immigrating -immigration -immigrations -imminence -imminences -imminent -imminently -immingle -immingled -immingles -immingling -immix -immixed -immixes -immixing -immobile -immobilities -immobility -immobilize -immobilized -immobilizes -immobilizing -immoderacies -immoderacy -immoderate -immoderately -immodest -immodesties -immodestly -immodesty -immolate -immolated -immolates -immolating -immolation -immolations -immoral -immoralities -immorality -immorally -immortal -immortalities -immortality -immortalize -immortalized -immortalizes -immortalizing -immortals -immotile -immovabilities -immovability -immovable -immovably -immune -immunes -immunise -immunised -immunises -immunising -immunities -immunity -immunization -immunizations -immunize -immunized -immunizes -immunizing -immunologic -immunological -immunologies -immunologist -immunologists -immunology -immure -immured -immures -immuring -immutabilities -immutability -immutable -immutably -immy -imp -impact -impacted -impacter -impacters -impacting -impactor -impactors -impacts -impaint -impainted -impainting -impaints -impair -impaired -impairer -impairers -impairing -impairment -impairments -impairs -impala -impalas -impale -impaled -impalement -impalements -impaler -impalers -impales -impaling -impalpable -impalpably -impanel -impaneled -impaneling -impanelled -impanelling -impanels -imparities -imparity -impark -imparked -imparking -imparks -impart -imparted -imparter -imparters -impartialities -impartiality -impartially -imparting -imparts -impassable -impasse -impasses -impassioned -impassive -impassively -impassivities -impassivity -impaste -impasted -impastes -impasting -impasto -impastos -impatience -impatiences -impatiens -impatient -impatiently -impavid -impawn -impawned -impawning -impawns -impeach -impeached -impeaches -impeaching -impeachment -impeachments -impearl -impearled -impearling -impearls -impeccable -impeccably -impecunious -impecuniousness -impecuniousnesses -imped -impedance -impedances -impede -impeded -impeder -impeders -impedes -impediment -impediments -impeding -impel -impelled -impeller -impellers -impelling -impellor -impellors -impels -impend -impended -impending -impends -impenetrabilities -impenetrability -impenetrable -impenetrably -impenitence -impenitences -impenitent -imperative -imperatively -imperatives -imperceptible -imperceptibly -imperfection -imperfections -imperfectly -imperia -imperial -imperialism -imperialist -imperialistic -imperials -imperil -imperiled -imperiling -imperilled -imperilling -imperils -imperious -imperiously -imperishable -imperium -imperiums -impermanent -impermanently -impermeable -impermissible -impersonal -impersonally -impersonate -impersonated -impersonates -impersonating -impersonation -impersonations -impersonator -impersonators -impertinence -impertinences -impertinent -impertinently -imperturbable -impervious -impetigo -impetigos -impetuous -impetuousities -impetuousity -impetuously -impetus -impetuses -imphee -imphees -impi -impieties -impiety -imping -impinge -impinged -impingement -impingements -impinger -impingers -impinges -impinging -impings -impious -impis -impish -impishly -impishness -impishnesses -implacabilities -implacability -implacable -implacably -implant -implanted -implanting -implants -implausibilities -implausibility -implausible -implead -impleaded -impleading -impleads -impledge -impledged -impledges -impledging -implement -implementation -implementations -implemented -implementing -implements -implicate -implicated -implicates -implicating -implication -implications -implicit -implicitly -implied -implies -implode -imploded -implodes -imploding -implore -implored -implorer -implorers -implores -imploring -implosion -implosions -implosive -imply -implying -impolicies -impolicy -impolite -impolitic -imponderable -imponderables -impone -imponed -impones -imponing -imporous -import -importance -important -importantly -importation -importations -imported -importer -importers -importing -imports -importunate -importune -importuned -importunes -importuning -importunities -importunity -impose -imposed -imposer -imposers -imposes -imposing -imposingly -imposition -impositions -impossibilities -impossibility -impossible -impossibly -impost -imposted -imposter -imposters -imposting -impostor -impostors -imposts -imposture -impostures -impotence -impotences -impotencies -impotency -impotent -impotently -impotents -impound -impounded -impounding -impoundment -impoundments -impounds -impoverish -impoverished -impoverishes -impoverishing -impoverishment -impoverishments -impower -impowered -impowering -impowers -impracticable -impractical -imprecise -imprecisely -impreciseness -imprecisenesses -imprecision -impregabilities -impregability -impregable -impregn -impregnate -impregnated -impregnates -impregnating -impregnation -impregnations -impregned -impregning -impregns -impresa -impresario -impresarios -impresas -imprese -impreses -impress -impressed -impresses -impressible -impressing -impression -impressionable -impressions -impressive -impressively -impressiveness -impressivenesses -impressment -impressments -imprest -imprests -imprimatur -imprimaturs -imprimis -imprint -imprinted -imprinting -imprints -imprison -imprisoned -imprisoning -imprisonment -imprisonments -imprisons -improbabilities -improbability -improbable -improbably -impromptu -impromptus -improper -improperly -improprieties -impropriety -improvable -improve -improved -improvement -improvements -improver -improvers -improves -improvidence -improvidences -improvident -improving -improvisation -improvisations -improviser -improvisers -improvisor -improvisors -imprudence -imprudences -imprudent -imps -impudence -impudences -impudent -impudently -impugn -impugned -impugner -impugners -impugning -impugns -impulse -impulsed -impulses -impulsing -impulsion -impulsions -impulsive -impulsively -impulsiveness -impulsivenesses -impunities -impunity -impure -impurely -impurities -impurity -imputation -imputations -impute -imputed -imputer -imputers -imputes -imputing -in -inabilities -inability -inaccessibilities -inaccessibility -inaccessible -inaccuracies -inaccuracy -inaccurate -inaction -inactions -inactivate -inactivated -inactivates -inactivating -inactive -inactivities -inactivity -inadequacies -inadequacy -inadequate -inadequately -inadmissibility -inadmissible -inadvertence -inadvertences -inadvertencies -inadvertency -inadvertent -inadvertently -inadvisabilities -inadvisability -inadvisable -inalienabilities -inalienability -inalienable -inalienably -inane -inanely -inaner -inanes -inanest -inanimate -inanimately -inanimateness -inanimatenesses -inanities -inanition -inanitions -inanity -inapparent -inapplicable -inapposite -inappositely -inappositeness -inappositenesses -inappreciable -inappreciably -inappreciative -inapproachable -inappropriate -inappropriately -inappropriateness -inappropriatenesses -inapt -inaptly -inarable -inarch -inarched -inarches -inarching -inarguable -inarm -inarmed -inarming -inarms -inarticulate -inarticulately -inartistic -inartistically -inattention -inattentions -inattentive -inattentively -inattentiveness -inattentivenesses -inaudible -inaudibly -inaugurate -inaugurated -inaugurates -inaugurating -inauguration -inaugurations -inauspicious -inauthentic -inbeing -inbeings -inboard -inboards -inborn -inbound -inbounds -inbred -inbreed -inbreeding -inbreedings -inbreeds -inbuilt -inburst -inbursts -inby -inbye -incage -incaged -incages -incaging -incalculable -incalculably -incandescence -incandescences -incandescent -incantation -incantations -incapabilities -incapability -incapable -incapacitate -incapacitated -incapacitates -incapacitating -incapacities -incapacity -incarcerate -incarcerated -incarcerates -incarcerating -incarceration -incarcerations -incarnation -incarnations -incase -incased -incases -incasing -incautious -incendiaries -incendiary -incense -incensed -incenses -incensing -incentive -incentives -incept -incepted -incepting -inception -inceptions -inceptor -inceptors -incepts -incessant -incessantly -incest -incests -incestuous -inch -inched -inches -inching -inchmeal -inchoate -inchworm -inchworms -incidence -incidences -incident -incidental -incidentally -incidentals -incidents -incinerate -incinerated -incinerates -incinerating -incinerator -incinerators -incipient -incipit -incipits -incise -incised -incises -incising -incision -incisions -incisive -incisively -incisor -incisors -incisory -incisure -incisures -incitant -incitants -incite -incited -incitement -incitements -inciter -inciters -incites -inciting -incivil -incivilities -incivility -inclasp -inclasped -inclasping -inclasps -inclemencies -inclemency -inclement -inclination -inclinations -incline -inclined -incliner -incliners -inclines -inclining -inclip -inclipped -inclipping -inclips -inclose -inclosed -incloser -inclosers -incloses -inclosing -inclosure -inclosures -include -included -includes -including -inclusion -inclusions -inclusive -incog -incognito -incogs -incoherence -incoherences -incoherent -incoherently -incohesive -incombustible -income -incomer -incomers -incomes -incoming -incomings -incommensurate -incommodious -incommunicable -incommunicado -incomparable -incompatibility -incompatible -incompetence -incompetences -incompetencies -incompetency -incompetent -incompetents -incomplete -incompletely -incompleteness -incompletenesses -incomprehensible -inconceivable -inconceivably -inconclusive -incongruent -incongruities -incongruity -incongruous -incongruously -inconnu -inconnus -inconsecutive -inconsequence -inconsequences -inconsequential -inconsequentially -inconsiderable -inconsiderate -inconsiderately -inconsiderateness -inconsideratenesses -inconsistencies -inconsistency -inconsistent -inconsistently -inconsolable -inconsolably -inconspicuous -inconspicuously -inconstancies -inconstancy -inconstant -inconstantly -inconsumable -incontestable -incontestably -incontinence -incontinences -inconvenience -inconvenienced -inconveniences -inconveniencing -inconvenient -inconveniently -incony -incorporate -incorporated -incorporates -incorporating -incorporation -incorporations -incorporeal -incorporeally -incorpse -incorpsed -incorpses -incorpsing -incorrect -incorrectly -incorrectness -incorrectnesses -incorrigibilities -incorrigibility -incorrigible -incorrigibly -incorruptible -increase -increased -increases -increasing -increasingly -increate -incredibilities -incredibility -incredible -incredibly -incredulities -incredulity -incredulous -incredulously -increment -incremental -incremented -incrementing -increments -incriminate -incriminated -incriminates -incriminating -incrimination -incriminations -incriminatory -incross -incrosses -incrust -incrusted -incrusting -incrusts -incubate -incubated -incubates -incubating -incubation -incubations -incubator -incubators -incubi -incubus -incubuses -incudal -incudate -incudes -inculcate -inculcated -inculcates -inculcating -inculcation -inculcations -inculpable -incult -incumbencies -incumbency -incumbent -incumbents -incumber -incumbered -incumbering -incumbers -incur -incurable -incurious -incurred -incurring -incurs -incursion -incursions -incurve -incurved -incurves -incurving -incus -incuse -incused -incuses -incusing -indaba -indabas -indagate -indagated -indagates -indagating -indamin -indamine -indamines -indamins -indebted -indebtedness -indebtednesses -indecencies -indecency -indecent -indecenter -indecentest -indecently -indecipherable -indecision -indecisions -indecisive -indecisively -indecisiveness -indecisivenesses -indecorous -indecorously -indecorousness -indecorousnesses -indeed -indefatigable -indefatigably -indefensible -indefinable -indefinably -indefinite -indefinitely -indelible -indelibly -indelicacies -indelicacy -indelicate -indemnification -indemnifications -indemnified -indemnifies -indemnify -indemnifying -indemnities -indemnity -indene -indenes -indent -indentation -indentations -indented -indenter -indenters -indenting -indentor -indentors -indents -indenture -indentured -indentures -indenturing -independence -independent -independently -indescribable -indescribably -indestrucibility -indestrucible -indeterminacies -indeterminacy -indeterminate -indeterminately -indevout -index -indexed -indexer -indexers -indexes -indexing -india -indican -indicans -indicant -indicants -indicate -indicated -indicates -indicating -indication -indications -indicative -indicator -indicators -indices -indicia -indicias -indicium -indiciums -indict -indictable -indicted -indictee -indictees -indicter -indicters -indicting -indictment -indictments -indictor -indictors -indicts -indifference -indifferences -indifferent -indifferently -indigen -indigence -indigences -indigene -indigenes -indigenous -indigens -indigent -indigents -indigestible -indigestion -indigestions -indign -indignant -indignantly -indignation -indignations -indignities -indignity -indignly -indigo -indigoes -indigoid -indigoids -indigos -indirect -indirection -indirections -indirectly -indirectness -indirectnesses -indiscernible -indiscreet -indiscretion -indiscretions -indiscriminate -indiscriminately -indispensabilities -indispensability -indispensable -indispensables -indispensably -indisposed -indisposition -indispositions -indisputable -indisputably -indissoluble -indistinct -indistinctly -indistinctness -indistinctnesses -indistinguishable -indite -indited -inditer -inditers -indites -inditing -indium -indiums -individual -individualities -individuality -individualize -individualized -individualizes -individualizing -individually -individuals -indivisibility -indivisible -indocile -indoctrinate -indoctrinated -indoctrinates -indoctrinating -indoctrination -indoctrinations -indol -indole -indolence -indolences -indolent -indoles -indols -indominitable -indominitably -indoor -indoors -indorse -indorsed -indorsee -indorsees -indorser -indorsers -indorses -indorsing -indorsor -indorsors -indow -indowed -indowing -indows -indoxyl -indoxyls -indraft -indrafts -indrawn -indri -indris -indubitable -indubitably -induce -induced -inducement -inducements -inducer -inducers -induces -inducing -induct -inducted -inductee -inductees -inducting -induction -inductions -inductive -inductor -inductors -inducts -indue -indued -indues -induing -indulge -indulged -indulgence -indulgent -indulgently -indulger -indulgers -indulges -indulging -indulin -induline -indulines -indulins -indult -indults -indurate -indurated -indurates -indurating -indusia -indusial -indusium -industrial -industrialist -industrialization -industrializations -industrialize -industrialized -industrializes -industrializing -industrially -industries -industrious -industriously -industriousness -industriousnesses -industry -indwell -indwelling -indwells -indwelt -inearth -inearthed -inearthing -inearths -inebriate -inebriated -inebriates -inebriating -inebriation -inebriations -inedible -inedita -inedited -ineducable -ineffable -ineffably -ineffective -ineffectively -ineffectiveness -ineffectivenesses -ineffectual -ineffectually -ineffectualness -ineffectualnesses -inefficiency -inefficient -inefficiently -inelastic -inelasticities -inelasticity -inelegance -inelegances -inelegant -ineligibility -ineligible -inept -ineptitude -ineptitudes -ineptly -ineptness -ineptnesses -inequalities -inequality -inequities -inequity -ineradicable -inerrant -inert -inertia -inertiae -inertial -inertias -inertly -inertness -inertnesses -inerts -inescapable -inescapably -inessential -inestimable -inestimably -inevitabilities -inevitability -inevitable -inevitably -inexact -inexcusable -inexcusably -inexhaustible -inexhaustibly -inexorable -inexorably -inexpedient -inexpensive -inexperience -inexperienced -inexperiences -inexpert -inexpertly -inexpertness -inexpertnesses -inexperts -inexplicable -inexplicably -inexplicit -inexpressible -inexpressibly -inextinguishable -inextricable -inextricably -infallibility -infallible -infallibly -infamies -infamous -infamously -infamy -infancies -infancy -infant -infanta -infantas -infante -infantes -infantile -infantries -infantry -infants -infarct -infarcts -infare -infares -infatuate -infatuated -infatuates -infatuating -infatuation -infatuations -infauna -infaunae -infaunal -infaunas -infeasibilities -infeasibility -infeasible -infect -infected -infecter -infecters -infecting -infection -infections -infectious -infective -infector -infectors -infects -infecund -infelicities -infelicitous -infelicity -infeoff -infeoffed -infeoffing -infeoffs -infer -inference -inferenced -inferences -inferencing -inferential -inferior -inferiority -inferiors -infernal -infernally -inferno -infernos -inferred -inferrer -inferrers -inferring -infers -infertile -infertilities -infertility -infest -infestation -infestations -infested -infester -infesters -infesting -infests -infidel -infidelities -infidelity -infidels -infield -infielder -infielders -infields -infiltrate -infiltrated -infiltrates -infiltrating -infiltration -infiltrations -infinite -infinitely -infinites -infinitesimal -infinitesimally -infinities -infinitive -infinitives -infinitude -infinitudes -infinity -infirm -infirmaries -infirmary -infirmed -infirming -infirmities -infirmity -infirmly -infirms -infix -infixed -infixes -infixing -infixion -infixions -inflame -inflamed -inflamer -inflamers -inflames -inflaming -inflammable -inflammation -inflammations -inflammatory -inflatable -inflate -inflated -inflater -inflaters -inflates -inflating -inflation -inflationary -inflator -inflators -inflect -inflected -inflecting -inflection -inflectional -inflections -inflects -inflexed -inflexibilities -inflexibility -inflexible -inflexibly -inflict -inflicted -inflicting -infliction -inflictions -inflicts -inflight -inflow -inflows -influence -influences -influent -influential -influents -influenza -influenzas -influx -influxes -info -infold -infolded -infolder -infolders -infolding -infolds -inform -informal -informalities -informality -informally -informant -informants -information -informational -informations -informative -informed -informer -informers -informing -informs -infos -infra -infract -infracted -infracting -infraction -infractions -infracts -infrared -infrareds -infrequent -infrequently -infringe -infringed -infringement -infringements -infringes -infringing -infrugal -infuriate -infuriated -infuriates -infuriating -infuriatingly -infuse -infused -infuser -infusers -infuses -infusing -infusion -infusions -infusive -ingate -ingates -ingather -ingathered -ingathering -ingathers -ingenious -ingeniously -ingeniousness -ingeniousnesses -ingenue -ingenues -ingenuities -ingenuity -ingenuous -ingenuously -ingenuousness -ingenuousnesses -ingest -ingesta -ingested -ingesting -ingests -ingle -inglenook -inglenooks -ingles -inglorious -ingloriously -ingoing -ingot -ingoted -ingoting -ingots -ingraft -ingrafted -ingrafting -ingrafts -ingrain -ingrained -ingraining -ingrains -ingrate -ingrates -ingratiate -ingratiated -ingratiates -ingratiating -ingratitude -ingratitudes -ingredient -ingredients -ingress -ingresses -ingroup -ingroups -ingrown -ingrowth -ingrowths -inguinal -ingulf -ingulfed -ingulfing -ingulfs -inhabit -inhabitable -inhabitant -inhabited -inhabiting -inhabits -inhalant -inhalants -inhalation -inhalations -inhale -inhaled -inhaler -inhalers -inhales -inhaling -inhaul -inhauler -inhaulers -inhauls -inhere -inhered -inherent -inherently -inheres -inhering -inherit -inheritance -inheritances -inherited -inheriting -inheritor -inheritors -inherits -inhesion -inhesions -inhibit -inhibited -inhibiting -inhibition -inhibitions -inhibits -inhuman -inhumane -inhumanely -inhumanities -inhumanity -inhumanly -inhume -inhumed -inhumer -inhumers -inhumes -inhuming -inia -inimical -inimically -inimitable -inion -iniquities -iniquitous -iniquity -initial -initialed -initialing -initialization -initializations -initialize -initialized -initializes -initializing -initialled -initialling -initially -initials -initiate -initiated -initiates -initiating -initiation -initiations -initiative -initiatory -inject -injected -injecting -injection -injections -injector -injectors -injects -injudicious -injudiciously -injudiciousness -injudiciousnesses -injunction -injunctions -injure -injured -injurer -injurers -injures -injuries -injuring -injurious -injury -ink -inkberries -inkberry -inkblot -inkblots -inked -inker -inkers -inkhorn -inkhorns -inkier -inkiest -inkiness -inkinesses -inking -inkle -inkles -inkless -inklike -inkling -inklings -inkpot -inkpots -inks -inkstand -inkstands -inkwell -inkwells -inkwood -inkwoods -inky -inlace -inlaced -inlaces -inlacing -inlaid -inland -inlander -inlanders -inlands -inlay -inlayer -inlayers -inlaying -inlays -inlet -inlets -inletting -inlier -inliers -inly -inmate -inmates -inmesh -inmeshed -inmeshes -inmeshing -inmost -inn -innards -innate -innately -inned -inner -innerly -innermost -inners -innersole -innersoles -innerve -innerved -innerves -innerving -inning -innings -innkeeper -innkeepers -innless -innocence -innocences -innocent -innocenter -innocentest -innocently -innocents -innocuous -innovate -innovated -innovates -innovating -innovation -innovations -innovative -innovator -innovators -inns -innuendo -innuendoed -innuendoes -innuendoing -innuendos -innumerable -inocula -inoculate -inoculated -inoculates -inoculating -inoculation -inoculations -inoculum -inoculums -inoffensive -inoperable -inoperative -inopportune -inopportunely -inordinate -inordinately -inorganic -inosite -inosites -inositol -inositols -inpatient -inpatients -inphase -inpour -inpoured -inpouring -inpours -input -inputs -inputted -inputting -inquest -inquests -inquiet -inquieted -inquieting -inquiets -inquire -inquired -inquirer -inquirers -inquires -inquiries -inquiring -inquiringly -inquiry -inquisition -inquisitions -inquisitive -inquisitively -inquisitiveness -inquisitivenesses -inquisitor -inquisitorial -inquisitors -inroad -inroads -inrush -inrushes -ins -insalubrious -insane -insanely -insaner -insanest -insanities -insanity -insatiable -insatiate -inscribe -inscribed -inscribes -inscribing -inscription -inscriptions -inscroll -inscrolled -inscrolling -inscrolls -inscrutable -inscrutably -insculp -insculped -insculping -insculps -inseam -inseams -insect -insectan -insecticidal -insecticide -insecticides -insects -insecuration -insecurations -insecure -insecurely -insecurities -insecurity -insensibilities -insensibility -insensible -insensibly -insensitive -insensitivities -insensitivity -insentience -insentiences -insentient -inseparable -insert -inserted -inserter -inserters -inserting -insertion -insertions -inserts -inset -insets -insetted -insetter -insetters -insetting -insheath -insheathed -insheathing -insheaths -inshore -inshrine -inshrined -inshrines -inshrining -inside -insider -insiders -insides -insidious -insidiously -insidiousness -insidiousnesses -insight -insightful -insights -insigne -insignia -insignias -insignificant -insincere -insincerely -insincerities -insincerity -insinuate -insinuated -insinuates -insinuating -insinuation -insinuations -insipid -insipidities -insipidity -insipidus -insist -insisted -insistence -insistences -insistent -insistently -insister -insisters -insisting -insists -insnare -insnared -insnarer -insnarers -insnares -insnaring -insofar -insolate -insolated -insolates -insolating -insole -insolence -insolences -insolent -insolents -insoles -insolubilities -insolubility -insoluble -insolvencies -insolvency -insolvent -insomnia -insomnias -insomuch -insouciance -insouciances -insouciant -insoul -insouled -insouling -insouls -inspan -inspanned -inspanning -inspans -inspect -inspected -inspecting -inspection -inspections -inspector -inspectors -inspects -insphere -insphered -inspheres -insphering -inspiration -inspirational -inspirations -inspire -inspired -inspirer -inspirers -inspires -inspiring -inspirit -inspirited -inspiriting -inspirits -instabilities -instability -instable -instal -install -installation -installations -installed -installing -installment -installments -installs -instals -instance -instanced -instances -instancies -instancing -instancy -instant -instantaneous -instantaneously -instantly -instants -instar -instarred -instarring -instars -instate -instated -instates -instating -instead -instep -insteps -instigate -instigated -instigates -instigating -instigation -instigations -instigator -instigators -instil -instill -instilled -instilling -instills -instils -instinct -instinctive -instinctively -instincts -institute -institutes -institution -institutional -institutionalize -institutionally -institutions -instransitive -instroke -instrokes -instruct -instructed -instructing -instruction -instructional -instructions -instructive -instructor -instructors -instructorship -instructorships -instructs -instrument -instrumental -instrumentalist -instrumentalists -instrumentalities -instrumentality -instrumentals -instrumentation -instrumentations -instruments -insubordinate -insubordination -insubordinations -insubstantial -insufferable -insufferably -insufficent -insufficiencies -insufficiency -insufficient -insufficiently -insulant -insulants -insular -insularities -insularity -insulars -insulate -insulated -insulates -insulating -insulation -insulations -insulator -insulators -insulin -insulins -insult -insulted -insulter -insulters -insulting -insultingly -insults -insuperable -insuperably -insupportable -insurable -insurance -insurances -insurant -insurants -insure -insured -insureds -insurer -insurers -insures -insurgence -insurgences -insurgencies -insurgency -insurgent -insurgents -insuring -insurmounable -insurmounably -insurrection -insurrectionist -insurrectionists -insurrections -inswathe -inswathed -inswathes -inswathing -inswept -intact -intagli -intaglio -intaglios -intake -intakes -intangibilities -intangibility -intangible -intangibly -intarsia -intarsias -integer -integers -integral -integrals -integrate -integrated -integrates -integrating -integration -integrities -integrity -intellect -intellects -intellectual -intellectualism -intellectualisms -intellectually -intellectuals -intelligence -intelligent -intelligently -intelligibilities -intelligibility -intelligible -intelligibly -intemperance -intemperances -intemperate -intemperateness -intemperatenesses -intend -intended -intendeds -intender -intenders -intending -intends -intense -intensely -intenser -intensest -intensification -intensifications -intensified -intensifies -intensify -intensifying -intensities -intensity -intensive -intensively -intent -intention -intentional -intentionally -intentions -intently -intentness -intentnesses -intents -inter -interact -interacted -interacting -interaction -interactions -interactive -interactively -interacts -interagency -interatomic -interbank -interborough -interbred -interbreed -interbreeding -interbreeds -interbusiness -intercalate -intercalated -intercalates -intercalating -intercalation -intercalations -intercampus -intercede -interceded -intercedes -interceding -intercept -intercepted -intercepting -interception -interceptions -interceptor -interceptors -intercepts -intercession -intercessions -intercessor -intercessors -intercessory -interchange -interchangeable -interchangeably -interchanged -interchanges -interchanging -interchurch -intercity -interclass -intercoastal -intercollegiate -intercolonial -intercom -intercommunal -intercommunity -intercompany -intercoms -intercontinental -interconversion -intercounty -intercourse -intercourses -intercultural -intercurrent -intercut -intercuts -intercutting -interdenominational -interdepartmental -interdependence -interdependences -interdependent -interdict -interdicted -interdicting -interdiction -interdictions -interdicts -interdivisional -interelectronic -interest -interested -interesting -interestingly -interests -interethnic -interface -interfaces -interfacial -interfaculty -interfamily -interfere -interfered -interference -interferences -interferes -interfering -interfiber -interfraternity -intergalactic -intergang -intergovernmental -intergroup -interhemispheric -interim -interims -interindustry -interinstitutional -interior -interiors -interisland -interject -interjected -interjecting -interjection -interjectionally -interjections -interjects -interlace -interlaced -interlaces -interlacing -interlaid -interlap -interlapped -interlapping -interlaps -interlard -interlards -interlay -interlaying -interlays -interleave -interleaved -interleaves -interleaving -interlibrary -interlinear -interlock -interlocked -interlocking -interlocks -interlope -interloped -interloper -interlopers -interlopes -interloping -interlude -interludes -intermarriage -intermarriages -intermarried -intermarries -intermarry -intermarrying -intermediaries -intermediary -intermediate -intermediates -interment -interments -interminable -interminably -intermingle -intermingled -intermingles -intermingling -intermission -intermissions -intermit -intermits -intermitted -intermittent -intermittently -intermitting -intermix -intermixed -intermixes -intermixing -intermixture -intermixtures -intermolecular -intermountain -intern -internal -internally -internals -international -internationalism -internationalisms -internationalize -internationalized -internationalizes -internationalizing -internationally -internationals -interne -interned -internee -internees -internes -interning -internist -internists -internment -internments -interns -internship -internships -interoceanic -interoffice -interparticle -interparty -interpersonal -interplanetary -interplay -interplays -interpolate -interpolated -interpolates -interpolating -interpolation -interpolations -interpopulation -interpose -interposed -interposes -interposing -interposition -interpositions -interpret -interpretation -interpretations -interpretative -interpreted -interpreter -interpreters -interpreting -interpretive -interprets -interprovincial -interpupil -interquartile -interracial -interred -interreges -interregional -interrelate -interrelated -interrelatedness -interrelatednesses -interrelates -interrelating -interrelation -interrelations -interrelationship -interreligious -interrex -interring -interrogate -interrogated -interrogates -interrogating -interrogation -interrogations -interrogative -interrogatives -interrogator -interrogators -interrogatory -interrupt -interrupted -interrupter -interrupters -interrupting -interruption -interruptions -interruptive -interrupts -inters -interscholastic -intersect -intersected -intersecting -intersection -intersectional -intersections -intersects -intersex -intersexes -intersperse -interspersed -intersperses -interspersing -interspersion -interspersions -interstate -interstellar -interstice -interstices -intersticial -interstitial -intersystem -interterm -interterminal -intertie -interties -intertribal -intertroop -intertropical -intertwine -intertwined -intertwines -intertwining -interuniversity -interurban -interval -intervalley -intervals -intervene -intervened -intervenes -intervening -intervention -interventions -interview -interviewed -interviewer -interviewers -interviewing -interviews -intervillage -interwar -interweave -interweaves -interweaving -interwoven -interzonal -interzone -intestate -intestinal -intestine -intestines -inthral -inthrall -inthralled -inthralling -inthralls -inthrals -inthrone -inthroned -inthrones -inthroning -intima -intimacies -intimacy -intimae -intimal -intimas -intimate -intimated -intimately -intimates -intimating -intimation -intimations -intime -intimidate -intimidated -intimidates -intimidating -intimidation -intimidations -intine -intines -intitle -intitled -intitles -intitling -intitule -intituled -intitules -intituling -into -intolerable -intolerably -intolerance -intolerances -intolerant -intomb -intombed -intombing -intombs -intonate -intonated -intonates -intonating -intonation -intonations -intone -intoned -intoner -intoners -intones -intoning -intort -intorted -intorting -intorts -intown -intoxicant -intoxicants -intoxicate -intoxicated -intoxicates -intoxicating -intoxication -intoxications -intractable -intrados -intradoses -intramural -intransigence -intransigences -intransigent -intransigents -intrant -intrants -intravenous -intravenously -intreat -intreated -intreating -intreats -intrench -intrenched -intrenches -intrenching -intrepid -intrepidities -intrepidity -intricacies -intricacy -intricate -intricately -intrigue -intrigued -intrigues -intriguing -intriguingly -intrinsic -intrinsically -intro -introduce -introduced -introduces -introducing -introduction -introductions -introductory -introfied -introfies -introfy -introfying -introit -introits -intromit -intromits -intromitted -intromitting -introrse -intros -introspect -introspected -introspecting -introspection -introspections -introspective -introspectively -introspects -introversion -introversions -introvert -introverted -introverts -intrude -intruded -intruder -intruders -intrudes -intruding -intrusion -intrusions -intrusive -intrusiveness -intrusivenesses -intrust -intrusted -intrusting -intrusts -intubate -intubated -intubates -intubating -intuit -intuited -intuiting -intuition -intuitions -intuitive -intuitively -intuits -inturn -inturned -inturns -intwine -intwined -intwines -intwining -intwist -intwisted -intwisting -intwists -inulase -inulases -inulin -inulins -inundant -inundate -inundated -inundates -inundating -inundation -inundations -inurbane -inure -inured -inures -inuring -inurn -inurned -inurning -inurns -inutile -invade -invaded -invader -invaders -invades -invading -invalid -invalidate -invalidated -invalidates -invalidating -invalided -invaliding -invalidism -invalidity -invalidly -invalids -invaluable -invar -invariable -invariably -invars -invasion -invasions -invasive -invected -invective -invectives -inveigh -inveighed -inveighing -inveighs -inveigle -inveigled -inveigles -inveigling -invent -invented -inventer -inventers -inventing -invention -inventions -inventive -inventiveness -inventivenesses -inventor -inventoried -inventories -inventors -inventory -inventorying -invents -inverities -inverity -inverse -inversely -inverses -inversion -inversions -invert -inverted -inverter -inverters -invertibrate -invertibrates -inverting -invertor -invertors -inverts -invest -invested -investigate -investigated -investigates -investigating -investigation -investigations -investigative -investigator -investigators -investing -investiture -investitures -investment -investments -investor -investors -invests -inveteracies -inveteracy -inveterate -inviable -inviably -invidious -invidiously -invigorate -invigorated -invigorates -invigorating -invigoration -invigorations -invincibilities -invincibility -invincible -invincibly -inviolabilities -inviolability -inviolable -inviolate -invirile -inviscid -invisibilities -invisibility -invisible -invisibly -invital -invitation -invitations -invite -invited -invitee -invitees -inviter -inviters -invites -inviting -invocate -invocated -invocates -invocating -invocation -invocations -invoice -invoiced -invoices -invoicing -invoke -invoked -invoker -invokers -invokes -invoking -involuntarily -involuntary -involute -involuted -involutes -involuting -involve -involved -involvement -involvements -involver -involvers -involves -involving -invulnerability -invulnerable -invulnerably -inwall -inwalled -inwalling -inwalls -inward -inwardly -inwards -inweave -inweaved -inweaves -inweaving -inwind -inwinding -inwinds -inwound -inwove -inwoven -inwrap -inwrapped -inwrapping -inwraps -iodate -iodated -iodates -iodating -iodation -iodations -iodic -iodid -iodide -iodides -iodids -iodin -iodinate -iodinated -iodinates -iodinating -iodine -iodines -iodins -iodism -iodisms -iodize -iodized -iodizer -iodizers -iodizes -iodizing -iodoform -iodoforms -iodol -iodols -iodophor -iodophors -iodopsin -iodopsins -iodous -iolite -iolites -ion -ionic -ionicities -ionicity -ionics -ionise -ionised -ionises -ionising -ionium -ioniums -ionizable -ionize -ionized -ionizer -ionizers -ionizes -ionizing -ionomer -ionomers -ionone -ionones -ionosphere -ionospheres -ionospheric -ions -iota -iotacism -iotacisms -iotas -ipecac -ipecacs -ipomoea -ipomoeas -iracund -irade -irades -irascibilities -irascibility -irascible -irate -irately -irater -iratest -ire -ired -ireful -irefully -ireless -irenic -irenical -irenics -ires -irides -iridescence -iridescences -iridescent -iridic -iridium -iridiums -irids -iring -iris -irised -irises -irising -iritic -iritis -iritises -irk -irked -irking -irks -irksome -irksomely -iron -ironbark -ironbarks -ironclad -ironclads -irone -ironed -ironer -ironers -irones -ironic -ironical -ironically -ironies -ironing -ironings -ironist -ironists -ironlike -ironness -ironnesses -irons -ironside -ironsides -ironware -ironwares -ironweed -ironweeds -ironwood -ironwoods -ironwork -ironworker -ironworkers -ironworks -irony -irradiate -irradiated -irradiates -irradiating -irradiation -irradiations -irrational -irrationalities -irrationality -irrationally -irrationals -irreal -irreconcilabilities -irreconcilability -irreconcilable -irrecoverable -irrecoverably -irredeemable -irreducible -irreducibly -irrefutable -irregular -irregularities -irregularity -irregularly -irregulars -irrelevance -irrelevances -irrelevant -irreligious -irreparable -irreplaceable -irrepressible -irreproachable -irresistible -irresolute -irresolutely -irresolution -irresolutions -irrespective -irresponsibilities -irresponsibility -irresponsible -irresponsibly -irretrievable -irreverence -irreverences -irreversible -irrevocable -irrigate -irrigated -irrigates -irrigating -irrigation -irrigations -irritabilities -irritability -irritable -irritably -irritant -irritants -irritate -irritated -irritates -irritating -irritatingly -irritation -irritations -irrupt -irrupted -irrupting -irrupts -is -isagoge -isagoges -isagogic -isagogics -isarithm -isarithms -isatin -isatine -isatines -isatinic -isatins -isba -isbas -ischemia -ischemias -ischemic -ischia -ischial -ischium -isinglass -island -islanded -islander -islanders -islanding -islands -isle -isled -isleless -isles -islet -islets -isling -ism -isms -isobar -isobare -isobares -isobaric -isobars -isobath -isobaths -isocheim -isocheims -isochime -isochimes -isochor -isochore -isochores -isochors -isochron -isochrons -isocline -isoclines -isocracies -isocracy -isodose -isogamies -isogamy -isogenic -isogenies -isogeny -isogloss -isoglosses -isogon -isogonal -isogonals -isogone -isogones -isogonic -isogonics -isogonies -isogons -isogony -isogram -isograms -isograph -isographs -isogriv -isogrivs -isohel -isohels -isohyet -isohyets -isolable -isolate -isolated -isolates -isolating -isolation -isolations -isolator -isolators -isolead -isoleads -isoline -isolines -isolog -isologs -isologue -isologues -isomer -isomeric -isomers -isometric -isometrics -isometries -isometry -isomorph -isomorphs -isonomic -isonomies -isonomy -isophote -isophotes -isopleth -isopleths -isopod -isopodan -isopodans -isopods -isoprene -isoprenes -isospin -isospins -isospories -isospory -isostasies -isostasy -isotach -isotachs -isothere -isotheres -isotherm -isotherms -isotone -isotones -isotonic -isotope -isotopes -isotopic -isotopically -isotopies -isotopy -isotropies -isotropy -isotype -isotypes -isotypic -isozyme -isozymes -isozymic -issei -isseis -issuable -issuably -issuance -issuances -issuant -issue -issued -issuer -issuers -issues -issuing -isthmi -isthmian -isthmians -isthmic -isthmoid -isthmus -isthmuses -istle -istles -it -italic -italicization -italicizations -italicize -italicized -italicizes -italicizing -italics -itch -itched -itches -itchier -itchiest -itching -itchings -itchy -item -itemed -iteming -itemization -itemizations -itemize -itemized -itemizer -itemizers -itemizes -itemizing -items -iterance -iterances -iterant -iterate -iterated -iterates -iterating -iteration -iterations -iterative -iterum -ither -itinerant -itinerants -itinerary -its -itself -ivied -ivies -ivories -ivory -ivy -ivylike -iwis -ixia -ixias -ixodid -ixodids -ixtle -ixtles -izar -izars -izzard -izzards -jab -jabbed -jabber -jabbered -jabberer -jabberers -jabbering -jabbers -jabbing -jabiru -jabirus -jabot -jabots -jabs -jacal -jacales -jacals -jacamar -jacamars -jacana -jacanas -jacinth -jacinthe -jacinthes -jacinths -jack -jackal -jackals -jackaroo -jackaroos -jackass -jackasses -jackboot -jackboots -jackdaw -jackdaws -jacked -jacker -jackeroo -jackeroos -jackers -jacket -jacketed -jacketing -jackets -jackfish -jackfishes -jackhammer -jackhammers -jackies -jacking -jackknife -jackknifed -jackknifes -jackknifing -jackknives -jackleg -jacklegs -jackpot -jackpots -jackrabbit -jackrabbits -jacks -jackstay -jackstays -jacky -jacobin -jacobins -jacobus -jacobuses -jaconet -jaconets -jacquard -jacquards -jacqueline -jaculate -jaculated -jaculates -jaculating -jade -jaded -jadedly -jadeite -jadeites -jades -jading -jadish -jadishly -jaditic -jaeger -jaegers -jag -jager -jagers -jagg -jaggaries -jaggary -jagged -jaggeder -jaggedest -jaggedly -jagger -jaggeries -jaggers -jaggery -jaggheries -jagghery -jaggier -jaggiest -jagging -jaggs -jaggy -jagless -jagra -jagras -jags -jaguar -jaguars -jail -jailbait -jailbird -jailbirds -jailbreak -jailbreaks -jailed -jailer -jailers -jailing -jailor -jailors -jails -jake -jakes -jalap -jalapic -jalapin -jalapins -jalaps -jalop -jalopies -jaloppies -jaloppy -jalops -jalopy -jalousie -jalousies -jam -jamb -jambe -jambeau -jambeaux -jambed -jambes -jambing -jamboree -jamborees -jambs -jammed -jammer -jammers -jamming -jams -jane -janes -jangle -jangled -jangler -janglers -jangles -jangling -janiform -janisaries -janisary -janitor -janitorial -janitors -janizaries -janizary -janty -japan -japanize -japanized -japanizes -japanizing -japanned -japanner -japanners -japanning -japans -jape -japed -japer -japeries -japers -japery -japes -japing -japingly -japonica -japonicas -jar -jarful -jarfuls -jargon -jargoned -jargonel -jargonels -jargoning -jargons -jargoon -jargoons -jarina -jarinas -jarl -jarldom -jarldoms -jarls -jarosite -jarosites -jarovize -jarovized -jarovizes -jarovizing -jarrah -jarrahs -jarred -jarring -jars -jarsful -jarvey -jarveys -jasey -jasmine -jasmines -jasper -jaspers -jaspery -jassid -jassids -jato -jatos -jauk -jauked -jauking -jauks -jaunce -jaunced -jaunces -jauncing -jaundice -jaundiced -jaundices -jaundicing -jaunt -jaunted -jauntier -jauntiest -jauntily -jauntiness -jauntinesses -jaunting -jaunts -jaunty -jaup -jauped -jauping -jaups -java -javas -javelin -javelina -javelinas -javelined -javelining -javelins -jaw -jawan -jawans -jawbone -jawboned -jawbones -jawboning -jawed -jawing -jawlike -jawline -jawlines -jaws -jay -jaybird -jaybirds -jaygee -jaygees -jays -jayvee -jayvees -jaywalk -jaywalked -jaywalker -jaywalkers -jaywalking -jaywalks -jazz -jazzed -jazzer -jazzers -jazzes -jazzier -jazziest -jazzily -jazzing -jazzman -jazzmen -jazzy -jealous -jealousies -jealously -jealousy -jean -jeans -jeapordize -jeapordized -jeapordizes -jeapordizing -jeapordous -jebel -jebels -jee -jeed -jeeing -jeep -jeepers -jeeps -jeer -jeered -jeerer -jeerers -jeering -jeers -jees -jeez -jefe -jefes -jehad -jehads -jehu -jehus -jejuna -jejunal -jejune -jejunely -jejunities -jejunity -jejunum -jell -jelled -jellied -jellies -jellified -jellifies -jellify -jellifying -jelling -jells -jelly -jellyfish -jellyfishes -jellying -jelutong -jelutongs -jemadar -jemadars -jemidar -jemidars -jemmied -jemmies -jemmy -jemmying -jennet -jennets -jennies -jenny -jeopard -jeoparded -jeopardies -jeoparding -jeopards -jeopardy -jeopordize -jeopordized -jeopordizes -jeopordizing -jerboa -jerboas -jereed -jereeds -jeremiad -jeremiads -jerid -jerids -jerk -jerked -jerker -jerkers -jerkier -jerkies -jerkiest -jerkily -jerkin -jerking -jerkins -jerks -jerky -jeroboam -jeroboams -jerreed -jerreeds -jerrican -jerricans -jerrid -jerrids -jerries -jerry -jerrycan -jerrycans -jersey -jerseyed -jerseys -jess -jessant -jesse -jessed -jesses -jessing -jest -jested -jester -jesters -jestful -jesting -jestings -jests -jesuit -jesuitic -jesuitries -jesuitry -jesuits -jet -jetbead -jetbeads -jete -jetes -jetliner -jetliners -jeton -jetons -jetport -jetports -jets -jetsam -jetsams -jetsom -jetsoms -jetted -jettied -jetties -jetting -jettison -jettisoned -jettisoning -jettisons -jetton -jettons -jetty -jettying -jeu -jeux -jew -jewed -jewel -jeweled -jeweler -jewelers -jeweling -jewelled -jeweller -jewellers -jewelling -jewelries -jewelry -jewels -jewfish -jewfishes -jewing -jews -jezail -jezails -jezebel -jezebels -jib -jibb -jibbed -jibber -jibbers -jibbing -jibboom -jibbooms -jibbs -jibe -jibed -jiber -jibers -jibes -jibing -jibingly -jibs -jiff -jiffies -jiffs -jiffy -jig -jigaboo -jigaboos -jigged -jigger -jiggered -jiggers -jigging -jiggle -jiggled -jiggles -jigglier -jiggliest -jiggling -jiggly -jigs -jigsaw -jigsawed -jigsawing -jigsawn -jigsaws -jihad -jihads -jill -jillion -jillions -jills -jilt -jilted -jilter -jilters -jilting -jilts -jiminy -jimjams -jimmied -jimmies -jimminy -jimmy -jimmying -jimp -jimper -jimpest -jimply -jimpy -jimsonweed -jimsonweeds -jin -jingal -jingall -jingalls -jingals -jingko -jingkoes -jingle -jingled -jingler -jinglers -jingles -jinglier -jingliest -jingling -jingly -jingo -jingoes -jingoish -jingoism -jingoisms -jingoist -jingoistic -jingoists -jink -jinked -jinker -jinkers -jinking -jinks -jinn -jinnee -jinni -jinns -jins -jinx -jinxed -jinxes -jinxing -jipijapa -jipijapas -jitney -jitneys -jitter -jittered -jittering -jitters -jittery -jiujitsu -jiujitsus -jiujutsu -jiujutsus -jive -jived -jives -jiving -jnana -jnanas -jo -joannes -job -jobbed -jobber -jobberies -jobbers -jobbery -jobbing -jobholder -jobholders -jobless -jobs -jock -jockey -jockeyed -jockeying -jockeys -jocko -jockos -jocks -jocose -jocosely -jocosities -jocosity -jocular -jocund -jocundly -jodhpur -jodhpurs -joe -joes -joey -joeys -jog -jogged -jogger -joggers -jogging -joggle -joggled -joggler -jogglers -joggles -joggling -jogs -johannes -john -johnboat -johnboats -johnnies -johnny -johns -join -joinable -joinder -joinders -joined -joiner -joineries -joiners -joinery -joining -joinings -joins -joint -jointed -jointer -jointers -jointing -jointly -joints -jointure -jointured -jointures -jointuring -joist -joisted -joisting -joists -jojoba -jojobas -joke -joked -joker -jokers -jokes -jokester -jokesters -joking -jokingly -jole -joles -jollied -jollier -jollies -jolliest -jollified -jollifies -jollify -jollifying -jollily -jollities -jollity -jolly -jollying -jolt -jolted -jolter -jolters -joltier -joltiest -joltily -jolting -jolts -jolty -jongleur -jongleurs -jonquil -jonquils -joram -jorams -jordan -jordans -jorum -jorums -joseph -josephs -josh -joshed -josher -joshers -joshes -joshing -joss -josses -jostle -jostled -jostler -jostlers -jostles -jostling -jot -jota -jotas -jots -jotted -jotting -jottings -jotty -jouk -jouked -jouking -jouks -joule -joules -jounce -jounced -jounces -jouncier -jounciest -jouncing -jouncy -journal -journalism -journalisms -journalist -journalistic -journalists -journals -journey -journeyed -journeying -journeyman -journeymen -journeys -joust -jousted -jouster -jousters -jousting -jousts -jovial -jovially -jow -jowed -jowing -jowl -jowled -jowlier -jowliest -jowls -jowly -jows -joy -joyance -joyances -joyed -joyful -joyfuller -joyfullest -joyfully -joying -joyless -joyous -joyously -joyousness -joyousnesses -joypop -joypopped -joypopping -joypops -joyride -joyrider -joyriders -joyrides -joyriding -joyridings -joys -joystick -joysticks -juba -jubas -jubbah -jubbahs -jube -jubes -jubhah -jubhahs -jubilant -jubilate -jubilated -jubilates -jubilating -jubile -jubilee -jubilees -jubiles -jublilantly -jublilation -jublilations -judas -judases -judder -juddered -juddering -judders -judge -judged -judgement -judgements -judger -judgers -judges -judgeship -judgeships -judging -judgment -judgments -judicature -judicatures -judicial -judicially -judiciaries -judiciary -judicious -judiciously -judiciousness -judiciousnesses -judo -judoist -judoists -judoka -judokas -judos -jug -juga -jugal -jugate -jugful -jugfuls -jugged -juggernaut -juggernauts -jugging -juggle -juggled -juggler -juggleries -jugglers -jugglery -juggles -juggling -jugglings -jughead -jugheads -jugs -jugsful -jugula -jugular -jugulars -jugulate -jugulated -jugulates -jugulating -jugulum -jugum -jugums -juice -juiced -juicer -juicers -juices -juicier -juiciest -juicily -juiciness -juicinesses -juicing -juicy -jujitsu -jujitsus -juju -jujube -jujubes -jujuism -jujuisms -jujuist -jujuists -jujus -jujutsu -jujutsus -juke -jukebox -jukeboxes -juked -jukes -juking -julep -juleps -julienne -juliennes -jumble -jumbled -jumbler -jumblers -jumbles -jumbling -jumbo -jumbos -jumbuck -jumbucks -jump -jumped -jumper -jumpers -jumpier -jumpiest -jumpily -jumping -jumpoff -jumpoffs -jumps -jumpy -jun -junco -juncoes -juncos -junction -junctions -juncture -junctures -jungle -jungles -junglier -jungliest -jungly -junior -juniors -juniper -junipers -junk -junked -junker -junkers -junket -junketed -junketer -junketers -junketing -junkets -junkie -junkier -junkies -junkiest -junking -junkman -junkmen -junks -junky -junkyard -junkyards -junta -juntas -junto -juntos -jupe -jupes -jupon -jupons -jura -jural -jurally -jurant -jurants -jurat -juratory -jurats -jurel -jurels -juridic -juries -jurisdiction -jurisdictional -jurisdictions -jurisprudence -jurisprudences -jurist -juristic -jurists -juror -jurors -jury -juryman -jurymen -jus -jussive -jussives -just -justed -juster -justers -justest -justice -justices -justifiable -justification -justifications -justified -justifies -justify -justifying -justing -justle -justled -justles -justling -justly -justness -justnesses -justs -jut -jute -jutes -juts -jutted -juttied -jutties -jutting -jutty -juttying -juvenal -juvenals -juvenile -juveniles -juxtapose -juxtaposed -juxtaposes -juxtaposing -juxtaposition -juxtapositions -ka -kaas -kab -kabab -kababs -kabaka -kabakas -kabala -kabalas -kabar -kabars -kabaya -kabayas -kabbala -kabbalah -kabbalahs -kabbalas -kabeljou -kabeljous -kabiki -kabikis -kabob -kabobs -kabs -kabuki -kabukis -kachina -kachinas -kaddish -kaddishim -kadi -kadis -kae -kaes -kaffir -kaffirs -kaffiyeh -kaffiyehs -kafir -kafirs -kaftan -kaftans -kagu -kagus -kahuna -kahunas -kaiak -kaiaks -kaif -kaifs -kail -kails -kailyard -kailyards -kain -kainit -kainite -kainites -kainits -kains -kaiser -kaiserin -kaiserins -kaisers -kajeput -kajeputs -kaka -kakapo -kakapos -kakas -kakemono -kakemonos -kaki -kakis -kalam -kalamazoo -kalams -kale -kaleidoscope -kaleidoscopes -kaleidoscopic -kaleidoscopical -kaleidoscopically -kalends -kales -kalewife -kalewives -kaleyard -kaleyards -kalian -kalians -kalif -kalifate -kalifates -kalifs -kalimba -kalimbas -kaliph -kaliphs -kalium -kaliums -kallidin -kallidins -kalmia -kalmias -kalong -kalongs -kalpa -kalpak -kalpaks -kalpas -kalyptra -kalyptras -kamaaina -kamaainas -kamacite -kamacites -kamala -kamalas -kame -kames -kami -kamik -kamikaze -kamikazes -kamiks -kampong -kampongs -kamseen -kamseens -kamsin -kamsins -kana -kanas -kane -kanes -kangaroo -kangaroos -kanji -kanjis -kantar -kantars -kantele -kanteles -kaoliang -kaoliangs -kaolin -kaoline -kaolines -kaolinic -kaolins -kaon -kaons -kapa -kapas -kaph -kaphs -kapok -kapoks -kappa -kappas -kaput -kaputt -karakul -karakuls -karat -karate -karates -karats -karma -karmas -karmic -karn -karnofsky -karns -karoo -karoos -kaross -karosses -karroo -karroos -karst -karstic -karsts -kart -karting -kartings -karts -karyotin -karyotins -kas -kasha -kashas -kasher -kashered -kashering -kashers -kashmir -kashmirs -kashrut -kashruth -kashruths -kashruts -kat -katakana -katakanas -kathodal -kathode -kathodes -kathodic -kation -kations -kats -katydid -katydids -kauri -kauries -kauris -kaury -kava -kavas -kavass -kavasses -kay -kayak -kayaker -kayakers -kayaks -kayles -kayo -kayoed -kayoes -kayoing -kayos -kays -kazoo -kazoos -kea -keas -kebab -kebabs -kebar -kebars -kebbie -kebbies -kebbock -kebbocks -kebbuck -kebbucks -keblah -keblahs -kebob -kebobs -keck -kecked -kecking -keckle -keckled -keckles -keckling -kecks -keddah -keddahs -kedge -kedged -kedgeree -kedgerees -kedges -kedging -keef -keefs -keek -keeked -keeking -keeks -keel -keelage -keelages -keelboat -keelboats -keeled -keelhale -keelhaled -keelhales -keelhaling -keelhaul -keelhauled -keelhauling -keelhauls -keeling -keelless -keels -keelson -keelsons -keen -keened -keener -keeners -keenest -keening -keenly -keenness -keennesses -keens -keep -keepable -keeper -keepers -keeping -keepings -keeps -keepsake -keepsakes -keeshond -keeshonden -keeshonds -keester -keesters -keet -keets -keeve -keeves -kef -kefir -kefirs -kefs -keg -kegeler -kegelers -kegler -keglers -kegling -keglings -kegs -keir -keirs -keister -keisters -keitloa -keitloas -keloid -keloidal -keloids -kelp -kelped -kelpie -kelpies -kelping -kelps -kelpy -kelson -kelsons -kelter -kelters -kelvin -kelvins -kemp -kemps -kempt -ken -kenaf -kenafs -kench -kenches -kendo -kendos -kenned -kennel -kenneled -kenneling -kennelled -kennelling -kennels -kenning -kennings -keno -kenos -kenosis -kenosises -kenotic -kenotron -kenotrons -kens -kent -kep -kephalin -kephalins -kepi -kepis -kepped -keppen -kepping -keps -kept -keramic -keramics -keratin -keratins -keratoid -keratoma -keratomas -keratomata -keratose -kerb -kerbed -kerbing -kerbs -kerchief -kerchiefs -kerchieves -kerchoo -kerf -kerfed -kerfing -kerfs -kermes -kermess -kermesses -kermis -kermises -kern -kerne -kerned -kernel -kerneled -kerneling -kernelled -kernelling -kernels -kernes -kerning -kernite -kernites -kerns -kerogen -kerogens -kerosene -kerosenes -kerosine -kerosines -kerplunk -kerria -kerrias -kerries -kerry -kersey -kerseys -kerygma -kerygmata -kestrel -kestrels -ketch -ketches -ketchup -ketchups -ketene -ketenes -keto -ketol -ketone -ketones -ketonic -ketose -ketoses -ketosis -ketotic -kettle -kettledrum -kettledrums -kettles -kevel -kevels -kevil -kevils -kex -kexes -key -keyboard -keyboarded -keyboarding -keyboards -keyed -keyer -keyhole -keyholes -keying -keyless -keynote -keynoted -keynoter -keynoters -keynotes -keynoting -keypunch -keypunched -keypuncher -keypunchers -keypunches -keypunching -keys -keyset -keysets -keyster -keysters -keystone -keystones -keyway -keyways -keyword -keywords -khaddar -khaddars -khadi -khadis -khaki -khakis -khalif -khalifa -khalifas -khalifs -khamseen -khamseens -khamsin -khamsins -khan -khanate -khanates -khans -khat -khats -khazen -khazenim -khazens -kheda -khedah -khedahs -khedas -khedival -khedive -khedives -khi -khirkah -khirkahs -khis -kiang -kiangs -kiaugh -kiaughs -kibble -kibbled -kibbles -kibbling -kibbutz -kibbutzim -kibe -kibes -kibitz -kibitzed -kibitzer -kibitzers -kibitzes -kibitzing -kibla -kiblah -kiblahs -kiblas -kibosh -kiboshed -kiboshes -kiboshing -kick -kickback -kickbacks -kicked -kicker -kickers -kicking -kickoff -kickoffs -kicks -kickshaw -kickshaws -kickup -kickups -kid -kidded -kidder -kidders -kiddie -kiddies -kidding -kiddingly -kiddish -kiddo -kiddoes -kiddos -kiddush -kiddushes -kiddy -kidlike -kidnap -kidnaped -kidnaper -kidnapers -kidnaping -kidnapped -kidnapper -kidnappers -kidnapping -kidnaps -kidney -kidneys -kids -kidskin -kidskins -kief -kiefs -kielbasa -kielbasas -kielbasy -kier -kiers -kiester -kiesters -kif -kifs -kike -kikes -kilim -kilims -kill -killdee -killdeer -killdeers -killdees -killed -killer -killers -killick -killicks -killing -killings -killjoy -killjoys -killock -killocks -kills -kiln -kilned -kilning -kilns -kilo -kilobar -kilobars -kilobit -kilobits -kilocycle -kilocycles -kilogram -kilograms -kilohertz -kilometer -kilometers -kilomole -kilomoles -kilorad -kilorads -kilos -kiloton -kilotons -kilovolt -kilovolts -kilowatt -kilowatts -kilt -kilted -kilter -kilters -kiltie -kilties -kilting -kiltings -kilts -kilty -kimono -kimonoed -kimonos -kin -kinase -kinases -kind -kinder -kindergarten -kindergartens -kindergartner -kindergartners -kindest -kindhearted -kindle -kindled -kindler -kindlers -kindles -kindless -kindlier -kindliest -kindliness -kindlinesses -kindling -kindlings -kindly -kindness -kindnesses -kindred -kindreds -kinds -kine -kinema -kinemas -kines -kineses -kinesics -kinesis -kinetic -kinetics -kinetin -kinetins -kinfolk -kinfolks -king -kingbird -kingbirds -kingbolt -kingbolts -kingcup -kingcups -kingdom -kingdoms -kinged -kingfish -kingfisher -kingfishers -kingfishes -kinghood -kinghoods -kinging -kingless -kinglet -kinglets -kinglier -kingliest -kinglike -kingly -kingpin -kingpins -kingpost -kingposts -kings -kingship -kingships -kingside -kingsides -kingwood -kingwoods -kinin -kinins -kink -kinkajou -kinkajous -kinked -kinkier -kinkiest -kinkily -kinking -kinks -kinky -kino -kinos -kins -kinsfolk -kinship -kinships -kinsman -kinsmen -kinswoman -kinswomen -kiosk -kiosks -kip -kipped -kippen -kipper -kippered -kippering -kippers -kipping -kips -kipskin -kipskins -kirigami -kirigamis -kirk -kirkman -kirkmen -kirks -kirmess -kirmesses -kirn -kirned -kirning -kirns -kirsch -kirsches -kirtle -kirtled -kirtles -kishka -kishkas -kishke -kishkes -kismat -kismats -kismet -kismetic -kismets -kiss -kissable -kissably -kissed -kisser -kissers -kisses -kissing -kist -kistful -kistfuls -kists -kit -kitchen -kitchens -kite -kited -kiter -kiters -kites -kith -kithara -kitharas -kithe -kithed -kithes -kithing -kiths -kiting -kitling -kitlings -kits -kitsch -kitsches -kitschy -kitted -kittel -kitten -kittened -kittening -kittenish -kittens -kitties -kitting -kittle -kittled -kittler -kittles -kittlest -kittling -kitty -kiva -kivas -kiwi -kiwis -klatch -klatches -klatsch -klatsches -klavern -klaverns -klaxon -klaxons -kleagle -kleagles -kleig -klepht -klephtic -klephts -kleptomania -kleptomaniac -kleptomaniacs -kleptomanias -klieg -klong -klongs -kloof -kloofs -kludge -kludges -klutz -klutzes -klutzier -klutziest -klutzy -klystron -klystrons -knack -knacked -knacker -knackeries -knackers -knackery -knacking -knacks -knap -knapped -knapper -knappers -knapping -knaps -knapsack -knapsacks -knapweed -knapweeds -knar -knarred -knarry -knars -knave -knaveries -knavery -knaves -knavish -knawel -knawels -knead -kneaded -kneader -kneaders -kneading -kneads -knee -kneecap -kneecaps -kneed -kneehole -kneeholes -kneeing -kneel -kneeled -kneeler -kneelers -kneeling -kneels -kneepad -kneepads -kneepan -kneepans -knees -knell -knelled -knelling -knells -knelt -knew -knickers -knickknack -knickknacks -knife -knifed -knifer -knifers -knifes -knifing -knight -knighted -knighthood -knighthoods -knighting -knightly -knights -knish -knishes -knit -knits -knitted -knitter -knitters -knitting -knittings -knitwear -knitwears -knives -knob -knobbed -knobbier -knobbiest -knobby -knoblike -knobs -knock -knocked -knocker -knockers -knocking -knockoff -knockoffs -knockout -knockouts -knocks -knockwurst -knockwursts -knoll -knolled -knoller -knollers -knolling -knolls -knolly -knop -knopped -knops -knosp -knosps -knot -knothole -knotholes -knotless -knotlike -knots -knotted -knotter -knotters -knottier -knottiest -knottily -knotting -knotty -knotweed -knotweeds -knout -knouted -knouting -knouts -know -knowable -knower -knowers -knowing -knowinger -knowingest -knowings -knowledge -knowledgeable -knowledges -known -knowns -knows -knuckle -knucklebone -knucklebones -knuckled -knuckler -knucklers -knuckles -knucklier -knuckliest -knuckling -knuckly -knur -knurl -knurled -knurlier -knurliest -knurling -knurls -knurly -knurs -koa -koala -koalas -koan -koans -koas -kobold -kobolds -koel -koels -kohl -kohlrabi -kohlrabies -kohls -koine -koines -kokanee -kokanees -kola -kolacky -kolas -kolhoz -kolhozes -kolhozy -kolinski -kolinskies -kolinsky -kolkhos -kolkhoses -kolkhosy -kolkhoz -kolkhozes -kolkhozy -kolkoz -kolkozes -kolkozy -kolo -kolos -komatik -komatiks -komondor -komondorock -komondorok -komondors -koodoo -koodoos -kook -kookie -kookier -kookiest -kooks -kooky -kop -kopeck -kopecks -kopek -kopeks -koph -kophs -kopje -kopjes -koppa -koppas -koppie -koppies -kops -kor -kors -korun -koruna -korunas -koruny -kos -kosher -koshered -koshering -koshers -koss -koto -kotos -kotow -kotowed -kotower -kotowers -kotowing -kotows -koumis -koumises -koumiss -koumisses -koumys -koumyses -koumyss -koumysses -kousso -koussos -kowtow -kowtowed -kowtower -kowtowers -kowtowing -kowtows -kraal -kraaled -kraaling -kraals -kraft -krafts -krait -kraits -kraken -krakens -krater -kraters -kraut -krauts -kremlin -kremlins -kreutzer -kreutzers -kreuzer -kreuzers -krikorian -krill -krills -krimmer -krimmers -kris -krises -krona -krone -kronen -kroner -kronor -kronur -kroon -krooni -kroons -krubi -krubis -krubut -krubuts -kruller -krullers -kryolite -kryolites -kryolith -kryoliths -krypton -kryptons -kuchen -kudo -kudos -kudu -kudus -kudzu -kudzus -kue -kues -kulak -kulaki -kulaks -kultur -kulturs -kumiss -kumisses -kummel -kummels -kumquat -kumquats -kumys -kumyses -kunzite -kunzites -kurbash -kurbashed -kurbashes -kurbashing -kurgan -kurgans -kurta -kurtas -kurtosis -kurtosises -kuru -kurus -kusso -kussos -kvas -kvases -kvass -kvasses -kvetch -kvetched -kvetches -kvetching -kwacha -kyack -kyacks -kyanise -kyanised -kyanises -kyanising -kyanite -kyanites -kyanize -kyanized -kyanizes -kyanizing -kyar -kyars -kyat -kyats -kylikes -kylix -kymogram -kymograms -kyphoses -kyphosis -kyphotic -kyrie -kyries -kyte -kytes -kythe -kythed -kythes -kything -la -laager -laagered -laagering -laagers -lab -labara -labarum -labarums -labdanum -labdanums -label -labeled -labeler -labelers -labeling -labella -labelled -labeller -labellers -labelling -labellum -labels -labia -labial -labially -labials -labiate -labiated -labiates -labile -labilities -lability -labium -labor -laboratories -laboratory -labored -laborer -laborers -laboring -laborious -laboriously -laborite -laborites -labors -labour -laboured -labourer -labourers -labouring -labours -labra -labret -labrets -labroid -labroids -labrum -labrums -labs -laburnum -laburnums -labyrinth -labyrinthine -labyrinths -lac -lace -laced -laceless -lacelike -lacer -lacerate -lacerated -lacerates -lacerating -laceration -lacerations -lacers -lacertid -lacertids -laces -lacewing -lacewings -lacewood -lacewoods -lacework -laceworks -lacey -laches -lachrymose -lacier -laciest -lacily -laciness -lacinesses -lacing -lacings -lack -lackadaisical -lackadaisically -lackaday -lacked -lacker -lackered -lackering -lackers -lackey -lackeyed -lackeying -lackeys -lacking -lackluster -lacks -laconic -laconically -laconism -laconisms -lacquer -lacquered -lacquering -lacquers -lacquey -lacqueyed -lacqueying -lacqueys -lacrimal -lacrimals -lacrosse -lacrosses -lacs -lactam -lactams -lactary -lactase -lactases -lactate -lactated -lactates -lactating -lactation -lactations -lacteal -lacteals -lactean -lacteous -lactic -lactone -lactones -lactonic -lactose -lactoses -lacuna -lacunae -lacunal -lacunar -lacunaria -lacunars -lacunary -lacunas -lacunate -lacune -lacunes -lacunose -lacy -lad -ladanum -ladanums -ladder -laddered -laddering -ladders -laddie -laddies -lade -laded -laden -ladened -ladening -ladens -lader -laders -lades -ladies -lading -ladings -ladino -ladinos -ladle -ladled -ladleful -ladlefuls -ladler -ladlers -ladles -ladling -ladron -ladrone -ladrones -ladrons -lads -lady -ladybird -ladybirds -ladybug -ladybugs -ladyfish -ladyfishes -ladyhood -ladyhoods -ladyish -ladykin -ladykins -ladylike -ladylove -ladyloves -ladypalm -ladypalms -ladyship -ladyships -laevo -lag -lagan -lagans -lagend -lagends -lager -lagered -lagering -lagers -laggard -laggardly -laggardness -laggardnesses -laggards -lagged -lagger -laggers -lagging -laggings -lagnappe -lagnappes -lagniappe -lagniappes -lagoon -lagoonal -lagoons -lags -laguna -lagunas -lagune -lagunes -laic -laical -laically -laich -laichs -laicise -laicised -laicises -laicising -laicism -laicisms -laicize -laicized -laicizes -laicizing -laics -laid -laigh -laighs -lain -lair -laird -lairdly -lairds -laired -lairing -lairs -laitance -laitances -laith -laithly -laities -laity -lake -laked -lakeport -lakeports -laker -lakers -lakes -lakeside -lakesides -lakh -lakhs -lakier -lakiest -laking -lakings -laky -lall -lallan -lalland -lallands -lallans -lalled -lalling -lalls -lallygag -lallygagged -lallygagging -lallygags -lam -lama -lamas -lamaseries -lamasery -lamb -lambast -lambaste -lambasted -lambastes -lambasting -lambasts -lambda -lambdas -lambdoid -lambed -lambencies -lambency -lambent -lambently -lamber -lambers -lambert -lamberts -lambie -lambies -lambing -lambkill -lambkills -lambkin -lambkins -lamblike -lambs -lambskin -lambskins -lame -lamebrain -lamebrains -lamed -lamedh -lamedhs -lameds -lamella -lamellae -lamellar -lamellas -lamely -lameness -lamenesses -lament -lamentable -lamentably -lamentation -lamentations -lamented -lamenter -lamenters -lamenting -laments -lamer -lames -lamest -lamia -lamiae -lamias -lamina -laminae -laminal -laminar -laminary -laminas -laminate -laminated -laminates -laminating -lamination -laminations -laming -laminose -laminous -lamister -lamisters -lammed -lamming -lamp -lampad -lampads -lampas -lampases -lamped -lampers -lamperses -lamping -lampion -lampions -lampoon -lampooned -lampooning -lampoons -lamppost -lampposts -lamprey -lampreys -lamps -lampyrid -lampyrids -lams -lamster -lamsters -lanai -lanais -lanate -lanated -lance -lanced -lancelet -lancelets -lancer -lancers -lances -lancet -lanceted -lancets -lanciers -lancing -land -landau -landaus -landed -lander -landers -landfall -landfalls -landfill -landfills -landform -landforms -landholder -landholders -landholding -landholdings -landing -landings -landladies -landlady -landler -landlers -landless -landlocked -landlord -landlords -landlubber -landlubbers -landman -landmark -landmarks -landmass -landmasses -landmen -lands -landscape -landscaped -landscapes -landscaping -landside -landsides -landskip -landskips -landsleit -landslid -landslide -landslides -landslip -landslips -landsman -landsmen -landward -lane -lanely -lanes -lang -langlauf -langlaufs -langley -langleys -langourous -langourously -langrage -langrages -langrel -langrels -langshan -langshans -langsyne -langsynes -language -languages -langue -langues -languet -languets -languid -languidly -languidness -languidnesses -languish -languished -languishes -languishing -languor -languors -langur -langurs -laniard -laniards -laniaries -laniary -lanital -lanitals -lank -lanker -lankest -lankier -lankiest -lankily -lankly -lankness -lanknesses -lanky -lanner -lanneret -lannerets -lanners -lanolin -lanoline -lanolines -lanolins -lanose -lanosities -lanosity -lantana -lantanas -lantern -lanterns -lanthorn -lanthorns -lanugo -lanugos -lanyard -lanyards -lap -lapboard -lapboards -lapdog -lapdogs -lapel -lapelled -lapels -lapful -lapfuls -lapidaries -lapidary -lapidate -lapidated -lapidates -lapidating -lapides -lapidified -lapidifies -lapidify -lapidifying -lapidist -lapidists -lapilli -lapillus -lapin -lapins -lapis -lapises -lapped -lapper -lappered -lappering -lappers -lappet -lappeted -lappets -lapping -laps -lapsable -lapse -lapsed -lapser -lapsers -lapses -lapsible -lapsing -lapsus -lapwing -lapwings -lar -larboard -larboards -larcener -larceners -larcenies -larcenous -larceny -larch -larches -lard -larded -larder -larders -lardier -lardiest -larding -lardlike -lardon -lardons -lardoon -lardoons -lards -lardy -lares -large -largely -largeness -largenesses -larger -larges -largess -largesse -largesses -largest -largish -largo -largos -lariat -lariated -lariating -lariats -larine -lark -larked -larker -larkers -larkier -larkiest -larking -larks -larksome -larkspur -larkspurs -larky -larrigan -larrigans -larrikin -larrikins -larrup -larruped -larruper -larrupers -larruping -larrups -lars -larum -larums -larva -larvae -larval -larvas -laryngal -laryngeal -larynges -laryngitis -laryngitises -laryngoscopy -larynx -larynxes -las -lasagna -lasagnas -lasagne -lasagnes -lascar -lascars -lascivious -lasciviousness -lasciviousnesses -lase -lased -laser -lasers -lases -lash -lashed -lasher -lashers -lashes -lashing -lashings -lashins -lashkar -lashkars -lasing -lass -lasses -lassie -lassies -lassitude -lassitudes -lasso -lassoed -lassoer -lassoers -lassoes -lassoing -lassos -last -lasted -laster -lasters -lasting -lastings -lastly -lasts -lat -latakia -latakias -latch -latched -latches -latchet -latchets -latching -latchkey -latchkeys -late -latecomer -latecomers -lated -lateen -lateener -lateeners -lateens -lately -laten -latencies -latency -latened -lateness -latenesses -latening -latens -latent -latently -latents -later -laterad -lateral -lateraled -lateraling -laterally -laterals -laterite -laterites -latest -latests -latewood -latewoods -latex -latexes -lath -lathe -lathed -lather -lathered -latherer -latherers -lathering -lathers -lathery -lathes -lathier -lathiest -lathing -lathings -laths -lathwork -lathworks -lathy -lati -latices -latigo -latigoes -latigos -latinities -latinity -latinize -latinized -latinizes -latinizing -latish -latitude -latitudes -latosol -latosols -latria -latrias -latrine -latrines -lats -latten -lattens -latter -latterly -lattice -latticed -lattices -latticing -lattin -lattins -lauan -lauans -laud -laudable -laudably -laudanum -laudanums -laudator -laudators -lauded -lauder -lauders -lauding -lauds -laugh -laughable -laughed -laugher -laughers -laughing -laughingly -laughings -laughingstock -laughingstocks -laughs -laughter -laughters -launce -launces -launch -launched -launcher -launchers -launches -launching -launder -laundered -launderer -launderers -launderess -launderesses -laundering -launders -laundries -laundry -laura -laurae -lauras -laureate -laureated -laureates -laureateship -laureateships -laureating -laurel -laureled -laureling -laurelled -laurelling -laurels -lauwine -lauwines -lava -lavabo -lavaboes -lavabos -lavage -lavages -lavalava -lavalavas -lavalier -lavaliers -lavalike -lavas -lavation -lavations -lavatories -lavatory -lave -laved -laveer -laveered -laveering -laveers -lavender -lavendered -lavendering -lavenders -laver -laverock -laverocks -lavers -laves -laving -lavish -lavished -lavisher -lavishers -lavishes -lavishest -lavishing -lavishly -lavrock -lavrocks -law -lawbreaker -lawbreakers -lawed -lawful -lawfully -lawgiver -lawgivers -lawine -lawines -lawing -lawings -lawless -lawlike -lawmaker -lawmakers -lawman -lawmen -lawn -lawns -lawny -laws -lawsuit -lawsuits -lawyer -lawyerly -lawyers -lax -laxation -laxations -laxative -laxatives -laxer -laxest -laxities -laxity -laxly -laxness -laxnesses -lay -layabout -layabouts -layaway -layaways -layed -layer -layerage -layerages -layered -layering -layerings -layers -layette -layettes -laying -layman -laymen -layoff -layoffs -layout -layouts -layover -layovers -lays -laywoman -laywomen -lazar -lazaret -lazarets -lazars -laze -lazed -lazes -lazied -lazier -lazies -laziest -lazily -laziness -lazinesses -lazing -lazuli -lazulis -lazulite -lazulites -lazurite -lazurites -lazy -lazying -lazyish -lazys -lea -leach -leachate -leachates -leached -leacher -leachers -leaches -leachier -leachiest -leaching -leachy -lead -leaded -leaden -leadenly -leader -leaderless -leaders -leadership -leaderships -leadier -leadiest -leading -leadings -leadless -leadoff -leadoffs -leads -leadsman -leadsmen -leadwork -leadworks -leadwort -leadworts -leady -leaf -leafage -leafages -leafed -leafier -leafiest -leafing -leafless -leaflet -leaflets -leaflike -leafs -leafworm -leafworms -leafy -league -leagued -leaguer -leaguered -leaguering -leaguers -leagues -leaguing -leak -leakage -leakages -leaked -leaker -leakers -leakier -leakiest -leakily -leaking -leakless -leaks -leaky -leal -leally -lealties -lealty -lean -leaned -leaner -leanest -leaning -leanings -leanly -leanness -leannesses -leans -leant -leap -leaped -leaper -leapers -leapfrog -leapfrogged -leapfrogging -leapfrogs -leaping -leaps -leapt -lear -learier -leariest -learn -learned -learner -learners -learning -learnings -learns -learnt -lears -leary -leas -leasable -lease -leased -leaser -leasers -leases -leash -leashed -leashes -leashing -leasing -leasings -least -leasts -leather -leathered -leathering -leathern -leathers -leathery -leave -leaved -leaven -leavened -leavening -leavens -leaver -leavers -leaves -leavier -leaviest -leaving -leavings -leavy -leben -lebens -lech -lechayim -lechayims -lecher -lechered -lecheries -lechering -lecherous -lecherousness -lecherousnesses -lechers -lechery -leches -lecithin -lecithins -lectern -lecterns -lection -lections -lector -lectors -lecture -lectured -lecturer -lecturers -lectures -lectureship -lectureships -lecturing -lecythi -lecythus -led -ledge -ledger -ledgers -ledges -ledgier -ledgiest -ledgy -lee -leeboard -leeboards -leech -leeched -leeches -leeching -leek -leeks -leer -leered -leerier -leeriest -leerily -leering -leers -leery -lees -leet -leets -leeward -leewards -leeway -leeways -left -lefter -leftest -lefties -leftism -leftisms -leftist -leftists -leftover -leftovers -lefts -leftward -leftwing -lefty -leg -legacies -legacy -legal -legalese -legaleses -legalise -legalised -legalises -legalising -legalism -legalisms -legalist -legalistic -legalists -legalities -legality -legalize -legalized -legalizes -legalizing -legally -legals -legate -legated -legatee -legatees -legates -legatine -legating -legation -legations -legato -legator -legators -legatos -legend -legendary -legendries -legendry -legends -leger -legerdemain -legerdemains -legerities -legerity -legers -leges -legged -leggier -leggiest -leggin -legging -leggings -leggins -leggy -leghorn -leghorns -legibilities -legibility -legible -legibly -legion -legionaries -legionary -legionnaire -legionnaires -legions -legislate -legislated -legislates -legislating -legislation -legislations -legislative -legislator -legislators -legislature -legislatures -legist -legists -legit -legitimacy -legitimate -legitimately -legits -legless -leglike -legman -legmen -legroom -legrooms -legs -legume -legumes -legumin -leguminous -legumins -legwork -legworks -lehayim -lehayims -lehr -lehrs -lehua -lehuas -lei -leis -leister -leistered -leistering -leisters -leisure -leisured -leisurely -leisures -lek -leks -lekythi -lekythoi -lekythos -lekythus -leman -lemans -lemma -lemmas -lemmata -lemming -lemmings -lemnisci -lemon -lemonade -lemonades -lemonish -lemons -lemony -lempira -lempiras -lemur -lemures -lemuroid -lemuroids -lemurs -lend -lender -lenders -lending -lends -lenes -length -lengthen -lengthened -lengthening -lengthens -lengthier -lengthiest -lengths -lengthwise -lengthy -lenience -leniences -leniencies -leniency -lenient -leniently -lenis -lenities -lenitive -lenitives -lenity -leno -lenos -lens -lense -lensed -lenses -lensless -lent -lentando -lenten -lentic -lenticel -lenticels -lentigines -lentigo -lentil -lentils -lentisk -lentisks -lento -lentoid -lentos -leone -leones -leonine -leopard -leopards -leotard -leotards -leper -lepers -lepidote -leporid -leporids -leporine -leprechaun -leprechauns -leprose -leprosies -leprosy -leprotic -leprous -lepta -lepton -leptonic -leptons -lesbian -lesbianism -lesbianisms -lesbians -lesion -lesions -less -lessee -lessees -lessen -lessened -lessening -lessens -lesser -lesson -lessoned -lessoning -lessons -lessor -lessors -lest -let -letch -letches -letdown -letdowns -lethal -lethally -lethals -lethargic -lethargies -lethargy -lethe -lethean -lethes -lets -letted -letter -lettered -letterer -letterers -letterhead -lettering -letters -letting -lettuce -lettuces -letup -letups -leu -leucemia -leucemias -leucemic -leucin -leucine -leucines -leucins -leucite -leucites -leucitic -leucoma -leucomas -leud -leudes -leuds -leukemia -leukemias -leukemic -leukemics -leukocytosis -leukoma -leukomas -leukon -leukons -leukopenia -leukophoresis -leukoses -leukosis -leukotic -lev -leva -levant -levanted -levanter -levanters -levanting -levants -levator -levatores -levators -levee -leveed -leveeing -levees -level -leveled -leveler -levelers -leveling -levelled -leveller -levellers -levelling -levelly -levelness -levelnesses -levels -lever -leverage -leveraged -leverages -leveraging -levered -leveret -leverets -levering -levers -leviable -leviathan -leviathans -levied -levier -leviers -levies -levigate -levigated -levigates -levigating -levin -levins -levirate -levirates -levitate -levitated -levitates -levitating -levities -levity -levo -levogyre -levulin -levulins -levulose -levuloses -levy -levying -lewd -lewder -lewdest -lewdly -lewdness -lewdnesses -lewis -lewises -lewisite -lewisites -lewisson -lewissons -lex -lexica -lexical -lexicographer -lexicographers -lexicographic -lexicographical -lexicographies -lexicography -lexicon -lexicons -ley -leys -li -liabilities -liability -liable -liaise -liaised -liaises -liaising -liaison -liaisons -liana -lianas -liane -lianes -liang -liangs -lianoid -liar -liard -liards -liars -lib -libation -libations -libber -libbers -libeccio -libeccios -libel -libelant -libelants -libeled -libelee -libelees -libeler -libelers -libeling -libelist -libelists -libelled -libellee -libellees -libeller -libellers -libelling -libellous -libelous -libels -liber -liberal -liberalism -liberalisms -liberalities -liberality -liberalize -liberalized -liberalizes -liberalizing -liberally -liberals -liberate -liberated -liberates -liberating -liberation -liberations -liberator -liberators -libers -liberties -libertine -libertines -liberty -libidinal -libidinous -libido -libidos -libra -librae -librarian -librarians -libraries -library -libras -librate -librated -librates -librating -libretti -librettist -librettists -libretto -librettos -libri -libs -lice -licence -licenced -licencee -licencees -licencer -licencers -licences -licencing -license -licensed -licensee -licensees -licenser -licensers -licenses -licensing -licensor -licensors -licentious -licentiously -licentiousness -licentiousnesses -lichee -lichees -lichen -lichened -lichenin -lichening -lichenins -lichenous -lichens -lichi -lichis -licht -lichted -lichting -lichtly -lichts -licit -licitly -lick -licked -licker -lickers -licking -lickings -licks -lickspit -lickspits -licorice -licorices -lictor -lictors -lid -lidar -lidars -lidded -lidding -lidless -lido -lidos -lids -lie -lied -lieder -lief -liefer -liefest -liefly -liege -liegeman -liegemen -lieges -lien -lienable -lienal -liens -lienteries -lientery -lier -lierne -liernes -liers -lies -lieu -lieus -lieutenancies -lieutenancy -lieutenant -lieutenants -lieve -liever -lievest -life -lifeblood -lifebloods -lifeboat -lifeboats -lifeful -lifeguard -lifeguards -lifeless -lifelike -lifeline -lifelines -lifelong -lifer -lifers -lifesaver -lifesavers -lifesaving -lifesavings -lifetime -lifetimes -lifeway -lifeways -lifework -lifeworks -lift -liftable -lifted -lifter -lifters -lifting -liftman -liftmen -liftoff -liftoffs -lifts -ligament -ligaments -ligan -ligand -ligands -ligans -ligase -ligases -ligate -ligated -ligates -ligating -ligation -ligations -ligative -ligature -ligatured -ligatures -ligaturing -light -lightbulb -lightbulbs -lighted -lighten -lightened -lightening -lightens -lighter -lightered -lightering -lighters -lightest -lightful -lighthearted -lightheartedly -lightheartedness -lightheartednesses -lighthouse -lighthouses -lighting -lightings -lightish -lightly -lightness -lightnesses -lightning -lightnings -lightproof -lights -ligneous -lignified -lignifies -lignify -lignifying -lignin -lignins -lignite -lignites -lignitic -ligroin -ligroine -ligroines -ligroins -ligula -ligulae -ligular -ligulas -ligulate -ligule -ligules -liguloid -ligure -ligures -likable -like -likeable -liked -likelier -likeliest -likelihood -likelihoods -likely -liken -likened -likeness -likenesses -likening -likens -liker -likers -likes -likest -likewise -liking -likings -likuta -lilac -lilacs -lilied -lilies -lilliput -lilliputs -lilt -lilted -lilting -lilts -lilty -lily -lilylike -lima -limacine -limacon -limacons -liman -limans -limas -limb -limba -limbas -limbate -limbeck -limbecks -limbed -limber -limbered -limberer -limberest -limbering -limberly -limbers -limbi -limbic -limbier -limbiest -limbing -limbless -limbo -limbos -limbs -limbus -limbuses -limby -lime -limeade -limeades -limed -limekiln -limekilns -limeless -limelight -limelights -limen -limens -limerick -limericks -limes -limestone -limestones -limey -limeys -limier -limiest -limina -liminal -liminess -liminesses -liming -limit -limitary -limitation -limitations -limited -limiteds -limiter -limiters -limites -limiting -limitless -limits -limmer -limmers -limn -limned -limner -limners -limnetic -limnic -limning -limns -limo -limonene -limonenes -limonite -limonites -limos -limousine -limousines -limp -limped -limper -limpers -limpest -limpet -limpets -limpid -limpidly -limping -limpkin -limpkins -limply -limpness -limpnesses -limps -limpsy -limuli -limuloid -limuloids -limulus -limy -lin -linable -linac -linacs -linage -linages -linalol -linalols -linalool -linalools -linchpin -linchpins -lindane -lindanes -linden -lindens -lindies -lindy -line -lineable -lineage -lineages -lineal -lineally -lineaments -linear -linearly -lineate -lineated -linebred -linecut -linecuts -lined -lineless -linelike -lineman -linemen -linen -linens -lineny -liner -liners -lines -linesman -linesmen -lineup -lineups -liney -ling -linga -lingam -lingams -lingas -lingcod -lingcods -linger -lingered -lingerer -lingerers -lingerie -lingeries -lingering -lingers -lingier -lingiest -lingo -lingoes -lings -lingua -linguae -lingual -linguals -linguine -linguines -linguini -linguinis -linguist -linguistic -linguistics -linguists -lingy -linier -liniest -liniment -liniments -linin -lining -linings -linins -link -linkable -linkage -linkages -linkboy -linkboys -linked -linker -linkers -linking -linkman -linkmen -links -linksman -linksmen -linkup -linkups -linkwork -linkworks -linky -linn -linnet -linnets -linns -lino -linocut -linocuts -linoleum -linoleums -linos -lins -linsang -linsangs -linseed -linseeds -linsey -linseys -linstock -linstocks -lint -lintel -lintels -linter -linters -lintier -lintiest -lintless -lintol -lintols -lints -linty -linum -linums -liny -lion -lioness -lionesses -lionfish -lionfishes -lionise -lionised -lioniser -lionisers -lionises -lionising -lionization -lionizations -lionize -lionized -lionizer -lionizers -lionizes -lionizing -lionlike -lions -lip -lipase -lipases -lipid -lipide -lipides -lipidic -lipids -lipin -lipins -lipless -liplike -lipocyte -lipocytes -lipoid -lipoidal -lipoids -lipoma -lipomas -lipomata -lipped -lippen -lippened -lippening -lippens -lipper -lippered -lippering -lippers -lippier -lippiest -lipping -lippings -lippy -lipreading -lipreadings -lips -lipstick -lipsticks -liquate -liquated -liquates -liquating -liquefaction -liquefactions -liquefiable -liquefied -liquefier -liquefiers -liquefies -liquefy -liquefying -liqueur -liqueurs -liquid -liquidate -liquidated -liquidates -liquidating -liquidation -liquidations -liquidities -liquidity -liquidly -liquids -liquified -liquifies -liquify -liquifying -liquor -liquored -liquoring -liquors -lira -liras -lire -liripipe -liripipes -lirot -liroth -lis -lisle -lisles -lisp -lisped -lisper -lispers -lisping -lisps -lissom -lissome -lissomly -list -listable -listed -listel -listels -listen -listened -listener -listeners -listening -listens -lister -listers -listing -listings -listless -listlessly -listlessness -listlessnesses -lists -lit -litai -litanies -litany -litas -litchi -litchis -liter -literacies -literacy -literal -literally -literals -literary -literate -literates -literati -literature -literatures -liters -litharge -litharges -lithe -lithely -lithemia -lithemias -lithemic -lither -lithesome -lithest -lithia -lithias -lithic -lithium -lithiums -litho -lithograph -lithographer -lithographers -lithographic -lithographies -lithographs -lithography -lithoid -lithos -lithosol -lithosols -litigant -litigants -litigate -litigated -litigates -litigating -litigation -litigations -litigious -litigiousness -litigiousnesses -litmus -litmuses -litoral -litotes -litre -litres -lits -litten -litter -littered -litterer -litterers -littering -litters -littery -little -littleness -littlenesses -littler -littles -littlest -littlish -littoral -littorals -litu -liturgic -liturgical -liturgically -liturgies -liturgy -livabilities -livability -livable -live -liveable -lived -livelier -liveliest -livelihood -livelihoods -livelily -liveliness -livelinesses -livelong -lively -liven -livened -livener -liveners -liveness -livenesses -livening -livens -liver -liveried -liveries -liverish -livers -livery -liveryman -liverymen -lives -livest -livestock -livestocks -livetrap -livetrapped -livetrapping -livetraps -livid -lividities -lividity -lividly -livier -liviers -living -livingly -livings -livre -livres -livyer -livyers -lixivia -lixivial -lixivium -lixiviums -lizard -lizards -llama -llamas -llano -llanos -lo -loach -loaches -load -loaded -loader -loaders -loading -loadings -loads -loadstar -loadstars -loaf -loafed -loafer -loafers -loafing -loafs -loam -loamed -loamier -loamiest -loaming -loamless -loams -loamy -loan -loanable -loaned -loaner -loaners -loaning -loanings -loans -loanword -loanwords -loath -loathe -loathed -loather -loathers -loathes -loathful -loathing -loathings -loathly -loathsome -loaves -lob -lobar -lobate -lobated -lobately -lobation -lobations -lobbed -lobbied -lobbies -lobbing -lobby -lobbyer -lobbyers -lobbygow -lobbygows -lobbying -lobbyism -lobbyisms -lobbyist -lobbyists -lobe -lobed -lobefin -lobefins -lobelia -lobelias -lobeline -lobelines -lobes -loblollies -loblolly -lobo -lobos -lobotomies -lobotomy -lobs -lobster -lobsters -lobstick -lobsticks -lobular -lobulate -lobule -lobules -lobulose -lobworm -lobworms -loca -local -locale -locales -localise -localised -localises -localising -localism -localisms -localist -localists -localite -localites -localities -locality -localization -localizations -localize -localized -localizes -localizing -locally -locals -locate -located -locater -locaters -locates -locating -location -locations -locative -locatives -locator -locators -loch -lochia -lochial -lochs -loci -lock -lockable -lockage -lockages -lockbox -lockboxes -locked -locker -lockers -locket -lockets -locking -lockjaw -lockjaws -locknut -locknuts -lockout -lockouts -lockram -lockrams -locks -locksmith -locksmiths -lockstep -locksteps -lockup -lockups -loco -locoed -locoes -locofoco -locofocos -locoing -locoism -locoisms -locomote -locomoted -locomotes -locomoting -locomotion -locomotions -locomotive -locomotives -locos -locoweed -locoweeds -locular -loculate -locule -loculed -locules -loculi -loculus -locum -locums -locus -locust -locusta -locustae -locustal -locusts -locution -locutions -locutories -locutory -lode -loden -lodens -lodes -lodestar -lodestars -lodge -lodged -lodgement -lodgements -lodger -lodgers -lodges -lodging -lodgings -lodgment -lodgments -lodicule -lodicules -loess -loessal -loesses -loessial -loft -lofted -lofter -lofters -loftier -loftiest -loftily -loftiness -loftinesses -lofting -loftless -lofts -lofty -log -logan -logans -logarithm -logarithmic -logarithms -logbook -logbooks -loge -loges -loggats -logged -logger -loggerhead -loggerheads -loggers -loggets -loggia -loggias -loggie -loggier -loggiest -logging -loggings -loggy -logia -logic -logical -logically -logician -logicians -logicise -logicised -logicises -logicising -logicize -logicized -logicizes -logicizing -logics -logier -logiest -logily -loginess -loginesses -logion -logions -logistic -logistical -logistics -logjam -logjams -logo -logogram -logograms -logoi -logomach -logomachs -logos -logotype -logotypes -logotypies -logotypy -logroll -logrolled -logrolling -logrolls -logs -logway -logways -logwood -logwoods -logy -loin -loins -loiter -loitered -loiterer -loiterers -loitering -loiters -loll -lolled -loller -lollers -lollies -lolling -lollipop -lollipops -lollop -lolloped -lolloping -lollops -lolls -lolly -lollygag -lollygagged -lollygagging -lollygags -lollypop -lollypops -loment -lomenta -loments -lomentum -lomentums -lone -lonelier -loneliest -lonelily -loneliness -lonelinesses -lonely -loneness -lonenesses -loner -loners -lonesome -lonesomely -lonesomeness -lonesomenesses -lonesomes -long -longan -longans -longboat -longboats -longbow -longbows -longe -longed -longeing -longer -longeron -longerons -longers -longes -longest -longevities -longevity -longhair -longhairs -longhand -longhands -longhead -longheads -longhorn -longhorns -longing -longingly -longings -longish -longitude -longitudes -longitudinal -longitudinally -longleaf -longleaves -longline -longlines -longly -longness -longnesses -longs -longship -longships -longshoreman -longshoremen -longsome -longspur -longspurs -longtime -longueur -longueurs -longways -longwise -loo -loobies -looby -looed -looey -looeys -loof -loofa -loofah -loofahs -loofas -loofs -looie -looies -looing -look -lookdown -lookdowns -looked -looker -lookers -looking -lookout -lookouts -looks -lookup -lookups -loom -loomed -looming -looms -loon -looney -loonier -loonies -looniest -loons -loony -loop -looped -looper -loopers -loophole -loopholed -loopholes -loopholing -loopier -loopiest -looping -loops -loopy -loos -loose -loosed -looseleaf -looseleafs -loosely -loosen -loosened -loosener -looseners -looseness -loosenesses -loosening -loosens -looser -looses -loosest -loosing -loot -looted -looter -looters -looting -loots -lop -lope -loped -loper -lopers -lopes -loping -lopped -lopper -loppered -loppering -loppers -loppier -loppiest -lopping -loppy -lops -lopsided -lopsidedly -lopsidedness -lopsidednesses -lopstick -lopsticks -loquacious -loquacities -loquacity -loquat -loquats -loral -loran -lorans -lord -lorded -lording -lordings -lordless -lordlier -lordliest -lordlike -lordling -lordlings -lordly -lordoma -lordomas -lordoses -lordosis -lordotic -lords -lordship -lordships -lordy -lore -loreal -lores -lorgnon -lorgnons -lorica -loricae -loricate -loricates -lories -lorikeet -lorikeets -lorimer -lorimers -loriner -loriners -loris -lorises -lorn -lornness -lornnesses -lorries -lorry -lory -losable -lose -losel -losels -loser -losers -loses -losing -losingly -losings -loss -losses -lossy -lost -lostness -lostnesses -lot -lota -lotah -lotahs -lotas -loth -lothario -lotharios -lothsome -lotic -lotion -lotions -lotos -lotoses -lots -lotted -lotteries -lottery -lotting -lotto -lottos -lotus -lotuses -loud -louden -loudened -loudening -loudens -louder -loudest -loudish -loudlier -loudliest -loudly -loudness -loudnesses -loudspeaker -loudspeakers -lough -loughs -louie -louies -louis -lounge -lounged -lounger -loungers -lounges -lounging -loungy -loup -loupe -louped -loupen -loupes -louping -loups -lour -loured -louring -lours -loury -louse -loused -louses -lousier -lousiest -lousily -lousiness -lousinesses -lousing -lousy -lout -louted -louting -loutish -loutishly -louts -louver -louvered -louvers -louvre -louvres -lovable -lovably -lovage -lovages -love -loveable -loveably -lovebird -lovebirds -loved -loveless -lovelier -lovelies -loveliest -lovelily -loveliness -lovelinesses -lovelock -lovelocks -lovelorn -lovely -lover -loverly -lovers -loves -lovesick -lovesome -lovevine -lovevines -loving -lovingly -low -lowborn -lowboy -lowboys -lowbred -lowbrow -lowbrows -lowdown -lowdowns -lowe -lowed -lower -lowercase -lowered -lowering -lowers -lowery -lowes -lowest -lowing -lowings -lowish -lowland -lowlands -lowlier -lowliest -lowlife -lowlifes -lowliness -lowlinesses -lowly -lown -lowness -lownesses -lows -lowse -lox -loxed -loxes -loxing -loyal -loyaler -loyalest -loyalism -loyalisms -loyalist -loyalists -loyally -loyalties -loyalty -lozenge -lozenges -luau -luaus -lubber -lubberly -lubbers -lube -lubes -lubric -lubricant -lubricants -lubricate -lubricated -lubricates -lubricating -lubrication -lubrications -lubricator -lubricators -lucarne -lucarnes -luce -lucence -lucences -lucencies -lucency -lucent -lucently -lucern -lucerne -lucernes -lucerns -luces -lucid -lucidities -lucidity -lucidly -lucidness -lucidnesses -lucifer -lucifers -luck -lucked -luckie -luckier -luckies -luckiest -luckily -luckiness -luckinesses -lucking -luckless -lucks -lucky -lucrative -lucratively -lucrativeness -lucrativenesses -lucre -lucres -luculent -ludicrous -ludicrously -ludicrousness -ludicrousnesses -lues -luetic -luetics -luff -luffa -luffas -luffed -luffing -luffs -lug -luge -luges -luggage -luggages -lugged -lugger -luggers -luggie -luggies -lugging -lugs -lugsail -lugsails -lugubrious -lugubriously -lugubriousness -lugubriousnesses -lugworm -lugworms -lukewarm -lull -lullabied -lullabies -lullaby -lullabying -lulled -lulling -lulls -lulu -lulus -lum -lumbago -lumbagos -lumbar -lumbars -lumber -lumbered -lumberer -lumberers -lumbering -lumberjack -lumberjacks -lumberman -lumbermen -lumbers -lumberyard -lumberyards -lumen -lumenal -lumens -lumina -luminal -luminance -luminances -luminaries -luminary -luminescence -luminescences -luminescent -luminist -luminists -luminosities -luminosity -luminous -luminously -lummox -lummoxes -lump -lumped -lumpen -lumpens -lumper -lumpers -lumpfish -lumpfishes -lumpier -lumpiest -lumpily -lumping -lumpish -lumps -lumpy -lums -luna -lunacies -lunacy -lunar -lunarian -lunarians -lunars -lunas -lunate -lunated -lunately -lunatic -lunatics -lunation -lunations -lunch -lunched -luncheon -luncheons -luncher -lunchers -lunches -lunching -lune -lunes -lunet -lunets -lunette -lunettes -lung -lungan -lungans -lunge -lunged -lungee -lungees -lunger -lungers -lunges -lungfish -lungfishes -lungi -lunging -lungis -lungs -lungworm -lungworms -lungwort -lungworts -lungyi -lungyis -lunier -lunies -luniest -lunk -lunker -lunkers -lunkhead -lunkheads -lunks -lunt -lunted -lunting -lunts -lunula -lunulae -lunular -lunulate -lunule -lunules -luny -lupanar -lupanars -lupin -lupine -lupines -lupins -lupous -lupulin -lupulins -lupus -lupuses -lurch -lurched -lurcher -lurchers -lurches -lurching -lurdan -lurdane -lurdanes -lurdans -lure -lured -lurer -lurers -lures -lurid -luridly -luring -lurk -lurked -lurker -lurkers -lurking -lurks -luscious -lusciously -lusciousness -lusciousnesses -lush -lushed -lusher -lushes -lushest -lushing -lushly -lushness -lushnesses -lust -lusted -luster -lustered -lustering -lusterless -lusters -lustful -lustier -lustiest -lustily -lustiness -lustinesses -lusting -lustra -lustral -lustrate -lustrated -lustrates -lustrating -lustre -lustred -lustres -lustring -lustrings -lustrous -lustrum -lustrums -lusts -lusty -lusus -lususes -lutanist -lutanists -lute -lutea -luteal -lutecium -luteciums -luted -lutein -luteins -lutenist -lutenists -luteolin -luteolins -luteous -lutes -lutetium -lutetiums -luteum -luthern -lutherns -luting -lutings -lutist -lutists -lux -luxate -luxated -luxates -luxating -luxation -luxations -luxe -luxes -luxuriance -luxuriances -luxuriant -luxuriantly -luxuriate -luxuriated -luxuriates -luxuriating -luxuries -luxurious -luxuriously -luxury -lyard -lyart -lyase -lyases -lycanthropies -lycanthropy -lycea -lycee -lycees -lyceum -lyceums -lychee -lychees -lychnis -lychnises -lycopene -lycopenes -lycopod -lycopods -lyddite -lyddites -lye -lyes -lying -lyingly -lyings -lymph -lymphatic -lymphocytopenia -lymphocytosis -lymphoid -lymphoma -lymphomas -lymphomata -lymphs -lyncean -lynch -lynched -lyncher -lynchers -lynches -lynching -lynchings -lynx -lynxes -lyophile -lyrate -lyrated -lyrately -lyre -lyrebird -lyrebirds -lyres -lyric -lyrical -lyricise -lyricised -lyricises -lyricising -lyricism -lyricisms -lyricist -lyricists -lyricize -lyricized -lyricizes -lyricizing -lyrics -lyriform -lyrism -lyrisms -lyrist -lyrists -lysate -lysates -lyse -lysed -lyses -lysin -lysine -lysines -lysing -lysins -lysis -lysogen -lysogenies -lysogens -lysogeny -lysosome -lysosomes -lysozyme -lysozymes -lyssa -lyssas -lytic -lytta -lyttae -lyttas -ma -maar -maars -mac -macaber -macabre -macaco -macacos -macadam -macadamize -macadamized -macadamizes -macadamizing -macadams -macaque -macaques -macaroni -macaronies -macaronis -macaroon -macaroons -macaw -macaws -maccabaw -maccabaws -maccaboy -maccaboys -macchia -macchie -maccoboy -maccoboys -mace -maced -macer -macerate -macerated -macerates -macerating -macers -maces -mach -machete -machetes -machinate -machinated -machinates -machinating -machination -machinations -machine -machineable -machined -machineries -machinery -machines -machining -machinist -machinists -machismo -machismos -macho -machos -machree -machrees -machs -machzor -machzorim -machzors -macing -mack -mackerel -mackerels -mackinaw -mackinaws -mackle -mackled -mackles -mackling -macks -macle -macled -macles -macrame -macrames -macro -macrocosm -macrocosms -macron -macrons -macros -macrural -macruran -macrurans -macs -macula -maculae -macular -maculas -maculate -maculated -maculates -maculating -macule -maculed -macules -maculing -mad -madam -madame -madames -madams -madcap -madcaps -madded -madden -maddened -maddening -maddens -madder -madders -maddest -madding -maddish -made -madeira -madeiras -mademoiselle -mademoiselles -madhouse -madhouses -madly -madman -madmen -madness -madnesses -madonna -madonnas -madras -madrases -madre -madres -madrigal -madrigals -madrona -madronas -madrone -madrones -madrono -madronos -mads -maduro -maduros -madwoman -madwomen -madwort -madworts -madzoon -madzoons -mae -maelstrom -maelstroms -maenad -maenades -maenadic -maenads -maes -maestoso -maestosos -maestri -maestro -maestros -maffia -maffias -maffick -mafficked -mafficking -mafficks -mafia -mafias -mafic -mafiosi -mafioso -maftir -maftirs -mag -magazine -magazines -magdalen -magdalens -mage -magenta -magentas -mages -magestical -magestically -maggot -maggots -maggoty -magi -magic -magical -magically -magician -magicians -magicked -magicking -magics -magilp -magilps -magister -magisterial -magisters -magistracies -magistracy -magistrate -magistrates -magma -magmas -magmata -magmatic -magnanimities -magnanimity -magnanimous -magnanimously -magnanimousness -magnanimousnesses -magnate -magnates -magnesia -magnesias -magnesic -magnesium -magnesiums -magnet -magnetic -magnetically -magnetics -magnetism -magnetisms -magnetite -magnetites -magnetizable -magnetization -magnetizations -magnetize -magnetized -magnetizer -magnetizers -magnetizes -magnetizing -magneto -magneton -magnetons -magnetos -magnets -magnific -magnification -magnifications -magnificence -magnificences -magnificent -magnificently -magnified -magnifier -magnifiers -magnifies -magnify -magnifying -magnitude -magnitudes -magnolia -magnolias -magnum -magnums -magot -magots -magpie -magpies -mags -maguey -magueys -magus -maharaja -maharajas -maharani -maharanis -mahatma -mahatmas -mahjong -mahjongg -mahjonggs -mahjongs -mahoe -mahoes -mahogonies -mahogony -mahonia -mahonias -mahout -mahouts -mahuang -mahuangs -mahzor -mahzorim -mahzors -maid -maiden -maidenhair -maidenhairs -maidenhood -maidenhoods -maidenly -maidens -maidhood -maidhoods -maidish -maids -maieutic -maigre -maihem -maihems -mail -mailable -mailbag -mailbags -mailbox -mailboxes -maile -mailed -mailer -mailers -mailes -mailing -mailings -maill -mailless -maillot -maillots -maills -mailman -mailmen -mailperson -mailpersons -mails -mailwoman -maim -maimed -maimer -maimers -maiming -maims -main -mainland -mainlands -mainline -mainlined -mainlines -mainlining -mainly -mainmast -mainmasts -mains -mainsail -mainsails -mainstay -mainstays -mainstream -mainstreams -maintain -maintainabilities -maintainability -maintainable -maintainance -maintainances -maintained -maintaining -maintains -maintenance -maintenances -maintop -maintops -maiolica -maiolicas -mair -mairs -maist -maists -maize -maizes -majagua -majaguas -majestic -majesties -majesty -majolica -majolicas -major -majordomo -majordomos -majored -majoring -majorities -majority -majors -makable -makar -makars -make -makeable -makebate -makebates -makefast -makefasts -maker -makers -makes -makeshift -makeshifts -makeup -makeups -makimono -makimonos -making -makings -mako -makos -makuta -maladies -maladjusted -maladjustment -maladjustments -maladroit -malady -malaise -malaises -malamute -malamutes -malapert -malaperts -malaprop -malapropism -malapropisms -malaprops -malar -malaria -malarial -malarian -malarias -malarkey -malarkeys -malarkies -malarky -malaroma -malaromas -malars -malate -malates -malcontent -malcontents -male -maleate -maleates -maledict -maledicted -maledicting -malediction -maledictions -maledicts -malefactor -malefactors -malefic -maleficence -maleficences -maleficent -malemiut -malemiuts -malemute -malemutes -maleness -malenesses -males -malevolence -malevolences -malevolent -malfeasance -malfeasances -malfed -malformation -malformations -malformed -malfunction -malfunctioned -malfunctioning -malfunctions -malgre -malic -malice -malices -malicious -maliciously -malign -malignancies -malignancy -malignant -malignantly -maligned -maligner -maligners -maligning -malignities -malignity -malignly -maligns -malihini -malihinis -maline -malines -malinger -malingered -malingerer -malingerers -malingering -malingers -malison -malisons -malkin -malkins -mall -mallard -mallards -malleabilities -malleability -malleable -malled -mallee -mallees -mallei -malleoli -mallet -mallets -malleus -malling -mallow -mallows -malls -malm -malmier -malmiest -malms -malmsey -malmseys -malmy -malnourished -malnutrition -malnutritions -malodor -malodorous -malodorously -malodorousness -malodorousnesses -malodors -malposed -malpractice -malpractices -malt -maltase -maltases -malted -maltha -malthas -maltier -maltiest -malting -maltol -maltols -maltose -maltoses -maltreat -maltreated -maltreating -maltreatment -maltreatments -maltreats -malts -maltster -maltsters -malty -malvasia -malvasias -mama -mamas -mamba -mambas -mambo -mamboed -mamboes -mamboing -mambos -mameluke -mamelukes -mamey -mameyes -mameys -mamie -mamies -mamluk -mamluks -mamma -mammae -mammal -mammalian -mammals -mammary -mammas -mammate -mammati -mammatus -mammee -mammees -mammer -mammered -mammering -mammers -mammet -mammets -mammey -mammeys -mammie -mammies -mammilla -mammillae -mammitides -mammitis -mammock -mammocked -mammocking -mammocks -mammon -mammons -mammoth -mammoths -mammy -man -mana -manacle -manacled -manacles -manacling -manage -manageabilities -manageability -manageable -manageableness -manageablenesses -manageably -managed -management -managemental -managements -manager -managerial -managers -manages -managing -manakin -manakins -manana -mananas -manas -manatee -manatees -manatoid -manche -manches -manchet -manchets -manciple -manciples -mandala -mandalas -mandalic -mandamus -mandamused -mandamuses -mandamusing -mandarin -mandarins -mandate -mandated -mandates -mandating -mandator -mandators -mandatory -mandible -mandibles -mandibular -mandioca -mandiocas -mandola -mandolas -mandolin -mandolins -mandrake -mandrakes -mandrel -mandrels -mandril -mandrill -mandrills -mandrils -mane -maned -manege -maneges -maneless -manes -maneuver -maneuverabilities -maneuverability -maneuvered -maneuvering -maneuvers -manful -manfully -mangabey -mangabeys -mangabies -mangaby -manganese -manganeses -manganesian -manganic -mange -mangel -mangels -manger -mangers -manges -mangey -mangier -mangiest -mangily -mangle -mangled -mangler -manglers -mangles -mangling -mango -mangoes -mangold -mangolds -mangonel -mangonels -mangos -mangrove -mangroves -mangy -manhandle -manhandled -manhandles -manhandling -manhole -manholes -manhood -manhoods -manhunt -manhunts -mania -maniac -maniacal -maniacs -manias -manic -manics -manicure -manicured -manicures -manicuring -manicurist -manicurists -manifest -manifestation -manifestations -manifested -manifesting -manifestly -manifesto -manifestos -manifests -manifold -manifolded -manifolding -manifolds -manihot -manihots -manikin -manikins -manila -manilas -manilla -manillas -manille -manilles -manioc -manioca -maniocas -maniocs -maniple -maniples -manipulate -manipulated -manipulates -manipulating -manipulation -manipulations -manipulative -manipulator -manipulators -manito -manitos -manitou -manitous -manitu -manitus -mankind -manless -manlier -manliest -manlike -manlily -manly -manmade -manna -mannan -mannans -mannas -manned -mannequin -mannequins -manner -mannered -mannerism -mannerisms -mannerliness -mannerlinesses -mannerly -manners -mannikin -mannikins -manning -mannish -mannishly -mannishness -mannishnesses -mannite -mannites -mannitic -mannitol -mannitols -mannose -mannoses -mano -manor -manorial -manorialism -manorialisms -manors -manos -manpack -manpower -manpowers -manque -manrope -manropes -mans -mansard -mansards -manse -manservant -manses -mansion -mansions -manslaughter -manslaughters -manta -mantas -manteau -manteaus -manteaux -mantel -mantelet -mantelets -mantels -mantes -mantic -mantid -mantids -mantilla -mantillas -mantis -mantises -mantissa -mantissas -mantle -mantled -mantles -mantlet -mantlets -mantling -mantlings -mantra -mantrap -mantraps -mantras -mantua -mantuas -manual -manually -manuals -manuary -manubria -manufacture -manufactured -manufacturer -manufacturers -manufactures -manufacturing -manumit -manumits -manumitted -manumitting -manure -manured -manurer -manurers -manures -manurial -manuring -manus -manuscript -manuscripts -manward -manwards -manwise -many -manyfold -map -maple -maples -mapmaker -mapmakers -mappable -mapped -mapper -mappers -mapping -mappings -maps -maquette -maquettes -maqui -maquis -mar -marabou -marabous -marabout -marabouts -maraca -maracas -maranta -marantas -marasca -marascas -maraschino -maraschinos -marasmic -marasmus -marasmuses -marathon -marathons -maraud -marauded -marauder -marauders -marauding -marauds -maravedi -maravedis -marble -marbled -marbler -marblers -marbles -marblier -marbliest -marbling -marblings -marbly -marc -marcel -marcelled -marcelling -marcels -march -marched -marchen -marcher -marchers -marches -marchesa -marchese -marchesi -marching -marchioness -marchionesses -marcs -mare -maremma -maremme -mares -margaric -margarin -margarine -margarines -margarins -margay -margays -marge -margent -margented -margenting -margents -marges -margin -marginal -marginally -margined -margining -margins -margrave -margraves -maria -mariachi -mariachis -marigold -marigolds -marihuana -marihuanas -marijuana -marijuanas -marimba -marimbas -marina -marinade -marinaded -marinades -marinading -marinara -marinaras -marinas -marinate -marinated -marinates -marinating -marine -mariner -mariners -marines -marionette -marionettes -mariposa -mariposas -marish -marishes -marital -maritime -marjoram -marjorams -mark -markdown -markdowns -marked -markedly -marker -markers -market -marketable -marketech -marketed -marketer -marketers -marketing -marketplace -marketplaces -markets -markhoor -markhoors -markhor -markhors -marking -markings -markka -markkaa -markkas -marks -marksman -marksmanship -marksmanships -marksmen -markup -markups -marl -marled -marlier -marliest -marlin -marline -marlines -marling -marlings -marlins -marlite -marlites -marlitic -marls -marly -marmalade -marmalades -marmite -marmites -marmoset -marmosets -marmot -marmots -maroon -marooned -marooning -maroons -marplot -marplots -marque -marquee -marquees -marques -marquess -marquesses -marquis -marquise -marquises -marram -marrams -marred -marrer -marrers -marriage -marriageable -marriages -married -marrieds -marrier -marriers -marries -marring -marron -marrons -marrow -marrowed -marrowing -marrows -marrowy -marry -marrying -mars -marse -marses -marsh -marshal -marshaled -marshaling -marshall -marshalled -marshalling -marshalls -marshals -marshes -marshier -marshiest -marshmallow -marshmallows -marshy -marsupia -marsupial -marsupials -mart -martagon -martagons -marted -martello -martellos -marten -martens -martial -martian -martians -martin -martinet -martinets -marting -martini -martinis -martins -martlet -martlets -marts -martyr -martyrdom -martyrdoms -martyred -martyries -martyring -martyrly -martyrs -martyry -marvel -marveled -marveling -marvelled -marvelling -marvellous -marvelous -marvelously -marvelousness -marvelousnesses -marvels -marzipan -marzipans -mas -mascara -mascaras -mascon -mascons -mascot -mascots -masculine -masculinities -masculinity -masculinization -masculinizations -maser -masers -mash -mashed -masher -mashers -mashes -mashie -mashies -mashing -mashy -masjid -masjids -mask -maskable -masked -maskeg -maskegs -masker -maskers -masking -maskings -masklike -masks -masochism -masochisms -masochist -masochistic -masochists -mason -masoned -masonic -masoning -masonries -masonry -masons -masque -masquer -masquerade -masqueraded -masquerader -masqueraders -masquerades -masquerading -masquers -masques -mass -massa -massachusetts -massacre -massacred -massacres -massacring -massage -massaged -massager -massagers -massages -massaging -massas -masse -massed -massedly -masses -masseter -masseters -masseur -masseurs -masseuse -masseuses -massicot -massicots -massier -massiest -massif -massifs -massing -massive -massiveness -massivenesses -massless -masslessness -masslessnesses -massy -mast -mastaba -mastabah -mastabahs -mastabas -mastectomies -mastectomy -masted -master -mastered -masterful -masterfully -masteries -mastering -masterly -mastermind -masterminds -masters -mastership -masterships -masterwork -masterworks -mastery -masthead -mastheaded -mastheading -mastheads -mastic -masticate -masticated -masticates -masticating -mastication -mastications -mastiche -mastiches -mastics -mastiff -mastiffs -masting -mastitic -mastitides -mastitis -mastix -mastixes -mastless -mastlike -mastodon -mastodons -mastoid -mastoids -masts -masturbate -masturbated -masturbates -masturbating -masturbation -masturbations -masurium -masuriums -mat -matador -matadors -match -matchbox -matchboxes -matched -matcher -matchers -matches -matching -matchless -matchmaker -matchmakers -mate -mated -mateless -matelote -matelotes -mater -material -materialism -materialisms -materialist -materialistic -materialists -materialization -materializations -materialize -materialized -materializes -materializing -materially -materials -materiel -materiels -maternal -maternally -maternities -maternity -maters -mates -mateship -mateships -matey -mateys -math -mathematical -mathematically -mathematician -mathematicians -mathematics -maths -matilda -matildas -matin -matinal -matinee -matinees -matiness -matinesses -mating -matings -matins -matless -matrass -matrasses -matres -matriarch -matriarchal -matriarches -matriarchies -matriarchy -matrices -matricidal -matricide -matricides -matriculate -matriculated -matriculates -matriculating -matriculation -matriculations -matrimonial -matrimonially -matrimonies -matrimony -matrix -matrixes -matron -matronal -matronly -matrons -mats -matt -matte -matted -mattedly -matter -mattered -mattering -matters -mattery -mattes -mattin -matting -mattings -mattins -mattock -mattocks -mattoid -mattoids -mattrass -mattrasses -mattress -mattresses -matts -maturate -maturated -maturates -maturating -maturation -maturational -maturations -maturative -mature -matured -maturely -maturer -matures -maturest -maturing -maturities -maturity -matza -matzah -matzahs -matzas -matzo -matzoh -matzohs -matzoon -matzoons -matzos -matzot -matzoth -maudlin -mauger -maugre -maul -mauled -mauler -maulers -mauling -mauls -maumet -maumetries -maumetry -maumets -maun -maund -maunder -maundered -maundering -maunders -maundies -maunds -maundy -mausolea -mausoleum -mausoleums -maut -mauts -mauve -mauves -maven -mavens -maverick -mavericks -mavie -mavies -mavin -mavins -mavis -mavises -maw -mawed -mawing -mawkish -mawkishly -mawkishness -mawkishnesses -mawn -maws -maxi -maxicoat -maxicoats -maxilla -maxillae -maxillas -maxim -maxima -maximal -maximals -maximin -maximins -maximise -maximised -maximises -maximising -maximite -maximites -maximize -maximized -maximizes -maximizing -maxims -maximum -maximums -maxis -maxixe -maxixes -maxwell -maxwells -may -maya -mayan -mayapple -mayapples -mayas -maybe -maybush -maybushes -mayday -maydays -mayed -mayest -mayflies -mayflower -mayflowers -mayfly -mayhap -mayhem -mayhems -maying -mayings -mayonnaise -mayonnaises -mayor -mayoral -mayoralties -mayoralty -mayoress -mayoresses -mayors -maypole -maypoles -maypop -maypops -mays -mayst -mayvin -mayvins -mayweed -mayweeds -mazaedia -mazard -mazards -maze -mazed -mazedly -mazelike -mazer -mazers -mazes -mazier -maziest -mazily -maziness -mazinesses -mazing -mazourka -mazourkas -mazuma -mazumas -mazurka -mazurkas -mazy -mazzard -mazzards -mbira -mbiras -mccaffrey -me -mead -meadow -meadowland -meadowlands -meadowlark -meadowlarks -meadows -meadowy -meads -meager -meagerly -meagerness -meagernesses -meagre -meagrely -meal -mealie -mealier -mealies -mealiest -mealless -meals -mealtime -mealtimes -mealworm -mealworms -mealy -mealybug -mealybugs -mean -meander -meandered -meandering -meanders -meaner -meaners -meanest -meanie -meanies -meaning -meaningful -meaningfully -meaningless -meanings -meanly -meanness -meannesses -means -meant -meantime -meantimes -meanwhile -meanwhiles -meany -measle -measled -measles -measlier -measliest -measly -measurable -measurably -measure -measured -measureless -measurement -measurements -measurer -measurers -measures -measuring -meat -meatal -meatball -meatballs -meathead -meatheads -meatier -meatiest -meatily -meatless -meatman -meatmen -meats -meatus -meatuses -meaty -mecca -meccas -mechanic -mechanical -mechanically -mechanics -mechanism -mechanisms -mechanistic -mechanistically -mechanization -mechanizations -mechanize -mechanized -mechanizer -mechanizers -mechanizes -mechanizing -meconium -meconiums -medaka -medakas -medal -medaled -medaling -medalist -medalists -medalled -medallic -medalling -medallion -medallions -medals -meddle -meddled -meddler -meddlers -meddles -meddlesome -meddling -media -mediacies -mediacy -mediad -mediae -mediaeval -medial -medially -medials -median -medianly -medians -mediant -mediants -medias -mediastinum -mediate -mediated -mediates -mediating -mediation -mediations -mediator -mediators -medic -medicable -medicably -medicaid -medicaids -medical -medically -medicals -medicare -medicares -medicate -medicated -medicates -medicating -medication -medications -medicinal -medicinally -medicine -medicined -medicines -medicining -medick -medicks -medico -medicos -medics -medieval -medievalism -medievalisms -medievalist -medievalists -medievals -medii -mediocre -mediocrities -mediocrity -meditate -meditated -meditates -meditating -meditation -meditations -meditative -meditatively -medium -mediums -medius -medlar -medlars -medley -medleys -medulla -medullae -medullar -medullas -medusa -medusae -medusan -medusans -medusas -medusoid -medusoids -meed -meeds -meek -meeker -meekest -meekly -meekness -meeknesses -meerschaum -meerschaums -meet -meeter -meeters -meeting -meetinghouse -meetinghouses -meetings -meetly -meetness -meetnesses -meets -megabar -megabars -megabit -megabits -megabuck -megabucks -megacycle -megacycles -megadyne -megadynes -megahertz -megalith -megaliths -megaphone -megaphones -megapod -megapode -megapodes -megass -megasse -megasses -megaton -megatons -megavolt -megavolts -megawatt -megawatts -megillah -megillahs -megilp -megilph -megilphs -megilps -megohm -megohms -megrim -megrims -meikle -meinie -meinies -meiny -meioses -meiosis -meiotic -mel -melamine -melamines -melancholia -melancholic -melancholies -melancholy -melange -melanges -melanian -melanic -melanics -melanin -melanins -melanism -melanisms -melanist -melanists -melanite -melanites -melanize -melanized -melanizes -melanizing -melanoid -melanoids -melanoma -melanomas -melanomata -melanous -melatonin -melba -meld -melded -melder -melders -melding -melds -melee -melees -melic -melilite -melilites -melilot -melilots -melinite -melinites -meliorate -meliorated -meliorates -meliorating -melioration -meliorations -meliorative -melisma -melismas -melismata -mell -melled -mellific -mellifluous -mellifluously -mellifluousness -mellifluousnesses -melling -mellow -mellowed -mellower -mellowest -mellowing -mellowly -mellowness -mellownesses -mellows -mells -melodeon -melodeons -melodia -melodias -melodic -melodically -melodies -melodious -melodiously -melodiousness -melodiousnesses -melodise -melodised -melodises -melodising -melodist -melodists -melodize -melodized -melodizes -melodizing -melodrama -melodramas -melodramatic -melodramatist -melodramatists -melody -meloid -meloids -melon -melons -mels -melt -meltable -meltage -meltages -melted -melter -melters -melting -melton -meltons -melts -mem -member -membered -members -membership -memberships -membrane -membranes -membranous -memento -mementoes -mementos -memo -memoir -memoirs -memorabilia -memorabilities -memorability -memorable -memorableness -memorablenesses -memorably -memoranda -memorandum -memorandums -memorial -memorialize -memorialized -memorializes -memorializing -memorials -memories -memorization -memorizations -memorize -memorized -memorizes -memorizing -memory -memos -mems -memsahib -memsahibs -men -menace -menaced -menacer -menacers -menaces -menacing -menacingly -menad -menads -menage -menagerie -menageries -menages -menarche -menarches -mend -mendable -mendacious -mendaciously -mendacities -mendacity -mended -mendelson -mender -menders -mendicancies -mendicancy -mendicant -mendicants -mendigo -mendigos -mending -mendings -mends -menfolk -menfolks -menhaden -menhadens -menhir -menhirs -menial -menially -menials -meninges -meningitides -meningitis -meninx -meniscal -menisci -meniscus -meniscuses -meno -menologies -menology -menopausal -menopause -menopauses -menorah -menorahs -mensa -mensae -mensal -mensas -mensch -menschen -mensches -mense -mensed -menseful -menservants -menses -mensing -menstrua -menstrual -menstruate -menstruated -menstruates -menstruating -menstruation -menstruations -mensural -menswear -menswears -menta -mental -mentalities -mentality -mentally -menthene -menthenes -menthol -mentholated -menthols -mention -mentioned -mentioning -mentions -mentor -mentors -mentum -menu -menus -meow -meowed -meowing -meows -mephitic -mephitis -mephitises -mercantile -mercapto -mercenaries -mercenarily -mercenariness -mercenarinesses -mercenary -mercer -merceries -mercers -mercery -merchandise -merchandised -merchandiser -merchandisers -merchandises -merchandising -merchant -merchanted -merchanting -merchants -mercies -merciful -mercifully -merciless -mercilessly -mercurial -mercurially -mercurialness -mercurialnesses -mercuric -mercuries -mercurous -mercury -mercy -mere -merely -merengue -merengues -merer -meres -merest -merge -merged -mergence -mergences -merger -mergers -merges -merging -meridian -meridians -meringue -meringues -merino -merinos -merises -merisis -meristem -meristems -meristic -merit -merited -meriting -meritorious -meritoriously -meritoriousness -meritoriousnesses -merits -merk -merks -merl -merle -merles -merlin -merlins -merlon -merlons -merls -mermaid -mermaids -merman -mermen -meropia -meropias -meropic -merrier -merriest -merrily -merriment -merriments -merry -merrymaker -merrymakers -merrymaking -merrymakings -mesa -mesally -mesarch -mesas -mescal -mescals -mesdames -mesdemoiselles -meseemed -meseems -mesh -meshed -meshes -meshier -meshiest -meshing -meshwork -meshworks -meshy -mesial -mesially -mesian -mesic -mesmeric -mesmerism -mesmerisms -mesmerize -mesmerized -mesmerizes -mesmerizing -mesnalties -mesnalty -mesne -mesocarp -mesocarps -mesoderm -mesoderms -mesoglea -mesogleas -mesomere -mesomeres -meson -mesonic -mesons -mesophyl -mesophyls -mesosome -mesosomes -mesotron -mesotrons -mesquit -mesquite -mesquites -mesquits -mess -message -messages -messan -messans -messed -messenger -messengers -messes -messiah -messiahs -messier -messiest -messieurs -messily -messing -messman -messmate -messmates -messmen -messuage -messuages -messy -mestee -mestees -mesteso -mestesoes -mestesos -mestino -mestinoes -mestinos -mestiza -mestizas -mestizo -mestizoes -mestizos -met -meta -metabolic -metabolism -metabolisms -metabolize -metabolized -metabolizes -metabolizing -metage -metages -metal -metaled -metaling -metalise -metalised -metalises -metalising -metalist -metalists -metalize -metalized -metalizes -metalizing -metalled -metallic -metalling -metallurgical -metallurgically -metallurgies -metallurgist -metallurgists -metallurgy -metals -metalware -metalwares -metalwork -metalworker -metalworkers -metalworking -metalworkings -metalworks -metamer -metamere -metameres -metamers -metamorphose -metamorphosed -metamorphoses -metamorphosing -metamorphosis -metaphor -metaphorical -metaphors -metaphysical -metaphysician -metaphysicians -metaphysics -metastases -metastatic -metate -metates -metazoa -metazoal -metazoan -metazoans -metazoic -metazoon -mete -meted -meteor -meteoric -meteorically -meteorite -meteorites -meteoritic -meteorological -meteorologies -meteorologist -meteorologists -meteorology -meteors -metepa -metepas -meter -meterage -meterages -metered -metering -meters -metes -methadon -methadone -methadones -methadons -methane -methanes -methanol -methanols -methinks -method -methodic -methodical -methodically -methodicalness -methodicalnesses -methodological -methodologies -methodology -methods -methotrexate -methought -methoxy -methoxyl -methyl -methylal -methylals -methylic -methyls -meticulous -meticulously -meticulousness -meticulousnesses -metier -metiers -meting -metis -metisse -metisses -metonym -metonymies -metonyms -metonymy -metopae -metope -metopes -metopic -metopon -metopons -metre -metred -metres -metric -metrical -metrically -metrication -metrications -metrics -metrified -metrifies -metrify -metrifying -metring -metrist -metrists -metritis -metritises -metro -metronome -metronomes -metropolis -metropolises -metropolitan -metros -mettle -mettled -mettles -mettlesome -metump -metumps -meuniere -mew -mewed -mewing -mewl -mewled -mewler -mewlers -mewling -mewls -mews -mezcal -mezcals -mezereon -mezereons -mezereum -mezereums -mezquit -mezquite -mezquites -mezquits -mezuza -mezuzah -mezuzahs -mezuzas -mezuzot -mezuzoth -mezzanine -mezzanines -mezzo -mezzos -mho -mhos -mi -miaou -miaoued -miaouing -miaous -miaow -miaowed -miaowing -miaows -miasm -miasma -miasmal -miasmas -miasmata -miasmic -miasms -miaul -miauled -miauling -miauls -mib -mibs -mica -micas -micawber -micawbers -mice -micell -micella -micellae -micellar -micelle -micelles -micells -mick -mickey -mickeys -mickle -mickler -mickles -micklest -micks -micra -micrified -micrifies -micrify -micrifying -micro -microbar -microbars -microbe -microbes -microbial -microbic -microbiological -microbiologies -microbiologist -microbiologists -microbiology -microbus -microbuses -microbusses -microcomputer -microcomputers -microcosm -microfilm -microfilmed -microfilming -microfilms -microhm -microhms -microluces -microlux -microluxes -micrometer -micrometers -micromho -micromhos -microminiature -microminiatures -microminiaturization -microminiaturizations -microminiaturized -micron -microns -microorganism -microorganisms -microphone -microphones -microscope -microscopes -microscopic -microscopical -microscopically -microscopies -microscopy -microwave -microwaves -micrurgies -micrurgy -mid -midair -midairs -midbrain -midbrains -midday -middays -midden -middens -middies -middle -middled -middleman -middlemen -middler -middlers -middles -middlesex -middling -middlings -middy -midfield -midfields -midge -midges -midget -midgets -midgut -midguts -midi -midiron -midirons -midis -midland -midlands -midleg -midlegs -midline -midlines -midmonth -midmonths -midmost -midmosts -midnight -midnights -midnoon -midnoons -midpoint -midpoints -midrange -midranges -midrash -midrashim -midrib -midribs -midriff -midriffs -mids -midship -midshipman -midshipmen -midships -midspace -midspaces -midst -midstories -midstory -midstream -midstreams -midsts -midsummer -midsummers -midterm -midterms -midtown -midtowns -midwatch -midwatches -midway -midways -midweek -midweeks -midwife -midwifed -midwiferies -midwifery -midwifes -midwifing -midwinter -midwinters -midwived -midwives -midwiving -midyear -midyears -mien -miens -miff -miffed -miffier -miffiest -miffing -miffs -miffy -mig -migg -miggle -miggles -miggs -might -mightier -mightiest -mightily -mights -mighty -mignon -mignonne -mignons -migraine -migraines -migrant -migrants -migratation -migratational -migratations -migrate -migrated -migrates -migrating -migrator -migrators -migratory -migs -mijnheer -mijnheers -mikado -mikados -mike -mikes -mikra -mikron -mikrons -mikvah -mikvahs -mikveh -mikvehs -mikvoth -mil -miladi -miladies -miladis -milady -milage -milages -milch -milchig -mild -milden -mildened -mildening -mildens -milder -mildest -mildew -mildewed -mildewing -mildews -mildewy -mildly -mildness -mildnesses -mile -mileage -mileages -milepost -mileposts -miler -milers -miles -milesimo -milesimos -milestone -milestones -milfoil -milfoils -milia -miliaria -miliarias -miliary -milieu -milieus -milieux -militancies -militancy -militant -militantly -militants -militaries -militarily -militarism -militarisms -militarist -militaristic -militarists -military -militate -militated -militates -militating -militia -militiaman -militiamen -militias -milium -milk -milked -milker -milkers -milkfish -milkfishes -milkier -milkiest -milkily -milkiness -milkinesses -milking -milkmaid -milkmaids -milkman -milkmen -milks -milksop -milksops -milkweed -milkweeds -milkwood -milkwoods -milkwort -milkworts -milky -mill -millable -millage -millages -milldam -milldams -mille -milled -millennia -millennium -millenniums -milleped -millepeds -miller -millers -milles -millet -millets -milliard -milliards -milliare -milliares -milliary -millibar -millibars -millieme -milliemes -millier -milliers -milligal -milligals -milligram -milligrams -milliliter -milliliters -milliluces -millilux -milliluxes -millime -millimes -millimeter -millimeters -millimho -millimhos -milline -milliner -milliners -millines -milling -millings -milliohm -milliohms -million -millionaire -millionaires -millions -millionth -millionths -milliped -millipede -millipedes -millipeds -millirem -millirems -millpond -millponds -millrace -millraces -millrun -millruns -mills -millstone -millstones -millwork -millworks -milo -milord -milords -milos -milpa -milpas -milreis -mils -milt -milted -milter -milters -miltier -miltiest -milting -milts -milty -mim -mimbar -mimbars -mime -mimed -mimeograph -mimeographed -mimeographing -mimeographs -mimer -mimers -mimes -mimesis -mimesises -mimetic -mimetite -mimetites -mimic -mimical -mimicked -mimicker -mimickers -mimicking -mimicries -mimicry -mimics -miming -mimosa -mimosas -mina -minable -minacities -minacity -minae -minaret -minarets -minas -minatory -mince -minced -mincer -mincers -minces -mincier -minciest -mincing -mincy -mind -minded -minder -minders -mindful -minding -mindless -mindlessly -mindlessness -mindlessnesses -minds -mine -mineable -mined -miner -mineral -mineralize -mineralized -mineralizes -mineralizing -minerals -minerological -minerologies -minerologist -minerologists -minerology -miners -mines -mingier -mingiest -mingle -mingled -mingler -minglers -mingles -mingling -mingy -mini -miniature -miniatures -miniaturist -miniaturists -miniaturize -miniaturized -miniaturizes -miniaturizing -minibike -minibikes -minibrain -minibrains -minibudget -minibudgets -minibus -minibuses -minibusses -minicab -minicabs -minicalculator -minicalculators -minicamera -minicameras -minicar -minicars -miniclock -miniclocks -minicomponent -minicomponents -minicomputer -minicomputers -miniconvention -miniconventions -minicourse -minicourses -minicrisis -minicrisises -minidrama -minidramas -minidress -minidresses -minifestival -minifestivals -minified -minifies -minify -minifying -minigarden -minigardens -minigrant -minigrants -minigroup -minigroups -miniguide -miniguides -minihospital -minihospitals -minikin -minikins -minileague -minileagues -minilecture -minilectures -minim -minima -minimal -minimally -minimals -minimarket -minimarkets -minimax -minimaxes -minimiracle -minimiracles -minimise -minimised -minimises -minimising -minimization -minimize -minimized -minimizes -minimizing -minims -minimum -minimums -minimuseum -minimuseums -minination -mininations -mininetwork -mininetworks -mining -minings -mininovel -mininovels -minion -minions -minipanic -minipanics -miniprice -miniprices -miniproblem -miniproblems -minirebellion -minirebellions -minirecession -minirecessions -minirobot -minirobots -minis -miniscandal -miniscandals -minischool -minischools -miniscule -minisedan -minisedans -miniseries -miniserieses -minish -minished -minishes -minishing -miniskirt -miniskirts -minislump -minislumps -minisocieties -minisociety -ministate -ministates -minister -ministered -ministerial -ministering -ministers -ministration -ministrations -ministries -ministrike -ministrikes -ministry -minisubmarine -minisubmarines -minisurvey -minisurveys -minisystem -minisystems -miniterritories -miniterritory -minitheater -minitheaters -minitrain -minitrains -minium -miniums -minivacation -minivacations -miniver -minivers -miniversion -miniversions -mink -minks -minnies -minnow -minnows -minny -minor -minorca -minorcas -minored -minoring -minorities -minority -minors -minster -minsters -minstrel -minstrels -minstrelsies -minstrelsy -mint -mintage -mintages -minted -minter -minters -mintier -mintiest -minting -mints -minty -minuend -minuends -minuet -minuets -minus -minuscule -minuses -minute -minuted -minutely -minuteness -minutenesses -minuter -minutes -minutest -minutia -minutiae -minutial -minuting -minx -minxes -minxish -minyan -minyanim -minyans -mioses -miosis -miotic -miotics -miquelet -miquelets -mir -miracle -miracles -miraculous -miraculously -mirador -miradors -mirage -mirages -mire -mired -mires -mirex -mirexes -miri -mirier -miriest -miriness -mirinesses -miring -mirk -mirker -mirkest -mirkier -mirkiest -mirkily -mirks -mirky -mirror -mirrored -mirroring -mirrors -mirs -mirth -mirthful -mirthfully -mirthfulness -mirthfulnesses -mirthless -mirths -miry -mirza -mirzas -mis -misact -misacted -misacting -misacts -misadapt -misadapted -misadapting -misadapts -misadd -misadded -misadding -misadds -misagent -misagents -misaim -misaimed -misaiming -misaims -misallied -misallies -misally -misallying -misalter -misaltered -misaltering -misalters -misanthrope -misanthropes -misanthropic -misanthropies -misanthropy -misapplied -misapplies -misapply -misapplying -misapprehend -misapprehended -misapprehending -misapprehends -misapprehension -misapprehensions -misappropriate -misappropriated -misappropriates -misappropriating -misappropriation -misappropriations -misassay -misassayed -misassaying -misassays -misate -misatone -misatoned -misatones -misatoning -misaver -misaverred -misaverring -misavers -misaward -misawarded -misawarding -misawards -misbegan -misbegin -misbeginning -misbegins -misbegot -misbegun -misbehave -misbehaved -misbehaver -misbehavers -misbehaves -misbehaving -misbehavior -misbehaviors -misbias -misbiased -misbiases -misbiasing -misbiassed -misbiasses -misbiassing -misbill -misbilled -misbilling -misbills -misbind -misbinding -misbinds -misbound -misbrand -misbranded -misbranding -misbrands -misbuild -misbuilding -misbuilds -misbuilt -miscalculate -miscalculated -miscalculates -miscalculating -miscalculation -miscalculations -miscall -miscalled -miscalling -miscalls -miscarriage -miscarriages -miscarried -miscarries -miscarry -miscarrying -miscast -miscasting -miscasts -miscegenation -miscegenations -miscellaneous -miscellaneously -miscellaneousness -miscellaneousnesses -miscellanies -miscellany -mischance -mischances -mischief -mischiefs -mischievous -mischievously -mischievousness -mischievousnesses -miscible -miscite -miscited -miscites -misciting -misclaim -misclaimed -misclaiming -misclaims -misclass -misclassed -misclasses -misclassing -miscoin -miscoined -miscoining -miscoins -miscolor -miscolored -miscoloring -miscolors -misconceive -misconceived -misconceives -misconceiving -misconception -misconceptions -misconduct -misconducts -misconstruction -misconstructions -misconstrue -misconstrued -misconstrues -misconstruing -miscook -miscooked -miscooking -miscooks -miscopied -miscopies -miscopy -miscopying -miscount -miscounted -miscounting -miscounts -miscreant -miscreants -miscue -miscued -miscues -miscuing -miscut -miscuts -miscutting -misdate -misdated -misdates -misdating -misdeal -misdealing -misdeals -misdealt -misdeed -misdeeds -misdeem -misdeemed -misdeeming -misdeems -misdemeanor -misdemeanors -misdid -misdo -misdoer -misdoers -misdoes -misdoing -misdoings -misdone -misdoubt -misdoubted -misdoubting -misdoubts -misdraw -misdrawing -misdrawn -misdraws -misdrew -misdrive -misdriven -misdrives -misdriving -misdrove -mise -misease -miseases -miseat -miseating -miseats -misedit -misedited -misediting -misedits -misenrol -misenrolled -misenrolling -misenrols -misenter -misentered -misentering -misenters -misentries -misentry -miser -miserable -miserableness -miserablenesses -miserably -miserere -misereres -miseries -miserliness -miserlinesses -miserly -misers -misery -mises -misevent -misevents -misfaith -misfaiths -misfield -misfielded -misfielding -misfields -misfile -misfiled -misfiles -misfiling -misfire -misfired -misfires -misfiring -misfit -misfits -misfitted -misfitting -misform -misformed -misforming -misforms -misfortune -misfortunes -misframe -misframed -misframes -misframing -misgauge -misgauged -misgauges -misgauging -misgave -misgive -misgiven -misgives -misgiving -misgivings -misgraft -misgrafted -misgrafting -misgrafts -misgrew -misgrow -misgrowing -misgrown -misgrows -misguess -misguessed -misguesses -misguessing -misguide -misguided -misguides -misguiding -mishap -mishaps -mishear -misheard -mishearing -mishears -mishit -mishits -mishitting -mishmash -mishmashes -mishmosh -mishmoshes -misinfer -misinferred -misinferring -misinfers -misinform -misinformation -misinformations -misinforms -misinter -misinterpret -misinterpretation -misinterpretations -misinterpreted -misinterpreting -misinterprets -misinterred -misinterring -misinters -misjoin -misjoined -misjoining -misjoins -misjudge -misjudged -misjudges -misjudging -misjudgment -misjudgments -miskal -miskals -miskeep -miskeeping -miskeeps -miskept -misknew -misknow -misknowing -misknown -misknows -mislabel -mislabeled -mislabeling -mislabelled -mislabelling -mislabels -mislabor -mislabored -mislaboring -mislabors -mislaid -mislain -mislay -mislayer -mislayers -mislaying -mislays -mislead -misleading -misleadingly -misleads -mislearn -mislearned -mislearning -mislearns -mislearnt -misled -mislie -mislies -mislight -mislighted -mislighting -mislights -mislike -misliked -misliker -mislikers -mislikes -misliking -mislit -mislive -mislived -mislives -misliving -mislodge -mislodged -mislodges -mislodging -mislying -mismanage -mismanaged -mismanagement -mismanagements -mismanages -mismanaging -mismark -mismarked -mismarking -mismarks -mismatch -mismatched -mismatches -mismatching -mismate -mismated -mismates -mismating -mismeet -mismeeting -mismeets -mismet -mismove -mismoved -mismoves -mismoving -misname -misnamed -misnames -misnaming -misnomer -misnomers -miso -misogamies -misogamy -misogynies -misogynist -misogynists -misogyny -misologies -misology -misos -mispage -mispaged -mispages -mispaging -mispaint -mispainted -mispainting -mispaints -misparse -misparsed -misparses -misparsing -mispart -misparted -misparting -misparts -mispatch -mispatched -mispatches -mispatching -mispen -mispenned -mispenning -mispens -misplace -misplaced -misplaces -misplacing -misplant -misplanted -misplanting -misplants -misplay -misplayed -misplaying -misplays -misplead -mispleaded -mispleading -mispleads -mispled -mispoint -mispointed -mispointing -mispoints -mispoise -mispoised -mispoises -mispoising -misprint -misprinted -misprinting -misprints -misprize -misprized -misprizes -misprizing -mispronounce -mispronounced -mispronounces -mispronouncing -mispronunciation -mispronunciations -misquotation -misquotations -misquote -misquoted -misquotes -misquoting -misraise -misraised -misraises -misraising -misrate -misrated -misrates -misrating -misread -misreading -misreads -misrefer -misreferred -misreferring -misrefers -misrelied -misrelies -misrely -misrelying -misrepresent -misrepresentation -misrepresentations -misrepresented -misrepresenting -misrepresents -misrule -misruled -misrules -misruling -miss -missaid -missal -missals -missay -missaying -missays -misseat -misseated -misseating -misseats -missed -missel -missels -missend -missending -missends -missense -missenses -missent -misses -misshape -misshaped -misshapen -misshapes -misshaping -misshod -missies -missile -missiles -missilries -missilry -missing -mission -missionaries -missionary -missioned -missioning -missions -missis -missises -missive -missives -missort -missorted -missorting -missorts -missound -missounded -missounding -missounds -missout -missouts -misspace -misspaced -misspaces -misspacing -misspeak -misspeaking -misspeaks -misspell -misspelled -misspelling -misspellings -misspells -misspelt -misspend -misspending -misspends -misspent -misspoke -misspoken -misstart -misstarted -misstarting -misstarts -misstate -misstated -misstatement -misstatements -misstates -misstating -missteer -missteered -missteering -missteers -misstep -missteps -misstop -misstopped -misstopping -misstops -misstyle -misstyled -misstyles -misstyling -missuit -missuited -missuiting -missuits -missus -missuses -missy -mist -mistake -mistaken -mistakenly -mistaker -mistakers -mistakes -mistaking -mistaught -mistbow -mistbows -misteach -misteaches -misteaching -misted -mistend -mistended -mistending -mistends -mister -misterm -mistermed -misterming -misterms -misters -misteuk -misthink -misthinking -misthinks -misthought -misthrew -misthrow -misthrowing -misthrown -misthrows -mistier -mistiest -mistily -mistime -mistimed -mistimes -mistiming -misting -mistitle -mistitled -mistitles -mistitling -mistletoe -mistook -mistouch -mistouched -mistouches -mistouching -mistrace -mistraced -mistraces -mistracing -mistral -mistrals -mistreat -mistreated -mistreating -mistreatment -mistreatments -mistreats -mistress -mistresses -mistrial -mistrials -mistrust -mistrusted -mistrustful -mistrustfully -mistrustfulness -mistrustfulnesses -mistrusting -mistrusts -mistryst -mistrysted -mistrysting -mistrysts -mists -mistune -mistuned -mistunes -mistuning -mistutor -mistutored -mistutoring -mistutors -misty -mistype -mistyped -mistypes -mistyping -misunderstand -misunderstanded -misunderstanding -misunderstandings -misunderstands -misunion -misunions -misusage -misusages -misuse -misused -misuser -misusers -misuses -misusing -misvalue -misvalued -misvalues -misvaluing -misword -misworded -miswording -miswords -miswrit -miswrite -miswrites -miswriting -miswritten -miswrote -misyoke -misyoked -misyokes -misyoking -mite -miter -mitered -miterer -miterers -mitering -miters -mites -mither -mithers -miticide -miticides -mitier -mitiest -mitigate -mitigated -mitigates -mitigating -mitigation -mitigations -mitigative -mitigator -mitigators -mitigatory -mitis -mitises -mitogen -mitogens -mitoses -mitosis -mitotic -mitral -mitre -mitred -mitres -mitring -mitsvah -mitsvahs -mitsvoth -mitt -mitten -mittens -mittimus -mittimuses -mitts -mity -mitzvah -mitzvahs -mitzvoth -mix -mixable -mixed -mixer -mixers -mixes -mixible -mixing -mixologies -mixology -mixt -mixture -mixtures -mixup -mixups -mizen -mizens -mizzen -mizzens -mizzle -mizzled -mizzles -mizzling -mizzly -mnemonic -mnemonics -moa -moan -moaned -moanful -moaning -moans -moas -moat -moated -moating -moatlike -moats -mob -mobbed -mobber -mobbers -mobbing -mobbish -mobcap -mobcaps -mobile -mobiles -mobilise -mobilised -mobilises -mobilising -mobilities -mobility -mobilization -mobilizations -mobilize -mobilized -mobilizer -mobilizers -mobilizes -mobilizing -mobocrat -mobocrats -mobs -mobster -mobsters -moccasin -moccasins -mocha -mochas -mochila -mochilas -mock -mockable -mocked -mocker -mockeries -mockers -mockery -mocking -mockingbird -mockingbirds -mockingly -mocks -mockup -mockups -mod -modal -modalities -modality -modally -mode -model -modeled -modeler -modelers -modeling -modelings -modelled -modeller -modellers -modelling -models -moderate -moderated -moderately -moderateness -moderatenesses -moderates -moderating -moderation -moderations -moderato -moderator -moderators -moderatos -modern -moderner -modernest -modernities -modernity -modernization -modernizations -modernize -modernized -modernizer -modernizers -modernizes -modernizing -modernly -modernness -modernnesses -moderns -modes -modest -modester -modestest -modesties -modestly -modesty -modi -modica -modicum -modicums -modification -modifications -modified -modifier -modifiers -modifies -modify -modifying -modioli -modiolus -modish -modishly -modiste -modistes -mods -modular -modularities -modularity -modularized -modulate -modulated -modulates -modulating -modulation -modulations -modulator -modulators -modulatory -module -modules -moduli -modulo -modulus -modus -mofette -mofettes -moffette -moffettes -mog -mogged -mogging -mogs -mogul -moguls -mohair -mohairs -mohalim -mohel -mohels -mohur -mohurs -moidore -moidores -moieties -moiety -moil -moiled -moiler -moilers -moiling -moils -moira -moirai -moire -moires -moist -moisten -moistened -moistener -moisteners -moistening -moistens -moister -moistest -moistful -moistly -moistness -moistnesses -moisture -moistures -mojarra -mojarras -moke -mokes -mol -mola -molal -molalities -molality -molar -molarities -molarity -molars -molas -molasses -molasseses -mold -moldable -molded -molder -moldered -moldering -molders -moldier -moldiest -moldiness -moldinesses -molding -moldings -molds -moldwarp -moldwarps -moldy -mole -molecular -molecule -molecules -molehill -molehills -moles -moleskin -moleskins -molest -molestation -molestations -molested -molester -molesters -molesting -molests -molies -moline -moll -mollah -mollahs -mollie -mollies -mollification -mollifications -mollified -mollifies -mollify -mollifying -molls -mollusc -molluscan -molluscs -mollusk -mollusks -molly -mollycoddle -mollycoddled -mollycoddles -mollycoddling -moloch -molochs -mols -molt -molted -molten -moltenly -molter -molters -molting -molto -molts -moly -molybdic -molys -mom -mome -moment -momenta -momentarily -momentary -momently -momento -momentoes -momentos -momentous -momentously -momentousment -momentousments -momentousness -momentousnesses -moments -momentum -momentums -momes -momi -momism -momisms -momma -mommas -mommies -mommy -moms -momus -momuses -mon -monachal -monacid -monacids -monad -monadal -monades -monadic -monadism -monadisms -monads -monandries -monandry -monarch -monarchic -monarchical -monarchies -monarchs -monarchy -monarda -monardas -monas -monasterial -monasteries -monastery -monastic -monastically -monasticism -monasticisms -monastics -monaural -monaxial -monazite -monazites -monde -mondes -mondo -mondos -monecian -monetary -monetise -monetised -monetises -monetising -monetize -monetized -monetizes -monetizing -money -moneybag -moneybags -moneyed -moneyer -moneyers -moneylender -moneylenders -moneys -mongeese -monger -mongered -mongering -mongers -mongo -mongoe -mongoes -mongol -mongolism -mongolisms -mongols -mongoose -mongooses -mongos -mongrel -mongrels -mongst -monicker -monickers -monie -monied -monies -moniker -monikers -monish -monished -monishes -monishing -monism -monisms -monist -monistic -monists -monition -monitions -monitive -monitor -monitored -monitories -monitoring -monitors -monitory -monk -monkeries -monkery -monkey -monkeyed -monkeying -monkeys -monkeyshines -monkfish -monkfishes -monkhood -monkhoods -monkish -monkishly -monkishness -monkishnesses -monks -monkshood -monkshoods -mono -monoacid -monoacids -monocarp -monocarps -monocle -monocled -monocles -monocot -monocots -monocrat -monocrats -monocyte -monocytes -monodic -monodies -monodist -monodists -monody -monoecies -monoecy -monofil -monofils -monofuel -monofuels -monogamic -monogamies -monogamist -monogamists -monogamous -monogamy -monogenies -monogeny -monogerm -monogram -monogramed -monograming -monogrammed -monogramming -monograms -monograph -monographs -monogynies -monogyny -monolingual -monolith -monolithic -monoliths -monolog -monologies -monologist -monologists -monologs -monologue -monologues -monologuist -monologuists -monology -monomer -monomers -monomial -monomials -mononucleosis -mononucleosises -monopode -monopodes -monopodies -monopody -monopole -monopoles -monopolies -monopolist -monopolistic -monopolists -monopolization -monopolizations -monopolize -monopolized -monopolizes -monopolizing -monopoly -monorail -monorails -monos -monosome -monosomes -monosyllable -monosyllables -monosyllablic -monotheism -monotheisms -monotheist -monotheists -monotint -monotints -monotone -monotones -monotonies -monotonous -monotonously -monotonousness -monotonousnesses -monotony -monotype -monotypes -monoxide -monoxides -mons -monsieur -monsignor -monsignori -monsignors -monsoon -monsoonal -monsoons -monster -monsters -monstrosities -monstrosity -monstrously -montage -montaged -montages -montaging -montane -montanes -monte -monteith -monteiths -montero -monteros -montes -month -monthlies -monthly -months -monument -monumental -monumentally -monuments -monuron -monurons -mony -moo -mooch -mooched -moocher -moochers -mooches -mooching -mood -moodier -moodiest -moodily -moodiness -moodinesses -moods -moody -mooed -mooing -mool -moola -moolah -moolahs -moolas -mooley -mooleys -mools -moon -moonbeam -moonbeams -moonbow -moonbows -mooncalf -mooncalves -mooned -mooneye -mooneyes -moonfish -moonfishes -moonier -mooniest -moonily -mooning -moonish -moonless -moonlet -moonlets -moonlight -moonlighted -moonlighter -moonlighters -moonlighting -moonlights -moonlike -moonlit -moonrise -moonrises -moons -moonsail -moonsails -moonseed -moonseeds -moonset -moonsets -moonshine -moonshines -moonshot -moonshots -moonward -moonwort -moonworts -moony -moor -moorage -moorages -moored -moorfowl -moorfowls -moorhen -moorhens -moorier -mooriest -mooring -moorings -moorish -moorland -moorlands -moors -moorwort -moorworts -moory -moos -moose -moot -mooted -mooter -mooters -mooting -moots -mop -mopboard -mopboards -mope -moped -mopeds -moper -mopers -mopes -moping -mopingly -mopish -mopishly -mopoke -mopokes -mopped -mopper -moppers -moppet -moppets -mopping -mops -moquette -moquettes -mor -mora -morae -morainal -moraine -moraines -morainic -moral -morale -morales -moralise -moralised -moralises -moralising -moralism -moralisms -moralist -moralistic -moralists -moralities -morality -moralize -moralized -moralizes -moralizing -morally -morals -moras -morass -morasses -morassy -moratoria -moratorium -moratoriums -moratory -moray -morays -morbid -morbidities -morbidity -morbidly -morbidness -morbidnesses -morbific -morbilli -morceau -morceaux -mordancies -mordancy -mordant -mordanted -mordanting -mordantly -mordants -mordent -mordents -more -moreen -moreens -morel -morelle -morelles -morello -morellos -morels -moreover -mores -moresque -moresques -morgen -morgens -morgue -morgues -moribund -moribundities -moribundity -morion -morions -morn -morning -mornings -morns -morocco -moroccos -moron -moronic -moronically -moronism -moronisms -moronities -moronity -morons -morose -morosely -moroseness -morosenesses -morosities -morosity -morph -morpheme -morphemes -morphia -morphias -morphic -morphin -morphine -morphines -morphins -morpho -morphologic -morphologically -morphologies -morphology -morphos -morphs -morrion -morrions -morris -morrises -morro -morros -morrow -morrows -mors -morsel -morseled -morseling -morselled -morselling -morsels -mort -mortal -mortalities -mortality -mortally -mortals -mortar -mortared -mortaring -mortars -mortary -mortgage -mortgaged -mortgagee -mortgagees -mortgages -mortgaging -mortgagor -mortgagors -mortice -morticed -mortices -morticing -mortification -mortifications -mortified -mortifies -mortify -mortifying -mortise -mortised -mortiser -mortisers -mortises -mortising -mortmain -mortmains -morts -mortuaries -mortuary -morula -morulae -morular -morulas -mosaic -mosaicked -mosaicking -mosaics -moschate -mosey -moseyed -moseying -moseys -moshav -moshavim -mosk -mosks -mosque -mosques -mosquito -mosquitoes -mosquitos -moss -mossback -mossbacks -mossed -mosser -mossers -mosses -mossier -mossiest -mossing -mosslike -mosso -mossy -most -moste -mostly -mosts -mot -mote -motel -motels -motes -motet -motets -motey -moth -mothball -mothballed -mothballing -mothballs -mother -mothered -motherhood -motherhoods -mothering -motherland -motherlands -motherless -motherly -mothers -mothery -mothier -mothiest -moths -mothy -motif -motifs -motile -motiles -motilities -motility -motion -motional -motioned -motioner -motioners -motioning -motionless -motionlessly -motionlessness -motionlessnesses -motions -motivate -motivated -motivates -motivating -motivation -motivations -motive -motived -motiveless -motives -motivic -motiving -motivities -motivity -motley -motleyer -motleyest -motleys -motlier -motliest -motmot -motmots -motor -motorbike -motorbikes -motorboat -motorboats -motorbus -motorbuses -motorbusses -motorcar -motorcars -motorcycle -motorcycles -motorcyclist -motorcyclists -motored -motoric -motoring -motorings -motorise -motorised -motorises -motorising -motorist -motorists -motorize -motorized -motorizes -motorizing -motorman -motormen -motors -motortruck -motortrucks -motorway -motorways -mots -mott -motte -mottes -mottle -mottled -mottler -mottlers -mottles -mottling -motto -mottoes -mottos -motts -mouch -mouched -mouches -mouching -mouchoir -mouchoirs -moue -moues -moufflon -moufflons -mouflon -mouflons -mouille -moujik -moujiks -moulage -moulages -mould -moulded -moulder -mouldered -mouldering -moulders -mouldier -mouldiest -moulding -mouldings -moulds -mouldy -moulin -moulins -moult -moulted -moulter -moulters -moulting -moults -mound -mounded -mounding -mounds -mount -mountable -mountain -mountaineer -mountaineered -mountaineering -mountaineers -mountainous -mountains -mountaintop -mountaintops -mountebank -mountebanks -mounted -mounter -mounters -mounting -mountings -mounts -mourn -mourned -mourner -mourners -mournful -mournfuller -mournfullest -mournfully -mournfulness -mournfulnesses -mourning -mournings -mourns -mouse -moused -mouser -mousers -mouses -mousetrap -mousetraps -mousey -mousier -mousiest -mousily -mousing -mousings -moussaka -moussakas -mousse -mousses -moustache -moustaches -mousy -mouth -mouthed -mouther -mouthers -mouthful -mouthfuls -mouthier -mouthiest -mouthily -mouthing -mouthpiece -mouthpieces -mouths -mouthy -mouton -moutons -movable -movables -movably -move -moveable -moveables -moveably -moved -moveless -movement -movements -mover -movers -moves -movie -moviedom -moviedoms -movies -moving -movingly -mow -mowed -mower -mowers -mowing -mown -mows -moxa -moxas -moxie -moxies -mozetta -mozettas -mozette -mozo -mozos -mozzetta -mozzettas -mozzette -mridanga -mridangas -mu -much -muches -muchness -muchnesses -mucic -mucid -mucidities -mucidity -mucilage -mucilages -mucilaginous -mucin -mucinoid -mucinous -mucins -muck -mucked -mucker -muckers -muckier -muckiest -muckily -mucking -muckle -muckles -muckluck -mucklucks -muckrake -muckraked -muckrakes -muckraking -mucks -muckworm -muckworms -mucky -mucluc -muclucs -mucoid -mucoidal -mucoids -mucor -mucors -mucosa -mucosae -mucosal -mucosas -mucose -mucosities -mucositis -mucosity -mucous -mucro -mucrones -mucus -mucuses -mud -mudcap -mudcapped -mudcapping -mudcaps -mudded -mudder -mudders -muddied -muddier -muddies -muddiest -muddily -muddiness -muddinesses -mudding -muddle -muddled -muddler -muddlers -muddles -muddling -muddy -muddying -mudfish -mudfishes -mudguard -mudguards -mudlark -mudlarks -mudpuppies -mudpuppy -mudra -mudras -mudrock -mudrocks -mudroom -mudrooms -muds -mudsill -mudsills -mudstone -mudstones -mueddin -mueddins -muenster -muensters -muezzin -muezzins -muff -muffed -muffin -muffing -muffins -muffle -muffled -muffler -mufflers -muffles -muffling -muffs -mufti -muftis -mug -mugg -muggar -muggars -mugged -mugger -muggers -muggier -muggiest -muggily -mugginess -mugginesses -mugging -muggings -muggins -muggs -muggur -muggurs -muggy -mugho -mugs -mugwort -mugworts -mugwump -mugwumps -muhlies -muhly -mujik -mujiks -mukluk -mukluks -mulatto -mulattoes -mulattos -mulberries -mulberry -mulch -mulched -mulches -mulching -mulct -mulcted -mulcting -mulcts -mule -muled -mules -muleta -muletas -muleteer -muleteers -muley -muleys -muling -mulish -mulishly -mulishness -mulishnesses -mull -mulla -mullah -mullahs -mullas -mulled -mullein -mulleins -mullen -mullens -muller -mullers -mullet -mullets -mulley -mulleys -mulligan -mulligans -mulling -mullion -mullioned -mullioning -mullions -mullite -mullites -mullock -mullocks -mullocky -mulls -multiarmed -multibarreled -multibillion -multibranched -multibuilding -multicenter -multichambered -multichannel -multicolored -multicounty -multicultural -multidenominational -multidimensional -multidirectional -multidisciplinary -multidiscipline -multidivisional -multidwelling -multifaceted -multifamily -multifarous -multifarously -multifid -multifilament -multifunction -multifunctional -multigrade -multiheaded -multihospital -multihued -multijet -multilane -multilateral -multilevel -multilingual -multilingualism -multilingualisms -multimedia -multimember -multimillion -multimillionaire -multimodalities -multimodality -multipart -multipartite -multiparty -multiped -multipeds -multiplant -multiple -multiples -multiplexor -multiplexors -multiplication -multiplications -multiplicities -multiplicity -multiplied -multiplier -multipliers -multiplies -multiply -multiplying -multipolar -multiproblem -multiproduct -multipurpose -multiracial -multiroomed -multisense -multiservice -multisided -multispeed -multistage -multistep -multistory -multisyllabic -multitalented -multitrack -multitude -multitudes -multitudinous -multiunion -multiunit -multivariate -multiwarhead -multiyear -multure -multures -mum -mumble -mumbled -mumbler -mumblers -mumbles -mumbling -mumbo -mumm -mummed -mummer -mummeries -mummers -mummery -mummied -mummies -mummification -mummifications -mummified -mummifies -mummify -mummifying -mumming -mumms -mummy -mummying -mump -mumped -mumper -mumpers -mumping -mumps -mums -mun -munch -munched -muncher -munchers -munches -munching -mundane -mundanely -mundungo -mundungos -munge -mungo -mungoose -mungooses -mungos -mungs -municipal -municipalities -municipality -municipally -munificence -munificences -munificent -muniment -muniments -munition -munitioned -munitioning -munitions -munnion -munnions -muns -munster -munsters -muntin -munting -muntings -muntins -muntjac -muntjacs -muntjak -muntjaks -muon -muonic -muons -mura -muraenid -muraenids -mural -muralist -muralists -murals -muras -murder -murdered -murderee -murderees -murderer -murderers -murderess -murderesses -murdering -murderous -murderously -murders -mure -mured -murein -mureins -mures -murex -murexes -muriate -muriated -muriates -muricate -murices -murid -murids -murine -murines -muring -murk -murker -murkest -murkier -murkiest -murkily -murkiness -murkinesses -murkly -murks -murky -murmur -murmured -murmurer -murmurers -murmuring -murmurous -murmurs -murphies -murphy -murr -murra -murrain -murrains -murras -murre -murrelet -murrelets -murres -murrey -murreys -murrha -murrhas -murrhine -murries -murrine -murrs -murry -murther -murthered -murthering -murthers -mus -musca -muscadel -muscadels -muscae -muscat -muscatel -muscatels -muscats -muscid -muscids -muscle -muscled -muscles -muscling -muscly -muscular -muscularities -muscularity -musculature -musculatures -muse -mused -museful -muser -musers -muses -musette -musettes -museum -museums -mush -mushed -musher -mushers -mushes -mushier -mushiest -mushily -mushing -mushroom -mushroomed -mushrooming -mushrooms -mushy -music -musical -musicale -musicales -musically -musicals -musician -musicianly -musicians -musicianship -musicianships -musics -musing -musingly -musings -musjid -musjids -musk -muskeg -muskegs -muskellunge -musket -musketries -musketry -muskets -muskie -muskier -muskies -muskiest -muskily -muskiness -muskinesses -muskit -muskits -muskmelon -muskmelons -muskrat -muskrats -musks -musky -muslin -muslins -muspike -muspikes -musquash -musquashes -muss -mussed -mussel -mussels -musses -mussier -mussiest -mussily -mussiness -mussinesses -mussing -mussy -must -mustache -mustaches -mustang -mustangs -mustard -mustards -musted -mustee -mustees -muster -mustered -mustering -musters -musth -musths -mustier -mustiest -mustily -mustiness -mustinesses -musting -musts -musty -mut -mutabilities -mutability -mutable -mutably -mutagen -mutagens -mutant -mutants -mutase -mutases -mutate -mutated -mutates -mutating -mutation -mutational -mutations -mutative -mutch -mutches -mutchkin -mutchkins -mute -muted -mutedly -mutely -muteness -mutenesses -muter -mutes -mutest -muticous -mutilate -mutilated -mutilates -mutilating -mutilation -mutilations -mutilator -mutilators -mutine -mutined -mutineer -mutineered -mutineering -mutineers -mutines -muting -mutinied -mutinies -mutining -mutinous -mutinously -mutiny -mutinying -mutism -mutisms -muts -mutt -mutter -muttered -mutterer -mutterers -muttering -mutters -mutton -muttons -muttony -mutts -mutual -mutually -mutuel -mutuels -mutular -mutule -mutules -muumuu -muumuus -muzhik -muzhiks -muzjik -muzjiks -muzzier -muzziest -muzzily -muzzle -muzzled -muzzler -muzzlers -muzzles -muzzling -muzzy -my -myalgia -myalgias -myalgic -myases -myasis -mycele -myceles -mycelia -mycelial -mycelian -mycelium -myceloid -mycetoma -mycetomas -mycetomata -mycologies -mycology -mycoses -mycosis -mycotic -myelin -myeline -myelines -myelinic -myelins -myelitides -myelitis -myeloid -myeloma -myelomas -myelomata -myelosuppression -myelosuppressions -myiases -myiasis -mylonite -mylonites -myna -mynah -mynahs -mynas -mynheer -mynheers -myoblast -myoblasts -myogenic -myograph -myographs -myoid -myologic -myologies -myology -myoma -myomas -myomata -myopathies -myopathy -myope -myopes -myopia -myopias -myopic -myopically -myopies -myopy -myoscope -myoscopes -myoses -myosin -myosins -myosis -myosote -myosotes -myosotis -myosotises -myotic -myotics -myotome -myotomes -myotonia -myotonias -myotonic -myriad -myriads -myriapod -myriapods -myrica -myricas -myriopod -myriopods -myrmidon -myrmidons -myrrh -myrrhic -myrrhs -myrtle -myrtles -myself -mysost -mysosts -mystagog -mystagogs -mysteries -mysterious -mysteriously -mysteriousness -mysteriousnesses -mystery -mystic -mystical -mysticly -mystics -mystification -mystifications -mystified -mystifies -mystify -mystifying -mystique -mystiques -myth -mythic -mythical -mythoi -mythological -mythologies -mythologist -mythologists -mythology -mythos -myths -myxedema -myxedemas -myxocyte -myxocytes -myxoid -myxoma -myxomas -myxomata -na -nab -nabbed -nabbing -nabis -nabob -naboberies -nabobery -nabobess -nabobesses -nabobism -nabobisms -nabobs -nabs -nacelle -nacelles -nacre -nacred -nacreous -nacres -nadir -nadiral -nadirs -nae -naething -naethings -naevi -naevoid -naevus -nag -nagana -naganas -nagged -nagger -naggers -nagging -nags -naiad -naiades -naiads -naif -naifs -nail -nailed -nailer -nailers -nailfold -nailfolds -nailhead -nailheads -nailing -nails -nailset -nailsets -nainsook -nainsooks -naive -naively -naiveness -naivenesses -naiver -naives -naivest -naivete -naivetes -naiveties -naivety -naked -nakeder -nakedest -nakedly -nakedness -nakednesses -naled -naleds -naloxone -naloxones -namable -name -nameable -named -nameless -namelessly -namely -namer -namers -names -namesake -namesakes -naming -nana -nanas -nance -nances -nandin -nandins -nanism -nanisms -nankeen -nankeens -nankin -nankins -nannie -nannies -nanny -nanogram -nanograms -nanowatt -nanowatts -naoi -naos -nap -napalm -napalmed -napalming -napalms -nape -naperies -napery -napes -naphtha -naphthas -naphthol -naphthols -naphthyl -napiform -napkin -napkins -napless -napoleon -napoleons -nappe -napped -napper -nappers -nappes -nappie -nappier -nappies -nappiest -napping -nappy -naps -narc -narcein -narceine -narceines -narceins -narcism -narcisms -narcissi -narcissism -narcissisms -narcissist -narcissists -narcissus -narcissuses -narcist -narcists -narco -narcos -narcose -narcoses -narcosis -narcotic -narcotics -narcs -nard -nardine -nards -nares -narghile -narghiles -nargile -nargileh -nargilehs -nargiles -narial -naric -narine -naris -nark -narked -narking -narks -narrate -narrated -narrater -narraters -narrates -narrating -narration -narrations -narrative -narratives -narrator -narrators -narrow -narrowed -narrower -narrowest -narrowing -narrowly -narrowness -narrownesses -narrows -narthex -narthexes -narwal -narwals -narwhal -narwhale -narwhales -narwhals -nary -nasal -nasalise -nasalised -nasalises -nasalising -nasalities -nasality -nasalize -nasalized -nasalizes -nasalizing -nasally -nasals -nascence -nascences -nascencies -nascency -nascent -nasial -nasion -nasions -nastic -nastier -nastiest -nastily -nastiness -nastinesses -nasturtium -nasturtiums -nasty -natal -natalities -natality -natant -natantly -natation -natations -natatory -nates -nathless -nation -national -nationalism -nationalisms -nationalist -nationalistic -nationalists -nationalities -nationality -nationalization -nationalizations -nationalize -nationalized -nationalizes -nationalizing -nationally -nationals -nationhood -nationhoods -nations -native -natively -natives -nativism -nativisms -nativist -nativists -nativities -nativity -natrium -natriums -natron -natrons -natter -nattered -nattering -natters -nattier -nattiest -nattily -nattiness -nattinesses -natty -natural -naturalism -naturalisms -naturalist -naturalistic -naturalists -naturalization -naturalizations -naturalize -naturalized -naturalizes -naturalizing -naturally -naturalness -naturalnesses -naturals -nature -natured -natures -naught -naughtier -naughtiest -naughtily -naughtiness -naughtinesses -naughts -naughty -naumachies -naumachy -nauplial -nauplii -nauplius -nausea -nauseant -nauseants -nauseas -nauseate -nauseated -nauseates -nauseating -nauseatingly -nauseous -nautch -nautches -nautical -nautically -nautili -nautilus -nautiluses -navaid -navaids -naval -navally -navar -navars -nave -navel -navels -naves -navette -navettes -navicert -navicerts -navies -navigabilities -navigability -navigable -navigably -navigate -navigated -navigates -navigating -navigation -navigations -navigator -navigators -navvies -navvy -navy -nawab -nawabs -nay -nays -nazi -nazified -nazifies -nazify -nazifying -nazis -neap -neaps -near -nearby -neared -nearer -nearest -nearing -nearlier -nearliest -nearly -nearness -nearnesses -nears -nearsighted -nearsightedly -nearsightedness -nearsightednesses -neat -neaten -neatened -neatening -neatens -neater -neatest -neath -neatherd -neatherds -neatly -neatness -neatnesses -neats -neb -nebbish -nebbishes -nebs -nebula -nebulae -nebular -nebulas -nebule -nebulise -nebulised -nebulises -nebulising -nebulize -nebulized -nebulizes -nebulizing -nebulose -nebulous -nebuly -necessaries -necessarily -necessary -necessitate -necessitated -necessitates -necessitating -necessities -necessity -neck -neckband -neckbands -necked -neckerchief -neckerchiefs -necking -neckings -necklace -necklaces -neckless -necklike -neckline -necklines -necks -necktie -neckties -neckwear -neckwears -necrologies -necrology -necromancer -necromancers -necromancies -necromancy -necropsied -necropsies -necropsy -necropsying -necrose -necrosed -necroses -necrosing -necrosis -necrotic -nectar -nectaries -nectarine -nectarines -nectars -nectary -nee -need -needed -needer -needers -needful -needfuls -needier -neediest -needily -needing -needle -needled -needlepoint -needlepoints -needler -needlers -needles -needless -needlessly -needlework -needleworks -needling -needlings -needs -needy -neem -neems -neep -neeps -nefarious -nefariouses -nefariously -negate -negated -negater -negaters -negates -negating -negation -negations -negative -negatived -negatively -negatives -negativing -negaton -negatons -negator -negators -negatron -negatrons -neglect -neglected -neglectful -neglecting -neglects -neglige -negligee -negligees -negligence -negligences -negligent -negligently -negliges -negligible -negotiable -negotiate -negotiated -negotiates -negotiating -negotiation -negotiations -negotiator -negotiators -negro -negroes -negroid -negroids -negus -neguses -neif -neifs -neigh -neighbor -neighbored -neighborhood -neighborhoods -neighboring -neighborliness -neighborlinesses -neighborly -neighbors -neighed -neighing -neighs -neist -neither -nekton -nektonic -nektons -nelson -nelsons -nelumbo -nelumbos -nema -nemas -nematic -nematode -nematodes -nemeses -nemesis -nene -neolith -neoliths -neologic -neologies -neologism -neologisms -neology -neomorph -neomorphs -neomycin -neomycins -neon -neonatal -neonate -neonates -neoned -neons -neophyte -neophytes -neoplasm -neoplasms -neoprene -neoprenes -neotenic -neotenies -neoteny -neoteric -neoterics -neotype -neotypes -nepenthe -nepenthes -nephew -nephews -nephric -nephrism -nephrisms -nephrite -nephrites -nephron -nephrons -nepotic -nepotism -nepotisms -nepotist -nepotists -nereid -nereides -nereids -nereis -neritic -nerol -neroli -nerolis -nerols -nerts -nertz -nervate -nerve -nerved -nerveless -nerves -nervier -nerviest -nervily -nervine -nervines -nerving -nervings -nervous -nervously -nervousness -nervousnesses -nervule -nervules -nervure -nervures -nervy -nescient -nescients -ness -nesses -nest -nested -nester -nesters -nesting -nestle -nestled -nestler -nestlers -nestles -nestlike -nestling -nestlings -nestor -nestors -nests -net -nether -netless -netlike -netop -netops -nets -netsuke -netsukes -nett -nettable -netted -netter -netters -nettier -nettiest -netting -nettings -nettle -nettled -nettler -nettlers -nettles -nettlesome -nettlier -nettliest -nettling -nettly -netts -netty -network -networked -networking -networks -neum -neumatic -neume -neumes -neumic -neums -neural -neuralgia -neuralgias -neuralgic -neurally -neuraxon -neuraxons -neuritic -neuritics -neuritides -neuritis -neuritises -neuroid -neurologic -neurological -neurologically -neurologies -neurologist -neurologists -neurology -neuroma -neuromas -neuromata -neuron -neuronal -neurone -neurones -neuronic -neurons -neuropathies -neuropathy -neuropsych -neurosal -neuroses -neurosis -neurosurgeon -neurosurgeons -neurotic -neurotically -neurotics -neurotoxicities -neurotoxicity -neuston -neustons -neuter -neutered -neutering -neuters -neutral -neutralities -neutrality -neutralization -neutralizations -neutralize -neutralized -neutralizes -neutralizing -neutrals -neutrino -neutrinos -neutron -neutrons -neve -never -nevermore -nevertheless -neves -nevi -nevoid -nevus -new -newborn -newborns -newcomer -newcomers -newel -newels -newer -newest -newfound -newish -newly -newlywed -newlyweds -newmown -newness -newnesses -news -newsboy -newsboys -newscast -newscaster -newscasters -newscasts -newsier -newsies -newsiest -newsless -newsletter -newsmagazine -newsmagazines -newsman -newsmen -newspaper -newspaperman -newspapermen -newspapers -newspeak -newspeaks -newsprint -newsprints -newsreel -newsreels -newsroom -newsrooms -newsstand -newsstands -newsworthy -newsy -newt -newton -newtons -newts -next -nextdoor -nexus -nexuses -ngwee -niacin -niacins -nib -nibbed -nibbing -nibble -nibbled -nibbler -nibblers -nibbles -nibbling -niblick -niblicks -niblike -nibs -nice -nicely -niceness -nicenesses -nicer -nicest -niceties -nicety -niche -niched -niches -niching -nick -nicked -nickel -nickeled -nickelic -nickeling -nickelled -nickelling -nickels -nicker -nickered -nickering -nickers -nicking -nickle -nickles -nicknack -nicknacks -nickname -nicknamed -nicknames -nicknaming -nicks -nicol -nicols -nicotin -nicotine -nicotines -nicotins -nictate -nictated -nictates -nictating -nidal -nide -nided -nidering -niderings -nides -nidget -nidgets -nidi -nidified -nidifies -nidify -nidifying -niding -nidus -niduses -niece -nieces -nielli -niellist -niellists -niello -nielloed -nielloing -niellos -nieve -nieves -niffer -niffered -niffering -niffers -niftier -niftiest -nifty -niggard -niggarded -niggarding -niggardliness -niggardlinesses -niggardly -niggards -nigger -niggers -niggle -niggled -niggler -nigglers -niggles -niggling -nigglings -nigh -nighed -nigher -nighest -nighing -nighness -nighnesses -nighs -night -nightcap -nightcaps -nightclothes -nightclub -nightclubs -nightfall -nightfalls -nightgown -nightgowns -nightie -nighties -nightingale -nightingales -nightjar -nightjars -nightly -nightmare -nightmares -nightmarish -nights -nightshade -nightshades -nighttime -nighttimes -nighty -nigrified -nigrifies -nigrify -nigrifying -nigrosin -nigrosins -nihil -nihilism -nihilisms -nihilist -nihilists -nihilities -nihility -nihils -nil -nilgai -nilgais -nilgau -nilgaus -nilghai -nilghais -nilghau -nilghaus -nill -nilled -nilling -nills -nils -nim -nimbi -nimble -nimbleness -nimblenesses -nimbler -nimblest -nimbly -nimbus -nimbused -nimbuses -nimieties -nimiety -nimious -nimmed -nimming -nimrod -nimrods -nims -nincompoop -nincompoops -nine -ninebark -ninebarks -ninefold -ninepin -ninepins -nines -nineteen -nineteens -nineteenth -nineteenths -nineties -ninetieth -ninetieths -ninety -ninnies -ninny -ninnyish -ninon -ninons -ninth -ninthly -ninths -niobic -niobium -niobiums -niobous -nip -nipa -nipas -nipped -nipper -nippers -nippier -nippiest -nippily -nipping -nipple -nipples -nippy -nips -nirvana -nirvanas -nirvanic -nisei -niseis -nisi -nisus -nit -nitchie -nitchies -niter -niters -nitid -niton -nitons -nitpick -nitpicked -nitpicking -nitpicks -nitrate -nitrated -nitrates -nitrating -nitrator -nitrators -nitre -nitres -nitric -nitrid -nitride -nitrides -nitrids -nitrified -nitrifies -nitrify -nitrifying -nitril -nitrile -nitriles -nitrils -nitrite -nitrites -nitro -nitrogen -nitrogenous -nitrogens -nitroglycerin -nitroglycerine -nitroglycerines -nitroglycerins -nitrolic -nitros -nitroso -nitrosurea -nitrosyl -nitrosyls -nitrous -nits -nittier -nittiest -nitty -nitwit -nitwits -nival -niveous -nix -nixed -nixes -nixie -nixies -nixing -nixy -nizam -nizamate -nizamates -nizams -no -nob -nobbier -nobbiest -nobbily -nobble -nobbled -nobbler -nobblers -nobbles -nobbling -nobby -nobelium -nobeliums -nobilities -nobility -noble -nobleman -noblemen -nobleness -noblenesses -nobler -nobles -noblesse -noblesses -noblest -nobly -nobodies -nobody -nobs -nocent -nock -nocked -nocking -nocks -noctuid -noctuids -noctule -noctules -noctuoid -nocturn -nocturnal -nocturne -nocturnes -nocturns -nocuous -nod -nodal -nodalities -nodality -nodally -nodded -nodder -nodders -noddies -nodding -noddle -noddled -noddles -noddling -noddy -node -nodes -nodi -nodical -nodose -nodosities -nodosity -nodous -nods -nodular -nodule -nodules -nodulose -nodulous -nodus -noel -noels -noes -noesis -noesises -noetic -nog -nogg -noggin -nogging -noggings -noggins -noggs -nogs -noh -nohes -nohow -noil -noils -noily -noir -noise -noised -noisemaker -noisemakers -noises -noisier -noisiest -noisily -noisiness -noisinesses -noising -noisome -noisy -nolo -nolos -nom -noma -nomad -nomadic -nomadism -nomadisms -nomads -nomarch -nomarchies -nomarchs -nomarchy -nomas -nombles -nombril -nombrils -nome -nomen -nomenclature -nomenclatures -nomes -nomina -nominal -nominally -nominals -nominate -nominated -nominates -nominating -nomination -nominations -nominative -nominatives -nominee -nominees -nomism -nomisms -nomistic -nomogram -nomograms -nomoi -nomologies -nomology -nomos -noms -nona -nonabrasive -nonabsorbent -nonacademic -nonaccredited -nonacid -nonacids -nonaddictive -nonadherence -nonadherences -nonadhesive -nonadjacent -nonadjustable -nonadult -nonadults -nonaffiliated -nonage -nonages -nonaggression -nonaggressions -nonagon -nonagons -nonalcoholic -nonaligned -nonappearance -nonappearances -nonas -nonautomatic -nonbank -nonbasic -nonbeing -nonbeings -nonbeliever -nonbelievers -nonbook -nonbooks -nonbreakable -noncancerous -noncandidate -noncandidates -noncarbonated -noncash -nonce -nonces -nonchalance -nonchalances -nonchalant -nonchalantly -nonchargeable -nonchurchgoer -nonchurchgoers -noncitizen -noncitizens -nonclassical -nonclassified -noncom -noncombat -noncombatant -noncombatants -noncombustible -noncommercial -noncommittal -noncommunicable -noncompliance -noncompliances -noncoms -nonconclusive -nonconductor -nonconductors -nonconflicting -nonconforming -nonconformist -nonconformists -nonconsecutive -nonconstructive -nonconsumable -noncontagious -noncontributing -noncontrollable -noncontroversial -noncorrosive -noncriminal -noncritical -noncumulative -noncurrent -nondairy -nondeductible -nondefense -nondeferrable -nondegradable -nondeliveries -nondelivery -nondemocratic -nondenominational -nondescript -nondestructive -nondiscrimination -nondiscriminations -nondiscriminatory -none -noneducational -nonego -nonegos -nonelastic -nonelect -nonelected -nonelective -nonelectric -nonelectronic -nonemotional -nonempty -nonenforceable -nonenforcement -nonenforcements -nonentities -nonentity -nonentries -nonentry -nonequal -nonequals -nones -nonessential -nonesuch -nonesuches -nonetheless -nonevent -nonevents -nonexchangeable -nonexistence -nonexistences -nonexistent -nonexplosive -nonfarm -nonfat -nonfatal -nonfattening -nonfictional -nonflammable -nonflowering -nonfluid -nonfluids -nonfocal -nonfood -nonfunctional -nongame -nongovernmental -nongraded -nongreen -nonguilt -nonguilts -nonhardy -nonhazardous -nonhereditary -nonhero -nonheroes -nonhuman -nonideal -nonindustrial -nonindustrialized -noninfectious -noninflationary -nonintegrated -nonintellectual -noninterference -nonintoxicating -noninvolvement -noninvolvements -nonionic -nonjuror -nonjurors -nonlegal -nonlethal -nonlife -nonliterary -nonlives -nonliving -nonlocal -nonlocals -nonmagnetic -nonmalignant -nonman -nonmedical -nonmember -nonmembers -nonmen -nonmetal -nonmetallic -nonmetals -nonmilitary -nonmodal -nonmoney -nonmoral -nonmusical -nonnarcotic -nonnative -nonnaval -nonnegotiable -nonobese -nonobjective -nonobservance -nonobservances -nonorthodox -nonowner -nonowners -nonpagan -nonpagans -nonpapal -nonpar -nonparallel -nonparametric -nonpareil -nonpareils -nonparticipant -nonparticipants -nonparticipating -nonpartisan -nonpartisans -nonparty -nonpaying -nonpayment -nonpayments -nonperformance -nonperformances -nonperishable -nonpermanent -nonperson -nonpersons -nonphysical -nonplus -nonplused -nonpluses -nonplusing -nonplussed -nonplusses -nonplussing -nonpoisonous -nonpolar -nonpolitical -nonpolluting -nonporous -nonpregnant -nonproductive -nonprofessional -nonprofit -nonproliferation -nonproliferations -nonpros -nonprossed -nonprosses -nonprossing -nonquota -nonracial -nonradioactive -nonrated -nonrealistic -nonrecoverable -nonrecurring -nonrefillable -nonrefundable -nonregistered -nonreligious -nonrenewable -nonrepresentative -nonresident -nonresidents -nonresponsive -nonrestricted -nonreusable -nonreversible -nonrigid -nonrival -nonrivals -nonroyal -nonrural -nonscheduled -nonscientific -nonscientist -nonscientists -nonsegregated -nonsense -nonsenses -nonsensical -nonsensically -nonsexist -nonsexual -nonsignificant -nonsked -nonskeds -nonskid -nonskier -nonskiers -nonslip -nonsmoker -nonsmokers -nonsmoking -nonsolar -nonsolid -nonsolids -nonspeaking -nonspecialist -nonspecialists -nonspecific -nonstaining -nonstandard -nonstick -nonstop -nonstrategic -nonstriker -nonstrikers -nonstriking -nonstudent -nonstudents -nonsubscriber -nonsuch -nonsuches -nonsugar -nonsugars -nonsuit -nonsuited -nonsuiting -nonsuits -nonsupport -nonsupports -nonsurgical -nonswimmer -nontax -nontaxable -nontaxes -nonteaching -nontechnical -nontidal -nontitle -nontoxic -nontraditional -nontransferable -nontropical -nontrump -nontruth -nontruths -nontypical -nonunion -nonunions -nonuple -nonuples -nonurban -nonuse -nonuser -nonusers -nonuses -nonusing -nonvenomous -nonverbal -nonviolence -nonviolences -nonviolent -nonviral -nonvocal -nonvoter -nonvoters -nonwhite -nonwhites -nonwoody -nonworker -nonworkers -nonwoven -nonzero -noo -noodle -noodled -noodles -noodling -nook -nookies -nooklike -nooks -nooky -noon -noonday -noondays -nooning -noonings -noons -noontide -noontides -noontime -noontimes -noose -noosed -nooser -noosers -nooses -noosing -nopal -nopals -nope -nor -noria -norias -norite -norites -noritic -norland -norlands -norm -normal -normalcies -normalcy -normalities -normality -normalization -normalizations -normalize -normalized -normalizes -normalizing -normally -normals -normed -normless -norms -north -northeast -northeasterly -northeastern -northeasts -norther -northerly -northern -northernmost -northerns -northers -northing -northings -norths -northward -northwards -northwest -northwesterly -northwestern -northwests -nos -nose -nosebag -nosebags -noseband -nosebands -nosebleed -nosebleeds -nosed -nosegay -nosegays -noseless -noselike -noses -nosey -nosh -noshed -nosher -noshers -noshes -noshing -nosier -nosiest -nosily -nosiness -nosinesses -nosing -nosings -nosologies -nosology -nostalgia -nostalgias -nostalgic -nostoc -nostocs -nostril -nostrils -nostrum -nostrums -nosy -not -nota -notabilities -notability -notable -notables -notably -notal -notarial -notaries -notarize -notarized -notarizes -notarizing -notary -notate -notated -notates -notating -notation -notations -notch -notched -notcher -notchers -notches -notching -note -notebook -notebooks -notecase -notecases -noted -notedly -noteless -noter -noters -notes -noteworthy -nothing -nothingness -nothingnesses -nothings -notice -noticeable -noticeably -noticed -notices -noticing -notification -notifications -notified -notifier -notifiers -notifies -notify -notifying -noting -notion -notional -notions -notorieties -notoriety -notorious -notoriously -notornis -notturni -notturno -notum -notwithstanding -nougat -nougats -nought -noughts -noumena -noumenal -noumenon -noun -nounal -nounally -nounless -nouns -nourish -nourished -nourishes -nourishing -nourishment -nourishments -nous -nouses -nova -novae -novalike -novas -novation -novations -novel -novelise -novelised -novelises -novelising -novelist -novelists -novelize -novelized -novelizes -novelizing -novella -novellas -novelle -novelly -novels -novelties -novelty -novena -novenae -novenas -novercal -novice -novices -now -nowadays -noway -noways -nowhere -nowheres -nowise -nows -nowt -nowts -noxious -noyade -noyades -nozzle -nozzles -nth -nu -nuance -nuanced -nuances -nub -nubbier -nubbiest -nubbin -nubbins -nubble -nubbles -nubblier -nubbliest -nubbly -nubby -nubia -nubias -nubile -nubilities -nubility -nubilose -nubilous -nubs -nucellar -nucelli -nucellus -nucha -nuchae -nuchal -nuchals -nucleal -nuclear -nuclease -nucleases -nucleate -nucleated -nucleates -nucleating -nuclei -nuclein -nucleins -nucleole -nucleoles -nucleoli -nucleon -nucleons -nucleus -nucleuses -nuclide -nuclides -nuclidic -nude -nudely -nudeness -nudenesses -nuder -nudes -nudest -nudge -nudged -nudger -nudgers -nudges -nudging -nudicaul -nudie -nudies -nudism -nudisms -nudist -nudists -nudities -nudity -nudnick -nudnicks -nudnik -nudniks -nugatory -nugget -nuggets -nuggety -nuisance -nuisances -nuke -nukes -null -nullah -nullahs -nulled -nullification -nullifications -nullified -nullifies -nullify -nullifying -nulling -nullities -nullity -nulls -numb -numbed -number -numbered -numberer -numberers -numbering -numberless -numbers -numbest -numbfish -numbfishes -numbing -numbles -numbly -numbness -numbnesses -numbs -numen -numeral -numerals -numerary -numerate -numerated -numerates -numerating -numerator -numerators -numeric -numerical -numerically -numerics -numerologies -numerologist -numerologists -numerology -numerous -numina -numinous -numinouses -numismatic -numismatics -numismatist -numismatists -nummary -nummular -numskull -numskulls -nun -nuncio -nuncios -nuncle -nuncles -nunlike -nunneries -nunnery -nunnish -nuns -nuptial -nuptials -nurl -nurled -nurling -nurls -nurse -nursed -nurseries -nursery -nurses -nursing -nursings -nursling -nurslings -nurture -nurtured -nurturer -nurturers -nurtures -nurturing -nus -nut -nutant -nutate -nutated -nutates -nutating -nutation -nutations -nutbrown -nutcracker -nutcrackers -nutgall -nutgalls -nutgrass -nutgrasses -nuthatch -nuthatches -nuthouse -nuthouses -nutlet -nutlets -nutlike -nutmeat -nutmeats -nutmeg -nutmegs -nutpick -nutpicks -nutria -nutrias -nutrient -nutrients -nutriment -nutriments -nutrition -nutritional -nutritions -nutritious -nutritive -nuts -nutsedge -nutsedges -nutshell -nutshells -nutted -nutter -nutters -nuttier -nuttiest -nuttily -nutting -nutty -nutwood -nutwoods -nuzzle -nuzzled -nuzzles -nuzzling -nyala -nyalas -nylghai -nylghais -nylghau -nylghaus -nylon -nylons -nymph -nympha -nymphae -nymphal -nymphean -nymphet -nymphets -nympho -nymphomania -nymphomaniac -nymphomanias -nymphos -nymphs -oaf -oafish -oafishly -oafs -oak -oaken -oaklike -oakmoss -oakmosses -oaks -oakum -oakums -oar -oared -oarfish -oarfishes -oaring -oarless -oarlike -oarlock -oarlocks -oars -oarsman -oarsmen -oases -oasis -oast -oasts -oat -oatcake -oatcakes -oaten -oater -oaters -oath -oaths -oatlike -oatmeal -oatmeals -oats -oaves -obduracies -obduracy -obdurate -obe -obeah -obeahism -obeahisms -obeahs -obedience -obediences -obedient -obediently -obeisance -obeisant -obeli -obelia -obelias -obelise -obelised -obelises -obelising -obelisk -obelisks -obelism -obelisms -obelize -obelized -obelizes -obelizing -obelus -obes -obese -obesely -obesities -obesity -obey -obeyable -obeyed -obeyer -obeyers -obeying -obeys -obfuscate -obfuscated -obfuscates -obfuscating -obfuscation -obfuscations -obi -obia -obias -obiism -obiisms -obis -obit -obits -obituaries -obituary -object -objected -objecting -objection -objectionable -objections -objective -objectively -objectiveness -objectivenesses -objectives -objectivities -objectivity -objector -objectors -objects -oblast -oblasti -oblasts -oblate -oblately -oblates -oblation -oblations -oblatory -obligate -obligated -obligates -obligati -obligating -obligation -obligations -obligato -obligatory -obligatos -oblige -obliged -obligee -obligees -obliger -obligers -obliges -obliging -obligingly -obligor -obligors -oblique -obliqued -obliquely -obliqueness -obliquenesses -obliques -obliquing -obliquities -obliquity -obliterate -obliterated -obliterates -obliterating -obliteration -obliterations -oblivion -oblivions -oblivious -obliviously -obliviousness -obliviousnesses -oblong -oblongly -oblongs -obloquies -obloquy -obnoxious -obnoxiously -obnoxiousness -obnoxiousnesses -oboe -oboes -oboist -oboists -obol -obole -oboles -oboli -obols -obolus -obovate -obovoid -obscene -obscenely -obscener -obscenest -obscenities -obscenity -obscure -obscured -obscurely -obscurer -obscures -obscurest -obscuring -obscurities -obscurity -obsequies -obsequious -obsequiously -obsequiousness -obsequiousnesses -obsequy -observance -observances -observant -observation -observations -observatories -observatory -observe -observed -observer -observers -observes -observing -obsess -obsessed -obsesses -obsessing -obsession -obsessions -obsessive -obsessively -obsessor -obsessors -obsidian -obsidians -obsolescence -obsolescences -obsolescent -obsolete -obsoleted -obsoletes -obsoleting -obstacle -obstacles -obstetrical -obstetrician -obstetricians -obstetrics -obstinacies -obstinacy -obstinate -obstinately -obstreperous -obstreperousness -obstreperousnesses -obstruct -obstructed -obstructing -obstruction -obstructions -obstructive -obstructor -obstructors -obstructs -obtain -obtainable -obtained -obtainer -obtainers -obtaining -obtains -obtect -obtected -obtest -obtested -obtesting -obtests -obtrude -obtruded -obtruder -obtruders -obtrudes -obtruding -obtrusion -obtrusions -obtrusive -obtrusively -obtrusiveness -obtrusivenesses -obtund -obtunded -obtunding -obtunds -obturate -obturated -obturates -obturating -obtuse -obtusely -obtuser -obtusest -obverse -obverses -obvert -obverted -obverting -obverts -obviable -obviate -obviated -obviates -obviating -obviation -obviations -obviator -obviators -obvious -obviously -obviousness -obviousnesses -obvolute -oca -ocarina -ocarinas -ocas -occasion -occasional -occasionally -occasioned -occasioning -occasions -occident -occidental -occidents -occipita -occiput -occiputs -occlude -occluded -occludes -occluding -occlusal -occult -occulted -occulter -occulters -occulting -occultly -occults -occupancies -occupancy -occupant -occupants -occupation -occupational -occupationally -occupations -occupied -occupier -occupiers -occupies -occupy -occupying -occur -occurence -occurences -occurred -occurrence -occurrences -occurring -occurs -ocean -oceanfront -oceanfronts -oceangoing -oceanic -oceanographer -oceanographers -oceanographic -oceanographies -oceanography -oceans -ocellar -ocellate -ocelli -ocellus -oceloid -ocelot -ocelots -ocher -ochered -ochering -ocherous -ochers -ochery -ochone -ochre -ochrea -ochreae -ochred -ochreous -ochres -ochring -ochroid -ochrous -ochry -ocotillo -ocotillos -ocrea -ocreae -ocreate -octad -octadic -octads -octagon -octagonal -octagons -octal -octane -octanes -octangle -octangles -octant -octantal -octants -octarchies -octarchy -octaval -octave -octaves -octavo -octavos -octet -octets -octette -octettes -octonaries -octonary -octopi -octopod -octopodes -octopods -octopus -octopuses -octoroon -octoroons -octroi -octrois -octuple -octupled -octuples -octuplet -octuplets -octuplex -octupling -octuply -octyl -octyls -ocular -ocularly -oculars -oculist -oculists -od -odalisk -odalisks -odd -oddball -oddballs -odder -oddest -oddish -oddities -oddity -oddly -oddment -oddments -oddness -oddnesses -odds -ode -odea -odeon -odeons -odes -odeum -odic -odious -odiously -odiousness -odiousnesses -odium -odiums -odograph -odographs -odometer -odometers -odometries -odometry -odonate -odonates -odontoid -odontoids -odor -odorant -odorants -odored -odorful -odorize -odorized -odorizes -odorizing -odorless -odorous -odors -odour -odourful -odours -ods -odyl -odyle -odyles -odyls -odyssey -odysseys -oe -oecologies -oecology -oedema -oedemas -oedemata -oedipal -oedipean -oeillade -oeillades -oenologies -oenology -oenomel -oenomels -oersted -oersteds -oes -oestrin -oestrins -oestriol -oestriols -oestrone -oestrones -oestrous -oestrum -oestrums -oestrus -oestruses -oeuvre -oeuvres -of -ofay -ofays -off -offal -offals -offbeat -offbeats -offcast -offcasts -offed -offence -offences -offend -offended -offender -offenders -offending -offends -offense -offenses -offensive -offensively -offensiveness -offensivenesses -offensives -offer -offered -offerer -offerers -offering -offerings -offeror -offerors -offers -offertories -offertory -offhand -office -officeholder -officeholders -officer -officered -officering -officers -offices -official -officialdom -officialdoms -officially -officials -officiate -officiated -officiates -officiating -officious -officiously -officiousness -officiousnesses -offing -offings -offish -offishly -offload -offloaded -offloading -offloads -offprint -offprinted -offprinting -offprints -offs -offset -offsets -offsetting -offshoot -offshoots -offshore -offside -offspring -offstage -oft -often -oftener -oftenest -oftentimes -ofter -oftest -ofttimes -ogam -ogams -ogdoad -ogdoads -ogee -ogees -ogham -oghamic -oghamist -oghamists -oghams -ogival -ogive -ogives -ogle -ogled -ogler -oglers -ogles -ogling -ogre -ogreish -ogreism -ogreisms -ogres -ogress -ogresses -ogrish -ogrishly -ogrism -ogrisms -oh -ohed -ohia -ohias -ohing -ohm -ohmage -ohmages -ohmic -ohmmeter -ohmmeters -ohms -oho -ohs -oidia -oidium -oil -oilbird -oilbirds -oilcamp -oilcamps -oilcan -oilcans -oilcloth -oilcloths -oilcup -oilcups -oiled -oiler -oilers -oilhole -oilholes -oilier -oiliest -oilily -oiliness -oilinesses -oiling -oilman -oilmen -oilpaper -oilpapers -oilproof -oils -oilseed -oilseeds -oilskin -oilskins -oilstone -oilstones -oiltight -oilway -oilways -oily -oink -oinked -oinking -oinks -oinologies -oinology -oinomel -oinomels -ointment -ointments -oiticica -oiticicas -oka -okapi -okapis -okas -okay -okayed -okaying -okays -oke -okeh -okehs -okes -okeydoke -okra -okras -old -olden -older -oldest -oldie -oldies -oldish -oldness -oldnesses -olds -oldster -oldsters -oldstyle -oldstyles -oldwife -oldwives -ole -olea -oleander -oleanders -oleaster -oleasters -oleate -oleates -olefin -olefine -olefines -olefinic -olefins -oleic -olein -oleine -oleines -oleins -oleo -oleomargarine -oleomargarines -oleos -oles -oleum -oleums -olfactory -olibanum -olibanums -oligarch -oligarchic -oligarchical -oligarchies -oligarchs -oligarchy -oligomer -oligomers -olio -olios -olivary -olive -olives -olivine -olivines -olivinic -olla -ollas -ologies -ologist -ologists -ology -olympiad -olympiads -om -omasa -omasum -omber -ombers -ombre -ombres -ombudsman -ombudsmen -omega -omegas -omelet -omelets -omelette -omelettes -omen -omened -omening -omens -omenta -omental -omentum -omentums -omer -omers -omicron -omicrons -omikron -omikrons -ominous -ominously -ominousness -ominousnesses -omission -omissions -omissive -omit -omits -omitted -omitting -omniarch -omniarchs -omnibus -omnibuses -omnific -omniform -omnimode -omnipotence -omnipotences -omnipotent -omnipotently -omnipresence -omnipresences -omnipresent -omniscience -omnisciences -omniscient -omnisciently -omnivora -omnivore -omnivores -omnivorous -omnivorously -omnivorousness -omnivorousnesses -omophagies -omophagy -omphali -omphalos -oms -on -onager -onagers -onagri -onanism -onanisms -onanist -onanists -once -onces -oncidium -oncidiums -oncologic -oncologies -oncologist -oncologists -oncology -oncoming -oncomings -ondogram -ondograms -one -onefold -oneiric -oneness -onenesses -onerier -oneriest -onerous -onery -ones -oneself -onetime -ongoing -onion -onions -onium -onlooker -onlookers -only -onomatopoeia -onrush -onrushes -ons -onset -onsets -onshore -onside -onslaught -onslaughts -onstage -ontic -onto -ontogenies -ontogeny -ontologies -ontology -onus -onuses -onward -onwards -onyx -onyxes -oocyst -oocysts -oocyte -oocytes -oodles -oodlins -oogamete -oogametes -oogamies -oogamous -oogamy -oogenies -oogeny -oogonia -oogonial -oogonium -oogoniums -ooh -oohed -oohing -oohs -oolachan -oolachans -oolite -oolites -oolith -ooliths -oolitic -oologic -oologies -oologist -oologists -oology -oolong -oolongs -oomiac -oomiack -oomiacks -oomiacs -oomiak -oomiaks -oomph -oomphs -oophorectomy -oophyte -oophytes -oophytic -oops -oorali -ooralis -oorie -oosperm -oosperms -oosphere -oospheres -oospore -oospores -oosporic -oot -ootheca -oothecae -oothecal -ootid -ootids -oots -ooze -oozed -oozes -oozier -ooziest -oozily -ooziness -oozinesses -oozing -oozy -op -opacified -opacifies -opacify -opacifying -opacities -opacity -opah -opahs -opal -opalesce -opalesced -opalesces -opalescing -opaline -opalines -opals -opaque -opaqued -opaquely -opaqueness -opaquenesses -opaquer -opaques -opaquest -opaquing -ope -oped -open -openable -opened -opener -openers -openest -openhanded -opening -openings -openly -openness -opennesses -opens -openwork -openworks -opera -operable -operably -operand -operands -operant -operants -operas -operate -operated -operates -operatic -operatics -operating -operation -operational -operationally -operations -operative -operator -operators -opercele -operceles -opercula -opercule -opercules -operetta -operettas -operon -operons -operose -opes -ophidian -ophidians -ophite -ophites -ophitic -ophthalmologies -ophthalmologist -ophthalmologists -ophthalmology -opiate -opiated -opiates -opiating -opine -opined -opines -oping -opining -opinion -opinionated -opinions -opium -opiumism -opiumisms -opiums -opossum -opossums -oppidan -oppidans -oppilant -oppilate -oppilated -oppilates -oppilating -opponent -opponents -opportune -opportunely -opportunism -opportunisms -opportunist -opportunistic -opportunists -opportunities -opportunity -oppose -opposed -opposer -opposers -opposes -opposing -opposite -oppositely -oppositeness -oppositenesses -opposites -opposition -oppositions -oppress -oppressed -oppresses -oppressing -oppression -oppressions -oppressive -oppressively -oppressor -oppressors -opprobrious -opprobriously -opprobrium -opprobriums -oppugn -oppugned -oppugner -oppugners -oppugning -oppugns -ops -opsin -opsins -opsonic -opsonified -opsonifies -opsonify -opsonifying -opsonin -opsonins -opsonize -opsonized -opsonizes -opsonizing -opt -optative -optatives -opted -optic -optical -optician -opticians -opticist -opticists -optics -optima -optimal -optimally -optime -optimes -optimise -optimised -optimises -optimising -optimism -optimisms -optimist -optimistic -optimistically -optimists -optimize -optimized -optimizes -optimizing -optimum -optimums -opting -option -optional -optionally -optionals -optioned -optionee -optionees -optioning -options -optometries -optometrist -optometry -opts -opulence -opulences -opulencies -opulency -opulent -opuntia -opuntias -opus -opuscula -opuscule -opuscules -opuses -oquassa -oquassas -or -ora -orach -orache -oraches -oracle -oracles -oracular -oral -oralities -orality -orally -orals -orang -orange -orangeade -orangeades -orangeries -orangery -oranges -orangey -orangier -orangiest -orangish -orangoutan -orangoutans -orangs -orangutan -orangutang -orangutangs -orangutans -orangy -orate -orated -orates -orating -oration -orations -orator -oratorical -oratories -oratorio -oratorios -orators -oratory -oratress -oratresses -oratrices -oratrix -orb -orbed -orbicular -orbing -orbit -orbital -orbitals -orbited -orbiter -orbiters -orbiting -orbits -orbs -orc -orca -orcas -orcein -orceins -orchard -orchardist -orchardists -orchards -orchestra -orchestral -orchestras -orchestrate -orchestrated -orchestrates -orchestrating -orchestration -orchestrations -orchid -orchids -orchiectomy -orchil -orchils -orchis -orchises -orchitic -orchitis -orchitises -orcin -orcinol -orcinols -orcins -orcs -ordain -ordained -ordainer -ordainers -ordaining -ordains -ordeal -ordeals -order -ordered -orderer -orderers -ordering -orderlies -orderliness -orderlinesses -orderly -orders -ordinal -ordinals -ordinance -ordinances -ordinand -ordinands -ordinarier -ordinaries -ordinariest -ordinarily -ordinary -ordinate -ordinates -ordination -ordinations -ordines -ordnance -ordnances -ordo -ordos -ordure -ordures -ore -oread -oreads -orectic -orective -oregano -oreganos -oreide -oreides -ores -orfray -orfrays -organ -organa -organdie -organdies -organdy -organic -organically -organics -organise -organised -organises -organising -organism -organisms -organist -organists -organization -organizational -organizationally -organizations -organize -organized -organizer -organizers -organizes -organizing -organon -organons -organs -organum -organums -organza -organzas -orgasm -orgasmic -orgasms -orgastic -orgeat -orgeats -orgiac -orgic -orgies -orgulous -orgy -oribatid -oribatids -oribi -oribis -oriel -oriels -orient -oriental -orientals -orientation -orientations -oriented -orienting -orients -orifice -orifices -origami -origamis -origan -origans -origanum -origanums -origin -original -originalities -originality -originally -originals -originate -originated -originates -originating -originator -originators -origins -orinasal -orinasals -oriole -orioles -orison -orisons -orle -orles -orlop -orlops -ormer -ormers -ormolu -ormolus -ornament -ornamental -ornamentation -ornamentations -ornamented -ornamenting -ornaments -ornate -ornately -ornateness -ornatenesses -ornerier -orneriest -ornery -ornis -ornithes -ornithic -ornithological -ornithologist -ornithologists -ornithology -orogenic -orogenies -orogeny -oroide -oroides -orologies -orology -orometer -orometers -orotund -orphan -orphanage -orphanages -orphaned -orphaning -orphans -orphic -orphical -orphrey -orphreys -orpiment -orpiments -orpin -orpine -orpines -orpins -orra -orreries -orrery -orrice -orrices -orris -orrises -ors -ort -orthicon -orthicons -ortho -orthodontia -orthodontics -orthodontist -orthodontists -orthodox -orthodoxes -orthodoxies -orthodoxy -orthoepies -orthoepy -orthogonal -orthographic -orthographies -orthography -orthopedic -orthopedics -orthopedist -orthopedists -orthotic -ortolan -ortolans -orts -oryx -oryxes -os -osar -oscillate -oscillated -oscillates -oscillating -oscillation -oscillations -oscine -oscines -oscinine -oscitant -oscula -osculant -oscular -osculate -osculated -osculates -osculating -oscule -oscules -osculum -ose -oses -osier -osiers -osmatic -osmic -osmious -osmium -osmiums -osmol -osmolal -osmolar -osmols -osmose -osmosed -osmoses -osmosing -osmosis -osmotic -osmous -osmund -osmunda -osmundas -osmunds -osnaburg -osnaburgs -osprey -ospreys -ossa -ossein -osseins -osseous -ossia -ossicle -ossicles -ossific -ossified -ossifier -ossifiers -ossifies -ossify -ossifying -ossuaries -ossuary -osteal -osteitic -osteitides -osteitis -ostensible -ostensibly -ostentation -ostentations -ostentatious -ostentatiously -osteoblast -osteoblasts -osteoid -osteoids -osteoma -osteomas -osteomata -osteopath -osteopathic -osteopathies -osteopaths -osteopathy -osteopenia -ostia -ostiaries -ostiary -ostinato -ostinatos -ostiolar -ostiole -ostioles -ostium -ostler -ostlers -ostmark -ostmarks -ostomies -ostomy -ostoses -ostosis -ostosises -ostracism -ostracisms -ostracize -ostracized -ostracizes -ostracizing -ostracod -ostracods -ostrich -ostriches -ostsis -ostsises -otalgia -otalgias -otalgic -otalgies -otalgy -other -others -otherwise -otic -otiose -otiosely -otiosities -otiosity -otitic -otitides -otitis -otocyst -otocysts -otolith -otoliths -otologies -otology -otoscope -otoscopes -otoscopies -otoscopy -ototoxicities -ototoxicity -ottar -ottars -ottava -ottavas -otter -otters -otto -ottoman -ottomans -ottos -ouabain -ouabains -ouch -ouches -oud -ouds -ought -oughted -oughting -oughts -ouistiti -ouistitis -ounce -ounces -ouph -ouphe -ouphes -ouphs -our -ourang -ourangs -ourari -ouraris -ourebi -ourebis -ourie -ours -ourself -ourselves -ousel -ousels -oust -ousted -ouster -ousters -ousting -ousts -out -outact -outacted -outacting -outacts -outadd -outadded -outadding -outadds -outage -outages -outargue -outargued -outargues -outarguing -outask -outasked -outasking -outasks -outate -outback -outbacks -outbake -outbaked -outbakes -outbaking -outbark -outbarked -outbarking -outbarks -outbawl -outbawled -outbawling -outbawls -outbeam -outbeamed -outbeaming -outbeams -outbeg -outbegged -outbegging -outbegs -outbid -outbidden -outbidding -outbids -outblaze -outblazed -outblazes -outblazing -outbleat -outbleated -outbleating -outbleats -outbless -outblessed -outblesses -outblessing -outbloom -outbloomed -outblooming -outblooms -outbluff -outbluffed -outbluffing -outbluffs -outblush -outblushed -outblushes -outblushing -outboard -outboards -outboast -outboasted -outboasting -outboasts -outbound -outbox -outboxed -outboxes -outboxing -outbrag -outbragged -outbragging -outbrags -outbrave -outbraved -outbraves -outbraving -outbreak -outbreaks -outbred -outbreed -outbreeding -outbreeds -outbribe -outbribed -outbribes -outbribing -outbuild -outbuilding -outbuildings -outbuilds -outbuilt -outbullied -outbullies -outbully -outbullying -outburn -outburned -outburning -outburns -outburnt -outburst -outbursts -outby -outbye -outcaper -outcapered -outcapering -outcapers -outcast -outcaste -outcastes -outcasts -outcatch -outcatches -outcatching -outcaught -outcavil -outcaviled -outcaviling -outcavilled -outcavilling -outcavils -outcharm -outcharmed -outcharming -outcharms -outcheat -outcheated -outcheating -outcheats -outchid -outchidden -outchide -outchided -outchides -outchiding -outclass -outclassed -outclasses -outclassing -outclimb -outclimbed -outclimbing -outclimbs -outclomb -outcome -outcomes -outcook -outcooked -outcooking -outcooks -outcrawl -outcrawled -outcrawling -outcrawls -outcried -outcries -outcrop -outcropped -outcropping -outcrops -outcross -outcrossed -outcrosses -outcrossing -outcrow -outcrowed -outcrowing -outcrows -outcry -outcrying -outcurse -outcursed -outcurses -outcursing -outcurve -outcurves -outdance -outdanced -outdances -outdancing -outdare -outdared -outdares -outdaring -outdate -outdated -outdates -outdating -outdid -outdistance -outdistanced -outdistances -outdistancing -outdo -outdodge -outdodged -outdodges -outdodging -outdoer -outdoers -outdoes -outdoing -outdone -outdoor -outdoors -outdrank -outdraw -outdrawing -outdrawn -outdraws -outdream -outdreamed -outdreaming -outdreams -outdreamt -outdress -outdressed -outdresses -outdressing -outdrew -outdrink -outdrinking -outdrinks -outdrive -outdriven -outdrives -outdriving -outdrop -outdropped -outdropping -outdrops -outdrove -outdrunk -outeat -outeaten -outeating -outeats -outecho -outechoed -outechoes -outechoing -outed -outer -outermost -outers -outfable -outfabled -outfables -outfabling -outface -outfaced -outfaces -outfacing -outfall -outfalls -outfast -outfasted -outfasting -outfasts -outfawn -outfawned -outfawning -outfawns -outfeast -outfeasted -outfeasting -outfeasts -outfeel -outfeeling -outfeels -outfelt -outfield -outfielder -outfielders -outfields -outfight -outfighting -outfights -outfind -outfinding -outfinds -outfire -outfired -outfires -outfiring -outfit -outfits -outfitted -outfitter -outfitters -outfitting -outflank -outflanked -outflanking -outflanks -outflew -outflies -outflow -outflowed -outflowing -outflown -outflows -outfly -outflying -outfool -outfooled -outfooling -outfools -outfoot -outfooted -outfooting -outfoots -outfought -outfound -outfox -outfoxed -outfoxes -outfoxing -outfrown -outfrowned -outfrowning -outfrowns -outgain -outgained -outgaining -outgains -outgas -outgassed -outgasses -outgassing -outgave -outgive -outgiven -outgives -outgiving -outglare -outglared -outglares -outglaring -outglow -outglowed -outglowing -outglows -outgnaw -outgnawed -outgnawing -outgnawn -outgnaws -outgo -outgoes -outgoing -outgoings -outgone -outgrew -outgrin -outgrinned -outgrinning -outgrins -outgroup -outgroups -outgrow -outgrowing -outgrown -outgrows -outgrowth -outgrowths -outguess -outguessed -outguesses -outguessing -outguide -outguided -outguides -outguiding -outgun -outgunned -outgunning -outguns -outgush -outgushes -outhaul -outhauls -outhear -outheard -outhearing -outhears -outhit -outhits -outhitting -outhouse -outhouses -outhowl -outhowled -outhowling -outhowls -outhumor -outhumored -outhumoring -outhumors -outing -outings -outjinx -outjinxed -outjinxes -outjinxing -outjump -outjumped -outjumping -outjumps -outjut -outjuts -outjutted -outjutting -outkeep -outkeeping -outkeeps -outkept -outkick -outkicked -outkicking -outkicks -outkiss -outkissed -outkisses -outkissing -outlaid -outlain -outland -outlandish -outlandishly -outlands -outlast -outlasted -outlasting -outlasts -outlaugh -outlaughed -outlaughing -outlaughs -outlaw -outlawed -outlawing -outlawries -outlawry -outlaws -outlay -outlaying -outlays -outleap -outleaped -outleaping -outleaps -outleapt -outlearn -outlearned -outlearning -outlearns -outlearnt -outlet -outlets -outlie -outlier -outliers -outlies -outline -outlined -outlines -outlining -outlive -outlived -outliver -outlivers -outlives -outliving -outlook -outlooks -outlove -outloved -outloves -outloving -outlying -outman -outmanned -outmanning -outmans -outmarch -outmarched -outmarches -outmarching -outmatch -outmatched -outmatches -outmatching -outmode -outmoded -outmodes -outmoding -outmost -outmove -outmoved -outmoves -outmoving -outnumber -outnumbered -outnumbering -outnumbers -outpace -outpaced -outpaces -outpacing -outpaint -outpainted -outpainting -outpaints -outpass -outpassed -outpasses -outpassing -outpatient -outpatients -outpitied -outpities -outpity -outpitying -outplan -outplanned -outplanning -outplans -outplay -outplayed -outplaying -outplays -outplod -outplodded -outplodding -outplods -outpoint -outpointed -outpointing -outpoints -outpoll -outpolled -outpolling -outpolls -outport -outports -outpost -outposts -outpour -outpoured -outpouring -outpours -outpray -outprayed -outpraying -outprays -outpreen -outpreened -outpreening -outpreens -outpress -outpressed -outpresses -outpressing -outprice -outpriced -outprices -outpricing -outpull -outpulled -outpulling -outpulls -outpush -outpushed -outpushes -outpushing -output -outputs -outputted -outputting -outquote -outquoted -outquotes -outquoting -outrace -outraced -outraces -outracing -outrage -outraged -outrages -outraging -outraise -outraised -outraises -outraising -outran -outrance -outrances -outrang -outrange -outranged -outranges -outranging -outrank -outranked -outranking -outranks -outrave -outraved -outraves -outraving -outre -outreach -outreached -outreaches -outreaching -outread -outreading -outreads -outregeous -outregeously -outridden -outride -outrider -outriders -outrides -outriding -outright -outring -outringing -outrings -outrival -outrivaled -outrivaling -outrivalled -outrivalling -outrivals -outroar -outroared -outroaring -outroars -outrock -outrocked -outrocking -outrocks -outrode -outroll -outrolled -outrolling -outrolls -outroot -outrooted -outrooting -outroots -outrun -outrung -outrunning -outruns -outrush -outrushes -outs -outsail -outsailed -outsailing -outsails -outsang -outsat -outsavor -outsavored -outsavoring -outsavors -outsaw -outscold -outscolded -outscolding -outscolds -outscore -outscored -outscores -outscoring -outscorn -outscorned -outscorning -outscorns -outsee -outseeing -outseen -outsees -outsell -outselling -outsells -outsert -outserts -outserve -outserved -outserves -outserving -outset -outsets -outshame -outshamed -outshames -outshaming -outshine -outshined -outshines -outshining -outshone -outshoot -outshooting -outshoots -outshot -outshout -outshouted -outshouting -outshouts -outside -outsider -outsiders -outsides -outsight -outsights -outsin -outsing -outsinging -outsings -outsinned -outsinning -outsins -outsit -outsits -outsitting -outsize -outsized -outsizes -outskirt -outskirts -outsleep -outsleeping -outsleeps -outslept -outsmart -outsmarted -outsmarting -outsmarts -outsmile -outsmiled -outsmiles -outsmiling -outsmoke -outsmoked -outsmokes -outsmoking -outsnore -outsnored -outsnores -outsnoring -outsoar -outsoared -outsoaring -outsoars -outsold -outsole -outsoles -outspan -outspanned -outspanning -outspans -outspeak -outspeaking -outspeaks -outspell -outspelled -outspelling -outspells -outspelt -outspend -outspending -outspends -outspent -outspoke -outspoken -outspokenness -outspokennesses -outstand -outstanding -outstandingly -outstands -outstare -outstared -outstares -outstaring -outstart -outstarted -outstarting -outstarts -outstate -outstated -outstates -outstating -outstay -outstayed -outstaying -outstays -outsteer -outsteered -outsteering -outsteers -outstood -outstrip -outstripped -outstripping -outstrips -outstudied -outstudies -outstudy -outstudying -outstunt -outstunted -outstunting -outstunts -outsulk -outsulked -outsulking -outsulks -outsung -outswam -outsware -outswear -outswearing -outswears -outswim -outswimming -outswims -outswore -outsworn -outswum -outtake -outtakes -outtalk -outtalked -outtalking -outtalks -outtask -outtasked -outtasking -outtasks -outtell -outtelling -outtells -outthank -outthanked -outthanking -outthanks -outthink -outthinking -outthinks -outthought -outthrew -outthrob -outthrobbed -outthrobbing -outthrobs -outthrow -outthrowing -outthrown -outthrows -outtold -outtower -outtowered -outtowering -outtowers -outtrade -outtraded -outtrades -outtrading -outtrick -outtricked -outtricking -outtricks -outtrot -outtrots -outtrotted -outtrotting -outtrump -outtrumped -outtrumping -outtrumps -outturn -outturns -outvalue -outvalued -outvalues -outvaluing -outvaunt -outvaunted -outvaunting -outvaunts -outvoice -outvoiced -outvoices -outvoicing -outvote -outvoted -outvotes -outvoting -outwait -outwaited -outwaiting -outwaits -outwalk -outwalked -outwalking -outwalks -outwar -outward -outwards -outwarred -outwarring -outwars -outwash -outwashes -outwaste -outwasted -outwastes -outwasting -outwatch -outwatched -outwatches -outwatching -outwear -outwearied -outwearies -outwearing -outwears -outweary -outwearying -outweep -outweeping -outweeps -outweigh -outweighed -outweighing -outweighs -outwent -outwept -outwhirl -outwhirled -outwhirling -outwhirls -outwile -outwiled -outwiles -outwiling -outwill -outwilled -outwilling -outwills -outwind -outwinded -outwinding -outwinds -outwish -outwished -outwishes -outwishing -outwit -outwits -outwitted -outwitting -outwore -outwork -outworked -outworking -outworks -outworn -outwrit -outwrite -outwrites -outwriting -outwritten -outwrote -outwrought -outyell -outyelled -outyelling -outyells -outyelp -outyelped -outyelping -outyelps -outyield -outyielded -outyielding -outyields -ouzel -ouzels -ouzo -ouzos -ova -oval -ovalities -ovality -ovally -ovalness -ovalnesses -ovals -ovarial -ovarian -ovaries -ovariole -ovarioles -ovaritides -ovaritis -ovary -ovate -ovately -ovation -ovations -oven -ovenbird -ovenbirds -ovenlike -ovens -ovenware -ovenwares -over -overable -overabundance -overabundances -overabundant -overacceptance -overacceptances -overachiever -overachievers -overact -overacted -overacting -overactive -overacts -overage -overages -overaggresive -overall -overalls -overambitious -overamplified -overamplifies -overamplify -overamplifying -overanalyze -overanalyzed -overanalyzes -overanalyzing -overanxieties -overanxiety -overanxious -overapologetic -overapt -overarch -overarched -overarches -overarching -overarm -overarousal -overarouse -overaroused -overarouses -overarousing -overassertive -overate -overawe -overawed -overawes -overawing -overbake -overbaked -overbakes -overbaking -overbear -overbearing -overbears -overbet -overbets -overbetted -overbetting -overbid -overbidden -overbidding -overbids -overbig -overbite -overbites -overblew -overblow -overblowing -overblown -overblows -overboard -overbold -overbook -overbooked -overbooking -overbooks -overbore -overborn -overborne -overborrow -overborrowed -overborrowing -overborrows -overbought -overbred -overbright -overbroad -overbuild -overbuilded -overbuilding -overbuilds -overburden -overburdened -overburdening -overburdens -overbusy -overbuy -overbuying -overbuys -overcall -overcalled -overcalling -overcalls -overcame -overcapacities -overcapacity -overcapitalize -overcapitalized -overcapitalizes -overcapitalizing -overcareful -overcast -overcasting -overcasts -overcautious -overcharge -overcharged -overcharges -overcharging -overcivilized -overclean -overcoat -overcoats -overcold -overcome -overcomes -overcoming -overcommit -overcommited -overcommiting -overcommits -overcompensate -overcompensated -overcompensates -overcompensating -overcomplicate -overcomplicated -overcomplicates -overcomplicating -overconcern -overconcerned -overconcerning -overconcerns -overconfidence -overconfidences -overconfident -overconscientious -overconsume -overconsumed -overconsumes -overconsuming -overconsumption -overconsumptions -overcontrol -overcontroled -overcontroling -overcontrols -overcook -overcooked -overcooking -overcooks -overcool -overcooled -overcooling -overcools -overcorrect -overcorrected -overcorrecting -overcorrects -overcoy -overcram -overcrammed -overcramming -overcrams -overcritical -overcrop -overcropped -overcropping -overcrops -overcrowd -overcrowded -overcrowding -overcrowds -overdare -overdared -overdares -overdaring -overdear -overdeck -overdecked -overdecking -overdecks -overdecorate -overdecorated -overdecorates -overdecorating -overdepend -overdepended -overdependent -overdepending -overdepends -overdevelop -overdeveloped -overdeveloping -overdevelops -overdid -overdo -overdoer -overdoers -overdoes -overdoing -overdone -overdose -overdosed -overdoses -overdosing -overdraft -overdrafts -overdramatic -overdramatize -overdramatized -overdramatizes -overdramatizing -overdraw -overdrawing -overdrawn -overdraws -overdress -overdressed -overdresses -overdressing -overdrew -overdrink -overdrinks -overdry -overdue -overdye -overdyed -overdyeing -overdyes -overeager -overeasy -overeat -overeaten -overeater -overeaters -overeating -overeats -overed -overeducate -overeducated -overeducates -overeducating -overelaborate -overemotional -overemphases -overemphasis -overemphasize -overemphasized -overemphasizes -overemphasizing -overenergetic -overenthusiastic -overestimate -overestimated -overestimates -overestimating -overexaggerate -overexaggerated -overexaggerates -overexaggerating -overexaggeration -overexaggerations -overexcite -overexcited -overexcitement -overexcitements -overexcites -overexciting -overexercise -overexert -overexertion -overexertions -overexhaust -overexhausted -overexhausting -overexhausts -overexpand -overexpanded -overexpanding -overexpands -overexpansion -overexpansions -overexplain -overexplained -overexplaining -overexplains -overexploit -overexploited -overexploiting -overexploits -overexpose -overexposed -overexposes -overexposing -overextend -overextended -overextending -overextends -overextension -overextensions -overexuberant -overfamiliar -overfar -overfast -overfat -overfatigue -overfatigued -overfatigues -overfatiguing -overfear -overfeared -overfearing -overfears -overfed -overfeed -overfeeding -overfeeds -overfertilize -overfertilized -overfertilizes -overfertilizing -overfill -overfilled -overfilling -overfills -overfish -overfished -overfishes -overfishing -overflew -overflies -overflow -overflowed -overflowing -overflown -overflows -overfly -overflying -overfond -overfoul -overfree -overfull -overgenerous -overgild -overgilded -overgilding -overgilds -overgilt -overgird -overgirded -overgirding -overgirds -overgirt -overglad -overglamorize -overglamorized -overglamorizes -overglamorizing -overgoad -overgoaded -overgoading -overgoads -overgraze -overgrazed -overgrazes -overgrazing -overgrew -overgrow -overgrowing -overgrown -overgrows -overhand -overhanded -overhanding -overhands -overhang -overhanging -overhangs -overhard -overharvest -overharvested -overharvesting -overharvests -overhasty -overhate -overhated -overhates -overhating -overhaul -overhauled -overhauling -overhauls -overhead -overheads -overheap -overheaped -overheaping -overheaps -overhear -overheard -overhearing -overhears -overheat -overheated -overheating -overheats -overheld -overhigh -overhold -overholding -overholds -overholy -overhope -overhoped -overhopes -overhoping -overhot -overhung -overhunt -overhunted -overhunting -overhunts -overidealize -overidealized -overidealizes -overidealizing -overidle -overimaginative -overimbibe -overimbibed -overimbibes -overimbibing -overimpressed -overindebted -overindulge -overindulged -overindulgent -overindulges -overindulging -overinflate -overinflated -overinflates -overinflating -overinfluence -overinfluenced -overinfluences -overinfluencing -overing -overinsistent -overintense -overintensities -overintensity -overinvest -overinvested -overinvesting -overinvests -overinvolve -overinvolved -overinvolves -overinvolving -overjoy -overjoyed -overjoying -overjoys -overjust -overkeen -overkill -overkilled -overkilling -overkills -overkind -overlade -overladed -overladen -overlades -overlading -overlaid -overlain -overland -overlands -overlap -overlapped -overlapping -overlaps -overlarge -overlate -overlax -overlay -overlaying -overlays -overleaf -overleap -overleaped -overleaping -overleaps -overleapt -overlet -overlets -overletting -overlewd -overliberal -overlie -overlies -overlive -overlived -overlives -overliving -overload -overloaded -overloading -overloads -overlong -overlook -overlooked -overlooking -overlooks -overlord -overlorded -overlording -overlords -overloud -overlove -overloved -overloves -overloving -overly -overlying -overman -overmanned -overmanning -overmans -overmany -overmedicate -overmedicated -overmedicates -overmedicating -overmeek -overmelt -overmelted -overmelting -overmelts -overmen -overmild -overmix -overmixed -overmixes -overmixing -overmodest -overmuch -overmuches -overnear -overneat -overnew -overnice -overnight -overobvious -overoptimistic -overorganize -overorganized -overorganizes -overorganizing -overpaid -overparticular -overpass -overpassed -overpasses -overpassing -overpast -overpatriotic -overpay -overpaying -overpayment -overpayments -overpays -overpermissive -overpert -overplay -overplayed -overplaying -overplays -overplied -overplies -overplus -overpluses -overply -overplying -overpopulated -overpossessive -overpower -overpowered -overpowering -overpowers -overprase -overprased -overprases -overprasing -overprescribe -overprescribed -overprescribes -overprescribing -overpressure -overpressures -overprice -overpriced -overprices -overpricing -overprint -overprinted -overprinting -overprints -overprivileged -overproduce -overproduced -overproduces -overproducing -overproduction -overproductions -overpromise -overprotect -overprotected -overprotecting -overprotective -overprotects -overpublicize -overpublicized -overpublicizes -overpublicizing -overqualified -overran -overrank -overrash -overrate -overrated -overrates -overrating -overreach -overreached -overreaches -overreaching -overreact -overreacted -overreacting -overreaction -overreactions -overreacts -overrefine -overregulate -overregulated -overregulates -overregulating -overregulation -overregulations -overreliance -overreliances -overrepresent -overrepresented -overrepresenting -overrepresents -overrespond -overresponded -overresponding -overresponds -overrich -overridden -override -overrides -overriding -overrife -overripe -overrode -overrude -overruff -overruffed -overruffing -overruffs -overrule -overruled -overrules -overruling -overrun -overrunning -overruns -overs -oversad -oversale -oversales -oversalt -oversalted -oversalting -oversalts -oversaturate -oversaturated -oversaturates -oversaturating -oversave -oversaved -oversaves -oversaving -oversaw -oversea -overseas -oversee -overseed -overseeded -overseeding -overseeds -overseeing -overseen -overseer -overseers -oversees -oversell -overselling -oversells -oversensitive -overserious -overset -oversets -oversetting -oversew -oversewed -oversewing -oversewn -oversews -oversexed -overshadow -overshadowed -overshadowing -overshadows -overshoe -overshoes -overshoot -overshooting -overshoots -overshot -overshots -oversick -overside -oversides -oversight -oversights -oversimple -oversimplified -oversimplifies -oversimplify -oversimplifying -oversize -oversizes -oversleep -oversleeping -oversleeps -overslept -overslip -overslipped -overslipping -overslips -overslipt -overslow -oversoak -oversoaked -oversoaking -oversoaks -oversoft -oversold -oversolicitous -oversoon -oversoul -oversouls -overspecialize -overspecialized -overspecializes -overspecializing -overspend -overspended -overspending -overspends -overspin -overspins -overspread -overspreading -overspreads -overstaff -overstaffed -overstaffing -overstaffs -overstate -overstated -overstatement -overstatements -overstates -overstating -overstay -overstayed -overstaying -overstays -overstep -overstepped -overstepping -oversteps -overstimulate -overstimulated -overstimulates -overstimulating -overstir -overstirred -overstirring -overstirs -overstock -overstocked -overstocking -overstocks -overstrain -overstrained -overstraining -overstrains -overstress -overstressed -overstresses -overstressing -overstretch -overstretched -overstretches -overstretching -overstrict -oversubtle -oversup -oversupped -oversupping -oversupplied -oversupplies -oversupply -oversupplying -oversups -oversure -oversuspicious -oversweeten -oversweetened -oversweetening -oversweetens -overt -overtake -overtaken -overtakes -overtaking -overtame -overtart -overtask -overtasked -overtasking -overtasks -overtax -overtaxed -overtaxes -overtaxing -overthin -overthrew -overthrow -overthrown -overthrows -overtighten -overtightened -overtightening -overtightens -overtime -overtimed -overtimes -overtiming -overtire -overtired -overtires -overtiring -overtly -overtoil -overtoiled -overtoiling -overtoils -overtone -overtones -overtook -overtop -overtopped -overtopping -overtops -overtrain -overtrained -overtraining -overtrains -overtreat -overtreated -overtreating -overtreats -overtrim -overtrimmed -overtrimming -overtrims -overture -overtured -overtures -overturing -overturn -overturned -overturning -overturns -overurge -overurged -overurges -overurging -overuse -overused -overuses -overusing -overutilize -overutilized -overutilizes -overutilizing -overvalue -overvalued -overvalues -overvaluing -overview -overviews -overvote -overvoted -overvotes -overvoting -overwarm -overwarmed -overwarming -overwarms -overwary -overweak -overwear -overwearing -overwears -overween -overweened -overweening -overweens -overweight -overwet -overwets -overwetted -overwetting -overwhelm -overwhelmed -overwhelming -overwhelmingly -overwhelms -overwide -overwily -overwind -overwinding -overwinds -overwise -overword -overwords -overwore -overwork -overworked -overworking -overworks -overworn -overwound -overwrite -overwrited -overwrites -overwriting -overwrought -overzeal -overzealous -overzeals -ovibos -ovicidal -ovicide -ovicides -oviducal -oviduct -oviducts -oviform -ovine -ovines -ovipara -oviposit -oviposited -ovipositing -oviposits -ovisac -ovisacs -ovoid -ovoidal -ovoids -ovoli -ovolo -ovolos -ovonic -ovular -ovulary -ovulate -ovulated -ovulates -ovulating -ovulation -ovulations -ovule -ovules -ovum -ow -owe -owed -owes -owing -owl -owlet -owlets -owlish -owlishly -owllike -owls -own -ownable -owned -owner -owners -ownership -ownerships -owning -owns -owse -owsen -ox -oxalate -oxalated -oxalates -oxalating -oxalic -oxalis -oxalises -oxazine -oxazines -oxblood -oxbloods -oxbow -oxbows -oxcart -oxcarts -oxen -oxes -oxeye -oxeyes -oxford -oxfords -oxheart -oxhearts -oxid -oxidable -oxidant -oxidants -oxidase -oxidases -oxidasic -oxidate -oxidated -oxidates -oxidating -oxidation -oxidations -oxide -oxides -oxidic -oxidise -oxidised -oxidiser -oxidisers -oxidises -oxidising -oxidizable -oxidize -oxidized -oxidizer -oxidizers -oxidizes -oxidizing -oxids -oxim -oxime -oximes -oxims -oxlip -oxlips -oxpecker -oxpeckers -oxtail -oxtails -oxter -oxters -oxtongue -oxtongues -oxy -oxyacid -oxyacids -oxygen -oxygenic -oxygens -oxymora -oxymoron -oxyphil -oxyphile -oxyphiles -oxyphils -oxysalt -oxysalts -oxysome -oxysomes -oxytocic -oxytocics -oxytocin -oxytocins -oxytone -oxytones -oy -oyer -oyers -oyes -oyesses -oyez -oyster -oystered -oysterer -oysterers -oystering -oysterings -oysterman -oystermen -oysters -ozone -ozones -ozonic -ozonide -ozonides -ozonise -ozonised -ozonises -ozonising -ozonize -ozonized -ozonizer -ozonizers -ozonizes -ozonizing -ozonous -pa -pabular -pabulum -pabulums -pac -paca -pacas -pace -paced -pacemaker -pacemakers -pacer -pacers -paces -pacha -pachadom -pachadoms -pachalic -pachalics -pachas -pachisi -pachisis -pachouli -pachoulis -pachuco -pachucos -pachyderm -pachyderms -pacific -pacification -pacifications -pacified -pacifier -pacifiers -pacifies -pacifism -pacifisms -pacifist -pacifistic -pacifists -pacify -pacifying -pacing -pack -packable -package -packaged -packager -packagers -packages -packaging -packed -packer -packers -packet -packeted -packeting -packets -packing -packings -packly -packman -packmen -packness -packnesses -packs -packsack -packsacks -packwax -packwaxes -pacs -pact -paction -pactions -pacts -pad -padauk -padauks -padded -paddies -padding -paddings -paddle -paddled -paddler -paddlers -paddles -paddling -paddlings -paddock -paddocked -paddocking -paddocks -paddy -padishah -padishahs -padle -padles -padlock -padlocked -padlocking -padlocks -padnag -padnags -padouk -padouks -padre -padres -padri -padrone -padrones -padroni -pads -padshah -padshahs -paduasoy -paduasoys -paean -paeanism -paeanisms -paeans -paella -paellas -paeon -paeons -pagan -pagandom -pagandoms -paganise -paganised -paganises -paganish -paganising -paganism -paganisms -paganist -paganists -paganize -paganized -paganizes -paganizing -pagans -page -pageant -pageantries -pageantry -pageants -pageboy -pageboys -paged -pages -paginal -paginate -paginated -paginates -paginating -paging -pagod -pagoda -pagodas -pagods -pagurian -pagurians -pagurid -pagurids -pah -pahlavi -pahlavis -paid -paik -paiked -paiking -paiks -pail -pailful -pailfuls -pails -pailsful -pain -painch -painches -pained -painful -painfuller -painfullest -painfully -paining -painkiller -painkillers -painkilling -painless -painlessly -pains -painstaking -painstakingly -paint -paintbrush -paintbrushes -painted -painter -painters -paintier -paintiest -painting -paintings -paints -painty -pair -paired -pairing -pairs -paisa -paisan -paisano -paisanos -paisans -paisas -paise -paisley -paisleys -pajama -pajamas -pal -palabra -palabras -palace -palaced -palaces -paladin -paladins -palais -palatable -palatal -palatals -palate -palates -palatial -palatine -palatines -palaver -palavered -palavering -palavers -palazzi -palazzo -pale -palea -paleae -paleal -paled -paleface -palefaces -palely -paleness -palenesses -paleoclimatologic -paler -pales -palest -palestra -palestrae -palestras -palet -paletot -paletots -palets -palette -palettes -paleways -palewise -palfrey -palfreys -palier -paliest -palikar -palikars -paling -palings -palinode -palinodes -palisade -palisaded -palisades -palisading -palish -pall -palladia -palladic -pallbearer -pallbearers -palled -pallet -pallets -pallette -pallettes -pallia -pallial -palliate -palliated -palliates -palliating -palliation -palliations -palliative -pallid -pallidly -pallier -palliest -palling -pallium -palliums -pallor -pallors -palls -pally -palm -palmar -palmary -palmate -palmated -palmed -palmer -palmers -palmette -palmettes -palmetto -palmettoes -palmettos -palmier -palmiest -palming -palmist -palmistries -palmistry -palmists -palmitin -palmitins -palmlike -palms -palmy -palmyra -palmyras -palomino -palominos -palooka -palookas -palp -palpable -palpably -palpal -palpate -palpated -palpates -palpating -palpation -palpations -palpator -palpators -palpebra -palpebrae -palpi -palpitate -palpitation -palpitations -palps -palpus -pals -palsied -palsies -palsy -palsying -palter -paltered -palterer -palterers -paltering -palters -paltrier -paltriest -paltrily -paltry -paludal -paludism -paludisms -paly -pam -pampa -pampas -pampean -pampeans -pamper -pampered -pamperer -pamperers -pampering -pampero -pamperos -pampers -pamphlet -pamphleteer -pamphleteers -pamphlets -pams -pan -panacea -panacean -panaceas -panache -panaches -panada -panadas -panama -panamas -panatela -panatelas -pancake -pancaked -pancakes -pancaking -panchax -panchaxes -pancreas -pancreases -pancreatic -pancreatitis -panda -pandani -pandanus -pandanuses -pandas -pandect -pandects -pandemic -pandemics -pandemonium -pandemoniums -pander -pandered -panderer -panderers -pandering -panders -pandied -pandies -pandit -pandits -pandoor -pandoors -pandora -pandoras -pandore -pandores -pandour -pandours -pandowdies -pandowdy -pandura -panduras -pandy -pandying -pane -paned -panegyric -panegyrics -panegyrist -panegyrists -panel -paneled -paneling -panelings -panelist -panelists -panelled -panelling -panels -panes -panetela -panetelas -panfish -panfishes -panful -panfuls -pang -panga -pangas -panged -pangen -pangens -panging -pangolin -pangolins -pangs -panhandle -panhandled -panhandler -panhandlers -panhandles -panhandling -panhuman -panic -panicked -panickier -panickiest -panicking -panicky -panicle -panicled -panicles -panics -panicum -panicums -panier -paniers -panmixia -panmixias -panne -panned -pannes -pannier -panniers -pannikin -pannikins -panning -panocha -panochas -panoche -panoches -panoplies -panoply -panoptic -panorama -panoramas -panoramic -panpipe -panpipes -pans -pansies -pansophies -pansophy -pansy -pant -pantaloons -panted -pantheon -pantheons -panther -panthers -pantie -panties -pantile -pantiled -pantiles -panting -pantofle -pantofles -pantomime -pantomimed -pantomimes -pantomiming -pantoum -pantoums -pantries -pantry -pants -pantsuit -pantsuits -panty -panzer -panzers -pap -papa -papacies -papacy -papain -papains -papal -papally -papas -papaw -papaws -papaya -papayan -papayas -paper -paperboard -paperboards -paperboy -paperboys -papered -paperer -paperers -paperhanger -paperhangers -paperhanging -paperhangings -papering -papers -paperweight -paperweights -paperwork -papery -paphian -paphians -papilla -papillae -papillar -papillon -papillons -papist -papistic -papistries -papistry -papists -papoose -papooses -pappi -pappier -pappies -pappiest -pappoose -pappooses -pappose -pappous -pappus -pappy -paprica -papricas -paprika -paprikas -paps -papula -papulae -papulan -papular -papule -papules -papulose -papyral -papyri -papyrian -papyrine -papyrus -papyruses -par -para -parable -parables -parabola -parabolas -parachor -parachors -parachute -parachuted -parachutes -parachuting -parachutist -parachutists -parade -paraded -parader -paraders -parades -paradigm -paradigms -parading -paradise -paradises -parados -paradoses -paradox -paradoxes -paradoxical -paradoxically -paradrop -paradropped -paradropping -paradrops -paraffin -paraffined -paraffinic -paraffining -paraffins -paraform -paraforms -paragoge -paragoges -paragon -paragoned -paragoning -paragons -paragraph -paragraphs -parakeet -parakeets -parallax -parallaxes -parallel -paralleled -paralleling -parallelism -parallelisms -parallelled -parallelling -parallelogram -parallelograms -parallels -paralyse -paralysed -paralyses -paralysing -paralysis -paralytic -paralyze -paralyzed -paralyzes -paralyzing -paralyzingly -parament -paramenta -paraments -parameter -parameters -parametric -paramo -paramos -paramount -paramour -paramours -parang -parangs -paranoea -paranoeas -paranoia -paranoias -paranoid -paranoids -parapet -parapets -paraph -paraphernalia -paraphrase -paraphrased -paraphrases -paraphrasing -paraphs -paraplegia -paraplegias -paraplegic -paraplegics -paraquat -paraquats -paraquet -paraquets -paras -parasang -parasangs -parashah -parashioth -parashoth -parasite -parasites -parasitic -parasitism -parasitisms -parasol -parasols -parasternal -paratrooper -paratroopers -paratroops -paravane -paravanes -parboil -parboiled -parboiling -parboils -parcel -parceled -parceling -parcelled -parcelling -parcels -parcener -parceners -parch -parched -parches -parching -parchment -parchments -pard -pardah -pardahs -pardee -pardi -pardie -pardine -pardner -pardners -pardon -pardonable -pardoned -pardoner -pardoners -pardoning -pardons -pards -pardy -pare -parecism -parecisms -pared -paregoric -paregorics -pareira -pareiras -parent -parentage -parentages -parental -parented -parentheses -parenthesis -parenthetic -parenthetical -parenthetically -parenthood -parenthoods -parenting -parents -parer -parers -pares -pareses -paresis -paresthesia -paretic -paretics -pareu -pareus -pareve -parfait -parfaits -parflesh -parfleshes -parfocal -parge -parged -parges -parget -pargeted -pargeting -pargets -pargetted -pargetting -parging -pargo -pargos -parhelia -parhelic -pariah -pariahs -parian -parians -paries -parietal -parietals -parietes -paring -parings -paris -parises -parish -parishes -parishioner -parishioners -parities -parity -park -parka -parkas -parked -parker -parkers -parking -parkings -parkland -parklands -parklike -parks -parkway -parkways -parlance -parlances -parlando -parlante -parlay -parlayed -parlaying -parlays -parle -parled -parles -parley -parleyed -parleyer -parleyers -parleying -parleys -parliament -parliamentarian -parliamentarians -parliamentary -parliaments -parling -parlor -parlors -parlour -parlours -parlous -parochial -parochialism -parochialisms -parodic -parodied -parodies -parodist -parodists -parodoi -parodos -parody -parodying -parol -parole -paroled -parolee -parolees -paroles -paroling -parols -paronym -paronyms -paroquet -paroquets -parotic -parotid -parotids -parotoid -parotoids -parous -paroxysm -paroxysmal -paroxysms -parquet -parqueted -parqueting -parquetries -parquetry -parquets -parr -parrakeet -parrakeets -parral -parrals -parred -parrel -parrels -parridge -parridges -parried -parries -parring -parritch -parritches -parroket -parrokets -parrot -parroted -parroter -parroters -parroting -parrots -parroty -parrs -parry -parrying -pars -parsable -parse -parsec -parsecs -parsed -parser -parsers -parses -parsimonies -parsimonious -parsimoniously -parsimony -parsing -parsley -parsleys -parsnip -parsnips -parson -parsonage -parsonages -parsonic -parsons -part -partake -partaken -partaker -partakers -partakes -partaking -partan -partans -parted -parterre -parterres -partial -partialities -partiality -partially -partials -partible -participant -participants -participate -participated -participates -participating -participation -participations -participatory -participial -participle -participles -particle -particles -particular -particularly -particulars -partied -parties -parting -partings -partisan -partisans -partisanship -partisanships -partita -partitas -partite -partition -partitions -partizan -partizans -partlet -partlets -partly -partner -partnered -partnering -partners -partnership -partnerships -parton -partons -partook -partridge -partridges -parts -parturition -parturitions -partway -party -partying -parura -paruras -parure -parures -parve -parvenu -parvenue -parvenus -parvis -parvise -parvises -parvolin -parvolins -pas -paschal -paschals -pase -paseo -paseos -pases -pash -pasha -pashadom -pashadoms -pashalic -pashalics -pashalik -pashaliks -pashas -pashed -pashes -pashing -pasquil -pasquils -pass -passable -passably -passade -passades -passado -passadoes -passados -passage -passaged -passages -passageway -passageways -passaging -passant -passband -passbands -passbook -passbooks -passe -passed -passee -passel -passels -passenger -passengers -passer -passerby -passers -passersby -passes -passible -passim -passing -passings -passion -passionate -passionateless -passionately -passions -passive -passively -passives -passivities -passivity -passkey -passkeys -passless -passover -passovers -passport -passports -passus -passuses -password -passwords -past -pasta -pastas -paste -pasteboard -pasteboards -pasted -pastel -pastels -paster -pastern -pasterns -pasters -pastes -pasteurization -pasteurizations -pasteurize -pasteurized -pasteurizer -pasteurizers -pasteurizes -pasteurizing -pasticci -pastiche -pastiches -pastier -pasties -pastiest -pastil -pastille -pastilles -pastils -pastime -pastimes -pastina -pastinas -pasting -pastness -pastnesses -pastor -pastoral -pastorals -pastorate -pastorates -pastored -pastoring -pastors -pastrami -pastramis -pastries -pastromi -pastromis -pastry -pasts -pastural -pasture -pastured -pasturer -pasturers -pastures -pasturing -pasty -pat -pataca -patacas -patagia -patagium -patamar -patamars -patch -patched -patcher -patchers -patches -patchier -patchiest -patchily -patching -patchwork -patchworks -patchy -pate -pated -patella -patellae -patellar -patellas -paten -patencies -patency -patens -patent -patented -patentee -patentees -patenting -patently -patentor -patentors -patents -pater -paternal -paternally -paternities -paternity -paters -pates -path -pathetic -pathetically -pathfinder -pathfinders -pathless -pathogen -pathogens -pathologic -pathological -pathologies -pathologist -pathologists -pathology -pathos -pathoses -paths -pathway -pathways -patience -patiences -patient -patienter -patientest -patiently -patients -patin -patina -patinae -patinas -patine -patined -patines -patining -patins -patio -patios -patly -patness -patnesses -patois -patriarch -patriarchal -patriarchies -patriarchs -patriarchy -patrician -patricians -patricide -patricides -patrimonial -patrimonies -patrimony -patriot -patriotic -patriotically -patriotism -patriotisms -patriots -patrol -patrolled -patrolling -patrolman -patrolmen -patrols -patron -patronage -patronages -patronal -patronize -patronized -patronizes -patronizing -patronly -patrons -patroon -patroons -pats -patsies -patsy -pattamar -pattamars -patted -pattee -patten -pattens -patter -pattered -patterer -patterers -pattering -pattern -patterned -patterning -patterns -patters -pattie -patties -patting -patty -pattypan -pattypans -patulent -patulous -paty -paucities -paucity -paughty -pauldron -pauldrons -paulin -paulins -paunch -paunched -paunches -paunchier -paunchiest -paunchy -pauper -paupered -paupering -pauperism -pauperisms -pauperize -pauperized -pauperizes -pauperizing -paupers -pausal -pause -paused -pauser -pausers -pauses -pausing -pavan -pavane -pavanes -pavans -pave -paved -pavement -pavements -paver -pavers -paves -pavid -pavilion -pavilioned -pavilioning -pavilions -pavin -paving -pavings -pavins -pavior -paviors -paviour -paviours -pavis -pavise -paviser -pavisers -pavises -pavonine -paw -pawed -pawer -pawers -pawing -pawkier -pawkiest -pawkily -pawky -pawl -pawls -pawn -pawnable -pawnage -pawnages -pawnbroker -pawnbrokers -pawned -pawnee -pawnees -pawner -pawners -pawning -pawnor -pawnors -pawns -pawnshop -pawnshops -pawpaw -pawpaws -paws -pax -paxes -paxwax -paxwaxes -pay -payable -payably -paycheck -paychecks -payday -paydays -payed -payee -payees -payer -payers -paying -payload -payloads -payment -payments -paynim -paynims -payoff -payoffs -payola -payolas -payor -payors -payroll -payrolls -pays -pe -pea -peace -peaceable -peaceably -peaced -peaceful -peacefuller -peacefullest -peacefully -peacekeeper -peacekeepers -peacekeeping -peacekeepings -peacemaker -peacemakers -peaces -peacetime -peacetimes -peach -peached -peacher -peachers -peaches -peachier -peachiest -peaching -peachy -peacing -peacoat -peacoats -peacock -peacocked -peacockier -peacockiest -peacocking -peacocks -peacocky -peafowl -peafowls -peag -peage -peages -peags -peahen -peahens -peak -peaked -peakier -peakiest -peaking -peakish -peakless -peaklike -peaks -peaky -peal -pealed -pealike -pealing -peals -pean -peans -peanut -peanuts -pear -pearl -pearlash -pearlashes -pearled -pearler -pearlers -pearlier -pearliest -pearling -pearlite -pearlites -pearls -pearly -pearmain -pearmains -pears -peart -pearter -peartest -peartly -peas -peasant -peasantries -peasantry -peasants -peascod -peascods -pease -peasecod -peasecods -peasen -peases -peat -peatier -peatiest -peats -peaty -peavey -peaveys -peavies -peavy -pebble -pebbled -pebbles -pebblier -pebbliest -pebbling -pebbly -pecan -pecans -peccable -peccadillo -peccadilloes -peccadillos -peccancies -peccancy -peccant -peccaries -peccary -peccavi -peccavis -pech -pechan -pechans -peched -peching -pechs -peck -pecked -pecker -peckers -peckier -peckiest -pecking -pecks -pecky -pectase -pectases -pectate -pectates -pecten -pectens -pectic -pectin -pectines -pectins -pectize -pectized -pectizes -pectizing -pectoral -pectorals -peculatation -peculatations -peculate -peculated -peculates -peculating -peculia -peculiar -peculiarities -peculiarity -peculiarly -peculiars -peculium -pecuniary -ped -pedagog -pedagogic -pedagogical -pedagogies -pedagogs -pedagogue -pedagogues -pedagogy -pedal -pedaled -pedalfer -pedalfers -pedalier -pedaliers -pedaling -pedalled -pedalling -pedals -pedant -pedantic -pedantries -pedantry -pedants -pedate -pedately -peddle -peddled -peddler -peddleries -peddlers -peddlery -peddles -peddling -pederast -pederasts -pederasty -pedes -pedestal -pedestaled -pedestaling -pedestalled -pedestalling -pedestals -pedestrian -pedestrians -pediatric -pediatrician -pediatricians -pediatrics -pedicab -pedicabs -pedicel -pedicels -pedicle -pedicled -pedicles -pedicure -pedicured -pedicures -pedicuring -pediform -pedigree -pedigrees -pediment -pediments -pedipalp -pedipalps -pedlar -pedlaries -pedlars -pedlary -pedler -pedlers -pedocal -pedocals -pedologies -pedology -pedro -pedros -peds -peduncle -peduncles -pee -peebeen -peebeens -peed -peeing -peek -peekaboo -peekaboos -peeked -peeking -peeks -peel -peelable -peeled -peeler -peelers -peeling -peelings -peels -peen -peened -peening -peens -peep -peeped -peeper -peepers -peephole -peepholes -peeping -peeps -peepshow -peepshows -peepul -peepuls -peer -peerage -peerages -peered -peeress -peeresses -peerie -peeries -peering -peerless -peers -peery -pees -peesweep -peesweeps -peetweet -peetweets -peeve -peeved -peeves -peeving -peevish -peevishly -peevishness -peevishnesses -peewee -peewees -peewit -peewits -peg -pegboard -pegboards -pegbox -pegboxes -pegged -pegging -pegless -peglike -pegs -peignoir -peignoirs -pein -peined -peining -peins -peise -peised -peises -peising -pekan -pekans -peke -pekes -pekin -pekins -pekoe -pekoes -pelage -pelages -pelagial -pelagic -pele -pelerine -pelerines -peles -pelf -pelfs -pelican -pelicans -pelisse -pelisses -pelite -pelites -pelitic -pellagra -pellagras -pellet -pelletal -pelleted -pelleting -pelletize -pelletized -pelletizes -pelletizing -pellets -pellicle -pellicles -pellmell -pellmells -pellucid -pelon -peloria -pelorian -pelorias -peloric -pelorus -peloruses -pelota -pelotas -pelt -peltast -peltasts -peltate -pelted -pelter -pelters -pelting -peltries -peltry -pelts -pelves -pelvic -pelvics -pelvis -pelvises -pembina -pembinas -pemican -pemicans -pemmican -pemmicans -pemoline -pemolines -pemphix -pemphixes -pen -penal -penalise -penalised -penalises -penalising -penalities -penality -penalize -penalized -penalizes -penalizing -penally -penalties -penalty -penance -penanced -penances -penancing -penang -penangs -penates -pence -pencel -pencels -penchant -penchants -pencil -penciled -penciler -pencilers -penciling -pencilled -pencilling -pencils -pend -pendaflex -pendant -pendants -pended -pendencies -pendency -pendent -pendents -pending -pends -pendular -pendulous -pendulum -pendulums -penes -penetrable -penetration -penetrations -penetrative -pengo -pengos -penguin -penguins -penial -penicil -penicillin -penicillins -penicils -penile -peninsula -peninsular -peninsulas -penis -penises -penitence -penitences -penitent -penitential -penitentiaries -penitentiary -penitents -penknife -penknives -penlight -penlights -penlite -penlites -penman -penmanship -penmanships -penmen -penna -pennae -penname -pennames -pennant -pennants -pennate -pennated -penned -penner -penners -penni -pennia -pennies -penniless -pennine -pennines -penning -pennis -pennon -pennoned -pennons -pennsylvania -penny -penoche -penoches -penologies -penology -penoncel -penoncels -penpoint -penpoints -pens -pensee -pensees -pensil -pensile -pensils -pension -pensione -pensioned -pensioner -pensioners -pensiones -pensioning -pensions -pensive -pensively -penster -pensters -penstock -penstocks -pent -pentacle -pentacles -pentad -pentads -pentagon -pentagonal -pentagons -pentagram -pentagrams -pentameter -pentameters -pentane -pentanes -pentarch -pentarchs -penthouse -penthouses -pentomic -pentosan -pentosans -pentose -pentoses -pentyl -pentyls -penuche -penuches -penuchi -penuchis -penuchle -penuchles -penuckle -penuckles -penult -penults -penumbra -penumbrae -penumbras -penuries -penurious -penury -peon -peonage -peonages -peones -peonies -peonism -peonisms -peons -peony -people -peopled -peopler -peoplers -peoples -peopling -pep -peperoni -peperonis -pepla -peplos -peploses -peplum -peplumed -peplums -peplus -pepluses -pepo -peponida -peponidas -peponium -peponiums -pepos -pepped -pepper -peppercorn -peppercorns -peppered -pepperer -pepperers -peppering -peppermint -peppermints -peppers -peppery -peppier -peppiest -peppily -pepping -peppy -peps -pepsin -pepsine -pepsines -pepsins -peptic -peptics -peptid -peptide -peptides -peptidic -peptids -peptize -peptized -peptizer -peptizers -peptizes -peptizing -peptone -peptones -peptonic -per -peracid -peracids -perambulate -perambulated -perambulates -perambulating -perambulation -perambulations -percale -percales -perceivable -perceive -perceived -perceives -perceiving -percent -percentage -percentages -percentile -percentiles -percents -percept -perceptible -perceptibly -perception -perceptions -perceptive -perceptively -percepts -perch -perched -percher -perchers -perches -perching -percoid -percoids -percolate -percolated -percolates -percolating -percolator -percolators -percuss -percussed -percusses -percussing -percussion -percussions -perdu -perdue -perdues -perdus -perdy -pere -peregrin -peregrins -peremptorily -peremptory -perennial -perennially -perennials -peres -perfect -perfecta -perfectas -perfected -perfecter -perfectest -perfectibilities -perfectibility -perfectible -perfecting -perfection -perfectionist -perfectionists -perfections -perfectly -perfectness -perfectnesses -perfecto -perfectos -perfects -perfidies -perfidious -perfidiously -perfidy -perforate -perforated -perforates -perforating -perforation -perforations -perforce -perform -performance -performances -performed -performer -performers -performing -performs -perfume -perfumed -perfumer -perfumers -perfumes -perfuming -perfunctory -perfuse -perfused -perfuses -perfusing -pergola -pergolas -perhaps -perhapses -peri -perianth -perianths -periapt -periapts -periblem -periblems -pericarp -pericarps -pericopae -pericope -pericopes -periderm -periderms -peridia -peridial -peridium -peridot -peridots -perigeal -perigean -perigee -perigees -perigon -perigons -perigynies -perigyny -peril -periled -periling -perilla -perillas -perilled -perilling -perilous -perilously -perils -perilune -perilunes -perimeter -perimeters -perinea -perineal -perineum -period -periodic -periodical -periodically -periodicals -periodid -periodids -periods -periotic -peripatetic -peripeties -peripety -peripheral -peripheries -periphery -peripter -peripters -perique -periques -peris -perisarc -perisarcs -periscope -periscopes -perish -perishable -perishables -perished -perishes -perishing -periwig -periwigs -perjure -perjured -perjurer -perjurers -perjures -perjuries -perjuring -perjury -perk -perked -perkier -perkiest -perkily -perking -perkish -perks -perky -perlite -perlites -perlitic -perm -permanence -permanences -permanencies -permanency -permanent -permanently -permanents -permeability -permeable -permease -permeases -permeate -permeated -permeates -permeating -permeation -permeations -permissible -permission -permissions -permissive -permissiveness -permissivenesses -permit -permits -permitted -permitting -perms -permute -permuted -permutes -permuting -pernicious -perniciously -peroneal -peroral -perorate -perorated -perorates -perorating -peroxid -peroxide -peroxided -peroxides -peroxiding -peroxids -perpend -perpended -perpendicular -perpendicularities -perpendicularity -perpendicularly -perpendiculars -perpending -perpends -perpent -perpents -perpetrate -perpetrated -perpetrates -perpetrating -perpetration -perpetrations -perpetrator -perpetrators -perpetual -perpetually -perpetuate -perpetuated -perpetuates -perpetuating -perpetuation -perpetuations -perpetuities -perpetuity -perplex -perplexed -perplexes -perplexing -perplexities -perplexity -perquisite -perquisites -perries -perron -perrons -perry -persalt -persalts -perse -persecute -persecuted -persecutes -persecuting -persecution -persecutions -persecutor -persecutors -perses -perseverance -perseverances -persevere -persevered -perseveres -persevering -persist -persisted -persistence -persistences -persistencies -persistency -persistent -persistently -persisting -persists -person -persona -personable -personae -personage -personages -personal -personalities -personality -personalize -personalized -personalizes -personalizing -personally -personals -personas -personification -personifications -personifies -personify -personnel -persons -perspective -perspectives -perspicacious -perspicacities -perspicacity -perspiration -perspirations -perspire -perspired -perspires -perspiring -perspiry -persuade -persuaded -persuades -persuading -persuasion -persuasions -persuasive -persuasively -persuasiveness -persuasivenesses -pert -pertain -pertained -pertaining -pertains -perter -pertest -pertinacious -pertinacities -pertinacity -pertinence -pertinences -pertinent -pertly -pertness -pertnesses -perturb -perturbation -perturbations -perturbed -perturbing -perturbs -peruke -perukes -perusal -perusals -peruse -perused -peruser -perusers -peruses -perusing -pervade -pervaded -pervader -pervaders -pervades -pervading -pervasive -perverse -perversely -perverseness -perversenesses -perversion -perversions -perversities -perversity -pervert -perverted -perverting -perverts -pervious -pes -pesade -pesades -peseta -pesetas -pesewa -pesewas -peskier -peskiest -peskily -pesky -peso -pesos -pessaries -pessary -pessimism -pessimisms -pessimist -pessimistic -pessimists -pest -pester -pestered -pesterer -pesterers -pestering -pesters -pesthole -pestholes -pestilence -pestilences -pestilent -pestle -pestled -pestles -pestling -pests -pet -petal -petaled -petaline -petalled -petalodies -petalody -petaloid -petalous -petals -petard -petards -petasos -petasoses -petasus -petasuses -petcock -petcocks -petechia -petechiae -peter -petered -petering -peters -petiolar -petiole -petioled -petioles -petit -petite -petites -petition -petitioned -petitioner -petitioners -petitioning -petitions -petrel -petrels -petri -petrifaction -petrifactions -petrified -petrifies -petrify -petrifying -petrol -petroleum -petroleums -petrolic -petrols -petronel -petronels -petrosal -petrous -pets -petted -pettedly -petter -petters -petti -petticoat -petticoats -pettier -pettiest -pettifog -pettifogged -pettifogging -pettifogs -pettily -pettiness -pettinesses -petting -pettish -pettle -pettled -pettles -pettling -petto -petty -petulance -petulances -petulant -petulantly -petunia -petunias -petuntse -petuntses -petuntze -petuntzes -pew -pewee -pewees -pewit -pewits -pews -pewter -pewterer -pewterers -pewters -peyote -peyotes -peyotl -peyotls -peytral -peytrals -peytrel -peytrels -pfennig -pfennige -pfennigs -phaeton -phaetons -phage -phages -phalange -phalanges -phalanx -phalanxes -phalli -phallic -phallics -phallism -phallisms -phallist -phallists -phallus -phalluses -phantasied -phantasies -phantasm -phantasms -phantast -phantasts -phantasy -phantasying -phantom -phantoms -pharaoh -pharaohs -pharisaic -pharisee -pharisees -pharmaceutical -pharmaceuticals -pharmacies -pharmacist -pharmacologic -pharmacological -pharmacologist -pharmacologists -pharmacology -pharmacy -pharos -pharoses -pharyngeal -pharynges -pharynx -pharynxes -phase -phaseal -phased -phaseout -phaseouts -phases -phasic -phasing -phasis -phasmid -phasmids -phat -phatic -pheasant -pheasants -phellem -phellems -phelonia -phenazin -phenazins -phenetic -phenetol -phenetols -phenix -phenixes -phenol -phenolic -phenolics -phenols -phenom -phenomena -phenomenal -phenomenon -phenomenons -phenoms -phenyl -phenylic -phenyls -phew -phi -phial -phials -philabeg -philabegs -philadelphia -philander -philandered -philanderer -philanderers -philandering -philanders -philanthropic -philanthropies -philanthropist -philanthropists -philanthropy -philatelies -philatelist -philatelists -philately -philharmonic -philibeg -philibegs -philistine -philistines -philodendron -philodendrons -philomel -philomels -philosopher -philosophers -philosophic -philosophical -philosophically -philosophies -philosophize -philosophized -philosophizes -philosophizing -philosophy -philter -philtered -philtering -philters -philtre -philtred -philtres -philtring -phimoses -phimosis -phimotic -phis -phiz -phizes -phlebitis -phlegm -phlegmatic -phlegmier -phlegmiest -phlegms -phlegmy -phloem -phloems -phlox -phloxes -phobia -phobias -phobic -phocine -phoebe -phoebes -phoenix -phoenixes -phon -phonal -phonate -phonated -phonates -phonating -phone -phoned -phoneme -phonemes -phonemic -phones -phonetic -phonetician -phoneticians -phonetics -phoney -phoneys -phonic -phonics -phonier -phonies -phoniest -phonily -phoning -phono -phonograph -phonographally -phonographic -phonographs -phonon -phonons -phonos -phons -phony -phooey -phorate -phorates -phosgene -phosgenes -phosphatase -phosphate -phosphates -phosphatic -phosphid -phosphids -phosphin -phosphins -phosphor -phosphorescence -phosphorescences -phosphorescent -phosphorescently -phosphoric -phosphorous -phosphors -phosphorus -phot -photic -photics -photo -photoed -photoelectric -photoelectrically -photog -photogenic -photograph -photographally -photographed -photographer -photographers -photographic -photographies -photographing -photographs -photography -photogs -photoing -photomap -photomapped -photomapping -photomaps -photon -photonic -photons -photopia -photopias -photopic -photos -photoset -photosets -photosetting -photosynthesis -photosynthesises -photosynthesize -photosynthesized -photosynthesizes -photosynthesizing -photosynthetic -phots -phpht -phrasal -phrase -phrased -phraseologies -phraseology -phrases -phrasing -phrasings -phratral -phratric -phratries -phratry -phreatic -phrenic -phrensied -phrensies -phrensy -phrensying -pht -phthalic -phthalin -phthalins -phthises -phthisic -phthisics -phthisis -phyla -phylae -phylar -phylaxis -phylaxises -phyle -phyleses -phylesis -phylesises -phyletic -phylic -phyllaries -phyllary -phyllite -phyllites -phyllode -phyllodes -phylloid -phylloids -phyllome -phyllomes -phylon -phylum -physes -physic -physical -physically -physicals -physician -physicians -physicist -physicists -physicked -physicking -physics -physiognomies -physiognomy -physiologic -physiological -physiologies -physiologist -physiologists -physiology -physiotherapies -physiotherapy -physique -physiques -physis -phytane -phytanes -phytin -phytins -phytoid -phyton -phytonic -phytons -pi -pia -piacular -piaffe -piaffed -piaffer -piaffers -piaffes -piaffing -pial -pian -pianic -pianism -pianisms -pianist -pianists -piano -pianos -pians -pias -piasaba -piasabas -piasava -piasavas -piassaba -piassabas -piassava -piassavas -piaster -piasters -piastre -piastres -piazza -piazzas -piazze -pibroch -pibrochs -pic -pica -picacho -picachos -picador -picadores -picadors -pical -picara -picaras -picaro -picaroon -picarooned -picarooning -picaroons -picaros -picas -picayune -picayunes -piccolo -piccolos -pice -piceous -pick -pickadil -pickadils -pickax -pickaxe -pickaxed -pickaxes -pickaxing -picked -pickeer -pickeered -pickeering -pickeers -picker -pickerel -pickerels -pickers -picket -picketed -picketer -picketers -picketing -pickets -pickier -pickiest -picking -pickings -pickle -pickled -pickles -pickling -picklock -picklocks -pickoff -pickoffs -pickpocket -pickpockets -picks -pickup -pickups -pickwick -pickwicks -picky -picloram -piclorams -picnic -picnicked -picnicking -picnicky -picnics -picogram -picograms -picolin -picoline -picolines -picolins -picot -picoted -picotee -picotees -picoting -picots -picquet -picquets -picrate -picrated -picrates -picric -picrite -picrites -pics -pictorial -picture -pictured -pictures -picturesque -picturesqueness -picturesquenesses -picturing -picul -piculs -piddle -piddled -piddler -piddlers -piddles -piddling -piddock -piddocks -pidgin -pidgins -pie -piebald -piebalds -piece -pieced -piecemeal -piecer -piecers -pieces -piecing -piecings -piecrust -piecrusts -pied -piedfort -piedforts -piedmont -piedmonts -piefort -pieforts -pieing -pieplant -pieplants -pier -pierce -pierced -piercer -piercers -pierces -piercing -pierrot -pierrots -piers -pies -pieta -pietas -pieties -pietism -pietisms -pietist -pietists -piety -piffle -piffled -piffles -piffling -pig -pigboat -pigboats -pigeon -pigeonhole -pigeonholed -pigeonholes -pigeonholing -pigeons -pigfish -pigfishes -pigged -piggeries -piggery -piggie -piggies -piggin -pigging -piggins -piggish -piggy -piggyback -pigheaded -piglet -piglets -pigment -pigmentation -pigmentations -pigmented -pigmenting -pigments -pigmies -pigmy -pignora -pignus -pignut -pignuts -pigpen -pigpens -pigs -pigskin -pigskins -pigsney -pigsneys -pigstick -pigsticked -pigsticking -pigsticks -pigsties -pigsty -pigtail -pigtails -pigweed -pigweeds -piing -pika -pikake -pikakes -pikas -pike -piked -pikeman -pikemen -piker -pikers -pikes -pikestaff -pikestaves -piking -pilaf -pilaff -pilaffs -pilafs -pilar -pilaster -pilasters -pilau -pilaus -pilaw -pilaws -pilchard -pilchards -pile -pilea -pileate -pileated -piled -pilei -pileous -piles -pileum -pileup -pileups -pileus -pilewort -pileworts -pilfer -pilfered -pilferer -pilferers -pilfering -pilfers -pilgrim -pilgrimage -pilgrimages -pilgrims -pili -piliform -piling -pilings -pilis -pill -pillage -pillaged -pillager -pillagers -pillages -pillaging -pillar -pillared -pillaring -pillars -pillbox -pillboxes -pilled -pilling -pillion -pillions -pilloried -pillories -pillory -pillorying -pillow -pillowcase -pillowcases -pillowed -pillowing -pillows -pillowy -pills -pilose -pilosities -pilosity -pilot -pilotage -pilotages -piloted -piloting -pilotings -pilotless -pilots -pilous -pilsener -pilseners -pilsner -pilsners -pilular -pilule -pilules -pilus -pily -pima -pimas -pimento -pimentos -pimiento -pimientos -pimp -pimped -pimping -pimple -pimpled -pimples -pimplier -pimpliest -pimply -pimps -pin -pina -pinafore -pinafores -pinang -pinangs -pinas -pinaster -pinasters -pinata -pinatas -pinball -pinballs -pinbone -pinbones -pincer -pincers -pinch -pinchbug -pinchbugs -pincheck -pinchecks -pinched -pincher -pinchers -pinches -pinchhitter -pinchhitters -pinching -pincushion -pincushions -pinder -pinders -pindling -pine -pineal -pineapple -pineapples -pinecone -pinecones -pined -pinelike -pinene -pinenes -pineries -pinery -pines -pinesap -pinesaps -pineta -pinetum -pinewood -pinewoods -piney -pinfeather -pinfeathers -pinfish -pinfishes -pinfold -pinfolded -pinfolding -pinfolds -ping -pinged -pinger -pingers -pinging -pingo -pingos -pingrass -pingrasses -pings -pinguid -pinhead -pinheads -pinhole -pinholes -pinier -piniest -pining -pinion -pinioned -pinioning -pinions -pinite -pinites -pink -pinked -pinker -pinkest -pinkeye -pinkeyes -pinkie -pinkies -pinking -pinkings -pinkish -pinkly -pinkness -pinknesses -pinko -pinkoes -pinkos -pinkroot -pinkroots -pinks -pinky -pinna -pinnace -pinnaces -pinnacle -pinnacled -pinnacles -pinnacling -pinnae -pinnal -pinnas -pinnate -pinnated -pinned -pinner -pinners -pinning -pinniped -pinnipeds -pinnula -pinnulae -pinnular -pinnule -pinnules -pinochle -pinochles -pinocle -pinocles -pinole -pinoles -pinon -pinones -pinons -pinpoint -pinpointed -pinpointing -pinpoints -pinprick -pinpricked -pinpricking -pinpricks -pins -pinscher -pinschers -pint -pinta -pintada -pintadas -pintado -pintadoes -pintados -pintail -pintails -pintano -pintanos -pintas -pintle -pintles -pinto -pintoes -pintos -pints -pintsize -pinup -pinups -pinwale -pinwales -pinweed -pinweeds -pinwheel -pinwheels -pinwork -pinworks -pinworm -pinworms -piny -pinyon -pinyons -piolet -piolets -pion -pioneer -pioneered -pioneering -pioneers -pionic -pions -piosities -piosity -pious -piously -pip -pipage -pipages -pipal -pipals -pipe -pipeage -pipeages -piped -pipefish -pipefishes -pipeful -pipefuls -pipeless -pipelike -pipeline -pipelined -pipelines -pipelining -piper -piperine -piperines -pipers -pipes -pipestem -pipestems -pipet -pipets -pipette -pipetted -pipettes -pipetting -pipier -pipiest -piping -pipingly -pipings -pipit -pipits -pipkin -pipkins -pipped -pippin -pipping -pippins -pips -pipy -piquancies -piquancy -piquant -pique -piqued -piques -piquet -piquets -piquing -piracies -piracy -piragua -piraguas -pirana -piranas -piranha -piranhas -pirarucu -pirarucus -pirate -pirated -pirates -piratic -piratical -pirating -piraya -pirayas -pirn -pirns -pirog -pirogen -piroghi -pirogi -pirogue -pirogues -pirojki -piroque -piroques -piroshki -pirouette -pirouetted -pirouettes -pirouetting -pirozhki -pirozhok -pis -piscaries -piscary -piscator -piscators -piscina -piscinae -piscinal -piscinas -piscine -pish -pished -pishes -pishing -pisiform -pisiforms -pismire -pismires -pismo -pisolite -pisolites -piss -pissant -pissants -pissed -pisses -pissing -pissoir -pissoirs -pistache -pistaches -pistachio -pistil -pistillate -pistils -pistol -pistole -pistoled -pistoles -pistoling -pistolled -pistolling -pistols -piston -pistons -pit -pita -pitapat -pitapats -pitapatted -pitapatting -pitas -pitch -pitchblende -pitchblendes -pitched -pitcher -pitchers -pitches -pitchfork -pitchforks -pitchier -pitchiest -pitchily -pitching -pitchman -pitchmen -pitchout -pitchouts -pitchy -piteous -piteously -pitfall -pitfalls -pith -pithead -pitheads -pithed -pithier -pithiest -pithily -pithing -pithless -piths -pithy -pitiable -pitiably -pitied -pitier -pitiers -pities -pitiful -pitifuller -pitifullest -pitifully -pitiless -pitilessly -pitman -pitmans -pitmen -piton -pitons -pits -pitsaw -pitsaws -pittance -pittances -pitted -pitting -pittings -pittsburgh -pituitary -pity -pitying -piu -pivot -pivotal -pivoted -pivoting -pivots -pix -pixes -pixie -pixieish -pixies -pixiness -pixinesses -pixy -pixyish -pixys -pizazz -pizazzes -pizza -pizzas -pizzeria -pizzerias -pizzle -pizzles -placable -placably -placard -placarded -placarding -placards -placate -placated -placater -placaters -placates -placating -place -placebo -placeboes -placebos -placed -placeman -placemen -placement -placements -placenta -placentae -placental -placentas -placer -placers -places -placet -placets -placid -placidly -placing -plack -placket -plackets -placks -placoid -placoids -plafond -plafonds -plagal -plage -plages -plagiaries -plagiarism -plagiarisms -plagiarist -plagiarists -plagiarize -plagiarized -plagiarizes -plagiarizing -plagiary -plague -plagued -plaguer -plaguers -plagues -plaguey -plaguily -plaguing -plaguy -plaice -plaices -plaid -plaided -plaids -plain -plained -plainer -plainest -plaining -plainly -plainness -plainnesses -plains -plaint -plaintiff -plaintiffs -plaintive -plaintively -plaints -plaister -plaistered -plaistering -plaisters -plait -plaited -plaiter -plaiters -plaiting -plaitings -plaits -plan -planar -planaria -planarias -planate -planch -planche -planches -planchet -planchets -plane -planed -planer -planers -planes -planet -planetaria -planetarium -planetariums -planetary -planets -planform -planforms -plangent -planing -planish -planished -planishes -planishing -plank -planked -planking -plankings -planks -plankter -plankters -plankton -planktonic -planktons -planless -planned -planner -planners -planning -plannings -planosol -planosols -plans -plant -plantain -plantains -plantar -plantation -plantations -planted -planter -planters -planting -plantings -plants -planula -planulae -planular -plaque -plaques -plash -plashed -plasher -plashers -plashes -plashier -plashiest -plashing -plashy -plasm -plasma -plasmas -plasmatic -plasmic -plasmid -plasmids -plasmin -plasmins -plasmoid -plasmoids -plasmon -plasmons -plasms -plaster -plastered -plasterer -plasterers -plastering -plasters -plastery -plastic -plasticities -plasticity -plastics -plastid -plastids -plastral -plastron -plastrons -plastrum -plastrums -plat -platan -platane -platanes -platans -plate -plateau -plateaued -plateauing -plateaus -plateaux -plated -plateful -platefuls -platelet -platelets -platen -platens -plater -platers -plates -platesful -platform -platforms -platier -platies -platiest -platina -platinas -plating -platings -platinic -platinum -platinums -platitude -platitudes -platitudinous -platonic -platoon -platooned -platooning -platoons -plats -platted -platter -platters -platting -platy -platypi -platypus -platypuses -platys -plaudit -plaudits -plausibilities -plausibility -plausible -plausibly -plausive -play -playa -playable -playact -playacted -playacting -playactings -playacts -playas -playback -playbacks -playbill -playbills -playbook -playbooks -playboy -playboys -playday -playdays -playdown -playdowns -played -player -players -playful -playfully -playfulness -playfulnesses -playgirl -playgirls -playgoer -playgoers -playground -playgrounds -playhouse -playhouses -playing -playland -playlands -playless -playlet -playlets -playlike -playmate -playmates -playoff -playoffs -playpen -playpens -playroom -playrooms -plays -playsuit -playsuits -plaything -playthings -playtime -playtimes -playwear -playwears -playwright -playwrights -plaza -plazas -plea -pleach -pleached -pleaches -pleaching -plead -pleaded -pleader -pleaders -pleading -pleadings -pleads -pleas -pleasant -pleasanter -pleasantest -pleasantly -pleasantness -pleasantnesses -pleasantries -please -pleased -pleaser -pleasers -pleases -pleasing -pleasingly -pleasurable -pleasurably -pleasure -pleasured -pleasures -pleasuring -pleat -pleated -pleater -pleaters -pleating -pleats -pleb -plebe -plebeian -plebeians -plebes -plebiscite -plebiscites -plebs -plectra -plectron -plectrons -plectrum -plectrums -pled -pledge -pledged -pledgee -pledgees -pledgeor -pledgeors -pledger -pledgers -pledges -pledget -pledgets -pledging -pledgor -pledgors -pleiad -pleiades -pleiads -plena -plenary -plenipotentiaries -plenipotentiary -plenish -plenished -plenishes -plenishing -plenism -plenisms -plenist -plenists -plenitude -plenitudes -plenteous -plenties -plentiful -plentifully -plenty -plenum -plenums -pleonasm -pleonasms -pleopod -pleopods -plessor -plessors -plethora -plethoras -pleura -pleurae -pleural -pleuras -pleurisies -pleurisy -pleuron -pleuston -pleustons -plexor -plexors -plexus -plexuses -pliable -pliably -pliancies -pliancy -pliant -pliantly -plica -plicae -plical -plicate -plicated -plie -plied -plier -pliers -plies -plight -plighted -plighter -plighters -plighting -plights -plimsol -plimsole -plimsoles -plimsoll -plimsolls -plimsols -plink -plinked -plinker -plinkers -plinking -plinks -plinth -plinths -pliskie -pliskies -plisky -plisse -plisses -plod -plodded -plodder -plodders -plodding -ploddingly -plods -ploidies -ploidy -plonk -plonked -plonking -plonks -plop -plopped -plopping -plops -plosion -plosions -plosive -plosives -plot -plotless -plots -plottage -plottages -plotted -plotter -plotters -plottier -plotties -plottiest -plotting -plotty -plough -ploughed -plougher -ploughers -ploughing -ploughs -plover -plovers -plow -plowable -plowback -plowbacks -plowboy -plowboys -plowed -plower -plowers -plowhead -plowheads -plowing -plowland -plowlands -plowman -plowmen -plows -plowshare -plowshares -ploy -ployed -ploying -ploys -pluck -plucked -plucker -pluckers -pluckier -pluckiest -pluckily -plucking -plucks -plucky -plug -plugged -plugger -pluggers -plugging -plugless -plugs -pluguglies -plugugly -plum -plumage -plumaged -plumages -plumate -plumb -plumbago -plumbagos -plumbed -plumber -plumberies -plumbers -plumbery -plumbic -plumbing -plumbings -plumbism -plumbisms -plumbous -plumbs -plumbum -plumbums -plume -plumed -plumelet -plumelets -plumes -plumier -plumiest -pluming -plumiped -plumipeds -plumlike -plummet -plummeted -plummeting -plummets -plummier -plummiest -plummy -plumose -plump -plumped -plumpen -plumpened -plumpening -plumpens -plumper -plumpers -plumpest -plumping -plumpish -plumply -plumpness -plumpnesses -plumps -plums -plumular -plumule -plumules -plumy -plunder -plundered -plundering -plunders -plunge -plunged -plunger -plungers -plunges -plunging -plunk -plunked -plunker -plunkers -plunking -plunks -plural -pluralism -pluralities -plurality -pluralization -pluralizations -pluralize -pluralized -pluralizes -pluralizing -plurally -plurals -plus -pluses -plush -plusher -plushes -plushest -plushier -plushiest -plushily -plushly -plushy -plussage -plussages -plusses -plutocracies -plutocracy -plutocrat -plutocratic -plutocrats -pluton -plutonic -plutonium -plutoniums -plutons -pluvial -pluvials -pluviose -pluvious -ply -plyer -plyers -plying -plyingly -plywood -plywoods -pneuma -pneumas -pneumatic -pneumatically -pneumonia -poaceous -poach -poached -poacher -poachers -poaches -poachier -poachiest -poaching -poachy -pochard -pochards -pock -pocked -pocket -pocketbook -pocketbooks -pocketed -pocketer -pocketers -pocketful -pocketfuls -pocketing -pocketknife -pocketknives -pockets -pockier -pockiest -pockily -pocking -pockmark -pockmarked -pockmarking -pockmarks -pocks -pocky -poco -pocosin -pocosins -pod -podagra -podagral -podagras -podagric -podded -podding -podesta -podestas -podgier -podgiest -podgily -podgy -podia -podiatries -podiatrist -podiatry -podite -podites -poditic -podium -podiums -podomere -podomeres -pods -podsol -podsolic -podsols -podzol -podzolic -podzols -poechore -poechores -poem -poems -poesies -poesy -poet -poetess -poetesses -poetic -poetical -poetics -poetise -poetised -poetiser -poetisers -poetises -poetising -poetize -poetized -poetizer -poetizers -poetizes -poetizing -poetless -poetlike -poetries -poetry -poets -pogey -pogeys -pogies -pogonia -pogonias -pogonip -pogonips -pogrom -pogromed -pogroming -pogroms -pogy -poh -poi -poignancies -poignancy -poignant -poilu -poilus -poind -poinded -poinding -poinds -poinsettia -point -pointe -pointed -pointer -pointers -pointes -pointier -pointiest -pointing -pointless -pointman -pointmen -points -pointy -pois -poise -poised -poiser -poisers -poises -poising -poison -poisoned -poisoner -poisoners -poisoning -poisonous -poisons -poitrel -poitrels -poke -poked -poker -pokeroot -pokeroots -pokers -pokes -pokeweed -pokeweeds -pokey -pokeys -pokier -pokies -pokiest -pokily -pokiness -pokinesses -poking -poky -pol -polar -polarise -polarised -polarises -polarising -polarities -polarity -polarization -polarizations -polarize -polarized -polarizes -polarizing -polaron -polarons -polars -polder -polders -pole -poleax -poleaxe -poleaxed -poleaxes -poleaxing -polecat -polecats -poled -poleis -poleless -polemic -polemical -polemicist -polemicists -polemics -polemist -polemists -polemize -polemized -polemizes -polemizing -polenta -polentas -poler -polers -poles -polestar -polestars -poleward -poleyn -poleyns -police -policed -policeman -policemen -polices -policewoman -policewomen -policies -policing -policy -policyholder -poling -polio -poliomyelitis -poliomyelitises -polios -polis -polish -polished -polisher -polishers -polishes -polishing -polite -politely -politeness -politenesses -politer -politest -politic -political -politician -politicians -politick -politicked -politicking -politicks -politico -politicoes -politicos -politics -polities -polity -polka -polkaed -polkaing -polkas -poll -pollack -pollacks -pollard -pollarded -pollarding -pollards -polled -pollee -pollees -pollen -pollened -pollening -pollens -poller -pollers -pollex -pollical -pollices -pollinate -pollinated -pollinates -pollinating -pollination -pollinations -pollinator -pollinators -polling -pollinia -pollinic -pollist -pollists -polliwog -polliwogs -pollock -pollocks -polls -pollster -pollsters -pollutant -pollute -polluted -polluter -polluters -pollutes -polluting -pollution -pollutions -polly -pollywog -pollywogs -polo -poloist -poloists -polonium -poloniums -polos -pols -poltroon -poltroons -poly -polybrid -polybrids -polycot -polycots -polyene -polyenes -polyenic -polyester -polyesters -polygala -polygalas -polygamies -polygamist -polygamists -polygamous -polygamy -polygene -polygenes -polyglot -polyglots -polygon -polygonies -polygons -polygony -polygynies -polygyny -polymath -polymaths -polymer -polymers -polynya -polynyas -polyp -polyparies -polypary -polypi -polypide -polypides -polypnea -polypneas -polypod -polypodies -polypods -polypody -polypoid -polypore -polypores -polypous -polyps -polypus -polypuses -polys -polysemies -polysemy -polysome -polysomes -polysyllabic -polysyllable -polysyllables -polytechnic -polytene -polytenies -polyteny -polytheism -polytheisms -polytheist -polytheists -polytype -polytypes -polyuria -polyurias -polyuric -polyzoan -polyzoans -polyzoic -pomace -pomaces -pomade -pomaded -pomades -pomading -pomander -pomanders -pomatum -pomatums -pome -pomegranate -pomegranates -pomelo -pomelos -pomes -pommee -pommel -pommeled -pommeling -pommelled -pommelling -pommels -pomologies -pomology -pomp -pompano -pompanos -pompom -pompoms -pompon -pompons -pomposities -pomposity -pompous -pompously -pomps -ponce -ponces -poncho -ponchos -pond -ponder -pondered -ponderer -ponderers -pondering -ponderous -ponders -ponds -pondville -pondweed -pondweeds -pone -ponent -pones -pongee -pongees -pongid -pongids -poniard -poniarded -poniarding -poniards -ponied -ponies -pons -pontes -pontifex -pontiff -pontiffs -pontific -pontifical -pontificate -pontificated -pontificates -pontificating -pontifices -pontil -pontils -pontine -ponton -pontons -pontoon -pontoons -pony -ponying -ponytail -ponytails -pooch -pooches -pood -poodle -poodles -poods -pooh -poohed -poohing -poohs -pool -pooled -poolhall -poolhalls -pooling -poolroom -poolrooms -pools -poon -poons -poop -pooped -pooping -poops -poor -poorer -poorest -poori -pooris -poorish -poorly -poorness -poornesses -poortith -poortiths -pop -popcorn -popcorns -pope -popedom -popedoms -popeless -popelike -poperies -popery -popes -popeyed -popgun -popguns -popinjay -popinjays -popish -popishly -poplar -poplars -poplin -poplins -poplitic -popover -popovers -poppa -poppas -popped -popper -poppers -poppet -poppets -poppied -poppies -popping -popple -poppled -popples -poppling -poppy -pops -populace -populaces -popular -popularities -popularity -popularize -popularized -popularizes -popularizing -popularly -populate -populated -populates -populating -population -populations -populism -populisms -populist -populists -populous -populousness -populousnesses -porcelain -porcelains -porch -porches -porcine -porcupine -porcupines -pore -pored -pores -porgies -porgy -poring -porism -porisms -pork -porker -porkers -porkier -porkies -porkiest -porkpie -porkpies -porks -porkwood -porkwoods -porky -porn -porno -pornographic -pornography -pornos -porns -porose -porosities -porosity -porous -porously -porphyries -porphyry -porpoise -porpoises -porrect -porridge -porridges -porringer -porringers -port -portability -portable -portables -portably -portage -portaged -portages -portaging -portal -portaled -portals -portance -portances -porte -ported -portend -portended -portending -portends -portent -portentious -portents -porter -porterhouse -porterhouses -porters -portfolio -portfolios -porthole -portholes -portico -porticoes -porticos -portiere -portieres -porting -portion -portioned -portioning -portions -portless -portlier -portliest -portly -portrait -portraitist -portraitists -portraits -portraiture -portraitures -portray -portrayal -portrayals -portrayed -portraying -portrays -portress -portresses -ports -posada -posadas -pose -posed -poser -posers -poses -poseur -poseurs -posh -posher -poshest -posies -posing -posingly -posit -posited -positing -position -positioned -positioning -positions -positive -positively -positiveness -positivenesses -positiver -positives -positivest -positivity -positron -positrons -posits -posologies -posology -posse -posses -possess -possessed -possesses -possessing -possession -possessions -possessive -possessiveness -possessivenesses -possessives -possessor -possessors -posset -possets -possibilities -possibility -possible -possibler -possiblest -possibly -possum -possums -post -postadolescence -postadolescences -postadolescent -postage -postages -postal -postally -postals -postanal -postattack -postbaccalaureate -postbag -postbags -postbiblical -postbox -postboxes -postboy -postboys -postcard -postcards -postcava -postcavae -postcollege -postcolonial -postdate -postdated -postdates -postdating -posted -posteen -posteens -postelection -poster -posterior -posteriors -posterities -posterity -postern -posterns -posters -postexercise -postface -postfaces -postfertilization -postfertilizations -postfix -postfixed -postfixes -postfixing -postflight -postform -postformed -postforming -postforms -postgraduate -postgraduates -postgraduation -postharvest -posthaste -posthole -postholes -posthospital -posthumous -postiche -postiches -postimperial -postin -postinaugural -postindustrial -posting -postings -postinjection -postinoculation -postins -postique -postiques -postlude -postludes -postman -postmarital -postmark -postmarked -postmarking -postmarks -postmaster -postmasters -postmen -postmenopausal -postmortem -postmortems -postnatal -postnuptial -postoperative -postoral -postpaid -postpartum -postpone -postponed -postponement -postponements -postpones -postponing -postproduction -postpubertal -postpuberty -postradiation -postrecession -postretirement -postrevolutionary -posts -postscript -postscripts -postseason -postsecondary -postsurgical -posttreatment -posttrial -postulant -postulants -postulate -postulated -postulates -postulating -postural -posture -postured -posturer -posturers -postures -posturing -postvaccination -postwar -posy -pot -potable -potables -potage -potages -potamic -potash -potashes -potassic -potassium -potassiums -potation -potations -potato -potatoes -potatory -potbellied -potbellies -potbelly -potboil -potboiled -potboiling -potboils -potboy -potboys -poteen -poteens -potence -potences -potencies -potency -potent -potentate -potentates -potential -potentialities -potentiality -potentially -potentials -potently -potful -potfuls -pothead -potheads -potheen -potheens -pother -potherb -potherbs -pothered -pothering -pothers -pothole -potholed -potholes -pothook -pothooks -pothouse -pothouses -potiche -potiches -potion -potions -potlach -potlache -potlaches -potlatch -potlatched -potlatches -potlatching -potlike -potluck -potlucks -potman -potmen -potpie -potpies -potpourri -potpourris -pots -potshard -potshards -potsherd -potsherds -potshot -potshots -potshotting -potsie -potsies -potstone -potstones -potsy -pottage -pottages -potted -potteen -potteens -potter -pottered -potterer -potterers -potteries -pottering -potters -pottery -pottier -potties -pottiest -potting -pottle -pottles -potto -pottos -potty -pouch -pouched -pouches -pouchier -pouchiest -pouching -pouchy -pouf -poufed -pouff -pouffe -pouffed -pouffes -pouffs -poufs -poulard -poularde -poulardes -poulards -poult -poultice -poulticed -poultices -poulticing -poultries -poultry -poults -pounce -pounced -pouncer -pouncers -pounces -pouncing -pound -poundage -poundages -poundal -poundals -pounded -pounder -pounders -pounding -pounds -pour -pourable -poured -pourer -pourers -pouring -pours -poussie -poussies -pout -pouted -pouter -pouters -poutful -poutier -poutiest -pouting -pouts -pouty -poverties -poverty -pow -powder -powdered -powderer -powderers -powdering -powders -powdery -power -powered -powerful -powerfully -powering -powerless -powerlessness -powers -pows -powter -powters -powwow -powwowed -powwowing -powwows -pox -poxed -poxes -poxing -poxvirus -poxviruses -poyou -poyous -pozzolan -pozzolans -praam -praams -practic -practicabilities -practicability -practicable -practical -practicalities -practicality -practically -practice -practiced -practices -practicing -practise -practised -practises -practising -practitioner -practitioners -praecipe -praecipes -praedial -praefect -praefects -praelect -praelected -praelecting -praelects -praetor -praetors -pragmatic -pragmatism -pragmatisms -prahu -prahus -prairie -prairies -praise -praised -praiser -praisers -praises -praiseworthy -praising -praline -pralines -pram -prams -prance -pranced -prancer -prancers -prances -prancing -prandial -prang -pranged -pranging -prangs -prank -pranked -pranking -prankish -pranks -prankster -pranksters -prao -praos -prase -prases -prat -prate -prated -prater -praters -prates -pratfall -pratfalls -prating -pratique -pratiques -prats -prattle -prattled -prattler -prattlers -prattles -prattling -prau -praus -prawn -prawned -prawner -prawners -prawning -prawns -praxes -praxis -praxises -pray -prayed -prayer -prayers -praying -prays -preach -preached -preacher -preachers -preaches -preachier -preachiest -preaching -preachment -preachments -preachy -preact -preacted -preacting -preacts -preadapt -preadapted -preadapting -preadapts -preaddress -preadmission -preadmit -preadmits -preadmitted -preadmitting -preadolescence -preadolescences -preadolescent -preadopt -preadopted -preadopting -preadopts -preadult -preaged -preallocate -preallocated -preallocates -preallocating -preallot -preallots -preallotted -preallotting -preamble -preambles -preamp -preamps -preanal -preanesthetic -preanesthetics -prearm -prearmed -prearming -prearms -prearraignment -prearrange -prearranged -prearrangement -prearrangements -prearranges -prearranging -preassemble -preassembled -preassembles -preassembling -preassign -preassigned -preassigning -preassigns -preauthorize -preauthorized -preauthorizes -preauthorizing -preaver -preaverred -preaverring -preavers -preaxial -prebasal -prebattle -prebend -prebends -prebiblical -prebill -prebilled -prebilling -prebills -prebind -prebinding -prebinds -prebless -preblessed -preblesses -preblessing -preboil -preboiled -preboiling -preboils -prebound -prebreakfast -precalculate -precalculated -precalculates -precalculating -precalculus -precalculuses -precampaign -precancel -precanceled -precanceling -precancellation -precancellations -precancels -precarious -precariously -precariousness -precariousnesses -precast -precasting -precasts -precaution -precautionary -precautions -precava -precavae -precaval -precede -preceded -precedence -precedences -precedent -precedents -precedes -preceding -precent -precented -precenting -precents -precept -preceptor -preceptors -precepts -precess -precessed -precesses -precessing -precheck -prechecked -prechecking -prechecks -prechill -prechilled -prechilling -prechills -precieux -precinct -precincts -precious -preciouses -precipe -precipes -precipice -precipices -precipitate -precipitated -precipitately -precipitateness -precipitatenesses -precipitates -precipitating -precipitation -precipitations -precipitous -precipitously -precis -precise -precised -precisely -preciseness -precisenesses -preciser -precises -precisest -precising -precision -precisions -precited -precivilization -preclean -precleaned -precleaning -precleans -preclearance -preclearances -preclude -precluded -precludes -precluding -precocious -precocities -precocity -precollege -precolonial -precombustion -precompute -precomputed -precomputes -precomputing -preconceive -preconceived -preconceives -preconceiving -preconception -preconceptions -preconcerted -precondition -preconditions -preconference -preconstruct -preconvention -precook -precooked -precooking -precooks -precool -precooled -precooling -precools -precure -precured -precures -precuring -precursor -precursors -predate -predated -predates -predating -predator -predators -predatory -predawn -predawns -predecessor -predecessors -predefine -predefined -predefines -predefining -predelinquent -predeparture -predesignate -predesignated -predesignates -predesignating -predesignation -predesignations -predestine -predestined -predestines -predestining -predetermine -predetermined -predetermines -predetermining -predial -predicament -predicaments -predicate -predicated -predicates -predicating -predication -predications -predict -predictable -predictably -predicted -predicting -prediction -predictions -predictive -predicts -predilection -predilections -predischarge -predispose -predisposed -predisposes -predisposing -predisposition -predispositions -prednisone -prednisones -predominance -predominances -predominant -predominantly -predominate -predominated -predominates -predominating -predusk -predusks -pree -preed -preeing -preelect -preelected -preelecting -preelection -preelectric -preelectronic -preelects -preemie -preemies -preeminence -preeminences -preeminent -preeminently -preemployment -preempt -preempted -preempting -preemption -preemptions -preempts -preen -preenact -preenacted -preenacting -preenacts -preened -preener -preeners -preening -preens -prees -preestablish -preestablished -preestablishes -preestablishing -preexist -preexisted -preexistence -preexistences -preexistent -preexisting -preexists -prefab -prefabbed -prefabbing -prefabricated -prefabrication -prefabrications -prefabs -preface -prefaced -prefacer -prefacers -prefaces -prefacing -prefect -prefects -prefecture -prefectures -prefer -preferable -preferably -preference -preferences -preferential -preferment -preferments -preferred -preferring -prefers -prefigure -prefigured -prefigures -prefiguring -prefilter -prefilters -prefix -prefixal -prefixed -prefixes -prefixing -prefocus -prefocused -prefocuses -prefocusing -prefocussed -prefocusses -prefocussing -preform -preformed -preforming -preforms -prefrank -prefranked -prefranking -prefranks -pregame -pregnancies -pregnancy -pregnant -preheat -preheated -preheating -preheats -prehensile -prehistoric -prehistorical -prehuman -prehumans -preimmunization -preimmunizations -preimmunize -preimmunized -preimmunizes -preimmunizing -preinaugural -preindustrial -preinoculate -preinoculated -preinoculates -preinoculating -preinoculation -preinterview -prejudge -prejudged -prejudges -prejudging -prejudice -prejudiced -prejudices -prejudicial -prejudicing -prekindergarten -prekindergartens -prelacies -prelacy -prelate -prelates -prelatic -prelaunch -prelect -prelected -prelecting -prelects -prelegal -prelim -preliminaries -preliminary -prelimit -prelimited -prelimiting -prelimits -prelims -prelude -preluded -preluder -preluders -preludes -preluding -preman -premarital -premature -prematurely -premed -premedic -premedics -premeditate -premeditated -premeditates -premeditating -premeditation -premeditations -premeds -premen -premenopausal -premenstrual -premie -premier -premiere -premiered -premieres -premiering -premiers -premiership -premierships -premies -premise -premised -premises -premising -premiss -premisses -premium -premiums -premix -premixed -premixes -premixing -premodern -premodified -premodifies -premodify -premodifying -premoisten -premoistened -premoistening -premoistens -premolar -premolars -premonition -premonitions -premonitory -premorse -premune -prename -prenames -prenatal -prenomen -prenomens -prenomina -prenotification -prenotifications -prenotified -prenotifies -prenotify -prenotifying -prentice -prenticed -prentices -prenticing -prenuptial -preoccupation -preoccupations -preoccupied -preoccupies -preoccupy -preoccupying -preopening -preoperational -preordain -preordained -preordaining -preordains -prep -prepack -prepackage -prepackaged -prepackages -prepackaging -prepacked -prepacking -prepacks -prepaid -preparation -preparations -preparatory -prepare -prepared -preparedness -preparednesses -preparer -preparers -prepares -preparing -prepay -prepaying -prepays -prepense -preplace -preplaced -preplaces -preplacing -preplan -preplanned -preplanning -preplans -preplant -preponderance -preponderances -preponderant -preponderantly -preponderate -preponderated -preponderates -preponderating -preposition -prepositional -prepositions -prepossessing -preposterous -prepped -preppie -preppies -prepping -preprint -preprinted -preprinting -preprints -preprocess -preprocessed -preprocesses -preprocessing -preproduction -preprofessional -preprogram -preps -prepubertal -prepublication -prepuce -prepuces -prepunch -prepunched -prepunches -prepunching -prepurchase -prepurchased -prepurchases -prepurchasing -prerecord -prerecorded -prerecording -prerecords -preregister -preregistered -preregistering -preregisters -preregistration -preregistrations -prerehearsal -prerelease -prerenal -prerequisite -prerequisites -preretirement -prerevolutionary -prerogative -prerogatives -presa -presage -presaged -presager -presagers -presages -presaging -presbyter -presbyters -prescience -presciences -prescient -prescind -prescinded -prescinding -prescinds -prescore -prescored -prescores -prescoring -prescribe -prescribed -prescribes -prescribing -prescription -prescriptions -prese -preseason -preselect -preselected -preselecting -preselects -presell -preselling -presells -presence -presences -present -presentable -presentation -presentations -presented -presentiment -presentiments -presenting -presently -presentment -presentments -presents -preservation -preservations -preservative -preservatives -preserve -preserved -preserver -preservers -preserves -preserving -preset -presets -presetting -preshape -preshaped -preshapes -preshaping -preshow -preshowed -preshowing -preshown -preshows -preshrink -preshrinked -preshrinking -preshrinks -preside -presided -presidencies -presidency -president -presidential -presidents -presider -presiders -presides -presidia -presiding -presidio -presidios -presift -presifted -presifting -presifts -presoak -presoaked -presoaking -presoaks -presold -press -pressed -presser -pressers -presses -pressing -pressman -pressmen -pressor -pressrun -pressruns -pressure -pressured -pressures -pressuring -pressurization -pressurizations -pressurize -pressurized -pressurizes -pressurizing -prest -prestamp -prestamped -prestamping -prestamps -prester -presterilize -presterilized -presterilizes -presterilizing -presters -prestidigitation -prestidigitations -prestige -prestiges -prestigious -presto -prestos -prestrike -prests -presumable -presumably -presume -presumed -presumer -presumers -presumes -presuming -presumption -presumptions -presumptive -presumptuous -presuppose -presupposed -presupposes -presupposing -presupposition -presuppositions -presurgical -presweeten -presweetened -presweetening -presweetens -pretaste -pretasted -pretastes -pretasting -pretax -preteen -preteens -pretelevision -pretence -pretences -pretend -pretended -pretender -pretenders -pretending -pretends -pretense -pretenses -pretension -pretensions -pretentious -pretentiously -pretentiousness -pretentiousnesses -preterit -preterits -preternatural -preternaturally -pretest -pretested -pretesting -pretests -pretext -pretexted -pretexting -pretexts -pretor -pretors -pretournament -pretreat -pretreated -pretreating -pretreatment -pretreats -prettied -prettier -pretties -prettiest -prettified -prettifies -prettify -prettifying -prettily -prettiness -prettinesses -pretty -prettying -pretzel -pretzels -preunion -preunions -preunite -preunited -preunites -preuniting -prevail -prevailed -prevailing -prevailingly -prevails -prevalence -prevalences -prevalent -prevaricate -prevaricated -prevaricates -prevaricating -prevarication -prevarications -prevaricator -prevaricators -prevent -preventable -preventative -prevented -preventing -prevention -preventions -preventive -prevents -preview -previewed -previewing -previews -previous -previously -previse -prevised -previses -prevising -previsor -previsors -prevue -prevued -prevues -prevuing -prewar -prewarm -prewarmed -prewarming -prewarms -prewarn -prewarned -prewarning -prewarns -prewash -prewashed -prewashes -prewashing -prewrap -prewrapped -prewrapping -prewraps -prex -prexes -prexies -prexy -prey -preyed -preyer -preyers -preying -preys -priapean -priapi -priapic -priapism -priapisms -priapus -priapuses -price -priced -priceless -pricer -pricers -prices -pricey -pricier -priciest -pricing -prick -pricked -pricker -prickers -pricket -prickets -prickier -prickiest -pricking -prickle -prickled -prickles -pricklier -prickliest -prickling -prickly -pricks -pricky -pricy -pride -prided -prideful -prides -priding -pried -priedieu -priedieus -priedieux -prier -priers -pries -priest -priested -priestess -priestesses -priesthood -priesthoods -priesting -priestlier -priestliest -priestliness -priestlinesses -priestly -priests -prig -prigged -priggeries -priggery -prigging -priggish -priggishly -priggism -priggisms -prigs -prill -prilled -prilling -prills -prim -prima -primacies -primacy -primage -primages -primal -primaries -primarily -primary -primas -primatal -primate -primates -prime -primed -primely -primer -primero -primeros -primers -primes -primeval -primi -primine -primines -priming -primings -primitive -primitively -primitiveness -primitivenesses -primitives -primitivities -primitivity -primly -primmed -primmer -primmest -primming -primness -primnesses -primo -primordial -primos -primp -primped -primping -primps -primrose -primroses -prims -primsie -primula -primulas -primus -primuses -prince -princelier -princeliest -princely -princes -princess -princesses -principal -principalities -principality -principally -principals -principe -principi -principle -principles -princock -princocks -princox -princoxes -prink -prinked -prinker -prinkers -prinking -prinks -print -printable -printed -printer -printeries -printers -printery -printing -printings -printout -printouts -prints -prior -priorate -priorates -prioress -prioresses -priories -priorities -prioritize -prioritized -prioritizes -prioritizing -priority -priorly -priors -priory -prise -prised -prisere -priseres -prises -prising -prism -prismatic -prismoid -prismoids -prisms -prison -prisoned -prisoner -prisoners -prisoning -prisons -priss -prisses -prissier -prissies -prissiest -prissily -prissiness -prissinesses -prissy -pristane -pristanes -pristine -prithee -privacies -privacy -private -privateer -privateers -privater -privates -privatest -privation -privations -privet -privets -privier -privies -priviest -privilege -privileged -privileges -privily -privities -privity -privy -prize -prized -prizefight -prizefighter -prizefighters -prizefighting -prizefightings -prizefights -prizer -prizers -prizes -prizewinner -prizewinners -prizing -pro -proa -proas -probabilities -probability -probable -probably -proband -probands -probang -probangs -probate -probated -probates -probating -probation -probationary -probationer -probationers -probations -probe -probed -prober -probers -probes -probing -probit -probities -probits -probity -problem -problematic -problematical -problems -proboscides -proboscis -procaine -procaines -procarp -procarps -procedure -procedures -proceed -proceeded -proceeding -proceedings -proceeds -process -processed -processes -processing -procession -processional -processionals -processions -processor -processors -prochain -prochein -proclaim -proclaimed -proclaiming -proclaims -proclamation -proclamations -proclivities -proclivity -procrastinate -procrastinated -procrastinates -procrastinating -procrastination -procrastinations -procrastinator -procrastinators -procreate -procreated -procreates -procreating -procreation -procreations -procreative -procreator -procreators -proctor -proctored -proctorial -proctoring -proctors -procurable -procural -procurals -procure -procured -procurement -procurements -procurer -procurers -procures -procuring -prod -prodded -prodder -prodders -prodding -prodigal -prodigalities -prodigality -prodigals -prodigies -prodigious -prodigiously -prodigy -prodromal -prodromata -prodrome -prodromes -prods -produce -produced -producer -producers -produces -producing -product -production -productions -productive -productiveness -productivenesses -productivities -productivity -products -proem -proemial -proems -proette -proettes -prof -profane -profaned -profanely -profaneness -profanenesses -profaner -profaners -profanes -profaning -profess -professed -professedly -professes -professing -profession -professional -professionalism -professionalize -professionalized -professionalizes -professionalizing -professionally -professions -professor -professorial -professors -professorship -professorships -proffer -proffered -proffering -proffers -proficiencies -proficiency -proficient -proficiently -profile -profiled -profiler -profilers -profiles -profiling -profit -profitability -profitable -profitably -profited -profiteer -profiteered -profiteering -profiteers -profiter -profiters -profiting -profitless -profits -profligacies -profligacy -profligate -profligately -profligates -profound -profounder -profoundest -profoundly -profounds -profs -profundities -profundity -profuse -profusely -profusion -profusions -prog -progenies -progenitor -progenitors -progeny -progged -progger -proggers -progging -prognose -prognosed -prognoses -prognosing -prognosis -prognosticate -prognosticated -prognosticates -prognosticating -prognostication -prognostications -prognosticator -prognosticators -prograde -program -programed -programing -programmabilities -programmability -programmable -programme -programmed -programmer -programmers -programmes -programming -programs -progress -progressed -progresses -progressing -progression -progressions -progressive -progressively -progs -prohibit -prohibited -prohibiting -prohibition -prohibitionist -prohibitionists -prohibitions -prohibitive -prohibitively -prohibitory -prohibits -project -projected -projectile -projectiles -projecting -projection -projections -projector -projectors -projects -projet -projets -prolabor -prolamin -prolamins -prolan -prolans -prolapse -prolapsed -prolapses -prolapsing -prolate -prole -proleg -prolegs -proles -proletarian -proletariat -proliferate -proliferated -proliferates -proliferating -proliferation -prolific -prolifically -proline -prolines -prolix -prolixly -prolog -prologed -prologing -prologs -prologue -prologued -prologues -prologuing -prolong -prolongation -prolongations -prolonge -prolonged -prolonges -prolonging -prolongs -prom -promenade -promenaded -promenades -promenading -prominence -prominences -prominent -prominently -promiscuities -promiscuity -promiscuous -promiscuously -promiscuousness -promiscuousnesses -promise -promised -promisee -promisees -promiser -promisers -promises -promising -promisingly -promisor -promisors -promissory -promontories -promontory -promote -promoted -promoter -promoters -promotes -promoting -promotion -promotional -promotions -prompt -prompted -prompter -prompters -promptest -prompting -promptly -promptness -prompts -proms -promulge -promulged -promulges -promulging -pronate -pronated -pronates -pronating -pronator -pronatores -pronators -prone -pronely -proneness -pronenesses -prong -pronged -pronging -prongs -pronota -pronotum -pronoun -pronounce -pronounceable -pronounced -pronouncement -pronouncements -pronounces -pronouncing -pronouns -pronto -pronunciation -pronunciations -proof -proofed -proofer -proofers -proofing -proofread -proofreaded -proofreader -proofreaders -proofreading -proofreads -proofs -prop -propaganda -propagandas -propagandist -propagandists -propagandize -propagandized -propagandizes -propagandizing -propagate -propagated -propagates -propagating -propagation -propagations -propane -propanes -propel -propellant -propellants -propelled -propellent -propellents -propeller -propellers -propelling -propels -propend -propended -propending -propends -propene -propenes -propenol -propenols -propense -propensities -propensity -propenyl -proper -properer -properest -properly -propers -properties -property -prophage -prophages -prophase -prophases -prophecies -prophecy -prophesied -prophesier -prophesiers -prophesies -prophesy -prophesying -prophet -prophetess -prophetesses -prophetic -prophetical -prophetically -prophets -prophylactic -prophylactics -prophylaxis -propine -propined -propines -propining -propinquities -propinquity -propitiate -propitiated -propitiates -propitiating -propitiation -propitiations -propitiatory -propitious -propjet -propjets -propman -propmen -propolis -propolises -propone -proponed -proponent -proponents -propones -proponing -proportion -proportional -proportionally -proportionate -proportionately -proportions -proposal -proposals -propose -proposed -proposer -proposers -proposes -proposing -proposition -propositions -propound -propounded -propounding -propounds -propped -propping -proprietary -proprieties -proprietor -proprietors -proprietorship -proprietorships -proprietress -proprietresses -propriety -props -propulsion -propulsions -propulsive -propyl -propyla -propylic -propylon -propyls -prorate -prorated -prorates -prorating -prorogue -prorogued -prorogues -proroguing -pros -prosaic -prosaism -prosaisms -prosaist -prosaists -proscribe -proscribed -proscribes -proscribing -proscription -proscriptions -prose -prosect -prosected -prosecting -prosects -prosecute -prosecuted -prosecutes -prosecuting -prosecution -prosecutions -prosecutor -prosecutors -prosed -proselyte -proselytes -proselytize -proselytized -proselytizes -proselytizing -proser -prosers -proses -prosier -prosiest -prosily -prosing -prosit -proso -prosodic -prosodies -prosody -prosoma -prosomal -prosomas -prosos -prospect -prospected -prospecting -prospective -prospectively -prospector -prospectors -prospects -prospectus -prospectuses -prosper -prospered -prospering -prosperities -prosperity -prosperous -prospers -prost -prostate -prostates -prostatic -prostheses -prosthesis -prosthetic -prostitute -prostituted -prostitutes -prostituting -prostitution -prostitutions -prostrate -prostrated -prostrates -prostrating -prostration -prostrations -prostyle -prostyles -prosy -protamin -protamins -protases -protasis -protatic -protea -protean -proteas -protease -proteases -protect -protected -protecting -protection -protections -protective -protector -protectorate -protectorates -protectors -protects -protege -protegee -protegees -proteges -protei -proteid -proteide -proteides -proteids -protein -proteins -proteinuria -protend -protended -protending -protends -proteose -proteoses -protest -protestation -protestations -protested -protesting -protests -proteus -prothrombin -protist -protists -protium -protiums -protocol -protocoled -protocoling -protocolled -protocolling -protocols -proton -protonic -protons -protoplasm -protoplasmic -protoplasms -protopod -protopods -prototype -prototypes -protoxid -protoxids -protozoa -protozoan -protozoans -protract -protracted -protracting -protractor -protractors -protracts -protrude -protruded -protrudes -protruding -protrusion -protrusions -protrusive -protuberance -protuberances -protuberant -protyl -protyle -protyles -protyls -proud -prouder -proudest -proudful -proudly -prounion -provable -provably -prove -proved -proven -provender -provenders -provenly -prover -proverb -proverbed -proverbial -proverbing -proverbs -provers -proves -provide -provided -providence -providences -provident -providential -providently -provider -providers -provides -providing -province -provinces -provincial -provincialism -provincialisms -proving -proviral -provirus -proviruses -provision -provisional -provisions -proviso -provisoes -provisos -provocation -provocations -provocative -provoke -provoked -provoker -provokers -provokes -provoking -provost -provosts -prow -prowar -prower -prowess -prowesses -prowest -prowl -prowled -prowler -prowlers -prowling -prowls -prows -proxemic -proxies -proximal -proximo -proxy -prude -prudence -prudences -prudent -prudential -prudently -pruderies -prudery -prudes -prudish -pruinose -prunable -prune -pruned -prunella -prunellas -prunelle -prunelles -prunello -prunellos -pruner -pruners -prunes -pruning -prurient -prurigo -prurigos -pruritic -pruritus -prurituses -prussic -pruta -prutah -prutot -prutoth -pry -pryer -pryers -prying -pryingly -prythee -psalm -psalmed -psalmic -psalming -psalmist -psalmists -psalmodies -psalmody -psalms -psalter -psalteries -psalters -psaltery -psaltries -psaltry -psammite -psammites -pschent -pschents -psephite -psephites -pseudo -pseudonym -pseudonymous -pshaw -pshawed -pshawing -pshaws -psi -psiloses -psilosis -psilotic -psis -psoae -psoai -psoas -psocid -psocids -psoralea -psoraleas -psoriasis -psoriasises -psst -psych -psyche -psyched -psyches -psychiatric -psychiatries -psychiatrist -psychiatrists -psychiatry -psychic -psychically -psychics -psyching -psycho -psychoanalyses -psychoanalysis -psychoanalyst -psychoanalysts -psychoanalytic -psychoanalyze -psychoanalyzed -psychoanalyzes -psychoanalyzing -psychological -psychologically -psychologies -psychologist -psychologists -psychology -psychopath -psychopathic -psychopaths -psychos -psychoses -psychosis -psychosocial -psychosomatic -psychotherapies -psychotherapist -psychotherapists -psychotherapy -psychotic -psychs -psylla -psyllas -psyllid -psyllids -pterin -pterins -pteropod -pteropods -pteryla -pterylae -ptisan -ptisans -ptomain -ptomaine -ptomaines -ptomains -ptoses -ptosis -ptotic -ptyalin -ptyalins -ptyalism -ptyalisms -pub -puberal -pubertal -puberties -puberty -pubes -pubic -pubis -public -publican -publicans -publication -publications -publicist -publicists -publicities -publicity -publicize -publicized -publicizes -publicizing -publicly -publics -publish -published -publisher -publishers -publishes -publishing -pubs -puccoon -puccoons -puce -puces -puck -pucka -pucker -puckered -puckerer -puckerers -puckerier -puckeriest -puckering -puckers -puckery -puckish -pucks -pud -pudding -puddings -puddle -puddled -puddler -puddlers -puddles -puddlier -puddliest -puddling -puddlings -puddly -pudencies -pudency -pudenda -pudendal -pudendum -pudgier -pudgiest -pudgily -pudgy -pudic -puds -pueblo -pueblos -puerile -puerilities -puerility -puff -puffball -puffballs -puffed -puffer -pufferies -puffers -puffery -puffier -puffiest -puffily -puffin -puffing -puffins -puffs -puffy -pug -pugaree -pugarees -puggaree -puggarees -pugged -puggier -puggiest -pugging -puggish -puggree -puggrees -puggries -puggry -puggy -pugh -pugilism -pugilisms -pugilist -pugilistic -pugilists -pugmark -pugmarks -pugnacious -pugree -pugrees -pugs -puisne -puisnes -puissant -puke -puked -pukes -puking -pukka -pul -pulchritude -pulchritudes -pulchritudinous -pule -puled -puler -pulers -pules -puli -pulicene -pulicide -pulicides -pulik -puling -pulingly -pulings -pulis -pull -pullback -pullbacks -pulled -puller -pullers -pullet -pullets -pulley -pulleys -pulling -pullman -pullmans -pullout -pullouts -pullover -pullovers -pulls -pulmonary -pulmonic -pulmotor -pulmotors -pulp -pulpal -pulpally -pulped -pulper -pulpier -pulpiest -pulpily -pulping -pulpit -pulpital -pulpits -pulpless -pulpous -pulps -pulpwood -pulpwoods -pulpy -pulque -pulques -puls -pulsant -pulsar -pulsars -pulsate -pulsated -pulsates -pulsating -pulsation -pulsations -pulsator -pulsators -pulse -pulsed -pulsejet -pulsejets -pulser -pulsers -pulses -pulsing -pulsion -pulsions -pulsojet -pulsojets -pulverize -pulverized -pulverizes -pulverizing -pulvilli -pulvinar -pulvini -pulvinus -puma -pumas -pumelo -pumelos -pumice -pumiced -pumicer -pumicers -pumices -pumicing -pumicite -pumicites -pummel -pummeled -pummeling -pummelled -pummelling -pummels -pump -pumped -pumper -pumpernickel -pumpernickels -pumpers -pumping -pumpkin -pumpkins -pumpless -pumplike -pumps -pun -puna -punas -punch -punched -puncheon -puncheons -puncher -punchers -punches -punchier -punchiest -punching -punchy -punctate -punctilious -punctual -punctualities -punctuality -punctually -punctuate -punctuated -punctuates -punctuating -punctuation -puncture -punctured -punctures -puncturing -pundit -punditic -punditries -punditry -pundits -pung -pungencies -pungency -pungent -pungently -pungs -punier -puniest -punily -puniness -puninesses -punish -punishable -punished -punisher -punishers -punishes -punishing -punishment -punishments -punition -punitions -punitive -punitory -punk -punka -punkah -punkahs -punkas -punker -punkest -punkey -punkeys -punkie -punkier -punkies -punkiest -punkin -punkins -punks -punky -punned -punner -punners -punnier -punniest -punning -punny -puns -punster -punsters -punt -punted -punter -punters -punties -punting -punto -puntos -punts -punty -puny -pup -pupa -pupae -pupal -puparia -puparial -puparium -pupas -pupate -pupated -pupates -pupating -pupation -pupations -pupfish -pupfishes -pupil -pupilage -pupilages -pupilar -pupilary -pupils -pupped -puppet -puppeteer -puppeteers -puppetries -puppetry -puppets -puppies -pupping -puppy -puppydom -puppydoms -puppyish -pups -pur -purana -puranas -puranic -purblind -purchase -purchased -purchaser -purchasers -purchases -purchasing -purda -purdah -purdahs -purdas -pure -purebred -purebreds -puree -pureed -pureeing -purees -purely -pureness -purenesses -purer -purest -purfle -purfled -purfles -purfling -purflings -purgative -purgatorial -purgatories -purgatory -purge -purged -purger -purgers -purges -purging -purgings -puri -purification -purifications -purified -purifier -purifiers -purifies -purify -purifying -purin -purine -purines -purins -puris -purism -purisms -purist -puristic -purists -puritan -puritanical -puritans -purities -purity -purl -purled -purlieu -purlieus -purlin -purline -purlines -purling -purlins -purloin -purloined -purloining -purloins -purls -purple -purpled -purpler -purples -purplest -purpling -purplish -purply -purport -purported -purportedly -purporting -purports -purpose -purposed -purposeful -purposefully -purposeless -purposely -purposes -purposing -purpura -purpuras -purpure -purpures -purpuric -purpurin -purpurins -purr -purred -purring -purrs -purs -purse -pursed -purser -pursers -purses -pursier -pursiest -pursily -pursing -purslane -purslanes -pursuance -pursuances -pursuant -pursue -pursued -pursuer -pursuers -pursues -pursuing -pursuit -pursuits -pursy -purulent -purvey -purveyance -purveyances -purveyed -purveying -purveyor -purveyors -purveys -purview -purviews -pus -puses -push -pushball -pushballs -pushcart -pushcarts -pushdown -pushdowns -pushed -pusher -pushers -pushes -pushful -pushier -pushiest -pushily -pushing -pushover -pushovers -pushpin -pushpins -pushup -pushups -pushy -pusillanimous -pusley -pusleys -puslike -puss -pusses -pussier -pussies -pussiest -pussley -pussleys -pusslies -pusslike -pussly -pussy -pussycat -pussycats -pustular -pustule -pustuled -pustules -put -putamen -putamina -putative -putlog -putlogs -putoff -putoffs -puton -putons -putout -putouts -putrefaction -putrefactions -putrefactive -putrefied -putrefies -putrefy -putrefying -putrid -putridly -puts -putsch -putsches -putt -putted -puttee -puttees -putter -puttered -putterer -putterers -puttering -putters -puttied -puttier -puttiers -putties -putting -putts -putty -puttying -puzzle -puzzled -puzzlement -puzzlements -puzzler -puzzlers -puzzles -puzzling -pya -pyaemia -pyaemias -pyaemic -pyas -pycnidia -pye -pyelitic -pyelitis -pyelitises -pyemia -pyemias -pyemic -pyes -pygidia -pygidial -pygidium -pygmaean -pygmean -pygmies -pygmoid -pygmy -pygmyish -pygmyism -pygmyisms -pyic -pyin -pyins -pyjamas -pyknic -pyknics -pylon -pylons -pylori -pyloric -pylorus -pyloruses -pyoderma -pyodermas -pyogenic -pyoid -pyorrhea -pyorrheas -pyoses -pyosis -pyralid -pyralids -pyramid -pyramidal -pyramided -pyramiding -pyramids -pyran -pyranoid -pyranose -pyranoses -pyrans -pyre -pyrene -pyrenes -pyrenoid -pyrenoids -pyres -pyretic -pyrexia -pyrexial -pyrexias -pyrexic -pyric -pyridic -pyridine -pyridines -pyriform -pyrite -pyrites -pyritic -pyritous -pyrogen -pyrogens -pyrola -pyrolas -pyrologies -pyrology -pyrolyze -pyrolyzed -pyrolyzes -pyrolyzing -pyromania -pyromaniac -pyromaniacs -pyromanias -pyrone -pyrones -pyronine -pyronines -pyrope -pyropes -pyrosis -pyrosises -pyrostat -pyrostats -pyrotechnic -pyrotechnics -pyroxene -pyroxenes -pyrrhic -pyrrhics -pyrrol -pyrrole -pyrroles -pyrrolic -pyrrols -pyruvate -pyruvates -python -pythonic -pythons -pyuria -pyurias -pyx -pyxes -pyxides -pyxidia -pyxidium -pyxie -pyxies -pyxis -qaid -qaids -qindar -qindars -qintar -qintars -qiviut -qiviuts -qoph -qophs -qua -quack -quacked -quackeries -quackery -quacking -quackish -quackism -quackisms -quacks -quad -quadded -quadding -quadrangle -quadrangles -quadrangular -quadrans -quadrant -quadrantes -quadrants -quadrat -quadrate -quadrated -quadrates -quadrating -quadrats -quadric -quadrics -quadriga -quadrigae -quadrilateral -quadrilaterals -quadrille -quadrilles -quadroon -quadroons -quadruped -quadrupedal -quadrupeds -quadruple -quadrupled -quadruples -quadruplet -quadruplets -quadrupling -quads -quaere -quaeres -quaestor -quaestors -quaff -quaffed -quaffer -quaffers -quaffing -quaffs -quag -quagga -quaggas -quaggier -quaggiest -quaggy -quagmire -quagmires -quagmirier -quagmiriest -quagmiry -quags -quahaug -quahaugs -quahog -quahogs -quai -quaich -quaiches -quaichs -quaigh -quaighs -quail -quailed -quailing -quails -quaint -quainter -quaintest -quaintly -quaintness -quaintnesses -quais -quake -quaked -quaker -quakers -quakes -quakier -quakiest -quakily -quaking -quaky -quale -qualia -qualification -qualifications -qualified -qualifier -qualifiers -qualifies -qualify -qualifying -qualitative -qualities -quality -qualm -qualmier -qualmiest -qualmish -qualms -qualmy -quamash -quamashes -quandang -quandangs -quandaries -quandary -quandong -quandongs -quant -quanta -quantal -quanted -quantic -quantics -quantified -quantifies -quantify -quantifying -quanting -quantitative -quantities -quantity -quantize -quantized -quantizes -quantizing -quantong -quantongs -quants -quantum -quarantine -quarantined -quarantines -quarantining -quare -quark -quarks -quarrel -quarreled -quarreling -quarrelled -quarrelling -quarrels -quarrelsome -quarried -quarrier -quarriers -quarries -quarry -quarrying -quart -quartan -quartans -quarte -quarter -quarterback -quarterbacked -quarterbacking -quarterbacks -quartered -quartering -quarterlies -quarterly -quartermaster -quartermasters -quartern -quarterns -quarters -quartes -quartet -quartets -quartic -quartics -quartile -quartiles -quarto -quartos -quarts -quartz -quartzes -quasar -quasars -quash -quashed -quashes -quashing -quasi -quass -quasses -quassia -quassias -quassin -quassins -quate -quatorze -quatorzes -quatrain -quatrains -quatre -quatres -quaver -quavered -quaverer -quaverers -quavering -quavers -quavery -quay -quayage -quayages -quaylike -quays -quayside -quaysides -quean -queans -queasier -queasiest -queasily -queasiness -queasinesses -queasy -queazier -queaziest -queazy -queen -queened -queening -queenlier -queenliest -queenly -queens -queer -queered -queerer -queerest -queering -queerish -queerly -queerness -queernesses -queers -quell -quelled -queller -quellers -quelling -quells -quench -quenchable -quenched -quencher -quenchers -quenches -quenching -quenchless -quenelle -quenelles -quercine -querida -queridas -queried -querier -queriers -queries -querist -querists -quern -querns -querulous -querulously -querulousness -querulousnesses -query -querying -quest -quested -quester -questers -questing -question -questionable -questioned -questioner -questioners -questioning -questionnaire -questionnaires -questionniare -questionniares -questions -questor -questors -quests -quetzal -quetzales -quetzals -queue -queued -queueing -queuer -queuers -queues -queuing -quey -queys -quezal -quezales -quezals -quibble -quibbled -quibbler -quibblers -quibbles -quibbling -quiche -quiches -quick -quicken -quickened -quickening -quickens -quicker -quickest -quickie -quickies -quickly -quickness -quicknesses -quicks -quicksand -quicksands -quickset -quicksets -quicksilver -quicksilvers -quid -quiddities -quiddity -quidnunc -quidnuncs -quids -quiescence -quiescences -quiescent -quiet -quieted -quieten -quietened -quietening -quietens -quieter -quieters -quietest -quieting -quietism -quietisms -quietist -quietists -quietly -quietness -quietnesses -quiets -quietude -quietudes -quietus -quietuses -quiff -quiffs -quill -quillai -quillais -quilled -quillet -quillets -quilling -quills -quilt -quilted -quilter -quilters -quilting -quiltings -quilts -quinaries -quinary -quinate -quince -quinces -quincunx -quincunxes -quinella -quinellas -quinic -quiniela -quinielas -quinin -quinina -quininas -quinine -quinines -quinins -quinnat -quinnats -quinoa -quinoas -quinoid -quinoids -quinol -quinolin -quinolins -quinols -quinone -quinones -quinsies -quinsy -quint -quintain -quintains -quintal -quintals -quintan -quintans -quintar -quintars -quintessence -quintessences -quintessential -quintet -quintets -quintic -quintics -quintile -quintiles -quintin -quintins -quints -quintuple -quintupled -quintuples -quintuplet -quintuplets -quintupling -quip -quipped -quipping -quippish -quippu -quippus -quips -quipster -quipsters -quipu -quipus -quire -quired -quires -quiring -quirk -quirked -quirkier -quirkiest -quirkily -quirking -quirks -quirky -quirt -quirted -quirting -quirts -quisling -quislings -quit -quitch -quitches -quite -quitrent -quitrents -quits -quitted -quitter -quitters -quitting -quittor -quittors -quiver -quivered -quiverer -quiverers -quivering -quivers -quivery -quixote -quixotes -quixotic -quixotries -quixotry -quiz -quizmaster -quizmasters -quizzed -quizzer -quizzers -quizzes -quizzing -quod -quods -quoin -quoined -quoining -quoins -quoit -quoited -quoiting -quoits -quomodo -quomodos -quondam -quorum -quorums -quota -quotable -quotably -quotas -quotation -quotations -quote -quoted -quoter -quoters -quotes -quoth -quotha -quotient -quotients -quoting -qursh -qurshes -qurush -qurushes -rabato -rabatos -rabbet -rabbeted -rabbeting -rabbets -rabbi -rabbies -rabbin -rabbinate -rabbinates -rabbinic -rabbinical -rabbins -rabbis -rabbit -rabbited -rabbiter -rabbiters -rabbiting -rabbitries -rabbitry -rabbits -rabble -rabbled -rabbler -rabblers -rabbles -rabbling -rabboni -rabbonis -rabic -rabid -rabidities -rabidity -rabidly -rabies -rabietic -raccoon -raccoons -race -racecourse -racecourses -raced -racehorse -racehorses -racemate -racemates -raceme -racemed -racemes -racemic -racemism -racemisms -racemize -racemized -racemizes -racemizing -racemoid -racemose -racemous -racer -racers -races -racetrack -racetracks -raceway -raceways -rachet -rachets -rachial -rachides -rachis -rachises -rachitic -rachitides -rachitis -racial -racially -racier -raciest -racily -raciness -racinesses -racing -racings -racism -racisms -racist -racists -rack -racked -racker -rackers -racket -racketed -racketeer -racketeering -racketeerings -racketeers -racketier -racketiest -racketing -rackets -rackety -racking -rackle -racks -rackwork -rackworks -raclette -raclettes -racon -racons -raconteur -raconteurs -racoon -racoons -racquet -racquets -racy -rad -radar -radars -radded -radding -raddle -raddled -raddles -raddling -radiable -radial -radiale -radialia -radially -radials -radian -radiance -radiances -radiancies -radiancy -radians -radiant -radiantly -radiants -radiate -radiated -radiates -radiating -radiation -radiations -radiator -radiators -radical -radicalism -radicalisms -radically -radicals -radicand -radicands -radicate -radicated -radicates -radicating -radicel -radicels -radices -radicle -radicles -radii -radio -radioactive -radioactivities -radioactivity -radioed -radioing -radiologies -radiologist -radiologists -radiology -radioman -radiomen -radionuclide -radionuclides -radios -radiotherapies -radiotherapy -radish -radishes -radium -radiums -radius -radiuses -radix -radixes -radome -radomes -radon -radons -rads -radula -radulae -radular -radulas -raff -raffia -raffias -raffish -raffishly -raffishness -raffishnesses -raffle -raffled -raffler -rafflers -raffles -raffling -raffs -raft -rafted -rafter -rafters -rafting -rafts -raftsman -raftsmen -rag -raga -ragamuffin -ragamuffins -ragas -ragbag -ragbags -rage -raged -ragee -ragees -rages -ragged -raggeder -raggedest -raggedly -raggedness -raggednesses -raggedy -raggies -ragging -raggle -raggles -raggy -ragi -raging -ragingly -ragis -raglan -raglans -ragman -ragmen -ragout -ragouted -ragouting -ragouts -rags -ragtag -ragtags -ragtime -ragtimes -ragweed -ragweeds -ragwort -ragworts -rah -raia -raias -raid -raided -raider -raiders -raiding -raids -rail -railbird -railbirds -railed -railer -railers -railhead -railheads -railing -railings -railleries -raillery -railroad -railroaded -railroader -railroaders -railroading -railroadings -railroads -rails -railway -railways -raiment -raiments -rain -rainband -rainbands -rainbird -rainbirds -rainbow -rainbows -raincoat -raincoats -raindrop -raindrops -rained -rainfall -rainfalls -rainier -rainiest -rainily -raining -rainless -rainmaker -rainmakers -rainmaking -rainmakings -rainout -rainouts -rains -rainstorm -rainstorms -rainwash -rainwashes -rainwater -rainwaters -rainwear -rainwears -rainy -raisable -raise -raised -raiser -raisers -raises -raisin -raising -raisings -raisins -raisiny -raisonne -raj -raja -rajah -rajahs -rajas -rajes -rake -raked -rakee -rakees -rakehell -rakehells -rakeoff -rakeoffs -raker -rakers -rakes -raki -raking -rakis -rakish -rakishly -rakishness -rakishnesses -rale -rales -rallied -rallier -ralliers -rallies -ralline -rally -rallye -rallyes -rallying -rallyings -rallyist -rallyists -ram -ramate -ramble -rambled -rambler -ramblers -rambles -rambling -rambunctious -rambutan -rambutans -ramee -ramees -ramekin -ramekins -ramenta -ramentum -ramequin -ramequins -ramet -ramets -rami -ramie -ramies -ramification -ramifications -ramified -ramifies -ramiform -ramify -ramifying -ramilie -ramilies -ramillie -ramillies -ramjet -ramjets -rammed -rammer -rammers -rammier -rammiest -ramming -rammish -rammy -ramose -ramosely -ramosities -ramosity -ramous -ramp -rampage -rampaged -rampager -rampagers -rampages -rampaging -rampancies -rampancy -rampant -rampantly -rampart -ramparted -ramparting -ramparts -ramped -rampike -rampikes -ramping -rampion -rampions -rampole -rampoles -ramps -ramrod -ramrods -rams -ramshackle -ramshorn -ramshorns -ramson -ramsons -ramtil -ramtils -ramulose -ramulous -ramus -ran -rance -rances -ranch -ranched -rancher -ranchero -rancheros -ranchers -ranches -ranching -ranchland -ranchlands -ranchman -ranchmen -rancho -ranchos -rancid -rancidities -rancidity -rancidness -rancidnesses -rancor -rancored -rancorous -rancors -rancour -rancours -rand -randan -randans -randies -random -randomization -randomizations -randomize -randomized -randomizes -randomizing -randomly -randomness -randomnesses -randoms -rands -randy -ranee -ranees -rang -range -ranged -rangeland -rangelands -ranger -rangers -ranges -rangier -rangiest -ranginess -ranginesses -ranging -rangy -rani -ranid -ranids -ranis -rank -ranked -ranker -rankers -rankest -ranking -rankish -rankle -rankled -rankles -rankling -rankly -rankness -ranknesses -ranks -ranpike -ranpikes -ransack -ransacked -ransacking -ransacks -ransom -ransomed -ransomer -ransomers -ransoming -ransoms -rant -ranted -ranter -ranters -ranting -rantingly -rants -ranula -ranulas -rap -rapacious -rapaciously -rapaciousness -rapaciousnesses -rapacities -rapacity -rape -raped -raper -rapers -rapes -rapeseed -rapeseeds -raphae -raphe -raphes -raphia -raphias -raphide -raphides -raphis -rapid -rapider -rapidest -rapidities -rapidity -rapidly -rapids -rapier -rapiered -rapiers -rapine -rapines -raping -rapist -rapists -rapparee -rapparees -rapped -rappee -rappees -rappel -rappelled -rappelling -rappels -rappen -rapper -rappers -rapping -rappini -rapport -rapports -raps -rapt -raptly -raptness -raptnesses -raptor -raptors -rapture -raptured -raptures -rapturing -rapturous -rare -rarebit -rarebits -rarefaction -rarefactions -rarefied -rarefier -rarefiers -rarefies -rarefy -rarefying -rarely -rareness -rarenesses -rarer -rareripe -rareripes -rarest -rarified -rarifies -rarify -rarifying -raring -rarities -rarity -ras -rasbora -rasboras -rascal -rascalities -rascality -rascally -rascals -rase -rased -raser -rasers -rases -rash -rasher -rashers -rashes -rashest -rashlike -rashly -rashness -rashnesses -rasing -rasorial -rasp -raspberries -raspberry -rasped -rasper -raspers -raspier -raspiest -rasping -raspish -rasps -raspy -rassle -rassled -rassles -rassling -raster -rasters -rasure -rasures -rat -ratable -ratably -ratafee -ratafees -ratafia -ratafias -ratal -ratals -ratan -ratanies -ratans -ratany -rataplan -rataplanned -rataplanning -rataplans -ratatat -ratatats -ratch -ratches -ratchet -ratchets -rate -rateable -rateably -rated -ratel -ratels -rater -raters -rates -ratfink -ratfinks -ratfish -ratfishes -rath -rathe -rather -rathole -ratholes -raticide -raticides -ratification -ratifications -ratified -ratifier -ratifiers -ratifies -ratify -ratifying -ratine -ratines -rating -ratings -ratio -ration -rational -rationale -rationales -rationalization -rationalizations -rationalize -rationalized -rationalizes -rationalizing -rationally -rationals -rationed -rationing -rations -ratios -ratite -ratites -ratlike -ratlin -ratline -ratlines -ratlins -rato -ratoon -ratooned -ratooner -ratooners -ratooning -ratoons -ratos -rats -ratsbane -ratsbanes -rattail -rattails -rattan -rattans -ratted -ratteen -ratteens -ratten -rattened -rattener -ratteners -rattening -rattens -ratter -ratters -rattier -rattiest -ratting -rattish -rattle -rattled -rattler -rattlers -rattles -rattlesnake -rattlesnakes -rattling -rattlings -rattly -ratton -rattons -rattoon -rattooned -rattooning -rattoons -rattrap -rattraps -ratty -raucities -raucity -raucous -raucously -raucousness -raucousnesses -raunchier -raunchiest -raunchy -ravage -ravaged -ravager -ravagers -ravages -ravaging -rave -raved -ravel -raveled -raveler -ravelers -ravelin -raveling -ravelings -ravelins -ravelled -raveller -ravellers -ravelling -ravellings -ravelly -ravels -raven -ravened -ravener -raveners -ravening -ravenings -ravenous -ravenously -ravenousness -ravenousnesses -ravens -raver -ravers -raves -ravigote -ravigotes -ravin -ravine -ravined -ravines -raving -ravingly -ravings -ravining -ravins -ravioli -raviolis -ravish -ravished -ravisher -ravishers -ravishes -ravishing -ravishment -ravishments -raw -rawboned -rawer -rawest -rawhide -rawhided -rawhides -rawhiding -rawish -rawly -rawness -rawnesses -raws -rax -raxed -raxes -raxing -ray -raya -rayah -rayahs -rayas -rayed -raygrass -raygrasses -raying -rayless -rayon -rayons -rays -raze -razed -razee -razeed -razeeing -razees -razer -razers -razes -razing -razor -razored -razoring -razors -razz -razzed -razzes -razzing -re -reabsorb -reabsorbed -reabsorbing -reabsorbs -reabstract -reabstracted -reabstracting -reabstracts -reaccede -reacceded -reaccedes -reacceding -reaccelerate -reaccelerated -reaccelerates -reaccelerating -reaccent -reaccented -reaccenting -reaccents -reaccept -reaccepted -reaccepting -reaccepts -reacclimatize -reacclimatized -reacclimatizes -reacclimatizing -reaccredit -reaccredited -reaccrediting -reaccredits -reaccumulate -reaccumulated -reaccumulates -reaccumulating -reaccuse -reaccused -reaccuses -reaccusing -reach -reachable -reached -reacher -reachers -reaches -reachieve -reachieved -reachieves -reachieving -reaching -reacquaint -reacquainted -reacquainting -reacquaints -reacquire -reacquired -reacquires -reacquiring -react -reactant -reactants -reacted -reacting -reaction -reactionaries -reactionary -reactions -reactivate -reactivated -reactivates -reactivating -reactivation -reactivations -reactive -reactor -reactors -reacts -read -readabilities -readability -readable -readably -readapt -readapted -readapting -readapts -readd -readded -readdict -readdicted -readdicting -readdicts -readding -readdress -readdressed -readdresses -readdressing -readds -reader -readers -readership -readerships -readied -readier -readies -readiest -readily -readiness -readinesses -reading -readings -readjust -readjustable -readjusted -readjusting -readjustment -readjustments -readjusts -readmit -readmits -readmitted -readmitting -readopt -readopted -readopting -readopts -readorn -readorned -readorning -readorns -readout -readouts -reads -ready -readying -reaffirm -reaffirmed -reaffirming -reaffirms -reaffix -reaffixed -reaffixes -reaffixing -reagent -reagents -reagin -reaginic -reagins -real -realer -reales -realest -realgar -realgars -realia -realign -realigned -realigning -realignment -realignments -realigns -realise -realised -realiser -realisers -realises -realising -realism -realisms -realist -realistic -realistically -realists -realities -reality -realizable -realization -realizations -realize -realized -realizer -realizers -realizes -realizing -reallocate -reallocated -reallocates -reallocating -reallot -reallots -reallotted -reallotting -really -realm -realms -realness -realnesses -reals -realter -realtered -realtering -realters -realties -realty -ream -reamed -reamer -reamers -reaming -reams -reanalyses -reanalysis -reanalyze -reanalyzed -reanalyzes -reanalyzing -reanesthetize -reanesthetized -reanesthetizes -reanesthetizing -reannex -reannexed -reannexes -reannexing -reanoint -reanointed -reanointing -reanoints -reap -reapable -reaped -reaper -reapers -reaphook -reaphooks -reaping -reappear -reappearance -reappearances -reappeared -reappearing -reappears -reapplied -reapplies -reapply -reapplying -reappoint -reappointed -reappointing -reappoints -reapportion -reapportioned -reapportioning -reapportions -reappraisal -reappraisals -reappraise -reappraised -reappraises -reappraising -reapprove -reapproved -reapproves -reapproving -reaps -rear -reared -rearer -rearers -reargue -reargued -reargues -rearguing -rearing -rearm -rearmed -rearmice -rearming -rearmost -rearms -rearouse -rearoused -rearouses -rearousing -rearrange -rearranged -rearranges -rearranging -rearrest -rearrested -rearresting -rearrests -rears -rearward -rearwards -reascend -reascended -reascending -reascends -reascent -reascents -reason -reasonable -reasonableness -reasonablenesses -reasonably -reasoned -reasoner -reasoners -reasoning -reasonings -reasons -reassail -reassailed -reassailing -reassails -reassemble -reassembled -reassembles -reassembling -reassert -reasserted -reasserting -reasserts -reassess -reassessed -reassesses -reassessing -reassessment -reassessments -reassign -reassigned -reassigning -reassignment -reassignments -reassigns -reassociate -reassociated -reassociates -reassociating -reassort -reassorted -reassorting -reassorts -reassume -reassumed -reassumes -reassuming -reassurance -reassurances -reassure -reassured -reassures -reassuring -reassuringly -reata -reatas -reattach -reattached -reattaches -reattaching -reattack -reattacked -reattacking -reattacks -reattain -reattained -reattaining -reattains -reave -reaved -reaver -reavers -reaves -reaving -reavow -reavowed -reavowing -reavows -reawake -reawaked -reawaken -reawakened -reawakening -reawakens -reawakes -reawaking -reawoke -reawoken -reb -rebait -rebaited -rebaiting -rebaits -rebalance -rebalanced -rebalances -rebalancing -rebaptize -rebaptized -rebaptizes -rebaptizing -rebate -rebated -rebater -rebaters -rebates -rebating -rebato -rebatos -rebbe -rebbes -rebec -rebeck -rebecks -rebecs -rebel -rebeldom -rebeldoms -rebelled -rebelling -rebellion -rebellions -rebellious -rebelliously -rebelliousness -rebelliousnesses -rebels -rebid -rebidden -rebidding -rebids -rebill -rebilled -rebilling -rebills -rebind -rebinding -rebinds -rebirth -rebirths -rebloom -rebloomed -reblooming -reblooms -reboant -reboard -reboarded -reboarding -reboards -reboil -reboiled -reboiling -reboils -rebop -rebops -reborn -rebound -rebounded -rebounding -rebounds -rebozo -rebozos -rebranch -rebranched -rebranches -rebranching -rebroadcast -rebroadcasted -rebroadcasting -rebroadcasts -rebs -rebuff -rebuffed -rebuffing -rebuffs -rebuild -rebuilded -rebuilding -rebuilds -rebuilt -rebuke -rebuked -rebuker -rebukers -rebukes -rebuking -reburial -reburials -reburied -reburies -rebury -reburying -rebus -rebuses -rebut -rebuts -rebuttal -rebuttals -rebutted -rebutter -rebutters -rebutting -rebutton -rebuttoned -rebuttoning -rebuttons -rec -recalcitrance -recalcitrances -recalcitrant -recalculate -recalculated -recalculates -recalculating -recall -recalled -recaller -recallers -recalling -recalls -recane -recaned -recanes -recaning -recant -recanted -recanter -recanters -recanting -recants -recap -recapitulate -recapitulated -recapitulates -recapitulating -recapitulation -recapitulations -recapped -recapping -recaps -recapture -recaptured -recaptures -recapturing -recarried -recarries -recarry -recarrying -recast -recasting -recasts -recede -receded -recedes -receding -receipt -receipted -receipting -receipts -receivable -receivables -receive -received -receiver -receivers -receivership -receiverships -receives -receiving -recencies -recency -recent -recenter -recentest -recently -recentness -recentnesses -recept -receptacle -receptacles -reception -receptionist -receptionists -receptions -receptive -receptively -receptiveness -receptivenesses -receptivities -receptivity -receptor -receptors -recepts -recertification -recertifications -recertified -recertifies -recertify -recertifying -recess -recessed -recesses -recessing -recession -recessions -rechange -rechanged -rechanges -rechanging -rechannel -rechanneled -rechanneling -rechannels -recharge -recharged -recharges -recharging -rechart -recharted -recharting -recharts -recheat -recheats -recheck -rechecked -rechecking -rechecks -rechoose -rechooses -rechoosing -rechose -rechosen -rechristen -rechristened -rechristening -rechristens -recipe -recipes -recipient -recipients -reciprocal -reciprocally -reciprocals -reciprocate -reciprocated -reciprocates -reciprocating -reciprocation -reciprocations -reciprocities -reciprocity -recircle -recircled -recircles -recircling -recirculate -recirculated -recirculates -recirculating -recirculation -recirculations -recision -recisions -recital -recitals -recitation -recitations -recite -recited -reciter -reciters -recites -reciting -reck -recked -recking -reckless -recklessly -recklessness -recklessnesses -reckon -reckoned -reckoner -reckoners -reckoning -reckonings -reckons -recks -reclad -reclaim -reclaimable -reclaimed -reclaiming -reclaims -reclamation -reclamations -reclame -reclames -reclasp -reclasped -reclasping -reclasps -reclassification -reclassifications -reclassified -reclassifies -reclassify -reclassifying -reclean -recleaned -recleaning -recleans -recline -reclined -recliner -recliners -reclines -reclining -reclothe -reclothed -reclothes -reclothing -recluse -recluses -recoal -recoaled -recoaling -recoals -recock -recocked -recocking -recocks -recodified -recodifies -recodify -recodifying -recognition -recognitions -recognizable -recognizably -recognizance -recognizances -recognize -recognized -recognizes -recognizing -recoil -recoiled -recoiler -recoilers -recoiling -recoils -recoin -recoined -recoining -recoins -recollection -recollections -recolonize -recolonized -recolonizes -recolonizing -recolor -recolored -recoloring -recolors -recomb -recombed -recombine -recombined -recombines -recombing -recombining -recombs -recommend -recommendable -recommendation -recommendations -recommendatory -recommended -recommender -recommenders -recommending -recommends -recommit -recommits -recommitted -recommitting -recompense -recompensed -recompenses -recompensing -recompile -recompiled -recompiles -recompiling -recompute -recomputed -recomputes -recomputing -recon -reconceive -reconceived -reconceives -reconceiving -reconcilable -reconcile -reconciled -reconcilement -reconcilements -reconciler -reconcilers -reconciles -reconciliation -reconciliations -reconciling -recondite -reconfigure -reconfigured -reconfigures -reconfiguring -reconnaissance -reconnaissances -reconnect -reconnected -reconnecting -reconnects -reconnoiter -reconnoitered -reconnoitering -reconnoiters -reconquer -reconquered -reconquering -reconquers -reconquest -reconquests -recons -reconsider -reconsideration -reconsiderations -reconsidered -reconsidering -reconsiders -reconsolidate -reconsolidated -reconsolidates -reconsolidating -reconstruct -reconstructed -reconstructing -reconstructs -recontaminate -recontaminated -recontaminates -recontaminating -reconvene -reconvened -reconvenes -reconvening -reconvey -reconveyed -reconveying -reconveys -reconvict -reconvicted -reconvicting -reconvicts -recook -recooked -recooking -recooks -recopied -recopies -recopy -recopying -record -recordable -recorded -recorder -recorders -recording -records -recount -recounted -recounting -recounts -recoup -recoupe -recouped -recouping -recouple -recoupled -recouples -recoupling -recoups -recourse -recourses -recover -recoverable -recovered -recoveries -recovering -recovers -recovery -recrate -recrated -recrates -recrating -recreant -recreants -recreate -recreated -recreates -recreating -recreation -recreational -recreations -recreative -recriminate -recriminated -recriminates -recriminating -recrimination -recriminations -recriminatory -recross -recrossed -recrosses -recrossing -recrown -recrowned -recrowning -recrowns -recruit -recruited -recruiting -recruitment -recruitments -recruits -recs -recta -rectal -rectally -rectangle -rectangles -recti -rectification -rectifications -rectified -rectifier -rectifiers -rectifies -rectify -rectifying -rectitude -rectitudes -recto -rector -rectorate -rectorates -rectorial -rectories -rectors -rectory -rectos -rectrices -rectrix -rectum -rectums -rectus -recumbent -recuperate -recuperated -recuperates -recuperating -recuperation -recuperations -recuperative -recur -recurred -recurrence -recurrences -recurrent -recurring -recurs -recurve -recurved -recurves -recurving -recusant -recusants -recuse -recused -recuses -recusing -recut -recuts -recutting -recycle -recycled -recycles -recycling -red -redact -redacted -redacting -redactor -redactors -redacts -redan -redans -redargue -redargued -redargues -redarguing -redate -redated -redates -redating -redbait -redbaited -redbaiting -redbaits -redbay -redbays -redbird -redbirds -redbone -redbones -redbrick -redbud -redbuds -redbug -redbugs -redcap -redcaps -redcoat -redcoats -redd -redded -redden -reddened -reddening -reddens -redder -redders -reddest -redding -reddish -reddle -reddled -reddles -reddling -redds -rede -redear -redears -redecorate -redecorated -redecorates -redecorating -reded -rededicate -rededicated -rededicates -rededicating -rededication -rededications -redeem -redeemable -redeemed -redeemer -redeemers -redeeming -redeems -redefeat -redefeated -redefeating -redefeats -redefied -redefies -redefine -redefined -redefines -redefining -redefy -redefying -redemand -redemanded -redemanding -redemands -redemption -redemptions -redemptive -redemptory -redenied -redenies -redeny -redenying -redeploy -redeployed -redeploying -redeploys -redeposit -redeposited -redepositing -redeposits -redes -redesign -redesignate -redesignated -redesignates -redesignating -redesigned -redesigning -redesigns -redevelop -redeveloped -redeveloping -redevelops -redeye -redeyes -redfin -redfins -redfish -redfishes -redhead -redheaded -redheads -redhorse -redhorses -redia -rediae -redial -redias -redid -redigest -redigested -redigesting -redigests -reding -redip -redipped -redipping -redips -redipt -redirect -redirected -redirecting -redirects -rediscover -rediscovered -rediscoveries -rediscovering -rediscovers -rediscovery -redissolve -redissolved -redissolves -redissolving -redistribute -redistributed -redistributes -redistributing -redivide -redivided -redivides -redividing -redleg -redlegs -redly -redneck -rednecks -redness -rednesses -redo -redock -redocked -redocking -redocks -redoes -redoing -redolence -redolences -redolent -redolently -redone -redos -redouble -redoubled -redoubles -redoubling -redoubt -redoubtable -redoubts -redound -redounded -redounding -redounds -redout -redouts -redowa -redowas -redox -redoxes -redpoll -redpolls -redraft -redrafted -redrafting -redrafts -redraw -redrawer -redrawers -redrawing -redrawn -redraws -redress -redressed -redresses -redressing -redrew -redried -redries -redrill -redrilled -redrilling -redrills -redrive -redriven -redrives -redriving -redroot -redroots -redrove -redry -redrying -reds -redshank -redshanks -redshirt -redshirted -redshirting -redshirts -redskin -redskins -redstart -redstarts -redtop -redtops -reduce -reduced -reducer -reducers -reduces -reducible -reducing -reduction -reductions -redundancies -redundancy -redundant -redundantly -reduviid -reduviids -redware -redwares -redwing -redwings -redwood -redwoods -redye -redyed -redyeing -redyes -ree -reearn -reearned -reearning -reearns -reecho -reechoed -reechoes -reechoing -reed -reedbird -reedbirds -reedbuck -reedbucks -reeded -reedier -reediest -reedified -reedifies -reedify -reedifying -reeding -reedings -reedit -reedited -reediting -reedits -reedling -reedlings -reeds -reedy -reef -reefed -reefer -reefers -reefier -reefiest -reefing -reefs -reefy -reeject -reejected -reejecting -reejects -reek -reeked -reeker -reekers -reekier -reekiest -reeking -reeks -reeky -reel -reelable -reelect -reelected -reelecting -reelects -reeled -reeler -reelers -reeling -reels -reembark -reembarked -reembarking -reembarks -reembodied -reembodies -reembody -reembodying -reemerge -reemerged -reemergence -reemergences -reemerges -reemerging -reemit -reemits -reemitted -reemitting -reemphasize -reemphasized -reemphasizes -reemphasizing -reemploy -reemployed -reemploying -reemploys -reenact -reenacted -reenacting -reenacts -reendow -reendowed -reendowing -reendows -reenergize -reenergized -reenergizes -reenergizing -reengage -reengaged -reengages -reengaging -reenjoy -reenjoyed -reenjoying -reenjoys -reenlist -reenlisted -reenlisting -reenlistness -reenlistnesses -reenlists -reenter -reentered -reentering -reenters -reentries -reentry -reequip -reequipped -reequipping -reequips -reerect -reerected -reerecting -reerects -rees -reest -reestablish -reestablished -reestablishes -reestablishing -reestablishment -reestablishments -reested -reestimate -reestimated -reestimates -reestimating -reesting -reests -reevaluate -reevaluated -reevaluates -reevaluating -reevaluation -reevaluations -reeve -reeved -reeves -reeving -reevoke -reevoked -reevokes -reevoking -reexamination -reexaminations -reexamine -reexamined -reexamines -reexamining -reexpel -reexpelled -reexpelling -reexpels -reexport -reexported -reexporting -reexports -ref -reface -refaced -refaces -refacing -refall -refallen -refalling -refalls -refasten -refastened -refastening -refastens -refect -refected -refecting -refects -refed -refeed -refeeding -refeeds -refel -refell -refelled -refelling -refels -refer -referable -referee -refereed -refereeing -referees -reference -references -referenda -referendum -referendums -referent -referents -referral -referrals -referred -referrer -referrers -referring -refers -reffed -reffing -refight -refighting -refights -refigure -refigured -refigures -refiguring -refile -refiled -refiles -refiling -refill -refillable -refilled -refilling -refills -refilm -refilmed -refilming -refilms -refilter -refiltered -refiltering -refilters -refinance -refinanced -refinances -refinancing -refind -refinding -refinds -refine -refined -refinement -refinements -refiner -refineries -refiners -refinery -refines -refining -refinish -refinished -refinishes -refinishing -refire -refired -refires -refiring -refit -refits -refitted -refitting -refix -refixed -refixes -refixing -reflate -reflated -reflates -reflating -reflect -reflected -reflecting -reflection -reflections -reflective -reflector -reflectors -reflects -reflet -reflets -reflew -reflex -reflexed -reflexes -reflexing -reflexive -reflexively -reflexiveness -reflexivenesses -reflexly -reflies -refloat -refloated -refloating -refloats -reflood -reflooded -reflooding -refloods -reflow -reflowed -reflower -reflowered -reflowering -reflowers -reflowing -reflown -reflows -refluent -reflux -refluxed -refluxes -refluxing -refly -reflying -refocus -refocused -refocuses -refocusing -refocussed -refocusses -refocussing -refold -refolded -refolding -refolds -reforest -reforested -reforesting -reforests -reforge -reforged -reforges -reforging -reform -reformat -reformatories -reformatory -reformats -reformatted -reformatting -reformed -reformer -reformers -reforming -reforms -reformulate -reformulated -reformulates -reformulating -refought -refound -refounded -refounding -refounds -refract -refracted -refracting -refraction -refractions -refractive -refractory -refracts -refrain -refrained -refraining -refrainment -refrainments -refrains -reframe -reframed -reframes -reframing -refreeze -refreezes -refreezing -refresh -refreshed -refresher -refreshers -refreshes -refreshing -refreshingly -refreshment -refreshments -refried -refries -refrigerant -refrigerants -refrigerate -refrigerated -refrigerates -refrigerating -refrigeration -refrigerations -refrigerator -refrigerators -refront -refronted -refronting -refronts -refroze -refrozen -refry -refrying -refs -reft -refuel -refueled -refueling -refuelled -refuelling -refuels -refuge -refuged -refugee -refugees -refuges -refugia -refuging -refugium -refund -refundable -refunded -refunder -refunders -refunding -refunds -refurbish -refurbished -refurbishes -refurbishing -refusal -refusals -refuse -refused -refuser -refusers -refuses -refusing -refutal -refutals -refutation -refutations -refute -refuted -refuter -refuters -refutes -refuting -regain -regained -regainer -regainers -regaining -regains -regal -regale -regaled -regalement -regalements -regales -regalia -regaling -regalities -regality -regally -regard -regarded -regardful -regarding -regardless -regards -regather -regathered -regathering -regathers -regatta -regattas -regauge -regauged -regauges -regauging -regave -regear -regeared -regearing -regears -regelate -regelated -regelates -regelating -regencies -regency -regenerate -regenerated -regenerates -regenerating -regeneration -regenerations -regenerative -regenerator -regenerators -regent -regental -regents -reges -regicide -regicides -regild -regilded -regilding -regilds -regilt -regime -regimen -regimens -regiment -regimental -regimentation -regimentations -regimented -regimenting -regiments -regimes -regina -reginae -reginal -reginas -region -regional -regionally -regionals -regions -register -registered -registering -registers -registrar -registrars -registration -registrations -registries -registry -regius -regive -regiven -regives -regiving -reglaze -reglazed -reglazes -reglazing -reglet -reglets -regloss -reglossed -reglosses -reglossing -reglow -reglowed -reglowing -reglows -reglue -reglued -reglues -regluing -regma -regmata -regna -regnal -regnancies -regnancy -regnant -regnum -regolith -regoliths -regorge -regorged -regorges -regorging -regosol -regosols -regrade -regraded -regrades -regrading -regraft -regrafted -regrafting -regrafts -regrant -regranted -regranting -regrants -regrate -regrated -regrates -regrating -regreet -regreeted -regreeting -regreets -regress -regressed -regresses -regressing -regression -regressions -regressive -regressor -regressors -regret -regretfully -regrets -regrettable -regrettably -regretted -regretter -regretters -regretting -regrew -regrind -regrinding -regrinds -regroove -regrooved -regrooves -regrooving -reground -regroup -regrouped -regrouping -regroups -regrow -regrowing -regrown -regrows -regrowth -regrowths -regular -regularities -regularity -regularize -regularized -regularizes -regularizing -regularly -regulars -regulate -regulated -regulates -regulating -regulation -regulations -regulative -regulator -regulators -regulatory -reguli -reguline -regulus -reguluses -regurgitate -regurgitated -regurgitates -regurgitating -regurgitation -regurgitations -rehabilitate -rehabilitated -rehabilitates -rehabilitating -rehabilitation -rehabilitations -rehabilitative -rehammer -rehammered -rehammering -rehammers -rehandle -rehandled -rehandles -rehandling -rehang -rehanged -rehanging -rehangs -reharden -rehardened -rehardening -rehardens -rehash -rehashed -rehashes -rehashing -rehear -reheard -rehearing -rehears -rehearsal -rehearsals -rehearse -rehearsed -rehearser -rehearsers -rehearses -rehearsing -reheat -reheated -reheater -reheaters -reheating -reheats -reheel -reheeled -reheeling -reheels -rehem -rehemmed -rehemming -rehems -rehinge -rehinged -rehinges -rehinging -rehire -rehired -rehires -rehiring -rehospitalization -rehospitalizations -rehospitalize -rehospitalized -rehospitalizes -rehospitalizing -rehouse -rehoused -rehouses -rehousing -rehung -rei -reidentified -reidentifies -reidentify -reidentifying -reif -reified -reifier -reifiers -reifies -reifs -reify -reifying -reign -reigned -reigning -reignite -reignited -reignites -reigniting -reigns -reimage -reimaged -reimages -reimaging -reimbursable -reimburse -reimbursed -reimbursement -reimbursements -reimburses -reimbursing -reimplant -reimplanted -reimplanting -reimplants -reimport -reimported -reimporting -reimports -reimpose -reimposed -reimposes -reimposing -rein -reincarnate -reincarnated -reincarnates -reincarnating -reincarnation -reincarnations -reincite -reincited -reincites -reinciting -reincorporate -reincorporated -reincorporates -reincorporating -reincur -reincurred -reincurring -reincurs -reindeer -reindeers -reindex -reindexed -reindexes -reindexing -reinduce -reinduced -reinduces -reinducing -reinduct -reinducted -reinducting -reinducts -reined -reinfect -reinfected -reinfecting -reinfection -reinfections -reinfects -reinforcement -reinforcements -reinforcer -reinforcers -reinform -reinformed -reinforming -reinforms -reinfuse -reinfused -reinfuses -reinfusing -reining -reinjection -reinjections -reinjure -reinjured -reinjures -reinjuring -reinless -reinoculate -reinoculated -reinoculates -reinoculating -reins -reinsert -reinserted -reinserting -reinsertion -reinsertions -reinserts -reinsman -reinsmen -reinspect -reinspected -reinspecting -reinspects -reinstall -reinstalled -reinstalling -reinstalls -reinstate -reinstated -reinstates -reinstating -reinstitute -reinstituted -reinstitutes -reinstituting -reinsure -reinsured -reinsures -reinsuring -reintegrate -reintegrated -reintegrates -reintegrating -reintegration -reintegrations -reinter -reinterred -reinterring -reinters -reintroduce -reintroduced -reintroduces -reintroducing -reinvent -reinvented -reinventing -reinvents -reinvest -reinvested -reinvestigate -reinvestigated -reinvestigates -reinvestigating -reinvestigation -reinvestigations -reinvesting -reinvests -reinvigorate -reinvigorated -reinvigorates -reinvigorating -reinvite -reinvited -reinvites -reinviting -reinvoke -reinvoked -reinvokes -reinvoking -reis -reissue -reissued -reissuer -reissuers -reissues -reissuing -reitbok -reitboks -reiterate -reiterated -reiterates -reiterating -reiteration -reiterations -reive -reived -reiver -reivers -reives -reiving -reject -rejected -rejectee -rejectees -rejecter -rejecters -rejecting -rejection -rejections -rejector -rejectors -rejects -rejigger -rejiggered -rejiggering -rejiggers -rejoice -rejoiced -rejoicer -rejoicers -rejoices -rejoicing -rejoicings -rejoin -rejoinder -rejoinders -rejoined -rejoining -rejoins -rejudge -rejudged -rejudges -rejudging -rejuvenate -rejuvenated -rejuvenates -rejuvenating -rejuvenation -rejuvenations -rekey -rekeyed -rekeying -rekeys -rekindle -rekindled -rekindles -rekindling -reknit -reknits -reknitted -reknitting -relabel -relabeled -relabeling -relabelled -relabelling -relabels -relace -relaced -relaces -relacing -relaid -relandscape -relandscaped -relandscapes -relandscaping -relapse -relapsed -relapser -relapsers -relapses -relapsing -relatable -relate -related -relater -relaters -relates -relating -relation -relations -relationship -relationships -relative -relatively -relativeness -relativenesses -relatives -relator -relators -relaunch -relaunched -relaunches -relaunching -relax -relaxant -relaxants -relaxation -relaxations -relaxed -relaxer -relaxers -relaxes -relaxin -relaxing -relaxins -relay -relayed -relaying -relays -relearn -relearned -relearning -relearns -relearnt -release -released -releaser -releasers -releases -releasing -relegate -relegated -relegates -relegating -relegation -relegations -relend -relending -relends -relent -relented -relenting -relentless -relentlessly -relentlessness -relentlessnesses -relents -relet -relets -reletter -relettered -relettering -reletters -reletting -relevance -relevances -relevant -relevantly -reliabilities -reliability -reliable -reliableness -reliablenesses -reliably -reliance -reliances -reliant -relic -relics -relict -relicts -relied -relief -reliefs -relier -reliers -relies -relieve -relieved -reliever -relievers -relieves -relieving -relievo -relievos -relight -relighted -relighting -relights -religion -religionist -religionists -religions -religious -religiously -reline -relined -relines -relining -relinquish -relinquished -relinquishes -relinquishing -relinquishment -relinquishments -relique -reliques -relish -relishable -relished -relishes -relishing -relist -relisted -relisting -relists -relit -relive -relived -relives -reliving -reload -reloaded -reloader -reloaders -reloading -reloads -reloan -reloaned -reloaning -reloans -relocate -relocated -relocates -relocating -relocation -relocations -relucent -reluct -reluctance -reluctant -reluctantly -relucted -relucting -relucts -relume -relumed -relumes -relumine -relumined -relumines -reluming -relumining -rely -relying -rem -remade -remail -remailed -remailing -remails -remain -remainder -remainders -remained -remaining -remains -remake -remakes -remaking -reman -remand -remanded -remanding -remands -remanent -remanned -remanning -remans -remap -remapped -remapping -remaps -remark -remarkable -remarkableness -remarkablenesses -remarkably -remarked -remarker -remarkers -remarking -remarks -remarque -remarques -remarriage -remarriages -remarried -remarries -remarry -remarrying -rematch -rematched -rematches -rematching -remeasure -remeasured -remeasures -remeasuring -remedial -remedially -remedied -remedies -remedy -remedying -remeet -remeeting -remeets -remelt -remelted -remelting -remelts -remember -remembered -remembering -remembers -remend -remended -remending -remends -remerge -remerged -remerges -remerging -remet -remex -remiges -remigial -remind -reminded -reminder -reminders -reminding -reminds -reminisce -reminisced -reminiscence -reminiscences -reminiscent -reminiscently -reminisces -reminiscing -remint -reminted -reminting -remints -remise -remised -remises -remising -remiss -remission -remissions -remissly -remissness -remissnesses -remit -remits -remittal -remittals -remittance -remittances -remitted -remitter -remitters -remitting -remittor -remittors -remix -remixed -remixes -remixing -remixt -remnant -remnants -remobilize -remobilized -remobilizes -remobilizing -remodel -remodeled -remodeling -remodelled -remodelling -remodels -remodified -remodifies -remodify -remodifying -remoisten -remoistened -remoistening -remoistens -remolade -remolades -remold -remolded -remolding -remolds -remonstrance -remonstrances -remonstrate -remonstrated -remonstrates -remonstrating -remonstration -remonstrations -remora -remoras -remorid -remorse -remorseful -remorseless -remorses -remote -remotely -remoteness -remotenesses -remoter -remotest -remotion -remotions -remotivate -remotivated -remotivates -remotivating -remount -remounted -remounting -remounts -removable -removal -removals -remove -removed -remover -removers -removes -removing -rems -remuda -remudas -remunerate -remunerated -remunerates -remunerating -remuneration -remunerations -remunerative -remuneratively -remunerativeness -remunerativenesses -remunerator -remunerators -remuneratory -renaissance -renaissances -renal -rename -renamed -renames -renaming -renature -renatured -renatures -renaturing -rend -rended -render -rendered -renderer -renderers -rendering -renders -rendezvous -rendezvoused -rendezvousing -rendible -rending -rendition -renditions -rends -rendzina -rendzinas -renegade -renegaded -renegades -renegading -renegado -renegadoes -renegados -renege -reneged -reneger -renegers -reneges -reneging -renegotiate -renegotiated -renegotiates -renegotiating -renew -renewable -renewal -renewals -renewed -renewer -renewers -renewing -renews -reniform -renig -renigged -renigging -renigs -renin -renins -renitent -rennase -rennases -rennet -rennets -rennin -rennins -renogram -renograms -renotified -renotifies -renotify -renotifying -renounce -renounced -renouncement -renouncements -renounces -renouncing -renovate -renovated -renovates -renovating -renovation -renovations -renovator -renovators -renown -renowned -renowning -renowns -rent -rentable -rental -rentals -rente -rented -renter -renters -rentes -rentier -rentiers -renting -rents -renumber -renumbered -renumbering -renumbers -renunciation -renunciations -renvoi -renvois -reobject -reobjected -reobjecting -reobjects -reobtain -reobtained -reobtaining -reobtains -reoccupied -reoccupies -reoccupy -reoccupying -reoccur -reoccurred -reoccurrence -reoccurrences -reoccurring -reoccurs -reoffer -reoffered -reoffering -reoffers -reoil -reoiled -reoiling -reoils -reopen -reopened -reopening -reopens -reoperate -reoperated -reoperates -reoperating -reoppose -reopposed -reopposes -reopposing -reorchestrate -reorchestrated -reorchestrates -reorchestrating -reordain -reordained -reordaining -reordains -reorder -reordered -reordering -reorders -reorganization -reorganizations -reorganize -reorganized -reorganizes -reorganizing -reorient -reoriented -reorienting -reorients -reovirus -reoviruses -rep -repacified -repacifies -repacify -repacifying -repack -repacked -repacking -repacks -repaid -repaint -repainted -repainting -repaints -repair -repaired -repairer -repairers -repairing -repairman -repairmen -repairs -repand -repandly -repaper -repapered -repapering -repapers -reparation -reparations -repartee -repartees -repass -repassed -repasses -repassing -repast -repasted -repasting -repasts -repatriate -repatriated -repatriates -repatriating -repatriation -repatriations -repave -repaved -repaves -repaving -repay -repayable -repaying -repayment -repayments -repays -repeal -repealed -repealer -repealers -repealing -repeals -repeat -repeatable -repeated -repeatedly -repeater -repeaters -repeating -repeats -repel -repelled -repellent -repellents -repeller -repellers -repelling -repels -repent -repentance -repentances -repentant -repented -repenter -repenters -repenting -repents -repeople -repeopled -repeoples -repeopling -repercussion -repercussions -reperk -reperked -reperking -reperks -repertoire -repertoires -repertories -repertory -repetend -repetends -repetition -repetitions -repetitious -repetitiously -repetitiousness -repetitiousnesses -repetitive -repetitively -repetitiveness -repetitivenesses -rephotograph -rephotographed -rephotographing -rephotographs -rephrase -rephrased -rephrases -rephrasing -repin -repine -repined -repiner -repiners -repines -repining -repinned -repinning -repins -replace -replaceable -replaced -replacement -replacements -replacer -replacers -replaces -replacing -replan -replanned -replanning -replans -replant -replanted -replanting -replants -replate -replated -replates -replating -replay -replayed -replaying -replays -repledge -repledged -repledges -repledging -replenish -replenished -replenishes -replenishing -replenishment -replenishments -replete -repleteness -repletenesses -repletion -repletions -replevied -replevies -replevin -replevined -replevining -replevins -replevy -replevying -replica -replicas -replicate -replicated -replicates -replicating -replied -replier -repliers -replies -replunge -replunged -replunges -replunging -reply -replying -repolish -repolished -repolishes -repolishing -repopulate -repopulated -repopulates -repopulating -report -reportage -reportages -reported -reportedly -reporter -reporters -reporting -reportorial -reports -reposal -reposals -repose -reposed -reposeful -reposer -reposers -reposes -reposing -reposit -reposited -repositing -repository -reposits -repossess -repossession -repossessions -repour -repoured -repouring -repours -repousse -repousses -repower -repowered -repowering -repowers -repp -repped -repps -reprehend -reprehends -reprehensible -reprehensibly -reprehension -reprehensions -represent -representation -representations -representative -representatively -representativeness -representativenesses -representatives -represented -representing -represents -repress -repressed -represses -repressing -repression -repressions -repressive -repressurize -repressurized -repressurizes -repressurizing -reprice -repriced -reprices -repricing -reprieve -reprieved -reprieves -reprieving -reprimand -reprimanded -reprimanding -reprimands -reprint -reprinted -reprinting -reprints -reprisal -reprisals -reprise -reprised -reprises -reprising -repro -reproach -reproached -reproaches -reproachful -reproachfully -reproachfulness -reproachfulnesses -reproaching -reprobate -reprobates -reprobation -reprobations -reprobe -reprobed -reprobes -reprobing -reprocess -reprocessed -reprocesses -reprocessing -reproduce -reproduced -reproduces -reproducible -reproducing -reproduction -reproductions -reproductive -reprogram -reprogramed -reprograming -reprograms -reproof -reproofs -repropose -reproposed -reproposes -reproposing -repros -reproval -reprovals -reprove -reproved -reprover -reprovers -reproves -reproving -reps -reptant -reptile -reptiles -republic -republican -republicanism -republicanisms -republicans -republics -repudiate -repudiated -repudiates -repudiating -repudiation -repudiations -repudiator -repudiators -repugn -repugnance -repugnances -repugnant -repugnantly -repugned -repugning -repugns -repulse -repulsed -repulser -repulsers -repulses -repulsing -repulsion -repulsions -repulsive -repulsively -repulsiveness -repulsivenesses -repurified -repurifies -repurify -repurifying -repursue -repursued -repursues -repursuing -reputable -reputabley -reputation -reputations -repute -reputed -reputedly -reputes -reputing -request -requested -requesting -requests -requiem -requiems -requin -requins -require -required -requirement -requirements -requirer -requirers -requires -requiring -requisite -requisites -requisition -requisitioned -requisitioning -requisitions -requital -requitals -requite -requited -requiter -requiters -requites -requiting -reran -reread -rereading -rereads -rerecord -rerecorded -rerecording -rerecords -reredos -reredoses -reregister -reregistered -reregistering -reregisters -reremice -reremouse -rereward -rerewards -rerise -rerisen -rerises -rerising -reroll -rerolled -reroller -rerollers -rerolling -rerolls -rerose -reroute -rerouted -reroutes -rerouting -rerun -rerunning -reruns -res -resaddle -resaddled -resaddles -resaddling -resaid -resail -resailed -resailing -resails -resalable -resale -resales -resalute -resaluted -resalutes -resaluting -resample -resampled -resamples -resampling -resaw -resawed -resawing -resawn -resaws -resay -resaying -resays -rescale -rescaled -rescales -rescaling -reschedule -rescheduled -reschedules -rescheduling -rescind -rescinded -rescinder -rescinders -rescinding -rescinds -rescission -rescissions -rescore -rescored -rescores -rescoring -rescreen -rescreened -rescreening -rescreens -rescript -rescripts -rescue -rescued -rescuer -rescuers -rescues -rescuing -reseal -resealed -resealing -reseals -research -researched -researcher -researchers -researches -researching -reseat -reseated -reseating -reseats -reseau -reseaus -reseaux -resect -resected -resecting -resects -reseda -resedas -resee -reseed -reseeded -reseeding -reseeds -reseeing -reseek -reseeking -reseeks -reseen -resees -resegregate -resegregated -resegregates -resegregating -reseize -reseized -reseizes -reseizing -resell -reseller -resellers -reselling -resells -resemblance -resemblances -resemble -resembled -resembles -resembling -resend -resending -resends -resent -resented -resentence -resentenced -resentences -resentencing -resentful -resentfully -resenting -resentment -resentments -resents -reservation -reservations -reserve -reserved -reserver -reservers -reserves -reserving -reset -resets -resetter -resetters -resetting -resettle -resettled -resettles -resettling -resew -resewed -resewing -resewn -resews -resh -reshape -reshaped -reshaper -reshapers -reshapes -reshaping -reshes -reship -reshipped -reshipping -reships -reshod -reshoe -reshoeing -reshoes -reshoot -reshooting -reshoots -reshot -reshow -reshowed -reshowing -reshown -reshows -resid -reside -resided -residence -residences -resident -residential -residents -resider -residers -resides -residing -resids -residua -residual -residuals -residue -residues -residuum -residuums -resift -resifted -resifting -resifts -resign -resignation -resignations -resigned -resignedly -resigner -resigners -resigning -resigns -resile -resiled -resiles -resilience -resiliences -resiliencies -resiliency -resilient -resiling -resilver -resilvered -resilvering -resilvers -resin -resinate -resinated -resinates -resinating -resined -resinified -resinifies -resinify -resinifying -resining -resinoid -resinoids -resinous -resins -resiny -resist -resistable -resistance -resistances -resistant -resisted -resister -resisters -resistible -resisting -resistless -resistor -resistors -resists -resize -resized -resizes -resizing -resmelt -resmelted -resmelting -resmelts -resmooth -resmoothed -resmoothing -resmooths -resojet -resojets -resold -resolder -resoldered -resoldering -resolders -resole -resoled -resoles -resolidified -resolidifies -resolidify -resolidifying -resoling -resolute -resolutely -resoluteness -resolutenesses -resoluter -resolutes -resolutest -resolution -resolutions -resolvable -resolve -resolved -resolver -resolvers -resolves -resolving -resonance -resonances -resonant -resonantly -resonants -resonate -resonated -resonates -resonating -resorb -resorbed -resorbing -resorbs -resorcin -resorcins -resort -resorted -resorter -resorters -resorting -resorts -resought -resound -resounded -resounding -resoundingly -resounds -resource -resourceful -resourcefulness -resourcefulnesses -resources -resow -resowed -resowing -resown -resows -respect -respectabilities -respectability -respectable -respectably -respected -respecter -respecters -respectful -respectfully -respectfulness -respectfulnesses -respecting -respective -respectively -respects -respell -respelled -respelling -respells -respelt -respiration -respirations -respirator -respiratories -respirators -respiratory -respire -respired -respires -respiring -respite -respited -respites -respiting -resplendence -resplendences -resplendent -resplendently -respond -responded -respondent -respondents -responder -responders -responding -responds -responsa -response -responses -responsibilities -responsibility -responsible -responsibleness -responsiblenesses -responsiblities -responsiblity -responsibly -responsive -responsiveness -responsivenesses -resprang -respread -respreading -respreads -respring -respringing -resprings -resprung -rest -restack -restacked -restacking -restacks -restaff -restaffed -restaffing -restaffs -restage -restaged -restages -restaging -restamp -restamped -restamping -restamps -restart -restartable -restarted -restarting -restarts -restate -restated -restatement -restatements -restates -restating -restaurant -restaurants -rested -rester -resters -restful -restfuller -restfullest -restfully -restimulate -restimulated -restimulates -restimulating -resting -restitution -restitutions -restive -restively -restiveness -restivenesses -restless -restlessness -restlessnesses -restock -restocked -restocking -restocks -restorable -restoral -restorals -restoration -restorations -restorative -restoratives -restore -restored -restorer -restorers -restores -restoring -restrain -restrainable -restrained -restrainedly -restrainer -restrainers -restraining -restrains -restraint -restraints -restricken -restrict -restricted -restricting -restriction -restrictions -restrictive -restrictively -restricts -restrike -restrikes -restriking -restring -restringing -restrings -restrive -restriven -restrives -restriving -restrove -restruck -restructure -restructured -restructures -restructuring -restrung -rests -restudied -restudies -restudy -restudying -restuff -restuffed -restuffing -restuffs -restyle -restyled -restyles -restyling -resubmit -resubmits -resubmitted -resubmitting -result -resultant -resulted -resulting -results -resume -resumed -resumer -resumers -resumes -resuming -resummon -resummoned -resummoning -resummons -resumption -resumptions -resupine -resupplied -resupplies -resupply -resupplying -resurface -resurfaced -resurfaces -resurfacing -resurge -resurged -resurgence -resurgences -resurgent -resurges -resurging -resurrect -resurrected -resurrecting -resurrection -resurrections -resurrects -resurvey -resurveyed -resurveying -resurveys -resuscitate -resuscitated -resuscitates -resuscitating -resuscitation -resuscitations -resuscitator -resuscitators -resyntheses -resynthesis -resynthesize -resynthesized -resynthesizes -resynthesizing -ret -retable -retables -retail -retailed -retailer -retailers -retailing -retailor -retailored -retailoring -retailors -retails -retain -retained -retainer -retainers -retaining -retains -retake -retaken -retaker -retakers -retakes -retaking -retaliate -retaliated -retaliates -retaliating -retaliation -retaliations -retaliatory -retard -retardation -retardations -retarded -retarder -retarders -retarding -retards -retaste -retasted -retastes -retasting -retaught -retch -retched -retches -retching -rete -reteach -reteaches -reteaching -retell -retelling -retells -retem -retems -retene -retenes -retention -retentions -retentive -retest -retested -retesting -retests -rethink -rethinking -rethinks -rethought -rethread -rethreaded -rethreading -rethreads -retia -retial -retiarii -retiary -reticence -reticences -reticent -reticently -reticle -reticles -reticula -reticule -reticules -retie -retied -reties -retiform -retighten -retightened -retightening -retightens -retime -retimed -retimes -retiming -retina -retinae -retinal -retinals -retinas -retinene -retinenes -retinite -retinites -retinol -retinols -retint -retinted -retinting -retints -retinue -retinued -retinues -retinula -retinulae -retinulas -retirant -retirants -retire -retired -retiree -retirees -retirement -retirements -retirer -retirers -retires -retiring -retitle -retitled -retitles -retitling -retold -retook -retool -retooled -retooling -retools -retort -retorted -retorter -retorters -retorting -retorts -retouch -retouched -retouches -retouching -retrace -retraced -retraces -retracing -retrack -retracked -retracking -retracks -retract -retractable -retracted -retracting -retraction -retractions -retracts -retrain -retrained -retraining -retrains -retral -retrally -retranslate -retranslated -retranslates -retranslating -retransmit -retransmited -retransmiting -retransmits -retransplant -retransplanted -retransplanting -retransplants -retread -retreaded -retreading -retreads -retreat -retreated -retreating -retreatment -retreats -retrench -retrenched -retrenches -retrenching -retrenchment -retrenchments -retrial -retrials -retribution -retributions -retributive -retributory -retried -retries -retrievabilities -retrievability -retrievable -retrieval -retrievals -retrieve -retrieved -retriever -retrievers -retrieves -retrieving -retrim -retrimmed -retrimming -retrims -retroact -retroacted -retroacting -retroactive -retroactively -retroacts -retrofit -retrofits -retrofitted -retrofitting -retrograde -retrogress -retrogressed -retrogresses -retrogressing -retrogression -retrogressions -retrorse -retrospect -retrospection -retrospections -retrospective -retrospectively -retrospectives -retry -retrying -rets -retsina -retsinas -retted -retting -retune -retuned -retunes -retuning -return -returnable -returned -returnee -returnees -returner -returners -returning -returns -retuse -retwist -retwisted -retwisting -retwists -retying -retype -retyped -retypes -retyping -reunified -reunifies -reunify -reunifying -reunion -reunions -reunite -reunited -reuniter -reuniters -reunites -reuniting -reupholster -reupholstered -reupholstering -reupholsters -reusable -reuse -reused -reuses -reusing -reutter -reuttered -reuttering -reutters -rev -revaccinate -revaccinated -revaccinates -revaccinating -revaccination -revaccinations -revalue -revalued -revalues -revaluing -revamp -revamped -revamper -revampers -revamping -revamps -revanche -revanches -reveal -revealed -revealer -revealers -revealing -reveals -revehent -reveille -reveilles -revel -revelation -revelations -reveled -reveler -revelers -reveling -revelled -reveller -revellers -revelling -revelries -revelry -revels -revenant -revenants -revenge -revenged -revengeful -revenger -revengers -revenges -revenging -revenual -revenue -revenued -revenuer -revenuers -revenues -reverb -reverberate -reverberated -reverberates -reverberating -reverberation -reverberations -reverbs -revere -revered -reverence -reverences -reverend -reverends -reverent -reverer -reverers -reveres -reverie -reveries -reverified -reverifies -reverify -reverifying -revering -revers -reversal -reversals -reverse -reversed -reversely -reverser -reversers -reverses -reversible -reversing -reversion -reverso -reversos -revert -reverted -reverter -reverters -reverting -reverts -revery -revest -revested -revesting -revests -revet -revets -revetted -revetting -review -reviewal -reviewals -reviewed -reviewer -reviewers -reviewing -reviews -revile -reviled -revilement -revilements -reviler -revilers -reviles -reviling -revisable -revisal -revisals -revise -revised -reviser -revisers -revises -revising -revision -revisions -revisit -revisited -revisiting -revisits -revisor -revisors -revisory -revival -revivals -revive -revived -reviver -revivers -revives -revivified -revivifies -revivify -revivifying -reviving -revocation -revocations -revoice -revoiced -revoices -revoicing -revoke -revoked -revoker -revokers -revokes -revoking -revolt -revolted -revolter -revolters -revolting -revolts -revolute -revolution -revolutionaries -revolutionary -revolutionize -revolutionized -revolutionizer -revolutionizers -revolutionizes -revolutionizing -revolutions -revolvable -revolve -revolved -revolver -revolvers -revolves -revolving -revs -revue -revues -revuist -revuists -revulsed -revulsion -revulsions -revved -revving -rewake -rewaked -rewaken -rewakened -rewakening -rewakens -rewakes -rewaking -rewan -reward -rewarded -rewarder -rewarders -rewarding -rewards -rewarm -rewarmed -rewarming -rewarms -rewash -rewashed -rewashes -rewashing -rewax -rewaxed -rewaxes -rewaxing -reweave -reweaved -reweaves -reweaving -rewed -reweigh -reweighed -reweighing -reweighs -reweld -rewelded -rewelding -rewelds -rewiden -rewidened -rewidening -rewidens -rewin -rewind -rewinded -rewinder -rewinders -rewinding -rewinds -rewinning -rewins -rewire -rewired -rewires -rewiring -rewoke -rewoken -rewon -reword -reworded -rewording -rewords -rework -reworked -reworking -reworks -rewound -rewove -rewoven -rewrap -rewrapped -rewrapping -rewraps -rewrapt -rewrite -rewriter -rewriters -rewrites -rewriting -rewritten -rewrote -rewrought -rex -rexes -reynard -reynards -rezone -rezoned -rezones -rezoning -rhabdom -rhabdome -rhabdomes -rhabdoms -rhachides -rhachis -rhachises -rhamnose -rhamnoses -rhamnus -rhamnuses -rhaphae -rhaphe -rhaphes -rhapsode -rhapsodes -rhapsodic -rhapsodically -rhapsodies -rhapsodize -rhapsodized -rhapsodizes -rhapsodizing -rhapsody -rhatanies -rhatany -rhea -rheas -rhebok -rheboks -rhematic -rhenium -rheniums -rheobase -rheobases -rheologies -rheology -rheophil -rheostat -rheostats -rhesus -rhesuses -rhetor -rhetoric -rhetorical -rhetorician -rhetoricians -rhetorics -rhetors -rheum -rheumatic -rheumatism -rheumatisms -rheumic -rheumier -rheumiest -rheums -rheumy -rhinal -rhinestone -rhinestones -rhinitides -rhinitis -rhino -rhinoceri -rhinoceros -rhinoceroses -rhinos -rhizobia -rhizoid -rhizoids -rhizoma -rhizomata -rhizome -rhizomes -rhizomic -rhizopi -rhizopod -rhizopods -rhizopus -rhizopuses -rho -rhodamin -rhodamins -rhodic -rhodium -rhodiums -rhododendron -rhododendrons -rhodora -rhodoras -rhomb -rhombi -rhombic -rhomboid -rhomboids -rhombs -rhombus -rhombuses -rhonchal -rhonchi -rhonchus -rhos -rhubarb -rhubarbs -rhumb -rhumba -rhumbaed -rhumbaing -rhumbas -rhumbs -rhus -rhuses -rhyme -rhymed -rhymer -rhymers -rhymes -rhyming -rhyolite -rhyolites -rhyta -rhythm -rhythmic -rhythmical -rhythmically -rhythmics -rhythms -rhyton -rial -rials -rialto -rialtos -riant -riantly -riata -riatas -rib -ribald -ribaldly -ribaldries -ribaldry -ribalds -riband -ribands -ribband -ribbands -ribbed -ribber -ribbers -ribbier -ribbiest -ribbing -ribbings -ribbon -ribboned -ribboning -ribbons -ribbony -ribby -ribes -ribgrass -ribgrasses -ribless -riblet -riblets -riblike -riboflavin -riboflavins -ribose -riboses -ribosome -ribosomes -ribs -ribwort -ribworts -rice -ricebird -ricebirds -riced -ricer -ricercar -ricercars -ricers -rices -rich -richen -richened -richening -richens -richer -riches -richest -richly -richness -richnesses -richweed -richweeds -ricin -ricing -ricins -ricinus -ricinuses -rick -ricked -ricketier -ricketiest -rickets -rickety -rickey -rickeys -ricking -rickrack -rickracks -ricks -ricksha -rickshas -rickshaw -rickshaws -ricochet -ricocheted -ricocheting -ricochets -ricochetted -ricochetting -ricotta -ricottas -ricrac -ricracs -rictal -rictus -rictuses -rid -ridable -riddance -riddances -ridded -ridden -ridder -ridders -ridding -riddle -riddled -riddler -riddlers -riddles -riddling -ride -rideable -rident -rider -riderless -riders -rides -ridge -ridged -ridgel -ridgels -ridges -ridgier -ridgiest -ridgil -ridgils -ridging -ridgling -ridglings -ridgy -ridicule -ridiculed -ridicules -ridiculing -ridiculous -ridiculously -ridiculousness -ridiculousnesses -riding -ridings -ridley -ridleys -ridotto -ridottos -rids -riel -riels -riever -rievers -rife -rifely -rifeness -rifenesses -rifer -rifest -riff -riffed -riffing -riffle -riffled -riffler -rifflers -riffles -riffling -riffraff -riffraffs -riffs -rifle -rifled -rifleman -riflemen -rifler -rifleries -riflers -riflery -rifles -rifling -riflings -rift -rifted -rifting -riftless -rifts -rig -rigadoon -rigadoons -rigatoni -rigatonis -rigaudon -rigaudons -rigged -rigger -riggers -rigging -riggings -right -righted -righteous -righteously -righteousness -righteousnesses -righter -righters -rightest -rightful -rightfully -rightfulness -rightfulnesses -righties -righting -rightism -rightisms -rightist -rightists -rightly -rightness -rightnesses -righto -rights -rightward -righty -rigid -rigidified -rigidifies -rigidify -rigidifying -rigidities -rigidity -rigidly -rigmarole -rigmaroles -rigor -rigorism -rigorisms -rigorist -rigorists -rigorous -rigorously -rigors -rigour -rigours -rigs -rikisha -rikishas -rikshaw -rikshaws -rile -riled -riles -riley -rilievi -rilievo -riling -rill -rille -rilled -rilles -rillet -rillets -rilling -rills -rilly -rim -rime -rimed -rimer -rimers -rimes -rimester -rimesters -rimfire -rimier -rimiest -riming -rimland -rimlands -rimless -rimmed -rimmer -rimmers -rimming -rimose -rimosely -rimosities -rimosity -rimous -rimple -rimpled -rimples -rimpling -rimrock -rimrocks -rims -rimy -rin -rind -rinded -rinds -ring -ringbark -ringbarked -ringbarking -ringbarks -ringbolt -ringbolts -ringbone -ringbones -ringdove -ringdoves -ringed -ringent -ringer -ringers -ringhals -ringhalses -ringing -ringleader -ringlet -ringlets -ringlike -ringneck -ringnecks -rings -ringside -ringsides -ringtail -ringtails -ringtaw -ringtaws -ringtoss -ringtosses -ringworm -ringworms -rink -rinks -rinning -rins -rinsable -rinse -rinsed -rinser -rinsers -rinses -rinsible -rinsing -rinsings -riot -rioted -rioter -rioters -rioting -riotous -riots -rip -riparian -ripcord -ripcords -ripe -riped -ripely -ripen -ripened -ripener -ripeners -ripeness -ripenesses -ripening -ripens -riper -ripes -ripest -ripieni -ripieno -ripienos -riping -ripost -riposte -riposted -ripostes -riposting -riposts -rippable -ripped -ripper -rippers -ripping -ripple -rippled -rippler -ripplers -ripples -ripplet -ripplets -ripplier -rippliest -rippling -ripply -riprap -riprapped -riprapping -ripraps -rips -ripsaw -ripsaws -riptide -riptides -rise -risen -riser -risers -rises -rishi -rishis -risibilities -risibility -risible -risibles -risibly -rising -risings -risk -risked -risker -riskers -riskier -riskiest -riskily -riskiness -riskinesses -risking -risks -risky -risotto -risottos -risque -rissole -rissoles -risus -risuses -ritard -ritards -rite -rites -ritter -ritters -ritual -ritualism -ritualisms -ritualistic -ritualistically -ritually -rituals -ritz -ritzes -ritzier -ritziest -ritzily -ritzy -rivage -rivages -rival -rivaled -rivaling -rivalled -rivalling -rivalries -rivalry -rivals -rive -rived -riven -river -riverbank -riverbanks -riverbed -riverbeds -riverboat -riverboats -riverine -rivers -riverside -riversides -rives -rivet -riveted -riveter -riveters -riveting -rivets -rivetted -rivetting -riviera -rivieras -riviere -rivieres -riving -rivulet -rivulets -riyal -riyals -roach -roached -roaches -roaching -road -roadbed -roadbeds -roadblock -roadblocks -roadless -roadrunner -roadrunners -roads -roadside -roadsides -roadster -roadsters -roadway -roadways -roadwork -roadworks -roam -roamed -roamer -roamers -roaming -roams -roan -roans -roar -roared -roarer -roarers -roaring -roarings -roars -roast -roasted -roaster -roasters -roasting -roasts -rob -robalo -robalos -roband -robands -robbed -robber -robberies -robbers -robbery -robbin -robbing -robbins -robe -robed -robes -robin -robing -robins -roble -robles -roborant -roborants -robot -robotics -robotism -robotisms -robotize -robotized -robotizes -robotizing -robotries -robotry -robots -robs -robust -robuster -robustest -robustly -robustness -robustnesses -roc -rochet -rochets -rock -rockabies -rockaby -rockabye -rockabyes -rockaway -rockaways -rocked -rocker -rockeries -rockers -rockery -rocket -rocketed -rocketer -rocketers -rocketing -rocketries -rocketry -rockets -rockfall -rockfalls -rockfish -rockfishes -rockier -rockiest -rocking -rockless -rocklike -rockling -rocklings -rockoon -rockoons -rockrose -rockroses -rocks -rockweed -rockweeds -rockwork -rockworks -rocky -rococo -rococos -rocs -rod -rodded -rodding -rode -rodent -rodents -rodeo -rodeos -rodless -rodlike -rodman -rodmen -rods -rodsman -rodsmen -roe -roebuck -roebucks -roentgen -roentgens -roes -rogation -rogations -rogatory -roger -rogers -rogue -rogued -rogueing -rogueries -roguery -rogues -roguing -roguish -roguishly -roguishness -roguishnesses -roil -roiled -roilier -roiliest -roiling -roils -roily -roister -roistered -roistering -roisters -rolamite -rolamites -role -roles -roll -rollaway -rollback -rollbacks -rolled -roller -rollers -rollick -rollicked -rollicking -rollicks -rollicky -rolling -rollings -rollmop -rollmops -rollout -rollouts -rollover -rollovers -rolls -rolltop -rollway -rollways -romaine -romaines -roman -romance -romanced -romancer -romancers -romances -romancing -romanize -romanized -romanizes -romanizing -romano -romanos -romans -romantic -romantically -romantics -romaunt -romaunts -romp -romped -romper -rompers -romping -rompish -romps -rondeau -rondeaux -rondel -rondelet -rondelets -rondelle -rondelles -rondels -rondo -rondos -rondure -rondures -ronion -ronions -ronnel -ronnels -rontgen -rontgens -ronyon -ronyons -rood -roods -roof -roofed -roofer -roofers -roofing -roofings -roofless -rooflike -roofline -rooflines -roofs -rooftop -rooftops -rooftree -rooftrees -rook -rooked -rookeries -rookery -rookie -rookier -rookies -rookiest -rooking -rooks -rooky -room -roomed -roomer -roomers -roomette -roomettes -roomful -roomfuls -roomier -roomiest -roomily -rooming -roommate -roommates -rooms -roomy -roorback -roorbacks -roose -roosed -rooser -roosers -rooses -roosing -roost -roosted -rooster -roosters -roosting -roosts -root -rootage -rootages -rooted -rooter -rooters -roothold -rootholds -rootier -rootiest -rooting -rootless -rootlet -rootlets -rootlike -roots -rooty -ropable -rope -roped -roper -roperies -ropers -ropery -ropes -ropewalk -ropewalks -ropeway -ropeways -ropier -ropiest -ropily -ropiness -ropinesses -roping -ropy -roque -roques -roquet -roqueted -roqueting -roquets -rorqual -rorquals -rosaria -rosarian -rosarians -rosaries -rosarium -rosariums -rosary -roscoe -roscoes -rose -roseate -rosebay -rosebays -rosebud -rosebuds -rosebush -rosebushes -rosed -rosefish -rosefishes -roselike -roselle -roselles -rosemaries -rosemary -roseola -roseolar -roseolas -roser -roseries -roseroot -roseroots -rosery -roses -roset -rosets -rosette -rosettes -rosewater -rosewood -rosewoods -rosier -rosiest -rosily -rosin -rosined -rosiness -rosinesses -rosing -rosining -rosinous -rosins -rosiny -roslindale -rosolio -rosolios -rostella -roster -rosters -rostra -rostral -rostrate -rostrum -rostrums -rosulate -rosy -rot -rota -rotaries -rotary -rotas -rotate -rotated -rotates -rotating -rotation -rotations -rotative -rotator -rotatores -rotators -rotatory -rotch -rotche -rotches -rote -rotenone -rotenones -rotes -rotgut -rotguts -rotifer -rotifers -rotiform -rotl -rotls -roto -rotor -rotors -rotos -rototill -rototilled -rototilling -rototills -rots -rotted -rotten -rottener -rottenest -rottenly -rottenness -rottennesses -rotter -rotters -rotting -rotund -rotunda -rotundas -rotundly -roturier -roturiers -rouble -roubles -rouche -rouches -roue -rouen -rouens -roues -rouge -rouged -rouges -rough -roughage -roughages -roughdried -roughdries -roughdry -roughdrying -roughed -roughen -roughened -roughening -roughens -rougher -roughers -roughest -roughhew -roughhewed -roughhewing -roughhewn -roughhews -roughing -roughish -roughleg -roughlegs -roughly -roughneck -roughnecks -roughness -roughnesses -roughs -rouging -roulade -roulades -rouleau -rouleaus -rouleaux -roulette -rouletted -roulettes -rouletting -round -roundabout -rounded -roundel -roundels -rounder -rounders -roundest -rounding -roundish -roundlet -roundlets -roundly -roundness -roundnesses -rounds -roundup -roundups -roup -rouped -roupet -roupier -roupiest -roupily -rouping -roups -roupy -rouse -roused -rouser -rousers -rouses -rousing -rousseau -rousseaus -roust -rousted -rouster -rousters -rousting -rousts -rout -route -routed -routeman -routemen -router -routers -routes -routeway -routeways -routh -rouths -routine -routinely -routines -routing -routs -roux -rove -roved -roven -rover -rovers -roves -roving -rovingly -rovings -row -rowable -rowan -rowans -rowboat -rowboats -rowdier -rowdies -rowdiest -rowdily -rowdiness -rowdinesses -rowdy -rowdyish -rowdyism -rowdyisms -rowed -rowel -roweled -roweling -rowelled -rowelling -rowels -rowen -rowens -rower -rowers -rowing -rowings -rowlock -rowlocks -rows -rowth -rowths -royal -royalism -royalisms -royalist -royalists -royally -royals -royalties -royalty -royster -roystered -roystering -roysters -rozzer -rozzers -rub -rubaboo -rubaboos -rubace -rubaces -rubaiyat -rubasse -rubasses -rubato -rubatos -rubbaboo -rubbaboos -rubbed -rubber -rubberize -rubberized -rubberizes -rubberizing -rubbers -rubbery -rubbing -rubbings -rubbish -rubbishes -rubbishy -rubble -rubbled -rubbles -rubblier -rubbliest -rubbling -rubbly -rubdown -rubdowns -rube -rubella -rubellas -rubeola -rubeolar -rubeolas -rubes -rubicund -rubidic -rubidium -rubidiums -rubied -rubier -rubies -rubiest -rubigo -rubigos -ruble -rubles -rubric -rubrical -rubrics -rubs -rubus -ruby -rubying -rubylike -ruche -ruches -ruching -ruchings -ruck -rucked -rucking -rucks -rucksack -rucksacks -ruckus -ruckuses -ruction -ructions -ructious -rudd -rudder -rudders -ruddier -ruddiest -ruddily -ruddiness -ruddinesses -ruddle -ruddled -ruddles -ruddling -ruddock -ruddocks -rudds -ruddy -rude -rudely -rudeness -rudenesses -ruder -ruderal -ruderals -rudesbies -rudesby -rudest -rudiment -rudimentary -rudiments -rue -rued -rueful -ruefully -ruefulness -ruefulnesses -ruer -ruers -rues -ruff -ruffe -ruffed -ruffes -ruffian -ruffians -ruffing -ruffle -ruffled -ruffler -rufflers -ruffles -rufflike -ruffling -ruffly -ruffs -rufous -rug -ruga -rugae -rugal -rugate -rugbies -rugby -rugged -ruggeder -ruggedest -ruggedly -ruggedness -ruggednesses -rugger -ruggers -rugging -ruglike -rugose -rugosely -rugosities -rugosity -rugous -rugs -rugulose -ruin -ruinable -ruinate -ruinated -ruinates -ruinating -ruined -ruiner -ruiners -ruing -ruining -ruinous -ruinously -ruins -rulable -rule -ruled -ruleless -ruler -rulers -rules -ruling -rulings -rum -rumba -rumbaed -rumbaing -rumbas -rumble -rumbled -rumbler -rumblers -rumbles -rumbling -rumblings -rumbly -rumen -rumens -rumina -ruminal -ruminant -ruminants -ruminate -ruminated -ruminates -ruminating -rummage -rummaged -rummager -rummagers -rummages -rummaging -rummer -rummers -rummest -rummier -rummies -rummiest -rummy -rumor -rumored -rumoring -rumors -rumour -rumoured -rumouring -rumours -rump -rumple -rumpled -rumples -rumpless -rumplier -rumpliest -rumpling -rumply -rumps -rumpus -rumpuses -rums -run -runabout -runabouts -runagate -runagates -runaround -runarounds -runaway -runaways -runback -runbacks -rundle -rundles -rundlet -rundlets -rundown -rundowns -rune -runelike -runes -rung -rungless -rungs -runic -runkle -runkled -runkles -runkling -runless -runlet -runlets -runnel -runnels -runner -runners -runnier -runniest -running -runnings -runny -runoff -runoffs -runout -runouts -runover -runovers -runround -runrounds -runs -runt -runtier -runtiest -runtish -runts -runty -runway -runways -rupee -rupees -rupiah -rupiahs -rupture -ruptured -ruptures -rupturing -rural -ruralise -ruralised -ruralises -ruralising -ruralism -ruralisms -ruralist -ruralists -ruralite -ruralites -ruralities -rurality -ruralize -ruralized -ruralizes -ruralizing -rurally -rurban -ruse -ruses -rush -rushed -rushee -rushees -rusher -rushers -rushes -rushier -rushiest -rushing -rushings -rushlike -rushy -rusine -rusk -rusks -russet -russets -russety -russified -russifies -russify -russifying -rust -rustable -rusted -rustic -rustical -rustically -rusticities -rusticity -rusticly -rustics -rustier -rustiest -rustily -rusting -rustle -rustled -rustler -rustlers -rustles -rustless -rustling -rusts -rusty -rut -rutabaga -rutabagas -ruth -ruthenic -ruthful -ruthless -ruthlessly -ruthlessness -ruthlessnesses -ruths -rutilant -rutile -rutiles -ruts -rutted -ruttier -ruttiest -ruttily -rutting -ruttish -rutty -rya -ryas -rye -ryegrass -ryegrasses -ryes -ryke -ryked -rykes -ryking -rynd -rynds -ryot -ryots -sab -sabaton -sabatons -sabbat -sabbath -sabbaths -sabbatic -sabbats -sabbed -sabbing -sabe -sabed -sabeing -saber -sabered -sabering -sabers -sabes -sabin -sabine -sabines -sabins -sabir -sabirs -sable -sables -sabot -sabotage -sabotaged -sabotages -sabotaging -saboteur -saboteurs -sabots -sabra -sabras -sabre -sabred -sabres -sabring -sabs -sabulose -sabulous -sac -sacaton -sacatons -sacbut -sacbuts -saccade -saccades -saccadic -saccate -saccharin -saccharine -saccharins -saccular -saccule -saccules -sacculi -sacculus -sachem -sachemic -sachems -sachet -sacheted -sachets -sack -sackbut -sackbuts -sackcloth -sackcloths -sacked -sacker -sackers -sackful -sackfuls -sacking -sackings -sacklike -sacks -sacksful -saclike -sacque -sacques -sacra -sacral -sacrals -sacrament -sacramental -sacraments -sacraria -sacred -sacredly -sacrifice -sacrificed -sacrifices -sacrificial -sacrificially -sacrificing -sacrilege -sacrileges -sacrilegious -sacrilegiously -sacrist -sacristies -sacrists -sacristy -sacrosanct -sacrum -sacs -sad -sadden -saddened -saddening -saddens -sadder -saddest -saddhu -saddhus -saddle -saddled -saddler -saddleries -saddlers -saddlery -saddles -saddling -sade -sades -sadhe -sadhes -sadhu -sadhus -sadi -sadiron -sadirons -sadis -sadism -sadisms -sadist -sadistic -sadistically -sadists -sadly -sadness -sadnesses -sae -safari -safaried -safariing -safaris -safe -safeguard -safeguarded -safeguarding -safeguards -safekeeping -safekeepings -safely -safeness -safenesses -safer -safes -safest -safetied -safeties -safety -safetying -safflower -safflowers -saffron -saffrons -safranin -safranins -safrol -safrole -safroles -safrols -sag -saga -sagacious -sagacities -sagacity -sagaman -sagamen -sagamore -sagamores -saganash -saganashes -sagas -sagbut -sagbuts -sage -sagebrush -sagebrushes -sagely -sageness -sagenesses -sager -sages -sagest -saggar -saggard -saggards -saggared -saggaring -saggars -sagged -sagger -saggered -saggering -saggers -sagging -sagier -sagiest -sagittal -sago -sagos -sags -saguaro -saguaros -sagum -sagy -sahib -sahibs -sahiwal -sahiwals -sahuaro -sahuaros -saice -saices -said -saids -saiga -saigas -sail -sailable -sailboat -sailboats -sailed -sailer -sailers -sailfish -sailfishes -sailing -sailings -sailor -sailorly -sailors -sails -sain -sained -sainfoin -sainfoins -saining -sains -saint -saintdom -saintdoms -sainted -sainthood -sainthoods -sainting -saintlier -saintliest -saintliness -saintlinesses -saintly -saints -saith -saithe -saiyid -saiyids -sajou -sajous -sake -saker -sakers -sakes -saki -sakis -sal -salaam -salaamed -salaaming -salaams -salable -salably -salacious -salacities -salacity -salad -saladang -saladangs -salads -salamander -salamanders -salami -salamis -salariat -salariats -salaried -salaries -salary -salarying -sale -saleable -saleably -salep -saleps -saleroom -salerooms -sales -salesman -salesmen -saleswoman -saleswomen -salic -salicin -salicine -salicines -salicins -salience -saliences -saliencies -saliency -salient -salients -salified -salifies -salify -salifying -salina -salinas -saline -salines -salinities -salinity -salinize -salinized -salinizes -salinizing -saliva -salivary -salivas -salivate -salivated -salivates -salivating -salivation -salivations -sall -sallet -sallets -sallied -sallier -salliers -sallies -sallow -sallowed -sallower -sallowest -sallowing -sallowly -sallows -sallowy -sally -sallying -salmi -salmis -salmon -salmonid -salmonids -salmons -salol -salols -salon -salons -saloon -saloons -saloop -saloops -salp -salpa -salpae -salpas -salpian -salpians -salpid -salpids -salpinges -salpinx -salps -sals -salsifies -salsify -salsilla -salsillas -salt -saltant -saltbox -saltboxes -saltbush -saltbushes -salted -salter -saltern -salterns -salters -saltest -saltie -saltier -saltiers -salties -saltiest -saltily -saltine -saltines -saltiness -saltinesses -salting -saltire -saltires -saltish -saltless -saltlike -saltness -saltnesses -saltpan -saltpans -salts -saltwater -saltwaters -saltwork -saltworks -saltwort -saltworts -salty -salubrious -saluki -salukis -salutary -salutation -salutations -salute -saluted -saluter -saluters -salutes -saluting -salvable -salvably -salvage -salvaged -salvagee -salvagees -salvager -salvagers -salvages -salvaging -salvation -salvations -salve -salved -salver -salvers -salves -salvia -salvias -salvific -salving -salvo -salvoed -salvoes -salvoing -salvor -salvors -salvos -samara -samaras -samarium -samariums -samba -sambaed -sambaing -sambar -sambars -sambas -sambhar -sambhars -sambhur -sambhurs -sambo -sambos -sambuca -sambucas -sambuke -sambukes -sambur -samburs -same -samech -samechs -samek -samekh -samekhs -sameks -sameness -samenesses -samiel -samiels -samisen -samisens -samite -samites -samlet -samlets -samovar -samovars -samp -sampan -sampans -samphire -samphires -sample -sampled -sampler -samplers -samples -sampling -samplings -samps -samsara -samsaras -samshu -samshus -samurai -samurais -sanative -sanatoria -sanatorium -sanatoriums -sancta -sanctification -sanctifications -sanctified -sanctifies -sanctify -sanctifying -sanctimonious -sanction -sanctioned -sanctioning -sanctions -sanctities -sanctity -sanctuaries -sanctuary -sanctum -sanctums -sand -sandal -sandaled -sandaling -sandalled -sandalling -sandals -sandarac -sandaracs -sandbag -sandbagged -sandbagging -sandbags -sandbank -sandbanks -sandbar -sandbars -sandbox -sandboxes -sandbur -sandburr -sandburrs -sandburs -sanded -sander -sanders -sandfish -sandfishes -sandflies -sandfly -sandhi -sandhis -sandhog -sandhogs -sandier -sandiest -sanding -sandlike -sandling -sandlings -sandlot -sandlots -sandman -sandmen -sandpaper -sandpapered -sandpapering -sandpapers -sandpeep -sandpeeps -sandpile -sandpiles -sandpiper -sandpipers -sandpit -sandpits -sands -sandsoap -sandsoaps -sandstone -sandstones -sandstorm -sandstorms -sandwich -sandwiched -sandwiches -sandwiching -sandworm -sandworms -sandwort -sandworts -sandy -sane -saned -sanely -saneness -sanenesses -saner -sanes -sanest -sang -sanga -sangar -sangaree -sangarees -sangars -sangas -sanger -sangers -sangh -sanghs -sangria -sangrias -sanguinary -sanguine -sanguines -sanicle -sanicles -sanies -saning -sanious -sanitaria -sanitaries -sanitarium -sanitariums -sanitary -sanitate -sanitated -sanitates -sanitating -sanitation -sanitations -sanities -sanitise -sanitised -sanitises -sanitising -sanitize -sanitized -sanitizes -sanitizing -sanity -sanjak -sanjaks -sank -sannop -sannops -sannup -sannups -sannyasi -sannyasis -sans -sansar -sansars -sansei -sanseis -sanserif -sanserifs -santalic -santimi -santims -santir -santirs -santol -santols -santonin -santonins -santour -santours -sap -sapajou -sapajous -saphead -sapheads -saphena -saphenae -sapid -sapidities -sapidity -sapience -sapiences -sapiencies -sapiency -sapiens -sapient -sapless -sapling -saplings -saponified -saponifies -saponify -saponifying -saponin -saponine -saponines -saponins -saponite -saponites -sapor -saporous -sapors -sapota -sapotas -sapour -sapours -sapped -sapper -sappers -sapphic -sapphics -sapphire -sapphires -sapphism -sapphisms -sapphist -sapphists -sappier -sappiest -sappily -sapping -sappy -sapremia -sapremias -sapremic -saprobe -saprobes -saprobic -sapropel -sapropels -saps -sapsago -sapsagos -sapsucker -sapsuckers -sapwood -sapwoods -saraband -sarabands -saran -sarape -sarapes -sarcasm -sarcasms -sarcastic -sarcastically -sarcenet -sarcenets -sarcoid -sarcoids -sarcoma -sarcomas -sarcomata -sarcophagi -sarcophagus -sarcous -sard -sardar -sardars -sardine -sardines -sardius -sardiuses -sardonic -sardonically -sardonyx -sardonyxes -sards -saree -sarees -sargasso -sargassos -sarge -sarges -sari -sarin -sarins -saris -sark -sarks -sarment -sarmenta -sarments -sarod -sarode -sarodes -sarodist -sarodists -sarods -sarong -sarongs -sarsaparilla -sarsaparillas -sarsar -sarsars -sarsen -sarsenet -sarsenets -sarsens -sartor -sartorii -sartors -sash -sashay -sashayed -sashaying -sashays -sashed -sashes -sashimi -sashimis -sashing -sasin -sasins -sass -sassabies -sassaby -sassafras -sassafrases -sassed -sasses -sassier -sassies -sassiest -sassily -sassing -sasswood -sasswoods -sassy -sastruga -sastrugi -sat -satang -satangs -satanic -satanism -satanisms -satanist -satanists -satara -sataras -satchel -satchels -sate -sated -sateen -sateens -satellite -satellites -satem -sates -sati -satiable -satiably -satiate -satiated -satiates -satiating -satieties -satiety -satin -satinet -satinets -sating -satinpod -satinpods -satins -satiny -satire -satires -satiric -satirical -satirically -satirise -satirised -satirises -satirising -satirist -satirists -satirize -satirized -satirizes -satirizing -satis -satisfaction -satisfactions -satisfactorily -satisfactory -satisfied -satisfies -satisfy -satisfying -satisfyingly -satori -satoris -satrap -satrapies -satraps -satrapy -saturant -saturants -saturate -saturated -saturates -saturating -saturation -saturations -saturnine -satyr -satyric -satyrid -satyrids -satyrs -sau -sauce -saucebox -sauceboxes -sauced -saucepan -saucepans -saucer -saucers -sauces -sauch -sauchs -saucier -sauciest -saucily -saucing -saucy -sauerkraut -sauerkrauts -sauger -saugers -saugh -saughs -saughy -saul -sauls -sault -saults -sauna -saunas -saunter -sauntered -sauntering -saunters -saurel -saurels -saurian -saurians -sauries -sauropod -sauropods -saury -sausage -sausages -saute -sauted -sauteed -sauteing -sauterne -sauternes -sautes -sautoir -sautoire -sautoires -sautoirs -savable -savage -savaged -savagely -savageness -savagenesses -savager -savageries -savagery -savages -savagest -savaging -savagism -savagisms -savanna -savannah -savannahs -savannas -savant -savants -savate -savates -save -saveable -saved -saveloy -saveloys -saver -savers -saves -savin -savine -savines -saving -savingly -savings -savins -savior -saviors -saviour -saviours -savor -savored -savorer -savorers -savorier -savories -savoriest -savorily -savoring -savorous -savors -savory -savour -savoured -savourer -savourers -savourier -savouries -savouriest -savouring -savours -savoury -savoy -savoys -savvied -savvies -savvy -savvying -saw -sawbill -sawbills -sawbones -sawboneses -sawbuck -sawbucks -sawdust -sawdusts -sawed -sawer -sawers -sawfish -sawfishes -sawflies -sawfly -sawhorse -sawhorses -sawing -sawlike -sawlog -sawlogs -sawmill -sawmills -sawn -sawney -sawneys -saws -sawteeth -sawtooth -sawyer -sawyers -sax -saxatile -saxes -saxhorn -saxhorns -saxonies -saxony -saxophone -saxophones -saxtuba -saxtubas -say -sayable -sayer -sayers -sayest -sayid -sayids -saying -sayings -sayonara -sayonaras -says -sayst -sayyid -sayyids -scab -scabbard -scabbarded -scabbarding -scabbards -scabbed -scabbier -scabbiest -scabbily -scabbing -scabble -scabbled -scabbles -scabbling -scabby -scabies -scabiosa -scabiosas -scabious -scabiouses -scablike -scabrous -scabs -scad -scads -scaffold -scaffolded -scaffolding -scaffolds -scag -scags -scalable -scalably -scalade -scalades -scalado -scalados -scalage -scalages -scalar -scalare -scalares -scalars -scalawag -scalawags -scald -scalded -scaldic -scalding -scalds -scale -scaled -scaleless -scalene -scaleni -scalenus -scalepan -scalepans -scaler -scalers -scales -scalier -scaliest -scaling -scall -scallion -scallions -scallop -scalloped -scalloping -scallops -scalls -scalp -scalped -scalpel -scalpels -scalper -scalpers -scalping -scalps -scaly -scam -scammonies -scammony -scamp -scamped -scamper -scampered -scampering -scampers -scampi -scamping -scampish -scamps -scams -scan -scandal -scandaled -scandaling -scandalize -scandalized -scandalizes -scandalizing -scandalled -scandalling -scandalous -scandals -scandent -scandia -scandias -scandic -scandium -scandiums -scanned -scanner -scanners -scanning -scannings -scans -scansion -scansions -scant -scanted -scanter -scantest -scantier -scanties -scantiest -scantily -scanting -scantly -scants -scanty -scape -scaped -scapegoat -scapegoats -scapes -scaphoid -scaphoids -scaping -scapose -scapula -scapulae -scapular -scapulars -scapulas -scar -scarab -scarabs -scarce -scarcely -scarcer -scarcest -scarcities -scarcity -scare -scarecrow -scarecrows -scared -scarer -scarers -scares -scarey -scarf -scarfed -scarfing -scarfpin -scarfpins -scarfs -scarier -scariest -scarified -scarifies -scarify -scarifying -scaring -scariose -scarious -scarless -scarlet -scarlets -scarp -scarped -scarper -scarpered -scarpering -scarpers -scarph -scarphed -scarphing -scarphs -scarping -scarps -scarred -scarrier -scarriest -scarring -scarry -scars -scart -scarted -scarting -scarts -scarves -scary -scat -scatback -scatbacks -scathe -scathed -scathes -scathing -scats -scatt -scatted -scatter -scattered -scattergram -scattergrams -scattering -scatters -scattier -scattiest -scatting -scatts -scatty -scaup -scauper -scaupers -scaups -scaur -scaurs -scavenge -scavenged -scavenger -scavengers -scavenges -scavenging -scena -scenario -scenarios -scenas -scend -scended -scending -scends -scene -sceneries -scenery -scenes -scenic -scenical -scent -scented -scenting -scents -scepter -sceptered -sceptering -scepters -sceptic -sceptics -sceptral -sceptre -sceptred -sceptres -sceptring -schappe -schappes -schav -schavs -schedule -scheduled -schedules -scheduling -schema -schemata -schematic -scheme -schemed -schemer -schemers -schemes -scheming -scherzi -scherzo -scherzos -schiller -schillers -schism -schisms -schist -schists -schizo -schizoid -schizoids -schizont -schizonts -schizophrenia -schizophrenias -schizophrenic -schizophrenics -schizos -schlep -schlepp -schlepped -schlepping -schlepps -schleps -schlock -schlocks -schmaltz -schmaltzes -schmalz -schmalzes -schmalzier -schmalziest -schmalzy -schmeer -schmeered -schmeering -schmeers -schmelze -schmelzes -schmo -schmoe -schmoes -schmoos -schmoose -schmoosed -schmooses -schmoosing -schmooze -schmoozed -schmoozes -schmoozing -schmuck -schmucks -schnapps -schnaps -schnecke -schnecken -schnook -schnooks -scholar -scholars -scholarship -scholarships -scholastic -scholia -scholium -scholiums -school -schoolboy -schoolboys -schooled -schoolgirl -schoolgirls -schoolhouse -schoolhouses -schooling -schoolmate -schoolmates -schoolroom -schoolrooms -schools -schoolteacher -schoolteachers -schooner -schooners -schorl -schorls -schrik -schriks -schtick -schticks -schuit -schuits -schul -schuln -schuss -schussed -schusses -schussing -schwa -schwas -sciaenid -sciaenids -sciatic -sciatica -sciaticas -sciatics -science -sciences -scientific -scientifically -scientist -scientists -scilicet -scilla -scillas -scimetar -scimetars -scimitar -scimitars -scimiter -scimiters -scincoid -scincoids -scintillate -scintillated -scintillates -scintillating -scintillation -scintillations -sciolism -sciolisms -sciolist -sciolists -scion -scions -scirocco -sciroccos -scirrhi -scirrhus -scirrhuses -scissile -scission -scissions -scissor -scissored -scissoring -scissors -scissure -scissures -sciurine -sciurines -sciuroid -sclaff -sclaffed -sclaffer -sclaffers -sclaffing -sclaffs -sclera -sclerae -scleral -scleras -sclereid -sclereids -sclerite -sclerites -scleroid -scleroma -scleromata -sclerose -sclerosed -scleroses -sclerosing -sclerosis -sclerosises -sclerotic -sclerous -scoff -scoffed -scoffer -scoffers -scoffing -scofflaw -scofflaws -scoffs -scold -scolded -scolder -scolders -scolding -scoldings -scolds -scoleces -scolex -scolices -scolioma -scoliomas -scollop -scolloped -scolloping -scollops -sconce -sconced -sconces -sconcing -scone -scones -scoop -scooped -scooper -scoopers -scoopful -scoopfuls -scooping -scoops -scoopsful -scoot -scooted -scooter -scooters -scooting -scoots -scop -scope -scopes -scops -scopula -scopulae -scopulas -scorch -scorched -scorcher -scorchers -scorches -scorching -score -scored -scoreless -scorepad -scorepads -scorer -scorers -scores -scoria -scoriae -scorified -scorifies -scorify -scorifying -scoring -scorn -scorned -scorner -scorners -scornful -scornfully -scorning -scorns -scorpion -scorpions -scot -scotch -scotched -scotches -scotching -scoter -scoters -scotia -scotias -scotoma -scotomas -scotomata -scotopia -scotopias -scotopic -scots -scottie -scotties -scoundrel -scoundrels -scour -scoured -scourer -scourers -scourge -scourged -scourger -scourgers -scourges -scourging -scouring -scourings -scours -scouse -scouses -scout -scouted -scouter -scouters -scouth -scouther -scouthered -scouthering -scouthers -scouths -scouting -scoutings -scouts -scow -scowder -scowdered -scowdering -scowders -scowed -scowing -scowl -scowled -scowler -scowlers -scowling -scowls -scows -scrabble -scrabbled -scrabbles -scrabbling -scrabbly -scrag -scragged -scraggier -scraggiest -scragging -scragglier -scraggliest -scraggly -scraggy -scrags -scraich -scraiched -scraiching -scraichs -scraigh -scraighed -scraighing -scraighs -scram -scramble -scrambled -scrambles -scrambling -scrammed -scramming -scrams -scrannel -scrannels -scrap -scrapbook -scrapbooks -scrape -scraped -scraper -scrapers -scrapes -scrapie -scrapies -scraping -scrapings -scrapped -scrapper -scrappers -scrappier -scrappiest -scrapping -scrapple -scrapples -scrappy -scraps -scratch -scratched -scratches -scratchier -scratchiest -scratching -scratchy -scrawl -scrawled -scrawler -scrawlers -scrawlier -scrawliest -scrawling -scrawls -scrawly -scrawnier -scrawniest -scrawny -screak -screaked -screaking -screaks -screaky -scream -screamed -screamer -screamers -screaming -screams -scree -screech -screeched -screeches -screechier -screechiest -screeching -screechy -screed -screeded -screeding -screeds -screen -screened -screener -screeners -screening -screens -screes -screw -screwball -screwballs -screwdriver -screwdrivers -screwed -screwer -screwers -screwier -screwiest -screwing -screws -screwy -scribal -scribble -scribbled -scribbles -scribbling -scribe -scribed -scriber -scribers -scribes -scribing -scrieve -scrieved -scrieves -scrieving -scrim -scrimp -scrimped -scrimpier -scrimpiest -scrimping -scrimpit -scrimps -scrimpy -scrims -scrip -scrips -script -scripted -scripting -scripts -scriptural -scripture -scriptures -scrive -scrived -scrives -scriving -scrod -scrods -scrofula -scrofulas -scroggier -scroggiest -scroggy -scroll -scrolls -scrooge -scrooges -scroop -scrooped -scrooping -scroops -scrota -scrotal -scrotum -scrotums -scrouge -scrouged -scrouges -scrouging -scrounge -scrounged -scrounges -scroungier -scroungiest -scrounging -scroungy -scrub -scrubbed -scrubber -scrubbers -scrubbier -scrubbiest -scrubbing -scrubby -scrubs -scruff -scruffier -scruffiest -scruffs -scruffy -scrum -scrums -scrunch -scrunched -scrunches -scrunching -scruple -scrupled -scruples -scrupling -scrupulous -scrupulously -scrutinies -scrutinize -scrutinized -scrutinizes -scrutinizing -scrutiny -scuba -scubas -scud -scudded -scudding -scudi -scudo -scuds -scuff -scuffed -scuffing -scuffle -scuffled -scuffler -scufflers -scuffles -scuffling -scuffs -sculk -sculked -sculker -sculkers -sculking -sculks -scull -sculled -sculler -sculleries -scullers -scullery -sculling -scullion -scullions -sculls -sculp -sculped -sculpin -sculping -sculpins -sculps -sculpt -sculpted -sculpting -sculptor -sculptors -sculpts -sculptural -sculpture -sculptured -sculptures -sculpturing -scum -scumble -scumbled -scumbles -scumbling -scumlike -scummed -scummer -scummers -scummier -scummiest -scumming -scummy -scums -scunner -scunnered -scunnering -scunners -scup -scuppaug -scuppaugs -scupper -scuppered -scuppering -scuppers -scups -scurf -scurfier -scurfiest -scurfs -scurfy -scurried -scurries -scurril -scurrile -scurrilous -scurry -scurrying -scurvier -scurvies -scurviest -scurvily -scurvy -scut -scuta -scutage -scutages -scutate -scutch -scutched -scutcher -scutchers -scutches -scutching -scute -scutella -scutes -scuts -scutter -scuttered -scuttering -scutters -scuttle -scuttled -scuttles -scuttling -scutum -scyphate -scythe -scythed -scythes -scything -sea -seabag -seabags -seabeach -seabeaches -seabed -seabeds -seabird -seabirds -seaboard -seaboards -seaboot -seaboots -seaborne -seacoast -seacoasts -seacock -seacocks -seacraft -seacrafts -seadog -seadogs -seadrome -seadromes -seafarer -seafarers -seafaring -seafarings -seafloor -seafloors -seafood -seafoods -seafowl -seafowls -seafront -seafronts -seagirt -seagoing -seal -sealable -sealant -sealants -sealed -sealer -sealeries -sealers -sealery -sealing -seallike -seals -sealskin -sealskins -seam -seaman -seamanly -seamanship -seamanships -seamark -seamarks -seamed -seamen -seamer -seamers -seamier -seamiest -seaming -seamless -seamlike -seamount -seamounts -seams -seamster -seamsters -seamstress -seamstresses -seamy -seance -seances -seapiece -seapieces -seaplane -seaplanes -seaport -seaports -seaquake -seaquakes -sear -search -searched -searcher -searchers -searches -searching -searchlight -searchlights -seared -searer -searest -searing -sears -seas -seascape -seascapes -seascout -seascouts -seashell -seashells -seashore -seashores -seasick -seasickness -seasicknesses -seaside -seasides -season -seasonable -seasonably -seasonal -seasonally -seasoned -seasoner -seasoners -seasoning -seasons -seat -seated -seater -seaters -seating -seatings -seatless -seatmate -seatmates -seatrain -seatrains -seats -seatwork -seatworks -seawall -seawalls -seawan -seawans -seawant -seawants -seaward -seawards -seaware -seawares -seawater -seawaters -seaway -seaways -seaweed -seaweeds -seaworthy -sebacic -sebasic -sebum -sebums -sec -secant -secantly -secants -secateur -secateurs -secco -seccos -secede -seceded -seceder -seceders -secedes -seceding -secern -secerned -secerning -secerns -seclude -secluded -secludes -secluding -seclusion -seclusions -second -secondary -seconde -seconded -seconder -seconders -secondes -secondhand -secondi -seconding -secondly -secondo -seconds -secpar -secpars -secrecies -secrecy -secret -secretarial -secretariat -secretariats -secretaries -secretary -secrete -secreted -secreter -secretes -secretest -secretin -secreting -secretins -secretion -secretions -secretive -secretly -secretor -secretors -secrets -secs -sect -sectarian -sectarians -sectaries -sectary -sectile -section -sectional -sectioned -sectioning -sections -sector -sectoral -sectored -sectoring -sectors -sects -secular -seculars -secund -secundly -secundum -secure -secured -securely -securer -securers -secures -securest -securing -securities -security -sedan -sedans -sedarim -sedate -sedated -sedately -sedater -sedates -sedatest -sedating -sedation -sedations -sedative -sedatives -sedentary -seder -seders -sederunt -sederunts -sedge -sedges -sedgier -sedgiest -sedgy -sedile -sedilia -sedilium -sediment -sedimentary -sedimentation -sedimentations -sedimented -sedimenting -sediments -sedition -seditions -seditious -seduce -seduced -seducer -seducers -seduces -seducing -seducive -seduction -seductions -seductive -sedulities -sedulity -sedulous -sedum -sedums -see -seeable -seecatch -seecatchie -seed -seedbed -seedbeds -seedcake -seedcakes -seedcase -seedcases -seeded -seeder -seeders -seedier -seediest -seedily -seeding -seedless -seedlike -seedling -seedlings -seedman -seedmen -seedpod -seedpods -seeds -seedsman -seedsmen -seedtime -seedtimes -seedy -seeing -seeings -seek -seeker -seekers -seeking -seeks -seel -seeled -seeling -seels -seely -seem -seemed -seemer -seemers -seeming -seemingly -seemings -seemlier -seemliest -seemly -seems -seen -seep -seepage -seepages -seeped -seepier -seepiest -seeping -seeps -seepy -seer -seeress -seeresses -seers -seersucker -seersuckers -sees -seesaw -seesawed -seesawing -seesaws -seethe -seethed -seethes -seething -segetal -seggar -seggars -segment -segmented -segmenting -segments -segni -segno -segnos -sego -segos -segregate -segregated -segregates -segregating -segregation -segregations -segue -segued -segueing -segues -sei -seicento -seicentos -seiche -seiches -seidel -seidels -seigneur -seigneurs -seignior -seigniors -seignories -seignory -seine -seined -seiner -seiners -seines -seining -seis -seisable -seise -seised -seiser -seisers -seises -seisin -seising -seisings -seisins -seism -seismal -seismic -seismism -seismisms -seismograph -seismographs -seisms -seisor -seisors -seisure -seisures -seizable -seize -seized -seizer -seizers -seizes -seizin -seizing -seizings -seizins -seizor -seizors -seizure -seizures -sejant -sejeant -sel -seladang -seladangs -selah -selahs -selamlik -selamliks -selcouth -seldom -seldomly -select -selected -selectee -selectees -selecting -selection -selections -selective -selectly -selectman -selectmen -selector -selectors -selects -selenate -selenates -selenic -selenide -selenides -selenite -selenites -selenium -seleniums -selenous -self -selfdom -selfdoms -selfed -selfheal -selfheals -selfhood -selfhoods -selfing -selfish -selfishly -selfishness -selfishnesses -selfless -selflessness -selflessnesses -selfness -selfnesses -selfs -selfsame -selfward -sell -sellable -selle -seller -sellers -selles -selling -sellout -sellouts -sells -sels -selsyn -selsyns -seltzer -seltzers -selvage -selvaged -selvages -selvedge -selvedges -selves -semantic -semantics -semaphore -semaphores -sematic -semblance -semblances -seme -sememe -sememes -semen -semens -semes -semester -semesters -semi -semiarid -semibald -semicolon -semicolons -semicoma -semicomas -semiconductor -semiconductors -semideaf -semidome -semidomes -semidry -semifinal -semifinalist -semifinalists -semifinals -semifit -semiformal -semigala -semihard -semihigh -semihobo -semihoboes -semihobos -semilog -semimat -semimatt -semimute -semina -seminal -seminar -seminarian -seminarians -seminaries -seminars -seminary -seminude -semioses -semiosis -semiotic -semiotics -semipro -semipros -semiraw -semis -semises -semisoft -semitist -semitists -semitone -semitones -semiwild -semolina -semolinas -semple -semplice -sempre -sen -senarii -senarius -senary -senate -senates -senator -senatorial -senators -send -sendable -sendal -sendals -sender -senders -sending -sendoff -sendoffs -sends -seneca -senecas -senecio -senecios -senega -senegas -sengi -senhor -senhora -senhoras -senhores -senhors -senile -senilely -seniles -senilities -senility -senior -seniorities -seniority -seniors -seniti -senna -sennas -sennet -sennets -sennight -sennights -sennit -sennits -senopia -senopias -senor -senora -senoras -senores -senorita -senoritas -senors -sensa -sensate -sensated -sensates -sensating -sensation -sensational -sensations -sense -sensed -senseful -senseless -senselessly -senses -sensibilities -sensibility -sensible -sensibler -sensibles -sensiblest -sensibly -sensilla -sensing -sensitive -sensitiveness -sensitivenesses -sensitivities -sensitivity -sensitize -sensitized -sensitizes -sensitizing -sensor -sensoria -sensors -sensory -sensual -sensualist -sensualists -sensualities -sensuality -sensually -sensum -sensuous -sensuously -sensuousness -sensuousnesses -sent -sentence -sentenced -sentences -sentencing -sententious -senti -sentient -sentients -sentiment -sentimental -sentimentalism -sentimentalisms -sentimentalist -sentimentalists -sentimentalize -sentimentalized -sentimentalizes -sentimentalizing -sentimentally -sentiments -sentinel -sentineled -sentineling -sentinelled -sentinelling -sentinels -sentries -sentry -sepal -sepaled -sepaline -sepalled -sepaloid -sepalous -sepals -separable -separate -separated -separately -separates -separating -separation -separations -separator -separators -sepia -sepias -sepic -sepoy -sepoys -seppuku -seppukus -sepses -sepsis -sept -septa -septal -septaria -septate -september -septet -septets -septette -septettes -septic -septical -septics -septime -septimes -septs -septum -septuple -septupled -septuples -septupling -sepulcher -sepulchers -sepulchral -sepulchre -sepulchres -sequel -sequela -sequelae -sequels -sequence -sequenced -sequences -sequencies -sequencing -sequency -sequent -sequential -sequentially -sequents -sequester -sequestered -sequestering -sequesters -sequin -sequined -sequins -sequitur -sequiturs -sequoia -sequoias -ser -sera -serac -seracs -seraglio -seraglios -serai -serail -serails -serais -seral -serape -serapes -seraph -seraphic -seraphim -seraphims -seraphin -seraphs -serdab -serdabs -sere -sered -serein -sereins -serenade -serenaded -serenades -serenading -serenata -serenatas -serenate -serendipitous -serendipity -serene -serenely -serener -serenes -serenest -serenities -serenity -serer -seres -serest -serf -serfage -serfages -serfdom -serfdoms -serfhood -serfhoods -serfish -serflike -serfs -serge -sergeant -sergeants -serges -serging -sergings -serial -serially -serials -seriate -seriated -seriates -seriatim -seriating -sericin -sericins -seriema -seriemas -series -serif -serifs -serin -serine -serines -sering -seringa -seringas -serins -serious -seriously -seriousness -seriousnesses -serjeant -serjeants -sermon -sermonic -sermons -serologies -serology -serosa -serosae -serosal -serosas -serosities -serosity -serotine -serotines -serotype -serotypes -serous -serow -serows -serpent -serpentine -serpents -serpigines -serpigo -serpigoes -serranid -serranids -serrate -serrated -serrates -serrating -serried -serries -serry -serrying -sers -serum -serumal -serums -servable -serval -servals -servant -servants -serve -served -server -servers -serves -service -serviceable -serviced -serviceman -servicemen -servicer -servicers -services -servicing -servile -servilities -servility -serving -servings -servitor -servitors -servitude -servitudes -servo -servos -sesame -sesames -sesamoid -sesamoids -sessile -session -sessions -sesspool -sesspools -sesterce -sesterces -sestet -sestets -sestina -sestinas -sestine -sestines -set -seta -setae -setal -setback -setbacks -setiform -setline -setlines -setoff -setoffs -seton -setons -setose -setous -setout -setouts -sets -setscrew -setscrews -settee -settees -setter -setters -setting -settings -settle -settled -settlement -settlements -settler -settlers -settles -settling -settlings -settlor -settlors -setulose -setulous -setup -setups -seven -sevens -seventeen -seventeens -seventeenth -seventeenths -seventh -sevenths -seventies -seventieth -seventieths -seventy -sever -several -severals -severance -severances -severe -severed -severely -severer -severest -severing -severities -severity -severs -sew -sewage -sewages -sewan -sewans -sewar -sewars -sewed -sewer -sewerage -sewerages -sewers -sewing -sewings -sewn -sews -sex -sexed -sexes -sexier -sexiest -sexily -sexiness -sexinesses -sexing -sexism -sexisms -sexist -sexists -sexless -sexologies -sexology -sexpot -sexpots -sext -sextain -sextains -sextan -sextans -sextant -sextants -sextarii -sextet -sextets -sextette -sextettes -sextile -sextiles -sexto -sexton -sextons -sextos -sexts -sextuple -sextupled -sextuples -sextupling -sextuply -sexual -sexualities -sexuality -sexually -sexy -sferics -sforzato -sforzatos -sfumato -sfumatos -sh -shabbier -shabbiest -shabbily -shabbiness -shabbinesses -shabby -shack -shackle -shackled -shackler -shacklers -shackles -shackling -shacko -shackoes -shackos -shacks -shad -shadblow -shadblows -shadbush -shadbushes -shadchan -shadchanim -shadchans -shaddock -shaddocks -shade -shaded -shader -shaders -shades -shadflies -shadfly -shadier -shadiest -shadily -shading -shadings -shadoof -shadoofs -shadow -shadowed -shadower -shadowers -shadowier -shadowiest -shadowing -shadows -shadowy -shadrach -shadrachs -shads -shaduf -shadufs -shady -shaft -shafted -shafting -shaftings -shafts -shag -shagbark -shagbarks -shagged -shaggier -shaggiest -shaggily -shagging -shaggy -shagreen -shagreens -shags -shah -shahdom -shahdoms -shahs -shaird -shairds -shairn -shairns -shaitan -shaitans -shakable -shake -shaken -shakeout -shakeouts -shaker -shakers -shakes -shakeup -shakeups -shakier -shakiest -shakily -shakiness -shakinesses -shaking -shako -shakoes -shakos -shaky -shale -shaled -shales -shalier -shaliest -shall -shalloon -shalloons -shallop -shallops -shallot -shallots -shallow -shallowed -shallower -shallowest -shallowing -shallows -shalom -shalt -shaly -sham -shamable -shaman -shamanic -shamans -shamble -shambled -shambles -shambling -shame -shamed -shamefaced -shameful -shamefully -shameless -shamelessly -shames -shaming -shammas -shammash -shammashim -shammasim -shammed -shammer -shammers -shammes -shammied -shammies -shamming -shammos -shammosim -shammy -shammying -shamois -shamosim -shamoy -shamoyed -shamoying -shamoys -shampoo -shampooed -shampooing -shampoos -shamrock -shamrocks -shams -shamus -shamuses -shandies -shandy -shanghai -shanghaied -shanghaiing -shanghais -shank -shanked -shanking -shanks -shantey -shanteys -shanti -shanties -shantih -shantihs -shantis -shantung -shantungs -shanty -shapable -shape -shaped -shapeless -shapelier -shapeliest -shapely -shapen -shaper -shapers -shapes -shapeup -shapeups -shaping -sharable -shard -shards -share -sharecrop -sharecroped -sharecroping -sharecropper -sharecroppers -sharecrops -shared -shareholder -shareholders -sharer -sharers -shares -sharif -sharifs -sharing -shark -sharked -sharker -sharkers -sharking -sharks -sharn -sharns -sharny -sharp -sharped -sharpen -sharpened -sharpener -sharpeners -sharpening -sharpens -sharper -sharpers -sharpest -sharpie -sharpies -sharping -sharply -sharpness -sharpnesses -sharps -sharpshooter -sharpshooters -sharpshooting -sharpshootings -sharpy -shashlik -shashliks -shaslik -shasliks -shat -shatter -shattered -shattering -shatters -shaugh -shaughs -shaul -shauled -shauling -shauls -shavable -shave -shaved -shaven -shaver -shavers -shaves -shavie -shavies -shaving -shavings -shaw -shawed -shawing -shawl -shawled -shawling -shawls -shawm -shawms -shawn -shaws -shay -shays -she -shea -sheaf -sheafed -sheafing -sheafs -sheal -shealing -shealings -sheals -shear -sheared -shearer -shearers -shearing -shears -sheas -sheath -sheathe -sheathed -sheather -sheathers -sheathes -sheathing -sheaths -sheave -sheaved -sheaves -sheaving -shebang -shebangs -shebean -shebeans -shebeen -shebeens -shed -shedable -shedded -shedder -shedders -shedding -sheds -sheen -sheened -sheeney -sheeneys -sheenful -sheenie -sheenier -sheenies -sheeniest -sheening -sheens -sheeny -sheep -sheepdog -sheepdogs -sheepish -sheepman -sheepmen -sheepskin -sheepskins -sheer -sheered -sheerer -sheerest -sheering -sheerly -sheers -sheet -sheeted -sheeter -sheeters -sheetfed -sheeting -sheetings -sheets -sheeve -sheeves -shegetz -sheik -sheikdom -sheikdoms -sheikh -sheikhdom -sheikhdoms -sheikhs -sheiks -sheitan -sheitans -shekel -shekels -shelduck -shelducks -shelf -shelfful -shelffuls -shell -shellac -shellack -shellacked -shellacking -shellackings -shellacks -shellacs -shelled -sheller -shellers -shellfish -shellfishes -shellier -shelliest -shelling -shells -shelly -shelter -sheltered -sheltering -shelters -sheltie -shelties -shelty -shelve -shelved -shelver -shelvers -shelves -shelvier -shelviest -shelving -shelvings -shelvy -shenanigans -shend -shending -shends -shent -sheol -sheols -shepherd -shepherded -shepherdess -shepherdesses -shepherding -shepherds -sherbert -sherberts -sherbet -sherbets -sherd -sherds -shereef -shereefs -sherif -sheriff -sheriffs -sherifs -sherlock -sherlocks -sheroot -sheroots -sherries -sherris -sherrises -sherry -shes -shetland -shetlands -sheuch -sheuchs -sheugh -sheughs -shew -shewed -shewer -shewers -shewing -shewn -shews -shh -shibah -shibahs -shicksa -shicksas -shied -shiel -shield -shielded -shielder -shielders -shielding -shields -shieling -shielings -shiels -shier -shiers -shies -shiest -shift -shifted -shifter -shifters -shiftier -shiftiest -shiftily -shifting -shiftless -shiftlessness -shiftlessnesses -shifts -shifty -shigella -shigellae -shigellas -shikar -shikaree -shikarees -shikari -shikaris -shikarred -shikarring -shikars -shiksa -shiksas -shikse -shikses -shilingi -shill -shillala -shillalas -shilled -shillelagh -shillelaghs -shilling -shillings -shills -shilpit -shily -shim -shimmed -shimmer -shimmered -shimmering -shimmers -shimmery -shimmied -shimmies -shimming -shimmy -shimmying -shims -shin -shinbone -shinbones -shindies -shindig -shindigs -shindy -shindys -shine -shined -shiner -shiners -shines -shingle -shingled -shingler -shinglers -shingles -shingling -shingly -shinier -shiniest -shinily -shining -shinleaf -shinleafs -shinleaves -shinned -shinneries -shinnery -shinney -shinneys -shinnied -shinnies -shinning -shinny -shinnying -shins -shiny -ship -shipboard -shipboards -shipbuilder -shipbuilders -shiplap -shiplaps -shipload -shiploads -shipman -shipmate -shipmates -shipmen -shipment -shipments -shipped -shippen -shippens -shipper -shippers -shipping -shippings -shippon -shippons -ships -shipshape -shipside -shipsides -shipway -shipways -shipworm -shipworms -shipwreck -shipwrecked -shipwrecking -shipwrecks -shipyard -shipyards -shire -shires -shirk -shirked -shirker -shirkers -shirking -shirks -shirr -shirred -shirring -shirrings -shirrs -shirt -shirtier -shirtiest -shirting -shirtings -shirtless -shirts -shirty -shist -shists -shit -shits -shittah -shittahs -shitted -shittim -shittims -shitting -shiv -shiva -shivah -shivahs -shivaree -shivareed -shivareeing -shivarees -shivas -shive -shiver -shivered -shiverer -shiverers -shivering -shivers -shivery -shives -shivs -shkotzim -shlemiel -shlemiels -shlock -shlocks -shmo -shmoes -shnaps -shoal -shoaled -shoaler -shoalest -shoalier -shoaliest -shoaling -shoals -shoaly -shoat -shoats -shock -shocked -shocker -shockers -shocking -shockproof -shocks -shod -shodden -shoddier -shoddies -shoddiest -shoddily -shoddiness -shoddinesses -shoddy -shoe -shoebill -shoebills -shoed -shoehorn -shoehorned -shoehorning -shoehorns -shoeing -shoelace -shoelaces -shoemaker -shoemakers -shoepac -shoepack -shoepacks -shoepacs -shoer -shoers -shoes -shoetree -shoetrees -shofar -shofars -shofroth -shog -shogged -shogging -shogs -shogun -shogunal -shoguns -shoji -shojis -sholom -shone -shoo -shooed -shooflies -shoofly -shooing -shook -shooks -shool -shooled -shooling -shools -shoon -shoos -shoot -shooter -shooters -shooting -shootings -shoots -shop -shopboy -shopboys -shopgirl -shopgirls -shophar -shophars -shophroth -shopkeeper -shopkeepers -shoplift -shoplifted -shoplifter -shoplifters -shoplifting -shoplifts -shopman -shopmen -shoppe -shopped -shopper -shoppers -shoppes -shopping -shoppings -shops -shoptalk -shoptalks -shopworn -shoran -shorans -shore -shorebird -shorebirds -shored -shoreless -shores -shoring -shorings -shorl -shorls -shorn -short -shortage -shortages -shortcake -shortcakes -shortchange -shortchanged -shortchanges -shortchanging -shortcoming -shortcomings -shortcut -shortcuts -shorted -shorten -shortened -shortening -shortens -shorter -shortest -shorthand -shorthands -shortia -shortias -shortie -shorties -shorting -shortish -shortliffe -shortly -shortness -shortnesses -shorts -shortsighted -shorty -shot -shote -shotes -shotgun -shotgunned -shotgunning -shotguns -shots -shott -shotted -shotten -shotting -shotts -should -shoulder -shouldered -shouldering -shoulders -shouldest -shouldst -shout -shouted -shouter -shouters -shouting -shouts -shove -shoved -shovel -shoveled -shoveler -shovelers -shoveling -shovelled -shovelling -shovels -shover -shovers -shoves -shoving -show -showboat -showboats -showcase -showcased -showcases -showcasing -showdown -showdowns -showed -shower -showered -showering -showers -showery -showgirl -showgirls -showier -showiest -showily -showiness -showinesses -showing -showings -showman -showmen -shown -showoff -showoffs -showroom -showrooms -shows -showy -shrank -shrapnel -shred -shredded -shredder -shredders -shredding -shreds -shrew -shrewd -shrewder -shrewdest -shrewdly -shrewdness -shrewdnesses -shrewed -shrewing -shrewish -shrews -shri -shriek -shrieked -shrieker -shriekers -shriekier -shriekiest -shrieking -shrieks -shrieky -shrieval -shrieve -shrieved -shrieves -shrieving -shrift -shrifts -shrike -shrikes -shrill -shrilled -shriller -shrillest -shrilling -shrills -shrilly -shrimp -shrimped -shrimper -shrimpers -shrimpier -shrimpiest -shrimping -shrimps -shrimpy -shrine -shrined -shrines -shrining -shrink -shrinkable -shrinkage -shrinkages -shrinker -shrinkers -shrinking -shrinks -shris -shrive -shrived -shrivel -shriveled -shriveling -shrivelled -shrivelling -shrivels -shriven -shriver -shrivers -shrives -shriving -shroff -shroffed -shroffing -shroffs -shroud -shrouded -shrouding -shrouds -shrove -shrub -shrubberies -shrubbery -shrubbier -shrubbiest -shrubby -shrubs -shrug -shrugged -shrugging -shrugs -shrunk -shrunken -shtetel -shtetl -shtetlach -shtick -shticks -shuck -shucked -shucker -shuckers -shucking -shuckings -shucks -shudder -shuddered -shuddering -shudders -shuddery -shuffle -shuffleboard -shuffleboards -shuffled -shuffler -shufflers -shuffles -shuffling -shul -shuln -shuls -shun -shunned -shunner -shunners -shunning -shunpike -shunpikes -shuns -shunt -shunted -shunter -shunters -shunting -shunts -shush -shushed -shushes -shushing -shut -shutdown -shutdowns -shute -shuted -shutes -shuteye -shuteyes -shuting -shutoff -shutoffs -shutout -shutouts -shuts -shutter -shuttered -shuttering -shutters -shutting -shuttle -shuttlecock -shuttlecocks -shuttled -shuttles -shuttling -shwanpan -shwanpans -shy -shyer -shyers -shyest -shying -shylock -shylocked -shylocking -shylocks -shyly -shyness -shynesses -shyster -shysters -si -sial -sialic -sialoid -sials -siamang -siamangs -siamese -siameses -sib -sibb -sibbs -sibilant -sibilants -sibilate -sibilated -sibilates -sibilating -sibling -siblings -sibs -sibyl -sibylic -sibyllic -sibyls -sic -siccan -sicced -siccing -sice -sices -sick -sickbay -sickbays -sickbed -sickbeds -sicked -sicken -sickened -sickener -sickeners -sickening -sickens -sicker -sickerly -sickest -sicking -sickish -sickle -sickled -sickles -sicklied -sicklier -sicklies -sickliest -sicklily -sickling -sickly -sicklying -sickness -sicknesses -sickroom -sickrooms -sicks -sics -siddur -siddurim -siddurs -side -sidearm -sideband -sidebands -sideboard -sideboards -sideburns -sidecar -sidecars -sided -sidehill -sidehills -sidekick -sidekicks -sideline -sidelined -sidelines -sideling -sidelining -sidelong -sideman -sidemen -sidereal -siderite -siderites -sides -sideshow -sideshows -sideslip -sideslipped -sideslipping -sideslips -sidespin -sidespins -sidestep -sidestepped -sidestepping -sidesteps -sideswipe -sideswiped -sideswipes -sideswiping -sidetrack -sidetracked -sidetracking -sidetracks -sidewalk -sidewalks -sidewall -sidewalls -sideward -sideway -sideways -sidewise -siding -sidings -sidle -sidled -sidler -sidlers -sidles -sidling -siege -sieged -sieges -sieging -siemens -sienite -sienites -sienna -siennas -sierozem -sierozems -sierra -sierran -sierras -siesta -siestas -sieur -sieurs -sieva -sieve -sieved -sieves -sieving -siffleur -siffleurs -sift -sifted -sifter -sifters -sifting -siftings -sifts -siganid -siganids -sigh -sighed -sigher -sighers -sighing -sighless -sighlike -sighs -sight -sighted -sighter -sighters -sighting -sightless -sightlier -sightliest -sightly -sights -sightsaw -sightsee -sightseeing -sightseen -sightseer -sightseers -sightsees -sigil -sigils -sigloi -siglos -sigma -sigmas -sigmate -sigmoid -sigmoids -sign -signal -signaled -signaler -signalers -signaling -signalled -signalling -signally -signals -signatories -signatory -signature -signatures -signed -signer -signers -signet -signeted -signeting -signets -signficance -signficances -signficant -signficantly -significance -significances -significant -significantly -signification -significations -signified -signifies -signify -signifying -signing -signior -signiori -signiories -signiors -signiory -signor -signora -signoras -signore -signori -signories -signors -signory -signpost -signposted -signposting -signposts -signs -sike -siker -sikes -silage -silages -silane -silanes -sild -silds -silence -silenced -silencer -silencers -silences -silencing -sileni -silent -silenter -silentest -silently -silents -silenus -silesia -silesias -silex -silexes -silhouette -silhouetted -silhouettes -silhouetting -silica -silicas -silicate -silicates -silicic -silicide -silicides -silicified -silicifies -silicify -silicifying -silicium -siliciums -silicle -silicles -silicon -silicone -silicones -silicons -siliqua -siliquae -silique -siliques -silk -silked -silken -silkier -silkiest -silkily -silking -silklike -silks -silkweed -silkweeds -silkworm -silkworms -silky -sill -sillabub -sillabubs -siller -sillers -sillibib -sillibibs -sillier -sillies -silliest -sillily -silliness -sillinesses -sills -silly -silo -siloed -siloing -silos -siloxane -siloxanes -silt -silted -siltier -siltiest -silting -silts -silty -silurid -silurids -siluroid -siluroids -silva -silvae -silvan -silvans -silvas -silver -silvered -silverer -silverers -silvering -silverly -silvern -silvers -silverware -silverwares -silvery -silvical -silvics -sim -sima -simar -simars -simaruba -simarubas -simas -simazine -simazines -simian -simians -similar -similarities -similarity -similarly -simile -similes -similitude -similitudes -simioid -simious -simitar -simitars -simlin -simlins -simmer -simmered -simmering -simmers -simnel -simnels -simoleon -simoleons -simoniac -simoniacs -simonies -simonist -simonists -simonize -simonized -simonizes -simonizing -simony -simoom -simooms -simoon -simoons -simp -simper -simpered -simperer -simperers -simpering -simpers -simple -simpleness -simplenesses -simpler -simples -simplest -simpleton -simpletons -simplex -simplexes -simplices -simplicia -simplicities -simplicity -simplification -simplifications -simplified -simplifies -simplify -simplifying -simplism -simplisms -simply -simps -sims -simulant -simulants -simular -simulars -simulate -simulated -simulates -simulating -simulation -simulations -simultaneous -simultaneously -simultaneousness -simultaneousnesses -sin -sinapism -sinapisms -since -sincere -sincerely -sincerer -sincerest -sincerities -sincerity -sincipita -sinciput -sinciputs -sine -sinecure -sinecures -sines -sinew -sinewed -sinewing -sinews -sinewy -sinfonia -sinfonie -sinful -sinfully -sing -singable -singe -singed -singeing -singer -singers -singes -singing -single -singled -singleness -singlenesses -singles -singlet -singlets -singling -singly -sings -singsong -singsongs -singular -singularities -singularity -singularly -singulars -sinh -sinhs -sinicize -sinicized -sinicizes -sinicizing -sinister -sink -sinkable -sinkage -sinkages -sinker -sinkers -sinkhole -sinkholes -sinking -sinks -sinless -sinned -sinner -sinners -sinning -sinologies -sinology -sinopia -sinopias -sinopie -sins -sinsyne -sinter -sintered -sintering -sinters -sinuate -sinuated -sinuates -sinuating -sinuous -sinuousities -sinuousity -sinuously -sinus -sinuses -sinusoid -sinusoids -sip -sipe -siped -sipes -siphon -siphonal -siphoned -siphonic -siphoning -siphons -siping -sipped -sipper -sippers -sippet -sippets -sipping -sips -sir -sirdar -sirdars -sire -sired -siree -sirees -siren -sirenian -sirenians -sirens -sires -siring -sirloin -sirloins -sirocco -siroccos -sirra -sirrah -sirrahs -sirras -sirree -sirrees -sirs -sirup -sirups -sirupy -sirvente -sirventes -sis -sisal -sisals -sises -siskin -siskins -sissier -sissies -sissiest -sissy -sissyish -sister -sistered -sisterhood -sisterhoods -sistering -sisterly -sisters -sistra -sistroid -sistrum -sistrums -sit -sitar -sitarist -sitarists -sitars -site -sited -sites -sith -sithence -sithens -siti -siting -sitologies -sitology -sits -sitten -sitter -sitters -sitting -sittings -situate -situated -situates -situating -situation -situations -situs -situses -sitzmark -sitzmarks -siver -sivers -six -sixes -sixfold -sixmo -sixmos -sixpence -sixpences -sixpenny -sixte -sixteen -sixteens -sixteenth -sixteenths -sixtes -sixth -sixthly -sixths -sixties -sixtieth -sixtieths -sixty -sizable -sizably -sizar -sizars -size -sizeable -sizeably -sized -sizer -sizers -sizes -sizier -siziest -siziness -sizinesses -sizing -sizings -sizy -sizzle -sizzled -sizzler -sizzlers -sizzles -sizzling -skag -skags -skald -skaldic -skalds -skat -skate -skated -skater -skaters -skates -skating -skatings -skatol -skatole -skatoles -skatols -skats -skean -skeane -skeanes -skeans -skee -skeed -skeeing -skeen -skeens -skees -skeet -skeeter -skeeters -skeets -skeg -skegs -skeigh -skein -skeined -skeining -skeins -skeletal -skeleton -skeletons -skellum -skellums -skelp -skelped -skelping -skelpit -skelps -skelter -skeltered -skeltering -skelters -skene -skenes -skep -skeps -skepsis -skepsises -skeptic -skeptical -skepticism -skepticisms -skeptics -skerries -skerry -sketch -sketched -sketcher -sketchers -sketches -sketchier -sketchiest -sketching -sketchy -skew -skewback -skewbacks -skewbald -skewbalds -skewed -skewer -skewered -skewering -skewers -skewing -skewness -skewnesses -skews -ski -skiable -skiagram -skiagrams -skibob -skibobs -skid -skidded -skidder -skidders -skiddier -skiddiest -skidding -skiddoo -skiddooed -skiddooing -skiddoos -skiddy -skidoo -skidooed -skidooing -skidoos -skids -skidway -skidways -skied -skier -skiers -skies -skiey -skiff -skiffle -skiffled -skiffles -skiffling -skiffs -skiing -skiings -skiis -skijorer -skijorers -skilful -skill -skilled -skilless -skillet -skillets -skillful -skillfully -skillfulness -skillfulnesses -skilling -skillings -skills -skim -skimmed -skimmer -skimmers -skimming -skimmings -skimo -skimos -skimp -skimped -skimpier -skimpiest -skimpily -skimping -skimps -skimpy -skims -skin -skinflint -skinflints -skinful -skinfuls -skinhead -skinheads -skink -skinked -skinker -skinkers -skinking -skinks -skinless -skinlike -skinned -skinner -skinners -skinnier -skinniest -skinning -skinny -skins -skint -skintight -skioring -skiorings -skip -skipjack -skipjacks -skiplane -skiplanes -skipped -skipper -skippered -skippering -skippers -skippet -skippets -skipping -skips -skirl -skirled -skirling -skirls -skirmish -skirmished -skirmishes -skirmishing -skirr -skirred -skirret -skirrets -skirring -skirrs -skirt -skirted -skirter -skirters -skirting -skirtings -skirts -skis -skit -skite -skited -skites -skiting -skits -skitter -skittered -skitterier -skitteriest -skittering -skitters -skittery -skittish -skittle -skittles -skive -skived -skiver -skivers -skives -skiving -skivvies -skivvy -skiwear -skiwears -sklent -sklented -sklenting -sklents -skoal -skoaled -skoaling -skoals -skookum -skreegh -skreeghed -skreeghing -skreeghs -skreigh -skreighed -skreighing -skreighs -skua -skuas -skulk -skulked -skulker -skulkers -skulking -skulks -skull -skullcap -skullcaps -skulled -skulls -skunk -skunked -skunking -skunks -sky -skyborne -skycap -skycaps -skydive -skydived -skydiver -skydivers -skydives -skydiving -skydove -skyed -skyey -skyhook -skyhooks -skying -skyjack -skyjacked -skyjacking -skyjacks -skylark -skylarked -skylarking -skylarks -skylight -skylights -skyline -skylines -skyman -skymen -skyphoi -skyphos -skyrocket -skyrocketed -skyrocketing -skyrockets -skysail -skysails -skyscraper -skyscrapers -skyward -skywards -skyway -skyways -skywrite -skywrites -skywriting -skywritten -skywrote -slab -slabbed -slabber -slabbered -slabbering -slabbers -slabbery -slabbing -slabs -slack -slacked -slacken -slackened -slackening -slackens -slacker -slackers -slackest -slacking -slackly -slackness -slacknesses -slacks -slag -slagged -slaggier -slaggiest -slagging -slaggy -slags -slain -slakable -slake -slaked -slaker -slakers -slakes -slaking -slalom -slalomed -slaloming -slaloms -slam -slammed -slamming -slams -slander -slandered -slanderer -slanderers -slandering -slanderous -slanders -slang -slanged -slangier -slangiest -slangily -slanging -slangs -slangy -slank -slant -slanted -slanting -slants -slap -slapdash -slapdashes -slapjack -slapjacks -slapped -slapper -slappers -slapping -slaps -slash -slashed -slasher -slashers -slashes -slashing -slashings -slat -slatch -slatches -slate -slated -slater -slaters -slates -slather -slathered -slathering -slathers -slatier -slatiest -slating -slatings -slats -slatted -slattern -slatterns -slatting -slaty -slaughter -slaughtered -slaughterhouse -slaughterhouses -slaughtering -slaughters -slave -slaved -slaver -slavered -slaverer -slaverers -slaveries -slavering -slavers -slavery -slaves -slavey -slaveys -slaving -slavish -slaw -slaws -slay -slayer -slayers -slaying -slays -sleave -sleaved -sleaves -sleaving -sleazier -sleaziest -sleazily -sleazy -sled -sledded -sledder -sledders -sledding -sleddings -sledge -sledged -sledgehammer -sledgehammered -sledgehammering -sledgehammers -sledges -sledging -sleds -sleek -sleeked -sleeken -sleekened -sleekening -sleekens -sleeker -sleekest -sleekier -sleekiest -sleeking -sleekit -sleekly -sleeks -sleeky -sleep -sleeper -sleepers -sleepier -sleepiest -sleepily -sleepiness -sleeping -sleepings -sleepless -sleeplessness -sleeps -sleepwalk -sleepwalked -sleepwalker -sleepwalkers -sleepwalking -sleepwalks -sleepy -sleet -sleeted -sleetier -sleetiest -sleeting -sleets -sleety -sleeve -sleeved -sleeveless -sleeves -sleeving -sleigh -sleighed -sleigher -sleighers -sleighing -sleighs -sleight -sleights -slender -slenderer -slenderest -slept -sleuth -sleuthed -sleuthing -sleuths -slew -slewed -slewing -slews -slice -sliced -slicer -slicers -slices -slicing -slick -slicked -slicker -slickers -slickest -slicking -slickly -slicks -slid -slidable -slidden -slide -slider -sliders -slides -slideway -slideways -sliding -slier -sliest -slight -slighted -slighter -slightest -slighting -slightly -slights -slily -slim -slime -slimed -slimes -slimier -slimiest -slimily -sliming -slimly -slimmed -slimmer -slimmest -slimming -slimness -slimnesses -slimpsier -slimpsiest -slimpsy -slims -slimsier -slimsiest -slimsy -slimy -sling -slinger -slingers -slinging -slings -slingshot -slingshots -slink -slinkier -slinkiest -slinkily -slinking -slinks -slinky -slip -slipcase -slipcases -slipe -sliped -slipes -slipform -slipformed -slipforming -slipforms -sliping -slipknot -slipknots -slipless -slipout -slipouts -slipover -slipovers -slippage -slippages -slipped -slipper -slipperier -slipperiest -slipperiness -slipperinesses -slippers -slippery -slippier -slippiest -slipping -slippy -slips -slipshod -slipslop -slipslops -slipsole -slipsoles -slipt -slipup -slipups -slipware -slipwares -slipway -slipways -slit -slither -slithered -slithering -slithers -slithery -slitless -slits -slitted -slitter -slitters -slitting -sliver -slivered -sliverer -sliverers -slivering -slivers -slivovic -slivovics -slob -slobber -slobbered -slobbering -slobbers -slobbery -slobbish -slobs -sloe -sloes -slog -slogan -slogans -slogged -slogger -sloggers -slogging -slogs -sloid -sloids -slojd -slojds -sloop -sloops -slop -slope -sloped -sloper -slopers -slopes -sloping -slopped -sloppier -sloppiest -sloppily -slopping -sloppy -slops -slopwork -slopworks -slosh -sloshed -sloshes -sloshier -sloshiest -sloshing -sloshy -slot -slotback -slotbacks -sloth -slothful -sloths -slots -slotted -slotting -slouch -slouched -sloucher -slouchers -slouches -slouchier -slouchiest -slouching -slouchy -slough -sloughed -sloughier -sloughiest -sloughing -sloughs -sloughy -sloven -slovenlier -slovenliest -slovenly -slovens -slow -slowdown -slowdowns -slowed -slower -slowest -slowing -slowish -slowly -slowness -slownesses -slowpoke -slowpokes -slows -slowworm -slowworms -sloyd -sloyds -slub -slubbed -slubber -slubbered -slubbering -slubbers -slubbing -slubbings -slubs -sludge -sludges -sludgier -sludgiest -sludgy -slue -slued -slues -sluff -sluffed -sluffing -sluffs -slug -slugabed -slugabeds -slugfest -slugfests -sluggard -sluggards -slugged -slugger -sluggers -slugging -sluggish -sluggishly -sluggishness -sluggishnesses -slugs -sluice -sluiced -sluices -sluicing -sluicy -sluing -slum -slumber -slumbered -slumbering -slumbers -slumbery -slumgum -slumgums -slumlord -slumlords -slummed -slummer -slummers -slummier -slummiest -slumming -slummy -slump -slumped -slumping -slumps -slums -slung -slunk -slur -slurb -slurban -slurbs -slurp -slurped -slurping -slurps -slurred -slurried -slurries -slurring -slurry -slurrying -slurs -slush -slushed -slushes -slushier -slushiest -slushily -slushing -slushy -slut -sluts -sluttish -sly -slyboots -slyer -slyest -slyly -slyness -slynesses -slype -slypes -smack -smacked -smacker -smackers -smacking -smacks -small -smallage -smallages -smaller -smallest -smallish -smallness -smallnesses -smallpox -smallpoxes -smalls -smalt -smalti -smaltine -smaltines -smaltite -smaltites -smalto -smaltos -smalts -smaragd -smaragde -smaragdes -smaragds -smarm -smarmier -smarmiest -smarms -smarmy -smart -smarted -smarten -smartened -smartening -smartens -smarter -smartest -smartie -smarties -smarting -smartly -smartness -smartnesses -smarts -smarty -smash -smashed -smasher -smashers -smashes -smashing -smashup -smashups -smatter -smattered -smattering -smatterings -smatters -smaze -smazes -smear -smeared -smearer -smearers -smearier -smeariest -smearing -smears -smeary -smectic -smeddum -smeddums -smeek -smeeked -smeeking -smeeks -smegma -smegmas -smell -smelled -smeller -smellers -smellier -smelliest -smelling -smells -smelly -smelt -smelted -smelter -smelteries -smelters -smeltery -smelting -smelts -smerk -smerked -smerking -smerks -smew -smews -smidgen -smidgens -smidgeon -smidgeons -smidgin -smidgins -smilax -smilaxes -smile -smiled -smiler -smilers -smiles -smiling -smirch -smirched -smirches -smirching -smirk -smirked -smirker -smirkers -smirkier -smirkiest -smirking -smirks -smirky -smit -smite -smiter -smiters -smites -smith -smitheries -smithery -smithies -smiths -smithy -smiting -smitten -smock -smocked -smocking -smockings -smocks -smog -smoggier -smoggiest -smoggy -smogless -smogs -smokable -smoke -smoked -smokeless -smokepot -smokepots -smoker -smokers -smokes -smokestack -smokestacks -smokey -smokier -smokiest -smokily -smoking -smoky -smolder -smoldered -smoldering -smolders -smolt -smolts -smooch -smooched -smooches -smooching -smoochy -smooth -smoothed -smoothen -smoothened -smoothening -smoothens -smoother -smoothers -smoothest -smoothie -smoothies -smoothing -smoothly -smoothness -smoothnesses -smooths -smoothy -smorgasbord -smorgasbords -smote -smother -smothered -smothering -smothers -smothery -smoulder -smouldered -smouldering -smoulders -smudge -smudged -smudges -smudgier -smudgiest -smudgily -smudging -smudgy -smug -smugger -smuggest -smuggle -smuggled -smuggler -smugglers -smuggles -smuggling -smugly -smugness -smugnesses -smut -smutch -smutched -smutches -smutchier -smutchiest -smutching -smutchy -smuts -smutted -smuttier -smuttiest -smuttily -smutting -smutty -snack -snacked -snacking -snacks -snaffle -snaffled -snaffles -snaffling -snafu -snafued -snafuing -snafus -snag -snagged -snaggier -snaggiest -snagging -snaggy -snaglike -snags -snail -snailed -snailing -snails -snake -snaked -snakes -snakier -snakiest -snakily -snaking -snaky -snap -snapback -snapbacks -snapdragon -snapdragons -snapless -snapped -snapper -snappers -snappier -snappiest -snappily -snapping -snappish -snappy -snaps -snapshot -snapshots -snapshotted -snapshotting -snapweed -snapweeds -snare -snared -snarer -snarers -snares -snaring -snark -snarks -snarl -snarled -snarler -snarlers -snarlier -snarliest -snarling -snarls -snarly -snash -snashes -snatch -snatched -snatcher -snatchers -snatches -snatchier -snatchiest -snatching -snatchy -snath -snathe -snathes -snaths -snaw -snawed -snawing -snaws -snazzier -snazziest -snazzy -sneak -sneaked -sneaker -sneakers -sneakier -sneakiest -sneakily -sneaking -sneakingly -sneaks -sneaky -sneap -sneaped -sneaping -sneaps -sneck -snecks -sned -snedded -snedding -sneds -sneer -sneered -sneerer -sneerers -sneerful -sneering -sneers -sneesh -sneeshes -sneeze -sneezed -sneezer -sneezers -sneezes -sneezier -sneeziest -sneezing -sneezy -snell -sneller -snellest -snells -snib -snibbed -snibbing -snibs -snick -snicked -snicker -snickered -snickering -snickers -snickery -snicking -snicks -snide -snidely -snider -snidest -sniff -sniffed -sniffer -sniffers -sniffier -sniffiest -sniffily -sniffing -sniffish -sniffle -sniffled -sniffler -snifflers -sniffles -sniffling -sniffs -sniffy -snifter -snifters -snigger -sniggered -sniggering -sniggers -sniggle -sniggled -sniggler -snigglers -sniggles -sniggling -snip -snipe -sniped -sniper -snipers -snipes -sniping -snipped -snipper -snippers -snippet -snippetier -snippetiest -snippets -snippety -snippier -snippiest -snippily -snipping -snippy -snips -snit -snitch -snitched -snitcher -snitchers -snitches -snitching -snits -snivel -sniveled -sniveler -snivelers -sniveling -snivelled -snivelling -snivels -snob -snobberies -snobbery -snobbier -snobbiest -snobbily -snobbish -snobbishly -snobbishness -snobbishnesses -snobbism -snobbisms -snobby -snobs -snood -snooded -snooding -snoods -snook -snooked -snooker -snookers -snooking -snooks -snool -snooled -snooling -snools -snoop -snooped -snooper -snoopers -snoopier -snoopiest -snoopily -snooping -snoops -snoopy -snoot -snooted -snootier -snootiest -snootily -snooting -snoots -snooty -snooze -snoozed -snoozer -snoozers -snoozes -snoozier -snooziest -snoozing -snoozle -snoozled -snoozles -snoozling -snoozy -snore -snored -snorer -snorers -snores -snoring -snorkel -snorkeled -snorkeling -snorkels -snort -snorted -snorter -snorters -snorting -snorts -snot -snots -snottier -snottiest -snottily -snotty -snout -snouted -snoutier -snoutiest -snouting -snoutish -snouts -snouty -snow -snowball -snowballed -snowballing -snowballs -snowbank -snowbanks -snowbell -snowbells -snowbird -snowbirds -snowbush -snowbushes -snowcap -snowcaps -snowdrift -snowdrifts -snowdrop -snowdrops -snowed -snowfall -snowfalls -snowflake -snowflakes -snowier -snowiest -snowily -snowing -snowland -snowlands -snowless -snowlike -snowman -snowmelt -snowmelts -snowmen -snowpack -snowpacks -snowplow -snowplowed -snowplowing -snowplows -snows -snowshed -snowsheds -snowshoe -snowshoed -snowshoeing -snowshoes -snowstorm -snowstorms -snowsuit -snowsuits -snowy -snub -snubbed -snubber -snubbers -snubbier -snubbiest -snubbing -snubby -snubness -snubnesses -snubs -snuck -snuff -snuffbox -snuffboxes -snuffed -snuffer -snuffers -snuffier -snuffiest -snuffily -snuffing -snuffle -snuffled -snuffler -snufflers -snuffles -snufflier -snuffliest -snuffling -snuffly -snuffs -snuffy -snug -snugged -snugger -snuggeries -snuggery -snuggest -snugging -snuggle -snuggled -snuggles -snuggling -snugly -snugness -snugnesses -snugs -snye -snyes -so -soak -soakage -soakages -soaked -soaker -soakers -soaking -soaks -soap -soapbark -soapbarks -soapbox -soapboxes -soaped -soapier -soapiest -soapily -soaping -soapless -soaplike -soaps -soapsuds -soapwort -soapworts -soapy -soar -soared -soarer -soarers -soaring -soarings -soars -soave -soaves -sob -sobbed -sobber -sobbers -sobbing -sobeit -sober -sobered -soberer -soberest -sobering -soberize -soberized -soberizes -soberizing -soberly -sobers -sobful -sobrieties -sobriety -sobs -socage -socager -socagers -socages -soccage -soccages -soccer -soccers -sociabilities -sociability -sociable -sociables -sociably -social -socialism -socialist -socialistic -socialists -socialization -socializations -socialize -socialized -socializes -socializing -socially -socials -societal -societies -society -sociological -sociologies -sociologist -sociologists -sociology -sock -socked -socket -socketed -socketing -sockets -sockeye -sockeyes -socking -sockman -sockmen -socks -socle -socles -socman -socmen -sod -soda -sodaless -sodalist -sodalists -sodalite -sodalites -sodalities -sodality -sodamide -sodamides -sodas -sodded -sodden -soddened -soddening -soddenly -soddens -soddies -sodding -soddy -sodic -sodium -sodiums -sodomies -sodomite -sodomites -sodomy -sods -soever -sofa -sofar -sofars -sofas -soffit -soffits -soft -softa -softas -softback -softbacks -softball -softballs -soften -softened -softener -softeners -softening -softens -softer -softest -softhead -softheads -softie -softies -softly -softness -softnesses -softs -software -softwares -softwood -softwoods -softy -sogged -soggier -soggiest -soggily -sogginess -sogginesses -soggy -soigne -soignee -soil -soilage -soilages -soiled -soiling -soilless -soils -soilure -soilures -soiree -soirees -soja -sojas -sojourn -sojourned -sojourning -sojourns -soke -sokeman -sokemen -sokes -sol -sola -solace -solaced -solacer -solacers -solaces -solacing -solan -soland -solander -solanders -solands -solanin -solanine -solanines -solanins -solano -solanos -solans -solanum -solanums -solar -solaria -solarise -solarised -solarises -solarising -solarism -solarisms -solarium -solariums -solarize -solarized -solarizes -solarizing -solate -solated -solates -solatia -solating -solation -solations -solatium -sold -soldan -soldans -solder -soldered -solderer -solderers -soldering -solders -soldi -soldier -soldiered -soldieries -soldiering -soldierly -soldiers -soldiery -soldo -sole -solecise -solecised -solecises -solecising -solecism -solecisms -solecist -solecists -solecize -solecized -solecizes -solecizing -soled -soleless -solely -solemn -solemner -solemnest -solemnly -solemnness -solemnnesses -soleness -solenesses -solenoid -solenoids -soleret -solerets -soles -solfege -solfeges -solfeggi -solgel -soli -solicit -solicitation -solicited -soliciting -solicitor -solicitors -solicitous -solicits -solicitude -solicitudes -solid -solidago -solidagos -solidarities -solidarity -solidary -solider -solidest -solidi -solidification -solidifications -solidified -solidifies -solidify -solidifying -solidities -solidity -solidly -solidness -solidnesses -solids -solidus -soliloquize -soliloquized -soliloquizes -soliloquizing -soliloquy -soliloquys -soling -solion -solions -soliquid -soliquids -solitaire -solitaires -solitaries -solitary -solitude -solitudes -solleret -sollerets -solo -soloed -soloing -soloist -soloists -solon -solonets -solonetses -solonetz -solonetzes -solons -solos -sols -solstice -solstices -solubilities -solubility -soluble -solubles -solubly -solum -solums -solus -solute -solutes -solution -solutions -solvable -solvate -solvated -solvates -solvating -solve -solved -solvencies -solvency -solvent -solvents -solver -solvers -solves -solving -soma -somas -somata -somatic -somber -somberly -sombre -sombrely -sombrero -sombreros -sombrous -some -somebodies -somebody -someday -somedeal -somehow -someone -someones -someplace -somersault -somersaulted -somersaulting -somersaults -somerset -somerseted -somerseting -somersets -somersetted -somersetting -somerville -something -sometime -sometimes -someway -someways -somewhat -somewhats -somewhen -somewhere -somewise -somital -somite -somites -somitic -somnambulism -somnambulist -somnambulists -somnolence -somnolences -somnolent -son -sonance -sonances -sonant -sonantal -sonantic -sonants -sonar -sonarman -sonarmen -sonars -sonata -sonatas -sonatina -sonatinas -sonatine -sonde -sonder -sonders -sondes -sone -sones -song -songbird -songbirds -songbook -songbooks -songfest -songfests -songful -songless -songlike -songs -songster -songsters -sonic -sonicate -sonicated -sonicates -sonicating -sonics -sonless -sonlike -sonly -sonnet -sonneted -sonneting -sonnets -sonnetted -sonnetting -sonnies -sonny -sonorant -sonorants -sonorities -sonority -sonorous -sonovox -sonovoxes -sons -sonship -sonships -sonsie -sonsier -sonsiest -sonsy -soochong -soochongs -sooey -soon -sooner -sooners -soonest -soot -sooted -sooth -soothe -soothed -soother -soothers -soothes -soothest -soothing -soothly -sooths -soothsaid -soothsay -soothsayer -soothsayers -soothsaying -soothsayings -soothsays -sootier -sootiest -sootily -sooting -soots -sooty -sop -soph -sophies -sophism -sophisms -sophist -sophistic -sophistical -sophisticate -sophisticated -sophisticates -sophistication -sophistications -sophistries -sophistry -sophists -sophomore -sophomores -sophs -sophy -sopite -sopited -sopites -sopiting -sopor -soporific -sopors -sopped -soppier -soppiest -sopping -soppy -soprani -soprano -sopranos -sops -sora -soras -sorb -sorbable -sorbate -sorbates -sorbed -sorbent -sorbents -sorbet -sorbets -sorbic -sorbing -sorbitol -sorbitols -sorbose -sorboses -sorbs -sorcerer -sorcerers -sorceress -sorceresses -sorceries -sorcery -sord -sordid -sordidly -sordidness -sordidnesses -sordine -sordines -sordini -sordino -sords -sore -sorehead -soreheads -sorel -sorels -sorely -soreness -sorenesses -sorer -sores -sorest -sorgho -sorghos -sorghum -sorghums -sorgo -sorgos -sori -soricine -sorites -soritic -sorn -sorned -sorner -sorners -sorning -sorns -soroche -soroches -sororal -sororate -sororates -sororities -sorority -soroses -sorosis -sorosises -sorption -sorptions -sorptive -sorrel -sorrels -sorrier -sorriest -sorrily -sorrow -sorrowed -sorrower -sorrowers -sorrowful -sorrowfully -sorrowing -sorrows -sorry -sort -sortable -sortably -sorted -sorter -sorters -sortie -sortied -sortieing -sorties -sorting -sorts -sorus -sos -sot -soth -soths -sotol -sotols -sots -sottish -sou -souari -souaris -soubise -soubises -soucar -soucars -souchong -souchongs -soudan -soudans -souffle -souffles -sough -soughed -soughing -soughs -sought -soul -souled -soulful -soulfully -soulless -soullike -souls -sound -soundbox -soundboxes -sounded -sounder -sounders -soundest -sounding -soundings -soundly -soundness -soundnesses -soundproof -soundproofed -soundproofing -soundproofs -sounds -soup -soupcon -soupcons -souped -soupier -soupiest -souping -soups -soupy -sour -sourball -sourballs -source -sources -sourdine -sourdines -soured -sourer -sourest -souring -sourish -sourly -sourness -sournesses -sourpuss -sourpusses -sours -soursop -soursops -sourwood -sourwoods -sous -souse -soused -souses -sousing -soutache -soutaches -soutane -soutanes -souter -souters -south -southeast -southeastern -southeasts -southed -souther -southerly -southern -southernmost -southerns -southernward -southernwards -southers -southing -southings -southpaw -southpaws -southron -southrons -souths -southwest -southwesterly -southwestern -southwests -souvenir -souvenirs -sovereign -sovereigns -sovereignties -sovereignty -soviet -soviets -sovkhoz -sovkhozes -sovkhozy -sovran -sovranly -sovrans -sovranties -sovranty -sow -sowable -sowans -sowar -sowars -sowbellies -sowbelly -sowbread -sowbreads -sowcar -sowcars -sowed -sowens -sower -sowers -sowing -sown -sows -sox -soy -soya -soyas -soybean -soybeans -soys -sozin -sozine -sozines -sozins -spa -space -spacecraft -spacecrafts -spaced -spaceflight -spaceflights -spaceman -spacemen -spacer -spacers -spaces -spaceship -spaceships -spacial -spacing -spacings -spacious -spaciously -spaciousness -spaciousnesses -spade -spaded -spadeful -spadefuls -spader -spaders -spades -spadices -spadille -spadilles -spading -spadix -spado -spadones -spae -spaed -spaeing -spaeings -spaes -spaghetti -spaghettis -spagyric -spagyrics -spahee -spahees -spahi -spahis -spail -spails -spait -spaits -spake -spale -spales -spall -spalled -spaller -spallers -spalling -spalls -spalpeen -spalpeens -span -spancel -spanceled -spanceling -spancelled -spancelling -spancels -spandrel -spandrels -spandril -spandrils -spang -spangle -spangled -spangles -spanglier -spangliest -spangling -spangly -spaniel -spaniels -spank -spanked -spanker -spankers -spanking -spankings -spanks -spanless -spanned -spanner -spanners -spanning -spans -spanworm -spanworms -spar -sparable -sparables -spare -spared -sparely -sparer -sparerib -spareribs -sparers -spares -sparest -sparge -sparged -sparger -spargers -sparges -sparging -sparid -sparids -sparing -sparingly -spark -sparked -sparker -sparkers -sparkier -sparkiest -sparkily -sparking -sparkish -sparkle -sparkled -sparkler -sparklers -sparkles -sparkling -sparks -sparky -sparlike -sparling -sparlings -sparoid -sparoids -sparred -sparrier -sparriest -sparring -sparrow -sparrows -sparry -spars -sparse -sparsely -sparser -sparsest -sparsities -sparsity -spas -spasm -spasmodic -spasms -spastic -spastics -spat -spate -spates -spathal -spathe -spathed -spathes -spathic -spathose -spatial -spatially -spats -spatted -spatter -spattered -spattering -spatters -spatting -spatula -spatular -spatulas -spavie -spavies -spaviet -spavin -spavined -spavins -spawn -spawned -spawner -spawners -spawning -spawns -spay -spayed -spaying -spays -speak -speaker -speakers -speaking -speakings -speaks -spean -speaned -speaning -speans -spear -speared -spearer -spearers -spearhead -spearheaded -spearheading -spearheads -spearing -spearman -spearmen -spearmint -spears -special -specialer -specialest -specialist -specialists -specialization -specializations -specialize -specialized -specializes -specializing -specially -specials -specialties -specialty -speciate -speciated -speciates -speciating -specie -species -specific -specifically -specification -specifications -specificities -specificity -specifics -specified -specifies -specify -specifying -specimen -specimens -specious -speck -specked -specking -speckle -speckled -speckles -speckling -specks -specs -spectacle -spectacles -spectacular -spectate -spectated -spectates -spectating -spectator -spectators -specter -specters -spectra -spectral -spectre -spectres -spectrum -spectrums -specula -specular -speculate -speculated -speculates -speculating -speculation -speculations -speculative -speculator -speculators -speculum -speculums -sped -speech -speeches -speechless -speed -speedboat -speedboats -speeded -speeder -speeders -speedier -speediest -speedily -speeding -speedings -speedometer -speedometers -speeds -speedup -speedups -speedway -speedways -speedy -speel -speeled -speeling -speels -speer -speered -speering -speerings -speers -speil -speiled -speiling -speils -speir -speired -speiring -speirs -speise -speises -speiss -speisses -spelaean -spelean -spell -spellbound -spelled -speller -spellers -spelling -spellings -spells -spelt -spelter -spelters -spelts -speltz -speltzes -spelunk -spelunked -spelunking -spelunks -spence -spencer -spencers -spences -spend -spender -spenders -spending -spends -spendthrift -spendthrifts -spent -sperm -spermaries -spermary -spermic -spermine -spermines -spermous -sperms -spew -spewed -spewer -spewers -spewing -spews -sphagnum -sphagnums -sphene -sphenes -sphenic -sphenoid -sphenoids -spheral -sphere -sphered -spheres -spheric -spherical -spherics -spherier -spheriest -sphering -spheroid -spheroids -spherule -spherules -sphery -sphinges -sphingid -sphingids -sphinx -sphinxes -sphygmic -sphygmus -sphygmuses -spic -spica -spicae -spicas -spicate -spicated -spiccato -spiccatos -spice -spiced -spicer -spiceries -spicers -spicery -spices -spicey -spicier -spiciest -spicily -spicing -spick -spicks -spics -spicula -spiculae -spicular -spicule -spicules -spiculum -spicy -spider -spiderier -spideriest -spiders -spidery -spied -spiegel -spiegels -spiel -spieled -spieler -spielers -spieling -spiels -spier -spiered -spiering -spiers -spies -spiffier -spiffiest -spiffily -spiffing -spiffy -spigot -spigots -spik -spike -spiked -spikelet -spikelets -spiker -spikers -spikes -spikier -spikiest -spikily -spiking -spiks -spiky -spile -spiled -spiles -spilikin -spilikins -spiling -spilings -spill -spillable -spillage -spillages -spilled -spiller -spillers -spilling -spills -spillway -spillways -spilt -spilth -spilths -spin -spinach -spinaches -spinage -spinages -spinal -spinally -spinals -spinate -spindle -spindled -spindler -spindlers -spindles -spindlier -spindliest -spindling -spindly -spine -spined -spinel -spineless -spinelle -spinelles -spinels -spines -spinet -spinets -spinier -spiniest -spinifex -spinifexes -spinless -spinner -spinneries -spinners -spinnery -spinney -spinneys -spinnies -spinning -spinnings -spinny -spinoff -spinoffs -spinor -spinors -spinose -spinous -spinout -spinouts -spins -spinster -spinsters -spinula -spinulae -spinule -spinules -spinwriter -spiny -spiracle -spiracles -spiraea -spiraeas -spiral -spiraled -spiraling -spiralled -spiralling -spirally -spirals -spirant -spirants -spire -spirea -spireas -spired -spirem -spireme -spiremes -spirems -spires -spirilla -spiring -spirit -spirited -spiriting -spiritless -spirits -spiritual -spiritualism -spiritualisms -spiritualist -spiritualistic -spiritualists -spiritualities -spirituality -spiritually -spirituals -spiroid -spirt -spirted -spirting -spirts -spirula -spirulae -spirulas -spiry -spit -spital -spitals -spitball -spitballs -spite -spited -spiteful -spitefuller -spitefullest -spitefully -spites -spitfire -spitfires -spiting -spits -spitted -spitter -spitters -spitting -spittle -spittles -spittoon -spittoons -spitz -spitzes -spiv -spivs -splake -splakes -splash -splashed -splasher -splashers -splashes -splashier -splashiest -splashing -splashy -splat -splats -splatter -splattered -splattering -splatters -splay -splayed -splaying -splays -spleen -spleenier -spleeniest -spleens -spleeny -splendid -splendider -splendidest -splendidly -splendor -splendors -splenia -splenial -splenic -splenii -splenium -splenius -splent -splents -splice -spliced -splicer -splicers -splices -splicing -spline -splined -splines -splining -splint -splinted -splinter -splintered -splintering -splinters -splinting -splints -split -splits -splitter -splitters -splitting -splore -splores -splosh -sploshed -sploshes -sploshing -splotch -splotched -splotches -splotchier -splotchiest -splotching -splotchy -splurge -splurged -splurges -splurgier -splurgiest -splurging -splurgy -splutter -spluttered -spluttering -splutters -spode -spodes -spoil -spoilage -spoilages -spoiled -spoiler -spoilers -spoiling -spoils -spoilt -spoke -spoked -spoken -spokes -spokesman -spokesmen -spokeswoman -spokeswomen -spoking -spoliate -spoliated -spoliates -spoliating -spondaic -spondaics -spondee -spondees -sponge -sponged -sponger -spongers -sponges -spongier -spongiest -spongily -spongin -sponging -spongins -spongy -sponsal -sponsion -sponsions -sponson -sponsons -sponsor -sponsored -sponsoring -sponsors -sponsorship -sponsorships -spontaneities -spontaneity -spontaneous -spontaneously -spontoon -spontoons -spoof -spoofed -spoofing -spoofs -spook -spooked -spookier -spookiest -spookily -spooking -spookish -spooks -spooky -spool -spooled -spooling -spools -spoon -spooned -spooney -spooneys -spoonful -spoonfuls -spoonier -spoonies -spooniest -spoonily -spooning -spoons -spoonsful -spoony -spoor -spoored -spooring -spoors -sporadic -sporadically -sporal -spore -spored -spores -sporing -sporoid -sporran -sporrans -sport -sported -sporter -sporters -sportful -sportier -sportiest -sportily -sporting -sportive -sports -sportscast -sportscaster -sportscasters -sportscasts -sportsman -sportsmanship -sportsmanships -sportsmen -sporty -sporular -sporule -sporules -spot -spotless -spotlessly -spotlight -spotlighted -spotlighting -spotlights -spots -spotted -spotter -spotters -spottier -spottiest -spottily -spotting -spotty -spousal -spousals -spouse -spoused -spouses -spousing -spout -spouted -spouter -spouters -spouting -spouts -spraddle -spraddled -spraddles -spraddling -sprag -sprags -sprain -sprained -spraining -sprains -sprang -sprat -sprats -sprattle -sprattled -sprattles -sprattling -sprawl -sprawled -sprawler -sprawlers -sprawlier -sprawliest -sprawling -sprawls -sprawly -spray -sprayed -sprayer -sprayers -spraying -sprays -spread -spreader -spreaders -spreading -spreads -spree -sprees -sprent -sprier -spriest -sprig -sprigged -sprigger -spriggers -spriggier -spriggiest -sprigging -spriggy -spright -sprightliness -sprightlinesses -sprightly -sprights -sprigs -spring -springal -springals -springe -springed -springeing -springer -springers -springes -springier -springiest -springing -springs -springy -sprinkle -sprinkled -sprinkler -sprinklers -sprinkles -sprinkling -sprint -sprinted -sprinter -sprinters -sprinting -sprints -sprit -sprite -sprites -sprits -sprocket -sprockets -sprout -sprouted -sprouting -sprouts -spruce -spruced -sprucely -sprucer -spruces -sprucest -sprucier -spruciest -sprucing -sprucy -sprue -sprues -sprug -sprugs -sprung -spry -spryer -spryest -spryly -spryness -sprynesses -spud -spudded -spudder -spudders -spudding -spuds -spue -spued -spues -spuing -spume -spumed -spumes -spumier -spumiest -spuming -spumone -spumones -spumoni -spumonis -spumous -spumy -spun -spunk -spunked -spunkie -spunkier -spunkies -spunkiest -spunkily -spunking -spunks -spunky -spur -spurgall -spurgalled -spurgalling -spurgalls -spurge -spurges -spurious -spurn -spurned -spurner -spurners -spurning -spurns -spurred -spurrer -spurrers -spurrey -spurreys -spurrier -spurriers -spurries -spurring -spurry -spurs -spurt -spurted -spurting -spurtle -spurtles -spurts -sputa -sputnik -sputniks -sputter -sputtered -sputtering -sputters -sputum -spy -spyglass -spyglasses -spying -squab -squabbier -squabbiest -squabble -squabbled -squabbles -squabbling -squabby -squabs -squad -squadded -squadding -squadron -squadroned -squadroning -squadrons -squads -squalene -squalenes -squalid -squalider -squalidest -squall -squalled -squaller -squallers -squallier -squalliest -squalling -squalls -squally -squalor -squalors -squama -squamae -squamate -squamose -squamous -squander -squandered -squandering -squanders -square -squared -squarely -squarer -squarers -squares -squarest -squaring -squarish -squash -squashed -squasher -squashers -squashes -squashier -squashiest -squashing -squashy -squat -squatly -squats -squatted -squatter -squattered -squattering -squatters -squattest -squattier -squattiest -squatting -squatty -squaw -squawk -squawked -squawker -squawkers -squawking -squawks -squaws -squeak -squeaked -squeaker -squeakers -squeakier -squeakiest -squeaking -squeaks -squeaky -squeal -squealed -squealer -squealers -squealing -squeals -squeamish -squeegee -squeegeed -squeegeeing -squeegees -squeeze -squeezed -squeezer -squeezers -squeezes -squeezing -squeg -squegged -squegging -squegs -squelch -squelched -squelches -squelchier -squelchiest -squelching -squelchy -squib -squibbed -squibbing -squibs -squid -squidded -squidding -squids -squiffed -squiffy -squiggle -squiggled -squiggles -squigglier -squiggliest -squiggling -squiggly -squilgee -squilgeed -squilgeeing -squilgees -squill -squilla -squillae -squillas -squills -squinch -squinched -squinches -squinching -squinnied -squinnier -squinnies -squinniest -squinny -squinnying -squint -squinted -squinter -squinters -squintest -squintier -squintiest -squinting -squints -squinty -squire -squired -squireen -squireens -squires -squiring -squirish -squirm -squirmed -squirmer -squirmers -squirmier -squirmiest -squirming -squirms -squirmy -squirrel -squirreled -squirreling -squirrelled -squirrelling -squirrels -squirt -squirted -squirter -squirters -squirting -squirts -squish -squished -squishes -squishier -squishiest -squishing -squishy -squoosh -squooshed -squooshes -squooshing -squush -squushed -squushes -squushing -sraddha -sraddhas -sradha -sradhas -sri -sris -stab -stabbed -stabber -stabbers -stabbing -stabile -stabiles -stabilities -stability -stabilization -stabilize -stabilized -stabilizer -stabilizers -stabilizes -stabilizing -stable -stabled -stabler -stablers -stables -stablest -stabling -stablings -stablish -stablished -stablishes -stablishing -stably -stabs -staccati -staccato -staccatos -stack -stacked -stacker -stackers -stacking -stacks -stacte -stactes -staddle -staddles -stade -stades -stadia -stadias -stadium -stadiums -staff -staffed -staffer -staffers -staffing -staffs -stag -stage -stagecoach -stagecoaches -staged -stager -stagers -stages -stagey -staggard -staggards -staggart -staggarts -stagged -stagger -staggered -staggering -staggeringly -staggers -staggery -staggie -staggier -staggies -staggiest -stagging -staggy -stagier -stagiest -stagily -staging -stagings -stagnant -stagnate -stagnated -stagnates -stagnating -stagnation -stagnations -stags -stagy -staid -staider -staidest -staidly -staig -staigs -stain -stained -stainer -stainers -staining -stainless -stains -stair -staircase -staircases -stairs -stairway -stairways -stairwell -stairwells -stake -staked -stakeout -stakeouts -stakes -staking -stalactite -stalactites -stalag -stalagmite -stalagmites -stalags -stale -staled -stalely -stalemate -stalemated -stalemates -stalemating -staler -stales -stalest -staling -stalinism -stalk -stalked -stalker -stalkers -stalkier -stalkiest -stalkily -stalking -stalks -stalky -stall -stalled -stalling -stallion -stallions -stalls -stalwart -stalwarts -stamen -stamens -stamina -staminal -staminas -stammel -stammels -stammer -stammered -stammering -stammers -stamp -stamped -stampede -stampeded -stampedes -stampeding -stamper -stampers -stamping -stamps -stance -stances -stanch -stanched -stancher -stanchers -stanches -stanchest -stanching -stanchion -stanchions -stanchly -stand -standard -standardization -standardizations -standardize -standardized -standardizes -standardizing -standards -standby -standbys -standee -standees -stander -standers -standing -standings -standish -standishes -standoff -standoffs -standout -standouts -standpat -standpoint -standpoints -stands -standstill -standup -stane -staned -stanes -stang -stanged -stanging -stangs -stanhope -stanhopes -staning -stank -stanks -stannaries -stannary -stannic -stannite -stannites -stannous -stannum -stannums -stanza -stanzaed -stanzaic -stanzas -stapedes -stapelia -stapelias -stapes -staph -staphs -staple -stapled -stapler -staplers -staples -stapling -star -starboard -starboards -starch -starched -starches -starchier -starchiest -starching -starchy -stardom -stardoms -stardust -stardusts -stare -stared -starer -starers -stares -starets -starfish -starfishes -stargaze -stargazed -stargazes -stargazing -staring -stark -starker -starkest -starkly -starless -starlet -starlets -starlight -starlights -starlike -starling -starlings -starlit -starnose -starnoses -starred -starrier -starriest -starring -starry -stars -start -started -starter -starters -starting -startle -startled -startler -startlers -startles -startling -starts -startsy -starvation -starvations -starve -starved -starver -starvers -starves -starving -starwort -starworts -stases -stash -stashed -stashes -stashing -stasima -stasimon -stasis -statable -statal -statant -state -stated -statedly -statehood -statehoods -statelier -stateliest -stateliness -statelinesses -stately -statement -statements -stater -stateroom -staterooms -staters -states -statesman -statesmanlike -statesmanship -statesmanships -statesmen -static -statical -statice -statices -statics -stating -station -stationary -stationed -stationer -stationeries -stationers -stationery -stationing -stations -statism -statisms -statist -statistic -statistical -statistically -statistician -statisticians -statistics -statists -stative -statives -stator -stators -statuaries -statuary -statue -statued -statues -statuesque -statuette -statuettes -stature -statures -status -statuses -statute -statutes -statutory -staumrel -staumrels -staunch -staunched -stauncher -staunches -staunchest -staunching -staunchly -stave -staved -staves -staving -staw -stay -stayed -stayer -stayers -staying -stays -staysail -staysails -stead -steaded -steadfast -steadfastly -steadfastness -steadfastnesses -steadied -steadier -steadiers -steadies -steadiest -steadily -steadiness -steadinesses -steading -steadings -steads -steady -steadying -steak -steaks -steal -stealage -stealages -stealer -stealers -stealing -stealings -steals -stealth -stealthier -stealthiest -stealthily -stealths -stealthy -steam -steamboat -steamboats -steamed -steamer -steamered -steamering -steamers -steamier -steamiest -steamily -steaming -steams -steamship -steamships -steamy -steapsin -steapsins -stearate -stearates -stearic -stearin -stearine -stearines -stearins -steatite -steatites -stedfast -steed -steeds -steek -steeked -steeking -steeks -steel -steeled -steelie -steelier -steelies -steeliest -steeling -steels -steely -steenbok -steenboks -steep -steeped -steepen -steepened -steepening -steepens -steeper -steepers -steepest -steeping -steeple -steeplechase -steeplechases -steepled -steeples -steeply -steepness -steepnesses -steeps -steer -steerage -steerages -steered -steerer -steerers -steering -steers -steeve -steeved -steeves -steeving -steevings -stegodon -stegodons -stein -steinbok -steinboks -steins -stela -stelae -stelai -stelar -stele -stelene -steles -stelic -stella -stellar -stellas -stellate -stellified -stellifies -stellify -stellifying -stem -stemless -stemlike -stemma -stemmas -stemmata -stemmed -stemmer -stemmeries -stemmers -stemmery -stemmier -stemmiest -stemming -stemmy -stems -stemson -stemsons -stemware -stemwares -stench -stenches -stenchier -stenchiest -stenchy -stencil -stenciled -stenciling -stencilled -stencilling -stencils -stengah -stengahs -steno -stenographer -stenographers -stenographic -stenography -stenos -stenosed -stenoses -stenosis -stenotic -stentor -stentorian -stentors -step -stepdame -stepdames -stepladder -stepladders -steplike -steppe -stepped -stepper -steppers -steppes -stepping -steps -stepson -stepsons -stepwise -stere -stereo -stereoed -stereoing -stereophonic -stereos -stereotype -stereotyped -stereotypes -stereotyping -steres -steric -sterical -sterigma -sterigmas -sterigmata -sterile -sterilities -sterility -sterilization -sterilizations -sterilize -sterilized -sterilizer -sterilizers -sterilizes -sterilizing -sterlet -sterlets -sterling -sterlings -stern -sterna -sternal -sterner -sternest -sternite -sternites -sternly -sternness -sternnesses -sterns -sternson -sternsons -sternum -sternums -sternway -sternways -steroid -steroids -sterol -sterols -stertor -stertors -stet -stethoscope -stethoscopes -stets -stetson -stetsons -stetted -stetting -stevedore -stevedores -stew -steward -stewarded -stewardess -stewardesses -stewarding -stewards -stewardship -stewardships -stewbum -stewbums -stewed -stewing -stewpan -stewpans -stews -stey -sthenia -sthenias -sthenic -stibial -stibine -stibines -stibium -stibiums -stibnite -stibnites -stich -stichic -stichs -stick -sticked -sticker -stickers -stickful -stickfuls -stickier -stickiest -stickily -sticking -stickit -stickle -stickled -stickler -sticklers -stickles -stickling -stickman -stickmen -stickout -stickouts -stickpin -stickpins -sticks -stickum -stickums -stickup -stickups -sticky -stied -sties -stiff -stiffen -stiffened -stiffening -stiffens -stiffer -stiffest -stiffish -stiffly -stiffness -stiffnesses -stiffs -stifle -stifled -stifler -stiflers -stifles -stifling -stigma -stigmal -stigmas -stigmata -stigmatize -stigmatized -stigmatizes -stigmatizing -stilbene -stilbenes -stilbite -stilbites -stile -stiles -stiletto -stilettoed -stilettoes -stilettoing -stilettos -still -stillbirth -stillbirths -stillborn -stilled -stiller -stillest -stillier -stilliest -stilling -stillman -stillmen -stillness -stillnesses -stills -stilly -stilt -stilted -stilting -stilts -stime -stimes -stimied -stimies -stimulant -stimulants -stimulate -stimulated -stimulates -stimulating -stimulation -stimulations -stimuli -stimulus -stimy -stimying -sting -stinger -stingers -stingier -stingiest -stingily -stinginess -stinginesses -stinging -stingo -stingos -stingray -stingrays -stings -stingy -stink -stinkard -stinkards -stinkbug -stinkbugs -stinker -stinkers -stinkier -stinkiest -stinking -stinko -stinkpot -stinkpots -stinks -stinky -stint -stinted -stinter -stinters -stinting -stints -stipe -stiped -stipel -stipels -stipend -stipends -stipes -stipites -stipple -stippled -stippler -stipplers -stipples -stippling -stipular -stipulate -stipulated -stipulates -stipulating -stipulation -stipulations -stipule -stipuled -stipules -stir -stirk -stirks -stirp -stirpes -stirps -stirred -stirrer -stirrers -stirring -stirrup -stirrups -stirs -stitch -stitched -stitcher -stitchers -stitches -stitching -stithied -stithies -stithy -stithying -stiver -stivers -stoa -stoae -stoai -stoas -stoat -stoats -stob -stobbed -stobbing -stobs -stoccado -stoccados -stoccata -stoccatas -stock -stockade -stockaded -stockades -stockading -stockcar -stockcars -stocked -stocker -stockers -stockier -stockiest -stockily -stocking -stockings -stockish -stockist -stockists -stockman -stockmen -stockpile -stockpiled -stockpiles -stockpiling -stockpot -stockpots -stocks -stocky -stockyard -stockyards -stodge -stodged -stodges -stodgier -stodgiest -stodgily -stodging -stodgy -stogey -stogeys -stogie -stogies -stogy -stoic -stoical -stoically -stoicism -stoicisms -stoics -stoke -stoked -stoker -stokers -stokes -stokesia -stokesias -stoking -stole -stoled -stolen -stoles -stolid -stolider -stolidest -stolidities -stolidity -stolidly -stollen -stollens -stolon -stolonic -stolons -stoma -stomach -stomachache -stomachaches -stomached -stomaching -stomachs -stomachy -stomal -stomas -stomata -stomatal -stomate -stomates -stomatic -stomatitis -stomodea -stomp -stomped -stomper -stompers -stomping -stomps -stonable -stone -stoned -stoneflies -stonefly -stoner -stoners -stones -stoney -stonier -stoniest -stonily -stoning -stonish -stonished -stonishes -stonishing -stony -stood -stooge -stooged -stooges -stooging -stook -stooked -stooker -stookers -stooking -stooks -stool -stooled -stoolie -stoolies -stooling -stools -stoop -stooped -stooper -stoopers -stooping -stoops -stop -stopcock -stopcocks -stope -stoped -stoper -stopers -stopes -stopgap -stopgaps -stoping -stoplight -stoplights -stopover -stopovers -stoppage -stoppages -stopped -stopper -stoppered -stoppering -stoppers -stopping -stopple -stoppled -stopples -stoppling -stops -stopt -stopwatch -stopwatches -storable -storables -storage -storages -storax -storaxes -store -stored -storehouse -storehouses -storekeeper -storekeepers -storeroom -storerooms -stores -storey -storeyed -storeys -storied -stories -storing -stork -storks -storm -stormed -stormier -stormiest -stormily -storming -storms -stormy -story -storying -storyteller -storytellers -storytelling -storytellings -stoss -stotinka -stotinki -stound -stounded -stounding -stounds -stoup -stoups -stour -stoure -stoures -stourie -stours -stoury -stout -stouten -stoutened -stoutening -stoutens -stouter -stoutest -stoutish -stoutly -stoutness -stoutnesses -stouts -stove -stover -stovers -stoves -stow -stowable -stowage -stowages -stowaway -stowaways -stowed -stowing -stowp -stowps -stows -straddle -straddled -straddles -straddling -strafe -strafed -strafer -strafers -strafes -strafing -straggle -straggled -straggler -stragglers -straggles -stragglier -straggliest -straggling -straggly -straight -straighted -straighten -straightened -straightening -straightens -straighter -straightest -straightforward -straightforwarder -straightforwardest -straighting -straights -straightway -strain -strained -strainer -strainers -straining -strains -strait -straiten -straitened -straitening -straitens -straiter -straitest -straitly -straits -strake -straked -strakes -stramash -stramashes -stramonies -stramony -strand -stranded -strander -stranders -stranding -strands -strang -strange -strangely -strangeness -strangenesses -stranger -strangered -strangering -strangers -strangest -strangle -strangled -strangler -stranglers -strangles -strangling -strangulation -strangulations -strap -strapness -strapnesses -strapped -strapper -strappers -strapping -straps -strass -strasses -strata -stratagem -stratagems -stratal -stratas -strategic -strategies -strategist -strategists -strategy -strath -straths -strati -stratification -stratifications -stratified -stratifies -stratify -stratifying -stratosphere -stratospheres -stratous -stratum -stratums -stratus -stravage -stravaged -stravages -stravaging -stravaig -stravaiged -stravaiging -stravaigs -straw -strawberries -strawberry -strawed -strawhat -strawier -strawiest -strawing -straws -strawy -stray -strayed -strayer -strayers -straying -strays -streak -streaked -streaker -streakers -streakier -streakiest -streaking -streaks -streaky -stream -streamed -streamer -streamers -streamier -streamiest -streaming -streamline -streamlines -streams -streamy -streek -streeked -streeker -streekers -streeking -streeks -street -streetcar -streetcars -streets -strength -strengthen -strengthened -strengthener -strengtheners -strengthening -strengthens -strengths -strenuous -strenuously -strep -streps -stress -stressed -stresses -stressing -stressor -stressors -stretch -stretched -stretcher -stretchers -stretches -stretchier -stretchiest -stretching -stretchy -stretta -strettas -strette -stretti -stretto -strettos -streusel -streusels -strew -strewed -strewer -strewers -strewing -strewn -strews -stria -striae -striate -striated -striates -striating -strick -stricken -strickle -strickled -strickles -strickling -stricks -strict -stricter -strictest -strictly -strictness -strictnesses -stricture -strictures -strid -stridden -stride -strident -strider -striders -strides -striding -stridor -stridors -strife -strifes -strigil -strigils -strigose -strike -striker -strikers -strikes -striking -strikingly -string -stringed -stringent -stringer -stringers -stringier -stringiest -stringing -strings -stringy -strip -stripe -striped -striper -stripers -stripes -stripier -stripiest -striping -stripings -stripped -stripper -strippers -stripping -strips -stript -stripy -strive -strived -striven -striver -strivers -strives -striving -strobe -strobes -strobic -strobil -strobila -strobilae -strobile -strobiles -strobili -strobils -strode -stroke -stroked -stroker -strokers -strokes -stroking -stroll -strolled -stroller -strollers -strolling -strolls -stroma -stromal -stromata -strong -stronger -strongest -stronghold -strongholds -strongly -strongyl -strongyls -strontia -strontias -strontic -strontium -strontiums -strook -strop -strophe -strophes -strophic -stropped -stropping -strops -stroud -strouds -strove -strow -strowed -strowing -strown -strows -stroy -stroyed -stroyer -stroyers -stroying -stroys -struck -strucken -structural -structure -structures -strudel -strudels -struggle -struggled -struggles -struggling -strum -struma -strumae -strumas -strummed -strummer -strummers -strumming -strumose -strumous -strumpet -strumpets -strums -strung -strunt -strunted -strunting -strunts -strut -struts -strutted -strutter -strutters -strutting -strychnine -strychnines -stub -stubbed -stubbier -stubbiest -stubbily -stubbing -stubble -stubbled -stubbles -stubblier -stubbliest -stubbly -stubborn -stubbornly -stubbornness -stubbornnesses -stubby -stubiest -stubs -stucco -stuccoed -stuccoer -stuccoers -stuccoes -stuccoing -stuccos -stuck -stud -studbook -studbooks -studded -studdie -studdies -studding -studdings -student -students -studfish -studfishes -studied -studier -studiers -studies -studio -studios -studious -studiously -studs -studwork -studworks -study -studying -stuff -stuffed -stuffer -stuffers -stuffier -stuffiest -stuffily -stuffing -stuffings -stuffs -stuffy -stuiver -stuivers -stull -stulls -stultification -stultifications -stultified -stultifies -stultify -stultifying -stum -stumble -stumbled -stumbler -stumblers -stumbles -stumbling -stummed -stumming -stump -stumpage -stumpages -stumped -stumper -stumpers -stumpier -stumpiest -stumping -stumps -stumpy -stums -stun -stung -stunk -stunned -stunner -stunners -stunning -stunningly -stuns -stunsail -stunsails -stunt -stunted -stunting -stunts -stupa -stupas -stupe -stupefaction -stupefactions -stupefied -stupefies -stupefy -stupefying -stupendous -stupendously -stupes -stupid -stupider -stupidest -stupidity -stupidly -stupids -stupor -stuporous -stupors -sturdied -sturdier -sturdies -sturdiest -sturdily -sturdiness -sturdinesses -sturdy -sturgeon -sturgeons -sturt -sturts -stutter -stuttered -stuttering -stutters -sty -stye -styed -styes -stygian -stying -stylar -stylate -style -styled -styler -stylers -styles -stylet -stylets -styli -styling -stylings -stylise -stylised -styliser -stylisers -stylises -stylish -stylishly -stylishness -stylishnesses -stylising -stylist -stylists -stylite -stylites -stylitic -stylize -stylized -stylizer -stylizers -stylizes -stylizing -styloid -stylus -styluses -stymie -stymied -stymieing -stymies -stymy -stymying -stypsis -stypsises -styptic -styptics -styrax -styraxes -styrene -styrenes -suable -suably -suasion -suasions -suasive -suasory -suave -suavely -suaver -suavest -suavities -suavity -sub -suba -subabbot -subabbots -subacid -subacrid -subacute -subadar -subadars -subadult -subadults -subagencies -subagency -subagent -subagents -subah -subahdar -subahdars -subahs -subalar -subarctic -subarea -subareas -subarid -subas -subatmospheric -subatom -subatoms -subaverage -subaxial -subbase -subbasement -subbasements -subbases -subbass -subbasses -subbed -subbing -subbings -subbranch -subbranches -subbreed -subbreeds -subcabinet -subcabinets -subcategories -subcategory -subcause -subcauses -subcell -subcells -subchief -subchiefs -subclan -subclans -subclass -subclassed -subclasses -subclassification -subclassifications -subclassified -subclassifies -subclassify -subclassifying -subclassing -subclerk -subclerks -subcommand -subcommands -subcommission -subcommissions -subcommunities -subcommunity -subcomponent -subcomponents -subconcept -subconcepts -subconscious -subconsciouses -subconsciously -subconsciousness -subconsciousnesses -subcontract -subcontracted -subcontracting -subcontractor -subcontractors -subcontracts -subcool -subcooled -subcooling -subcools -subculture -subcultures -subcutaneous -subcutes -subcutis -subcutises -subdean -subdeans -subdeb -subdebs -subdepartment -subdepartments -subdepot -subdepots -subdistrict -subdistricts -subdivide -subdivided -subdivides -subdividing -subdivision -subdivisions -subdual -subduals -subduce -subduced -subduces -subducing -subduct -subducted -subducting -subducts -subdue -subdued -subduer -subduers -subdues -subduing -subecho -subechoes -subedit -subedited -subediting -subedits -subentries -subentry -subepoch -subepochs -subequatorial -suber -suberect -suberic -suberin -suberins -suberise -suberised -suberises -suberising -suberize -suberized -suberizes -suberizing -suberose -suberous -subers -subfamilies -subfamily -subfield -subfields -subfix -subfixes -subfloor -subfloors -subfluid -subfreezing -subfusc -subgenera -subgenus -subgenuses -subgrade -subgrades -subgroup -subgroups -subgum -subhead -subheading -subheadings -subheads -subhuman -subhumans -subhumid -subidea -subideas -subindex -subindexes -subindices -subindustries -subindustry -subitem -subitems -subito -subject -subjected -subjecting -subjection -subjections -subjective -subjectively -subjectivities -subjectivity -subjects -subjoin -subjoined -subjoining -subjoins -subjugate -subjugated -subjugates -subjugating -subjugation -subjugations -subjunctive -subjunctives -sublate -sublated -sublates -sublating -sublease -subleased -subleases -subleasing -sublet -sublethal -sublets -subletting -sublevel -sublevels -sublime -sublimed -sublimer -sublimers -sublimes -sublimest -subliming -sublimities -sublimity -subliterate -submarine -submarines -submerge -submerged -submergence -submergences -submerges -submerging -submerse -submersed -submerses -submersible -submersing -submersion -submersions -submiss -submission -submissions -submissive -submit -submits -submitted -submitting -subnasal -subnetwork -subnetworks -subnodal -subnormal -suboceanic -suboptic -suboral -suborder -suborders -subordinate -subordinated -subordinates -subordinating -subordination -subordinations -suborn -suborned -suborner -suborners -suborning -suborns -suboval -subovate -suboxide -suboxides -subpar -subpart -subparts -subpena -subpenaed -subpenaing -subpenas -subphyla -subplot -subplots -subpoena -subpoenaed -subpoenaing -subpoenas -subpolar -subprincipal -subprincipals -subprocess -subprocesses -subprogram -subprograms -subproject -subprojects -subpubic -subrace -subraces -subregion -subregions -subrent -subrents -subring -subrings -subroutine -subroutines -subrule -subrules -subs -subsale -subsales -subscribe -subscribed -subscriber -subscribers -subscribes -subscribing -subscript -subscription -subscriptions -subscripts -subsect -subsection -subsections -subsects -subsequent -subsequently -subsere -subseres -subserve -subserved -subserves -subserving -subset -subsets -subshaft -subshafts -subshrub -subshrubs -subside -subsided -subsider -subsiders -subsides -subsidiaries -subsidiary -subsidies -subsiding -subsidize -subsidized -subsidizes -subsidizing -subsidy -subsist -subsisted -subsistence -subsistences -subsisting -subsists -subsoil -subsoiled -subsoiling -subsoils -subsolar -subsonic -subspace -subspaces -subspecialties -subspecialty -subspecies -substage -substages -substandard -substantial -substantially -substantiate -substantiated -substantiates -substantiating -substantiation -substantiations -substitute -substituted -substitutes -substituting -substitution -substitutions -substructure -substructures -subsume -subsumed -subsumes -subsuming -subsurface -subsystem -subsystems -subteen -subteens -subtemperate -subtend -subtended -subtending -subtends -subterfuge -subterfuges -subterranean -subterraneous -subtext -subtexts -subtile -subtiler -subtilest -subtilties -subtilty -subtitle -subtitled -subtitles -subtitling -subtle -subtler -subtlest -subtleties -subtlety -subtly -subtone -subtones -subtonic -subtonics -subtopic -subtopics -subtotal -subtotaled -subtotaling -subtotalled -subtotalling -subtotals -subtract -subtracted -subtracting -subtraction -subtractions -subtracts -subtreasuries -subtreasury -subtribe -subtribes -subtunic -subtunics -subtype -subtypes -subulate -subunit -subunits -suburb -suburban -suburbans -suburbed -suburbia -suburbias -suburbs -subvene -subvened -subvenes -subvening -subvert -subverted -subverting -subverts -subvicar -subvicars -subviral -subvocal -subway -subways -subzone -subzones -succah -succahs -succeed -succeeded -succeeding -succeeds -success -successes -successful -successfully -succession -successions -successive -successively -successor -successors -succinct -succincter -succinctest -succinctly -succinctness -succinctnesses -succinic -succinyl -succinyls -succor -succored -succorer -succorers -succories -succoring -succors -succory -succotash -succotashes -succoth -succour -succoured -succouring -succours -succuba -succubae -succubi -succubus -succubuses -succulence -succulences -succulent -succulents -succumb -succumbed -succumbing -succumbs -succuss -succussed -succusses -succussing -such -suchlike -suchness -suchnesses -suck -sucked -sucker -suckered -suckering -suckers -suckfish -suckfishes -sucking -suckle -suckled -suckler -sucklers -suckles -suckless -suckling -sucklings -sucks -sucrase -sucrases -sucre -sucres -sucrose -sucroses -suction -suctions -sudaria -sudaries -sudarium -sudary -sudation -sudations -sudatories -sudatory -sudd -sudden -suddenly -suddenness -suddennesses -suddens -sudds -sudor -sudoral -sudors -suds -sudsed -sudser -sudsers -sudses -sudsier -sudsiest -sudsing -sudsless -sudsy -sue -sued -suede -sueded -suedes -sueding -suer -suers -sues -suet -suets -suety -suffari -suffaris -suffer -suffered -sufferer -sufferers -suffering -sufferings -suffers -suffice -sufficed -sufficer -sufficers -suffices -sufficiencies -sufficiency -sufficient -sufficiently -sufficing -suffix -suffixal -suffixation -suffixations -suffixed -suffixes -suffixing -sufflate -sufflated -sufflates -sufflating -suffocate -suffocated -suffocates -suffocating -suffocatingly -suffocation -suffocations -suffrage -suffrages -suffuse -suffused -suffuses -suffusing -sugar -sugarcane -sugarcanes -sugared -sugarier -sugariest -sugaring -sugars -sugary -suggest -suggested -suggestible -suggesting -suggestion -suggestions -suggestive -suggestively -suggestiveness -suggestivenesses -suggests -sugh -sughed -sughing -sughs -suicidal -suicide -suicided -suicides -suiciding -suing -suint -suints -suit -suitabilities -suitability -suitable -suitably -suitcase -suitcases -suite -suited -suites -suiting -suitings -suitlike -suitor -suitors -suits -sukiyaki -sukiyakis -sukkah -sukkahs -sukkoth -sulcate -sulcated -sulci -sulcus -suldan -suldans -sulfa -sulfas -sulfate -sulfated -sulfates -sulfating -sulfid -sulfide -sulfides -sulfids -sulfinyl -sulfinyls -sulfite -sulfites -sulfitic -sulfo -sulfonal -sulfonals -sulfone -sulfones -sulfonic -sulfonyl -sulfonyls -sulfur -sulfured -sulfureous -sulfuret -sulfureted -sulfureting -sulfurets -sulfuretted -sulfuretting -sulfuric -sulfuring -sulfurous -sulfurs -sulfury -sulfuryl -sulfuryls -sulk -sulked -sulker -sulkers -sulkier -sulkies -sulkiest -sulkily -sulkiness -sulkinesses -sulking -sulks -sulky -sullage -sullages -sullen -sullener -sullenest -sullenly -sullenness -sullennesses -sullied -sullies -sully -sullying -sulpha -sulphas -sulphate -sulphated -sulphates -sulphating -sulphid -sulphide -sulphides -sulphids -sulphite -sulphites -sulphone -sulphones -sulphur -sulphured -sulphuring -sulphurs -sulphury -sultan -sultana -sultanas -sultanate -sultanated -sultanates -sultanating -sultanic -sultans -sultrier -sultriest -sultrily -sultry -sum -sumac -sumach -sumachs -sumacs -sumless -summa -summable -summae -summand -summands -summaries -summarily -summarization -summarizations -summarize -summarized -summarizes -summarizing -summary -summas -summate -summated -summates -summating -summation -summations -summed -summer -summered -summerier -summeriest -summering -summerly -summers -summery -summing -summit -summital -summitries -summitry -summits -summon -summoned -summoner -summoners -summoning -summons -summonsed -summonses -summonsing -sumo -sumos -sump -sumps -sumpter -sumpters -sumptuous -sumpweed -sumpweeds -sums -sun -sunback -sunbaked -sunbath -sunbathe -sunbathed -sunbathes -sunbathing -sunbaths -sunbeam -sunbeams -sunbird -sunbirds -sunbow -sunbows -sunburn -sunburned -sunburning -sunburns -sunburnt -sunburst -sunbursts -sundae -sundaes -sunder -sundered -sunderer -sunderers -sundering -sunders -sundew -sundews -sundial -sundials -sundog -sundogs -sundown -sundowns -sundries -sundrops -sundry -sunfast -sunfish -sunfishes -sunflower -sunflowers -sung -sunglass -sunglasses -sunglow -sunglows -sunk -sunken -sunket -sunkets -sunlamp -sunlamps -sunland -sunlands -sunless -sunlight -sunlights -sunlike -sunlit -sunn -sunna -sunnas -sunned -sunnier -sunniest -sunnily -sunning -sunns -sunny -sunrise -sunrises -sunroof -sunroofs -sunroom -sunrooms -suns -sunscald -sunscalds -sunset -sunsets -sunshade -sunshades -sunshine -sunshines -sunshiny -sunspot -sunspots -sunstone -sunstones -sunstroke -sunsuit -sunsuits -suntan -suntans -sunup -sunups -sunward -sunwards -sunwise -sup -supe -super -superabundance -superabundances -superabundant -superadd -superadded -superadding -superadds -superambitious -superathlete -superathletes -superb -superber -superbest -superbly -superbomb -superbombs -supercilious -superclean -supercold -supercolossal -superconvenient -superdense -supered -supereffective -superefficiencies -superefficiency -superefficient -superego -superegos -superenthusiasm -superenthusiasms -superenthusiastic -superfast -superficial -superficialities -superficiality -superficially -superfix -superfixes -superfluity -superfluous -supergood -supergovernment -supergovernments -supergroup -supergroups -superhard -superhero -superheroine -superheroines -superheros -superhuman -superhumans -superimpose -superimposed -superimposes -superimposing -supering -superintellectual -superintellectuals -superintelligence -superintelligences -superintelligent -superintend -superintended -superintendence -superintendences -superintendencies -superintendency -superintendent -superintendents -superintending -superintends -superior -superiorities -superiority -superiors -superjet -superjets -superlain -superlative -superlatively -superlay -superlie -superlies -superlying -superman -supermarket -supermarkets -supermen -supermodern -supernal -supernatural -supernaturally -superpatriot -superpatriotic -superpatriotism -superpatriotisms -superpatriots -superplane -superplanes -superpolite -superport -superports -superpowerful -superrefined -superrich -supers -supersalesman -supersalesmen -superscout -superscouts -superscript -superscripts -supersecrecies -supersecrecy -supersecret -supersede -superseded -supersedes -superseding -supersensitive -supersex -supersexes -supership -superships -supersize -supersized -superslick -supersmooth -supersoft -supersonic -superspecial -superspecialist -superspecialists -superstar -superstars -superstate -superstates -superstition -superstitions -superstitious -superstrength -superstrengths -superstrong -superstructure -superstructures -supersuccessful -supersystem -supersystems -supertanker -supertankers -supertax -supertaxes -superthick -superthin -supertight -supertough -supervene -supervened -supervenes -supervenient -supervening -supervise -supervised -supervises -supervising -supervision -supervisions -supervisor -supervisors -supervisory -superweak -superweapon -superweapons -superwoman -superwomen -supes -supinate -supinated -supinates -supinating -supine -supinely -supines -supped -supper -suppers -supping -supplant -supplanted -supplanting -supplants -supple -suppled -supplely -supplement -supplemental -supplementary -supplements -suppler -supples -supplest -suppliant -suppliants -supplicant -supplicants -supplicate -supplicated -supplicates -supplicating -supplication -supplications -supplied -supplier -suppliers -supplies -suppling -supply -supplying -support -supportable -supported -supporter -supporters -supporting -supportive -supports -supposal -supposals -suppose -supposed -supposer -supposers -supposes -supposing -supposition -suppositions -suppositories -suppository -suppress -suppressed -suppresses -suppressing -suppression -suppressions -suppurate -suppurated -suppurates -suppurating -suppuration -suppurations -supra -supraclavicular -supremacies -supremacy -supreme -supremely -supremer -supremest -sups -sura -surah -surahs -sural -suras -surbase -surbased -surbases -surcease -surceased -surceases -surceasing -surcharge -surcharges -surcoat -surcoats -surd -surds -sure -surefire -surely -sureness -surenesses -surer -surest -sureties -surety -surf -surfable -surface -surfaced -surfacer -surfacers -surfaces -surfacing -surfbird -surfbirds -surfboat -surfboats -surfed -surfeit -surfeited -surfeiting -surfeits -surfer -surfers -surffish -surffishes -surfier -surfiest -surfing -surfings -surflike -surfs -surfy -surge -surged -surgeon -surgeons -surger -surgeries -surgers -surgery -surges -surgical -surgically -surging -surgy -suricate -suricates -surlier -surliest -surlily -surly -surmise -surmised -surmiser -surmisers -surmises -surmising -surmount -surmounted -surmounting -surmounts -surname -surnamed -surnamer -surnamers -surnames -surnaming -surpass -surpassed -surpasses -surpassing -surpassingly -surplice -surplices -surplus -surpluses -surprint -surprinted -surprinting -surprints -surprise -surprised -surprises -surprising -surprisingly -surprize -surprized -surprizes -surprizing -surra -surras -surreal -surrealism -surrender -surrendered -surrendering -surrenders -surreptitious -surreptitiously -surrey -surreys -surround -surrounded -surrounding -surroundings -surrounds -surroyal -surroyals -surtax -surtaxed -surtaxes -surtaxing -surtout -surtouts -surveil -surveiled -surveiling -surveillance -surveillances -surveils -survey -surveyed -surveying -surveyor -surveyors -surveys -survival -survivals -survive -survived -surviver -survivers -survives -surviving -survivor -survivors -survivorship -survivorships -susceptibilities -susceptibility -susceptible -suslik -susliks -suspect -suspected -suspecting -suspects -suspend -suspended -suspender -suspenders -suspending -suspends -suspense -suspenseful -suspenses -suspension -suspensions -suspicion -suspicions -suspicious -suspiciously -suspire -suspired -suspires -suspiring -sustain -sustained -sustaining -sustains -sustenance -sustenances -susurrus -susurruses -sutler -sutlers -sutra -sutras -sutta -suttas -suttee -suttees -sutural -suture -sutured -sutures -suturing -suzerain -suzerains -svaraj -svarajes -svedberg -svedbergs -svelte -sveltely -svelter -sveltest -swab -swabbed -swabber -swabbers -swabbie -swabbies -swabbing -swabby -swabs -swaddle -swaddled -swaddles -swaddling -swag -swage -swaged -swager -swagers -swages -swagged -swagger -swaggered -swaggering -swaggers -swagging -swaging -swagman -swagmen -swags -swail -swails -swain -swainish -swains -swale -swales -swallow -swallowed -swallowing -swallows -swam -swami -swamies -swamis -swamp -swamped -swamper -swampers -swampier -swampiest -swamping -swampish -swamps -swampy -swamy -swan -swang -swanherd -swanherds -swank -swanked -swanker -swankest -swankier -swankiest -swankily -swanking -swanks -swanky -swanlike -swanned -swanneries -swannery -swanning -swanpan -swanpans -swans -swanskin -swanskins -swap -swapped -swapper -swappers -swapping -swaps -swaraj -swarajes -sward -swarded -swarding -swards -sware -swarf -swarfs -swarm -swarmed -swarmer -swarmers -swarming -swarms -swart -swarth -swarthier -swarthiest -swarths -swarthy -swarty -swash -swashbuckler -swashbucklers -swashbuckling -swashbucklings -swashed -swasher -swashers -swashes -swashing -swastica -swasticas -swastika -swastikas -swat -swatch -swatches -swath -swathe -swathed -swather -swathers -swathes -swathing -swaths -swats -swatted -swatter -swatters -swatting -sway -swayable -swayback -swaybacks -swayed -swayer -swayers -swayful -swaying -sways -swear -swearer -swearers -swearing -swears -sweat -sweatbox -sweatboxes -sweated -sweater -sweaters -sweatier -sweatiest -sweatily -sweating -sweats -sweaty -swede -swedes -sweenies -sweeny -sweep -sweeper -sweepers -sweepier -sweepiest -sweeping -sweepings -sweeps -sweepstakes -sweepy -sweer -sweet -sweeten -sweetened -sweetener -sweeteners -sweetening -sweetens -sweeter -sweetest -sweetheart -sweethearts -sweetie -sweeties -sweeting -sweetings -sweetish -sweetly -sweetness -sweetnesses -sweets -sweetsop -sweetsops -swell -swelled -sweller -swellest -swelling -swellings -swells -swelter -sweltered -sweltering -swelters -sweltrier -sweltriest -sweltry -swept -swerve -swerved -swerver -swervers -swerves -swerving -sweven -swevens -swift -swifter -swifters -swiftest -swiftly -swiftness -swiftnesses -swifts -swig -swigged -swigger -swiggers -swigging -swigs -swill -swilled -swiller -swillers -swilling -swills -swim -swimmer -swimmers -swimmier -swimmiest -swimmily -swimming -swimmings -swimmy -swims -swimsuit -swimsuits -swindle -swindled -swindler -swindlers -swindles -swindling -swine -swinepox -swinepoxes -swing -swinge -swinged -swingeing -swinger -swingers -swinges -swingier -swingiest -swinging -swingle -swingled -swingles -swingling -swings -swingy -swinish -swink -swinked -swinking -swinks -swinney -swinneys -swipe -swiped -swipes -swiping -swiple -swiples -swipple -swipples -swirl -swirled -swirlier -swirliest -swirling -swirls -swirly -swish -swished -swisher -swishers -swishes -swishier -swishiest -swishing -swishy -swiss -swisses -switch -switchboard -switchboards -switched -switcher -switchers -switches -switching -swith -swithe -swither -swithered -swithering -swithers -swithly -swive -swived -swivel -swiveled -swiveling -swivelled -swivelling -swivels -swives -swivet -swivets -swiving -swizzle -swizzled -swizzler -swizzlers -swizzles -swizzling -swob -swobbed -swobber -swobbers -swobbing -swobs -swollen -swoon -swooned -swooner -swooners -swooning -swoons -swoop -swooped -swooper -swoopers -swooping -swoops -swoosh -swooshed -swooshes -swooshing -swop -swopped -swopping -swops -sword -swordfish -swordfishes -swordman -swordmen -swords -swore -sworn -swot -swots -swotted -swotter -swotters -swotting -swoun -swound -swounded -swounding -swounds -swouned -swouning -swouns -swum -swung -sybarite -sybarites -sybo -syboes -sycamine -sycamines -sycamore -sycamores -syce -sycee -sycees -syces -sycomore -sycomores -syconia -syconium -sycophant -sycophantic -sycophants -sycoses -sycosis -syenite -syenites -syenitic -syke -sykes -syllabi -syllabic -syllabics -syllable -syllabled -syllables -syllabling -syllabub -syllabubs -syllabus -syllabuses -sylph -sylphic -sylphid -sylphids -sylphish -sylphs -sylphy -sylva -sylvae -sylvan -sylvans -sylvas -sylvatic -sylvin -sylvine -sylvines -sylvins -sylvite -sylvites -symbion -symbions -symbiont -symbionts -symbiot -symbiote -symbiotes -symbiots -symbol -symboled -symbolic -symbolical -symbolically -symboling -symbolism -symbolisms -symbolization -symbolizations -symbolize -symbolized -symbolizes -symbolizing -symbolled -symbolling -symbols -symmetric -symmetrical -symmetrically -symmetries -symmetry -sympathetic -sympathetically -sympathies -sympathize -sympathized -sympathizes -sympathizing -sympathy -sympatries -sympatry -symphonic -symphonies -symphony -sympodia -symposia -symposium -symptom -symptomatically -symptomatology -symptoms -syn -synagog -synagogs -synagogue -synagogues -synapse -synapsed -synapses -synapsing -synapsis -synaptic -sync -syncarp -syncarpies -syncarps -syncarpy -synced -synch -synched -synching -synchro -synchronization -synchronizations -synchronize -synchronized -synchronizes -synchronizing -synchros -synchs -syncing -syncline -synclines -syncom -syncoms -syncopal -syncopate -syncopated -syncopates -syncopating -syncopation -syncopations -syncope -syncopes -syncopic -syncs -syncytia -syndeses -syndesis -syndesises -syndet -syndetic -syndets -syndic -syndical -syndicate -syndicated -syndicates -syndicating -syndication -syndics -syndrome -syndromes -syne -synectic -synergia -synergias -synergic -synergid -synergids -synergies -synergy -synesis -synesises -syngamic -syngamies -syngamy -synod -synodal -synodic -synods -synonym -synonyme -synonymes -synonymies -synonymous -synonyms -synonymy -synopses -synopsis -synoptic -synovia -synovial -synovias -syntactic -syntactical -syntax -syntaxes -syntheses -synthesis -synthesize -synthesized -synthesizer -synthesizers -synthesizes -synthesizing -synthetic -synthetically -synthetics -syntonic -syntonies -syntony -synura -synurae -sypher -syphered -syphering -syphers -syphilis -syphilises -syphilitic -syphon -syphoned -syphoning -syphons -syren -syrens -syringa -syringas -syringe -syringed -syringes -syringing -syrinx -syrinxes -syrphian -syrphians -syrphid -syrphids -syrup -syrups -syrupy -system -systematic -systematical -systematically -systematize -systematized -systematizes -systematizing -systemic -systemics -systems -systole -systoles -systolic -syzygal -syzygial -syzygies -syzygy -ta -tab -tabanid -tabanids -tabard -tabarded -tabards -tabaret -tabarets -tabbed -tabbied -tabbies -tabbing -tabbis -tabbises -tabby -tabbying -taber -tabered -tabering -tabernacle -tabernacles -tabers -tabes -tabetic -tabetics -tabid -tabla -tablas -table -tableau -tableaus -tableaux -tablecloth -tablecloths -tabled -tableful -tablefuls -tables -tablesful -tablespoon -tablespoonful -tablespoonfuls -tablespoons -tablet -tableted -tableting -tabletop -tabletops -tablets -tabletted -tabletting -tableware -tablewares -tabling -tabloid -tabloids -taboo -tabooed -tabooing -taboos -tabor -tabored -taborer -taborers -taboret -taborets -taborin -taborine -taborines -taboring -taborins -tabors -tabour -taboured -tabourer -tabourers -tabouret -tabourets -tabouring -tabours -tabs -tabu -tabued -tabuing -tabular -tabulate -tabulated -tabulates -tabulating -tabulation -tabulations -tabulator -tabulators -tabus -tace -taces -tacet -tach -tache -taches -tachinid -tachinids -tachism -tachisms -tachist -tachiste -tachistes -tachists -tachs -tacit -tacitly -tacitness -tacitnesses -taciturn -taciturnities -taciturnity -tack -tacked -tacker -tackers -tacket -tackets -tackey -tackier -tackiest -tackified -tackifies -tackify -tackifying -tackily -tacking -tackle -tackled -tackler -tacklers -tackles -tackless -tackling -tacklings -tacks -tacky -tacnode -tacnodes -taco -taconite -taconites -tacos -tact -tactful -tactfully -tactic -tactical -tactician -tacticians -tactics -tactile -taction -tactions -tactless -tactlessly -tacts -tactual -tad -tadpole -tadpoles -tads -tae -tael -taels -taenia -taeniae -taenias -taffarel -taffarels -tafferel -tafferels -taffeta -taffetas -taffia -taffias -taffies -taffrail -taffrails -taffy -tafia -tafias -tag -tagalong -tagalongs -tagboard -tagboards -tagged -tagger -taggers -tagging -taglike -tagmeme -tagmemes -tagrag -tagrags -tags -tahr -tahrs -tahsil -tahsils -taiga -taigas -taiglach -tail -tailback -tailbacks -tailbone -tailbones -tailcoat -tailcoats -tailed -tailer -tailers -tailgate -tailgated -tailgates -tailgating -tailing -tailings -taille -tailles -tailless -taillight -taillights -taillike -tailor -tailored -tailoring -tailors -tailpipe -tailpipes -tailrace -tailraces -tails -tailskid -tailskids -tailspin -tailspins -tailwind -tailwinds -tain -tains -taint -tainted -tainting -taints -taipan -taipans -taj -tajes -takable -takahe -takahes -take -takeable -takedown -takedowns -taken -takeoff -takeoffs -takeout -takeouts -takeover -takeovers -taker -takers -takes -takin -taking -takingly -takings -takins -tala -talapoin -talapoins -talar -talaria -talars -talas -talc -talced -talcing -talcked -talcking -talcky -talcose -talcous -talcs -talcum -talcums -tale -talent -talented -talents -taler -talers -tales -talesman -talesmen -taleysim -tali -talion -talions -taliped -talipeds -talipes -talipot -talipots -talisman -talismans -talk -talkable -talkative -talked -talker -talkers -talkie -talkier -talkies -talkiest -talking -talkings -talks -talky -tall -tallage -tallaged -tallages -tallaging -tallaism -tallboy -tallboys -taller -tallest -tallied -tallier -tallies -tallish -tallith -tallithes -tallithim -tallitoth -tallness -tallnesses -tallol -tallols -tallow -tallowed -tallowing -tallows -tallowy -tally -tallyho -tallyhoed -tallyhoing -tallyhos -tallying -tallyman -tallymen -talmudic -talon -taloned -talons -talooka -talookas -taluk -taluka -talukas -taluks -talus -taluses -tam -tamable -tamal -tamale -tamales -tamals -tamandu -tamandua -tamanduas -tamandus -tamarack -tamaracks -tamarao -tamaraos -tamarau -tamaraus -tamarin -tamarind -tamarinds -tamarins -tamarisk -tamarisks -tamasha -tamashas -tambac -tambacs -tambala -tambalas -tambour -tamboura -tambouras -tamboured -tambourine -tambourines -tambouring -tambours -tambur -tambura -tamburas -tamburs -tame -tameable -tamed -tamein -tameins -tameless -tamely -tameness -tamenesses -tamer -tamers -tames -tamest -taming -tamis -tamises -tammie -tammies -tammy -tamp -tampala -tampalas -tampan -tampans -tamped -tamper -tampered -tamperer -tamperers -tampering -tampers -tamping -tampion -tampions -tampon -tamponed -tamponing -tampons -tamps -tams -tan -tanager -tanagers -tanbark -tanbarks -tandem -tandems -tang -tanged -tangelo -tangelos -tangence -tangences -tangencies -tangency -tangent -tangential -tangents -tangerine -tangerines -tangibilities -tangibility -tangible -tangibles -tangibly -tangier -tangiest -tanging -tangle -tangled -tangler -tanglers -tangles -tanglier -tangliest -tangling -tangly -tango -tangoed -tangoing -tangos -tangram -tangrams -tangs -tangy -tanist -tanistries -tanistry -tanists -tank -tanka -tankage -tankages -tankard -tankards -tankas -tanked -tanker -tankers -tankful -tankfuls -tanking -tanks -tankship -tankships -tannable -tannage -tannages -tannate -tannates -tanned -tanner -tanneries -tanners -tannery -tannest -tannic -tannin -tanning -tannings -tannins -tannish -tanrec -tanrecs -tans -tansies -tansy -tantalic -tantalize -tantalized -tantalizer -tantalizers -tantalizes -tantalizing -tantalizingly -tantalum -tantalums -tantalus -tantaluses -tantamount -tantara -tantaras -tantivies -tantivy -tanto -tantra -tantras -tantric -tantrum -tantrums -tanyard -tanyards -tao -taos -tap -tapa -tapadera -tapaderas -tapadero -tapaderos -tapalo -tapalos -tapas -tape -taped -tapeless -tapelike -tapeline -tapelines -taper -tapered -taperer -taperers -tapering -tapers -tapes -tapestried -tapestries -tapestry -tapestrying -tapeta -tapetal -tapetum -tapeworm -tapeworms -taphole -tapholes -taphouse -taphouses -taping -tapioca -tapiocas -tapir -tapirs -tapis -tapises -tapped -tapper -tappers -tappet -tappets -tapping -tappings -taproom -taprooms -taproot -taproots -taps -tapster -tapsters -tar -tarantas -tarantases -tarantula -tarantulas -tarboosh -tarbooshes -tarbush -tarbushes -tardier -tardies -tardiest -tardily -tardo -tardy -tare -tared -tares -targe -targes -target -targeted -targeting -targets -tariff -tariffed -tariffing -tariffs -taring -tarlatan -tarlatans -tarletan -tarletans -tarmac -tarmacs -tarn -tarnal -tarnally -tarnish -tarnished -tarnishes -tarnishing -tarns -taro -taroc -tarocs -tarok -taroks -taros -tarot -tarots -tarp -tarpan -tarpans -tarpaper -tarpapers -tarpaulin -tarpaulins -tarpon -tarpons -tarps -tarragon -tarragons -tarre -tarred -tarres -tarried -tarrier -tarriers -tarries -tarriest -tarring -tarry -tarrying -tars -tarsal -tarsals -tarsi -tarsia -tarsias -tarsier -tarsiers -tarsus -tart -tartan -tartana -tartanas -tartans -tartar -tartaric -tartars -tarted -tarter -tartest -tarting -tartish -tartlet -tartlets -tartly -tartness -tartnesses -tartrate -tartrates -tarts -tartufe -tartufes -tartuffe -tartuffes -tarweed -tarweeds -tarzan -tarzans -tas -task -tasked -tasking -taskmaster -taskmasters -tasks -taskwork -taskworks -tass -tasse -tassel -tasseled -tasseling -tasselled -tasselling -tassels -tasses -tasset -tassets -tassie -tassies -tastable -taste -tasted -tasteful -tastefully -tasteless -tastelessly -taster -tasters -tastes -tastier -tastiest -tastily -tasting -tasty -tat -tatami -tatamis -tate -tater -taters -tates -tatouay -tatouays -tats -tatted -tatter -tattered -tattering -tatters -tattier -tattiest -tatting -tattings -tattle -tattled -tattler -tattlers -tattles -tattletale -tattletales -tattling -tattoo -tattooed -tattooer -tattooers -tattooing -tattoos -tatty -tau -taught -taunt -taunted -taunter -taunters -taunting -taunts -taupe -taupes -taurine -taurines -taus -taut -tautaug -tautaugs -tauted -tauten -tautened -tautening -tautens -tauter -tautest -tauting -tautly -tautness -tautnesses -tautog -tautogs -tautomer -tautomers -tautonym -tautonyms -tauts -tav -tavern -taverner -taverners -taverns -tavs -taw -tawdrier -tawdries -tawdriest -tawdry -tawed -tawer -tawers -tawie -tawing -tawney -tawneys -tawnier -tawnies -tawniest -tawnily -tawny -tawpie -tawpies -taws -tawse -tawsed -tawses -tawsing -tawsy -tax -taxa -taxable -taxables -taxably -taxation -taxations -taxed -taxeme -taxemes -taxemic -taxer -taxers -taxes -taxi -taxicab -taxicabs -taxidermies -taxidermist -taxidermists -taxidermy -taxied -taxies -taxiing -taximan -taximen -taxing -taxingly -taxis -taxite -taxites -taxitic -taxiway -taxiways -taxless -taxman -taxmen -taxon -taxonomies -taxonomy -taxons -taxpaid -taxpayer -taxpayers -taxpaying -taxus -taxwise -taxying -tazza -tazzas -tazze -tea -teaberries -teaberry -teaboard -teaboards -teabowl -teabowls -teabox -teaboxes -teacake -teacakes -teacart -teacarts -teach -teachable -teacher -teachers -teaches -teaching -teachings -teacup -teacups -teahouse -teahouses -teak -teakettle -teakettles -teaks -teakwood -teakwoods -teal -teals -team -teamaker -teamakers -teamed -teaming -teammate -teammates -teams -teamster -teamsters -teamwork -teamworks -teapot -teapots -teapoy -teapoys -tear -tearable -teardown -teardowns -teardrop -teardrops -teared -tearer -tearers -tearful -teargas -teargases -teargassed -teargasses -teargassing -tearier -teariest -tearily -tearing -tearless -tearoom -tearooms -tears -teary -teas -tease -teased -teasel -teaseled -teaseler -teaselers -teaseling -teaselled -teaselling -teasels -teaser -teasers -teases -teashop -teashops -teasing -teaspoon -teaspoonful -teaspoonfuls -teaspoons -teat -teated -teatime -teatimes -teats -teaware -teawares -teazel -teazeled -teazeling -teazelled -teazelling -teazels -teazle -teazled -teazles -teazling -teched -techier -techiest -techily -technic -technical -technicalities -technicality -technically -technician -technicians -technics -technique -techniques -technological -technologies -technology -techy -tecta -tectal -tectonic -tectrices -tectrix -tectum -ted -tedded -tedder -tedders -teddies -tedding -teddy -tedious -tediously -tediousness -tediousnesses -tedium -tediums -teds -tee -teed -teeing -teem -teemed -teemer -teemers -teeming -teems -teen -teenage -teenaged -teenager -teenagers -teener -teeners -teenful -teenier -teeniest -teens -teensier -teensiest -teensy -teentsier -teentsiest -teentsy -teeny -teepee -teepees -tees -teeter -teetered -teetering -teeters -teeth -teethe -teethed -teether -teethers -teethes -teething -teethings -teetotal -teetotaled -teetotaling -teetotalled -teetotalling -teetotals -teetotum -teetotums -teff -teffs -teg -tegmen -tegmenta -tegmina -tegminal -tegs -tegua -teguas -tegular -tegumen -tegument -teguments -tegumina -teiglach -teiid -teiids -teind -teinds -tektite -tektites -tektitic -tektronix -tela -telae -telamon -telamones -tele -telecast -telecasted -telecasting -telecasts -teledu -teledus -telefilm -telefilms -telega -telegas -telegonies -telegony -telegram -telegrammed -telegramming -telegrams -telegraph -telegraphed -telegrapher -telegraphers -telegraphing -telegraphist -telegraphists -telegraphs -teleman -telemark -telemarks -telemen -teleost -teleosts -telepathic -telepathically -telepathies -telepathy -telephone -telephoned -telephoner -telephoners -telephones -telephoning -telephoto -teleplay -teleplays -teleport -teleported -teleporting -teleports -teleran -telerans -teles -telescope -telescoped -telescopes -telescopic -telescoping -teleses -telesis -telethon -telethons -teleview -televiewed -televiewing -televiews -televise -televised -televises -televising -television -televisions -telex -telexed -telexes -telexing -telfer -telfered -telfering -telfers -telford -telfords -telia -telial -telic -telium -tell -tellable -teller -tellers -tellies -telling -tells -telltale -telltales -telluric -telly -teloi -telome -telomes -telomic -telos -telpher -telphered -telphering -telphers -telson -telsonic -telsons -temblor -temblores -temblors -temerities -temerity -tempeh -tempehs -temper -tempera -temperament -temperamental -temperaments -temperance -temperances -temperas -temperate -temperature -temperatures -tempered -temperer -temperers -tempering -tempers -tempest -tempested -tempesting -tempests -tempestuous -tempi -templar -templars -template -templates -temple -templed -temples -templet -templets -tempo -temporal -temporals -temporaries -temporarily -temporary -tempos -tempt -temptation -temptations -tempted -tempter -tempters -tempting -temptingly -temptress -tempts -tempura -tempuras -ten -tenabilities -tenability -tenable -tenably -tenace -tenaces -tenacious -tenaciously -tenacities -tenacity -tenacula -tenail -tenaille -tenailles -tenails -tenancies -tenancy -tenant -tenanted -tenanting -tenantries -tenantry -tenants -tench -tenches -tend -tendance -tendances -tended -tendence -tendences -tendencies -tendency -tender -tendered -tenderer -tenderers -tenderest -tendering -tenderize -tenderized -tenderizer -tenderizers -tenderizes -tenderizing -tenderloin -tenderloins -tenderly -tenderness -tendernesses -tenders -tending -tendon -tendons -tendril -tendrils -tends -tenebrae -tenement -tenements -tenesmus -tenesmuses -tenet -tenets -tenfold -tenfolds -tenia -teniae -tenias -teniasis -teniasises -tenner -tenners -tennis -tennises -tennist -tennists -tenon -tenoned -tenoner -tenoners -tenoning -tenons -tenor -tenorite -tenorites -tenors -tenotomies -tenotomy -tenour -tenours -tenpence -tenpences -tenpenny -tenpin -tenpins -tenrec -tenrecs -tens -tense -tensed -tensely -tenser -tenses -tensest -tensible -tensibly -tensile -tensing -tension -tensioned -tensioning -tensions -tensities -tensity -tensive -tensor -tensors -tent -tentacle -tentacles -tentacular -tentage -tentages -tentative -tentatively -tented -tenter -tentered -tenterhooks -tentering -tenters -tenth -tenthly -tenths -tentie -tentier -tentiest -tenting -tentless -tentlike -tents -tenty -tenues -tenuis -tenuities -tenuity -tenuous -tenuously -tenuousness -tenuousnesses -tenure -tenured -tenures -tenurial -tenuti -tenuto -tenutos -teocalli -teocallis -teopan -teopans -teosinte -teosintes -tepa -tepas -tepee -tepees -tepefied -tepefies -tepefy -tepefying -tephra -tephras -tephrite -tephrites -tepid -tepidities -tepidity -tepidly -tequila -tequilas -terai -terais -teraohm -teraohms -teraph -teraphim -teratism -teratisms -teratoid -teratoma -teratomas -teratomata -terbia -terbias -terbic -terbium -terbiums -terce -tercel -tercelet -tercelets -tercels -terces -tercet -tercets -terebene -terebenes -terebic -teredines -teredo -teredos -terefah -terete -terga -tergal -tergite -tergites -tergum -teriyaki -teriyakis -term -termed -termer -termers -terminable -terminal -terminals -terminate -terminated -terminates -terminating -termination -terming -termini -terminologies -terminology -terminus -terminuses -termite -termites -termitic -termless -termly -termor -termors -terms -termtime -termtimes -tern -ternaries -ternary -ternate -terne -ternes -ternion -ternions -terns -terpene -terpenes -terpenic -terpinol -terpinols -terra -terrace -terraced -terraces -terracing -terrae -terrain -terrains -terrane -terranes -terrapin -terrapins -terraria -terrarium -terras -terrases -terrazzo -terrazzos -terreen -terreens -terrella -terrellas -terrene -terrenes -terrestrial -terret -terrets -terrible -terribly -terrier -terriers -terries -terrific -terrified -terrifies -terrify -terrifying -terrifyingly -terrine -terrines -territ -territorial -territories -territory -territs -terror -terrorism -terrorisms -terrorize -terrorized -terrorizes -terrorizing -terrors -terry -terse -tersely -terseness -tersenesses -terser -tersest -tertial -tertials -tertian -tertians -tertiaries -tertiary -tesla -teslas -tessera -tesserae -test -testa -testable -testacies -testacy -testae -testament -testamentary -testaments -testate -testator -testators -tested -testee -testees -tester -testers -testes -testicle -testicles -testicular -testier -testiest -testified -testifies -testify -testifying -testily -testimonial -testimonials -testimonies -testimony -testing -testis -teston -testons -testoon -testoons -testosterone -testpatient -tests -testudines -testudo -testudos -testy -tetanal -tetanic -tetanics -tetanies -tetanise -tetanised -tetanises -tetanising -tetanize -tetanized -tetanizes -tetanizing -tetanoid -tetanus -tetanuses -tetany -tetched -tetchier -tetchiest -tetchily -tetchy -teth -tether -tethered -tethering -tethers -teths -tetotum -tetotums -tetra -tetracid -tetracids -tetrad -tetradic -tetrads -tetragon -tetragons -tetramer -tetramers -tetrapod -tetrapods -tetrarch -tetrarchs -tetras -tetrode -tetrodes -tetroxid -tetroxids -tetryl -tetryls -tetter -tetters -teuch -teugh -teughly -tew -tewed -tewing -tews -texas -texases -text -textbook -textbooks -textile -textiles -textless -texts -textual -textuaries -textuary -textural -texture -textured -textures -texturing -thack -thacked -thacking -thacks -thae -thairm -thairms -thalami -thalamic -thalamus -thaler -thalers -thalli -thallic -thallium -thalliums -thalloid -thallous -thallus -thalluses -than -thanage -thanages -thanatos -thanatoses -thane -thanes -thank -thanked -thanker -thankful -thankfuller -thankfullest -thankfully -thankfulness -thankfulnesses -thanking -thanks -thanksgiving -tharm -tharms -that -thataway -thatch -thatched -thatcher -thatchers -thatches -thatching -thatchy -thaw -thawed -thawer -thawers -thawing -thawless -thaws -the -thearchies -thearchy -theater -theaters -theatre -theatres -theatric -theatrical -thebaine -thebaines -theca -thecae -thecal -thecate -thee -theelin -theelins -theelol -theelols -theft -thefts -thegn -thegnly -thegns -thein -theine -theines -theins -their -theirs -theism -theisms -theist -theistic -theists -thelitis -thelitises -them -thematic -theme -themes -themselves -then -thenage -thenages -thenal -thenar -thenars -thence -thens -theocracy -theocrat -theocratic -theocrats -theodicies -theodicy -theogonies -theogony -theolog -theologian -theologians -theological -theologies -theologs -theology -theonomies -theonomy -theorbo -theorbos -theorem -theorems -theoretical -theoretically -theories -theorise -theorised -theorises -theorising -theorist -theorists -theorize -theorized -theorizes -theorizing -theory -therapeutic -therapeutically -therapies -therapist -therapists -therapy -there -thereabout -thereabouts -thereafter -thereat -thereby -therefor -therefore -therein -theremin -theremins -thereof -thereon -theres -thereto -thereupon -therewith -theriac -theriaca -theriacas -theriacs -therm -thermae -thermal -thermals -therme -thermel -thermels -thermes -thermic -thermion -thermions -thermit -thermite -thermites -thermits -thermodynamics -thermometer -thermometers -thermometric -thermometrically -thermos -thermoses -thermostat -thermostatic -thermostatically -thermostats -therms -theroid -theropod -theropods -thesauri -thesaurus -these -theses -thesis -thespian -thespians -theta -thetas -thetic -thetical -theurgic -theurgies -theurgy -thew -thewless -thews -thewy -they -thiamin -thiamine -thiamines -thiamins -thiazide -thiazides -thiazin -thiazine -thiazines -thiazins -thiazol -thiazole -thiazoles -thiazols -thick -thicken -thickened -thickener -thickeners -thickening -thickens -thicker -thickest -thicket -thickets -thickety -thickish -thickly -thickness -thicknesses -thicks -thickset -thicksets -thief -thieve -thieved -thieveries -thievery -thieves -thieving -thievish -thigh -thighbone -thighbones -thighed -thighs -thill -thills -thimble -thimbleful -thimblefuls -thimbles -thin -thinclad -thinclads -thindown -thindowns -thine -thing -things -think -thinker -thinkers -thinking -thinkings -thinks -thinly -thinned -thinner -thinness -thinnesses -thinnest -thinning -thinnish -thins -thio -thiol -thiolic -thiols -thionate -thionates -thionic -thionin -thionine -thionines -thionins -thionyl -thionyls -thiophen -thiophens -thiotepa -thiotepas -thiourea -thioureas -thir -thiram -thirams -third -thirdly -thirds -thirl -thirlage -thirlages -thirled -thirling -thirls -thirst -thirsted -thirster -thirsters -thirstier -thirstiest -thirsting -thirsts -thirsty -thirteen -thirteens -thirteenth -thirteenths -thirties -thirtieth -thirtieths -thirty -this -thistle -thistles -thistly -thither -tho -thole -tholed -tholepin -tholepins -tholes -tholing -tholoi -tholos -thong -thonged -thongs -thoracal -thoraces -thoracic -thorax -thoraxes -thoria -thorias -thoric -thorite -thorites -thorium -thoriums -thorn -thorned -thornier -thorniest -thornily -thorning -thorns -thorny -thoro -thoron -thorons -thorough -thoroughbred -thoroughbreds -thorougher -thoroughest -thoroughfare -thoroughfares -thoroughly -thoroughness -thoroughnesses -thorp -thorpe -thorpes -thorps -those -thou -thoued -though -thought -thoughtful -thoughtfully -thoughtfulness -thoughtfulnesses -thoughtless -thoughtlessly -thoughtlessness -thoughtlessnesses -thoughts -thouing -thous -thousand -thousands -thousandth -thousandths -thowless -thraldom -thraldoms -thrall -thralled -thralling -thralls -thrash -thrashed -thrasher -thrashers -thrashes -thrashing -thrave -thraves -thraw -thrawart -thrawed -thrawing -thrawn -thrawnly -thraws -thread -threadbare -threaded -threader -threaders -threadier -threadiest -threading -threads -thready -threap -threaped -threaper -threapers -threaping -threaps -threat -threated -threaten -threatened -threatening -threateningly -threatens -threating -threats -three -threefold -threep -threeped -threeping -threeps -threes -threescore -threnode -threnodes -threnodies -threnody -thresh -threshed -thresher -threshers -threshes -threshing -threshold -thresholds -threw -thrice -thrift -thriftier -thriftiest -thriftily -thriftless -thrifts -thrifty -thrill -thrilled -thriller -thrillers -thrilling -thrillingly -thrills -thrip -thrips -thrive -thrived -thriven -thriver -thrivers -thrives -thriving -thro -throat -throated -throatier -throatiest -throating -throats -throaty -throb -throbbed -throbber -throbbers -throbbing -throbs -throe -throes -thrombi -thrombin -thrombins -thrombocyte -thrombocytes -thrombocytopenia -thrombocytosis -thrombophlebitis -thromboplastin -thrombus -throne -throned -thrones -throng -thronged -thronging -throngs -throning -throstle -throstles -throttle -throttled -throttles -throttling -through -throughout -throve -throw -thrower -throwers -throwing -thrown -throws -thru -thrum -thrummed -thrummer -thrummers -thrummier -thrummiest -thrumming -thrummy -thrums -thruput -thruputs -thrush -thrushes -thrust -thrusted -thruster -thrusters -thrusting -thrustor -thrustors -thrusts -thruway -thruways -thud -thudded -thudding -thuds -thug -thuggee -thuggees -thuggeries -thuggery -thuggish -thugs -thuja -thujas -thulia -thulias -thulium -thuliums -thumb -thumbed -thumbing -thumbkin -thumbkins -thumbnail -thumbnails -thumbnut -thumbnuts -thumbs -thumbtack -thumbtacks -thump -thumped -thumper -thumpers -thumping -thumps -thunder -thunderbolt -thunderbolts -thunderclap -thunderclaps -thundered -thundering -thunderous -thunderously -thunders -thundershower -thundershowers -thunderstorm -thunderstorms -thundery -thurible -thuribles -thurifer -thurifers -thurl -thurls -thus -thusly -thuya -thuyas -thwack -thwacked -thwacker -thwackers -thwacking -thwacks -thwart -thwarted -thwarter -thwarters -thwarting -thwartly -thwarts -thy -thyme -thymes -thymey -thymi -thymic -thymier -thymiest -thymine -thymines -thymol -thymols -thymus -thymuses -thymy -thyreoid -thyroid -thyroidal -thyroids -thyroxin -thyroxins -thyrse -thyrses -thyrsi -thyrsoid -thyrsus -thyself -ti -tiara -tiaraed -tiaras -tibia -tibiae -tibial -tibias -tic -tical -ticals -tick -ticked -ticker -tickers -ticket -ticketed -ticketing -tickets -ticking -tickings -tickle -tickled -tickler -ticklers -tickles -tickling -ticklish -ticklishly -ticklishness -ticklishnesses -ticks -tickseed -tickseeds -ticktack -ticktacked -ticktacking -ticktacks -ticktock -ticktocked -ticktocking -ticktocks -tics -tictac -tictacked -tictacking -tictacs -tictoc -tictocked -tictocking -tictocs -tidal -tidally -tidbit -tidbits -tiddly -tide -tided -tideland -tidelands -tideless -tidelike -tidemark -tidemarks -tiderip -tiderips -tides -tidewater -tidewaters -tideway -tideways -tidied -tidier -tidies -tidiest -tidily -tidiness -tidinesses -tiding -tidings -tidy -tidying -tidytips -tie -tieback -tiebacks -tieclasp -tieclasps -tied -tieing -tiepin -tiepins -tier -tierce -tierced -tiercel -tiercels -tierces -tiered -tiering -tiers -ties -tiff -tiffanies -tiffany -tiffed -tiffin -tiffined -tiffing -tiffining -tiffins -tiffs -tiger -tigereye -tigereyes -tigerish -tigers -tight -tighten -tightened -tightening -tightens -tighter -tightest -tightly -tightness -tightnesses -tights -tightwad -tightwads -tiglon -tiglons -tigon -tigons -tigress -tigresses -tigrish -tike -tikes -tiki -tikis -til -tilapia -tilapias -tilburies -tilbury -tilde -tildes -tile -tiled -tilefish -tilefishes -tilelike -tiler -tilers -tiles -tiling -till -tillable -tillage -tillages -tilled -tiller -tillered -tillering -tillers -tilling -tills -tils -tilt -tiltable -tilted -tilter -tilters -tilth -tilths -tilting -tilts -tiltyard -tiltyards -timarau -timaraus -timbal -timbale -timbales -timbals -timber -timbered -timbering -timberland -timberlands -timbers -timbre -timbrel -timbrels -timbres -time -timecard -timecards -timed -timekeeper -timekeepers -timeless -timelessness -timelessnesses -timelier -timeliest -timeliness -timelinesses -timely -timeous -timeout -timeouts -timepiece -timepieces -timer -timers -times -timetable -timetables -timework -timeworks -timeworn -timid -timider -timidest -timidities -timidity -timidly -timing -timings -timorous -timorously -timorousness -timorousnesses -timothies -timothy -timpana -timpani -timpanist -timpanists -timpano -timpanum -timpanums -tin -tinamou -tinamous -tincal -tincals -tinct -tincted -tincting -tincts -tincture -tinctured -tinctures -tincturing -tinder -tinders -tindery -tine -tinea -tineal -tineas -tined -tineid -tineids -tines -tinfoil -tinfoils -tinful -tinfuls -ting -tinge -tinged -tingeing -tinges -tinging -tingle -tingled -tingler -tinglers -tingles -tinglier -tingliest -tingling -tingly -tings -tinhorn -tinhorns -tinier -tiniest -tinily -tininess -tininesses -tining -tinker -tinkered -tinkerer -tinkerers -tinkering -tinkers -tinkle -tinkled -tinkles -tinklier -tinkliest -tinkling -tinklings -tinkly -tinlike -tinman -tinmen -tinned -tinner -tinners -tinnier -tinniest -tinnily -tinning -tinnitus -tinnituses -tinny -tinplate -tinplates -tins -tinsel -tinseled -tinseling -tinselled -tinselling -tinselly -tinsels -tinsmith -tinsmiths -tinstone -tinstones -tint -tinted -tinter -tinters -tinting -tintings -tintless -tints -tintype -tintypes -tinware -tinwares -tinwork -tinworks -tiny -tip -tipcart -tipcarts -tipcat -tipcats -tipi -tipis -tipless -tipoff -tipoffs -tippable -tipped -tipper -tippers -tippet -tippets -tippier -tippiest -tipping -tipple -tippled -tippler -tipplers -tipples -tippling -tippy -tips -tipsier -tipsiest -tipsily -tipstaff -tipstaffs -tipstaves -tipster -tipsters -tipstock -tipstocks -tipsy -tiptoe -tiptoed -tiptoes -tiptoing -tiptop -tiptops -tirade -tirades -tire -tired -tireder -tiredest -tiredly -tireless -tirelessly -tirelessness -tires -tiresome -tiresomely -tiresomeness -tiresomenesses -tiring -tirl -tirled -tirling -tirls -tiro -tiros -tirrivee -tirrivees -tis -tisane -tisanes -tissual -tissue -tissued -tissues -tissuey -tissuing -tit -titan -titanate -titanates -titaness -titanesses -titania -titanias -titanic -titanism -titanisms -titanite -titanites -titanium -titaniums -titanous -titans -titbit -titbits -titer -titers -tithable -tithe -tithed -tither -tithers -tithes -tithing -tithings -tithonia -tithonias -titi -titian -titians -titillate -titillated -titillates -titillating -titillation -titillations -titis -titivate -titivated -titivates -titivating -titlark -titlarks -title -titled -titles -titling -titlist -titlists -titman -titmen -titmice -titmouse -titrable -titrant -titrants -titrate -titrated -titrates -titrating -titrator -titrators -titre -titres -tits -titter -tittered -titterer -titterers -tittering -titters -tittie -titties -tittle -tittles -tittup -tittuped -tittuping -tittupped -tittupping -tittuppy -tittups -titty -titular -titularies -titulars -titulary -tivy -tizzies -tizzy -tmeses -tmesis -to -toad -toadfish -toadfishes -toadflax -toadflaxes -toadied -toadies -toadish -toadless -toadlike -toads -toadstool -toadstools -toady -toadying -toadyish -toadyism -toadyisms -toast -toasted -toaster -toasters -toastier -toastiest -toasting -toasts -toasty -tobacco -tobaccoes -tobaccos -tobies -toboggan -tobogganed -tobogganing -toboggans -toby -tobys -toccata -toccatas -toccate -tocher -tochered -tochering -tochers -tocologies -tocology -tocsin -tocsins -tod -today -todays -toddies -toddle -toddled -toddler -toddlers -toddles -toddling -toddy -todies -tods -tody -toe -toecap -toecaps -toed -toehold -toeholds -toeing -toeless -toelike -toenail -toenailed -toenailing -toenails -toepiece -toepieces -toeplate -toeplates -toes -toeshoe -toeshoes -toff -toffee -toffees -toffies -toffs -toffy -toft -tofts -tofu -tofus -tog -toga -togae -togaed -togas -togate -togated -together -togetherness -togethernesses -togged -toggeries -toggery -togging -toggle -toggled -toggler -togglers -toggles -toggling -togs -togue -togues -toil -toile -toiled -toiler -toilers -toiles -toilet -toileted -toileting -toiletries -toiletry -toilets -toilette -toilettes -toilful -toiling -toils -toilsome -toilworn -toit -toited -toiting -toits -tokay -tokays -toke -token -tokened -tokening -tokenism -tokenisms -tokens -tokes -tokologies -tokology -tokonoma -tokonomas -tola -tolan -tolane -tolanes -tolans -tolas -tolbooth -tolbooths -told -tole -toled -toledo -toledos -tolerable -tolerably -tolerance -tolerances -tolerant -tolerate -tolerated -tolerates -tolerating -toleration -tolerations -toles -tolidin -tolidine -tolidines -tolidins -toling -toll -tollage -tollages -tollbar -tollbars -tollbooth -tollbooths -tolled -toller -tollers -tollgate -tollgates -tolling -tollman -tollmen -tolls -tollway -tollways -tolu -toluate -toluates -toluene -toluenes -toluic -toluid -toluide -toluides -toluidin -toluidins -toluids -toluol -toluole -toluoles -toluols -tolus -toluyl -toluyls -tolyl -tolyls -tom -tomahawk -tomahawked -tomahawking -tomahawks -tomalley -tomalleys -toman -tomans -tomato -tomatoes -tomb -tombac -tomback -tombacks -tombacs -tombak -tombaks -tombal -tombed -tombing -tombless -tomblike -tombolo -tombolos -tomboy -tomboys -tombs -tombstone -tombstones -tomcat -tomcats -tomcod -tomcods -tome -tomenta -tomentum -tomes -tomfool -tomfools -tommies -tommy -tommyrot -tommyrots -tomogram -tomograms -tomorrow -tomorrows -tompion -tompions -toms -tomtit -tomtits -ton -tonal -tonalities -tonality -tonally -tondi -tondo -tone -toned -toneless -toneme -tonemes -tonemic -toner -toners -tones -tonetic -tonetics -tonette -tonettes -tong -tonga -tongas -tonged -tonger -tongers -tonging -tongman -tongmen -tongs -tongue -tongued -tongueless -tongues -tonguing -tonguings -tonic -tonicities -tonicity -tonics -tonier -toniest -tonight -tonights -toning -tonish -tonishly -tonka -tonlet -tonlets -tonnage -tonnages -tonne -tonneau -tonneaus -tonneaux -tonner -tonners -tonnes -tonnish -tons -tonsil -tonsilar -tonsillectomies -tonsillectomy -tonsillitis -tonsillitises -tonsils -tonsure -tonsured -tonsures -tonsuring -tontine -tontines -tonus -tonuses -tony -too -took -tool -toolbox -toolboxes -tooled -tooler -toolers -toolhead -toolheads -tooling -toolings -toolless -toolroom -toolrooms -tools -toolshed -toolsheds -toom -toon -toons -toot -tooted -tooter -tooters -tooth -toothache -toothaches -toothbrush -toothbrushes -toothed -toothier -toothiest -toothily -toothing -toothless -toothpaste -toothpastes -toothpick -toothpicks -tooths -toothsome -toothy -tooting -tootle -tootled -tootler -tootlers -tootles -tootling -toots -tootses -tootsie -tootsies -tootsy -top -topaz -topazes -topazine -topcoat -topcoats -topcross -topcrosses -tope -toped -topee -topees -toper -topers -topes -topful -topfull -toph -tophe -tophes -tophi -tophs -tophus -topi -topiaries -topiary -topic -topical -topically -topics -toping -topis -topkick -topkicks -topknot -topknots -topless -toploftier -toploftiest -toplofty -topmast -topmasts -topmost -topnotch -topographer -topographers -topographic -topographical -topographies -topography -topoi -topologic -topologies -topology -toponym -toponymies -toponyms -toponymy -topos -topotype -topotypes -topped -topper -toppers -topping -toppings -topple -toppled -topples -toppling -tops -topsail -topsails -topside -topsides -topsoil -topsoiled -topsoiling -topsoils -topstone -topstones -topwork -topworked -topworking -topworks -toque -toques -toquet -toquets -tor -tora -torah -torahs -toras -torc -torch -torchbearer -torchbearers -torched -torchere -torcheres -torches -torchier -torchiers -torching -torchlight -torchlights -torchon -torchons -torcs -tore -toreador -toreadors -torero -toreros -tores -toreutic -tori -toric -tories -torii -torment -tormented -tormenting -tormentor -tormentors -torments -torn -tornadic -tornado -tornadoes -tornados -tornillo -tornillos -toro -toroid -toroidal -toroids -toros -torose -torosities -torosity -torous -torpedo -torpedoed -torpedoes -torpedoing -torpedos -torpid -torpidities -torpidity -torpidly -torpids -torpor -torpors -torquate -torque -torqued -torquer -torquers -torques -torqueses -torquing -torr -torrefied -torrefies -torrefy -torrefying -torrent -torrential -torrents -torrid -torrider -torridest -torridly -torrified -torrifies -torrify -torrifying -tors -torsade -torsades -torse -torses -torsi -torsion -torsional -torsionally -torsions -torsk -torsks -torso -torsos -tort -torte -torten -tortes -tortile -tortilla -tortillas -tortious -tortoise -tortoises -tortoni -tortonis -tortrix -tortrixes -torts -tortuous -torture -tortured -torturer -torturers -tortures -torturing -torula -torulae -torulas -torus -tory -tosh -toshes -toss -tossed -tosser -tossers -tosses -tossing -tosspot -tosspots -tossup -tossups -tost -tot -totable -total -totaled -totaling -totalise -totalised -totalises -totalising -totalism -totalisms -totalitarian -totalitarianism -totalitarianisms -totalitarians -totalities -totality -totalize -totalized -totalizes -totalizing -totalled -totalling -totally -totals -tote -toted -totem -totemic -totemism -totemisms -totemist -totemists -totemite -totemites -totems -toter -toters -totes -tother -toting -tots -totted -totter -tottered -totterer -totterers -tottering -totters -tottery -totting -totty -toucan -toucans -touch -touchback -touchbacks -touchdown -touchdowns -touche -touched -toucher -touchers -touches -touchier -touchiest -touchily -touching -touchstone -touchstones -touchup -touchups -touchy -tough -toughen -toughened -toughening -toughens -tougher -toughest -toughie -toughies -toughish -toughly -toughness -toughnesses -toughs -toughy -toupee -toupees -tour -touraco -touracos -toured -tourer -tourers -touring -tourings -tourism -tourisms -tourist -tourists -touristy -tournament -tournaments -tourney -tourneyed -tourneying -tourneys -tourniquet -tourniquets -tours -touse -toused -touses -tousing -tousle -tousled -tousles -tousling -tout -touted -touter -touters -touting -touts -touzle -touzled -touzles -touzling -tovarich -tovariches -tovarish -tovarishes -tow -towage -towages -toward -towardly -towards -towaway -towaways -towboat -towboats -towed -towel -toweled -toweling -towelings -towelled -towelling -towels -tower -towered -towerier -toweriest -towering -towers -towery -towhead -towheaded -towheads -towhee -towhees -towie -towies -towing -towline -towlines -towmond -towmonds -towmont -towmonts -town -townee -townees -townfolk -townie -townies -townish -townless -townlet -townlets -towns -township -townships -townsman -townsmen -townspeople -townwear -townwears -towny -towpath -towpaths -towrope -towropes -tows -towy -toxaemia -toxaemias -toxaemic -toxemia -toxemias -toxemic -toxic -toxical -toxicant -toxicants -toxicities -toxicity -toxin -toxine -toxines -toxins -toxoid -toxoids -toy -toyed -toyer -toyers -toying -toyish -toyless -toylike -toyo -toyon -toyons -toyos -toys -trabeate -trace -traceable -traced -tracer -traceries -tracers -tracery -traces -trachea -tracheae -tracheal -tracheas -tracheid -tracheids -tracherous -tracherously -trachle -trachled -trachles -trachling -trachoma -trachomas -trachyte -trachytes -tracing -tracings -track -trackage -trackages -tracked -tracker -trackers -tracking -trackings -trackman -trackmen -tracks -tract -tractable -tractate -tractates -tractile -traction -tractional -tractions -tractive -tractor -tractors -tracts -trad -tradable -trade -traded -trademark -trademarked -trademarking -trademarks -trader -traders -trades -tradesman -tradesmen -tradespeople -trading -tradition -traditional -traditionally -traditions -traditor -traditores -traduce -traduced -traducer -traducers -traduces -traducing -traffic -trafficked -trafficker -traffickers -trafficking -traffics -tragedies -tragedy -tragi -tragic -tragical -tragically -tragopan -tragopans -tragus -traik -traiked -traiking -traiks -trail -trailed -trailer -trailered -trailering -trailers -trailing -trails -train -trained -trainee -trainees -trainer -trainers -trainful -trainfuls -training -trainings -trainload -trainloads -trainman -trainmen -trains -trainway -trainways -traipse -traipsed -traipses -traipsing -trait -traitor -traitors -traits -traject -trajected -trajecting -trajects -tram -tramcar -tramcars -tramel -trameled -trameling -tramell -tramelled -tramelling -tramells -tramels -tramless -tramline -trammed -trammel -trammeled -trammeling -trammelled -trammelling -trammels -tramming -tramp -tramped -tramper -trampers -tramping -trampish -trample -trampled -trampler -tramplers -tramples -trampling -trampoline -trampoliner -trampoliners -trampolines -trampolinist -trampolinists -tramps -tramroad -tramroads -trams -tramway -tramways -trance -tranced -trances -trancing -trangam -trangams -tranquil -tranquiler -tranquilest -tranquilities -tranquility -tranquilize -tranquilized -tranquilizer -tranquilizers -tranquilizes -tranquilizing -tranquiller -tranquillest -tranquillities -tranquillity -tranquillize -tranquillized -tranquillizer -tranquillizers -tranquillizes -tranquillizing -tranquilly -trans -transact -transacted -transacting -transaction -transactions -transacts -transcend -transcended -transcendent -transcendental -transcending -transcends -transcribe -transcribes -transcript -transcription -transcriptions -transcripts -transect -transected -transecting -transects -transept -transepts -transfer -transferability -transferable -transferal -transferals -transference -transferences -transferred -transferring -transfers -transfiguration -transfigurations -transfigure -transfigured -transfigures -transfiguring -transfix -transfixed -transfixes -transfixing -transfixt -transform -transformation -transformations -transformed -transformer -transformers -transforming -transforms -transfuse -transfused -transfuses -transfusing -transfusion -transfusions -transgress -transgressed -transgresses -transgressing -transgression -transgressions -transgressor -transgressors -tranship -transhipped -transhipping -tranships -transistor -transistorize -transistorized -transistorizes -transistorizing -transistors -transit -transited -transiting -transition -transitional -transitions -transitory -transits -translatable -translate -translated -translates -translating -translation -translations -translator -translators -translucence -translucences -translucencies -translucency -translucent -translucently -transmissible -transmission -transmissions -transmit -transmits -transmittable -transmittal -transmittals -transmitted -transmitter -transmitters -transmitting -transom -transoms -transparencies -transparency -transparent -transparently -transpiration -transpirations -transpire -transpired -transpires -transpiring -transplant -transplantation -transplantations -transplanted -transplanting -transplants -transport -transportation -transported -transporter -transporters -transporting -transports -transpose -transposed -transposes -transposing -transposition -transpositions -transship -transshiped -transshiping -transshipment -transshipments -transships -transude -transuded -transudes -transuding -transverse -transversely -transverses -trap -trapan -trapanned -trapanning -trapans -trapball -trapballs -trapdoor -trapdoors -trapes -trapesed -trapeses -trapesing -trapeze -trapezes -trapezia -trapezoid -trapezoidal -trapezoids -traplike -trapnest -trapnested -trapnesting -trapnests -trappean -trapped -trapper -trappers -trapping -trappings -trappose -trappous -traprock -traprocks -traps -trapt -trapunto -trapuntos -trash -trashed -trashes -trashier -trashiest -trashily -trashing -trashman -trashmen -trashy -trass -trasses -trauchle -trauchled -trauchles -trauchling -trauma -traumas -traumata -traumatic -travail -travailed -travailing -travails -trave -travel -traveled -traveler -travelers -traveling -travelled -traveller -travellers -travelling -travelog -travelogs -travels -traverse -traversed -traverses -traversing -traves -travestied -travesties -travesty -travestying -travois -travoise -travoises -trawl -trawled -trawler -trawlers -trawley -trawleys -trawling -trawls -tray -trayful -trayfuls -trays -treacle -treacles -treacly -tread -treaded -treader -treaders -treading -treadle -treadled -treadler -treadlers -treadles -treadling -treadmill -treadmills -treads -treason -treasonable -treasonous -treasons -treasure -treasured -treasurer -treasurers -treasures -treasuries -treasuring -treasury -treat -treated -treater -treaters -treaties -treating -treatise -treatises -treatment -treatments -treats -treaty -treble -trebled -trebles -trebling -trebly -trecento -trecentos -treddle -treddled -treddles -treddling -tree -treed -treeing -treeless -treelike -treenail -treenails -trees -treetop -treetops -tref -trefah -trefoil -trefoils -trehala -trehalas -trek -trekked -trekker -trekkers -trekking -treks -trellis -trellised -trellises -trellising -tremble -trembled -trembler -tremblers -trembles -tremblier -trembliest -trembling -trembly -tremendous -tremendously -tremolo -tremolos -tremor -tremors -tremulous -tremulously -trenail -trenails -trench -trenchant -trenched -trencher -trenchers -trenches -trenching -trend -trended -trendier -trendiest -trendily -trending -trends -trendy -trepan -trepang -trepangs -trepanned -trepanning -trepans -trephine -trephined -trephines -trephining -trepid -trepidation -trepidations -trespass -trespassed -trespasser -trespassers -trespasses -trespassing -tress -tressed -tressel -tressels -tresses -tressier -tressiest -tressour -tressours -tressure -tressures -tressy -trestle -trestles -tret -trets -trevet -trevets -trews -trey -treys -triable -triacid -triacids -triad -triadic -triadics -triadism -triadisms -triads -triage -triages -trial -trials -triangle -triangles -triangular -triangularly -triarchies -triarchy -triaxial -triazin -triazine -triazines -triazins -triazole -triazoles -tribade -tribades -tribadic -tribal -tribally -tribasic -tribe -tribes -tribesman -tribesmen -tribrach -tribrachs -tribulation -tribulations -tribunal -tribunals -tribune -tribunes -tributaries -tributary -tribute -tributes -trice -triced -triceps -tricepses -trices -trichina -trichinae -trichinas -trichite -trichites -trichoid -trichome -trichomes -tricing -trick -tricked -tricker -trickeries -trickers -trickery -trickie -trickier -trickiest -trickily -tricking -trickish -trickle -trickled -trickles -tricklier -trickliest -trickling -trickly -tricks -tricksier -tricksiest -trickster -tricksters -tricksy -tricky -triclad -triclads -tricolor -tricolors -tricorn -tricorne -tricornes -tricorns -tricot -tricots -trictrac -trictracs -tricycle -tricycles -trident -tridents -triduum -triduums -tried -triene -trienes -triennia -triennial -triennials -triens -trientes -trier -triers -tries -triethyl -trifid -trifle -trifled -trifler -triflers -trifles -trifling -triflings -trifocal -trifocals -trifold -triforia -triform -trig -trigged -trigger -triggered -triggering -triggers -triggest -trigging -trigly -triglyph -triglyphs -trigness -trignesses -trigo -trigon -trigonal -trigonometric -trigonometrical -trigonometries -trigonometry -trigons -trigos -trigraph -trigraphs -trigs -trihedra -trijet -trijets -trilbies -trilby -trill -trilled -triller -trillers -trilling -trillion -trillions -trillionth -trillionths -trillium -trilliums -trills -trilobal -trilobed -trilogies -trilogy -trim -trimaran -trimarans -trimer -trimers -trimester -trimeter -trimeters -trimly -trimmed -trimmer -trimmers -trimmest -trimming -trimmings -trimness -trimnesses -trimorph -trimorphs -trimotor -trimotors -trims -trinal -trinary -trindle -trindled -trindles -trindling -trine -trined -trines -trining -trinities -trinity -trinket -trinketed -trinketing -trinkets -trinkums -trinodal -trio -triode -triodes -triol -triolet -triolets -triols -trios -triose -trioses -trioxid -trioxide -trioxides -trioxids -trip -tripack -tripacks -tripart -tripartite -tripe -tripedal -tripes -triphase -triplane -triplanes -triple -tripled -triples -triplet -triplets -triplex -triplexes -triplicate -triplicates -tripling -triplite -triplites -triploid -triploids -triply -tripod -tripodal -tripodic -tripodies -tripody -tripoli -tripolis -tripos -triposes -tripped -tripper -trippers -trippet -trippets -tripping -trippings -trips -triptane -triptanes -triptyca -triptycas -triptych -triptychs -trireme -triremes -triscele -trisceles -trisect -trisected -trisecting -trisection -trisections -trisects -triseme -trisemes -trisemic -triskele -triskeles -trismic -trismus -trismuses -trisome -trisomes -trisomic -trisomics -trisomies -trisomy -tristate -triste -tristeza -tristezas -tristful -tristich -tristichs -trite -tritely -triter -tritest -trithing -trithings -triticum -triticums -tritium -tritiums -tritoma -tritomas -triton -tritone -tritones -tritons -triumph -triumphal -triumphant -triumphantly -triumphed -triumphing -triumphs -triumvir -triumvirate -triumvirates -triumviri -triumvirs -triune -triunes -triunities -triunity -trivalve -trivalves -trivet -trivets -trivia -trivial -trivialities -triviality -trivium -troak -troaked -troaking -troaks -trocar -trocars -trochaic -trochaics -trochal -trochar -trochars -troche -trochee -trochees -troches -trochil -trochili -trochils -trochlea -trochleae -trochleas -trochoid -trochoids -trock -trocked -trocking -trocks -trod -trodden -trode -troffer -troffers -trogon -trogons -troika -troikas -troilite -troilites -troilus -troiluses -trois -troke -troked -trokes -troking -troland -trolands -troll -trolled -troller -trollers -trolley -trolleyed -trolleying -trolleys -trollied -trollies -trolling -trollings -trollop -trollops -trollopy -trolls -trolly -trollying -trombone -trombones -trombonist -trombonists -trommel -trommels -tromp -trompe -tromped -trompes -tromping -tromps -trona -tronas -trone -trones -troop -trooped -trooper -troopers -troopial -troopials -trooping -troops -trooz -trop -trope -tropes -trophic -trophied -trophies -trophy -trophying -tropic -tropical -tropics -tropin -tropine -tropines -tropins -tropism -tropisms -trot -troth -trothed -trothing -troths -trotline -trotlines -trots -trotted -trotter -trotters -trotting -trotyl -trotyls -troubadour -troubadours -trouble -troubled -troublemaker -troublemakers -troubler -troublers -troubles -troubleshoot -troubleshooted -troubleshooting -troubleshoots -troublesome -troublesomely -troubling -trough -troughs -trounce -trounced -trounces -trouncing -troupe -trouped -trouper -troupers -troupes -troupial -troupials -trouping -trouser -trousers -trousseau -trousseaus -trousseaux -trout -troutier -troutiest -trouts -trouty -trouvere -trouveres -trouveur -trouveurs -trove -trover -trovers -troves -trow -trowed -trowel -troweled -troweler -trowelers -troweling -trowelled -trowelling -trowels -trowing -trows -trowsers -trowth -trowths -troy -troys -truancies -truancy -truant -truanted -truanting -truantries -truantry -truants -truce -truced -truces -trucing -truck -truckage -truckages -trucked -trucker -truckers -trucking -truckings -truckle -truckled -truckler -trucklers -truckles -truckling -truckload -truckloads -truckman -truckmen -trucks -truculencies -truculency -truculent -truculently -trudge -trudged -trudgen -trudgens -trudgeon -trudgeons -trudger -trudgers -trudges -trudging -true -trueblue -trueblues -trueborn -trued -trueing -truelove -trueloves -trueness -truenesses -truer -trues -truest -truffe -truffes -truffle -truffled -truffles -truing -truism -truisms -truistic -trull -trulls -truly -trumeau -trumeaux -trump -trumped -trumperies -trumpery -trumpet -trumpeted -trumpeter -trumpeters -trumpeting -trumpets -trumping -trumps -truncate -truncated -truncates -truncating -truncation -truncations -trundle -trundled -trundler -trundlers -trundles -trundling -trunk -trunked -trunks -trunnel -trunnels -trunnion -trunnions -truss -trussed -trusser -trussers -trusses -trussing -trussings -trust -trusted -trustee -trusteed -trusteeing -trustees -trusteeship -trusteeships -truster -trusters -trustful -trustfully -trustier -trusties -trustiest -trustily -trusting -trusts -trustworthiness -trustworthinesses -trustworthy -trusty -truth -truthful -truthfully -truthfulness -truthfulnesses -truths -try -trying -tryingly -tryma -trymata -tryout -tryouts -trypsin -trypsins -tryptic -trysail -trysails -tryst -tryste -trysted -tryster -trysters -trystes -trysting -trysts -tryworks -tsade -tsades -tsadi -tsadis -tsar -tsardom -tsardoms -tsarevna -tsarevnas -tsarina -tsarinas -tsarism -tsarisms -tsarist -tsarists -tsaritza -tsaritzas -tsars -tsetse -tsetses -tsimmes -tsk -tsked -tsking -tsks -tsktsk -tsktsked -tsktsking -tsktsks -tsuba -tsunami -tsunamic -tsunamis -tsuris -tuatara -tuataras -tuatera -tuateras -tub -tuba -tubae -tubal -tubas -tubate -tubbable -tubbed -tubber -tubbers -tubbier -tubbiest -tubbing -tubby -tube -tubed -tubeless -tubelike -tuber -tubercle -tubercles -tubercular -tuberculoses -tuberculosis -tuberculous -tuberoid -tuberose -tuberoses -tuberous -tubers -tubes -tubework -tubeworks -tubful -tubfuls -tubifex -tubifexes -tubiform -tubing -tubings -tublike -tubs -tubular -tubulate -tubulated -tubulates -tubulating -tubule -tubules -tubulose -tubulous -tubulure -tubulures -tuchun -tuchuns -tuck -tuckahoe -tuckahoes -tucked -tucker -tuckered -tuckering -tuckers -tucket -tuckets -tucking -tucks -tufa -tufas -tuff -tuffet -tuffets -tuffs -tuft -tufted -tufter -tufters -tuftier -tuftiest -tuftily -tufting -tufts -tufty -tug -tugboat -tugboats -tugged -tugger -tuggers -tugging -tugless -tugrik -tugriks -tugs -tui -tuille -tuilles -tuis -tuition -tuitions -tuladi -tuladis -tule -tules -tulip -tulips -tulle -tulles -tullibee -tullibees -tumble -tumbled -tumbler -tumblers -tumbles -tumbling -tumblings -tumbrel -tumbrels -tumbril -tumbrils -tumefied -tumefies -tumefy -tumefying -tumid -tumidily -tumidities -tumidity -tummies -tummy -tumor -tumoral -tumorous -tumors -tumour -tumours -tump -tumpline -tumplines -tumps -tumular -tumuli -tumulose -tumulous -tumult -tumults -tumultuous -tumulus -tumuluses -tun -tuna -tunable -tunably -tunas -tundish -tundishes -tundra -tundras -tune -tuneable -tuneably -tuned -tuneful -tuneless -tuner -tuners -tunes -tung -tungs -tungsten -tungstens -tungstic -tunic -tunica -tunicae -tunicate -tunicates -tunicle -tunicles -tunics -tuning -tunnage -tunnages -tunned -tunnel -tunneled -tunneler -tunnelers -tunneling -tunnelled -tunnelling -tunnels -tunnies -tunning -tunny -tuns -tup -tupelo -tupelos -tupik -tupiks -tupped -tuppence -tuppences -tuppeny -tupping -tups -tuque -tuques -turaco -turacos -turacou -turacous -turban -turbaned -turbans -turbaries -turbary -turbeth -turbeths -turbid -turbidities -turbidity -turbidly -turbidness -turbidnesses -turbinal -turbinals -turbine -turbines -turbit -turbith -turbiths -turbits -turbo -turbocar -turbocars -turbofan -turbofans -turbojet -turbojets -turboprop -turboprops -turbos -turbot -turbots -turbulence -turbulences -turbulently -turd -turdine -turds -tureen -tureens -turf -turfed -turfier -turfiest -turfing -turfless -turflike -turfman -turfmen -turfs -turfski -turfskis -turfy -turgencies -turgency -turgent -turgid -turgidities -turgidity -turgidly -turgite -turgites -turgor -turgors -turkey -turkeys -turkois -turkoises -turmeric -turmerics -turmoil -turmoiled -turmoiling -turmoils -turn -turnable -turnaround -turncoat -turncoats -turndown -turndowns -turned -turner -turneries -turners -turnery -turnhall -turnhalls -turning -turnings -turnip -turnips -turnkey -turnkeys -turnoff -turnoffs -turnout -turnouts -turnover -turnovers -turnpike -turnpikes -turns -turnsole -turnsoles -turnspit -turnspits -turnstile -turnstiles -turntable -turntables -turnup -turnups -turpentine -turpentines -turpeth -turpeths -turpitude -turpitudes -turps -turquois -turquoise -turquoises -turret -turreted -turrets -turrical -turtle -turtled -turtledove -turtledoves -turtleneck -turtlenecks -turtler -turtlers -turtles -turtling -turtlings -turves -tusche -tusches -tush -tushed -tushes -tushing -tusk -tusked -tusker -tuskers -tusking -tuskless -tusklike -tusks -tussah -tussahs -tussal -tussar -tussars -tusseh -tussehs -tusser -tussers -tussis -tussises -tussive -tussle -tussled -tussles -tussling -tussock -tussocks -tussocky -tussor -tussore -tussores -tussors -tussuck -tussucks -tussur -tussurs -tut -tutee -tutees -tutelage -tutelages -tutelar -tutelaries -tutelars -tutelary -tutor -tutorage -tutorages -tutored -tutoress -tutoresses -tutorial -tutorials -tutoring -tutors -tutoyed -tutoyer -tutoyered -tutoyering -tutoyers -tuts -tutted -tutti -tutties -tutting -tuttis -tutty -tutu -tutus -tux -tuxedo -tuxedoes -tuxedos -tuxes -tuyer -tuyere -tuyeres -tuyers -twa -twaddle -twaddled -twaddler -twaddlers -twaddles -twaddling -twae -twaes -twain -twains -twang -twanged -twangier -twangiest -twanging -twangle -twangled -twangler -twanglers -twangles -twangling -twangs -twangy -twankies -twanky -twas -twasome -twasomes -twat -twats -twattle -twattled -twattles -twattling -tweak -tweaked -tweakier -tweakiest -tweaking -tweaks -tweaky -tweed -tweedier -tweediest -tweedle -tweedled -tweedles -tweedling -tweeds -tweedy -tween -tweet -tweeted -tweeter -tweeters -tweeting -tweets -tweeze -tweezed -tweezer -tweezers -tweezes -tweezing -twelfth -twelfths -twelve -twelvemo -twelvemos -twelves -twenties -twentieth -twentieths -twenty -twerp -twerps -twibil -twibill -twibills -twibils -twice -twiddle -twiddled -twiddler -twiddlers -twiddles -twiddling -twier -twiers -twig -twigged -twiggen -twiggier -twiggiest -twigging -twiggy -twigless -twiglike -twigs -twilight -twilights -twilit -twill -twilled -twilling -twillings -twills -twin -twinborn -twine -twined -twiner -twiners -twines -twinge -twinged -twinges -twinging -twinier -twiniest -twinight -twining -twinkle -twinkled -twinkler -twinklers -twinkles -twinkling -twinkly -twinned -twinning -twinnings -twins -twinship -twinships -twiny -twirl -twirled -twirler -twirlers -twirlier -twirliest -twirling -twirls -twirly -twirp -twirps -twist -twisted -twister -twisters -twisting -twistings -twists -twit -twitch -twitched -twitcher -twitchers -twitches -twitchier -twitchiest -twitching -twitchy -twits -twitted -twitter -twittered -twittering -twitters -twittery -twitting -twixt -two -twofer -twofers -twofold -twofolds -twopence -twopences -twopenny -twos -twosome -twosomes -twyer -twyers -tycoon -tycoons -tye -tyee -tyees -tyes -tying -tyke -tykes -tymbal -tymbals -tympan -tympana -tympanal -tympani -tympanic -tympanies -tympans -tympanum -tympanums -tympany -tyne -tyned -tynes -tyning -typal -type -typeable -typebar -typebars -typecase -typecases -typecast -typecasting -typecasts -typed -typeface -typefaces -types -typeset -typeseting -typesets -typewrite -typewrited -typewriter -typewriters -typewrites -typewriting -typey -typhoid -typhoids -typhon -typhonic -typhons -typhoon -typhoons -typhose -typhous -typhus -typhuses -typic -typical -typically -typicalness -typicalnesses -typier -typiest -typified -typifier -typifiers -typifies -typify -typifying -typing -typist -typists -typo -typographic -typographical -typographically -typographies -typography -typologies -typology -typos -typp -typps -typy -tyramine -tyramines -tyrannic -tyrannies -tyranny -tyrant -tyrants -tyre -tyred -tyres -tyring -tyro -tyronic -tyros -tyrosine -tyrosines -tythe -tythed -tythes -tything -tzaddik -tzaddikim -tzar -tzardom -tzardoms -tzarevna -tzarevnas -tzarina -tzarinas -tzarism -tzarisms -tzarist -tzarists -tzaritza -tzaritzas -tzars -tzetze -tzetzes -tzigane -tziganes -tzimmes -tzitzis -tzitzith -tzuris -ubieties -ubiety -ubique -ubiquities -ubiquitities -ubiquitity -ubiquitous -ubiquitously -ubiquity -udder -udders -udo -udometer -udometers -udometries -udometry -udos -ugh -ughs -uglier -ugliest -uglified -uglifier -uglifiers -uglifies -uglify -uglifying -uglily -ugliness -uglinesses -ugly -ugsome -uhlan -uhlans -uintaite -uintaites -uit -ukase -ukases -uke -ukelele -ukeleles -ukes -ukulele -ukuleles -ulama -ulamas -ulan -ulans -ulcer -ulcerate -ulcerated -ulcerates -ulcerating -ulceration -ulcerations -ulcerative -ulcered -ulcering -ulcerous -ulcers -ulema -ulemas -ulexite -ulexites -ullage -ullaged -ullages -ulna -ulnad -ulnae -ulnar -ulnas -ulster -ulsters -ulterior -ultima -ultimacies -ultimacy -ultimas -ultimata -ultimate -ultimately -ultimates -ultimatum -ultimo -ultra -ultraism -ultraisms -ultraist -ultraists -ultrared -ultrareds -ultras -ultraviolet -ululant -ululate -ululated -ululates -ululating -ulva -ulvas -umbel -umbeled -umbellar -umbelled -umbellet -umbellets -umbels -umber -umbered -umbering -umbers -umbilical -umbilici -umbilicus -umbles -umbo -umbonal -umbonate -umbones -umbonic -umbos -umbra -umbrae -umbrage -umbrages -umbral -umbras -umbrella -umbrellaed -umbrellaing -umbrellas -umbrette -umbrettes -umiac -umiack -umiacks -umiacs -umiak -umiaks -umlaut -umlauted -umlauting -umlauts -ump -umped -umping -umpirage -umpirages -umpire -umpired -umpires -umpiring -umps -umpteen -umpteenth -umteenth -un -unabated -unable -unabridged -unabused -unacceptable -unaccompanied -unaccounted -unaccustomed -unacted -unaddressed -unadorned -unadulterated -unaffected -unaffectedly -unafraid -unaged -unageing -unagile -unaging -unai -unaided -unaimed -unaired -unais -unalike -unallied -unambiguous -unambiguously -unambitious -unamused -unanchor -unanchored -unanchoring -unanchors -unaneled -unanimities -unanimity -unanimous -unanimously -unannounced -unanswerable -unanswered -unanticipated -unappetizing -unappreciated -unapproved -unapt -unaptly -unare -unargued -unarm -unarmed -unarming -unarms -unartful -unary -unasked -unassisted -unassuming -unatoned -unattached -unattended -unattractive -unau -unaus -unauthorized -unavailable -unavoidable -unavowed -unawaked -unaware -unawares -unawed -unbacked -unbaked -unbalanced -unbar -unbarbed -unbarred -unbarring -unbars -unbased -unbated -unbe -unbear -unbearable -unbeared -unbearing -unbears -unbeaten -unbecoming -unbecomingly -unbed -unbelief -unbeliefs -unbelievable -unbelievably -unbelt -unbelted -unbelting -unbelts -unbend -unbended -unbending -unbends -unbenign -unbent -unbiased -unbid -unbidden -unbind -unbinding -unbinds -unbitted -unblamed -unblest -unblock -unblocked -unblocking -unblocks -unbloody -unbodied -unbolt -unbolted -unbolting -unbolts -unboned -unbonnet -unbonneted -unbonneting -unbonnets -unborn -unbosom -unbosomed -unbosoming -unbosoms -unbought -unbound -unbowed -unbox -unboxed -unboxes -unboxing -unbrace -unbraced -unbraces -unbracing -unbraid -unbraided -unbraiding -unbraids -unbranded -unbreakable -unbred -unbreech -unbreeched -unbreeches -unbreeching -unbridle -unbridled -unbridles -unbridling -unbroke -unbroken -unbuckle -unbuckled -unbuckles -unbuckling -unbuild -unbuilding -unbuilds -unbuilt -unbundle -unbundled -unbundles -unbundling -unburden -unburdened -unburdening -unburdens -unburied -unburned -unburnt -unbutton -unbuttoned -unbuttoning -unbuttons -uncage -uncaged -uncages -uncaging -uncake -uncaked -uncakes -uncaking -uncalled -uncandid -uncannier -uncanniest -uncannily -uncanny -uncap -uncapped -uncapping -uncaps -uncaring -uncase -uncased -uncases -uncashed -uncasing -uncaught -uncaused -unceasing -unceasingly -uncensored -unceremonious -unceremoniously -uncertain -uncertainly -uncertainties -uncertainty -unchain -unchained -unchaining -unchains -unchallenged -unchancy -unchanged -unchanging -uncharacteristic -uncharge -uncharged -uncharges -uncharging -unchary -unchaste -unchecked -unchewed -unchic -unchoke -unchoked -unchokes -unchoking -unchosen -unchristian -unchurch -unchurched -unchurches -unchurching -unci -uncia -unciae -uncial -uncially -uncials -unciform -unciforms -uncinal -uncinate -uncini -uncinus -uncivil -uncivilized -unclad -unclaimed -unclamp -unclamped -unclamping -unclamps -unclasp -unclasped -unclasping -unclasps -uncle -unclean -uncleaner -uncleanest -uncleanness -uncleannesses -unclear -uncleared -unclearer -unclearest -unclench -unclenched -unclenches -unclenching -uncles -unclinch -unclinched -unclinches -unclinching -uncloak -uncloaked -uncloaking -uncloaks -unclog -unclogged -unclogging -unclogs -unclose -unclosed -uncloses -unclosing -unclothe -unclothed -unclothes -unclothing -uncloud -unclouded -unclouding -unclouds -uncloyed -uncluttered -unco -uncoated -uncock -uncocked -uncocking -uncocks -uncoffin -uncoffined -uncoffining -uncoffins -uncoil -uncoiled -uncoiling -uncoils -uncoined -uncombed -uncomely -uncomfortable -uncomfortably -uncomic -uncommitted -uncommon -uncommoner -uncommonest -uncommonly -uncomplimentary -uncompromising -unconcerned -unconcernedlies -unconcernedly -unconditional -unconditionally -unconfirmed -unconscionable -unconscionably -unconscious -unconsciously -unconsciousness -unconsciousnesses -unconstitutional -uncontested -uncontrollable -uncontrollably -uncontrolled -unconventional -unconventionally -unconverted -uncooked -uncool -uncooperative -uncoordinated -uncork -uncorked -uncorking -uncorks -uncos -uncounted -uncouple -uncoupled -uncouples -uncoupling -uncouth -uncover -uncovered -uncovering -uncovers -uncrate -uncrated -uncrates -uncrating -uncreate -uncreated -uncreates -uncreating -uncross -uncrossed -uncrosses -uncrossing -uncrown -uncrowned -uncrowning -uncrowns -unction -unctions -unctuous -unctuously -uncultivated -uncurb -uncurbed -uncurbing -uncurbs -uncured -uncurl -uncurled -uncurling -uncurls -uncursed -uncus -uncut -undamaged -undamped -undaring -undated -undaunted -undauntedly -unde -undecided -undecked -undeclared -undee -undefeated -undefined -undemocratic -undeniable -undeniably -undenied -undependable -under -underact -underacted -underacting -underacts -underage -underages -underarm -underarms -underate -underbid -underbidding -underbids -underbought -underbrush -underbrushes -underbud -underbudded -underbudding -underbuds -underbuy -underbuying -underbuys -underclothes -underclothing -underclothings -undercover -undercurrent -undercurrents -undercut -undercuts -undercutting -underdeveloped -underdid -underdo -underdoes -underdog -underdogs -underdoing -underdone -undereat -undereaten -undereating -undereats -underestimate -underestimated -underestimates -underestimating -underexpose -underexposed -underexposes -underexposing -underexposure -underexposures -underfed -underfeed -underfeeding -underfeeds -underfoot -underfur -underfurs -undergarment -undergarments -undergo -undergod -undergods -undergoes -undergoing -undergone -undergraduate -undergraduates -underground -undergrounds -undergrowth -undergrowths -underhand -underhanded -underhandedly -underhandedness -underhandednesses -underjaw -underjaws -underlaid -underlain -underlap -underlapped -underlapping -underlaps -underlay -underlaying -underlays -underlet -underlets -underletting -underlie -underlies -underline -underlined -underlines -underling -underlings -underlining -underlip -underlips -underlit -underlying -undermine -undermined -undermines -undermining -underneath -undernourished -undernourishment -undernourishments -underpaid -underpants -underpass -underpasses -underpay -underpaying -underpays -underpin -underpinned -underpinning -underpinnings -underpins -underprivileged -underran -underrate -underrated -underrates -underrating -underrun -underrunning -underruns -underscore -underscored -underscores -underscoring -undersea -underseas -undersecretaries -undersecretary -undersell -underselling -undersells -underset -undersets -undershirt -undershirts -undershorts -underside -undersides -undersized -undersold -understand -understandable -understandably -understanded -understanding -understandings -understands -understate -understated -understatement -understatements -understates -understating -understood -understudied -understudies -understudy -understudying -undertake -undertaken -undertaker -undertakes -undertaking -undertakings -undertax -undertaxed -undertaxes -undertaxing -undertone -undertones -undertook -undertow -undertows -undervalue -undervalued -undervalues -undervaluing -underwater -underway -underwear -underwears -underwent -underworld -underworlds -underwrite -underwriter -underwriters -underwrites -underwriting -underwrote -undeserving -undesirable -undesired -undetailed -undetected -undetermined -undeveloped -undeviating -undevout -undid -undies -undignified -undimmed -undine -undines -undivided -undo -undock -undocked -undocking -undocks -undoer -undoers -undoes -undoing -undoings -undomesticated -undone -undouble -undoubled -undoubles -undoubling -undoubted -undoubtedly -undrape -undraped -undrapes -undraping -undraw -undrawing -undrawn -undraws -undreamt -undress -undressed -undresses -undressing -undrest -undrew -undried -undrinkable -undrunk -undue -undulant -undulate -undulated -undulates -undulating -undulled -unduly -undy -undyed -undying -uneager -unearned -unearth -unearthed -unearthing -unearthly -unearths -unease -uneases -uneasier -uneasiest -uneasily -uneasiness -uneasinesses -uneasy -uneaten -unedible -unedited -uneducated -unemotional -unemployed -unemployment -unemployments -unended -unending -unendurable -unenforceable -unenlightened -unenvied -unequal -unequaled -unequally -unequals -unequivocal -unequivocally -unerased -unerring -unerringly -unethical -unevaded -uneven -unevener -unevenest -unevenly -unevenness -unevennesses -uneventful -unexcitable -unexciting -unexotic -unexpected -unexpectedly -unexpert -unexplainable -unexplained -unexplored -unfaded -unfading -unfailing -unfailingly -unfair -unfairer -unfairest -unfairly -unfairness -unfairnesses -unfaith -unfaithful -unfaithfully -unfaithfulness -unfaithfulnesses -unfaiths -unfallen -unfamiliar -unfamiliarities -unfamiliarity -unfancy -unfasten -unfastened -unfastening -unfastens -unfavorable -unfavorably -unfazed -unfeared -unfed -unfeeling -unfeelingly -unfeigned -unfelt -unfence -unfenced -unfences -unfencing -unfetter -unfettered -unfettering -unfetters -unfilial -unfilled -unfilmed -unfinalized -unfinished -unfired -unfished -unfit -unfitly -unfitness -unfitnesses -unfits -unfitted -unfitting -unfix -unfixed -unfixes -unfixing -unfixt -unflappable -unflattering -unflexed -unfoiled -unfold -unfolded -unfolder -unfolders -unfolding -unfolds -unfond -unforced -unforeseeable -unforeseen -unforged -unforgettable -unforgettably -unforgivable -unforgiving -unforgot -unforked -unformed -unfortunate -unfortunately -unfortunates -unfought -unfound -unfounded -unframed -unfree -unfreed -unfreeing -unfrees -unfreeze -unfreezes -unfreezing -unfriendly -unfrock -unfrocked -unfrocking -unfrocks -unfroze -unfrozen -unfulfilled -unfunded -unfunny -unfurl -unfurled -unfurling -unfurls -unfurnished -unfused -unfussy -ungainlier -ungainliest -ungainliness -ungainlinesses -ungainly -ungalled -ungenerous -ungenial -ungentle -ungentlemanly -ungently -ungifted -ungird -ungirded -ungirding -ungirds -ungirt -unglazed -unglove -ungloved -ungloves -ungloving -unglue -unglued -unglues -ungluing -ungodlier -ungodliest -ungodliness -ungodlinesses -ungodly -ungot -ungotten -ungowned -ungraced -ungraceful -ungraded -ungrammatical -ungrateful -ungratefully -ungratefulness -ungratefulnesses -ungreedy -ungual -unguard -unguarded -unguarding -unguards -unguent -unguents -ungues -unguided -unguis -ungula -ungulae -ungular -ungulate -ungulates -unhailed -unhair -unhaired -unhairing -unhairs -unhallow -unhallowed -unhallowing -unhallows -unhalved -unhand -unhanded -unhandier -unhandiest -unhanding -unhands -unhandy -unhang -unhanged -unhanging -unhangs -unhappier -unhappiest -unhappily -unhappiness -unhappinesses -unhappy -unharmed -unhasty -unhat -unhats -unhatted -unhatting -unhealed -unhealthful -unhealthy -unheard -unheated -unheeded -unhelm -unhelmed -unhelming -unhelms -unhelped -unheroic -unhewn -unhinge -unhinged -unhinges -unhinging -unhip -unhired -unhitch -unhitched -unhitches -unhitching -unholier -unholiest -unholily -unholiness -unholinesses -unholy -unhood -unhooded -unhooding -unhoods -unhook -unhooked -unhooking -unhooks -unhoped -unhorse -unhorsed -unhorses -unhorsing -unhouse -unhoused -unhouses -unhousing -unhuman -unhung -unhurt -unhusk -unhusked -unhusking -unhusks -unialgal -uniaxial -unicellular -unicolor -unicorn -unicorns -unicycle -unicycles -unideaed -unideal -unidentified -unidirectional -uniface -unifaces -unific -unification -unifications -unified -unifier -unifiers -unifies -unifilar -uniform -uniformed -uniformer -uniformest -uniforming -uniformity -uniformly -uniforms -unify -unifying -unilateral -unilaterally -unilobed -unimaginable -unimaginative -unimbued -unimpeachable -unimportant -unimpressed -uninformed -uninhabited -uninhibited -uninhibitedly -uninjured -uninsured -unintelligent -unintelligible -unintelligibly -unintended -unintentional -unintentionally -uninterested -uninteresting -uninterrupted -uninvited -union -unionise -unionised -unionises -unionising -unionism -unionisms -unionist -unionists -unionization -unionizations -unionize -unionized -unionizes -unionizing -unions -unipod -unipods -unipolar -unique -uniquely -uniqueness -uniquer -uniques -uniquest -unironed -unisex -unisexes -unison -unisonal -unisons -unissued -unit -unitage -unitages -unitary -unite -united -unitedly -uniter -uniters -unites -unities -uniting -unitive -unitize -unitized -unitizes -unitizing -units -unity -univalve -univalves -universal -universally -universe -universes -universities -university -univocal -univocals -unjaded -unjoined -unjoyful -unjudged -unjust -unjustifiable -unjustified -unjustly -unkempt -unkend -unkenned -unkennel -unkenneled -unkenneling -unkennelled -unkennelling -unkennels -unkent -unkept -unkind -unkinder -unkindest -unkindlier -unkindliest -unkindly -unkindness -unkindnesses -unkingly -unkissed -unknit -unknits -unknitted -unknitting -unknot -unknots -unknotted -unknotting -unknowing -unknowingly -unknown -unknowns -unkosher -unlabeled -unlabelled -unlace -unlaced -unlaces -unlacing -unlade -unladed -unladen -unlades -unlading -unlaid -unlash -unlashed -unlashes -unlashing -unlatch -unlatched -unlatches -unlatching -unlawful -unlawfully -unlay -unlaying -unlays -unlead -unleaded -unleading -unleads -unlearn -unlearned -unlearning -unlearns -unlearnt -unleased -unleash -unleashed -unleashes -unleashing -unleavened -unled -unless -unlet -unlethal -unletted -unlevel -unleveled -unleveling -unlevelled -unlevelling -unlevels -unlevied -unlicensed -unlicked -unlikable -unlike -unlikelier -unlikeliest -unlikelihood -unlikely -unlikeness -unlikenesses -unlimber -unlimbered -unlimbering -unlimbers -unlimited -unlined -unlink -unlinked -unlinking -unlinks -unlisted -unlit -unlive -unlived -unlively -unlives -unliving -unload -unloaded -unloader -unloaders -unloading -unloads -unlobed -unlock -unlocked -unlocking -unlocks -unloose -unloosed -unloosen -unloosened -unloosening -unloosens -unlooses -unloosing -unlovable -unloved -unlovelier -unloveliest -unlovely -unloving -unluckier -unluckiest -unluckily -unlucky -unmade -unmake -unmaker -unmakers -unmakes -unmaking -unman -unmanageable -unmanful -unmanly -unmanned -unmanning -unmans -unmapped -unmarked -unmarred -unmarried -unmask -unmasked -unmasker -unmaskers -unmasking -unmasks -unmated -unmatted -unmeant -unmeet -unmeetly -unmellow -unmelted -unmended -unmerciful -unmercifully -unmerited -unmet -unmew -unmewed -unmewing -unmews -unmilled -unmingle -unmingled -unmingles -unmingling -unmistakable -unmistakably -unmiter -unmitered -unmitering -unmiters -unmitre -unmitred -unmitres -unmitring -unmixed -unmixt -unmodish -unmold -unmolded -unmolding -unmolds -unmolested -unmolten -unmoor -unmoored -unmooring -unmoors -unmoral -unmotivated -unmoved -unmoving -unmown -unmuffle -unmuffled -unmuffles -unmuffling -unmuzzle -unmuzzled -unmuzzles -unmuzzling -unnail -unnailed -unnailing -unnails -unnamed -unnatural -unnaturally -unnaturalness -unnaturalnesses -unnavigable -unnecessarily -unnecessary -unneeded -unneighborly -unnerve -unnerved -unnerves -unnerving -unnoisy -unnojectionable -unnoted -unnoticeable -unnoticed -unobservable -unobservant -unobtainable -unobtrusive -unobtrusively -unoccupied -unofficial -unoiled -unopen -unopened -unopposed -unorganized -unoriginal -unornate -unorthodox -unowned -unpack -unpacked -unpacker -unpackers -unpacking -unpacks -unpaged -unpaid -unpaired -unparalleled -unpardonable -unparted -unpatriotic -unpaved -unpaying -unpeg -unpegged -unpegging -unpegs -unpen -unpenned -unpenning -unpens -unpent -unpeople -unpeopled -unpeoples -unpeopling -unperson -unpersons -unpick -unpicked -unpicking -unpicks -unpile -unpiled -unpiles -unpiling -unpin -unpinned -unpinning -unpins -unpitied -unplaced -unplait -unplaited -unplaiting -unplaits -unplayed -unpleasant -unpleasantly -unpleasantness -unpleasantnesses -unpliant -unplowed -unplug -unplugged -unplugging -unplugs -unpoetic -unpoised -unpolite -unpolled -unpopular -unpopularities -unpopularity -unposed -unposted -unprecedented -unpredictable -unpredictably -unprejudiced -unprepared -unpretentious -unpretty -unpriced -unprimed -unprincipled -unprinted -unprized -unprobed -unproductive -unprofessional -unprofitable -unprotected -unproved -unproven -unprovoked -unpruned -unpucker -unpuckered -unpuckering -unpuckers -unpunished -unpure -unpurged -unpuzzle -unpuzzled -unpuzzles -unpuzzling -unqualified -unquantifiable -unquenchable -unquestionable -unquestionably -unquestioning -unquiet -unquieter -unquietest -unquiets -unquote -unquoted -unquotes -unquoting -unraised -unraked -unranked -unrated -unravel -unraveled -unraveling -unravelled -unravelling -unravels -unrazed -unreachable -unread -unreadable -unreadier -unreadiest -unready -unreal -unrealistic -unrealities -unreality -unreally -unreason -unreasonable -unreasonably -unreasoned -unreasoning -unreasons -unreel -unreeled -unreeler -unreelers -unreeling -unreels -unreeve -unreeved -unreeves -unreeving -unrefined -unrelated -unrelenting -unrelentingly -unreliable -unremembered -unrent -unrented -unrepaid -unrepair -unrepairs -unrepentant -unrequited -unresolved -unresponsive -unrest -unrested -unrestrained -unrestricted -unrests -unrewarding -unrhymed -unriddle -unriddled -unriddles -unriddling -unrifled -unrig -unrigged -unrigging -unrigs -unrimed -unrinsed -unrip -unripe -unripely -unriper -unripest -unripped -unripping -unrips -unrisen -unrivaled -unrivalled -unrobe -unrobed -unrobes -unrobing -unroll -unrolled -unrolling -unrolls -unroof -unroofed -unroofing -unroofs -unroot -unrooted -unrooting -unroots -unrough -unround -unrounded -unrounding -unrounds -unrove -unroven -unruffled -unruled -unrulier -unruliest -unruliness -unrulinesses -unruly -unrushed -uns -unsaddle -unsaddled -unsaddles -unsaddling -unsafe -unsafely -unsafeties -unsafety -unsaid -unsalted -unsanitary -unsated -unsatisfactory -unsatisfied -unsatisfying -unsaved -unsavory -unsawed -unsawn -unsay -unsaying -unsays -unscaled -unscathed -unscented -unscheduled -unscientific -unscramble -unscrambled -unscrambles -unscrambling -unscrew -unscrewed -unscrewing -unscrews -unscrupulous -unscrupulously -unscrupulousness -unscrupulousnesses -unseal -unsealed -unsealing -unseals -unseam -unseamed -unseaming -unseams -unseared -unseasonable -unseasonably -unseasoned -unseat -unseated -unseating -unseats -unseeded -unseeing -unseemlier -unseemliest -unseemly -unseen -unseized -unselfish -unselfishly -unselfishness -unselfishnesses -unsent -unserved -unset -unsets -unsetting -unsettle -unsettled -unsettles -unsettling -unsew -unsewed -unsewing -unsewn -unsews -unsex -unsexed -unsexes -unsexing -unsexual -unshaded -unshaken -unshamed -unshaped -unshapen -unshared -unsharp -unshaved -unshaven -unshed -unshell -unshelled -unshelling -unshells -unshift -unshifted -unshifting -unshifts -unship -unshipped -unshipping -unships -unshod -unshorn -unshrunk -unshut -unsicker -unsifted -unsight -unsighted -unsighting -unsights -unsigned -unsilent -unsinful -unsized -unskilled -unskillful -unskillfully -unslaked -unsling -unslinging -unslings -unslung -unsmoked -unsnap -unsnapped -unsnapping -unsnaps -unsnarl -unsnarled -unsnarling -unsnarls -unsoaked -unsober -unsocial -unsoiled -unsold -unsolder -unsoldered -unsoldering -unsolders -unsolicited -unsolid -unsolved -unsoncy -unsonsie -unsonsy -unsophisticated -unsorted -unsought -unsound -unsounder -unsoundest -unsoundly -unsoundness -unsoundnesses -unsoured -unsowed -unsown -unspeak -unspeakable -unspeakably -unspeaking -unspeaks -unspecified -unspent -unsphere -unsphered -unspheres -unsphering -unspilt -unsplit -unspoiled -unspoilt -unspoke -unspoken -unsprung -unspun -unstable -unstabler -unstablest -unstably -unstack -unstacked -unstacking -unstacks -unstate -unstated -unstates -unstating -unsteadied -unsteadier -unsteadies -unsteadiest -unsteadily -unsteadiness -unsteadinesses -unsteady -unsteadying -unsteel -unsteeled -unsteeling -unsteels -unstep -unstepped -unstepping -unsteps -unstick -unsticked -unsticking -unsticks -unstop -unstopped -unstopping -unstops -unstrap -unstrapped -unstrapping -unstraps -unstress -unstresses -unstring -unstringing -unstrings -unstructured -unstrung -unstung -unsubstantiated -unsubtle -unsuccessful -unsuited -unsung -unsunk -unsure -unsurely -unswathe -unswathed -unswathes -unswathing -unswayed -unswear -unswearing -unswears -unswept -unswore -unsworn -untack -untacked -untacking -untacks -untagged -untaken -untame -untamed -untangle -untangled -untangles -untangling -untanned -untapped -untasted -untaught -untaxed -unteach -unteaches -unteaching -untended -untested -untether -untethered -untethering -untethers -unthawed -unthink -unthinkable -unthinking -unthinkingly -unthinks -unthought -unthread -unthreaded -unthreading -unthreads -unthrone -unthroned -unthrones -unthroning -untidied -untidier -untidies -untidiest -untidily -untidy -untidying -untie -untied -unties -until -untilled -untilted -untimelier -untimeliest -untimely -untinged -untired -untiring -untitled -unto -untold -untoward -untraced -untrained -untread -untreading -untreads -untreated -untried -untrim -untrimmed -untrimming -untrims -untrod -untrodden -untrue -untruer -untruest -untruly -untruss -untrussed -untrusses -untrussing -untrustworthy -untrusty -untruth -untruthful -untruths -untuck -untucked -untucking -untucks -untufted -untune -untuned -untunes -untuning -unturned -untwine -untwined -untwines -untwining -untwist -untwisted -untwisting -untwists -untying -ununited -unurged -unusable -unused -unusual -unvalued -unvaried -unvarying -unveil -unveiled -unveiling -unveils -unveined -unverified -unversed -unvexed -unvext -unviable -unvocal -unvoice -unvoiced -unvoices -unvoicing -unwalled -unwanted -unwarier -unwariest -unwarily -unwarmed -unwarned -unwarped -unwarranted -unwary -unwas -unwashed -unwasheds -unwasted -unwavering -unwaxed -unweaned -unweary -unweave -unweaves -unweaving -unwed -unwedded -unweeded -unweeping -unweight -unweighted -unweighting -unweights -unwelcome -unwelded -unwell -unwept -unwetted -unwholesome -unwieldier -unwieldiest -unwieldy -unwifely -unwilled -unwilling -unwillingly -unwillingness -unwillingnesses -unwind -unwinder -unwinders -unwinding -unwinds -unwisdom -unwisdoms -unwise -unwisely -unwiser -unwisest -unwish -unwished -unwishes -unwishing -unwit -unwits -unwitted -unwitting -unwittingly -unwon -unwonted -unwooded -unwooed -unworkable -unworked -unworn -unworthier -unworthies -unworthiest -unworthily -unworthiness -unworthinesses -unworthy -unwound -unwove -unwoven -unwrap -unwrapped -unwrapping -unwraps -unwritten -unwrung -unyeaned -unyielding -unyoke -unyoked -unyokes -unyoking -unzip -unzipped -unzipping -unzips -unzoned -up -upas -upases -upbear -upbearer -upbearers -upbearing -upbears -upbeat -upbeats -upbind -upbinding -upbinds -upboil -upboiled -upboiling -upboils -upbore -upborne -upbound -upbraid -upbraided -upbraiding -upbraids -upbringing -upbringings -upbuild -upbuilding -upbuilds -upbuilt -upby -upbye -upcast -upcasting -upcasts -upchuck -upchucked -upchucking -upchucks -upclimb -upclimbed -upclimbing -upclimbs -upcoil -upcoiled -upcoiling -upcoils -upcoming -upcurl -upcurled -upcurling -upcurls -upcurve -upcurved -upcurves -upcurving -updart -updarted -updarting -updarts -update -updated -updater -updaters -updates -updating -updive -updived -updives -updiving -updo -updos -updove -updraft -updrafts -updried -updries -updry -updrying -upend -upended -upending -upends -upfield -upfling -upflinging -upflings -upflow -upflowed -upflowing -upflows -upflung -upfold -upfolded -upfolding -upfolds -upgather -upgathered -upgathering -upgathers -upgaze -upgazed -upgazes -upgazing -upgird -upgirded -upgirding -upgirds -upgirt -upgoing -upgrade -upgraded -upgrades -upgrading -upgrew -upgrow -upgrowing -upgrown -upgrows -upgrowth -upgrowths -upheap -upheaped -upheaping -upheaps -upheaval -upheavals -upheave -upheaved -upheaver -upheavers -upheaves -upheaving -upheld -uphill -uphills -uphoard -uphoarded -uphoarding -uphoards -uphold -upholder -upholders -upholding -upholds -upholster -upholstered -upholsterer -upholsterers -upholsteries -upholstering -upholsters -upholstery -uphove -uphroe -uphroes -upkeep -upkeeps -upland -uplander -uplanders -uplands -upleap -upleaped -upleaping -upleaps -upleapt -uplift -uplifted -uplifter -uplifters -uplifting -uplifts -uplight -uplighted -uplighting -uplights -uplit -upmost -upo -upon -upped -upper -uppercase -uppercut -uppercuts -uppercutting -uppermost -uppers -uppile -uppiled -uppiles -uppiling -upping -uppings -uppish -uppishly -uppity -upprop -uppropped -uppropping -upprops -upraise -upraised -upraiser -upraisers -upraises -upraising -upreach -upreached -upreaches -upreaching -uprear -upreared -uprearing -uprears -upright -uprighted -uprighting -uprightness -uprightnesses -uprights -uprise -uprisen -upriser -uprisers -uprises -uprising -uprisings -upriver -uprivers -uproar -uproarious -uproariously -uproars -uproot -uprootal -uprootals -uprooted -uprooter -uprooters -uprooting -uproots -uprose -uprouse -uproused -uprouses -uprousing -uprush -uprushed -uprushes -uprushing -ups -upsend -upsending -upsends -upsent -upset -upsets -upsetter -upsetters -upsetting -upshift -upshifted -upshifting -upshifts -upshoot -upshooting -upshoots -upshot -upshots -upside -upsidedown -upsides -upsilon -upsilons -upsoar -upsoared -upsoaring -upsoars -upsprang -upspring -upspringing -upsprings -upsprung -upstage -upstaged -upstages -upstaging -upstair -upstairs -upstand -upstanding -upstands -upstare -upstared -upstares -upstaring -upstart -upstarted -upstarting -upstarts -upstate -upstater -upstaters -upstates -upstep -upstepped -upstepping -upsteps -upstir -upstirred -upstirring -upstirs -upstood -upstream -upstroke -upstrokes -upsurge -upsurged -upsurges -upsurging -upsweep -upsweeping -upsweeps -upswell -upswelled -upswelling -upswells -upswept -upswing -upswinging -upswings -upswollen -upswung -uptake -uptakes -uptear -uptearing -uptears -upthrew -upthrow -upthrowing -upthrown -upthrows -upthrust -upthrusting -upthrusts -uptight -uptilt -uptilted -uptilting -uptilts -uptime -uptimes -uptore -uptorn -uptoss -uptossed -uptosses -uptossing -uptown -uptowner -uptowners -uptowns -uptrend -uptrends -upturn -upturned -upturning -upturns -upwaft -upwafted -upwafting -upwafts -upward -upwardly -upwards -upwell -upwelled -upwelling -upwells -upwind -upwinds -uracil -uracils -uraei -uraemia -uraemias -uraemic -uraeus -uraeuses -uralite -uralites -uralitic -uranic -uranide -uranides -uranism -uranisms -uranite -uranites -uranitic -uranium -uraniums -uranous -uranyl -uranylic -uranyls -urare -urares -urari -uraris -urase -urases -urate -urates -uratic -urban -urbane -urbanely -urbaner -urbanest -urbanise -urbanised -urbanises -urbanising -urbanism -urbanisms -urbanist -urbanists -urbanite -urbanites -urbanities -urbanity -urbanize -urbanized -urbanizes -urbanizing -urchin -urchins -urd -urds -urea -ureal -ureas -urease -ureases -uredia -uredial -uredinia -uredium -uredo -uredos -ureic -ureide -ureides -uremia -uremias -uremic -ureter -ureteral -ureteric -ureters -urethan -urethane -urethanes -urethans -urethra -urethrae -urethral -urethras -uretic -urge -urged -urgencies -urgency -urgent -urgently -urger -urgers -urges -urging -urgingly -uric -uridine -uridines -urinal -urinals -urinalysis -urinaries -urinary -urinate -urinated -urinates -urinating -urination -urinations -urine -urinemia -urinemias -urinemic -urines -urinose -urinous -urn -urnlike -urns -urochord -urochords -urodele -urodeles -urolagnia -urolagnias -urolith -uroliths -urologic -urologies -urology -uropod -uropodal -uropods -uroscopies -uroscopy -urostyle -urostyles -ursa -ursae -ursiform -ursine -urticant -urticants -urticate -urticated -urticates -urticating -urus -uruses -urushiol -urushiols -us -usability -usable -usably -usage -usages -usance -usances -usaunce -usaunces -use -useable -useably -used -useful -usefully -usefulness -useless -uselessly -uselessness -uselessnesses -user -users -uses -usher -ushered -usherette -usherettes -ushering -ushers -using -usnea -usneas -usquabae -usquabaes -usque -usquebae -usquebaes -usques -ustulate -usual -usually -usuals -usufruct -usufructs -usurer -usurers -usuries -usurious -usurp -usurped -usurper -usurpers -usurping -usurps -usury -ut -uta -utas -utensil -utensils -uteri -uterine -uterus -uteruses -utile -utilidor -utilidors -utilise -utilised -utiliser -utilisers -utilises -utilising -utilitarian -utilities -utility -utilization -utilize -utilized -utilizer -utilizers -utilizes -utilizing -utmost -utmosts -utopia -utopian -utopians -utopias -utopism -utopisms -utopist -utopists -utricle -utricles -utriculi -uts -utter -utterance -utterances -uttered -utterer -utterers -uttering -utterly -utters -uvea -uveal -uveas -uveitic -uveitis -uveitises -uveous -uvula -uvulae -uvular -uvularly -uvulars -uvulas -uvulitis -uvulitises -uxorial -uxorious -vacancies -vacancy -vacant -vacantly -vacate -vacated -vacates -vacating -vacation -vacationed -vacationer -vacationers -vacationing -vacations -vaccina -vaccinal -vaccinas -vaccinate -vaccinated -vaccinates -vaccinating -vaccination -vaccinations -vaccine -vaccines -vaccinia -vaccinias -vacillate -vacillated -vacillates -vacillating -vacillation -vacillations -vacua -vacuities -vacuity -vacuolar -vacuole -vacuoles -vacuous -vacuously -vacuousness -vacuousnesses -vacuum -vacuumed -vacuuming -vacuums -vadose -vagabond -vagabonded -vagabonding -vagabonds -vagal -vagally -vagaries -vagary -vagi -vagile -vagilities -vagility -vagina -vaginae -vaginal -vaginas -vaginate -vagotomies -vagotomy -vagrancies -vagrancy -vagrant -vagrants -vagrom -vague -vaguely -vagueness -vaguenesses -vaguer -vaguest -vagus -vahine -vahines -vail -vailed -vailing -vails -vain -vainer -vainest -vainly -vainness -vainnesses -vair -vairs -vakeel -vakeels -vakil -vakils -valance -valanced -valances -valancing -vale -valedictorian -valedictorians -valedictories -valedictory -valence -valences -valencia -valencias -valencies -valency -valentine -valentines -valerate -valerates -valerian -valerians -valeric -vales -valet -valeted -valeting -valets -valgoid -valgus -valguses -valiance -valiances -valiancies -valiancy -valiant -valiantly -valiants -valid -validate -validated -validates -validating -validation -validations -validities -validity -validly -validness -validnesses -valine -valines -valise -valises -valkyr -valkyrie -valkyries -valkyrs -vallate -valley -valleys -valonia -valonias -valor -valorise -valorised -valorises -valorising -valorize -valorized -valorizes -valorizing -valorous -valors -valour -valours -valse -valses -valuable -valuables -valuably -valuate -valuated -valuates -valuating -valuation -valuations -valuator -valuators -value -valued -valueless -valuer -valuers -values -valuing -valuta -valutas -valval -valvar -valvate -valve -valved -valveless -valvelet -valvelets -valves -valving -valvula -valvulae -valvular -valvule -valvules -vambrace -vambraces -vamoose -vamoosed -vamooses -vamoosing -vamose -vamosed -vamoses -vamosing -vamp -vamped -vamper -vampers -vamping -vampire -vampires -vampiric -vampish -vamps -van -vanadate -vanadates -vanadic -vanadium -vanadiums -vanadous -vanda -vandal -vandalic -vandalism -vandalisms -vandalize -vandalized -vandalizes -vandalizing -vandals -vandas -vandyke -vandyked -vandykes -vane -vaned -vanes -vang -vangs -vanguard -vanguards -vanilla -vanillas -vanillic -vanillin -vanillins -vanish -vanished -vanisher -vanishers -vanishes -vanishing -vanitied -vanities -vanity -vanman -vanmen -vanquish -vanquished -vanquishes -vanquishing -vans -vantage -vantages -vanward -vapid -vapidities -vapidity -vapidly -vapidness -vapidnesses -vapor -vapored -vaporer -vaporers -vaporing -vaporings -vaporise -vaporised -vaporises -vaporish -vaporising -vaporization -vaporizations -vaporize -vaporized -vaporizes -vaporizing -vaporous -vapors -vapory -vapour -vapoured -vapourer -vapourers -vapouring -vapours -vapoury -vaquero -vaqueros -vara -varas -varia -variabilities -variability -variable -variableness -variablenesses -variables -variably -variance -variances -variant -variants -variate -variated -variates -variating -variation -variations -varices -varicose -varied -variedly -variegate -variegated -variegates -variegating -variegation -variegations -varier -variers -varies -varietal -varieties -variety -variform -variola -variolar -variolas -variole -varioles -variorum -variorums -various -variously -varistor -varistors -varix -varlet -varletries -varletry -varlets -varment -varments -varmint -varmints -varna -varnas -varnish -varnished -varnishes -varnishing -varnishy -varsities -varsity -varus -varuses -varve -varved -varves -vary -varying -vas -vasa -vasal -vascula -vascular -vasculum -vasculums -vase -vaselike -vases -vasiform -vassal -vassalage -vassalages -vassals -vast -vaster -vastest -vastier -vastiest -vastities -vastity -vastly -vastness -vastnesses -vasts -vasty -vat -vatful -vatfuls -vatic -vatical -vaticide -vaticides -vats -vatted -vatting -vau -vaudeville -vaudevilles -vault -vaulted -vaulter -vaulters -vaultier -vaultiest -vaulting -vaultings -vaults -vaulty -vaunt -vaunted -vaunter -vaunters -vauntful -vauntie -vaunting -vaunts -vaunty -vaus -vav -vavasor -vavasors -vavasour -vavasours -vavassor -vavassors -vavs -vaw -vaward -vawards -vawntie -vaws -veal -vealed -vealer -vealers -vealier -vealiest -vealing -veals -vealy -vector -vectored -vectoring -vectors -vedalia -vedalias -vedette -vedettes -vee -veena -veenas -veep -veepee -veepees -veeps -veer -veered -veeries -veering -veers -veery -vees -veg -vegan -veganism -veganisms -vegans -vegetable -vegetables -vegetal -vegetant -vegetarian -vegetarianism -vegetarianisms -vegetarians -vegetate -vegetated -vegetates -vegetating -vegetation -vegetational -vegetations -vegete -vegetist -vegetists -vegetive -vehemence -vehemences -vehement -vehemently -vehicle -vehicles -vehicular -veil -veiled -veiledly -veiler -veilers -veiling -veilings -veillike -veils -vein -veinal -veined -veiner -veiners -veinier -veiniest -veining -veinings -veinless -veinlet -veinlets -veinlike -veins -veinule -veinules -veinulet -veinulets -veiny -vela -velamen -velamina -velar -velaria -velarium -velarize -velarized -velarizes -velarizing -velars -velate -veld -velds -veldt -veldts -veliger -veligers -velites -velleities -velleity -vellum -vellums -veloce -velocities -velocity -velour -velours -veloute -veloutes -velum -velure -velured -velures -veluring -velveret -velverets -velvet -velveted -velvets -velvety -vena -venae -venal -venalities -venality -venally -venatic -venation -venations -vend -vendable -vendace -vendaces -vended -vendee -vendees -vender -venders -vendetta -vendettas -vendible -vendibles -vendibly -vending -vendor -vendors -vends -vendue -vendues -veneer -veneered -veneerer -veneerers -veneering -veneers -venenate -venenated -venenates -venenating -venenose -venerable -venerate -venerated -venerates -venerating -veneration -venerations -venereal -veneries -venery -venetian -venetians -venge -vengeance -vengeances -venged -vengeful -vengefully -venges -venging -venial -venially -venin -venine -venines -venins -venire -venires -venison -venisons -venom -venomed -venomer -venomers -venoming -venomous -venoms -venose -venosities -venosity -venous -venously -vent -ventage -ventages -ventail -ventails -vented -venter -venters -ventilate -ventilated -ventilates -ventilating -ventilation -ventilations -ventilator -ventilators -venting -ventless -ventral -ventrals -ventricle -ventricles -ventriloquism -ventriloquisms -ventriloquist -ventriloquists -ventriloquy -ventriloquys -vents -venture -ventured -venturer -venturers -ventures -venturesome -venturesomely -venturesomeness -venturesomenesses -venturi -venturing -venturis -venue -venues -venular -venule -venules -venulose -venulous -vera -veracious -veracities -veracity -veranda -verandah -verandahs -verandas -veratria -veratrias -veratrin -veratrins -veratrum -veratrums -verb -verbal -verbalization -verbalizations -verbalize -verbalized -verbalizes -verbalizing -verbally -verbals -verbatim -verbena -verbenas -verbiage -verbiages -verbid -verbids -verbified -verbifies -verbify -verbifying -verbile -verbiles -verbless -verbose -verbosities -verbosity -verboten -verbs -verdancies -verdancy -verdant -verderer -verderers -verderor -verderors -verdict -verdicts -verdin -verdins -verditer -verditers -verdure -verdured -verdures -verecund -verge -verged -vergence -vergences -verger -vergers -verges -verging -verglas -verglases -veridic -verier -veriest -verifiable -verification -verifications -verified -verifier -verifiers -verifies -verify -verifying -verily -verism -verismo -verismos -verisms -verist -veristic -verists -veritable -veritably -veritas -veritates -verities -verity -verjuice -verjuices -vermeil -vermeils -vermes -vermian -vermicelli -vermicellis -vermin -vermis -vermoulu -vermouth -vermouths -vermuth -vermuths -vernacle -vernacles -vernacular -vernaculars -vernal -vernally -vernicle -vernicles -vernier -verniers -vernix -vernixes -veronica -veronicas -verruca -verrucae -versal -versant -versants -versatile -versatilities -versatility -verse -versed -verseman -versemen -verser -versers -verses -verset -versets -versicle -versicles -versified -versifies -versify -versifying -versine -versines -versing -version -versions -verso -versos -verst -verste -verstes -versts -versus -vert -vertebra -vertebrae -vertebral -vertebras -vertebrate -vertebrates -vertex -vertexes -vertical -vertically -verticalness -verticalnesses -verticals -vertices -verticil -verticils -vertigines -vertigo -vertigoes -vertigos -verts -vertu -vertus -vervain -vervains -verve -verves -vervet -vervets -very -vesica -vesicae -vesical -vesicant -vesicants -vesicate -vesicated -vesicates -vesicating -vesicle -vesicles -vesicula -vesiculae -vesicular -vesigia -vesper -vesperal -vesperals -vespers -vespiaries -vespiary -vespid -vespids -vespine -vessel -vesseled -vessels -vest -vesta -vestal -vestally -vestals -vestas -vested -vestee -vestees -vestiaries -vestiary -vestibular -vestibule -vestibules -vestige -vestiges -vestigial -vestigially -vesting -vestings -vestless -vestlike -vestment -vestments -vestral -vestries -vestry -vests -vestural -vesture -vestured -vestures -vesturing -vesuvian -vesuvians -vet -vetch -vetches -veteran -veterans -veterinarian -veterinarians -veterinary -vetiver -vetivers -veto -vetoed -vetoer -vetoers -vetoes -vetoing -vets -vetted -vetting -vex -vexation -vexations -vexatious -vexed -vexedly -vexer -vexers -vexes -vexil -vexilla -vexillar -vexillum -vexils -vexing -vexingly -vext -via -viabilities -viability -viable -viably -viaduct -viaducts -vial -vialed -vialing -vialled -vialling -vials -viand -viands -viatic -viatica -viatical -viaticum -viaticums -viator -viatores -viators -vibes -vibioid -vibist -vibists -vibrance -vibrances -vibrancies -vibrancy -vibrant -vibrants -vibrate -vibrated -vibrates -vibrating -vibration -vibrations -vibrato -vibrator -vibrators -vibratory -vibratos -vibrio -vibrion -vibrions -vibrios -vibrissa -vibrissae -viburnum -viburnums -vicar -vicarage -vicarages -vicarate -vicarates -vicarial -vicariate -vicariates -vicarious -vicariously -vicariousness -vicariousnesses -vicarly -vicars -vice -viced -viceless -vicenary -viceroy -viceroys -vices -vichies -vichy -vicinage -vicinages -vicinal -vicing -vicinities -vicinity -vicious -viciously -viciousness -viciousnesses -vicissitude -vicissitudes -vicomte -vicomtes -victim -victimization -victimizations -victimize -victimized -victimizer -victimizers -victimizes -victimizing -victims -victor -victoria -victorias -victories -victorious -victoriously -victors -victory -victress -victresses -victual -victualed -victualing -victualled -victualling -victuals -vicugna -vicugnas -vicuna -vicunas -vide -video -videos -videotape -videotaped -videotapes -videotaping -vidette -videttes -vidicon -vidicons -viduities -viduity -vie -vied -vier -viers -vies -view -viewable -viewed -viewer -viewers -viewier -viewiest -viewing -viewings -viewless -viewpoint -viewpoints -views -viewy -vigil -vigilance -vigilances -vigilant -vigilante -vigilantes -vigilantly -vigils -vignette -vignetted -vignettes -vignetting -vigor -vigorish -vigorishes -vigoroso -vigorous -vigorously -vigorousness -vigorousnesses -vigors -vigour -vigours -viking -vikings -vilayet -vilayets -vile -vilely -vileness -vilenesses -viler -vilest -vilification -vilifications -vilified -vilifier -vilifiers -vilifies -vilify -vilifying -vilipend -vilipended -vilipending -vilipends -vill -villa -villadom -villadoms -villae -village -villager -villagers -villages -villain -villainies -villains -villainy -villas -villatic -villein -villeins -villi -villianess -villianesses -villianous -villianously -villianousness -villianousnesses -villose -villous -vills -villus -vim -vimen -vimina -viminal -vimpa -vims -vin -vina -vinal -vinals -vinas -vinasse -vinasses -vinca -vincas -vincible -vincristine -vincristines -vincula -vinculum -vinculums -vindesine -vindicate -vindicated -vindicates -vindicating -vindication -vindications -vindicator -vindicators -vindictive -vindictively -vindictiveness -vindictivenesses -vine -vineal -vined -vinegar -vinegars -vinegary -vineries -vinery -vines -vineyard -vineyards -vinic -vinier -viniest -vinifera -viniferas -vining -vino -vinos -vinosities -vinosity -vinous -vinously -vins -vintage -vintager -vintagers -vintages -vintner -vintners -viny -vinyl -vinylic -vinyls -viol -viola -violable -violably -violas -violate -violated -violater -violaters -violates -violating -violation -violations -violator -violators -violence -violences -violent -violently -violet -violets -violin -violinist -violinists -violins -violist -violists -violone -violones -viols -viomycin -viomycins -viper -viperine -viperish -viperous -vipers -virago -viragoes -viragos -viral -virally -virelai -virelais -virelay -virelays -viremia -viremias -viremic -vireo -vireos -vires -virga -virgas -virgate -virgates -virgin -virginal -virginally -virginals -virgins -virgule -virgules -viricide -viricides -virid -viridian -viridians -viridities -viridity -virile -virilism -virilisms -virilities -virility -virion -virions -virl -virls -virologies -virology -viroses -virosis -virtu -virtual -virtually -virtue -virtues -virtuosa -virtuosas -virtuose -virtuosi -virtuosities -virtuosity -virtuoso -virtuosos -virtuous -virtuously -virtus -virucide -virucides -virulence -virulences -virulencies -virulency -virulent -virulently -virus -viruses -vis -visa -visaed -visage -visaged -visages -visaing -visard -visards -visas -viscacha -viscachas -viscera -visceral -viscerally -viscid -viscidities -viscidity -viscidly -viscoid -viscose -viscoses -viscount -viscountess -viscountesses -viscounts -viscous -viscus -vise -vised -viseed -viseing -viselike -vises -visibilities -visibility -visible -visibly -vising -vision -visional -visionaries -visionary -visioned -visioning -visions -visit -visitable -visitant -visitants -visitation -visitations -visited -visiter -visiters -visiting -visitor -visitors -visits -visive -visor -visored -visoring -visors -vista -vistaed -vistas -visual -visualization -visualizations -visualize -visualized -visualizer -visualizers -visualizes -visualizing -visually -vita -vitae -vital -vitalise -vitalised -vitalises -vitalising -vitalism -vitalisms -vitalist -vitalists -vitalities -vitality -vitalize -vitalized -vitalizes -vitalizing -vitally -vitals -vitamer -vitamers -vitamin -vitamine -vitamines -vitamins -vitellin -vitellins -vitellus -vitelluses -vitesse -vitesses -vitiable -vitiate -vitiated -vitiates -vitiating -vitiation -vitiations -vitiator -vitiators -vitiligo -vitiligos -vitreous -vitric -vitrification -vitrifications -vitrified -vitrifies -vitrify -vitrifying -vitrine -vitrines -vitriol -vitrioled -vitriolic -vitrioling -vitriolled -vitriolling -vitriols -vitta -vittae -vittate -vittle -vittled -vittles -vittling -vituline -vituperate -vituperated -vituperates -vituperating -vituperation -vituperations -vituperative -vituperatively -viva -vivace -vivacious -vivaciously -vivaciousness -vivaciousnesses -vivacities -vivacity -vivaria -vivaries -vivarium -vivariums -vivary -vivas -vive -viverrid -viverrids -vivers -vivid -vivider -vividest -vividly -vividness -vividnesses -vivific -vivified -vivifier -vivifiers -vivifies -vivify -vivifying -vivipara -vivisect -vivisected -vivisecting -vivisection -vivisections -vivisects -vixen -vixenish -vixenly -vixens -vizard -vizarded -vizards -vizcacha -vizcachas -vizier -viziers -vizir -vizirate -vizirates -vizirial -vizirs -vizor -vizored -vizoring -vizors -vizsla -vizslas -vocable -vocables -vocably -vocabularies -vocabulary -vocal -vocalic -vocalics -vocalise -vocalised -vocalises -vocalising -vocalism -vocalisms -vocalist -vocalists -vocalities -vocality -vocalize -vocalized -vocalizes -vocalizing -vocally -vocals -vocation -vocational -vocations -vocative -vocatives -voces -vociferous -vociferously -vocoder -vocoders -voder -vodka -vodkas -vodum -vodums -vodun -voe -voes -vogie -vogue -vogues -voguish -voice -voiced -voiceful -voicer -voicers -voices -voicing -void -voidable -voidance -voidances -voided -voider -voiders -voiding -voidness -voidnesses -voids -voile -voiles -volant -volante -volar -volatile -volatiles -volatilities -volatility -volatilize -volatilized -volatilizes -volatilizing -volcanic -volcanics -volcano -volcanoes -volcanos -vole -voled -voleries -volery -voles -voling -volitant -volition -volitional -volitions -volitive -volley -volleyball -volleyballs -volleyed -volleyer -volleyers -volleying -volleys -volost -volosts -volplane -volplaned -volplanes -volplaning -volt -volta -voltage -voltages -voltaic -voltaism -voltaisms -volte -voltes -volti -volts -volubilities -volubility -voluble -volubly -volume -volumed -volumes -voluming -voluminous -voluntarily -voluntary -volunteer -volunteered -volunteering -volunteers -voluptuous -voluptuously -voluptuousness -voluptuousnesses -volute -voluted -volutes -volutin -volutins -volution -volutions -volva -volvas -volvate -volvox -volvoxes -volvuli -volvulus -volvuluses -vomer -vomerine -vomers -vomica -vomicae -vomit -vomited -vomiter -vomiters -vomiting -vomitive -vomitives -vomito -vomitories -vomitory -vomitos -vomitous -vomits -vomitus -vomituses -von -voodoo -voodooed -voodooing -voodooism -voodooisms -voodoos -voracious -voraciously -voraciousness -voraciousnesses -voracities -voracity -vorlage -vorlages -vortex -vortexes -vortical -vortices -votable -votaress -votaresses -votaries -votarist -votarists -votary -vote -voteable -voted -voteless -voter -voters -votes -voting -votive -votively -votress -votresses -vouch -vouched -vouchee -vouchees -voucher -vouchered -vouchering -vouchers -vouches -vouching -vouchsafe -vouchsafed -vouchsafes -vouchsafing -voussoir -voussoirs -vow -vowed -vowel -vowelize -vowelized -vowelizes -vowelizing -vowels -vower -vowers -vowing -vowless -vows -vox -voyage -voyaged -voyager -voyagers -voyages -voyageur -voyageurs -voyaging -voyeur -voyeurs -vroom -vroomed -vrooming -vrooms -vrouw -vrouws -vrow -vrows -vug -vugg -vuggs -vuggy -vugh -vughs -vugs -vulcanic -vulcanization -vulcanizations -vulcanize -vulcanized -vulcanizes -vulcanizing -vulgar -vulgarer -vulgarest -vulgarism -vulgarisms -vulgarities -vulgarity -vulgarize -vulgarized -vulgarizes -vulgarizing -vulgarly -vulgars -vulgate -vulgates -vulgo -vulgus -vulguses -vulnerabilities -vulnerability -vulnerable -vulnerably -vulpine -vulture -vultures -vulva -vulvae -vulval -vulvar -vulvas -vulvate -vulvitis -vulvitises -vying -vyingly -wab -wabble -wabbled -wabbler -wabblers -wabbles -wabblier -wabbliest -wabbling -wabbly -wabs -wack -wacke -wackes -wackier -wackiest -wackily -wacks -wacky -wad -wadable -wadded -wadder -wadders -waddie -waddied -waddies -wadding -waddings -waddle -waddled -waddler -waddlers -waddles -waddling -waddly -waddy -waddying -wade -wadeable -waded -wader -waders -wades -wadi -wadies -wading -wadis -wadmaal -wadmaals -wadmal -wadmals -wadmel -wadmels -wadmol -wadmoll -wadmolls -wadmols -wads -wadset -wadsets -wadsetted -wadsetting -wady -wae -waefu -waeful -waeness -waenesses -waes -waesuck -waesucks -wafer -wafered -wafering -wafers -wafery -waff -waffed -waffie -waffies -waffing -waffle -waffled -waffles -waffling -waffs -waft -waftage -waftages -wafted -wafter -wafters -wafting -wafts -wafture -waftures -wag -wage -waged -wageless -wager -wagered -wagerer -wagerers -wagering -wagers -wages -wagged -wagger -waggeries -waggers -waggery -wagging -waggish -waggle -waggled -waggles -waggling -waggly -waggon -waggoned -waggoner -waggoners -waggoning -waggons -waging -wagon -wagonage -wagonages -wagoned -wagoner -wagoners -wagoning -wagons -wags -wagsome -wagtail -wagtails -wahconda -wahcondas -wahine -wahines -wahoo -wahoos -waif -waifed -waifing -waifs -wail -wailed -wailer -wailers -wailful -wailing -wails -wailsome -wain -wains -wainscot -wainscoted -wainscoting -wainscots -wainscotted -wainscotting -wair -waired -wairing -wairs -waist -waisted -waister -waisters -waisting -waistings -waistline -waistlines -waists -wait -waited -waiter -waiters -waiting -waitings -waitress -waitresses -waits -waive -waived -waiver -waivers -waives -waiving -wakanda -wakandas -wake -waked -wakeful -wakefulness -wakefulnesses -wakeless -waken -wakened -wakener -wakeners -wakening -wakenings -wakens -waker -wakerife -wakers -wakes -wakiki -wakikis -waking -wale -waled -waler -walers -wales -walies -waling -walk -walkable -walkaway -walkaways -walked -walker -walkers -walking -walkings -walkout -walkouts -walkover -walkovers -walks -walkup -walkups -walkway -walkways -walkyrie -walkyries -wall -walla -wallabies -wallaby -wallah -wallahs -wallaroo -wallaroos -wallas -walled -wallet -wallets -walleye -walleyed -walleyes -wallflower -wallflowers -wallie -wallies -walling -wallop -walloped -walloper -wallopers -walloping -wallops -wallow -wallowed -wallower -wallowers -wallowing -wallows -wallpaper -wallpapered -wallpapering -wallpapers -walls -wally -walnut -walnuts -walrus -walruses -waltz -waltzed -waltzer -waltzers -waltzes -waltzing -waly -wamble -wambled -wambles -wamblier -wambliest -wambling -wambly -wame -wamefou -wamefous -wameful -wamefuls -wames -wammus -wammuses -wampish -wampished -wampishes -wampishing -wampum -wampums -wampus -wampuses -wamus -wamuses -wan -wand -wander -wandered -wanderer -wanderers -wandering -wanderlust -wanderlusts -wanderoo -wanderoos -wanders -wandle -wands -wane -waned -waner -wanes -waney -wangan -wangans -wangle -wangled -wangler -wanglers -wangles -wangling -wangun -wanguns -wanier -waniest -wanigan -wanigans -waning -wanion -wanions -wanly -wanned -wanner -wanness -wannesses -wannest -wannigan -wannigans -wanning -wans -want -wantage -wantages -wanted -wanter -wanters -wanting -wanton -wantoned -wantoner -wantoners -wantoning -wantonly -wantonness -wantonnesses -wantons -wants -wany -wap -wapiti -wapitis -wapped -wapping -waps -war -warble -warbled -warbler -warblers -warbles -warbling -warcraft -warcrafts -ward -warded -warden -wardenries -wardenry -wardens -warder -warders -warding -wardress -wardresses -wardrobe -wardrobes -wardroom -wardrooms -wards -wardship -wardships -ware -wared -warehouse -warehoused -warehouseman -warehousemen -warehouser -warehousers -warehouses -warehousing -warer -wareroom -warerooms -wares -warfare -warfares -warfarin -warfarins -warhead -warheads -warier -wariest -warily -wariness -warinesses -waring -warison -warisons -wark -warked -warking -warks -warless -warlike -warlock -warlocks -warlord -warlords -warm -warmaker -warmakers -warmed -warmer -warmers -warmest -warming -warmish -warmly -warmness -warmnesses -warmonger -warmongers -warmouth -warmouths -warms -warmth -warmths -warmup -warmups -warn -warned -warner -warners -warning -warnings -warns -warp -warpage -warpages -warpath -warpaths -warped -warper -warpers -warping -warplane -warplanes -warpower -warpowers -warps -warpwise -warragal -warragals -warrant -warranted -warranties -warranting -warrants -warranty -warred -warren -warrener -warreners -warrens -warrigal -warrigals -warring -warrior -warriors -wars -warsaw -warsaws -warship -warships -warsle -warsled -warsler -warslers -warsles -warsling -warstle -warstled -warstler -warstlers -warstles -warstling -wart -warted -warthog -warthogs -wartier -wartiest -wartime -wartimes -wartlike -warts -warty -warwork -warworks -warworn -wary -was -wash -washable -washboard -washboards -washbowl -washbowls -washcloth -washcloths -washday -washdays -washed -washer -washers -washes -washier -washiest -washing -washings -washington -washout -washouts -washrag -washrags -washroom -washrooms -washtub -washtubs -washy -wasp -waspier -waspiest -waspily -waspish -wasplike -wasps -waspy -wassail -wassailed -wassailing -wassails -wast -wastable -wastage -wastages -waste -wastebasket -wastebaskets -wasted -wasteful -wastefully -wastefulness -wastefulnesses -wasteland -wastelands -wastelot -wastelots -waster -wasterie -wasteries -wasters -wastery -wastes -wasteway -wasteways -wasting -wastrel -wastrels -wastrie -wastries -wastry -wasts -wat -watap -watape -watapes -wataps -watch -watchcries -watchcry -watchdog -watchdogged -watchdogging -watchdogs -watched -watcher -watchers -watches -watcheye -watcheyes -watchful -watchfully -watchfulness -watchfulnesses -watching -watchman -watchmen -watchout -watchouts -water -waterage -waterages -waterbed -waterbeds -watercolor -watercolors -watercourse -watercourses -watercress -watercresses -waterdog -waterdogs -watered -waterer -waterers -waterfall -waterfalls -waterfowl -waterfowls -waterier -wateriest -waterily -watering -waterings -waterish -waterlog -waterlogged -waterlogging -waterlogs -waterloo -waterloos -waterman -watermark -watermarked -watermarking -watermarks -watermelon -watermelons -watermen -waterpower -waterpowers -waterproof -waterproofed -waterproofing -waterproofings -waterproofs -waters -waterspout -waterspouts -watertight -waterway -waterways -waterworks -watery -wats -watt -wattage -wattages -wattape -wattapes -watter -wattest -watthour -watthours -wattle -wattled -wattles -wattless -wattling -watts -waucht -wauchted -wauchting -wauchts -waugh -waught -waughted -waughting -waughts -wauk -wauked -wauking -wauks -waul -wauled -wauling -wauls -waur -wave -waveband -wavebands -waved -waveform -waveforms -wavelength -wavelengths -waveless -wavelet -wavelets -wavelike -waveoff -waveoffs -waver -wavered -waverer -waverers -wavering -waveringly -wavers -wavery -waves -wavey -waveys -wavier -wavies -waviest -wavily -waviness -wavinesses -waving -wavy -waw -wawl -wawled -wawling -wawls -waws -wax -waxberries -waxberry -waxbill -waxbills -waxed -waxen -waxer -waxers -waxes -waxier -waxiest -waxily -waxiness -waxinesses -waxing -waxings -waxlike -waxplant -waxplants -waxweed -waxweeds -waxwing -waxwings -waxwork -waxworks -waxworm -waxworms -waxy -way -waybill -waybills -wayfarer -wayfarers -wayfaring -waygoing -waygoings -waylaid -waylay -waylayer -waylayers -waylaying -waylays -wayless -ways -wayside -waysides -wayward -wayworn -we -weak -weaken -weakened -weakener -weakeners -weakening -weakens -weaker -weakest -weakfish -weakfishes -weakish -weaklier -weakliest -weakling -weaklings -weakly -weakness -weaknesses -weal -weald -wealds -weals -wealth -wealthier -wealthiest -wealths -wealthy -wean -weaned -weaner -weaners -weaning -weanling -weanlings -weans -weapon -weaponed -weaponing -weaponries -weaponry -weapons -wear -wearable -wearables -wearer -wearers -wearied -wearier -wearies -weariest -weariful -wearily -weariness -wearinesses -wearing -wearish -wearisome -wears -weary -wearying -weasand -weasands -weasel -weaseled -weaseling -weasels -weason -weasons -weather -weathered -weathering -weatherman -weathermen -weatherproof -weatherproofed -weatherproofing -weatherproofs -weathers -weave -weaved -weaver -weavers -weaves -weaving -weazand -weazands -web -webbed -webbier -webbiest -webbing -webbings -webby -weber -webers -webfed -webfeet -webfoot -webless -weblike -webs -webster -websters -webworm -webworms -wecht -wechts -wed -wedded -wedder -wedders -wedding -weddings -wedel -wedeled -wedeling -wedeln -wedelns -wedels -wedge -wedged -wedges -wedgie -wedgier -wedgies -wedgiest -wedging -wedgy -wedlock -wedlocks -wednesday -weds -wee -weed -weeded -weeder -weeders -weedier -weediest -weedily -weeding -weedless -weedlike -weeds -weedy -week -weekday -weekdays -weekend -weekended -weekending -weekends -weeklies -weeklong -weekly -weeks -weel -ween -weened -weenie -weenier -weenies -weeniest -weening -weens -weensier -weensiest -weensy -weeny -weep -weeper -weepers -weepier -weepiest -weeping -weeps -weepy -weer -wees -weest -weet -weeted -weeting -weets -weever -weevers -weevil -weeviled -weevilly -weevils -weevily -weewee -weeweed -weeweeing -weewees -weft -wefts -weftwise -weigela -weigelas -weigelia -weigelias -weigh -weighed -weigher -weighers -weighing -weighman -weighmen -weighs -weight -weighted -weighter -weighters -weightier -weightiest -weighting -weightless -weightlessness -weightlessnesses -weights -weighty -weiner -weiners -weir -weird -weirder -weirdest -weirdie -weirdies -weirdly -weirdness -weirdnesses -weirdo -weirdoes -weirdos -weirds -weirdy -weirs -weka -wekas -welch -welched -welcher -welchers -welches -welching -welcome -welcomed -welcomer -welcomers -welcomes -welcoming -weld -weldable -welded -welder -welders -welding -weldless -weldment -weldments -weldor -weldors -welds -welfare -welfares -welkin -welkins -well -welladay -welladays -wellaway -wellaways -wellborn -wellcurb -wellcurbs -welldoer -welldoers -welled -wellesley -wellhead -wellheads -wellhole -wellholes -welling -wellness -wellnesses -wells -wellsite -wellsites -wellspring -wellsprings -welsh -welshed -welsher -welshers -welshes -welshing -welt -welted -welter -weltered -weltering -welters -welting -welts -wen -wench -wenched -wencher -wenchers -wenches -wenching -wend -wended -wendigo -wendigos -wending -wends -wennier -wenniest -wennish -wenny -wens -went -wept -were -weregild -weregilds -werewolf -werewolves -wergeld -wergelds -wergelt -wergelts -wergild -wergilds -wert -werwolf -werwolves -weskit -weskits -wessand -wessands -west -wester -westered -westering -westerlies -westerly -western -westerns -westers -westing -westings -westmost -wests -westward -westwards -wet -wetback -wetbacks -wether -wethers -wetland -wetlands -wetly -wetness -wetnesses -wetproof -wets -wettable -wetted -wetter -wetters -wettest -wetting -wettings -wettish -wha -whack -whacked -whacker -whackers -whackier -whackiest -whacking -whacks -whacky -whale -whalebone -whalebones -whaled -whaleman -whalemen -whaler -whalers -whales -whaling -whalings -wham -whammed -whammies -whamming -whammy -whams -whang -whanged -whangee -whangees -whanging -whangs -whap -whapped -whapper -whappers -whapping -whaps -wharf -wharfage -wharfages -wharfed -wharfing -wharfs -wharve -wharves -what -whatever -whatnot -whatnots -whats -whatsoever -whaup -whaups -wheal -wheals -wheat -wheatear -wheatears -wheaten -wheats -whee -wheedle -wheedled -wheedler -wheedlers -wheedles -wheedling -wheel -wheelbarrow -wheelbarrows -wheelbase -wheelbases -wheelchair -wheelchairs -wheeled -wheeler -wheelers -wheelie -wheelies -wheeling -wheelings -wheelless -wheelman -wheelmen -wheels -wheen -wheens -wheep -wheeped -wheeping -wheeple -wheepled -wheeples -wheepling -wheeps -whees -wheeze -wheezed -wheezer -wheezers -wheezes -wheezier -wheeziest -wheezily -wheezing -wheezy -whelk -whelkier -whelkiest -whelks -whelky -whelm -whelmed -whelming -whelms -whelp -whelped -whelping -whelps -when -whenas -whence -whenever -whens -where -whereabouts -whereas -whereases -whereat -whereby -wherefore -wherein -whereof -whereon -wheres -whereto -whereupon -wherever -wherewithal -wherried -wherries -wherry -wherrying -wherve -wherves -whet -whether -whets -whetstone -whetstones -whetted -whetter -whetters -whetting -whew -whews -whey -wheyey -wheyface -wheyfaces -wheyish -wheys -which -whichever -whicker -whickered -whickering -whickers -whid -whidah -whidahs -whidded -whidding -whids -whiff -whiffed -whiffer -whiffers -whiffet -whiffets -whiffing -whiffle -whiffled -whiffler -whifflers -whiffles -whiffling -whiffs -while -whiled -whiles -whiling -whilom -whilst -whim -whimbrel -whimbrels -whimper -whimpered -whimpering -whimpers -whims -whimsey -whimseys -whimsical -whimsicalities -whimsicality -whimsically -whimsied -whimsies -whimsy -whin -whinchat -whinchats -whine -whined -whiner -whiners -whines -whiney -whinier -whiniest -whining -whinnied -whinnier -whinnies -whinniest -whinny -whinnying -whins -whiny -whip -whipcord -whipcords -whiplash -whiplashes -whiplike -whipped -whipper -whippers -whippersnapper -whippersnappers -whippet -whippets -whippier -whippiest -whipping -whippings -whippoorwill -whippoorwills -whippy -whipray -whiprays -whips -whipsaw -whipsawed -whipsawing -whipsawn -whipsaws -whipt -whiptail -whiptails -whipworm -whipworms -whir -whirl -whirled -whirler -whirlers -whirlier -whirlies -whirliest -whirling -whirlpool -whirlpools -whirls -whirlwind -whirlwinds -whirly -whirr -whirred -whirried -whirries -whirring -whirrs -whirry -whirrying -whirs -whish -whished -whishes -whishing -whisht -whishted -whishting -whishts -whisk -whisked -whisker -whiskered -whiskers -whiskery -whiskey -whiskeys -whiskies -whisking -whisks -whisky -whisper -whispered -whispering -whispers -whispery -whist -whisted -whisting -whistle -whistled -whistler -whistlers -whistles -whistling -whists -whit -white -whitebait -whitebaits -whitecap -whitecaps -whited -whitefish -whitefishes -whiteflies -whitefly -whitely -whiten -whitened -whitener -whiteners -whiteness -whitenesses -whitening -whitens -whiteout -whiteouts -whiter -whites -whitest -whitetail -whitetails -whitewash -whitewashed -whitewashes -whitewashing -whitey -whiteys -whither -whities -whiting -whitings -whitish -whitlow -whitlows -whitrack -whitracks -whits -whitter -whitters -whittle -whittled -whittler -whittlers -whittles -whittling -whittret -whittrets -whity -whiz -whizbang -whizbangs -whizz -whizzed -whizzer -whizzers -whizzes -whizzing -who -whoa -whoas -whodunit -whodunits -whoever -whole -wholehearted -wholeness -wholenesses -wholes -wholesale -wholesaled -wholesaler -wholesalers -wholesales -wholesaling -wholesome -wholesomeness -wholesomenesses -wholism -wholisms -wholly -whom -whomever -whomp -whomped -whomping -whomps -whomso -whoop -whooped -whoopee -whoopees -whooper -whoopers -whooping -whoopla -whooplas -whoops -whoosh -whooshed -whooshes -whooshing -whoosis -whoosises -whop -whopped -whopper -whoppers -whopping -whops -whore -whored -whoredom -whoredoms -whores -whoreson -whoresons -whoring -whorish -whorl -whorled -whorls -whort -whortle -whortles -whorts -whose -whosever -whosis -whosises -whoso -whosoever -whump -whumped -whumping -whumps -why -whydah -whydahs -whys -wich -wiches -wick -wickape -wickapes -wicked -wickeder -wickedest -wickedly -wickedness -wickednesses -wicker -wickers -wickerwork -wickerworks -wicket -wickets -wicking -wickings -wickiup -wickiups -wicks -wickyup -wickyups -wicopies -wicopy -widder -widders -widdie -widdies -widdle -widdled -widdles -widdling -widdy -wide -widely -widen -widened -widener -wideners -wideness -widenesses -widening -widens -wider -wides -widespread -widest -widgeon -widgeons -widget -widgets -widish -widow -widowed -widower -widowers -widowhood -widowhoods -widowing -widows -width -widths -widthway -wield -wielded -wielder -wielders -wieldier -wieldiest -wielding -wields -wieldy -wiener -wieners -wienie -wienies -wife -wifed -wifedom -wifedoms -wifehood -wifehoods -wifeless -wifelier -wifeliest -wifelike -wifely -wifes -wifing -wig -wigan -wigans -wigeon -wigeons -wigged -wiggeries -wiggery -wigging -wiggings -wiggle -wiggled -wiggler -wigglers -wiggles -wigglier -wiggliest -wiggling -wiggly -wight -wights -wigless -wiglet -wiglets -wiglike -wigmaker -wigmakers -wigs -wigwag -wigwagged -wigwagging -wigwags -wigwam -wigwams -wikiup -wikiups -wilco -wild -wildcat -wildcats -wildcatted -wildcatting -wilder -wildered -wildering -wilderness -wildernesses -wilders -wildest -wildfire -wildfires -wildfowl -wildfowls -wilding -wildings -wildish -wildlife -wildling -wildlings -wildly -wildness -wildnesses -wilds -wildwood -wildwoods -wile -wiled -wiles -wilful -wilfully -wilier -wiliest -wilily -wiliness -wilinesses -wiling -will -willable -willed -willer -willers -willet -willets -willful -willfully -willied -willies -willing -willinger -willingest -willingly -willingness -williwau -williwaus -williwaw -williwaws -willow -willowed -willower -willowers -willowier -willowiest -willowing -willows -willowy -willpower -willpowers -wills -willy -willyard -willyart -willying -willywaw -willywaws -wilt -wilted -wilting -wilts -wily -wimble -wimbled -wimbles -wimbling -wimple -wimpled -wimples -wimpling -win -wince -winced -wincer -wincers -winces -wincey -winceys -winch -winched -wincher -winchers -winches -winching -wincing -wind -windable -windage -windages -windbag -windbags -windbreak -windbreaks -windburn -windburned -windburning -windburns -windburnt -winded -winder -winders -windfall -windfalls -windflaw -windflaws -windgall -windgalls -windier -windiest -windigo -windigos -windily -winding -windings -windlass -windlassed -windlasses -windlassing -windle -windled -windles -windless -windling -windlings -windmill -windmilled -windmilling -windmills -window -windowed -windowing -windowless -windows -windpipe -windpipes -windrow -windrowed -windrowing -windrows -winds -windshield -windshields -windsock -windsocks -windup -windups -windward -windwards -windway -windways -windy -wine -wined -wineless -wineries -winery -wines -wineshop -wineshops -wineskin -wineskins -winesop -winesops -winey -wing -wingback -wingbacks -wingbow -wingbows -wingding -wingdings -winged -wingedly -winger -wingers -wingier -wingiest -winging -wingless -winglet -winglets -winglike -wingman -wingmen -wingover -wingovers -wings -wingspan -wingspans -wingy -winier -winiest -wining -winish -wink -winked -winker -winkers -winking -winkle -winkled -winkles -winkling -winks -winnable -winned -winner -winners -winning -winnings -winnock -winnocks -winnow -winnowed -winnower -winnowers -winnowing -winnows -wino -winoes -winos -wins -winsome -winsomely -winsomeness -winsomenesses -winsomer -winsomest -winter -wintered -winterer -winterers -wintergreen -wintergreens -winterier -winteriest -wintering -winterly -winters -wintertime -wintertimes -wintery -wintle -wintled -wintles -wintling -wintrier -wintriest -wintrily -wintry -winy -winze -winzes -wipe -wiped -wipeout -wipeouts -wiper -wipers -wipes -wiping -wirable -wire -wired -wiredraw -wiredrawing -wiredrawn -wiredraws -wiredrew -wirehair -wirehairs -wireless -wirelessed -wirelesses -wirelessing -wirelike -wireman -wiremen -wirer -wirers -wires -wiretap -wiretapped -wiretapper -wiretappers -wiretapping -wiretaps -wireway -wireways -wirework -wireworks -wireworm -wireworms -wirier -wiriest -wirily -wiriness -wirinesses -wiring -wirings -wirra -wiry -wis -wisdom -wisdoms -wise -wiseacre -wiseacres -wisecrack -wisecracked -wisecracking -wisecracks -wised -wiselier -wiseliest -wisely -wiseness -wisenesses -wisent -wisents -wiser -wises -wisest -wish -wisha -wishbone -wishbones -wished -wisher -wishers -wishes -wishful -wishing -wishless -wising -wisp -wisped -wispier -wispiest -wispily -wisping -wispish -wisplike -wisps -wispy -wiss -wissed -wisses -wissing -wist -wistaria -wistarias -wisted -wisteria -wisterias -wistful -wistfully -wistfulness -wistfulnesses -wisting -wists -wit -witan -witch -witchcraft -witchcrafts -witched -witcheries -witchery -witches -witchier -witchiest -witching -witchings -witchy -wite -wited -witen -wites -with -withal -withdraw -withdrawal -withdrawals -withdrawing -withdrawn -withdraws -withdrew -withe -withed -wither -withered -witherer -witherers -withering -withers -withes -withheld -withhold -withholding -withholds -withier -withies -withiest -within -withing -withins -without -withouts -withstand -withstanding -withstands -withstood -withy -witing -witless -witlessly -witlessness -witlessnesses -witling -witlings -witloof -witloofs -witness -witnessed -witnesses -witnessing -witney -witneys -wits -witted -witticism -witticisms -wittier -wittiest -wittily -wittiness -wittinesses -witting -wittingly -wittings -wittol -wittols -witty -wive -wived -wiver -wivern -wiverns -wivers -wives -wiving -wiz -wizard -wizardly -wizardries -wizardry -wizards -wizen -wizened -wizening -wizens -wizes -wizzen -wizzens -wo -woad -woaded -woads -woadwax -woadwaxes -woald -woalds -wobble -wobbled -wobbler -wobblers -wobbles -wobblier -wobblies -wobbliest -wobbling -wobbly -wobegone -woe -woebegone -woeful -woefuller -woefullest -woefully -woeness -woenesses -woes -woesome -woful -wofully -wok -woke -woken -woks -wold -wolds -wolf -wolfed -wolfer -wolfers -wolffish -wolffishes -wolfing -wolfish -wolflike -wolfram -wolframs -wolfs -wolver -wolverine -wolverines -wolvers -wolves -woman -womaned -womanhood -womanhoods -womaning -womanise -womanised -womanises -womanish -womanising -womanize -womanized -womanizes -womanizing -womankind -womankinds -womanlier -womanliest -womanliness -womanlinesses -womanly -womans -womb -wombat -wombats -wombed -wombier -wombiest -wombs -womby -women -womera -womeras -wommera -wommeras -womps -won -wonder -wondered -wonderer -wonderers -wonderful -wonderfully -wonderfulness -wonderfulnesses -wondering -wonderland -wonderlands -wonderment -wonderments -wonders -wonderwoman -wondrous -wondrously -wondrousness -wondrousnesses -wonkier -wonkiest -wonky -wonned -wonner -wonners -wonning -wons -wont -wonted -wontedly -wonting -wonton -wontons -wonts -woo -wood -woodbin -woodbind -woodbinds -woodbine -woodbines -woodbins -woodbox -woodboxes -woodchat -woodchats -woodchopper -woodchoppers -woodchuck -woodchucks -woodcock -woodcocks -woodcraft -woodcrafts -woodcut -woodcuts -wooded -wooden -woodener -woodenest -woodenly -woodenness -woodennesses -woodhen -woodhens -woodier -woodiest -woodiness -woodinesses -wooding -woodland -woodlands -woodlark -woodlarks -woodless -woodlore -woodlores -woodlot -woodlots -woodman -woodmen -woodnote -woodnotes -woodpecker -woodpeckers -woodpile -woodpiles -woodruff -woodruffs -woods -woodshed -woodshedded -woodshedding -woodsheds -woodsia -woodsias -woodsier -woodsiest -woodsman -woodsmen -woodsy -woodwax -woodwaxes -woodwind -woodwinds -woodwork -woodworks -woodworm -woodworms -woody -wooed -wooer -wooers -woof -woofed -woofer -woofers -woofing -woofs -wooing -wooingly -wool -wooled -woolen -woolens -wooler -woolers -woolfell -woolfells -woolgathering -woolgatherings -woolie -woolier -woolies -wooliest -woollen -woollens -woollier -woollies -woolliest -woollike -woolly -woolman -woolmen -woolpack -woolpacks -wools -woolsack -woolsacks -woolshed -woolsheds -woolskin -woolskins -wooly -woomera -woomeras -woops -woorali -wooralis -woorari -wooraris -woos -woosh -wooshed -wooshes -wooshing -woozier -wooziest -woozily -wooziness -woozinesses -woozy -wop -wops -worcester -word -wordage -wordages -wordbook -wordbooks -worded -wordier -wordiest -wordily -wordiness -wordinesses -wording -wordings -wordless -wordplay -wordplays -words -wordy -wore -work -workability -workable -workableness -workablenesses -workaday -workbag -workbags -workbasket -workbaskets -workbench -workbenches -workboat -workboats -workbook -workbooks -workbox -workboxes -workday -workdays -worked -worker -workers -workfolk -workhorse -workhorses -workhouse -workhouses -working -workingman -workingmen -workings -workless -workload -workloads -workman -workmanlike -workmanship -workmanships -workmen -workout -workouts -workroom -workrooms -works -worksheet -worksheets -workshop -workshops -workup -workups -workweek -workweeks -world -worldlier -worldliest -worldliness -worldlinesses -worldly -worlds -worldwide -worm -wormed -wormer -wormers -wormhole -wormholes -wormier -wormiest -wormil -wormils -worming -wormish -wormlike -wormroot -wormroots -worms -wormseed -wormseeds -wormwood -wormwoods -wormy -worn -wornness -wornnesses -worried -worrier -worriers -worries -worrisome -worrit -worrited -worriting -worrits -worry -worrying -worse -worsen -worsened -worsening -worsens -worser -worses -worset -worsets -worship -worshiped -worshiper -worshipers -worshiping -worshipped -worshipper -worshippers -worshipping -worships -worst -worsted -worsteds -worsting -worsts -wort -worth -worthed -worthful -worthier -worthies -worthiest -worthily -worthiness -worthinesses -worthing -worthless -worthlessness -worthlessnesses -worths -worthwhile -worthy -worts -wos -wost -wostteth -wot -wots -wotted -wotteth -wotting -would -wouldest -wouldst -wound -wounded -wounding -wounds -wove -woven -wow -wowed -wowing -wows -wowser -wowsers -wrack -wracked -wrackful -wracking -wracks -wraith -wraiths -wrang -wrangle -wrangled -wrangler -wranglers -wrangles -wrangling -wrangs -wrap -wrapped -wrapper -wrappers -wrapping -wrappings -wraps -wrapt -wrasse -wrasses -wrastle -wrastled -wrastles -wrastling -wrath -wrathed -wrathful -wrathier -wrathiest -wrathily -wrathing -wraths -wrathy -wreak -wreaked -wreaker -wreakers -wreaking -wreaks -wreath -wreathe -wreathed -wreathen -wreathes -wreathing -wreaths -wreathy -wreck -wreckage -wreckages -wrecked -wrecker -wreckers -wreckful -wrecking -wreckings -wrecks -wren -wrench -wrenched -wrenches -wrenching -wrens -wrest -wrested -wrester -wresters -wresting -wrestle -wrestled -wrestler -wrestlers -wrestles -wrestling -wrests -wretch -wretched -wretcheder -wretchedest -wretchedness -wretchednesses -wretches -wried -wrier -wries -wriest -wriggle -wriggled -wriggler -wrigglers -wriggles -wrigglier -wriggliest -wriggling -wriggly -wright -wrights -wring -wringed -wringer -wringers -wringing -wrings -wrinkle -wrinkled -wrinkles -wrinklier -wrinkliest -wrinkling -wrinkly -wrist -wristier -wristiest -wristlet -wristlets -wrists -wristy -writ -writable -write -writer -writers -writes -writhe -writhed -writhen -writher -writhers -writhes -writhing -writing -writings -writs -written -wrong -wrongdoer -wrongdoers -wrongdoing -wrongdoings -wronged -wronger -wrongers -wrongest -wrongful -wrongfully -wrongfulness -wrongfulnesses -wrongheaded -wrongheadedly -wrongheadedness -wrongheadednesses -wronging -wrongly -wrongs -wrote -wroth -wrothful -wrought -wrung -wry -wryer -wryest -wrying -wryly -wryneck -wrynecks -wryness -wrynesses -wud -wurst -wursts -wurzel -wurzels -wych -wyches -wye -wyes -wyle -wyled -wyles -wyling -wynd -wynds -wynn -wynns -wyte -wyted -wytes -wyting -wyvern -wyverns -xanthate -xanthates -xanthein -xantheins -xanthene -xanthenes -xanthic -xanthin -xanthine -xanthines -xanthins -xanthoma -xanthomas -xanthomata -xanthone -xanthones -xanthous -xebec -xebecs -xenia -xenial -xenias -xenic -xenogamies -xenogamy -xenogenies -xenogeny -xenolith -xenoliths -xenon -xenons -xenophobe -xenophobes -xenophobia -xerarch -xeric -xerosere -xeroseres -xeroses -xerosis -xerotic -xerus -xeruses -xi -xiphoid -xiphoids -xis -xu -xylan -xylans -xylem -xylems -xylene -xylenes -xylic -xylidin -xylidine -xylidines -xylidins -xylocarp -xylocarps -xyloid -xylol -xylols -xylophone -xylophones -xylophonist -xylophonists -xylose -xyloses -xylotomies -xylotomy -xylyl -xylyls -xyst -xyster -xysters -xysti -xystoi -xystos -xysts -xystus -ya -yabber -yabbered -yabbering -yabbers -yacht -yachted -yachter -yachters -yachting -yachtings -yachtman -yachtmen -yachts -yack -yacked -yacking -yacks -yaff -yaffed -yaffing -yaffs -yager -yagers -yagi -yagis -yah -yahoo -yahooism -yahooisms -yahoos -yaird -yairds -yak -yakked -yakking -yaks -yald -yam -yamen -yamens -yammer -yammered -yammerer -yammerers -yammering -yammers -yams -yamun -yamuns -yang -yangs -yank -yanked -yanking -yanks -yanqui -yanquis -yap -yapock -yapocks -yapok -yapoks -yapon -yapons -yapped -yapper -yappers -yapping -yappy -yaps -yar -yard -yardage -yardages -yardarm -yardarms -yardbird -yardbirds -yarded -yarding -yardman -yardmen -yards -yardstick -yardsticks -yardwand -yardwands -yare -yarely -yarer -yarest -yarmelke -yarmelkes -yarmulke -yarmulkes -yarn -yarned -yarning -yarns -yarrow -yarrows -yashmac -yashmacs -yashmak -yashmaks -yasmak -yasmaks -yatagan -yatagans -yataghan -yataghans -yaud -yauds -yauld -yaup -yauped -yauper -yaupers -yauping -yaupon -yaupons -yaups -yaw -yawed -yawing -yawl -yawled -yawling -yawls -yawmeter -yawmeters -yawn -yawned -yawner -yawners -yawning -yawns -yawp -yawped -yawper -yawpers -yawping -yawpings -yawps -yaws -yay -ycleped -yclept -ye -yea -yeah -yealing -yealings -yean -yeaned -yeaning -yeanling -yeanlings -yeans -year -yearbook -yearbooks -yearlies -yearling -yearlings -yearlong -yearly -yearn -yearned -yearner -yearners -yearning -yearnings -yearns -years -yeas -yeast -yeasted -yeastier -yeastiest -yeastily -yeasting -yeasts -yeasty -yeelin -yeelins -yegg -yeggman -yeggmen -yeggs -yeh -yeld -yelk -yelks -yell -yelled -yeller -yellers -yelling -yellow -yellowed -yellower -yellowest -yellowing -yellowly -yellows -yellowy -yells -yelp -yelped -yelper -yelpers -yelping -yelps -yen -yenned -yenning -yens -yenta -yentas -yeoman -yeomanly -yeomanries -yeomanry -yeomen -yep -yerba -yerbas -yerk -yerked -yerking -yerks -yes -yeses -yeshiva -yeshivah -yeshivahs -yeshivas -yeshivoth -yessed -yesses -yessing -yester -yesterday -yesterdays -yestern -yestreen -yestreens -yet -yeti -yetis -yett -yetts -yeuk -yeuked -yeuking -yeuks -yeuky -yew -yews -yid -yids -yield -yielded -yielder -yielders -yielding -yields -yill -yills -yin -yince -yins -yip -yipe -yipes -yipped -yippee -yippie -yippies -yipping -yips -yird -yirds -yirr -yirred -yirring -yirrs -yirth -yirths -yod -yodel -yodeled -yodeler -yodelers -yodeling -yodelled -yodeller -yodellers -yodelling -yodels -yodh -yodhs -yodle -yodled -yodler -yodlers -yodles -yodling -yods -yoga -yogas -yogee -yogees -yogh -yoghourt -yoghourts -yoghs -yoghurt -yoghurts -yogi -yogic -yogin -yogini -yoginis -yogins -yogis -yogurt -yogurts -yoicks -yoke -yoked -yokel -yokeless -yokelish -yokels -yokemate -yokemates -yokes -yoking -yolk -yolked -yolkier -yolkiest -yolks -yolky -yom -yomim -yon -yond -yonder -yoni -yonis -yonker -yonkers -yore -yores -you -young -younger -youngers -youngest -youngish -youngs -youngster -youngsters -younker -younkers -youpon -youpons -your -yourn -yours -yourself -yourselves -youse -youth -youthen -youthened -youthening -youthens -youthful -youthfully -youthfulness -youthfulnesses -youths -yow -yowe -yowed -yowes -yowie -yowies -yowing -yowl -yowled -yowler -yowlers -yowling -yowls -yows -yperite -yperites -ytterbia -ytterbias -ytterbic -yttria -yttrias -yttric -yttrium -yttriums -yuan -yuans -yucca -yuccas -yuga -yugas -yuk -yukked -yukking -yuks -yulan -yulans -yule -yules -yuletide -yuletides -yummier -yummies -yummiest -yummy -yup -yupon -yupons -yurt -yurta -yurts -ywis -zabaione -zabaiones -zabajone -zabajones -zacaton -zacatons -zaddik -zaddikim -zaffar -zaffars -zaffer -zaffers -zaffir -zaffirs -zaffre -zaffres -zaftig -zag -zagged -zagging -zags -zaibatsu -zaire -zaires -zamarra -zamarras -zamarro -zamarros -zamia -zamias -zamindar -zamindars -zanana -zananas -zander -zanders -zanier -zanies -zaniest -zanily -zaniness -zaninesses -zany -zanyish -zanza -zanzas -zap -zapateo -zapateos -zapped -zapping -zaps -zaptiah -zaptiahs -zaptieh -zaptiehs -zaratite -zaratites -zareba -zarebas -zareeba -zareebas -zarf -zarfs -zariba -zaribas -zarzuela -zarzuelas -zastruga -zastrugi -zax -zaxes -zayin -zayins -zeal -zealot -zealotries -zealotry -zealots -zealous -zealously -zealousness -zealousnesses -zeals -zeatin -zeatins -zebec -zebeck -zebecks -zebecs -zebra -zebraic -zebras -zebrass -zebrasses -zebrine -zebroid -zebu -zebus -zecchin -zecchini -zecchino -zecchinos -zecchins -zechin -zechins -zed -zedoaries -zedoary -zeds -zee -zees -zein -zeins -zeitgeist -zeitgeists -zelkova -zelkovas -zemindar -zemindars -zemstvo -zemstvos -zenana -zenanas -zenith -zenithal -zeniths -zeolite -zeolites -zeolitic -zephyr -zephyrs -zeppelin -zeppelins -zero -zeroed -zeroes -zeroing -zeros -zest -zested -zestful -zestfully -zestfulness -zestfulnesses -zestier -zestiest -zesting -zests -zesty -zeta -zetas -zeugma -zeugmas -zibeline -zibelines -zibet -zibeth -zibeths -zibets -zig -zigged -zigging -ziggurat -ziggurats -zigs -zigzag -zigzagged -zigzagging -zigzags -zikkurat -zikkurats -zikurat -zikurats -zilch -zilches -zillah -zillahs -zillion -zillions -zinc -zincate -zincates -zinced -zincic -zincified -zincifies -zincify -zincifying -zincing -zincite -zincites -zincked -zincking -zincky -zincoid -zincous -zincs -zincy -zing -zingani -zingano -zingara -zingare -zingari -zingaro -zinged -zingier -zingiest -zinging -zings -zingy -zinkified -zinkifies -zinkify -zinkifying -zinky -zinnia -zinnias -zip -zipped -zipper -zippered -zippering -zippers -zippier -zippiest -zipping -zippy -zips -ziram -zirams -zircon -zirconia -zirconias -zirconic -zirconium -zirconiums -zircons -zither -zithern -zitherns -zithers -ziti -zitis -zizith -zizzle -zizzled -zizzles -zizzling -zloty -zlotys -zoa -zoaria -zoarial -zoarium -zodiac -zodiacal -zodiacs -zoea -zoeae -zoeal -zoeas -zoftig -zoic -zoisite -zoisites -zombi -zombie -zombies -zombiism -zombiisms -zombis -zonal -zonally -zonary -zonate -zonated -zonation -zonations -zone -zoned -zoneless -zoner -zoners -zones -zonetime -zonetimes -zoning -zonked -zonula -zonulae -zonular -zonulas -zonule -zonules -zoo -zoochore -zoochores -zoogenic -zooglea -zoogleae -zoogleal -zoogleas -zoogloea -zoogloeae -zoogloeas -zooid -zooidal -zooids -zooks -zoolater -zoolaters -zoolatries -zoolatry -zoologic -zoological -zoologies -zoologist -zoologists -zoology -zoom -zoomania -zoomanias -zoomed -zoometries -zoometry -zooming -zoomorph -zoomorphs -zooms -zoon -zoonal -zoonoses -zoonosis -zoonotic -zoons -zoophile -zoophiles -zoophyte -zoophytes -zoos -zoosperm -zoosperms -zoospore -zoospores -zootomic -zootomies -zootomy -zori -zoril -zorilla -zorillas -zorille -zorilles -zorillo -zorillos -zorils -zoster -zosters -zouave -zouaves -zounds -zowie -zoysia -zoysias -zucchini -zucchinis -zwieback -zwiebacks -zygoma -zygomas -zygomata -zygose -zygoses -zygosis -zygosities -zygosity -zygote -zygotene -zygotenes -zygotes -zygotic -zymase -zymases -zyme -zymes -zymogen -zymogene -zymogenes -zymogens -zymologies -zymology -zymoses -zymosis -zymotic -zymurgies -zymurgy diff --git a/DSA/queens/Board.java b/DSA/queens/Board.java deleted file mode 100644 index f4d2704..0000000 --- a/DSA/queens/Board.java +++ /dev/null @@ -1,77 +0,0 @@ -package queens; -import java.util.*; -/** - * a chess board specifically made for the Queens problem. - * each board stores a list of positions at which we have placedd a Queen - * - * @author (Sean Mulhall) - * @version (11.20.2014) - */ -public class Board -{ - List queens;//positions at which queens have been placed on this board; - - public Board() - { - queens = new LinkedList (); - } - - //copy constructor - public Board(Board b) - { - queens = new LinkedList (b.queens); - //we'll need to set up a constructor in linked list to copy all values from our previous list - //into a new list(or just use java.util)(which is what I did) - } - - /** - * return true if some queen is attacking some other queen on this board - */ - public boolean check() - { - //Check every pair of positions in the list queens - Iterator itty1 = queens.iterator(); - Iterator itty2; - while (itty1.hasNext()) - { - Position p = itty1.next(); - itty2 = queens.iterator(); - while (itty2.hasNext()) - { - Position other = itty2.next(); - if(! p.equals(other)) - { - if (p.isAttacking (other)) - { - System.out.println(toString()); - return true; - } - } - } - } - System.out.println(toString()); - return false; - } - - public String toString() - { - String result = queens.toString() + "\n"; - - for (int row = 0; row < Game.SIZE; row++) - { - result += "\n"; - for (int col = 0; col < Game.SIZE; col++) - { - if (queens.contains (new Position (row, col))) - { - result += " Q "; - } - else - { - result += " . "; - } - } - } - return result; - } -} diff --git a/DSA/queens/Game.class b/DSA/queens/Game.class deleted file mode 100644 index 53d91bf0eab4b2ab0cd19b5c65deb03a04d9136e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1146 zcmZ`&O-~b16g{tZedu$w^fV?D5b*cw16lGH052V>gkTRtlKp+NRfm< zc+7GvZ(JalN-vY1ch^mUc+qmq#aemItUT7&Y$7d1*U;@{y<*Ay2vodHtIEd3XEoDw zs<~OcY>u)?S+^X94W^V{6Nvp`OuBkyos`BMTQ|%{ewjdbs&JZ+KAqBL#jMtBk2Wjr z3$BK1Q@7;l#`c1~VpRg*R9c8{P4c)k? z;*N&97*#Q*;U30i*@TAsc)+O~v6tMchK?>&`~*;o6pI z(DDhW^s?%iW%_q(JV+LOvgPKMDwgAwyo#xpIh@vizyj)yB-tEnGIdyZLSm8rap1!{RADLB_8JniDO;#$sic5SS<9w9_ z&LM$j#ujD)v?9noN6xj4NRCl3hB9@C_dcbaYuE=HaF%=RkibSA%p&MKE;iUKK&*Qo zft5Of^ZQU3L&Z$6r;c#(1Js^9H2iJbh7jp7G|*duzjiw7qBAMe##RkP&igV6GA{5; z5asnVO1IxxFFPy*hn1v~NW8_Al -implements QueueADT -{ - int front = 0;//next to be removed - int back = 0;//next available to add - int size = 0; //size of queue, NOT size of arraylist - List values = new ArrayList(); - - /** - * !!!!!!!!!!!!!!!!!!! - * THIS SHIT GETS CONFUSING. BE SMART AND DRAW A DIAGRAM OF WHATS GOING ON - * !!!!!!!!!!!!!!!!!!! - */ - - public void add(E value) - { - if (size != values.size())//theres still room - { - values.set(back,value);//we're not adding yet because the list isnt full. instead set the value that back - //is pointing to to what we're adding - //back = (back+1)%values.size();//this prevents back from going into null pointer territory. - //when it reaches the end of the array, it will wrap around to the beginning of the array - //commented both of them out since we added it to the end of the method, but im gonna keep them here with the notes - //incase I or someone else (god forbid) needs them - - } - else //the array is full, now we are adding - { - values.add(back, value); - front = (front+1)%values.size();//move front because we just added an element in front of it in the array and we want to - //keep front pointing to the same element - //backback = (back+1)%values.size();//as long as we keep adding, we'll have to keep moving front and back at the same time - } - size++; //size is incrementing no matter what happens, this prevents code duplication (BAD) - back = (back+1)%values.size();//same with this - } - - public E remove() - { - //we're going to return whatever front is pointing to, since thats whats being removed - E result = values.get(front); - front = (front+1)%values.size(); - size--; - return result; - } - - public E peek() - { - if (size == 0) - { - return null; - } - else - { - return values.get(front); - } - } - - public int size() - { - return values.size(); - } - - public void removeAll() - { - values.clear(); - } - - public boolean equals(Object object) - { - return false; - } - - public String toString() - { - return null; - } - - public boolean isEmpty() - { - return false; - } -} diff --git a/DSA/queue/PriorityQueue.java b/DSA/queue/PriorityQueue.java deleted file mode 100644 index 0f6b93f..0000000 --- a/DSA/queue/PriorityQueue.java +++ /dev/null @@ -1,128 +0,0 @@ -package queue; -import list.*; -/** - * A priority Queue is a queue in which each item has a PRIORITY. - * The priority determines its position in the queue - * - * uses heap properties - * - * @author (Sean Mulhall) - * @version (11.2.14) - */ -public class PriorityQueue -implements QueueADT -{ - List values = new ArrayList(); - int size = 0;//size of PRIORITY QUEUE, not the list - - /** - * Removes the first element in the queue - * Remove must preserve the heap properties - */ - public E remove() - { - E result = values.get(0); - size--; - int avail = 0;//available slot in list - int bigger = biggerChild(0); - while((2*avail+1 < size) && (greater(bigger, size))) - { - //find the bigger child, put that into the position we are removing - values.set(avail, values.get(bigger)); - //set the available slot to the one we just moved bigger out of - avail = bigger; - //move the next biggest child into that spot; - bigger = biggerChild(avail); - } - //move the last child into the last posssible position - values.set(avail, values.get(size)); - //this next line isn't the best idea, but it simplified my toString method - //theres probably a better way to do this by using the toString method and the Priority Queues size - //I'll work on at some point - values.remove(size); - return result; - } - - /** - * add at the end - * swap with parent until the added value is at the correct spot - */ - public void add(E value) - { - //is the list full? - if (size == values.size()) - { - values.add(value); - } - else - { - values.set(size,value); - } - - size++; - int added = size-1;//position of added value - int parent = (added - 1)/2; - while ((added > 0)&&greater(added,parent)) - { - swap (added,parent); - added = parent; - parent = (added - 1)/2; - } - } - - private int biggerChild(int parent) - { - int left = 2*parent+1; - int right = 2*parent+2; - - if (right > size) - { - return left;//wont have a right child if its bigger than size - } - - if(greater(left,right)) - { - return left; - } - return right; - } - - private void swap(int x, int y) - { - E temp = values.get(x); - values.set(x, values.get(y)); - values.set(y, temp); - } - - public boolean greater(int x, int y) - { - return values.get(x).compareTo(values.get(y)) > 0; - } - - public boolean isEmpty() - { - return size == 0; - } - - public void removeAll() - { - values.clear(); - size = 0; - } - - public int size() - { - return size; - } - - public E peek() - { - return values.get(0); - } - - public String toString() - { - return values.toString(); - } - -} diff --git a/DSA/queue/Queue.java b/DSA/queue/Queue.java deleted file mode 100644 index e93dc9d..0000000 --- a/DSA/queue/Queue.java +++ /dev/null @@ -1,92 +0,0 @@ -package queue; -import list.*; - -/** - * Implementation of the QueueADT interface which will use some kind of list to store the values - * using a LinkedList - * - * @author Sean Mulhall - * @version 9.25.2014 - */ -public class Queue -implements QueueADT -{ - List values = new LinkedList (); //what kind of list do we want to use? - //Array would be good due to the fact that the Add() method in array will add right to the end of - //the list. But when we to remove an element from the front, we will need to move everything over - //using our loop which may take a lot of time depending on the list size. - //However: if we use a LinkedList, add and remove are pretty straight forward. Add works the same - //where it adds to the end. But when we remove, there is no loop involved, all we do - //is change which the head.next is refrencing, making it much more efficiant. - - //it is possible to use an ArrayList, but theres a few things we need to keep track of: We would need to - //re-use positions after a remove, that is to say, make it so that we dont have ot move everything over. And we - //would need to remember the positions of the front and back locally(as in this class) - //you could have a variable Back, which keeps track of the last position in line(assuming we have a set - //array list length), everytime you add, Back points to the next element(respectively) that would be the - //new "back" of the line. - //we could also have a Front variable, that points to the front of the line, and when you call remove(), - //you remove the element that Front is pointing to, and move front to the next element in the array. - //in short, back would move whenever we add something, front would move whenever we remove something. - //if front and back are pointing to the same element, then our queue is full, and if we were to call add() - //again, we would need to increase the size of our Array and move both Front and Back up. We wouldnt set Back - //to the new position that we added because Back points to where we WOULD LIKE TO ADD a new element, NOT - //the element we just added(if the list is full, if empty, it will point to whatever empty position is after - //the one we just added) - - public void add(E value) - { - values.add(value);//calling straight from the linkedlist class - //automagically adds to the end of the list and increments the size - - } - - public E remove() - { - return values.remove(0);//always remove the 0th value in a queue - } - - public E peek() - { - if(values.isEmpty()) - { - return null; - } - return values.get(0); - } - - public int size() - { - return values.size(); - } - - public void removeAll() - { - values.clear(); - } - - public boolean equals(Object object) - { - if (!(object instanceof Queue)) - { - return false; - } - Queue otherQueue = (Queue) object; - return values.equals(otherQueue.values); - } - - public String toString() - { - return values.toString(); - } - - public boolean isEmpty() - { - if (values.size() == 0) - { - return true; - } - return false; - } - -} diff --git a/DSA/queue/QueueADT.java b/DSA/queue/QueueADT.java deleted file mode 100644 index 84235ee..0000000 --- a/DSA/queue/QueueADT.java +++ /dev/null @@ -1,64 +0,0 @@ -package queue; -import list.*; - -/** - * A queue is a first-in-first-out ADT. think of it as a line; whoever goes in first, comes out first - * Works almost the same way as a stack, except the remove() method will remove the - * front most element. - * @author Sean Mulhall - * @version 9.25.2014 - */ -public interface QueueADT -{ - /** - * add a value to the end(back) of the queue - */ - void add(E value); - - /** - * remove the value at the front of the queue - * @return the value that is removed - * @Pre the queue is not empty - */ - E remove(); - - /** - * return the value at the front of this queue - * @return the value at the front of the queue - */ - E peek(); - - /** - * returns the size if this queue - * @return the size of the queue - */ - int size(); - - /** - * removes all elements from the stack - * @return void - */ - void removeAll(); - - /** - * returns true if this queue equals the other queue - * @param the other queue - * @returns true if the other queue equals this queue - */ - boolean equals(Object object); - - /** - * returns the string representation of this queue - * @returns this queue as a string - */ - String toString(); - - /** - * tells us whether or not the queue is empty - * @return true if the queue is empty, otherwise returns false - */ - boolean isEmpty(); - -} - - diff --git a/DSA/queue/README.TXT b/DSA/queue/README.TXT deleted file mode 100644 index f281cf2..0000000 --- a/DSA/queue/README.TXT +++ /dev/null @@ -1,2 +0,0 @@ -QUEUES! -Queue is a first-in-first-out list. whatever goes in first, comes out first. \ No newline at end of file diff --git a/DSA/recursion/EmailAddresses.java b/DSA/recursion/EmailAddresses.java deleted file mode 100644 index 9d5b3fc..0000000 --- a/DSA/recursion/EmailAddresses.java +++ /dev/null @@ -1,43 +0,0 @@ -package recursion; -import java.util.*; - -/** - * Maintain email addresses, with aliases. - *This was primarily to test the functionality of maps - * - * @author (Sean Mulhall) - */ -public class EmailAddresses -{ - private Map > book; - - public EmailAddresses () - { book = new HashMap > (); } - - /** Associate the given alias with the given people */ - public void add (String alias, Set people) - // Add this entry to the map - { - book.put(alias, people); - } - - /** @return All the email addresses corresponding to - * the given alias, in a Set. - */ - public Set expandAlias (String alias) - { - Set result = new HashSet (); - Set newSet; - if (!(book.containsKey(alias))) - { - result.add(alias); - return result; - } - newSet = book.get(alias); - for (String str: newSet) - { - result.addAll(expandAlias(str)); - } - return result; - } -} diff --git a/DSA/recursion/Palindrome.java b/DSA/recursion/Palindrome.java deleted file mode 100644 index 5ae3137..0000000 --- a/DSA/recursion/Palindrome.java +++ /dev/null @@ -1,30 +0,0 @@ -package recursion; -import list.*; -/** - * checks to see if a given string is a palindrome - * - * @author (Sean Mulhall) - * @version (2014) - */ -public class Palindrome -{ - - /** @return true only if str is a palindrome */ - - public boolean isPalindrome (String str) - { - if ((str.length() == 0) || (str.length() == 1)) - { - return true; - } - - else if (str.charAt(0) != str.charAt(str.length()-1)) - { - return false; - } - - String newString = str.substring(1, str.length()-1); - return isPalindrome (newString); - } - -} diff --git a/DSA/recursion/README b/DSA/recursion/README deleted file mode 100644 index 1e20a8e..0000000 --- a/DSA/recursion/README +++ /dev/null @@ -1 +0,0 @@ -These small programs we're used primarily to get us into the idea of recursion and its applications diff --git a/DSA/set/HashSet.java b/DSA/set/HashSet.java deleted file mode 100644 index 4b382b7..0000000 --- a/DSA/set/HashSet.java +++ /dev/null @@ -1,102 +0,0 @@ -package set; -import hash.*; -import list.Iterator; - -/** - * Implements the Set interface using a HashTable - * - * @author (Sean Mulhall) - * @version (11.13.2014) - */ -public class HashSet -implements Set -{ - HashTable table = new HashTable(); - - public boolean add(E value) - { - if (table.containsKey(value)) - { - return false; - } - table.put(value); - return true; - } - - public boolean contains(Object object) - { - //since containsKey is already defined in HashTable, we don't need to do any extra work here - return table.containsKey(object); - } - - public boolean remove(Object object) - { - //same as above - return table.remove(object); - } - - public Iterator iterator() - { - return table.iterator(); - } - - public boolean isEmpty() - { - return table.isEmpty(); - } - - public int size() - { - return table.size(); - } - - public String toString() - { - return table.toString(); - } - - public boolean equals (Object obj) - { - if (obj instanceof Set) - { - Set otherset = (Set) obj; - boolean found = false; - if (table.size() == otherset.size()) - { - Iterator itty = iterator(); - while (itty.hasNext()) - { - if (otherset.contains(itty.next())) - { - found = true; - } - else - { - found = false; - break; - } - } - } - return found; - } - return false; - } - //for Quiz 6 - public boolean addAll(Set otherSet) - { - Set set = (Set) otherSet; - Iterator itty = set.iterator(); - boolean changed = false; - while (itty.hasNext()) - { - E next = itty.next(); - if (! (contains(next))) - { - add(next); - changed = true; - } - } - return changed; - } - -} diff --git a/DSA/set/README.TXT b/DSA/set/README.TXT deleted file mode 100644 index 267d751..0000000 --- a/DSA/set/README.TXT +++ /dev/null @@ -1,4 +0,0 @@ -This replicated the Java Set interface - -A set is essentially a type of list that can not cantain duplicate entries. This applies to any sort of object; -if objectA.equals(objectB) results in returning true, Object A will not be added to the set. diff --git a/DSA/set/Set.java b/DSA/set/Set.java deleted file mode 100644 index 0292a0a..0000000 --- a/DSA/set/Set.java +++ /dev/null @@ -1,66 +0,0 @@ -package set; -import list.Iterator; - -/** - * Set ADT: - * 1. No Explicit Order - * 2. Cannot contain duplicates - * - * @author (Sean Mulhall) - * @version (11.11) - */ -public interface Set -{ - /** - * add the value to this set - * @return true if added - */ - boolean add(E value); - - /** - * return true if this set already contains the given value - * @return true if the value already exists - */ - boolean contains(Object object); - - /** - * remove the given value from this set - * @return true if the element was removed - */ - boolean remove(Object object); - - /** - * creates an iterator for this set - * @return a new iterator - */ - Iterator iterator(); - - /** - * returns the size - */ - int size(); - - /** - * clears this set - */ - boolean isEmpty(); - - /** - * prints a string of this set - */ - String toString(); - - /** @return true only if obj is a Set and this Set is equal to the given Set, obj */ - - boolean equals (Object obj); - - /** Add all elements of otherSet to this Set. - - * @return true only if this Set was changed - - */ - - boolean addAll (Set otherSet); - -} - diff --git a/DSA/set/TreeSet.java b/DSA/set/TreeSet.java deleted file mode 100644 index 0b67928..0000000 --- a/DSA/set/TreeSet.java +++ /dev/null @@ -1,140 +0,0 @@ -package set; -import list.Iterator; -import tree.*; - -/** - * Use a Binary Tree to implement the set interface - * - * @author (Sean Mulhall) - * @version (11.11.14) - */ -public class TreeSet -implements Set -{ - BinaryTree tree = new EmptyBinarySearchTree(); - int size = 0;//binary trees dont keep track of their size, so we need to do it here - - public boolean add(E value) - { - if(tree.containsKey(value)) - { - return false; - } - tree = tree.add(value); - size++; - return true; - } - - public boolean contains(Object object) - { - try - { - E value = (E) object; - return tree.containsKey(value); - } - catch(ClassCastException cce) - { - //object is not of type E, so it couldnt be in this set - return false; - } - } - - public boolean remove(Object object) - { - try - { - E value = (E) object; - if (tree.containsKey(value)) - { - tree = tree.remove(value); - size--; - return true; - } - } - - catch(ClassCastException cce) - { - return false; - } - //shouldnt get here - return false; - } - - public Iterator iterator() - { - if (size==0) - { - return new EmptyIterator(); - } - return new TreeSetIterator(this); - } - - public int size() - { - return size; - } - - public void clear() - { - tree = new EmptyBinarySearchTree(); - } - - public boolean isEmpty() - { - return size == 0; - } - - public String toString() - { - return "["+tree.toString()+"]"; - //displaying the contents of this tree in INORDER - //return tree.left.toString() +" "+tree.value+" "+tree.right.toString(); - } - - public boolean equals (Object obj) - { - - if (obj instanceof Set) - { - Set otherset = (Set) obj; - if (size == otherset.size()) - { - boolean found = false;//going to get rid of this at some point - //if it finds something thats not found, I'll just return - Iterator itty = iterator(); - while (itty.hasNext()) - { - if (otherset.contains(itty.next())) - { - found = true; - } - else - { - found = false; - break; - } - } - return found; - } - } - return false; - } - //for quiz 6 - public boolean addAll(Set otherSet) - { - Set set = (Set) otherSet; - Iterator itty = set.iterator(); - boolean changed = false; - while (itty.hasNext()) - { - E next = itty.next(); - if (! (contains(next))) - { - add(next); - changed = true; - } - } - return changed; - } - -} \ No newline at end of file diff --git a/DSA/set/TreeSetIterator.java b/DSA/set/TreeSetIterator.java deleted file mode 100644 index c8b3d74..0000000 --- a/DSA/set/TreeSetIterator.java +++ /dev/null @@ -1,29 +0,0 @@ -package set; -import list.Iterator; -import tree.*; - -/** - * an Iterator that iterates through a tree set - * - * @author (Sean Mulhall) - * @version (11.11.14) - */ -public class TreeSetIterator -extends TreeIterator -implements Iterator -{ - TreeSet set; - - TreeSetIterator(TreeSet set) - { - super(set.tree); - this.set = set; - } - - public void remove() - { - super.remove(); - set.size--; - } - -} diff --git a/DSA/sort/BinarySearch.java b/DSA/sort/BinarySearch.java deleted file mode 100644 index 84ccc37..0000000 --- a/DSA/sort/BinarySearch.java +++ /dev/null @@ -1,73 +0,0 @@ -package sort; -import list.*; - -/** - * Search a sorted list for he given target - * big O analysis: - * - * size calls to binSearch - * 1 1 - * 3 2 - * 7 3 - * 15 4 - * 31 5 - * (2^c)-1 c - * - * h = 2^c-1 - * n+1 = 2^c - * log(n+1) = log(2^c) = c - * - * for a list of size n, we'll have log(n+1) calls to binSearch - * - * - * @author (Sean Mulhall) - * @version (10.16.2014) - * @pre the list is sorted - */ -public class BinarySearch -{ - List list; - - public BinarySearch(List list) - { - this.list = list; - } - - /** - * @return the position of target in the list or -1 if not found - */ - public int search(E target) - { - return binSearch(target, 0, list.size()-1); - } - - /** - * private helper method - * @return - */ - private int binSearch(E target, int start, int end) - { - if (start > end) - { - return -1; - } - int mid = (start+end)/2; - int cmp = list.get(mid).compareTo(target); - - if (cmp == 0) - { - //found the target at mid - return mid; - } - - if (cmp < 0) - { - //mid is less than target - //use BinarySearch on "right" half of list - return binSearch(target, mid+1, end); - } - //already id first two comparisons, no need for an if or else - //mid is greater than target, search left half - return binSearch(target, start, mid-1); - } -} diff --git a/DSA/sort/BubbleSort.java b/DSA/sort/BubbleSort.java deleted file mode 100644 index 3608a4a..0000000 --- a/DSA/sort/BubbleSort.java +++ /dev/null @@ -1,63 +0,0 @@ -package sort; -import list.*; - -/** - * Arrange the elements of the list in ascending order - * @pre list SHOULD BE AN ARRAY LIST - * (lots of gets and sets, linked list will be SLOOOOW) - * BUT....we may be able to do it without get and set...hmmmmm - * (spoiler alert, we can) - * - * how Bubble sort works - * 1. start at position p = 0 - * 2. compare value at position p with value at position p+1. swap IF NECESSARY - * 3. continue from step 2 for next value of p, which is p+1 until next to last - * element has been reached. - * - * Big O analysis: - * if our size ==5 - *1. inner loop repeates 4 times - *2. " 3 times - *3. " 2 times - *4. " 1 time - *total = 10 times - *so i = (size*(size-1))/2 - *same as seleciton sort: O(n^2) - * - * @author (Sean Mulhall) - * @version (10/9/14) - */ -public class BubbleSort -{ - List list; - public int count = 0; - public BubbleSort(List list) - { - this.list = list; - } - - public void sort() - { - int cmp; //compare - for (int i = 0; i < list.size()-1; i++) - { - for (int j = 0; j < list.size()-i-1; j++) - { - //want to compare j to j+1 - cmp = list.get(j).compareTo(list.get(j+1)); - if (cmp > 0) - { - swap(j, j+1); - } - } - } - } - - private void swap(int x, int y) - { - count++; - E temp = list.get(x); - list.set(x, list.get(y)); - list.set(y, temp); - } -} diff --git a/DSA/sort/HeapSort.java b/DSA/sort/HeapSort.java deleted file mode 100644 index 1e655e6..0000000 --- a/DSA/sort/HeapSort.java +++ /dev/null @@ -1,117 +0,0 @@ -package sort; -import list.*; - -/** - * Sorts a list by turning the list into a heap, and using heapsort - * 1. make the list into a heap(heapify) - * 2. last is last position in list - * 3. repeat while last > 0 - * a. swap root with last - * b. decriment last - * c. percDown the list until the list is a heap - * - * a heap is a list in which for each position, its value is greater than or equal to both its children - * - * 15 - * /\ - * 10 7 - * /\ /\ - * 9 10 6 5 - * - * @author (Sean Mulhall) - * @version (10/30/2014) - */ -public class HeapSort -{ - List list; - - public HeapSort(List list) - { - this.list = list; - } - - public void sort() - { - heapify(0);//make list into heap - int last = list.size() - 1; - while (last > 0) - { - swap (0, last); - last--; - percDown(0, last); - } - } - - /** - * in a list, the left child of position i is at 2i+1 - * the right child is at 2i+2 - * - * this makes a tree out of a list, NOT A HEAP - * heapify makes that tree into a heap - * ...its not really a tree either, but whatever - * - * for example - * we have a list - * 5 10 3 2 0 1 4 8 6 - * our "tree" would look like - * - * 5 - * / \ - * 10 3 - * / \ /\ - * 2 0 1 4 - * /\ - * 8 6 - */ - - private void heapify(int root) - { - if (root*2+1 > list.size()-1)//current root has no children - { - return;//done - } - heapify(2*root+1);//left child - heapify(2*root+2);//right child - percDown(root, list.size()-1); - } - - private void percDown(int root, int max) - { - int bc = biggerChild(root, max); - while((2*root+1 <= max) && (greater(bc,root))) - { - swap(root, bc);//bc = bigger child - root = bc; - bc = biggerChild(root, max); - } - } - - private void swap(int x, int y) - { - E temp = list.get(x); - list.set(x, list.get(y)); - list.set(y, temp); - } - - private int biggerChild(int root, int max) - { - int left = 2 * root + 1; - int right = 2 * root + 2; - - if (right > max)//no right child - { - return left; - } - - if (greater(left,right)) - { - return left; - } - return right; - } - - private boolean greater(int i, int j) - { - return list.get(i).compareTo(list.get(j)) > 0; - } -} \ No newline at end of file diff --git a/DSA/sort/QuickSort.java b/DSA/sort/QuickSort.java deleted file mode 100644 index 82e6957..0000000 --- a/DSA/sort/QuickSort.java +++ /dev/null @@ -1,86 +0,0 @@ -package sort; -import list.*; -/** - * Partition the list around a "pivot" element - * The "left" side of the pivot will contain values LESS than the pivot, and the "right side - * wll contain those greater than the pivot. Both sides are unsorted. We sort them by recursively calling quicksort - * on both partitions. - * - * @author (Sean Mulhall) - * @version (10.9.14) - */ -public class QuickSort -{ - List list; - public int count; //keeps track of the calls to partition, used for lab 6 - - public QuickSort(List list) - { - this.list = list; - count = 0; - } - - public void sort() - { - qSort(0, list.size()-1); - } - - private void qSort(int start, int end) - { - //base case - if (start >= end) - { - return; - } - - int p = partition (start, end); - qSort(start, p-1); - qSort(p+1, end); - } - - private int partition(int start, int end) - { - //changed this around to have the machine pick the position in the middle of - //the list to use for pivot, not the start - // count++; - // int p = start; //pivot position - // E pivotValue = list.get(p); - // for (int i = start+1; i <= end; i++) - // - // { - // int cmp = pivotValue.compareTo(list.get(i)); - // if (cmp > 0) - // { - // list.set(p, list.get(i)); - // p++; - // list.set(i, list.get(p)); - // } - // } - // list.set(p, pivotValue); - // return p; - - // this was all for a lab where we had to "improve" quicksort by having it select a pivot value in the middle of the list - // this really doesn't make a lot of sense now that I look at it, it only further complicates things by selecting a pivot value, - // but keeping p, and i the same as it is above. who knows... - count++; - int p = start; //pivot position - E pivotValue = list.get((start+end)/2); //store the element in the middle of the list - list.set((start+end)/2, list.get(p));//store the data from the start position in the middle of the partition - { - for (int i = start+1; i <= end; i++) - { - int cmp = pivotValue.compareTo(list.get(i)); - if (cmp > 0) - { - list.set(p, list.get(i)); - p++; - list.set(i, list.get(p)); - } - } - list.set(p, pivotValue); - return p; - } - } - -} - diff --git a/DSA/sort/SelectionSort.java b/DSA/sort/SelectionSort.java deleted file mode 100644 index cc67eab..0000000 --- a/DSA/sort/SelectionSort.java +++ /dev/null @@ -1,120 +0,0 @@ -package sort; -import list.*; - -/** - *Selection sort works by comparing the element youre pointing at to the - *position of the first element it finds thats smaller than it, it then swaps those two elements - *and continues until the end of the list is reached - * - *1. start at position zero, p = 0 - *2. find the POSITION of the smallest item begginning at position P, call it PS - *3. swap position p and ps - *4. continue until next to last element has been reached - * - *big O analysis: - *n = size of the list - *if we call sort, we'er using two loops. One from sort(), the other is posSmallest(). - *how many comparisons will be made in posSmallest()? - *if list.size() == 5, first time posSmallest (position 0) is called, there will be 4 comparisons. - *next time posSmallest is called, we start at position 1, and there are 3 comparisons - *next, there are 2 comparisons. - *and the last time there is one comparison. - *Total comparisons = 10; - * - *General: - *size of list = n - *n-1 comparisons - *n-2 comparisons - *n-3 - *n-4 - *. - *. - *. - *+1 comparison. - *so tthe total comparisons = ((n-1)*n)/2 times as n becomes size - 1; - *so our expression is: - *O(((n-1)*n)/2) = O((n-1)*n)(two goes away since its negligable) = O(n^2-n)(through distribution) - *and our final formula = O(n^2) for our runtime - * - * @author (Sean Mulhall) - * @version (10.7.2014) - * @pre E implements Comparable. - * @pre List SHOULD be an arraylist. Linked list would take too much time - */ -public class SelectionSort -{ - List values; - - /** - * constructor - */ - public SelectionSort(List values) - { - this.values = values; - } - - /** - * arrange the values in the given list from smallest to largest - * uses compareTo from javas Comparable class - * - * compareTo(E other) - * { - * if this < other, returns a negative number - * if this = other, returns 0 - * if this > other, returns a positive number - * } - * can be applied to any class that implements the interface Comparable. - * - * @pre E implements comparable - */ - - public void sort() - { - int ps; //position of smallest - - for (int p = 0; p < values.size()-1; p++) - { - ps = posSmallest(p); - swap(p, ps); - //we'll define these later - } - } - - /** - * return position of the smallest value begginning at a given start position - * @retun the POSITION of the smallest value - */ - private int posSmallest(int start) - { - int result = start; - int cmp; //result of compareTo() - - for (int i = start+1; i < values.size(); i++) - { - cmp = ((Comparable) values.get(i)).compareTo(values.get(result)); - //values.get(i) is going to return an E(which could be anything). - //the compilier isnt going to like us trying to use - //compareTo on an E. So we cast the result of the get as a - //Comparable, which you can use compareTo on - - if (cmp < 0) - { - //values[i] < values[result] - result = i; - } - } - return result; - } - - /** - * swaps the given positions in the list - * - */ - public void swap(int x, int y) - { - E temp = values.get(x);//store our lesser element in a temporary object - values.set(x, values.get(y));//x becomes y - values.set(y, temp);//y becomes temp - } -} - diff --git a/DSA/sort/Student.java b/DSA/sort/Student.java deleted file mode 100644 index b551f17..0000000 --- a/DSA/sort/Student.java +++ /dev/null @@ -1,55 +0,0 @@ -package sort; - -/** - * Represents a Student object. Students have a name(String), a SSN(String), and a GPA(float) - * used for a lab - * @author (Sean Mulhall) - * @version (10.8.2014) - */ -public class Student -implements Comparable -{ - String name; - String ssn; - float gpa = (float) 0.0; - public Student(String name, String ssn) - { - this.name = name; - this.ssn = ssn; - } - - public String toString() - { - return name+" SSN: "+ssn; - } - - public int compareTo(Object object) - { - Student otherStudent = (Student) object; - - if(name.equals(otherStudent.name)) - { - return ssn.compareTo(otherStudent.ssn); - } - return name.compareTo(otherStudent.name); - } - - public int hashCode() - { - String result = name + ssn; - return result.hashCode(); - } - - public boolean equals(Object object) - { - if (object instanceof Student) - { - if (hashCode() == object.hashCode()) - { - return true; - } - } - return false; - } -} - diff --git a/DSA/stack/README.TXT b/DSA/stack/README.TXT deleted file mode 100644 index cafc071..0000000 --- a/DSA/stack/README.TXT +++ /dev/null @@ -1 +0,0 @@ -Our Stack implementation. A stack is a type of list that operates in a "First in last out" style. diff --git a/DSA/stack/Stack.java b/DSA/stack/Stack.java deleted file mode 100644 index 9042ed5..0000000 --- a/DSA/stack/Stack.java +++ /dev/null @@ -1,96 +0,0 @@ -package stack; -import list.*; - -/** - * implements the StackADT - * - * @author Sean Mulhall - * @version 9.23.2014 - */ -public class Stack -implements StackADT -{ - List values; - - public Stack() - { - values = new ArrayList();//we might want to change this later to a linked list, we'll see - //but since they're essentially the same, we can use the same methods in List - } - - public E push(E value) - { - values.add(value); - return value; - } - - public E pop() - { - return values.remove(values.size()-1); - } - - public E peek() - { - return values.get(values.size()-1); - } - - /** @return true only if this Stack is empty */ - public boolean isEmpty() - { - return (values.size()==0); - } - - /** Clear this stack, to make it an empty stack */ - - public void clear() - { - values.clear(); - } - - public String toString() - { - String result = "["; - for (int i = 0; i otherStack = (Stack)object; - if (values.size() != otherStack.values.size()) - { - return false; - } - for (int i=0;i -{ - /** - * puts a value on top of the stack - * @return the values "pushed" - */ - - E push(E value); - - /** - * removes and returns the top value of the stack - * Pre: The stack is not empty (duh) - * @returns the top value that is removed - */ - - E pop(); - - /** - * return the value of the top element of the stack - * @return the top value of the stack - * @pre: the stack is not empty - */ - - E peek(); - - - /** @return true only if this Stack is empty */ - - boolean isEmpty(); - - /** Clear this stack, to make it an empty stack */ - - void clear(); - - /** @return This Stack as a String */ - - String toString(); - - /** @return true only if this Stack is equal to the given obj */ - boolean equals (Object obj); -} diff --git a/DSA/tree/Assign.java b/DSA/tree/Assign.java deleted file mode 100644 index 929fbbc..0000000 --- a/DSA/tree/Assign.java +++ /dev/null @@ -1,50 +0,0 @@ -package tree; -/** -The assignment operator in java actually does two things: -1. It changes the value of the variable which is the left operand (we call this a side effect of the operator). -2. It returns a result which is the value being assigned. -Thus -x = (y = 2) + (z = 3); -would assignment the value 2 to y, the value 3 to z, and the value 5 to x, all in one statement. -For Expression Trees, wish to be able to assign a value to a Variable. To assign the value 3 to the variable x, the client would use -new Assign (x, new Constant (3)). This means x = 3. - *@author (Sean Mulhall) - *@version (11.5.2014) - */ -public class Assign -implements Expr -{ - Variable left; - Expr right;//I assume, since we're assigning something to a variable - //the left part of this statement SHOULD always be a variable(I think) - int value;//the simplified version of right - - public Assign(Expr left, Expr right) - { - if (left instanceof Variable) - { - this.left = (Variable)left; - this.right = right; - } - //throw new IllegalArgumentException("Left Operand must be a variable"); - } - - public int eval() - { - value = right.eval(); - left.varval = value; - left.assigned = true; - return value; - } - - public Expr simplify() - { - return new Constant(value); - } - - public String toString() - { - return "("+left + " = " + right.simplify()+")"; - } - -} diff --git a/DSA/tree/BinarySearchTree.java b/DSA/tree/BinarySearchTree.java deleted file mode 100644 index ca844dd..0000000 --- a/DSA/tree/BinarySearchTree.java +++ /dev/null @@ -1,261 +0,0 @@ -package tree; -import list.*; - -/** - * A BinarySearchTree is a BinaryTree in which All descendants - * on left have values which are smaller than the roots value. - * - * All descendants on right have values which are - * greater than the roots value. - * - * CANNOT HAVE DUPLICATES - * - * @author (Sean Mulhall) - * @version (10.21.2014) - */ -public class BinarySearchTree -implements BinaryTree -{ - E value; - BinaryTree left = new EmptyBinarySearchTree(); - BinaryTree right = new EmptyBinarySearchTree(); - - public BinarySearchTree (E value) - { - this.value = value; - } - - public E getValue() - { - return value; - } - - public BinaryTree getLeft() - { - return left; - } - - public BinaryTree getRight() - { - return right; - } - - public void setValue(E value) - { - this.value = value; - } - - public void setLeft(BinaryTree left) - { - this.left = left; - } - - public void setRight(BinaryTree right) - { - this.right = right; - } - - public E get(E value) - { - int cmp = value.compareTo(this.value); - if (cmp < 0) - { - return left.get(value); - } - if (cmp > 0) - { - return right.get(value); - } - //found - return this.value; - } - - public BinaryTree add(E value) - { - //now heres where things change - //how are we gonna decide where to insert this new object? - //it has to be inserted in such a way to preserve the BinarySearchTree system - int cmp = this.value.compareTo(value); - if (cmp > 0) - { - left = left.add(value); - //this needs to be recursive because we want this to be a new leaf on this tree - //so we want to keep going down in this tree until we find the end, and add this - //value at the correct position - } - if (cmp < 0) - { - right = right.add(value); - //same for this - } - return this; - //since BinarySearchTree cannot contain duplicates, we dont do anything - //if cmp = 0, because the value already exists in the tree - } - - public BinaryTree remove(Object object) - { - //this wil lbe tricky because we need to preserve the structure of the tree - //after we remove something, so we need to "rebuild" it so to speak after a removal - //EXCEPTIONS - //we'll use a try and catch method for this - try - { - E value = (E) object; - //we'll try casting our current object as type E, if it cant cast, we'll catch the exception - int cmp = value.compareTo(this.value); - if (cmp == 0) //found what we want to remove - { - //now we need to look at the children, there could be 0, 1, or 2 children - //we'll make a list of BinaryTrees representing all the children, call it kids - List>kids = children(); //we'll have a method called "children" that will return the children of this binary tree - if (kids.size()==0) - { - //This binaryTree has no children - //nt much to do, all we do is return a new EBST - return new EmptyBinarySearchTree(); - } - - if (kids.size() == 1) - { - //one child tree - //we want to return a reference to the one child node, we move it "up" in the tree so to speak - return kids.get(0); - } - //we've come this far, we can assume the BT has two children - //now what do we do with the children?? - //the smallest child in the RIGHT substree will be this BT's successor - //so we go from the root: right, left, left, left, left....until we hit the end child - BinaryTree successor = ((BinarySearchTree)right).smallest(); - //we'll define a method called smallest that will return the smallest child in the right subtree - BinaryTree result = this.remove(successor.getValue()); - //result becomes successors value - result.setValue(successor.getValue()); - //set the value of the node we're removing to successors value - return result; - //and return it - } - //search until we've found it - if (cmp < 0) - { - left = left.remove(value); - } - - if (cmp > 0) - { - right = right.remove(value); - } - } - //try failed, could not cast - //throw exception - catch (ClassCastException cce) - { - //we wont do anything, but we caught the exception so the program does not crash - } - //could not find it - return this; - } - - /** - * check to see if this BST has any children - */ - private List> children() - { - List> result = new ArrayList>(); - if (left instanceof BinarySearchTree) - { - result.add(left); - } - if (right instanceof BinarySearchTree) - { - result.add(right); - } - return result; - } - - /** - * return the smallest child of this BST - */ - private BinaryTree smallest() - { - if (left instanceof BinarySearchTree) - { - //keep calling smallest() until we find the smalelst child - return ((BinarySearchTree)left).smallest(); - } - //we've found it - return this; - } - - public boolean containsKey(E value) - { - int cmp = this.value.compareTo(value); - if (cmp > 0) - { - return left.containsKey(value); - } - if (cmp < 0) - { - return right.containsKey(value); - } - return true; - //only returning true...why? - //if one of the children is an EMPTYBinarySearchTree, containsKey returns only false - //so we dont need to define it here - } - - public Iterator iterator() - { - return new TreeIterator (this); - } - - public boolean isEmpty() - { - return false; - } - - public boolean equals(Object object) - { - if (object instanceof BinarySearchTree) - { - BinarySearchTree otherBST = (BinarySearchTree) object; - if (!(value.equals(otherBST.value))) - { - return false; - } - if(otherBST.left.equals(getLeft()) && (otherBST.right.equals(getRight()))) - { - return true; - } - return false; - } - //not a BST, cant compare - return false; - } - - public String toString() - { - //how do we display a tree as a string?? - //3 ways to do it - //Traversal of Binary Trees - //1. Preorder - //a. visit the root value - //b. visit all the values in left child - //c. visit all the values in the right child - // - //2. Inorder (Alphabetical...or least to greatest)(this is the one we'll use(for now)) - //a. visit all the values in the left child - //b. visit the value in the root - //c. visit all the values in the right child - // - //3. PostOrder - //a. visit all the values in the left child - //b. visit al lthe values in the right child - //c. visit the root value - if((left (!(instanceof (EmptyBinarySearchTree)))) && (right(!(instanceof (EmptyBinarySearchTree))))) - { - return left.toString()+""+value+", "+right.toString(); - } - - } - diff --git a/DSA/tree/BinaryTree.java b/DSA/tree/BinaryTree.java deleted file mode 100644 index b2fe47f..0000000 --- a/DSA/tree/BinaryTree.java +++ /dev/null @@ -1,96 +0,0 @@ -package tree; -import list.*; - -/** - * Abstract data type for binary tree - * - * @author (Sean Mulhall) - * @version (10.21.2014) - */ -public interface BinaryTree -{ - /** - * gets the value at a particular spot in the tree - * @returns the value - */ - E getValue(); - - /** - * returns the left and right child, respectively - * @return the left child and its children - */ - BinaryTree getLeft(); - - BinaryTree getRight(); - - /** - * change the value of this BinaryTree - */ - void setValue(E value); - - /** - * change the left child - */ - void setLeft(BinaryTree left); - - /** - * change the right child - */ - void setRight(BinaryTree right); - - /** - * insert a given value somewhere into this tree - * Where? How? this is left up to the implementing class. Different - * Binary Trees will insert differently - * @return a ref to the updated tree - */ - BinaryTree add(E value); - - /** - * Remove the given value from this BinaryTree - * !!!! - * Keep in mind that when we remove something, we have to "fix" some of the leaves. - * If we remove something from the middle of the tree, how is the implementing class going to fix it? - * Again, left up to the implementing class./ - * !!!! - * - * @return a ref to the updated tree - */ - BinaryTree remove(Object value); - - /** - * returns true only if the given value exists in this Binary Tree - * @return true if this Binary Tree contains the given value - */ - boolean containsKey(E value); - - /** - * returns the value stored in the BinaryTree with the given value(...what?), or null if not found - * - * so why would we have a method that returns the value we give it? Its returning a ref to an object, and - * if we were only returning a value by say a name, we could have two names that are the same but ref DIFFERENT - * objects. So we compare against objects to make sure we return what the user wants. - */ - E get(E value); - - /** - * @return an Iterator for this BinaryTree - * lots of ways this could work, left up to implementing class. - * - * Could decide to go pre order, in order, or post order. - */ - Iterator iterator(); - - /** - * @return a String representation of this BinaryTree - * How? In what order? Could we use an Iterator? - * again, left up to implementation - */ - String toString(); - - /** @return true only if this BinaryTree is empty */ - boolean isEmpty(); - - /** @return true only if this BinaryTree is equal to the given obj */ - boolean equals (Object object); -} diff --git a/DSA/tree/Constant.java b/DSA/tree/Constant.java deleted file mode 100644 index 4678136..0000000 --- a/DSA/tree/Constant.java +++ /dev/null @@ -1,51 +0,0 @@ -package tree; - - -/** - * defines a constant(an integer). used with the assignment class - * - * @author (Sean Mulhall) - * @version (Fall 2014) - */ -public class Constant -implements Expr -{ - int value; - - public Constant(int value) - { - this.value = value; - } - - public int eval() - { - return value; - //nothing to evaluate - } - - public Expr simplify() - { - //cannot simplify - return this; - } - - public String toString() - { - //cannot apply toString to a primitive, so just concatonate - return value+" "; - } - - public boolean equals(Object obj) - { - if (!(obj instanceof Constant)) - { - return false; - } - - Constant c = (Constant) obj; - //its a primitive, so we can use == on it - return value == c.value; - } - - -} diff --git a/DSA/tree/Difference.java b/DSA/tree/Difference.java deleted file mode 100644 index d9b1b1d..0000000 --- a/DSA/tree/Difference.java +++ /dev/null @@ -1,69 +0,0 @@ -package tree; - -/** - * Represents a subtraction operation - * - * @author (Sean Mulhall) - * @version (11.5.2014) - */ -public class Difference -implements Expr -{ - Expr left, right; - - public Difference(Expr left, Expr right) - { - this.left = left; - this.right = right; - } - - public int eval() - { - return left.eval() - right.eval(); - } - - public Expr simplify() - { - //not a whole lot we can do to simplify subtraction - //but we can do a-0=a - left = left.simplify(); - right = right.simplify(); - if ((right instanceof Constant)&&(right.eval() == 0)) - { - return left; - } - - if((right instanceof Expr)&&(left instanceof Expr)) - { - if (left.equals(right)) - { - return new Constant(0); - //if we cant perform any simplifications - } - } - return this; - - } - - public String toString() - { - return"("+ left.toString() + " - " + right.toString() +")"; - } - - public boolean equals(Object obj) - { - //does this sum equal some other difference - if (!(obj instanceof Difference)) - { - return false; - } - Difference d = (Difference) obj; - //since subtraction isn't commutitive, both children have to be in the same position - if((left.equals(d.left)&&(right.equals(d.right)))) - { - return true; - } - return false; - } - -} diff --git a/DSA/tree/EmptyBinarySearchTree.java b/DSA/tree/EmptyBinarySearchTree.java deleted file mode 100644 index c96245a..0000000 --- a/DSA/tree/EmptyBinarySearchTree.java +++ /dev/null @@ -1,93 +0,0 @@ -package tree; -import list.*; -/** - * A BinaryTree that stores nothing - * ...?? - * - * @author (Sean Mulhall) - * @version (10.21.2014) - */ -public class EmptyBinarySearchTree -implements BinaryTree -{ - public E get(E value) - { - //will never get anything because its empty...but we need to have it - //do something so the compiler is happy - return null; - } - - public E getValue() - { - return null; - } - - public BinaryTree getLeft() - { - //same here - return null; - } - - public BinaryTree getRight() - { - //..and here - return null; - } - - public void setValue(E value) - { - //empty - } - - public void setRight(BinaryTree right) - { - //empty - } - - public void setLeft(BinaryTree left) - { - //empty - } - - public BinaryTree add(E value) - { - return new BinarySearchTree(value); - } - - public BinaryTree remove(Object value) - { - return this; - } - - public boolean containsKey(E value) - { - return false; - //will alwahys return false since the tree is empty - } - - public Iterator iterator() - { - return new EmptyIterator(); - //seems useless, but... - } - - public String toString() - { - return ""; - } - - public boolean isEmpty() - { - return true; - } - - public boolean equals(Object object) - { - if (object instanceof EmptyBinarySearchTree) - { - return true; - } - return false; - } - -} diff --git a/DSA/tree/EmptyIterator.java b/DSA/tree/EmptyIterator.java deleted file mode 100644 index fe8847d..0000000 --- a/DSA/tree/EmptyIterator.java +++ /dev/null @@ -1,36 +0,0 @@ -package tree; -import list.Iterator; - -/** - * Iterates over an empty binary search tree. used as to make the compiler happy - * - * @author (Sean Mulhall) - * @version (Fall 2014) - */ -public class EmptyIterator -implements Iterator -{ - //2ez - public boolean hasNext() - { - return false; - } - - public E next() - { - return null; - } - - public void remove() - { - } - - public void remove2() - { - } - - public boolean hasTwoMore() - { - return false; - } -} diff --git a/DSA/tree/Expr.java b/DSA/tree/Expr.java deleted file mode 100644 index 721a4de..0000000 --- a/DSA/tree/Expr.java +++ /dev/null @@ -1,42 +0,0 @@ -package tree; - -/** - * Creates a tree expression of a prefix arithmetic expression, and if possible, - * calculate and return the value of the evaluation - * - * so if we have - * a+b*c - * prefix would be - * * + a b c - * - * and that would look like - * - * [*] - * /\ - * / \ - * [+] [c] - * /\ - * / \ - * [a] [b] - * - * @author (Sean Mulhall) - * @version (10.29.2014) - */ -public interface Expr -{ - /** - * evaluate and return the if possible - */ - int eval(); - - /** - * simplyfy the expression if possible - * (a+b)/(b+a) = 1 - */ - Expr simplify(); - - String toString(); - - boolean equals(Object obj); - -} diff --git a/DSA/tree/Mod.java b/DSA/tree/Mod.java deleted file mode 100644 index 9a424e0..0000000 --- a/DSA/tree/Mod.java +++ /dev/null @@ -1,70 +0,0 @@ -package tree; - -/** - * Modulous operation - * - * @author (Sean Mulhall) - * @version (10.29.2014) - */ -public class Mod -implements Expr -{ - Expr left, right; - - public Mod(Expr left, Expr right) - { - this.left = left; - this.right = right; - } - - public int eval() - { - return left.eval() % right.eval(); - } - - public Expr simplify() - { - //we can simplfy a%a=0, and a%1 = 0 - left = left.simplify(); - right = right.simplify(); - Constant result; - //this is the part I missed for the lab8(MAD ABOUT) - //it didnt just have to be a constant...ANYTHING mod 0, or 1 = zero - //so I had to change this conditional to see if the left hand was just an expression - //might be a better way to do this... - if ((right instanceof Constant)&&(left instanceof Expr)) - { - if (right.equals(left)) - { - result = new Constant(0); - return result; - } - - if (right.eval() == 1) - { - result = new Constant(0); - return result; - } - } - return this; - } - - public String toString() - { - return"("+ left.toString() + " % " + right.toString() +")"; - } - - public boolean equals(Object obj) - { - if (!(obj instanceof Mod)) - { - return false; - } - Mod m = (Mod) obj; - if (left.equals(m.left)&&(right.equals(m.right))) - { - return true; - } - return false; - } -} diff --git a/DSA/tree/Product.java b/DSA/tree/Product.java deleted file mode 100644 index ded9d2b..0000000 --- a/DSA/tree/Product.java +++ /dev/null @@ -1,77 +0,0 @@ -package tree; - -/** - * Reference to a multiplication operation - * - * @author (Sean Mulhall) - * @version (10.29.2014) - */ -public class Product -implements Expr -{ - Expr left, right; - - public Product(Expr left, Expr right) - { - this.left = left; - this.right = right; - } - - public int eval() - { - return left.eval() * right.eval(); - } - - public Expr simplify() - { - //a couple things we can do - //a * 0 = 0, a * 1 = a, - left = left.simplify(); - right = right.simplify(); - if (right instanceof Constant) - { - if (right.eval() == 0) - { - return right; - } - if (right.eval() == 1) - { - return left; - } - } - if (left instanceof Constant) - { - if (left.eval() == 0) - { - return left; - } - if (left.eval() == 1) - { - return right; - } - } - //if we cant perform any simplifications - return this; - } - - public String toString() - { - return"("+ left.toString() + " * " + right.toString() +")"; - } - - public boolean equals(Object obj) - { - //does this equal another product? - if (!(obj instanceof Product)) - { - return false; - } - Product p = (Product) obj; - //multiplication is commutitiave! so same conditions as addition - if((left.equals(p.left)&&(right.equals(p.right))) || ((left.equals(p.right)&&(right.equals(p.left))))) - { - return true; - } - return false; - } -} diff --git a/DSA/tree/Quotient.java b/DSA/tree/Quotient.java deleted file mode 100644 index 4be2eb1..0000000 --- a/DSA/tree/Quotient.java +++ /dev/null @@ -1,71 +0,0 @@ -package tree; - -/** - * Division Operation - * - * @author (Sean Mulhall) - * @version (10.29.2014) - */ -public class Quotient -implements Expr -{ - Expr left, right; - - public Quotient(Expr left, Expr right) - { - this.left = left; - this.right = right; - } - - public int eval() - { - return left.eval() / right.eval(); - } - - public Expr simplify() - { - //well, we could do what we have in the Expr interface - //(a+b)/(b+a) = 1 - left = left.simplify(); - right = right.simplify(); - Constant result; - if ((right instanceof Expr)&&(left instanceof Expr)) - { - if (right.equals(left)) - { - //since this methos is returning and Expr, and not an int, we cant just say "return 1" - //we have to make a new Constant, and have it return that - result = new Constant(1); - return result; - } - - if (right.eval() == 1) - { - return left; - } - } - //if we cant perform any simplifications - return this; - } - - public String toString() - { - return"("+ left.toString() + " / " + right.toString() +")"; - } - - public boolean equals(Object obj) - { - //does this sum equal some other difference - if (!(obj instanceof Quotient)) - { - return false; - } - Quotient q = (Quotient) obj; - if (left.equals(q.left)&&(right.equals(q.right))) - { - return true; - } - return false; - } - -} diff --git a/DSA/tree/Sum.java b/DSA/tree/Sum.java deleted file mode 100644 index c526e5b..0000000 --- a/DSA/tree/Sum.java +++ /dev/null @@ -1,121 +0,0 @@ -package tree; -/** - * Represents the expression that is the sum of two expressions - * every Sum will have a left and right Operand of type Expr - * - * @author (Sean Mulhall) - * @version (10.28.2014) - */ -public class Sum -implements Expr -{ - Expr left, right; - - public Sum(Expr left, Expr right) - { - this.left = left; - this.right = right; - } - - public int eval() - { - //since we dont know what the child expressions are, this can be tricky. We want to make sure they're - //a Constant first, it'll be different if one or both of them are variables - //or another operator - /** - * so if we have - * [+] - * /\ - * / \ - * [+] [6] - * /\ - * / \ - * [2] [5] - * + = sum - * - * we'll want to call eval on both the left and the right - */ - return left.eval() + right.eval(); - } - - public Expr simplify() - { - /** - * this is interesting, theres a few conditions to look out for, for example if we have - * a + 0 - * we just want to return the left operand - * - */ - left = left.simplify(); - right = right.simplify(); - if ((right instanceof Constant)&&(right.eval() == 0)) - { - return left; - } - //for the opposite condition - //0 + a - if ((left instanceof Constant)&&(left.eval() == 0)) - { - return right; - } - - if ((right instanceof Difference)&&(left instanceof Difference)) - { - //for this, we're simplifying (a-b)+(b-a) = 0 - //but since we cant call left.left or left.right - //we had to cast the left and the right child (which happen to be Differences) - //as a Difference so we could refrence each of their children and - //perform the conditional check. - //it seems redundant(and dirty for the most part) but it works - Difference dLeft = (Difference) left; - Difference dRight = (Difference) right; - - if((dLeft.left.equals(dRight.right))&&(dLeft.right.equals(dRight.left))) - { - return new Constant(0); - } - } - - - /** - * but what if we had something like - * - * [+] - * /\ - * / \ - * [a] [+] - * /\ - * / \ - * [b] [0] - * we wanna go down until we cant anymore - * so we add those two statements at the top - * left = left.simplify - * right = right.simplify - */ - //if we cant perform any simplifications - return this; - - //in the future, we might want a + a = 2*a - } - - public String toString() - { - return"("+ left.toString() + " + " + right.toString() +")"; - } - - public boolean equals(Object obj) - { - //does this sum equal some other sum?(hehe) - if (!(obj instanceof Sum)) - { - return false; - } - Sum s = (Sum) obj; - //MAKE SURE THIS LOGIC WORKS - if((left.equals(s.left)&&(right.equals(s.right))) || ((left.equals(s.right)&&(right.equals(s.left))))) - { - return true; - } - return false; - } -} diff --git a/DSA/tree/TreeIterator.java b/DSA/tree/TreeIterator.java deleted file mode 100644 index ea19f25..0000000 --- a/DSA/tree/TreeIterator.java +++ /dev/null @@ -1,111 +0,0 @@ -package tree; -import list.Iterator; -import queue.*; - -/** - * Iterates over a binary search tree in order - * - * @author (Sean Mulhall) - * @version (10.28.2014) - */ -public class TreeIterator -implements Iterator -{ - BinaryTree tree; - //since we're moving inorder, where moving to the left most child, and examining - //all of thats childs right child. (so from least to greatest) - //we need to remember where we are in the tree and what comes next. We'll use a Queue for that - QueueADT queue = new Queue(); - E last; //last value obtained by next - - public TreeIterator(BinaryTree tree) - { - this.tree = tree; - buildQ(tree); - } - - /** - * so if we have - * - * [m] - * /\ - * / \ - * [d] [s] - * /\ - * / \ - * [b] [g] - * we would get queue = [b, d, g, m, s] - * (ASCII art becomes practical) - */ - /** - * for lab 8, We're iterating in PREorder - * so it will be - * [m, d, b, g, s] - * i think... - */ - private void buildQ(BinaryTree tree) - { - queue.add(tree.getValue()); - if (tree.getLeft() instanceof BinarySearchTree) - { - buildQ(tree.getLeft()); - } - if (tree.getRight() instanceof BinarySearchTree) - { - buildQ(tree.getRight()); - } - } - - public boolean hasNext() - { - return !queue.isEmpty(); - //if our queue is empty, theres nothing else to return - } - - public E next() - { - last = queue.remove(); - return last; - } - - /** - * removes from the tree the last element returned from next. BUT we have to remove it from the tree - * while still retaining the properties of a BST - * - * but what if we remove the element at the root?? then what? - * - */ - public void remove() - { - //first off, we need to check if we're removing the root - //and we're going to have to remember what the last value obtained by next was, we'll add a field - //now we'll compare it to wahts at the root - if (last.equals(tree.getValue())) - { - BinaryTreetemp = tree.remove(last); - tree.setValue(temp.getValue()); - tree.setLeft(temp.getLeft()); - tree.setRight(temp.getRight()); - //so we've removed the root, stored that into our temp - //and set the new root value to whatevers on the LEFT of the old root - //so we copy whatevers the left node, and its Left and Right and set that as the new root - //yrash its really confusing...I'll get clarification - } - else - { - tree = tree.remove(last); - } - } - - //dont use these right now... - public void remove2() - { - - } - - public boolean hasTwoMore() - { - return false; - } - -} diff --git a/DSA/tree/Variable.java b/DSA/tree/Variable.java deleted file mode 100644 index 1a5ee71..0000000 --- a/DSA/tree/Variable.java +++ /dev/null @@ -1,53 +0,0 @@ -package tree; -/** - * represents a variable, an integer that could change - * - * @author (Sean Mulhall) - * @version (10.28.2014) - */ -public class Variable -implements Expr -{ - char name; //dont ant long variable names, just a,b,c...etc - int varval; //if the Assign operator is ever used on a variable, we want - //variable to keep track of what it was assigned - boolean assigned; - - public Variable(char name) - { - this.name = name; - varval = 0; - assigned = false; - } - - public int eval() - { - if (assigned == true) - { - return varval; - } - throw new IllegalArgumentException(); - } - - public Expr simplify() - { - return this; - //like Constant, we cant simplify - } - - public String toString() - { - //same as in constant - return name + " "; - } - - public boolean equals(Object obj) - { - if (!(obj instanceof Variable)) - { - return false; - } - Variable v = (Variable) obj; - return this.name == v.name; - } -} diff --git a/Design and Analysis of Algorithms/Sudoku Backtracking/Game.java b/Design and Analysis of Algorithms/Sudoku Backtracking/Game.java deleted file mode 100644 index 1d95f80..0000000 --- a/Design and Analysis of Algorithms/Sudoku Backtracking/Game.java +++ /dev/null @@ -1,223 +0,0 @@ -import java.util.Scanner; -import java.io.*; -import java.util.*;//ArrayLists and HashSet -import java.lang.Math; -/** - * Game handles all of the heavy lifting. Game takes the board passed from Solver, - * and stores the height, width, and the number of blank cells the board contains. - * - * From there, the game attempts to solve the puzzle by inspecting a blank cell, more specifically; - * what is already contained in the blanks row, column, and box. From there. we can drastically reduce the - * number of possible combinations to try. Each blank is stored as a cellInfo object. The object stores - * the possible entries a blank could be. As we move through the board, if we get to a blank possibility that is - * infeasible, and the algorithm "backtracks" to the last blank, we remove that possibility from the cellInfos - * possible combinations. - * - * the process repeats until a working solution is found, or the program finds no - * possible solution for the board. - * - * @author Sean Mulhall & Dyona Tate - * @version 10/21/2015 - */ -public class Game -{ - - //Game variable declarations - int width, height, count; //the width, height, and number of zeros this board contains - int [][] board;//the original unmodified board - cellInfo [] emptyCells;//array of Empty Cells in this board - - public Game(int[][] board, int width, int height, int count){ - //store all variaables - this.board = board; - this.width = width; - this.height = height; - this.count = count; - } - - public void setPossValues(cellInfo tempCell) { - //this is what i was talking about - //basically, we treat this almost as if we were creating a new - //blankCell in tempcells place, but to avoid al lthat work, - //we would just reinitialize its possVals array - //and then compare it with the new dimensions around the blank - if(tempCell.possVals.size() == 0){ - for(int i = 1; i <= width*height; i++){ - tempCell.possVals.add(i); - } - } - - //check row for values already filled in - checkSingleRow(tempCell); - - //check col for values already filled in - checkSingleCol(tempCell); - - //check box that the blank resides in - checkSingleBox(tempCell); - } //setPossVals - - //recursive backtracking solver - public boolean Solve(int i) { - cellInfo tempCell = emptyCells[i];//pull out the next cell - setPossValues(tempCell); - //base case: board is solved - if(check()) { - return true; - } - - while(tempCell.possVals.size() != 0){//still possibile values - tempCell.value = tempCell.possVals.get(0);//pull out the first possVal - board[tempCell.row][tempCell.col] = tempCell.value;//assign the possVal to the board - if (i < count-1){//so we dont keep going over the amount of blanks - i+=1; - } - - if(Solve(i)){//solve on next blank cell - return true; - } - - else{ - board[tempCell.row][tempCell.col] = 0;//reset cell to zero - tempCell.possVals.remove(0);//remove that possVal - } - i--;//decrement i so we dont skip any of the blank cells due to a +1 error - //try the next one if there is one - } - //if we tried all the possible values and it none of them worked... - return false; //board cant be solved - } - - //Creates an array of Cell objects that stores info about the empty cells - public void createEmptyCells (int count, ArrayList cellsRow, ArrayList cellsCol){ - emptyCells = new cellInfo [count]; //create an array of Cell objects - for(int i = 0; i < count; i++) { - emptyCells[i] = new cellInfo(cellsRow.get(i), cellsCol.get(i), width*height); - //emptyCells[i].setValue(board[cellsRow.get(i)][cellsCol.get(i)]); - } - } - - /** - * Checks the current temp board for correctness by checking each row, column, and box for duplicates, in that order. - * - * @param theBoard the board we are checking - * @return true if the board is correct - */ - public boolean check() - { - //check columns for duplicates (moving over and down) - if (!checkColumn()){ - return false; - } - //check rows - if (!checkRow()){ - return false; - } - //check boxes - if (!checkBox(0)){ - return false; - } - return true; - } - - /** - * checks each individual "box" for duplicates. This method works by iterating over the width and height of each box, starting with the upperleft most box, moving down - * through the left column of boxes. Once we hit the bottomleft most box, we move back up to the top and over to the next column to the right. We continue until we reach the - * bottom right most box. - * - * @param boxIndex starting position for checking the boxes in a specified column of boxes - * @return true if the boxes do not have duplicates - */ - public boolean checkBox(int boxIndex) - { - for (int i = 0; i < (width*height); i += height){//iterate over al lthe boxes starting from the - //"leftmost" colmn of boxes and moving to the right - HashSet dupes = new HashSet();// check for duplicates - for (int r = 0; r < height; r++){//check individual rows in a box - for (int e = boxIndex; e < width; e++){//check each element in the row - if (!dupes.add(board[r][e])|| board[r][e] == 0){ - return false; - } - } - } - } - - boxIndex += width; //move over right to next column of boxes - - if(boxIndex < (width*height)){ - if(checkBox(boxIndex) == false){ - return false; - } - } - return true; - }//checkBox - - public boolean checkRow(){ - //check rows for duplicates - for(int r =0; r < (width*height); r++){//r =the row we're looking at - for(int c = 0; c < (width*height); c++){//c = the number we dont want duplicates of - for(int e=c+1; e < (width*height);e++){//c = the number we're comparing to in the row - //to the "right" of c - if (board[r][c] == board[r][e] || board[r][c] == 0){ - return false; - } - } - } - } - return true; - }//checkRow - - public boolean checkColumn(){ - for(int c = 0; c < (width*height); c++){//column. will only iterate over the first row - for(int r = 0; r < (width*height); r++){//row. iterates throgh the elements "under" [c] - for(int e = r+1; e < (width*height); e++){//compare elements in "lower" rows - if(board[r][c] == board[e][c] || board[r][c] == 0){//compare the current element in the column to the ones below it - return false; - } - } - } - } - return true; - }//checkColumn() - - /** - * checks the box that the blank resides in for values that are already present - * - * I'm gonna go extra heavy on the comments here just so I can remember how this works - * in the future.....cause this was a major pain to figure out - */ - public void checkSingleBox(cellInfo tempCell){ - int x = tempCell.row % height;//how many cells to move up - int y = tempCell.col % width;//how many cells to move left - int indexX = tempCell.row - x;//the row of the first element in the box - int indexY = tempCell.col - y;//the column of the first element in the box - for (int r = indexX; r < indexX + height; r++){//iterate over the row - for (int c = indexY; c < indexY + width; c++){//check column - if (board[r][c] != 0){ - Integer num = new Integer(board[r][c]);//check the value at the given coordinates - tempCell.possVals.remove(num);//remove if possible - } - } - } - }//checkSingleBox - - public void checkSingleRow(cellInfo tempCell){ - //check row for values already filled in - for(int j = 0; j < width*height; j++) { - Integer num = new Integer (board[tempCell.row][j]); - if(tempCell.possVals.contains(num)) { - tempCell.possVals.remove(num); - } - } - }//checkSingleRow - - public void checkSingleCol(cellInfo tempCell){ - //check col for values already filled in - for(int j = 0; j < width*height; j++) { - Integer num = new Integer (board[j][tempCell.col]); - if(tempCell.possVals.contains(num)) { - tempCell.possVals.remove(num); - } - } - }//checkSingleCol -}//game diff --git a/Design and Analysis of Algorithms/Sudoku Backtracking/GameTest.java b/Design and Analysis of Algorithms/Sudoku Backtracking/GameTest.java deleted file mode 100644 index b4b4459..0000000 --- a/Design and Analysis of Algorithms/Sudoku Backtracking/GameTest.java +++ /dev/null @@ -1,213 +0,0 @@ - -import static org.junit.Assert.*; -import org.junit.After; -import org.junit.Before; -import org.junit.Test; -import java.util.Scanner; -import java.io.*; -import java.util.*;//ArrayLists and HashSet -import java.lang.Math; - -/** - * Junit test for our backtracking solver - * - * @author Sean Mulhall & Dyona Tate - * @version (fall 2015) - */ -public class GameTest -{ - Game game; - /** - * Default constructor for test class GameTest - */ - public GameTest() - { - } - - /** - * Sets up the test fixture. - * - * Called before every test case method. - */ - @Before - public void setUp() - { - File infile = new File("p2.txt"); - ArrayList rowArray; //array that stores row values - ArrayList colArray; // array that stores column values - - try - { - Scanner scanner = new Scanner(infile); - - //initialize our row and column lists - rowArray = new ArrayList(); - colArray = new ArrayList(); - - //read first two lines of input file - // initialize width and height values - int width = scanner.nextInt(); - scanner.nextLine(); - int height = scanner.nextInt(); - - // initialize new instance of original board - // and temporary board used to input possible answers - // initialize ctr to count blank spaces in board - int[][] board = new int [width*height][width*height]; - int ctr = 0; - - // reads in board values from file - while(scanner.hasNextLine()) - { - scanner.nextLine(); - for(int r = 0; r < (width*height); r++)//interate over each row - { - for (int c = 0; c < (width*height); c++)//add each element into the row - { - int index = scanner.nextInt(); - board[r][c] = index;//current value we are looking at - System.out.print(index+" "); - if (index == 0) //if current value = 0, we know its a blank - { - ctr++;//increment ctr - rowArray.add(r); //record row & col of empty cell - colArray.add(c); - } - - } - System.out.print("\n"); - } - - game = new Game(board, width, height, ctr); - game.createEmptyCells(ctr, rowArray, colArray); - } - } - - catch(FileNotFoundException fnfe) - { - System.out.println("File not found!"); - } - } - - /** - * Tears down the test fixture. - * - * Called after every test case method. - */ - @After - public void tearDown() - { - } - - @Test - public void testBlankPositions() - { - //test a few of the blank cells to make sure they have the correct row and column - - //p2.txt should have 10 blanks - assertEquals(game.count, 10); - - //ensure that our emptyCells list isnt blank - assertNotNull(game.emptyCells); - - //first blank is at row 0, col 1 - assertEquals(game.emptyCells[0].row, 0); - assertEquals(game.emptyCells[0].col, 1); - - //sixth blank is at row 3, col 1 - assertEquals(game.emptyCells[5].row, 3); - assertEquals(game.emptyCells[5].col, 1); - } - - @Test - public void testPossVals() - { - //test a few blank cells to ensure that they have the correct possible values - //the second blank should have 1 possible value after looking at the row, col and box - game.setPossValues(game.emptyCells[1]); - cellInfo tempCell = game.emptyCells[1]; - - //test the possVal list size - assertEquals(tempCell.possVals.size(), 1); - //that possibility should only be a 2 - assertEquals((Object)tempCell.possVals.get(0), (Object)2);//had to cast these as objects to - //keep the compiler from getting confused - - //lets try the eighth blank - game.setPossValues(game.emptyCells[7]); - tempCell = game.emptyCells[7]; - //ahould only hace one possibility that should be a 6 - assertEquals(tempCell.possVals.size(), 1); - assertEquals((Object)tempCell.possVals.get(0), (Object)6); - } - - @Test - public void testCheckSingleRow() - { - //tests our checkSingleRow method, which looks at the values in the given - //blank cells row and removes the values that are already in that row - //we'll look at the fifth blank - cellInfo tempCell = game.emptyCells[4]; - //check the size of possvals, should be 6 for this board - assertEquals(tempCell.possVals.size(), 6); - - //run the checkSingleRow method on this cell - game.checkSingleRow(tempCell); - - //recheck the possVals, should have a size of 2 - //and those values should be a 1 and a 6 - assertEquals(tempCell.possVals.size(), 2); - assertEquals((Object)tempCell.possVals.get(0), (Object)1); - assertEquals((Object)tempCell.possVals.get(1), (Object)6); - } - - @Test - public void testCheckSingleCol() - { - //tests our checkSinglecol method, which looks at the values in the given - //blank cells col and removes the values that are already in that col - //we'll look at the fifth blank - cellInfo tempCell = game.emptyCells[4]; - //check the size of possvals, should be 6 for this board - assertEquals(tempCell.possVals.size(), 6); - - //run the checkSingleRow method on this cell - game.checkSingleCol(tempCell); - - //recheck the possVals, should have a size of 1 - //and that value should be a 6 - assertEquals(tempCell.possVals.size(), 1); - assertEquals((Object)tempCell.possVals.get(0), (Object)6); - } - - @Test - public void testCheckSingleBox() - { - //tests our checkSingleBox method, which looks at the values in the given - //blank cells box and removes the values that are already in that box - //we'll look at the sixth blank - cellInfo tempCell = game.emptyCells[5]; - //check the size of possvals, should be 6 for this board - assertEquals(tempCell.possVals.size(), 6); - - //run the checkSinglebox method on this cell - game.checkSingleBox(tempCell); - - //recheck the possVals, should have a size of 2 - //values should be 1, and 6 - assertEquals(tempCell.possVals.size(), 2); - assertEquals((Object)tempCell.possVals.get(0), (Object)1); - assertEquals((Object)tempCell.possVals.get(1), (Object)6); - } - - @Test - public void testSolveAndCheck() - { - //just checks the solve and check methods - //solves the puzzle and runs the check() methods - assertFalse(game.check());//test before solving - assertTrue(game.Solve(0)); - assertTrue(game.check());//test after - } -} - diff --git a/Design and Analysis of Algorithms/Sudoku Backtracking/README.TXT b/Design and Analysis of Algorithms/Sudoku Backtracking/README.TXT deleted file mode 100644 index 56a0316..0000000 --- a/Design and Analysis of Algorithms/Sudoku Backtracking/README.TXT +++ /dev/null @@ -1,7 +0,0 @@ -PROJECT TITLE:Backtracking Sudoku Solver -PURPOSE OF PROJECT:To demonstrate and implement a functional backtracking algorithm -VERSION or DATE:Fall 2015 -AUTHORS:Sean Mulhall and Dyona Tate - - For this lab, we altered our existing sudoku solver from the brute force project to use a backtracking algorithm. -The solver would pick each blank cell sequentially and fill in an answer based on the already occupied cells row, column, and NxN "box." The solver would repeat this as it goes down the board, and once it fills in a value deemed infeasible, it would "backtrack" to the previous blank cell and pick a different possible value. This approach drastically reuces the number of possible combinations the solver needs to attempt to solve the board. diff --git a/Design and Analysis of Algorithms/Sudoku Backtracking/Solver.java b/Design and Analysis of Algorithms/Sudoku Backtracking/Solver.java deleted file mode 100644 index f137808..0000000 --- a/Design and Analysis of Algorithms/Sudoku Backtracking/Solver.java +++ /dev/null @@ -1,113 +0,0 @@ -import java.util.Scanner; -import java.io.*; -import java.util.*;//ArrayLists and HashSet -import java.lang.Math; -/** - * Solver basically takes in the boards as command line arguments and passes all the work - * to game. IT contains all the checks to make sure the board is valid as well as handle a few exceptions - * - * @author Sean Mulhall & Dyona Tate - * @version fall 2015 - */ -public class Solver -{ - public static void main(String[] args) - { - // declare instance of Timer object & start timer - Timer timer = new Timer(); - timer.start(); - - ArrayList rowArray; //array that stores row values - ArrayList colArray; // array that stores column values - - for (int j = 0; j <= args.length-1; j++) - { - File infile = new File(args[j]); - - if(j > 0){ - System.out.println("next board\n");//make multiple boards look pretty - } - - try - { - Scanner scanner = new Scanner(infile); - - //initialize our row and column lists - rowArray = new ArrayList(); - colArray = new ArrayList(); - - //read first two lines of input file - // initialize width and height values - int width = scanner.nextInt(); - scanner.nextLine(); - int height = scanner.nextInt(); - - // initialize new instance of original board - // and temporary board used to input possible answers - // initialize ctr to count blank spaces in board - int[][] board = new int [width*height][width*height]; - int ctr = 0; - - // reads in board values from file - while(scanner.hasNextLine()) - { - scanner.nextLine(); - for(int r = 0; r < (width*height); r++)//interate over each row - { - for (int c = 0; c < (width*height); c++)//add each element into the row - { - int index = scanner.nextInt(); - board[r][c] = index;//current value we are looking at - System.out.print(index+" "); - if (index == 0) //if current value = 0, we know its a blank - { - ctr++;//increment ctr - rowArray.add(r); //record row & col of empty cell - colArray.add(c); - } - - } - System.out.print("\n"); - } - - Game game = new Game(board, width, height, ctr); - game.createEmptyCells(ctr, rowArray, colArray); - // Attempt to Solve board and output appropriate answer - if(game.Solve(0) == false) { - System.out.println("This board cannot be solved!"); - } - - else { - //Output completed board - System.out.println("\nBoard Solved!\n"); - for(int r = 0; r < (height*width); r++){ - for(int c = 0; c < (width*height); c++){ - if(r == ((width*height)-1) && c == ((width*height)-1) && game.emptyCells[ctr-1].row == r && game.emptyCells[ctr-1].col == c){ - //some real dirty code to print out the last blank value - //instead of a zero when the very last cell in the board is - //a zero. I plan on fixing this in the future - // - //update 3/10/16: STILL plan on fixing this in the future. ughhh - System.out.println(game.emptyCells[ctr-1].possVals.get(0)+ " "); - break; - } - System.out.print(game.board[r][c]+" "); - } - System.out.print("\n"); - } - System.out.print("\n"); - } - - } - } - - catch(FileNotFoundException fnfe) - { - System.out.println("File not found!"); - } - } - // stop Timer object - timer.stop(); - System.out.println("Computation time: " + timer.getDuration() + " milliseconds"); - } -} diff --git a/Design and Analysis of Algorithms/Sudoku Backtracking/cellInfo.java b/Design and Analysis of Algorithms/Sudoku Backtracking/cellInfo.java deleted file mode 100644 index 964c6b1..0000000 --- a/Design and Analysis of Algorithms/Sudoku Backtracking/cellInfo.java +++ /dev/null @@ -1,28 +0,0 @@ -import java.util.*; -/** - * represents a blank cell. A blank cell holds its list of possible entries - * - * @author Sean Mulhall & Dyona Tate - * @version Fall 2015 - */ -public class cellInfo -{ - int row; - int col; - int value = 0; - ArrayList possVals; - - public cellInfo(int row, int col, int dim) - { - this.row = row; - this.col = col; - possVals = new ArrayList(); - - //set initial values of possVals ArrayList - for(int i = 1; i <= dim; i++) { - possVals.add(i); - } - } - //10.20.2015: removed all methods below here as we never use them - -} diff --git a/Design and Analysis of Algorithms/Sudoku Backtracking/sudoku.txt b/Design and Analysis of Algorithms/Sudoku Backtracking/sudoku.txt deleted file mode 100644 index b4aec0a..0000000 --- a/Design and Analysis of Algorithms/Sudoku Backtracking/sudoku.txt +++ /dev/null @@ -1,8 +0,0 @@ -3 -2 -1 0 3 4 0 0 -4 0 6 0 0 3 -2 0 1 0 6 0 -5 0 4 2 0 0 -3 0 2 0 4 0 -6 0 5 0 0 2 \ No newline at end of file diff --git a/Design and Analysis of Algorithms/Sudoku Brute Force/Game.java b/Design and Analysis of Algorithms/Sudoku Brute Force/Game.java deleted file mode 100644 index 9ec9ba6..0000000 --- a/Design and Analysis of Algorithms/Sudoku Brute Force/Game.java +++ /dev/null @@ -1,309 +0,0 @@ -import java.util.Scanner; -import java.io.*; -import java.util.*;//ArrayLists and HashSet -import java.lang.Math; -/** - * Game is our main class that represents a user specified sudoku board with a set number of blanks, and attempts to solve the puzzle by use of brute force. - * We use a two-dimensional array that acts as our sudoku board. As we read in the sudoku board from a file, our class inspects the first two numbers, and sets that to the boxes width and height, respectively. - * Originally, our group had our sudoku board represented as an ArrayList of ArrayLists. We ran into issues when we attempted to copy our sudoku board into a temporary board. We discovered that each board was refrencing the same - * memory object, and was giving us incorrect results and exceptions. We solved this problem by using standard arrays, which ended up being much more simpple and effective than ArrayLists. - *
- *
- * To store possible possible answers, we used an ArrayList that represented the possible entries for each blank cell. We would initialize our answerArray to be filled with as many '1's as there were blanks in the board. - * As we tried each combination, we would increment the values in the answerArray by one (starting with least-significant, moving up if the values were to "roll-over"). We achieved this by creating a recursive method - * that would increment the least-significant digit (the digit all the way to the "right" end of answerArray), then calling the function on itself if that digit equals the highest possible number a cell can be. - *
- *
- * so...if we have a 3 x 3, highest possible number for a cell is 6 - *
- * so when we have - *
- * 111...115 - *
- * the next call would increment it to - *
- * 111...121 - *
- *
- * we continue this until we find an answer, or until we have exhausted all possible combinations. - *
- *
- * To check possible answers, we would examine each individual column, row, and box for duplicates. If a duplicate is found, we know that answer can't be right. - * We would first examine the columns. To do this, we would simply move across the top row, and examine each element "below" the element in the top row we we're inspecting. - * Testing the rows was pretty much the same. We looked at the left-most column and examined all of the elements to the right. - * Testing the boxes was tricky, but we found a solution using the boxes width as an index point, and then iterated over those specific cells. - * - * - * @author Sean Mulhall & Dyona Tate - * @version 09/23/2015 - */ -public class Game -{ - - //Game variable declarations - static int width, height, ctr; //the width, height, and number of zeros this board contains - //static int attempts = 0; - static int [][] board;//the original unmodified board - static int [][] temp;//temporary board we will edit - static ArrayList answerArray;//array that stores our answer combination - - public Game(String args) - { - // declare instance of Timer object & start timer - Timer timer = new Timer(); - timer.start(); - - File infile = new File(args); - - try - { - Scanner scanner = new Scanner(infile); - - //read first two lines of input file - // initialize width and height values - width = scanner.nextInt(); - scanner.nextLine(); - height = scanner.nextInt(); - - // initialize new instance of original board - // and temporary board used to input possible answers - // initialize ctr to count blank spaces in board - board = new int [width*height][width*height]; - temp = new int [width*height][width*height]; - ctr = 0; - - // reads in board values from file - while(scanner.hasNextLine()) - { - scanner.nextLine(); - for(int r = 0; r < (width*height); r++)//interate over each row - { - for (int c = 0; c < (width*height); c++)//add each element into the row - { - int index = scanner.nextInt(); - board[r][c] = index;//current value we are looking at - System.out.print(index+" "); - if (index == 0) //if current value = 0 - { - ctr++;//increment ctr - } - - } - System.out.print("\n"); - } - - answerArray = new ArrayList(ctr); - - //initialize each entry in the answer array to 1 - for(int i = 0; i < ctr; i++) { - answerArray.add(1); - } - - resetBoard();//initialize temp - - // Attempt to Solve board and output appropriate answer - if(Solve(temp) == false) - { - System.out.println("This board cannot be solved!"); - } - - if(Solve(temp) == true) - { - //Output completed board - System.out.println("\nBoard Solved!\n"); - for(int r = 0; r < (height*width); r++) - { - for(int c = 0; c < (width*height); c++) - { - System.out.print(temp[r][c]+" "); - } - System.out.print("\n"); - } - System.out.print("\n "); - } - - } - } - - catch(FileNotFoundException fnfe) - { - System.out.println("File not found!"); - } - - // stop Timer object - timer.stop(); - System.out.println("Computation time: " + timer.getDuration() + " milliseconds"); - } - - /** - * Attempts to solve the input board by brute force. This method traverses each element and replaces all zeros with the corrosponding elementt in our - * answerArray. If the current values in answerArray are incorrect, this method calls Increment() to increase the elements in answerArray by one, and tries again. - * This continues until we have found the correct combination of digits, or until we try every possible combination of input. - * - * @param theBoard the board we are solving - * @returns true if this board is solved - */ - public static boolean Solve(int[][] theBoard) { - //made this method non-recursive because everytime we tried to run it, the stack - //would explode(overflow) - - //iterate elements in the board - for (int attempts = 0; attempts < Math.pow((width*height), ctr); attempts++) - { - int pos = 0;//position in answerArray - for(int r = 0; r < (width*height); r++) - { - for(int c = 0; c < (width*height); c++) - { - if (board[r][c] == 0) - { - temp[r][c] = answerArray.get(pos); - pos++; - } - } - } - if (check(temp)) - { - break; - } - Increment((answerArray.size())-1);//add one to our answer array - resetBoard();//reset temp - } - - if(check(temp) == false) - { - return false; - } - - return true; - } - - /** - * This method increases our values stored in answerArray starting at the least significant (or "right-most") digit. - * If the least significant digit is the highest possible number that can be used for the board, this method returns that value back to one, - * and increases the next most significant digit by one. This will repeat for all digits that need to roll over until we reach the end of the answerArray. - * - * @param digit the current number in the answerArray that we are increasing. used to traverse through the answerArray recursively. should always be called from the outside as Increment(0) - * @return void - */ - public static void Increment(int digit) - { - //increase our answer - if(answerArray.get(digit) != (width*height)) - { - answerArray.set(digit, answerArray.get(digit)+1); - } - - else//rollover - { - answerArray.set(digit, 1); - - if(digit-1 >= 0) - { - Increment(digit-1); - } - } - } - - /** - * Checks the current temp board for correctness by checking each row, column, and box for duplicates, in that order. - * - * @param theBoard the board we are checking - * @return true if the board is correct - */ - public static boolean check(int[][] theBoard) - { - //check columns for duplicates (moving over and down) - for(int c = 0; c < (width*height); c++)//column. will only iterate over the first row - { - for(int r = 0; r < (width*height); r++)//row. iterates throgh the elements "under" [c] - { - for(int e = r+1; e < (width*height); e++)//compare elements in "lower" rows - if(theBoard[r][c] == theBoard[e][c])//compare the current element in the column to the ones - { - return false; - } - } - } - - //check rows for duplicates - for(int r =0; r < (width*height); r++)//r =the row we're looking at - { - for(int c = 0; c < (width*height); c++)//c = the number we dont want duplicates of - { - for(int e=c+1; e < (width*height);e++)//c = the number we're comparing to in the row - { //to the "right" of c - if (theBoard[r][c] == theBoard[r][e]) - { - return false; - } - } - } - } - - if (checkBox(0) == false)//check boxes - { - return false; - } - return true; - } - - /** - * checks each individual "box" for duplicates. This method works by iterating over the width and height of each box, starting with the upperleft most box, moving down - * through the left column of boxes. Once we hit the bottomleft most box, we move back up to the top and over to the next column to the right. We continue until we reach the - * bottom right most box. - * - * @param boxIndex starting position for checking the boxes in a specified column of boxes - * @return true if the boxes do not have duplicates - */ - public static boolean checkBox(int boxIndex) - { - for (int i = 0; i < (width*height); i += height)//iterate over al lthe boxes starting from the - { //"leftmost" colmn of boxes and moving to the right - HashSet dupes = new HashSet();// check for duplicates - for (int r = 0; r < height; r++)//check individual rows in a box - { - for (int e = boxIndex; e < width; e++)//check each element in the row - { - - if (!dupes.add(temp[r][e])) - { - return false; - } - } - } - } - - boxIndex += width; //move over right to next column of boxes - - if(boxIndex < (width*height)) - { - if(checkBox(boxIndex) == false) - { - return false; - } - } - - return true; - } - - /** - * initializes and resets our temporary board after every attempt to solve - * - * @param none - * @return void - */ - //returns a reset board containing zeros/initializes temp - public static void resetBoard() - { - // resets temp back to the original board with zeros - for(int r = 0; r < (width*height); r++) - { - //iterate the elements in each "row" - for(int c = 0; c < (width*height); c++) - { - temp[r][c] = board[r][c]; - } - } - } -} \ No newline at end of file diff --git a/Design and Analysis of Algorithms/Sudoku Brute Force/README.TXT b/Design and Analysis of Algorithms/Sudoku Brute Force/README.TXT deleted file mode 100644 index a57c9ba..0000000 --- a/Design and Analysis of Algorithms/Sudoku Brute Force/README.TXT +++ /dev/null @@ -1,8 +0,0 @@ -PROJECT TITLE: Brute Force Sudoku Solver -PURPOSE OF PROJECT:To demonstrate and implement -VERSION or DATE: Fall 2015 -AUTHORS:Sean Mulhall and Dyona Tate - - For our first project in DAA, we were tasked with building a program that could solve a sudoku board using a brute force method. The - brute force method involves trying ever possible combination until a solution can be found. It is an extremely inefficiant algorithm - but was a good introduction into some pratical programming. diff --git a/Design and Analysis of Algorithms/Sudoku Brute Force/doc/Game.html b/Design and Analysis of Algorithms/Sudoku Brute Force/doc/Game.html deleted file mode 100644 index 2608927..0000000 --- a/Design and Analysis of Algorithms/Sudoku Brute Force/doc/Game.html +++ /dev/null @@ -1,394 +0,0 @@ - - - - - - - -Game - - - - - - - - - - - - -
- -
- -

-Class Game

-
-java.lang.Object
-  extended by Game
-
-
-
-
public class Game
extends java.lang.Object
- - -

-Game is our main class that represents a user specified sudoku board with a set number of blanks, and attempts to solve the puzzle by use of brute force. - We use a two-dimensional array that acts as our sudoku board. As we read in the sudoku board from a file, our class inspects the first two numbers, and sets that to the boxes width and height, respectively. - Originally, our group had our sudoku board represented as an ArrayList of ArrayLists. We ran into issues when we attempted to copy our sudoku board into a temporary board. We discovered that each board was refrencing the same - memory object, and was giving us incorrect results and exceptions. We solved this problem by using standard arrays, which ended up being much more simpple and effective than ArrayLists. -
-
- To store possible possible answers, we used an ArrayList that represented the possible entries for each blank cell. We would initialize our answerArray to be filled with as many '1's as there were blanks in the board. - As we tried each combination, we would increment the values in the answerArray by one (starting with least-significant, moving up if the values were to "roll-over"). We achieved this by creating a recursive method - that would increment the least-significant digit (the digit all the way to the "right" end of answerArray), then calling the function on itself if that digit equals the highest possible number a cell can be. -
-
- so...if we have a 3 x 3, highest possible number for a cell is 6 -
- so when we have -
- 111...115 -
- the next call would increment it to -
- 111...121 -
-
- we continue this until we find an answer, or until we have exhausted all possible combinations. -
-
- To check possible answers, we would examine each individual column, row, and box for duplicates. If a duplicate is found, we know that answer can't be right. - We would first examine the columns. To do this, we would simply move across the top row, and examine each element "below" the element in the top row we we're inspecting. - Testing the rows was pretty much the same. We looked at the left-most column and examined all of the elements to the right. - Testing the boxes was tricky, but we found a solution using the boxes width as an index point, and then iterated over those specific cells. -

- -

-

-
Version:
-
09/23/2015
-
Author:
-
Sean Mulhall & Dyona Tate
-
-
- -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Summary
-(package private) static java.util.ArrayList<java.lang.Integer>answerArray - -
-           
-(package private) static int[][]board - -
-           
-(package private) static intctr - -
-           
-(package private) static intheight - -
-           
-(package private) static int[][]temp - -
-           
-(package private) static intwidth - -
-           
-  - - - - - - - - - - -
-Constructor Summary
Game(java.lang.String args) - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
-static booleancheck(int[][] theBoard) - -
-          Checks the current temp board for correctness by checking each row, column, and box for duplicates, in that order.
-static booleancheckBox(int boxIndex) - -
-          checks each individual "box" for duplicates.
-static voidIncrement(int digit) - -
-          This method increases our values stored in answerArray starting at the least significant (or "right-most") digit.
-static voidresetBoard() - -
-          initializes and resets our temporary board after every attempt to solve
-static booleanSolve(int[][] theBoard) - -
-          Attempts to solve the input board by brute force.
- - - - - - - -
Methods inherited from class
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-answerArray

-
-static java.util.ArrayList<java.lang.Integer> answerArray
-
-
-
-
-
- -

-board

-
-static int[][] board
-
-
-
-
-
- -

-ctr

-
-static int ctr
-
-
-
-
-
- -

-height

-
-static int height
-
-
-
-
-
- -

-temp

-
-static int[][] temp
-
-
-
-
-
- -

-width

-
-static int width
-
-
-
-
- - - - - - - - -
-Constructor Detail
- -

-Game

-
-public Game(java.lang.String args)
-
-
- - - - - - - - -
-Method Detail
- -

-check

-
-public static boolean check(int[][] theBoard)
-
-
Checks the current temp board for correctness by checking each row, column, and box for duplicates, in that order. -

-

-
Parameters:
theBoard - the board we are checking -
Returns:
true if the board is correct
-
-
-
- -

-checkBox

-
-public static boolean checkBox(int boxIndex)
-
-
checks each individual "box" for duplicates. This method works by iterating over the width and height of each box, starting with the upperleft most box, moving down - through the left column of boxes. Once we hit the bottomleft most box, we move back up to the top and over to the next column to the right. We continue until we reach the - bottom right most box. -

-

-
Parameters:
boxIndex - starting position for checking the boxes in a specified column of boxes -
Returns:
true if the boxes do not have duplicates
-
-
-
- -

-Increment

-
-public static void Increment(int digit)
-
-
This method increases our values stored in answerArray starting at the least significant (or "right-most") digit. - If the least significant digit is the highest possible number that can be used for the board, this method returns that value back to one, - and increases the next most significant digit by one. This will repeat for all digits that need to roll over until we reach the end of the answerArray. -

-

-
Parameters:
digit - the current number in the answerArray that we are increasing. used to traverse through the answerArray recursively. should always be called from the outside as Increment(0)
-
-
-
- -

-resetBoard

-
-public static void resetBoard()
-
-
initializes and resets our temporary board after every attempt to solve -

-

-
Parameters:
none -
-
-
-
- -

-Solve

-
-public static boolean Solve(int[][] theBoard)
-
-
Attempts to solve the input board by brute force. This method traverses each element and replaces all zeros with the corrosponding elementt in our - answerArray. If the current values in answerArray are incorrect, this method calls Increment() to increase the elements in answerArray by one, and tries again. - This continues until we have found the correct combination of digits, or until we try every possible combination of input. -

-

-
Parameters:
theBoard - the board we are solving
-
-
- -
- -
- - - diff --git a/Design and Analysis of Algorithms/Sudoku Brute Force/doc/allclasses-frame.html b/Design and Analysis of Algorithms/Sudoku Brute Force/doc/allclasses-frame.html deleted file mode 100644 index 2639a01..0000000 --- a/Design and Analysis of Algorithms/Sudoku Brute Force/doc/allclasses-frame.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - -All Classes - - - - - - - - - - - -All Classes -
- - - - - -
Game -
-
- - - diff --git a/Design and Analysis of Algorithms/Sudoku Brute Force/doc/allclasses-noframe.html b/Design and Analysis of Algorithms/Sudoku Brute Force/doc/allclasses-noframe.html deleted file mode 100644 index 4b63805..0000000 --- a/Design and Analysis of Algorithms/Sudoku Brute Force/doc/allclasses-noframe.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - -All Classes - - - - - - - - - - - -All Classes -
- - - - - -
Game -
-
- - - diff --git a/Design and Analysis of Algorithms/Sudoku Brute Force/doc/constant-values.html b/Design and Analysis of Algorithms/Sudoku Brute Force/doc/constant-values.html deleted file mode 100644 index a3ed764..0000000 --- a/Design and Analysis of Algorithms/Sudoku Brute Force/doc/constant-values.html +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - -Constant Field Values - - - - - - - - - - - - -
- -
-
-

-Constant Field Values

-
-
-Contents
    -
- -
- -
- - - diff --git a/Design and Analysis of Algorithms/Sudoku Brute Force/doc/index.html b/Design and Analysis of Algorithms/Sudoku Brute Force/doc/index.html deleted file mode 100644 index 88fd0c5..0000000 --- a/Design and Analysis of Algorithms/Sudoku Brute Force/doc/index.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - -Generated Documentation (Untitled) - - - - - - - - -<H2> -Frame Alert</H2> - -<P> -This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. -<BR> -Link to<A HREF="Game.html">Non-frame version.</A> - - - diff --git a/Design and Analysis of Algorithms/Sudoku Brute Force/doc/logfile.txt b/Design and Analysis of Algorithms/Sudoku Brute Force/doc/logfile.txt deleted file mode 100644 index 4f6cf2e..0000000 --- a/Design and Analysis of Algorithms/Sudoku Brute Force/doc/logfile.txt +++ /dev/null @@ -1,46 +0,0 @@ -Class documentation -<---- javadoc command: ----> -C:\Program Files (x86)\BlueJ\jdk\bin\javadoc.exe --author --version --nodeprecated --package --noindex --notree --nohelp --nonavbar --source -1.7 --classpath -C:\Program Files (x86)\BlueJ\lib\bluejcore.jar;C:\Program Files (x86)\BlueJ\lib\junit-4.8.2.jar;C:\Users\Sean\Downloads\guava-18.0.jar;C:\Users\Sean\Google Drive\DAA\DAA - Sudoku\DAA - Sudoku --d -C:\Users\Sean\Google Drive\DAA\DAA - Sudoku\DAA - Sudoku\doc --encoding -windows-1252 --charset -windows-1252 --docletpath -C:\Program Files (x86)\BlueJ\lib\bjdoclet.jar --doclet -bluej.doclet.doclets.formats.html.HtmlDoclet -C:\Users\Sean\Google Drive\DAA\DAA - Sudoku\DAA - Sudoku\Game.java -<---- end of javadoc command ----> -Loading source file C:\Users\Sean\Google Drive\DAA\DAA - Sudoku\DAA - Sudoku\Game.java... -Constructing Javadoc information... -Standard Doclet version 1.7.0_45 -Building tree for all the packages and classes... -Generating C:\Users\Sean\Google Drive\DAA\DAA - Sudoku\DAA - Sudoku\doc\Game.html... -C:\Users\Sean\Google Drive\DAA\DAA - Sudoku\DAA - Sudoku\Game.java:191: warning - @return tag cannot be used in method with void return type. -C:\Users\Sean\Google Drive\DAA\DAA - Sudoku\DAA - Sudoku\Game.java:299: warning - @param argument "none" is not a parameter name. -C:\Users\Sean\Google Drive\DAA\DAA - Sudoku\DAA - Sudoku\Game.java:299: warning - @return tag cannot be used in method with void return type. -C:\Users\Sean\Google Drive\DAA\DAA - Sudoku\DAA - Sudoku\Game.java:148: warning - @returns is an unknown tag. -Generating C:\Users\Sean\Google Drive\DAA\DAA - Sudoku\DAA - Sudoku\doc\package-frame.html... -Generating C:\Users\Sean\Google Drive\DAA\DAA - Sudoku\DAA - Sudoku\doc\package-summary.html... -Generating C:\Users\Sean\Google Drive\DAA\DAA - Sudoku\DAA - Sudoku\doc\constant-values.html... -Building index for all the packages and classes... -Building index for all classes... -Generating C:\Users\Sean\Google Drive\DAA\DAA - Sudoku\DAA - Sudoku\doc\allclasses-frame.html... -Generating C:\Users\Sean\Google Drive\DAA\DAA - Sudoku\DAA - Sudoku\doc\allclasses-noframe.html... -Generating C:\Users\Sean\Google Drive\DAA\DAA - Sudoku\DAA - Sudoku\doc\index.html... -Generating C:\Users\Sean\Google Drive\DAA\DAA - Sudoku\DAA - Sudoku\doc\stylesheet.css... -4 warnings diff --git a/Design and Analysis of Algorithms/Sudoku Brute Force/doc/package-frame.html b/Design and Analysis of Algorithms/Sudoku Brute Force/doc/package-frame.html deleted file mode 100644 index c6c7939..0000000 --- a/Design and Analysis of Algorithms/Sudoku Brute Force/doc/package-frame.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - -<Unnamed> - - - - - - - - - - - -<Unnamed> - - - - -
-Classes  - -
-Game
- - - - diff --git a/Design and Analysis of Algorithms/Sudoku Brute Force/doc/package-list b/Design and Analysis of Algorithms/Sudoku Brute Force/doc/package-list deleted file mode 100644 index d3f5a12..0000000 --- a/Design and Analysis of Algorithms/Sudoku Brute Force/doc/package-list +++ /dev/null @@ -1 +0,0 @@ - diff --git a/Design and Analysis of Algorithms/Sudoku Brute Force/doc/package-summary.html b/Design and Analysis of Algorithms/Sudoku Brute Force/doc/package-summary.html deleted file mode 100644 index ab268d8..0000000 --- a/Design and Analysis of Algorithms/Sudoku Brute Force/doc/package-summary.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - -
- -
-

-Package <Unnamed> -

- - - - - - - - - -
-Class Summary
GameGame is our main class that represents a user specified sudoku board with a set number of blanks, and attempts to solve the puzzle by use of brute force.
-  - -

-

-
-
- -
- - - diff --git a/Design and Analysis of Algorithms/Sudoku Brute Force/doc/resources/inherit.gif b/Design and Analysis of Algorithms/Sudoku Brute Force/doc/resources/inherit.gif deleted file mode 100644 index c814867a13deb0ca7ea2156c6ca1d5a03372af7e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 57 zcmZ?wbhEHbIIT!9-C*e{wE9>Kx3D)-;0v)C; KYxQGgum%9JOA&7X diff --git a/Design and Analysis of Algorithms/Sudoku Brute Force/doc/stylesheet.css b/Design and Analysis of Algorithms/Sudoku Brute Force/doc/stylesheet.css deleted file mode 100644 index cbd3428..0000000 --- a/Design and Analysis of Algorithms/Sudoku Brute Force/doc/stylesheet.css +++ /dev/null @@ -1,29 +0,0 @@ -/* Javadoc style sheet */ - -/* Define colors, fonts and other style attributes here to override the defaults */ - -/* Page background color */ -body { background-color: #FFFFFF; color:#000000 } - -/* Headings */ -h1 { font-size: 145% } - -/* Table colors */ -.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ -.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ -.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ - -/* Font used in left-hand frame lists */ -.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } -.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } -.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } - -/* Navigation bar fonts and colors */ -.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ -.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ -.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} -.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} - -.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} -.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} - diff --git a/LABTECH/Scrollbox/0-README.txt b/LABTECH/Scrollbox/0-README.txt deleted file mode 100644 index 12247a3..0000000 --- a/LABTECH/Scrollbox/0-README.txt +++ /dev/null @@ -1,152 +0,0 @@ -VIRTUAL SCROLL BOX - -As with the clock, we have a file "LED-layout.txt", which explains which -bits go where to turn on LEDs. The manufacturer of the display has -also sent us a file "LEDots.h", which has prototypes and declarations -needed for our compiler, and "LEDots.o", which has all the object code. -(They did not send us the C source files, because they consider that to -be a trade secret.) - -What we have to do is modify the Model and View portion of our scroll box -to use this display. The Controller handles the flags about which display -to use, but it doesn't handle keystrokes. - -I've already written the Makefile; you should read it to see what it's -doing. (There are more macros than we had in earlier examples.) - - -BEFORE YOU START: - -Copy this entire folder to your ~/LABTECH folder, and name it -"Scrollbox". The grading script will look for a folder named -"/home/username/LABTECH/Scrollbox", so don't goof up the name. - - -WHAT YOU NEED TO DO: - -1) Create an "RCS" folder and check in any file before you touch it. - - -2) Using the logic of "track start position and find next N characters" - that we used on the simple scrollbox, modify the display_string() - function in model.c so that it pulls out the correct 9 characters - from the message to be shown. - - Note that the stringscroll.c program uses a loop; the display_string() - function will NOT have a loop. Each time it's called, it should - advance one position in the string and return the characters it gets, - and that's it. The "do this lots of times" part is provided by the - timer, which will call "display_string()" again when it's time to - advance. - - -3) Modify show() in view.c so that it shows all 9 characters of the - text it is passed. - - -4) Add code to handle keystrokes and mouse clicks. Note that you - can make the box scroll faster/slower by just lowering/raising - the value of the "delay" variable and then re-calling the - "start_timer()" function. But put limits: don't let delay drop - to less than 100, or rise to more than 5000. - - You can make up whatever you want for "time" and "test", as long - as one shows the time for 5 seconds and the other tests all the - LEDs in one way or another. - - -5) Get extra credit if you want. - -A) Adding some things for the second row of buttons to do. - - You can use the second-row keys for whatever. In the past, - students have created "DATE" buttons, which show the date. - Others have done inverse video, or vertical scrolling for - short messages. - - If you have an idea but aren't sure how to do it, or whether - it'll be too hard, talk to me and I'll give suggestions. - - -B) Add your own option flags: - - Maybe "-c" for "just be a clock", and then set up the bottom row - of buttons with AM/PM and 24hr buttons, and even re-use the "-o" - offset code you wrote for the clock project. - - One student made a clock that counted for 10 seconds, and then - showed the date for five seconds, and then went back to the time. - (The date was shown with an abbreviation for the month, as "Dec 12".) - - One pair made the time infinitely scroll across the the display - ("... 10:22:14 ... 10:22:15 ... 10:22:16 ..."), but they couldn't - get it synced so that the seconds never changed while scrolling. - - -C) Other stuff - - Note that the title bar is 80 characters; so you can put in not only - your name, but you could put the date in the upper-right. You could - use the sysinfo(2) system call to put the total number of running - processes, or the system load, or some other such information in the - title bar. - - You could even put the date/time in the title bar continually, updating - that every second and/or minute while the message scrolls by. (You - could add an option flag for whether you want seconds or not.) - - - -NOTE ON IMPLEMENTATION: - -As with the clock, one way to make these features work is to create a -global variable "Box_Mode", and set up constants: - -#define MODE_NORMAL 0x01 -#define MODE_CLOCK 0x02 -#define MODE_DATE 0x04 -#define MODE_TEST 0x08 - -Then your Controller module, would have a switch statement where -you check which mode you're in and act accordingly. - -Note that for modes which are supposed to be temporary, you can add -a counter for those and decrement it each time. - -When someone clicks the "time" button: - - Box_Mode = MODE_CLOCK; - Clock_expires = time() + 5; - - -Then when you handle updates: - - switch(Box_Mode) { - case MODE_NORMAL: - // etc, etc - - case MODE_CLOCK: - if ( time() > Clock_expires ) { - Box_Mode = MODE_NORMAL; - } - // now do some stuff to show the time - // at the next time through this event handler, - // it'll be back to normal mode. - - case MODE_TEST: - // whatever... - } - - -Note that these modes apply to what the box's function is: they -are about the Controller module. - -If you've added a button for inverse video, that's about the View, -not the controller. So you'd have a separate variable for that, -perhaps just as simple as "inverse_video", set to 1 or 0, which would -be set by the Controller but only read in the view. - -If you need to change show() to take extra parameters, feel free to do -so. Just be sure to change the prototype in scroll.h, or the compiler -will fuss at you. - diff --git a/LABTECH/Scrollbox/ButtonInstructions.txt b/LABTECH/Scrollbox/ButtonInstructions.txt deleted file mode 100644 index e5df2bb..0000000 --- a/LABTECH/Scrollbox/ButtonInstructions.txt +++ /dev/null @@ -1,25 +0,0 @@ -SETTING THE TITLE BAR: - -Same as the clock. - - -HANDLING BUTTON AND KEY EVENTS: - -Same as the clock. - - -BUTTON FUNCTIONS: - -The "Fast" button should make the scrolling go faster. The "Slow" -button should make the scrolling go slower. The "Time" button should -stop the scrolling, show the current time for 5 seconds, and then -resume scrolling. The "Test" button should put up a test pattern or -something to turn on and off every one of the LEDs so the user can -check to see if one burned out or is permanently on. Make something -up. The "off" button should quit. - - -MAKING YOUR OWN BUTTONS: - -Same as the clock. - diff --git a/LABTECH/Scrollbox/LED-layout.txt b/LABTECH/Scrollbox/LED-layout.txt deleted file mode 100644 index 8d21fd0..0000000 --- a/LABTECH/Scrollbox/LED-layout.txt +++ /dev/null @@ -1,27 +0,0 @@ -LED Dot Matrix Layout - -The dot-matrix is 72 dots wide and 10 dots high. It is stored as a set -of 90 bytes arranged in rows. - - Row 0 bytes 0- 8 - Row 1 bytes 9-17 - Row 2 bytes 18-26 - Row 3 bytes 27-35 - ... - Row 9 bytes 81-89 - - -The bytes are arranged with the MSB to the left, and going -left-to-right. If bytes 0, 9, 18, 27, 36, 45, 54, 63, 72, and 81 -were all set to 0x80, the result would be a solid bar on the left side -of the display. To set a solid bar on the right side you would set -bytes 8, 17, 26, 35, 44, 53, 62, 71, and 89 to 0x01. - -What you need to do is figure out which characters (up to 9) you want -to display, and put the bits from those characters in the right place -in the array. - -Then you call the show() function, and it makes the screen match -what's stored in the array. - - diff --git a/LABTECH/Scrollbox/LEDots.h b/LABTECH/Scrollbox/LEDots.h deleted file mode 100644 index 36ac977..0000000 --- a/LABTECH/Scrollbox/LEDots.h +++ /dev/null @@ -1,40 +0,0 @@ -/* LEDots.h -- header file for dot matris clock library file - * - * Sean Mulhall - * Computer LAb Techniques - * Fall 2016 - */ - -#include -#include -#include -#include -#include -#include - -#ifndef BYTE -typedef unsigned char byte; -#define BYTE -#endif - -byte *get_display_location(void); - -void start_display(void); -void end_display(void); - -void set_title_bar(char *); - -void display(void); - - -void get_key(void); - -#ifndef KEYBITS -typedef unsigned char keybits; -#define KEYBITS -#endif - -int register_keyhandler( void(*f)(keybits) ); - -void set_key_text(int, char *); - diff --git a/LABTECH/Scrollbox/model.c b/LABTECH/Scrollbox/model.c deleted file mode 100644 index 53e2fb2..0000000 --- a/LABTECH/Scrollbox/model.c +++ /dev/null @@ -1,127 +0,0 @@ -/* model.c -- Data and Timing for the Scroll Box - * - * Sean Mulhall - * Computer Lab Techniques - * Fall 2016 - */ - -#include "scroll.h" - -/* the message that we're scrolling */ -char scrollmessage[256]; - - -/* pad scrollmessage with 9 spaces left and right */ -void setup(char *text) -{ - sprintf(scrollmessage, " %s ", text); - if (debug >= 2) { - fprintf(stderr, "text is: |%s|\r\n", scrollmessage); - sleep(1); - } -} - - -/* declared outside function so pointer is valid when passed */ -char viewport[9]; -char *display_string() -{ - //returns a pointer to the 9 characters we care about(called viewport) - - int startpos; - static int step = 0; // initialization only happens once - //even though this variable is local, step will remain in memory after - //this function returns. - static int prev_step;// where we were in the original string - // used for switching back to normal from another mode - static int just_changed = 0; // did we just change modes? - /* TODO: make this actually scroll through the string */ - //use stuff found in stringscroll.c! - - if (display_mode != 0 && just_changed == 0){ - prev_step = step; - step = 0; - just_changed = 1; - } - - - if (step == strlen(scrollmessage)){ - if (just_changed == 1){ - step = prev_step; - just_changed = 0; - //this should just scroll through the different mode - //once before switching back to normal - setup(the_string); - display_mode = MODE_NORMAL; - } - else{ - step = 0; - } - } - - startpos = step; - - - sprintf(viewport, - "%9s", - &(scrollmessage[startpos]) ); - // note2self: sprintf needs a pointer to wherever you're planning - // on storing the string - - // strcpy(viewport, "testing"); - - if (debug >= 4) { - fprintf(stderr, "viewport: |%s|\r\n", viewport); - sleep(1); - } - step++; - return &viewport[0]; - //returns the pointer to the first character in viewport -} - - -/* Set up an interval timer for our scroll box. - * This is part of the model; as with the clock, it's what actually - * measures real time passing. - * When the interval is over, notify tick(), which is part of the - * controller for this program. - */ -void start_timer(int delay) -{ - struct itimerval interval; // interval object - struct sigaction new_action, old_action; // signal actions - - /* See the manual entry for signal.h(3HEAD) for a list of all - * signals. */ - - // blank out the signal mask - sigemptyset( &new_action.sa_mask ); - // clear flags (our application is pretty simple) - new_action.sa_flags = 0; - // set tick() as the signal handler when we get the timer signal. - new_action.sa_handler = tick; - - /* sigaction takes a pointer as an argument, so you have to - * allocate space. The declaration of new_action() up above - * has no star - that's the actual object, not just a pointer. - */ - if ( sigaction(SIGALRM, &new_action, &old_action) == -1 ) { - perror("Could not set new handler for SIGALRM"); - exit(1); - } - - /* set interval to the specified delay value. */ - if (delay >= 1000) { - interval.it_value.tv_sec = delay / 1000; // seconds - interval.it_value.tv_usec = 0; - interval.it_interval = interval.it_value; - } else { - interval.it_value.tv_sec = 0; - interval.it_value.tv_usec = delay * 1000; // we need useconds - interval.it_interval = interval.it_value; - } - - /* set a timer for the real time clock using the interval object */ - /* NOTE: takes a pointer, so no * in our declaration of "interval */ - setitimer(ITIMER_REAL, &interval, NULL); -} diff --git a/LABTECH/Scrollbox/scroll.c b/LABTECH/Scrollbox/scroll.c deleted file mode 100644 index d25e4e1..0000000 --- a/LABTECH/Scrollbox/scroll.c +++ /dev/null @@ -1,327 +0,0 @@ -/* scroll.c -- scrolling display - * - * Sean Mulhall - * Computer Lab Techniques - * Fall 2016 - */ - -#include -#include - -// sleep needs this -#include - -#include "scroll.h" - -// debug flag - changed via options -int debug = 0; -int display_mode = MODE_NORMAL; -int reset; //time until the mode resets to normal -char the_string[256]; // used to store the string of text - // the user has entered if they switch - // to time or date mode (256 - 9(2) = 238) - - -const static char rcsid[] = - "$Id: scroll.c,v 1.2 2016/11/29 20:39:24 mulhalls1 Exp $"; - -static char bugaddress[]="kilroy@elvis.rowan.edu"; - -// version -- say which version this is and exit -// (note simple output; you could also print the rcsid too) -void version() -{ - fprintf(stderr, "scroll version 1\n"); - exit(0); -} - -// usage -- print brief summary and instructions -void usage(char *progname) -{ - fprintf(stderr, "This program shows a scrolling box.\n"); - fprintf(stderr, "Usage: %s [-dDvh] text\n", progname); - fprintf(stderr, - " -d # : set scroll delay to # milliseconds (default=1000)\n"); - fprintf(stderr, - " -D : turn on debug messages (more Ds = more debugging)\n"); - fprintf(stderr, " -v : show version information\n"); - fprintf(stderr, " -h : this help message\n"); - fprintf(stderr, "Use quotes for multi-word messages, 'like this'.\n"); - fprintf(stderr, "report bugs to %s \n", bugaddress); - exit (0); -} - -void exit_scroll() -{ - end_display(); - exit(0); -} - -// this is the scroll delay. -// It can be changed keys/mouse, so has to be global. -int delay = 1000; - -// keyboard and mouse handling -void process_key(keybits KeyCode) -{ - int row, col; - - if ( KeyCode & 0x80 ) { // mouse click - row = (KeyCode & 0x70) >> 4; - col = (KeyCode & 0x0f); - - if (row == 0 && col == 4) { // "off" - exit_scroll(); - } - - else if (row == 0 && col == 0) { // faster - if ( delay != 100 ) { - delay = delay - 100; - start_timer(delay); - } - } - - else if (row == 0 && col == 1){ // slower - if ( delay != 5000 ){ - delay = delay + 100; - start_timer(delay); - } - } - - else if (row == 0 && col == 2){ // clock - - if (display_mode == 0){ - show_time(); - //only executes when we're in normal mode - //dont want it to change if we're already in clock - } - } - - else if (row == 0 && col == 3){ // test - if (display_mode == 0){ - show_test(); - } - } - - else if (row == 1 && col == 0){//date - if(display_mode == 0){ - show_date(); - } - } - - } else { // keyboard press - switch(KeyCode) { - case 'q': exit_scroll(); break; - case 'c': display_mode = MODE_CLOCK; break; - case 'f': - if (delay != 100){ - delay = delay - 100; - start_timer(delay); - } - break; - case 's': - if (delay != 5000){ - delay = delay + 100; - start_timer(delay); - } - break; - case 't': - if (display_mode == 0){ - show_time(); - } - break; - case 'd': - if (display_mode == 0){ - show_date(); - } - break; - } - } -} - - -int main(int argc, char *argv[]) -{ - int letter; // option char, if any - // note C does automatic concatenation of long strings - char title[81] = - " " - "Copyright 2016 Mulhall industries" - " "; - - // loop through all the options; getopt() can handle together or apart - while ( ( letter = getopt(argc, argv, "d:Dvh")) != -1 ) { - switch (letter) { - case 'd': delay = atoi(optarg); break; - - case 'D': debug++; break; - case 'v': version(); break; - case 'h': usage(argv[0]); break; - - case '?': // unknown flag; fall through to next case - default: // shouldn't happen, but Just In Case - // note that getopt() warns about the unknown flag - fprintf(stderr, "run \"%s -h\" for help\n", argv[0]); - exit(1); - } - } - - // optind is the first argument after options are processed - // if there aren't any, the user didn't give a message to scroll - if (optind == argc) { - usage(argv[0]); - } - - // put the information from the command line into the module - setup(argv[optind]); - sprintf(the_string, "%s",argv[optind]); - - // set up the view - register_keyhandler(process_key); - start_display(); - set_title_bar(title); - - // turn on some keys in row 2 - set_key_text(0, "date"); - set_key_text(1, "Long"); - - // start the model running - start_timer(delay); - - // wait for the model to signal controller - while ( 1 ) { - get_key(); - } - - end_display(); - - return 0; -} - - -/* This is the function the model uses to signal the controller - * that there's work to do. - */ -void tick(int sig) -{ - char *segment; - struct tm *dateinfo; - time_t now; - /* get the information from model about what chars to show - * and how far over to slide them */ - segment = display_string(); - - (void) time(&now); - dateinfo = localtime(&now); - - - if (debug >= 3) { - fprintf(stderr, "display_string() returned |%s|\r\n", segment); - sleep(2); - } - - if (reset == time(NULL)){ - display_mode = MODE_NORMAL; - } - - /* Send those chars to the view. */ - show(segment); - get_key(); -} - -void show_time(){ - time_t rawtime; - struct tm *timeinfo; - char timestring[9]; - char ampm[2]; - int display_hour; - - time (&rawtime); - timeinfo = localtime(&rawtime); - - display_hour = timeinfo -> tm_hour; - sprintf(ampm, "%s", "am"); - - if (display_hour > 12) - { - display_hour = display_hour - 12; - sprintf(ampm, "%s", "pm"); - } - display_mode = MODE_CLOCK; - sprintf(timestring, - "%02d:%02d:%02d %s", - display_hour, - timeinfo -> tm_min, - timeinfo -> tm_sec, - ampm); - setup(timestring); - } - -void show_date(){ - time_t rawtime; - struct tm *dateinfo; - char datestring[9]; - char month[3]; - int nummonth; - - time (&rawtime); - dateinfo = localtime(&rawtime); - nummonth = dateinfo -> tm_mon; - - switch(nummonth){ - case 0: - sprintf(month, "%s", "Jan"); - break; - case 1: - sprintf(month, "%s", "Feb"); - break; - case 2: - sprintf(month, "%s", "Mar"); - break; - case 3: - sprintf(month, "%s", "Apr"); - break; - case 4: - sprintf(month, "%s", "May"); - break; - case 5: - sprintf(month, "%s", "Jun"); - break; - case 6: - sprintf(month, "%s", "Jul"); - break; - case 7: - sprintf(month, "%s", "Aug"); - break; - case 8: - sprintf(month, "%s", "Sep"); - break; - case 9: - sprintf(month, "%s", "Oct"); - break; - case 10: - sprintf(month, "%s", "Nov"); - break; - case 11: - sprintf(month, "%s", "Dec"); - break; - } - - display_mode = MODE_DATE; - sprintf(datestring, - "%s %02d,%04d", - month, - dateinfo -> tm_mday, - dateinfo -> tm_year+1900 - ); - setup(datestring); -} - -void show_test() -{ - display_mode = MODE_TEST; - //test all LEDS - char test[9]; - sprintf(test, "%s", "~~~~~~~~"); - setup(test); -} diff --git a/LABTECH/Scrollbox/scroll.h b/LABTECH/Scrollbox/scroll.h deleted file mode 100644 index dfc8acd..0000000 --- a/LABTECH/Scrollbox/scroll.h +++ /dev/null @@ -1,42 +0,0 @@ -/* scroll.h -- header for the scroll box - * - * Sean Mulhall - * Computer Lab Techniques - * Fall 2016 - */ - -#include -#include -#include -#include -#include -#include -#include "LEDots.h" - -extern int display_mode; -extern char the_string[256]; - - -#define MODE_NORMAL 0x00; -#define MODE_CLOCK 0x01; -#define MODE_DATE 0x02; -#define MODE_TEST 0x03; - -/* defined in "scroll.c" */ -void tick(int); -void show_time(); -void show_date(); -void show_test(); - -/* defined in "model.c" */ -void start_timer(int); -void setup(char *); -char *display_string(); - -/* defined in "view.c" */ -void show(char *); - - -/* debug flag */ - -extern int debug; diff --git a/LABTECH/Scrollbox/view.c b/LABTECH/Scrollbox/view.c deleted file mode 100644 index 10a4c19..0000000 --- a/LABTECH/Scrollbox/view.c +++ /dev/null @@ -1,64 +0,0 @@ - /* view.c -- display for scrolling box - * - * - * Sean Mulhall - * Computer Lab Techniques - * Fall 2016 - */ - -#include "scroll.h" -#include "LEDots.h" -#include "Chars/All_Chars.h" - -void show(char *text) -{ - int position; // where in the string are we? - int line; // which line are we on? - byte *where; // where in memory are we putting the bits? - int c; // what character are we doing? - int index; // where is the character in the glyph[] array? - where = get_display_location(); - - if (debug) { - fprintf(stderr, " text:|%s|", text); - fflush(stderr); - } - // position is whats telling the LEDisplay what - // sections of the planel to display. how do we - // get it to display all the panels at once?? - position = 0; - // wih a loop! - - // Characters start at " ", which is ASCII 0x20 - // but is in the array at location 0. - - while ( position != 8 ){ - - c = (int) text[position]; - index = c - 0x20; - if (debug) { - fprintf(stderr, "-%c", c); - fflush(stderr); - } - - - for (line=0; line < 10; line++) { - where[position + line * 9] = - (*glyph[index])[line]; - } - position ++; - } - - if (debug) { - fprintf(stderr, "-\r"); - fflush(stderr); - } - display(); - fflush(stdout); -} - - - - - - diff --git a/LABTECH/WeekC.1-scrollbox/0-README.txt b/LABTECH/WeekC.1-scrollbox/0-README.txt deleted file mode 100644 index 12247a3..0000000 --- a/LABTECH/WeekC.1-scrollbox/0-README.txt +++ /dev/null @@ -1,152 +0,0 @@ -VIRTUAL SCROLL BOX - -As with the clock, we have a file "LED-layout.txt", which explains which -bits go where to turn on LEDs. The manufacturer of the display has -also sent us a file "LEDots.h", which has prototypes and declarations -needed for our compiler, and "LEDots.o", which has all the object code. -(They did not send us the C source files, because they consider that to -be a trade secret.) - -What we have to do is modify the Model and View portion of our scroll box -to use this display. The Controller handles the flags about which display -to use, but it doesn't handle keystrokes. - -I've already written the Makefile; you should read it to see what it's -doing. (There are more macros than we had in earlier examples.) - - -BEFORE YOU START: - -Copy this entire folder to your ~/LABTECH folder, and name it -"Scrollbox". The grading script will look for a folder named -"/home/username/LABTECH/Scrollbox", so don't goof up the name. - - -WHAT YOU NEED TO DO: - -1) Create an "RCS" folder and check in any file before you touch it. - - -2) Using the logic of "track start position and find next N characters" - that we used on the simple scrollbox, modify the display_string() - function in model.c so that it pulls out the correct 9 characters - from the message to be shown. - - Note that the stringscroll.c program uses a loop; the display_string() - function will NOT have a loop. Each time it's called, it should - advance one position in the string and return the characters it gets, - and that's it. The "do this lots of times" part is provided by the - timer, which will call "display_string()" again when it's time to - advance. - - -3) Modify show() in view.c so that it shows all 9 characters of the - text it is passed. - - -4) Add code to handle keystrokes and mouse clicks. Note that you - can make the box scroll faster/slower by just lowering/raising - the value of the "delay" variable and then re-calling the - "start_timer()" function. But put limits: don't let delay drop - to less than 100, or rise to more than 5000. - - You can make up whatever you want for "time" and "test", as long - as one shows the time for 5 seconds and the other tests all the - LEDs in one way or another. - - -5) Get extra credit if you want. - -A) Adding some things for the second row of buttons to do. - - You can use the second-row keys for whatever. In the past, - students have created "DATE" buttons, which show the date. - Others have done inverse video, or vertical scrolling for - short messages. - - If you have an idea but aren't sure how to do it, or whether - it'll be too hard, talk to me and I'll give suggestions. - - -B) Add your own option flags: - - Maybe "-c" for "just be a clock", and then set up the bottom row - of buttons with AM/PM and 24hr buttons, and even re-use the "-o" - offset code you wrote for the clock project. - - One student made a clock that counted for 10 seconds, and then - showed the date for five seconds, and then went back to the time. - (The date was shown with an abbreviation for the month, as "Dec 12".) - - One pair made the time infinitely scroll across the the display - ("... 10:22:14 ... 10:22:15 ... 10:22:16 ..."), but they couldn't - get it synced so that the seconds never changed while scrolling. - - -C) Other stuff - - Note that the title bar is 80 characters; so you can put in not only - your name, but you could put the date in the upper-right. You could - use the sysinfo(2) system call to put the total number of running - processes, or the system load, or some other such information in the - title bar. - - You could even put the date/time in the title bar continually, updating - that every second and/or minute while the message scrolls by. (You - could add an option flag for whether you want seconds or not.) - - - -NOTE ON IMPLEMENTATION: - -As with the clock, one way to make these features work is to create a -global variable "Box_Mode", and set up constants: - -#define MODE_NORMAL 0x01 -#define MODE_CLOCK 0x02 -#define MODE_DATE 0x04 -#define MODE_TEST 0x08 - -Then your Controller module, would have a switch statement where -you check which mode you're in and act accordingly. - -Note that for modes which are supposed to be temporary, you can add -a counter for those and decrement it each time. - -When someone clicks the "time" button: - - Box_Mode = MODE_CLOCK; - Clock_expires = time() + 5; - - -Then when you handle updates: - - switch(Box_Mode) { - case MODE_NORMAL: - // etc, etc - - case MODE_CLOCK: - if ( time() > Clock_expires ) { - Box_Mode = MODE_NORMAL; - } - // now do some stuff to show the time - // at the next time through this event handler, - // it'll be back to normal mode. - - case MODE_TEST: - // whatever... - } - - -Note that these modes apply to what the box's function is: they -are about the Controller module. - -If you've added a button for inverse video, that's about the View, -not the controller. So you'd have a separate variable for that, -perhaps just as simple as "inverse_video", set to 1 or 0, which would -be set by the Controller but only read in the view. - -If you need to change show() to take extra parameters, feel free to do -so. Just be sure to change the prototype in scroll.h, or the compiler -will fuss at you. - diff --git a/LABTECH/WeekC.1-scrollbox/ButtonInstructions.txt b/LABTECH/WeekC.1-scrollbox/ButtonInstructions.txt deleted file mode 100644 index e5df2bb..0000000 --- a/LABTECH/WeekC.1-scrollbox/ButtonInstructions.txt +++ /dev/null @@ -1,25 +0,0 @@ -SETTING THE TITLE BAR: - -Same as the clock. - - -HANDLING BUTTON AND KEY EVENTS: - -Same as the clock. - - -BUTTON FUNCTIONS: - -The "Fast" button should make the scrolling go faster. The "Slow" -button should make the scrolling go slower. The "Time" button should -stop the scrolling, show the current time for 5 seconds, and then -resume scrolling. The "Test" button should put up a test pattern or -something to turn on and off every one of the LEDs so the user can -check to see if one burned out or is permanently on. Make something -up. The "off" button should quit. - - -MAKING YOUR OWN BUTTONS: - -Same as the clock. - diff --git a/LABTECH/WeekC.1-scrollbox/LEDots.h b/LABTECH/WeekC.1-scrollbox/LEDots.h deleted file mode 100644 index b8266c5..0000000 --- a/LABTECH/WeekC.1-scrollbox/LEDots.h +++ /dev/null @@ -1,40 +0,0 @@ -/* LEDots.h -- header file for dot matris clock library file - * - * Sean Mulhall - * Computer Lab Tchniques - * Fall 2016 - */ - -#include -#include -#include -#include -#include -#include - -#ifndef BYTE -typedef unsigned char byte; -#define BYTE -#endif - -byte *get_display_location(void); - -void start_display(void); -void end_display(void); - -void set_title_bar(char *); - -void display(void); - - -void get_key(void); - -#ifndef KEYBITS -typedef unsigned char keybits; -#define KEYBITS -#endif - -int register_keyhandler( void(*f)(keybits) ); - -void set_key_text(int, char *); - diff --git a/LABTECH/WeekC.1-scrollbox/model.c b/LABTECH/WeekC.1-scrollbox/model.c deleted file mode 100644 index 3dfc591..0000000 --- a/LABTECH/WeekC.1-scrollbox/model.c +++ /dev/null @@ -1,96 +0,0 @@ -/* model.c -- Data and Timing for the Scroll Box - * - * Sean Mulhall - * Computer Lab Techniques - * Fall 2016 - */ - -#include "scroll.h" - -/* the message that we're scrolling */ -char scrollmessage[256]; - - -/* pad scrollmessage with 9 spaces left and right */ -void setup(char *text) -{ - sprintf(scrollmessage, " %s ", text); - if (debug >= 2) { - fprintf(stderr, "text is: |%s|\r\n", scrollmessage); - sleep(1); - } -} - - -/* declared outside function so pointer is valid when passed */ -char viewport[9]; -char *display_string() -{ - //returns a pointer to the 9 characters we care about(called viewport) - - int i; - int startpos; - static int step = 0; // initialization only happens once - //even though this variable is local, step will remain in memory after - //this function returns. - - /* TODO: make this actually scroll through the string */ - //use stuff found in stringscroll.c! - - strcpy(viewport, "testing"); - - if (debug >= 4) { - fprintf(stderr, "viewport: |%s|\r\n", viewport); - sleep(1); - } - - return &viewport[0]; - //returns the pointer to the first character in viewport -} - - -/* Set up an interval timer for our scroll box. - * This is part of the model; as with the clock, it's what actually - * measures real time passing. - * When the interval is over, notify tick(), which is part of the - * controller for this program. - */ -void start_timer(int delay) -{ - struct itimerval interval; // interval object - struct sigaction new_action, old_action; // signal actions - - /* See the manual entry for signal.h(3HEAD) for a list of all - * signals. */ - - // blank out the signal mask - sigemptyset( &new_action.sa_mask ); - // clear flags (our application is pretty simple) - new_action.sa_flags = 0; - // set tick() as the signal handler when we get the timer signal. - new_action.sa_handler = tick; - - /* sigaction takes a pointer as an argument, so you have to - * allocate space. The declaration of new_action() up above - * has no star - that's the actual object, not just a pointer. - */ - if ( sigaction(SIGALRM, &new_action, &old_action) == -1 ) { - perror("Could not set new handler for SIGALRM"); - exit(1); - } - - /* set interval to the specified delay value. */ - if (delay >= 1000) { - interval.it_value.tv_sec = delay / 1000; // seconds - interval.it_value.tv_usec = 0; - interval.it_interval = interval.it_value; - } else { - interval.it_value.tv_sec = 0; - interval.it_value.tv_usec = delay * 1000; // we need useconds - interval.it_interval = interval.it_value; - } - - /* set a timer for the real time clock using the interval object */ - /* NOTE: takes a pointer, so no * in our declaration of "interval */ - setitimer(ITIMER_REAL, &interval, NULL); -} diff --git a/LABTECH/WeekC.1-scrollbox/scroll.c b/LABTECH/WeekC.1-scrollbox/scroll.c deleted file mode 100644 index 0e4a773..0000000 --- a/LABTECH/WeekC.1-scrollbox/scroll.c +++ /dev/null @@ -1,154 +0,0 @@ -/* scroll.c -- scrolling display - * - * Sean Mulhall - * Computer Lab Techniques - * Fall 2016 - */ - -#include -#include - -// sleep needs this -#include - -#include "scroll.h" - -// debug flag - changed via options -int debug = 0; - -const static char rcsid[] = - "$Id: $"; - -static char bugaddress[]="kilroy@elvis.rowan.edu"; - -// version -- say which version this is and exit -// (note simple output; you could also print the rcsid too) -void version() -{ - fprintf(stderr, "scroll version 1\n"); - exit(0); -} - -// usage -- print brief summary and instructions -void usage(char *progname) -{ - fprintf(stderr, "This program shows a scrolling box.\n"); - fprintf(stderr, "Usage: %s [-dDvh] text\n", progname); - fprintf(stderr, - " -d # : set scroll delay to # milliseconds (default=1000)\n"); - fprintf(stderr, - " -D : turn on debug messages (more Ds = more debugging)\n"); - fprintf(stderr, " -v : show version information\n"); - fprintf(stderr, " -h : this help message\n"); - fprintf(stderr, "Use quotes for multi-word messages, 'like this'.\n"); - fprintf(stderr, "report bugs to %s \n", bugaddress); - exit (0); -} - -void exit_scroll() -{ - end_display(); - exit(0); -} - -// this is the scroll delay. -// It can be changed keys/mouse, so has to be global. -int delay = 1000; - -// keyboard and mouse handling -void process_key(keybits KeyCode) -{ - int row, col; - if ( KeyCode & 0x80 ) { // mouse click - row = (KeyCode & 0x70) >> 4; - col = (KeyCode & 0x0f); - - if (row == 0 && col == 4) { // "off" - exit_scroll(); - } - - } else { // keyboard press - switch(KeyCode) { - case 'q': exit_scroll(); break; - } - } -} - -int main(int argc, char *argv[]) -{ - int letter; // option char, if any - // note C does automatic concatenation of long strings - char title[81] = - " " - "kilroy was here!" - " "; - - // loop through all the options; getopt() can handle together or apart - while ( ( letter = getopt(argc, argv, "d:Dvh")) != -1 ) { - switch (letter) { - case 'd': delay = atoi(optarg); break; - - case 'D': debug++; break; - case 'v': version(); break; - case 'h': usage(argv[0]); break; - - case '?': // unknown flag; fall through to next case - default: // shouldn't happen, but Just In Case - // note that getopt() warns about the unknown flag - fprintf(stderr, "run \"%s -h\" for help\n", argv[0]); - exit(1); - } - } - - // optind is the first argument after options are processed - // if there aren't any, the user didn't give a message to scroll - if (optind == argc) { - usage(argv[0]); - } - - // put the information from the command line into the module - setup(argv[optind]); - - // set up the view - register_keyhandler(process_key); - start_display(); - set_title_bar(title); - - // turn on some keys in row 2 - set_key_text(0, "first"); - set_key_text(1, "2nd"); - - // start the model running - start_timer(delay); - - // wait for the model to signal controller - while ( 1 ) { - get_key(); - } - - end_display(); - - return 0; -} - - -/* This is the function the model uses to signal the controller - * that there's work to do. - */ -void tick(int sig) -{ - char *segment; - - /* get the information from model about what chars to show - * and how far over to slide them */ - segment = display_string(); - - if (debug >= 3) { - fprintf(stderr, "display_string() returned |%s|\r\n", segment); - sleep(2); - } - /* Send those chars to the view. */ - show(segment); - get_key(); -} - diff --git a/LABTECH/WeekC.1-scrollbox/scroll.h b/LABTECH/WeekC.1-scrollbox/scroll.h deleted file mode 100644 index 3aa4785..0000000 --- a/LABTECH/WeekC.1-scrollbox/scroll.h +++ /dev/null @@ -1,30 +0,0 @@ -/* scroll.h -- header for the scroll box - * - * Sean Mulhall - * Computer Lab Techniques - * Fall 2016 - */ - -#include -#include -#include -#include -#include -#include -#include "LEDots.h" - -/* defined in "scroll.c" */ -void tick(int); - -/* defined in "model.c" */ -void start_timer(int); -void setup(char *); -char *display_string(); - -/* defined in "view.c" */ -void show(char *); - - -/* debug flag */ - -extern int debug; diff --git a/LABTECH/WeekC.1-scrollbox/stringscroll.c b/LABTECH/WeekC.1-scrollbox/stringscroll.c deleted file mode 100644 index 58836d6..0000000 --- a/LABTECH/WeekC.1-scrollbox/stringscroll.c +++ /dev/null @@ -1,55 +0,0 @@ -/* stringscroll.c - scroll a string - * - * Sean Mulhall - * Computer Lab Techniques - * Fall 2016 - */ - -#include -#include -#include - - -#define DISPLAYSIZE 9 -#define BUFSIZE 128 -#define MAXMESSAGELEN (BUFSIZE - DISPLAYSIZE * 2 - 1) - -int main(int argc, char *argv[]) -{ - char message[BUFSIZE] = ""; - char visible[DISPLAYSIZE + 1]; // +1 for null - int i; - int step; - - if (argc != 2) { - fprintf(stderr, "Usage: %s string\n", argv[0]); - exit(1); - } - - if (strlen(argv[1]) > MAXMESSAGELEN ) { - fprintf(stderr, "%s: message too long\n", argv[0]); - exit(1); - } - - sprintf(message, //into the messahe string - "%*s%.*s%*s%", - DISPLAYSIZE, "", // pad left of string - MAXMESSAGELEN, argv[1], // truncate message if needed(if its too long) - DISPLAYSIZE, ""); // pad right of string - - step = 0; - while ( 1 ) { //forever - sprintf(visible, "%.*s", DISPLAYSIZE, &(message[step]) );//get the address of a character so you can make it into a pointer - printf(" |%s|\r", visible); //print the characters you can see into the visible string - fflush(stdout); - usleep(100000); - if ( step < strlen(message) - DISPLAYSIZE ) { - step++; - } else {//end of string - step = 0; - } - } - - return 0; -} - diff --git a/LABTECH/WeekC.1-scrollbox/view.c b/LABTECH/WeekC.1-scrollbox/view.c deleted file mode 100644 index bda133e..0000000 --- a/LABTECH/WeekC.1-scrollbox/view.c +++ /dev/null @@ -1,51 +0,0 @@ -/* view.c -- display for scrolling box - * - * Sean Mulhall - * Computer Lab Techniques - * Fall 2016 - */ - -#include "scroll.h" -#include "LEDots.h" -#include "Chars/All_Chars.h" - -void show(char *text) -{ - int position; // where in the string are we? - int line; // which line are we on? - byte *where; // where in memory are we putting the bits? - int c; // what character are we doing? - int index; // where is the character in the glyph[] array? - - where = get_display_location(); - - if (debug) { - fprintf(stderr, " text:|%s|", text); - fflush(stderr); - } - - /* RIGHT NOW, THIS ONLY DOES POSITION 0 */ - position = 0; - - // Characters start at " ", which is ASCII 0x20 - // but is in the array at location 0. - c = (int) text[position]; - index = c - 0x20; - if (debug) { - fprintf(stderr, "-%c", c); - fflush(stderr); - } - - for (line=0; line < 10; line++) { - where[position + line * 9] = - (*glyph[index])[line]; - } - - if (debug) { - fprintf(stderr, "-\r"); - fflush(stderr); - } - display(); - fflush(stdout); -} - diff --git a/LABTECH/WeekE.2-lowercasify/#howitworks.txt# b/LABTECH/WeekE.2-lowercasify/#howitworks.txt# deleted file mode 100644 index bdeac78..0000000 --- a/LABTECH/WeekE.2-lowercasify/#howitworks.txt# +++ /dev/null @@ -1,2 +0,0 @@ -Script Name: lowercasify.csh - diff --git a/LABTECH/WeekE.2-lowercasify/lowercasify.csh b/LABTECH/WeekE.2-lowercasify/lowercasify.csh deleted file mode 100644 index 65d017c..0000000 --- a/LABTECH/WeekE.2-lowercasify/lowercasify.csh +++ /dev/null @@ -1,58 +0,0 @@ -#! /bin/csh -f - -#lowercasify -# -#Changes all files in the directory to the same name -#except lower case - - -@ total = 0 -@ unchanged = 0 -@ alreadyexist = 0 -@ renamed = 0 - - - -if ( $#argv == 0 ) then - set thedir = . -else - set thedir = $argv[1] -endif - -if (! -d $thedir ) then - echo "$thedir is not a directory, exiting" - exit -endif - -if (! -r $thedir ) then - echo "cannot read $thedir, exiting" - exit -endif - -cd $thedir - -foreach file ( * ) - @ total++ - - set lower = `echo $file | tr '[A-Z]' '[a-z]'` - - if ( $lower == $file ) then - @ unchanged ++ - echo "$file unchanged" - - else if ( -f $lower ) then - @ alreadyexist ++ - echo "$file -> $lower : $lower already exists in $thedir!" - - else - mv -i $file $lower - @ renamed ++ - echo "$file renamed to $lower" - endif -end - -echo "Directory : $thedir" -echo "Total Files : $total" -echo "renamed files : $renamed" -echo "existing files : $alreadyexist" -echo "unchanged files: $unchanged" diff --git a/LABTECH/hw10 Show Characters/0-README.txt b/LABTECH/hw10 Show Characters/0-README.txt deleted file mode 100644 index 03ed1de..0000000 --- a/LABTECH/hw10 Show Characters/0-README.txt +++ /dev/null @@ -1,55 +0,0 @@ -SOME NOTES ABOUT MAKING YOUR CHARACTERS - -1) "showchars.c" #includes all the files in the "Chars" directory. - It does not read them at runtime, they are incorporated at - compile time. Your character files are part of the program - source code. - - When you are working on your characters, you have to recompile - "showchars" in order to see what you did. Otherwise, the output - of the program won't change. - - Remember to run "make showchars" after every change to your - assigned character. - - -2) If you are assigned character "D", and you look it up in the man - page for ascii, you'll see: - - Oct Dec Hex Char Oct Dec Hex Char - ------------------------------------------------------------------------ - 000 0 00 NUL '\0' 100 64 40 @ - 001 1 01 SOH (start of heading) 101 65 41 A - 002 2 02 STX (start of text) 102 66 42 B - 003 3 03 ETX (end of text) 103 67 43 C - 004 4 04 EOT (end of transmission) 104 68 44 D - 005 5 05 ENQ (enquiry) 105 69 45 E - 006 6 06 ACK (acknowledge) 106 70 46 F - 007 7 07 BEL '\a' (bell) 107 71 47 G - - [ rest deleted ] - - Be sure you take the "Hex" entry for the filename, not the "Dec" - entry. "D" is Hex 44, so you would edit "Chars/Char_44.h". - - If you misread and get the "Dec" value, you will end up changing - "Chars/Char_68.h" to look like a "D", when that file is actually - for the lower-case "h". - - -3) Be sure to set the comment at the top of the file to the actual - character (most of them say "Space" right now), and to add your - name. - - -4) Don't try to make "showchars" do multiple characters until after - you are satisfied with your glyphs. If you create some bugs in - it, you might be creating good letters but not know because you - have goofed up the program. - - If you get your characters right, and then working on showchars - it starts showing things wrong, you'll know that the error is in - the changes you made to showchars. - - - diff --git a/LABTECH/hw10 Show Characters/CharList.txt b/LABTECH/hw10 Show Characters/CharList.txt deleted file mode 100644 index 0cf51fd..0000000 --- a/LABTECH/hw10 Show Characters/CharList.txt +++ /dev/null @@ -1,22 +0,0 @@ - kilroy: 6Lbx - asburym4: !7Mcy -brendlinm4: "8Ndz - canadas6: #9Oe{ - curialep2: $:Pf| -degenarom0: %;Qg} -fitzpatrs9: &Tj - grahamw0: )?Uk - luedern3: *@Vl - mayop0: +AWm - mulhalls1: ,BXn - pandyad0: -CYo - porchc0: .DZp - romano82: /E[q - saffayew5: 0F\r -scavettaj0: 1G]s -schillinc2: 2H^t - segallye0: 3I_u - shariffr5: 4J`v - turnerp5: 5Kaw diff --git a/LABTECH/hw10 Show Characters/MakeCharList.c b/LABTECH/hw10 Show Characters/MakeCharList.c deleted file mode 100644 index 03eb6b9..0000000 --- a/LABTECH/hw10 Show Characters/MakeCharList.c +++ /dev/null @@ -1,33 +0,0 @@ -/* MakeCharList.c - make a list of the characters we need - * (character version) - * - * Sean Mulhall - * Computer Lab Techniques - * Fall 2016 - */ - -#include -#include - -int main(int argc, char *argv[]) -{ - int charnum; - int person; - - if (argc < 2) { - fprintf(stderr, "Usage: %s name1 name2 name3 . . .\n", argv[0]); - exit(1); - } - - for (person = 1; person < argc; person++) { - printf ("%10s: ", argv[person]); - /* start with the space char */ - charnum = 0x20 + (person - 1); - while (charnum <= 0x7e) { - printf("%c", charnum); - charnum += (argc - 1); - } - printf ("\n"); - } -} - diff --git a/LABTECH/hw10 Show Characters/showchars.c b/LABTECH/hw10 Show Characters/showchars.c deleted file mode 100644 index db91b73..0000000 --- a/LABTECH/hw10 Show Characters/showchars.c +++ /dev/null @@ -1,58 +0,0 @@ -/* showchars.c - Show characters - * - * Sean Mulhall - * Computer Lab Techniques - * Fall 2016 - */ - -#include -#include -#include -#include "Chars/All_Chars.h" - -int main(int argc, char *argv[]) -{ - int line; - int bit; - int charnum; - int arraypos; - - if (argc != 2) { - fprintf(stderr, "Usage: %s string\n", argv[0]); - exit(1); - } - - - for (line=0; line < 10; line++) { - // char *theString = malloc(8 * (strlen(argv[1]+1))); - for (int i = 0; i < strlen(argv[1]); i++){ - /* argv[1][0] is the first character of the first argument. - * (The argument is a null-terminated string, even if the - * user only types one character.) - * Converting it to an int gives us the ASCII value. - */ - - charnum = (int) argv[1][i]; - - /* Our array starts at index 0, which is for the " " char. - * The " " char has ASCII value 0x20, but array index zero, - * so we have to subtract to get the array position. - */ - arraypos = charnum - 0x20; - - - for (bit = 7; bit >= 0; bit--) { - if ( (*glyph[arraypos])[line] & ( 1 << bit ) ) - printf("X"); - else - printf(" "); - } - } - printf("\n"); - - - } - - return 0; -} - diff --git a/LABTECH/hw10 Show Characters/userids.txt b/LABTECH/hw10 Show Characters/userids.txt deleted file mode 100644 index 723fd2c..0000000 --- a/LABTECH/hw10 Show Characters/userids.txt +++ /dev/null @@ -1,22 +0,0 @@ -kilroy -asburym4 -brendlinm4 -canadas6 -curialep2 -degenarom0 -fitzpatrs9 -galloe59 -gennelloa0 -grahamw0 -luedern3 -mayop0 -mulhalls1 -pandyad0 -porchc0 -romano82 -saffayew5 -scavettaj0 -schillinc2 -segallye0 -shariffr5 -turnerp5 diff --git a/LABTECH/hw5 Monsters/monsters.c b/LABTECH/hw5 Monsters/monsters.c deleted file mode 100644 index 627b38b..0000000 --- a/LABTECH/hw5 Monsters/monsters.c +++ /dev/null @@ -1,153 +0,0 @@ -/* monsters.c - monster abilities and vulnerabilities. - * - * - * Sean Mulhall - * Computer Lab Techniques - * Fall 2016 - */ - -#include - -/* MONSTER ATTACKS */ -#define FIRE 0x01 -#define BITE 0x02 -#define CLAW 0x04 -#define ACID 0x08 -#define FROST 0x10 -#define POISON 0x20 - -/* MONSTER TYPES */ -#define WOLF ( BITE ) -#define COUGAR ( BITE | CLAW ) -#define TIGER ( BITE | CLAW ) -#define COBRA ( BITE | POISON ) -#define DRAGON ( FIRE | BITE | CLAW ) -#define YETI ( BITE | CLAW | FROST ) -#define ALIEN ( BITE | ACID ) - -/* DEFENSES */ -#define NONE ( 0x00 ) -#define INSULATION ( FIRE | FROST ) -#define ARMOR ( BITE | CLAW ) -#define AMULET ( POISON | ACID ) - - -int main() -{ - // prototype for the "report_danger" function. - void report_danger(int, int); - int equipment; - int monster; - - printf("Testing report_danger() function.\n"); - - printf("Test 1: "); - equipment = NONE; - monster = WOLF; - report_danger(equipment, monster); - - printf("Test 2: "); - equipment = ARMOR; - monster = WOLF; - report_danger(equipment, monster); - - printf("Test 3: "); - equipment = ARMOR; - monster = DRAGON; - report_danger(equipment, monster); - - printf("Test 4: "); - equipment = INSULATION; - monster = ALIEN; - report_danger(equipment, monster); - - printf("Test 5: "); - equipment = ARMOR; - monster = TIGER; - report_danger(equipment, monster); - - printf("Test 6: "); - equipment = ARMOR | AMULET | INSULATION; - monster = DRAGON; - report_danger(equipment, monster); - - printf("Test 7: "); - equipment = NONE; - monster = DRAGON; - report_danger(equipment, monster); - - printf("Test 8: "); - equipment = INSULATION; - monster = DRAGON; - report_danger(equipment, monster); - - printf("Test 9: "); - equipment = INSULATION; - monster = COBRA; - report_danger(equipment, monster); - - printf("Test 10: "); - equipment = AMULET; - monster = ALIEN; - report_danger(equipment, monster); - - return 0; -} - - - -/* void function - does not return anything - * - * report_danger takes two arguments: - * 1) What defenses the user has - * 2) What kind of monster it is (which attacks it has) - * - * report_danger should print out what things the - * user has to worry about. - */ - -void report_danger(int defenses, int monster) -{ - int theMonster = monster; - int result = (defenses & monster); //'and' defenses and monsters together so - //we can see which defenses counter - //the monsters attack (if any) - - printf("Beware of: "); - - for (int i = 1; i < 7; i++) - { - if ((theMonster & 0x01) && !(result & 0x01))//If the monsters bit is turned on, and theres no corrosponding - { //bit turned on in result, then the player has something to worry about - switch(i) - { - case 1://for example, the first bit corrosponds to fire - printf("Fire "); - break; - case 2: - printf("Bite "); - break; - case 3: - printf("Claw "); - break; - case 4: - printf("Acid "); - break; - case 5: - printf("Frost "); - break; - case 6: - printf("Poison "); - break; - default: - break; //nothing to worry about; - } - } - result = result >> 1;//move the bits over 1 - theMonster = theMonster >> 1; - } - - - printf("\n"); - return; -} diff --git a/LABTECH/hw7 Multiread/0-README.txt b/LABTECH/hw7 Multiread/0-README.txt deleted file mode 100644 index 40e0a04..0000000 --- a/LABTECH/hw7 Multiread/0-README.txt +++ /dev/null @@ -1,120 +0,0 @@ -STRUCTURE READING HOMEWORK - -The file "pres-SQ.dat" was created this way: - - [elvis 62] ./multiprez pres-SQ.dat - 1 GW - 4 JM - 9 WHH - 16 AL - 25 WM - 36 LBJ - 0 <- that's the sentinel value which ended input - 1 - 1 - 1 - 1 - 1 - 1 <- this is a "1" for every president as written - - -The file "pres1980.dat" was created this way: - - [elvis 62] ./multiprez pres1980.dat - 39 JEC - 40 RWR - 41 GHWB - 0 <- that's the sentinel value again - 1 - 1 - 1 <- three presidents, three "1"s. - - -To see what's in the files, you can use "XXD" - - [elvis 71] xxd pres-SQ.dat - 0000000: 4757 003f ff01 4a4d 0000 0004 5748 4800 GW.?..JM....WHH. - 0000010: 9809 414c 007f 0010 574d 0038 3119 4c42 ..AL....WM.81.LB - 0000020: 4a00 c224 J..$ - -The struct for a person in the program has 5 bytes for characters -(4 initials and a null) and one byte for the number. So the first line -of output: - - 0000000: 4757 003f ff01 4a4d 0000 0004 5748 4800 GW.?..JM....WHH. - -shows you the first six bytes: 47 57 00 3f ff 01 - -which are "G", "W", null, two bytes of garbage (because we only -used 3 bytes of the 5-byte array for initials) and then the -value 1, because we indicated that he was President #1. - -The next six bytes: 4a 4d 00 00 00 04 - -are "J", "M", null, two bytes of garbage, and then value 4. - -The next four bytes: 57 48 48 00 - -are WHH, a null, and that's the first 16 bytes of the file. -(The rest of the line is the printable characters in the data.) - -The next line picks up with: 98 09, which is one byte of garbage -(we only used 4 bytes of the 5-byte array for initials) and the -number 9, because William Henry Harrison was President #9. - -The rest of the file is similar, but note that when we get to -Lincoln, President #16, his byte is "10", because this is in -hexadecimal, not decimal, and the same applies to President 25 -and 36. - - -For the 1980s, file, the same thing applies: - - [elvis 72] xxd pres1980.dat - 0000000: 4a45 4300 ff27 5257 5200 0028 4748 5742 JEC..'RWR..(GHWB - 0000010: 0029 .) - -4a 45 43 are "JEC", there's a null, "ff" is just garbage, and "27" -means "2 * 16 + 7", which is 39. (Note that because character 39 -in the ASCII table is a single quote, xxd prints the single quote -in the list of characters. To xxd, these bits are just bits, and -it has no way of knowing which ones are characters and which ones -are numeric data.) - -When you write a file, that's what actually happens: the bits go on -the disk. - - -For the homework, you have to use "fread()" and the correct data -structure to read the bits off the disk and print out the values. - - -Here is the output of my program on the three files in this folder: - - [elvis 81] ./multiread pres1980.dat - Num Inits - 39 JEC - 40 RWR - 41 GHWB - End of data - [elvis 82] ./multiread pres-SQ.dat - Num Inits - 1 GW - 4 JM - 9 WHH - 16 AL - 25 WM - 36 LBJ - End of data - [elvis 83] ./multiread pres2000s.dat - Num Inits - 42 WJC - 43 GWB - 44 BHO - End of data - [elvis 84] ./multiread foo - foo: No such file or directory - [elvis 85] - - - diff --git a/LABTECH/hw7 Multiread/multiprez.c b/LABTECH/hw7 Multiread/multiprez.c deleted file mode 100644 index 9166a60..0000000 --- a/LABTECH/hw7 Multiread/multiprez.c +++ /dev/null @@ -1,71 +0,0 @@ -/* multiprez.c - Write Information About Multiple Presidents - * - * Sean Mulhall - * Computer Lab Techniques - * Fall 2016 - */ - -#include -#include -#include - -// Obama is #44 -#define MAXENTRIES 44 - -typedef struct { - char inits[5]; - unsigned char num; -} prezinfo; - -int main(int argc, char *argv[]) -{ - prezinfo person[MAXENTRIES]; - FILE *saveit; - int numscanned; - int num; - char inits[5]; - int thispres; - int i; - - if (argc != 2) { - fprintf(stderr, "Usage: %s FILENAME\n", argv[0]); - exit(1); - } - - // NOTE: NO ERROR CHECKING ON INITIALS! - thispres = 0; - while ( ( numscanned = scanf("%d", &num) ) != EOF && num != 0 ) { - if (numscanned == 1) { - // get the initals - numscanned = scanf("%s", &inits[0]); - - person[thispres].num = num; - strcpy(person[thispres].inits, inits); - - thispres++; - } - if (thispres > MAXENTRIES) - break; - } - - if ( ( saveit = fopen(argv[1], "w") ) == NULL ) { - perror("pres.dat"); - exit(1); - } - - - for (i = 0; i < thispres; i++) { - printf("%d\n", fwrite(&(person[i]), sizeof(prezinfo), 1, saveit)); - } - - // NOTE: an alternate way to do this could have been - // printf("%d\n", fwrite(person, sizeof(prezinfo), thispres-1, saveit)); - // which would have written all of them at once. - // The printf() would have printed however many were there. - // This one will print "1" for each president. - - fclose(saveit); - - return 0; -} - diff --git a/LABTECH/hw7 Multiread/multiread.c b/LABTECH/hw7 Multiread/multiread.c deleted file mode 100644 index 6ce4df4..0000000 --- a/LABTECH/hw7 Multiread/multiread.c +++ /dev/null @@ -1,48 +0,0 @@ -/* - *multiread.c - read and display information about presidents - * - *Sean Mulhall - *Computer Lab Techniques - *Fall 2016 - */ - -#include -#include -#include - - -//define our president info -typedef struct -{ - char inits[5]; - unsigned char num; -} prezinfo; - -int main (int argc, char *argv[]) -{ - prezinfo person; - FILE *readIn; - int read; - - - //open the file for reading - if ( (readIn = fopen(argv[1], "r")) == NULL ) - { - perror("File does not exist!"); - exit(1); - } - - printf("Num Inits\n"); - //read the elements in the file - while ( (read = fread(&person, sizeof(person), 1, readIn)) == 1) - { - //numscanned = scanf("%s", &inits[0]); - //display - printf("%d ", person.num); - printf("%s \n", person.inits); - } - //cleanup - fclose(readIn); - printf("End of data\n"); - return 0; -} diff --git a/LABTECH/hw7 Multiread/multiread2.c b/LABTECH/hw7 Multiread/multiread2.c deleted file mode 100644 index 026c165..0000000 --- a/LABTECH/hw7 Multiread/multiread2.c +++ /dev/null @@ -1,60 +0,0 @@ -/* - *multiread.c - read and display information about presidents - * - *Sean Mulhall - *Computer Lab Techniques - *Fall 2016 - */ - -#include -#include -#include - - - -typedef struct -{ - char inits[5]; - unsigned char num; -} prezinfo; - -int main (int argc, char *argv[]) -{ - prezinfo person; - FILE *readIn; - int numscanned; - int num; - char inits[5]; - - - //open the file for reading - if ( (readIn = fopen(argv[1], "r")) == NULL ) - { - perror("File does not exist!\n"); - exit(1); - } - - - while ( (numscanned = fread(&person, sizeof(person), 1, readIn)) != EOF) - { - if (feof(readIn) == 0) - { - //get initials - numscanned = scanf("%s", &inits[0]); - - // person.num = num; - // strcpy(person.inits, inits); - - printf("%d", person.num); - printf("%s \n", person.inits); - } - else - { - printf("End of data\n"); - exit(1); - } - - } - - return 0; -} diff --git a/LABTECH/hw7 Multiread/pres-SQ.dat b/LABTECH/hw7 Multiread/pres-SQ.dat deleted file mode 100644 index 9adab84d718c7870a13e750974edcdc706ca9b24..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 36 rcmZ<{XR!az=;h16z`zpj;lVJ2)6s{ao>rP1Z@BS diff --git a/LABTECH/hw7 Multiread/pres2000s.dat b/LABTECH/hw7 Multiread/pres2000s.dat deleted file mode 100644 index 6ff1538599b8d0d1e4d121a382d31f8e5d4d23e5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18 ZcmWIda%T9i -#include -#include -#include -#include -#include - -typedef unsigned char digit; - -digit *get_display_location(void); - -void start_display(void); -void end_display(void); - -void display(void); diff --git a/LABTECH/hw8 Clock without buttons/LEDisplay.o b/LABTECH/hw8 Clock without buttons/LEDisplay.o deleted file mode 100644 index 513cb757e19eee55bd021d11db71eae07b8a9fe9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 24728 zcmeI4eR!0`wZP}y&Bun1B#qUP0Ese=&jP(u=IoSZr9npNXokoO4#lCp!2L1b7Dbx*MXFk zrLu7-?@mVt_ToX?(~P$v751G!e?CVVSi8SvBjEpHvax#zkiAl` zr<34{74K|gw5YE3R>sl0Eobt!9DohazkFL|z1k`U@_!T8>f~+x8{(pC^-p0KUbtL0 zEVjCiymZ`d9f6AuE?4W;v`*JqJLK#tchGez4V;lzc4Ck_k6SRnReEAAJ=?wTRM+cY zvdeq5VOzUD=k`O;dSWsp=1YpUjcL^FI<=wPO6Vq>Or~hNP(}L%D3VH#8Qd$xGz{^V zDMEy0Y{TMo-4yTPUe2Rpk61q^(73J+_d;}a#3^+zC|n23n(GppiP4n4>o&TVp8ayo zJY}!Kl(>+lq)%zO`#;AgsTd!pFH+370E>w(N-Si(=8hAiJeD%b_%Q2OQ}(Hv zXFbBb5M3Sdh3M*_Q|ew&#AP^rq@UVekExQdk(gMl=%@0JW36s_86gIZjV3UoEtt79ooBP)E#-ao$BxC0!N72*?}WcH_*)HsHLmJ~a1yoQR%fGU zh2I$p$DC1r%-IocjX1H?xxy0(ccf#{Pb?4)IU%R& zjEXvA{z!8m&gfv9touYHv7YG-q6H0G@HJ3TRH z(C>l#)CuhquPW*zoKEDUWH``(tbQ!*bP<%{{ijI#NREQa|Lq5;qVi`kpR4kJ$NXTG{}l61 zmH!9kN2~lf%ui7He`0>B%72FWGC2%s!a|{336>NVE5Rm(WlBi1>cPF6l#pQsL1 z#(ETl%}N+6g>6b0Cxx9#7%zn{X<prDDGXD>3sP_@;YB$!Mk-;SH3&Qyt%R4Q*AtZR6Ddqo!U0)lvJwtTVX6{du`UGz zWlA_={SZ2|TnWFB25P9|SID?!$M?&8Rr;gUUXyCn@k*eMe_fVP$18z4{ta0|9j}Bw zuuREGAZK2NV<32y;TQ{jEoWY4dpi25@*OO{Qs(9Ktp)`>XZ|Donz;HcazRv8SF!x9 zEPorzuV(o*GA|u-3~GT1rm}-^qN;2GX5|$*-EqleSZU=I>A36#XrJ=KFrTKl6Z7io zbPUIQKgBQqKIGME=@@}#1}HxADd3Y;eiY`Xihig%4^-q8JWO2;m&(xNmJ*Du&icJ*1b}g zrs{l43e%PFZ7IxD!e%LyDdB!8%z@Ee3x+Zr=&8K8v$ohUDmllFWNo#D!5vlQL0cw% zUMXRl4eO~%nzh|_5IUn$m3&VM>y_}34VRpsD&b)n&MVZ;Bepy+CnrSK6Sj4b&v0O4 ziX61zf~4}Vu>2vGKg{y4vi#3k{xz0=o#o$KHBnz$vmHK6Zc#T%dfam3qEXR}{N(%O=fuclB1^Xt0{gT1{$zV=0n41g^NCpS? zgfikGFvVrWY4Vs(Azh4@O~U(&Wt?BbBc{jY2O>ni<-4GkkH~W4u-i5T2ek|9CY5g- z)Dh3$q_pZ($qhZEWrG&@LDQ?sd_uK05zS)4J7!GQmXG7DP3~dmDxAxz_O!lN_pN{{&OTD~?K>07VWFZd zR7<}?U|~iM6k;Y5Gq8N+S@!I{eX*_uG^>By&{QbxLt=VG9*TW+GcdI+t0E6;^dAm( zi=i+(52{XwKyoH48&GLh0fJlt(5?alhC>(w$rz}?LJ@Z(9gXHEYS^HUFG`5B3J_de zWX&p25now=olrLTzB#bBfW8G)hw2Gb99$%lC<;-)Ir=z+gNi(5^V@T9T*kwnyr|Vj z14t_I?Yw4qeiM{!;yC0i>mS+u;b`G(gFmadH5w@n2I`6%yx!vWsip4H$%PTWuhA1L z37Jn47 z;0v@D2tyWD9MFhoJECrXBoYinV@l228i~p(peJvg!c-pxRXx#OBen2eH;M!!grQ>^QVts_llO z%`p&;Y0Kb{{s%a~z5$L7lpPr};AmykXEdBRQS12i_E}wjbll;1!qI7)lCMq|^^gko zd`uM<=yRK+*3saYal%pN*aVF?oN#Q?{}cgnkN#H%$}>*Im_#0y37U71w^A-MZldRPi3B>%eUTY{CXbAc7fdF_?AM`Xtg}*)Ku4-+r^GDEF zq+XewyQp$emAkSMECoV-L1MLVH+v#Ys9IT3JaWgbF<$kg5gkuQyzN8FFQAJjjJB^c$->V+;yI)U)0Q=v!r6VOSr@J z_3)%cdaGLVx}m@QU^)ubLpVA*Zg)LQflyd@y)cyS4yx%6_<}eXb^eBS5e=;L(>UW2 zBwFOO@IoI(Fj{yX1dT0AWNW2k5kJf$>6YwQ?4CeKK;!K(95#0hpZthLu~5W@2iZIDLLSCs$g)owCDa$cbRXwp7%p-Yy;FOge3jKl@P7ssoYfy;5#DHUm zx~>GoC_B#EC{OOFHxdp8amsliQZR`&OVnwiI!#ii$?9~K?2SaP;Z;)?j>W>w!mH-H zdxh*zJ@OD9G$NhwL!aQZRZRs#aGgVu-ygy`y+l-0&8wI@yJk_f8yM=DMJ1>8JN!xk2QrG1{;PF$2<~lQ-eLf zqSEDV3Bu5WZ;5p#;Pb+Su9DLYt_In-ytHx9)aC77Ji7v}ak;L^NiRn$$#obG`gBKM zQ?=ANx1_`=Kjh)@YDwvY(upO`(bceKmBT|v$qOfqaTYemT0{OB4Su-#0$vb35pUxR z*e?{8PIeYH$R0)4MZ_Bo_~dd_MT?wtBfb)-OC*X5ve)fZaloWja~v-Um?ku>>O8H! zh$rTUNd(t5%uyIiwG7BLR4vD9eU(<#K*n2=Yc7tcoXtLWhwyl#a2>*G4eD?)L;GH# zy>!Fm0Y!8u3X>S?(G5s6 z4XRk(Oz86K66Lp0xx9tZ<@P%*)WEj4P`SLJikI)`t1M8Val-v+nmB#lz*2;d{$v=o zlkr>F9_4m=2+m=D5GK1`a= zggiWWjlW{hd;xL!_?GF{5ZCio>*L)w+L8CMOuwEu&L>P-KMeT+FpgyiAz?h2R>0pt zHc#Z-2i8qo%W}>GyPx<{IAhYckk|gd&iECKA7%VX#*Ziu*FkZ+wuFsfszul%pQNr|# zfN48dGtT>M4&ywosua8-1&^lSn^W*@j2AOMcQDTV`61&InEo@2I~m`@IPbRu#C5-I zggTgxGJV{8=ze>fao%r#Wt{u@H^%XqySDQg<6J)%2OJWfCc&T9zl^xKK1^cz+>VQJ zZl{uQu3yVI?oD*NHxk$Vvk%HJH8TCHK-T(U#<~4l80YryByPs_Ak*h|o?@KGwTp4C z|1-vUyN8LJap5CtOnBmP{f2RF|2@XJ{ZELSarL!J^S#!AOBv^Jjbxm+Tf#VR7r#h= z$&9Ov>GQa*VVv8qVVv8qBW}jk#`L+JF2;FW8yV;N-({S)`#s`jT#qw-9@mc;=l1tA z&h6W2V{gWlPaKDn+Zo9?k82#`Tz@L#yxkeZbzCpY(S!SNrqAQ5Vw~ImD&yRK193C1 zTbMq#)5SQqvypMGzm0L;504PnaUG(#@T(Y@us?ZRFEGySA7Y%_e?5i$V@#jhKfyS+ z{}JQd{@+sAx9FDD^go+%Zht7_+`f~z**{~MKKH+bac+Mm<9xiXC2o$po9S~qLB_eA z4#v6u9gOq1)K8ug>(3!M+CqGb>GQaDGS2Nk%{aIJ9C5SXUSj&({+o<*`@dzJ+y8wE z`yVoWZeKr|G1rGaxS588oZHVKZu(!q^tpW}=X%Du9UtRd z|7ON{Tq}s{xL%gg3$dE%^SIVA&h6jJIQM58aWk$TGktF7WyZOkHyG#o|IIj$>vzO; zT!$#G_nAJA>n!8kemXt)GUr1d;->w4rqAsUXPnzFVx0RwDTVzROrP7omT_+Xdd9i^ z8&cS>XZqZJGvnO;O2+wk-9g+O_Xn6hx3iORZf6hUT>oc`^SBNZH^=2orqAO#$vC%v znsILblN9##BVC*)+{-um_`}kceOs4vxRZ)=R=Hh{U;gc?f#g!?l--T?PK~pt^N|0m;PKv(;}hjDKIEylV2amKm-CmHAZXBg-9 z|4!WW-;MwhjwAP9ePvs5ZhsKd=l0cCqI>JBFRu39hsEj9G`Xxe0Z!tSO zuD2QI?f#i@-fkgY=#b3obPD4)*pT_y0SLbNwBRbNl+emg)bqOrQJzBIDftVaB=r6O42HzcSAK|AcX_Z||o%7RQm> zcMv!IAIS8%{{@V5`&Tf|?ayYM>n~uO`(MpC*LO3{?FWc!|Mm0kDAVWuuVkFtU&lDN z{}6HPR{maN7t`l<4l~Z**!F8NB8hi@*(`0ZP#oKQ1>qvjC z!LOoz_@=>|NdG~DAELM(H~0t{tq{)}JfH0I_gr{AzD0WaJ(uqPJIMZV!_Efc9~%5# z;-4D)0pgj|AKJctj-PMvZ;?FQ;LlJ$6dU|26mO})caS{C;5U<8W$<0pKg$h%4aIZ6 z!QY_kbgRKnll+*$v#B4RHMoAx^|Ha6NPf-WmE_McgD<6i_`ShTlm2H0f10@d^^qQz z5cxTb&YBlf|Bo~HQQ}h!zK{B6p1~g`{p$?AfcT9DpG|%?8C<`&Za27}?5s8TFpB@1 z2G{G}g9aZ@vVO0m`=OTNdfw32&o>Vkd>XZT)Zkq-UdIjIO7e#WA53;WHTa*%pG-Py zKlS&=^m{AK@%O!$h8z0&^RLL@yGXv;;764iQEu=x#FrZUIcm4g;QIYy*x<`aU%#Ky z{=Y+9zn{|l37RMO8Fq50-ySx&o|jJ=9DhoV=|zK&rg?SP;KPak%HWg8&p#M^5y__w zUQ2d9GkBhIN9gxTI$l5dnMdoE=KA}GBMqKIb|)D8DdN)&evJHIV(@z6`u&k^cZ|MH z4Sn^$E(pPJ_2mKiqBb_o*KqF!<}#?hb?Zq5jeDkF=lDsofV1{lnDmD+Y(J zcFLsRA89+EP`@2F^hXf?z~FmHK5Os}(oduIwf&c=-CTpuB>579zeoL`=c%^yS8C5? z=#QuVsWx~c^|RaHZKNMGcsI!%2A@mv9R}C?gL@4AD8;Ma?`Z#Ze?4L7_n~-q8~lEX z_n^T)qqyEQ_-W$&{SNMno+17hL;nHl2lYRcBZnZ0G`FChJQ4X&@-zZiT!*ur$q;QD()cDlLM<8mMQ z=`i?B)b0p_-$VUhOdP9|s%*F1&?iyUFn#`<E|>1`hAMFf0)XC!SwYr z1T6ZEVSf;f*GZBG;+<7sG?%4&a>ko_x(qsX5ptN-dJu|Bvd z-cqKIL#V&kztFI+=T+3;vuWJd7+im!Z>zyi)1-TtIQoeu^!h~bp{@bMgso~EoWnT10MMzp-KWE7!uKmZg08^=NtwZQTsIk9_s?pB>v7y> za6PX?QM98Oe%uJ>SVWy0buI$G0xXK*FG`E#ZWp$7ONCTH?z#8eLLi6UHE{eEu~Rq{8w z>m&G6!Y`YgU;z7`KDOiL$|z_47X>u@aXtJlK2FiHI8m9=IbYu8m#)YAM)#vq~ovi*lBbA*(b&4N#J$>Fp_2UYZ z={L$GO4jvs>GvUn%$&cuRDYLNq_d7+ -#include -#include -#include -#include -#include - -#include "LEDisplay.h" - -extern int display_mode; -//the 'extern' here says that this will be declared -//somewhere else (in this case, clock.c) -#define MODE_CLOCK 0x00; -#define MODE_DATE 0x01; -#define MODE_TEST 0x02; - -/* model prototypes */ -void start_timer(void); - -/* controller prototypes */ -void tick(int); - -/* view prototypes */ -void show(struct tm *, int); -void ledshow(struct tm *, int); - diff --git a/LABTECH/hw8 Clock without buttons/model.c b/LABTECH/hw8 Clock without buttons/model.c deleted file mode 100644 index eafca8b..0000000 --- a/LABTECH/hw8 Clock without buttons/model.c +++ /dev/null @@ -1,49 +0,0 @@ -/* model.c -- actual clock part of the clock project - * - * Sean Mulhall - * Computer Lab Techniques - * Fall 2016 - */ - -#include "clock.h" - -/* MODEL */ - -/* Set up an interval timer for our clock. - * This is the "Model" of "Model-View-Controller"; it's what - * ctually measures real time passing. - * - * When the interval is over, the tick() function will be executed, - * which is part of the Controller for this program. - */ -void start_timer() -{ - struct itimerval interval; // interval object - struct sigaction new_action, old_action; // signal actions - - // See the manual entry for signal.h(0P) for a list of all signals. - - // blank out the signal mask - sigemptyset( &new_action.sa_mask ); - // clear flags (our application is pretty simple) - new_action.sa_flags = 0; - // set tick() as the signal handler when we get the timer signal. - new_action.sa_handler = tick; - - // sigaction takes a pointer as an argument, so you have to - // allocate space. The declaration of new_action and old_action - // up above have no stars - those are objects, not just pointers. - if ( sigaction(SIGALRM, &new_action, &old_action) == -1 ) { - perror("Could not set new handler for SIGALRM"); - exit(1); - } - - // set interval to 1.000 seconds. - interval.it_value.tv_sec = 1; // seconds - interval.it_value.tv_usec = 0; // microseconds - interval.it_interval = interval.it_value; - - // set a timer for the real time clock using the interval object - // NOTE: takes a pointer, so no * in our declaration of "interval" - setitimer(ITIMER_REAL, &interval, NULL); -} diff --git a/LABTECH/hw8 Clock without buttons/view.c b/LABTECH/hw8 Clock without buttons/view.c deleted file mode 100644 index 4cc5376..0000000 --- a/LABTECH/hw8 Clock without buttons/view.c +++ /dev/null @@ -1,106 +0,0 @@ -/* view.c -- view module for clock project - * - * Sean Mulhall - * Computer Lab Techniques - * Fall 2016 - */ - -#include "clock.h" - -/* VIEW */ - -/* We get a pointer to a "struct tm" object, put it in a string, and - * then send it to the screen. - */ -void ledshow(struct tm *dateinfo, int ampm) -{ - char timestring[9]; - digit *where = get_display_location(); - int i; - int displayHour = dateinfo -> tm_hour; - int pm = 0; - - /* Note that we have removed the colons to make this - * part easier to write. - */ - if ( (ampm == 1) && (displayHour > 12) ) - { - displayHour = displayHour - 12; - pm = 1; - } - - sprintf(timestring, - "%02d%02d%02d", - displayHour, - dateinfo->tm_min, - dateinfo->tm_sec); - - for (i = 0; i < 6; i++) { - switch ( timestring[i] ) { - case ' ': where[i] = 0x00; break; - case '1': where[i] = 0x24; break; - case '2': where[i] = 0x5d; break; - case '3': where[i] = 0x6d; break; - case '4': where[i] = 0x2e; break; - case '5': where[i] = 0x6b; break; - case '6': where[i] = 0x7a; break; - case '7': where[i] = 0x25; break; - case '8': where[i] = 0x7f; break; - case '9': where[i] = 0x2f; break; - case '0': where[i] = 0x77; break; - } - } - - // colons + am/pm - - if (ampm == 1) - { - if (pm == 1) - { - where[6] = 0xf4; - } - else - { - where[6] = 0xf2; - } - } - else - { - where[6] = 0xf1; - } - - - - display(); - fflush(stdout); -} - -void show(struct tm *dateinfo, int ampm) -{ - char timestring[9]; - int hour; - - - hour = dateinfo -> tm_hour; - - - if ((ampm == 1) && hour > 12) - { - hour = hour - 12; - //dateinfo.tm_hour = hour; - //still an idiot. I dont have to - //put the new hour back into the struct. - //I can just display the hour - } - - sprintf(timestring, - "%02d:%02d:%02d", - hour,//tada! - dateinfo->tm_min, - dateinfo->tm_sec); - - - - printf("\r%s ", timestring); - fflush(stdout); -} diff --git a/LABTECH/hw9 Clock with buttons/0-README.txt b/LABTECH/hw9 Clock with buttons/0-README.txt deleted file mode 100644 index c81b62e..0000000 --- a/LABTECH/hw9 Clock with buttons/0-README.txt +++ /dev/null @@ -1,72 +0,0 @@ -VIRTUAL DIGITAL CLOCK - -We're building a digital clock with an LED display. Our company has -ordered a million LED clock faces delivered to the factory. - -The company has sent us a file called "LED-layout.txt", which explains -which bits go where to turn on the LEDs. They've also sent us a file -"LEDisplay.h", which has prototypes and declarations needed for our -compiler, and "LEDisplay.o", which has all the object code. (They did -not send us the C source files, because they consider that to be a -trade secret.) - -What we have to do is modify the View portion of our clock to use this -display instead of just using printf(). (We have to keep the old code -around for debugging purposes.) The Controller handles flags about -which display to use, but it doesn't have offset ability, which -needs to be added. - -I've already written the Makefile; you should read it to see what it's -doing. (There are more macros than we had in earlier examples.) - -Things To Notice: - -1) "clock.h" includes "LEDisplay.h". - -2) The Makefile includes LIBRARY and INCLUDE macros, for some of the - special features needed to do full-screen display. - -3) A stub "ledshow()" is in "view.c", but it's just sample code. - -4) "clock.c" has variables which go with the option flags, and they - are global, not local, because they can't be passed. - - -What You Should Do Before You Start: - -1) Figure out how to handle offsets. - -2) Figure out am/pm. Midnight should say "12:00:00 am", not set the - hour to "00". At noon, it should go from "11:59:59 am" - to "12:00:00 pm". - -3) Read "LED-layout.txt" and figure out on paper which bits make - which numbers. (Making sketches really does help.) - - -What Remains To Be Done To The Code: - -4) Put the offset code in your program and make sure it's right. - (You need this to test step 5). - -5) Code your AM/PM logic and make sure it's right. - - *** Be sure both of the above steps are done and work before - *** you put a lot of work into the LED display. You don't want - *** to spend hours debugging the LEDs because it's showing the - *** the wrong AM/PM information only to find out the LEDs were - *** fine but the logic was broken. - - -6) The View needs to load data into the location pointed at by - "where", with appropriate offsets. (You'll need the sketches - you made in Step 1.) - - Right now, it puts in some bits, but they're all wrong. - - -7) You should do something with the colons, whether they blink or - just stay on all the time or whatever. ALSO, set the AM/PM/24H - indicator. - - diff --git a/LABTECH/hw9 Clock with buttons/4-SAMPLES.txt b/LABTECH/hw9 Clock with buttons/4-SAMPLES.txt deleted file mode 100644 index db59748..0000000 --- a/LABTECH/hw9 Clock with buttons/4-SAMPLES.txt +++ /dev/null @@ -1,104 +0,0 @@ -SAMPLE CODE FOR THE CLOCK: - -This file has three things in it: - - 1) skeleton code for handling keystrokes and mouse clicks, - 2) a "stop_clock()" function which causes the program to end, -and - 3) code indicating how the clock's mode might be set. - - -1) Handling Keys - -Here is an example "process_key()" function. - - -void process_key(keybits KeyCode) -{ - void stop_clock(void); - int KeyRow, KeyCol; - - if (KeyCode & 0x80) { // mouse hit - - // TODO: add code to figure out which row / column - // the button is in - - if (KeyRow == 0) { - switch (KeyCol) { - case 0: - ampm = 0; - break; - case 1: - ampm = 1; - break; - case 2: - break; - case 3: - break; - case 4: - stop_clock(); - break; - } - } - } else { // keystroke - switch(KeyCode) { - case '2': - ampm = 0; - break; - case 'a': - ampm = 1; - break; - case 'q': - stop_clock(); - break; - } - } -} - - -2) Stopping. Here is a "stop_cloc()" function which works with the - code above. - - -void stop_clock() -{ - end_display(); - exit(0); -} - - - -3) Date/Test Mode Explained - -This code would go in "clock.h": - -extern int display_mode; - -#define MODE_CLOCK 0x00 -#define MODE_DATE 0x01 -#define MODE_TEST 0x02 - -Then you would do this: - -a) In "clock.c", put a declaration "int display_mode = MODE_CLOCK;" - (The "extern" in "clock.h" says that it will be declared somewhere; - this one actually declares it.) - -b) Also in "clock.c", right below the line from (a), put a line: - "int mode_expires;". This will hold the time when you switch - back to normal mode. - -c) In the "process_key()" function, for the "Date" and "Test" button, - switch the display_mode to the appropriate defined value, and set - "mode_expires" to the time when the mode expires. (Probably - something like "current time + 5 seconds".) - -d) In the "tick()" function, if the mode is for test or date, check - to see if the time set in (d) has expired, and if so switch back - to regular clock mode. - -e) In the "ledshow()" function, check the display_mode variable. - If it's regular clock mode, do what you already wrote. If it's - date mode, show the date. If it's test mode, do a test. - - diff --git a/LABTECH/hw9 Clock with buttons/LEDisplay.h b/LABTECH/hw9 Clock with buttons/LEDisplay.h deleted file mode 100644 index 49d4448..0000000 --- a/LABTECH/hw9 Clock with buttons/LEDisplay.h +++ /dev/null @@ -1,30 +0,0 @@ -/* LEDisplay.h -- header file for 7segment clock library file - * - * Darren Provine, 14 August 2009 - */ - -#include -#include -#include -#include -#include -#include - -typedef unsigned char digit; - -digit *get_display_location(void); - -void start_display(void); -void end_display(void); - -void set_title_bar(char *); - -void display(void); - - -void get_key(void); -typedef unsigned char keybits; - -int register_keyhandler( void(*f)(keybits) ); - -void set_key_text(int, char *); diff --git a/LABTECH/hw9 Clock with buttons/clock.c b/LABTECH/hw9 Clock with buttons/clock.c deleted file mode 100644 index 98099d7..0000000 --- a/LABTECH/hw9 Clock with buttons/clock.c +++ /dev/null @@ -1,228 +0,0 @@ -/* clock.c -- controller part of the clock project - * - * Sean Mulhall - * - * Computer Lab Techniques - * Fall 2016 - */ - -#include "clock.h" - -/* CONTROLLER */ - -static char bugaddress[] = "Smulhall1337@gmail.com"; -static char title_text[80]= "Copyright 2016 Mulhall Industries"; - -int display_mode = MODE_CLOCK; -int mode_expires; //holds the time when we switch - //back to normal time - - - -// version -- say which version this is and exit -// (note simple output; you could also print the rcsid too) -void version() -{ - fprintf(stderr, "simple clock version 1\n"); - exit(0); -} - - -// usage -- print brief summary and instructions -void usage(char *progname) -{ - fprintf(stderr, "This program displays a realtime clock.\n"); - fprintf(stderr, "Usage: %s [-avh] [-o number]\n", progname); - fprintf(stderr, " -a : am/pm instead of 24 hour\n"); - fprintf(stderr, " -l : use simulated LED display\n"); - fprintf(stderr, " -o # : offset the time by # seconds \n"); - fprintf(stderr, " -v : show version information\n"); - fprintf(stderr, " -h : this help message\n"); - fprintf(stderr, "report bugs to %s \n", bugaddress); - exit (0); -} - -/* These have to be global because tick() is called - * automatically; we can't pass it any arguments because - * we don't call it. - * - *any sort of time variable is represented is SECONDS! - */ -int offset = 0; //set offset to use for testing (primarily - //our am-pm logic) (use stm.py to figure out seconds) -int ampm = 0; -int LED = 0; - -void process_key(keybits KeyCode) -{ - void stop_clock(void); - int KeyRow, KeyCol; - - if (KeyCode & 0x80) { // mouse hit - - - KeyRow = KeyCode & 0x70; - KeyRow = KeyRow >> 4; - KeyCol = KeyCode & 0xf; - - - if (KeyRow == 0){//row 1 - switch (KeyCol){ - case 0: - ampm = 0; - break; - case 1: - ampm = 1; - break; - case 2: - display_mode = MODE_DATE; - mode_expires = 5; - break; - case 3: - display_mode = MODE_TEST; - mode_expires = 5; - break; - case 4: - stop_clock(); - break; - } - } - else - {//row 2 - switch (KeyCol) - { - case 0: - display_mode = MODE_GRAD; - mode_expires = 5; - break; - case 1: - ampm = 1; - break; - case 2: - stop_clock(); - break; - } - } - } - else { // keystroke - switch(KeyCode) { - case '2': - ampm = 0; - break; - case 'a': - ampm = 1; - break; - case 'q': - stop_clock(); - break; - case 'd': - display_mode = MODE_DATE; - mode_expires = 5; - break; - case 't': - display_mode = MODE_TEST; - mode_expires = 5; - break; - } - } -} - -void stop_clock() -{ - end_display(); - exit(0); -} - -int main(int argc, char *argv[]) -{ - int letter; // option character - register_keyhandler(process_key); - - // loop through all the options; getopt() can handle together or apart - while ( ( letter = getopt(argc, argv, "alo:vh")) != -1 ) { - switch (letter) { - case 'a': ampm = 1; break; //set to am-pm clock (defaiult is 24hr) - case 'l': LED = 1; break; - case 'o': offset = atoi(optarg); break; //run with offset - case 'v': version(); break; - case 'h': usage(argv[0]); break; - - case '?': // unknown flag; fall through to next case - default: // shouldn't happen, but Just In Case - // note that getopt() warns about the unknown flag - fprintf(stderr, "run \"%s -h\" for help\n", argv[0]); - exit(1); - } - } - - // All the flags have been scanned. - // "optind" is now the index of the first non-option item - - if (LED) - { - start_display(); - set_title_bar(title_text); - register_keyhandler(process_key); - - set_key_text(0, "Grad!"); - set_key_text(1, "Hello"); - } - - - /* get the model running */ - start_timer(); - - while (1) { - get_key(); - } - - /* no return because never reached */ -} - - -/* This function is called when the timer ticks. - * Then it calls the show() function, which is our View. - * The Controller talks to the Model and the View. - * - * Note we ignore the argument! - * sigaction() arranges to pass us the signal that caused the function - * to be called, so you can use one signal handler for multiple signals. - * But we only catch one signal, so no need to worry about it. - */ -void tick(int sig) -{ - time_t now; - struct tm *dateinfo; // localtime() returns a pointer, so it - // allocates space. We just need a pointer. - - if(mode_expires != 0) - { - mode_expires = mode_expires - 1; - } - - else - { - display_mode = MODE_CLOCK; - } - - /* get current time into "struct tm" object */ - (void) time(&now); - now = now + offset; - //I'm an idiot, ampm logic is handled in view - //not here - dateinfo = localtime( &now ); - - /* call View to show the time */ - if (LED) - { // set up the fancy display - ledshow(dateinfo, ampm); - } - else - show(dateinfo, ampm); - -} - - - - - diff --git a/LABTECH/hw9 Clock with buttons/clock.h b/LABTECH/hw9 Clock with buttons/clock.h deleted file mode 100644 index c85d82c..0000000 --- a/LABTECH/hw9 Clock with buttons/clock.h +++ /dev/null @@ -1,34 +0,0 @@ -/* clock.h -- header file for clock program - * - * Sean Mulhall - * Computer Lab Techniques - * Fall 2016 - */ - -#include -#include -#include -#include -#include -#include - -#include "LEDisplay.h" - -extern int display_mode; -//the 'extern' here says that this will be declared -//somewhere else (in this case, clock.c) -#define MODE_CLOCK 0x00; -#define MODE_DATE 0x01; -#define MODE_TEST 0x02; -#define MODE_GRAD 0x03; - -/* model prototypes */ -void start_timer(void); - -/* controller prototypes */ -void tick(int); - -/* view prototypes */ -void show(struct tm *, int); -void ledshow(struct tm *, int); - diff --git a/LABTECH/hw9 Clock with buttons/model.c b/LABTECH/hw9 Clock with buttons/model.c deleted file mode 100644 index 0b508bf..0000000 --- a/LABTECH/hw9 Clock with buttons/model.c +++ /dev/null @@ -1,47 +0,0 @@ -/* model.c -- actual clock part of the clock project - * - * Darren Provine, 17 July 2009 - */ - -#include "clock.h" - -/* MODEL */ - -/* Set up an interval timer for our clock. - * This is the "Model" of "Model-View-Controller"; it's what - * ctually measures real time passing. - * - * When the interval is over, the tick() function will be executed, - * which is part of the Controller for this program. - */ -void start_timer() -{ - struct itimerval interval; // interval object - struct sigaction new_action, old_action; // signal actions - - // See the manual entry for signal.h(0P) for a list of all signals. - - // blank out the signal mask - sigemptyset( &new_action.sa_mask ); - // clear flags (our application is pretty simple) - new_action.sa_flags = 0; - // set tick() as the signal handler when we get the timer signal. - new_action.sa_handler = tick; - - // sigaction takes a pointer as an argument, so you have to - // allocate space. The declaration of new_action and old_action - // up above have no stars - those are objects, not just pointers. - if ( sigaction(SIGALRM, &new_action, &old_action) == -1 ) { - perror("Could not set new handler for SIGALRM"); - exit(1); - } - - // set interval to 1.000 seconds. - interval.it_value.tv_sec = 1; // seconds - interval.it_value.tv_usec = 0; // microseconds - interval.it_interval = interval.it_value; - - // set a timer for the real time clock using the interval object - // NOTE: takes a pointer, so no * in our declaration of "interval" - setitimer(ITIMER_REAL, &interval, NULL); -} diff --git a/LABTECH/hw9 Clock with buttons/stm.py b/LABTECH/hw9 Clock with buttons/stm.py deleted file mode 100644 index 2b88989..0000000 --- a/LABTECH/hw9 Clock with buttons/stm.py +++ /dev/null @@ -1,42 +0,0 @@ -#! /usr/bin/python3 - -# stm.py - seconds till midnight -# -# flags: -n = noon, not midnight -# -o # = offset by # seconds - - -import getopt, sys -from datetime import datetime - -try: - opts, args = getopt.getopt(sys.argv[1:], "no:", ['noon', 'offset=']) -except getopt.GetoptError as err: - print(str(err)) - sys.exit(2) - -offset = 0 -noon = False - -for option, argument in opts: - if option == '-n': - noon = True - elif option == '-o': - offset = int(argument) - else: - assert False, "unknown option" - - -now = datetime.now() - -# seconds since midnight -ssm = (now - now.replace(hour=0, minute=0, second=0, microsecond=0)).total_seconds() - -if noon: - target = (12 * 3600) - ssm -else: - target = (24 * 3600) - ssm - - -print(int(target) + offset) - diff --git a/LABTECH/hw9 Clock with buttons/view.c b/LABTECH/hw9 Clock with buttons/view.c deleted file mode 100644 index bffe212..0000000 --- a/LABTECH/hw9 Clock with buttons/view.c +++ /dev/null @@ -1,144 +0,0 @@ -/* view.c -- view module for clock project - * - * Sean Mulhall - * Computer Lab Techniques - * Fall 2016 - */ - -#include "clock.h" - -/* VIEW */ - -/* We get a pointer to a "struct tm" object, put it in a string, and - * then send it to the screen. - */ -void ledshow(struct tm *dateinfo, int ampm) -{ - char timestring[9]; - digit *where = get_display_location(); - int i; - int displayHour = dateinfo -> tm_hour; - int pm = 0; - - - - if(display_mode == 0)//time - { - if ( (ampm == 1) && (displayHour > 12) ) - { - displayHour = displayHour - 12; - pm = 1; - } - - sprintf(timestring, - "%02d%02d%02d", - displayHour, - dateinfo->tm_min, - dateinfo->tm_sec); - } - else if(display_mode == 1) - { - sprintf(timestring, - "%02d%02d%02d", - dateinfo->tm_mon, - dateinfo->tm_mday, - dateinfo->tm_year%100); - } - else if(display_mode == 2) - { - sprintf(timestring, - "%02d%02d%02d", - 88, - 88, - 88); - } - - else if (display_mode == 3) - { - //months, days, and hours until graduation!!! - int gradMonth = dateinfo -> tm_month +6; - gradMonth = gradMonth - 6; - int gradDay = dateinfo -> tm_day; - gradDay = gradDay - 9; - int gradHour = dateinfo -> tm_hour; - gradHour = gradHour - 16; - } - - - for (i = 0; i < 6; i++) { - switch ( timestring[i] ) { - case ' ': where[i] = 0x00; break; - case '1': where[i] = 0x24; break; - case '2': where[i] = 0x5d; break; - case '3': where[i] = 0x6d; break; - case '4': where[i] = 0x2e; break; - case '5': where[i] = 0x6b; break; - case '6': where[i] = 0x7a; break; - case '7': where[i] = 0x25; break; - case '8': where[i] = 0x7f; break; - case '9': where[i] = 0x2f; break; - case '0': where[i] = 0x77; break; - } - } - - // colons + am/pm - - if (display_mode == 0) - { - - if (ampm == 1) - { - if (pm == 1) - { - where[6] = 0xf4; - } - else - { - where[6] = 0xf2; - } - } - else - { - where[6] = 0xf1; - } - } - else if (display_mode == 1) - { - where[6] = 0xA0; - } - - - - display(); - fflush(stdout); -} - -void show(struct tm *dateinfo, int ampm) -{ - char timestring[9]; - int hour; - - - hour = dateinfo -> tm_hour; - - - if ((ampm == 1) && hour > 12) - { - hour = hour - 12; - //dateinfo.tm_hour = hour; - //still an idiot. I dont have to - //put the new hour back into the struct. - //I can just display the hour - } - - sprintf(timestring, - "%02d:%02d:%02d", - hour,//tada! - dateinfo->tm_min, - dateinfo->tm_sec); - - - - printf("\r%s ", timestring); - fflush(stdout); -} diff --git a/Programming Languages/Julia/PLTeamproject.jl b/Programming Languages/Julia/PLTeamproject.jl deleted file mode 100644 index d52c92b..0000000 --- a/Programming Languages/Julia/PLTeamproject.jl +++ /dev/null @@ -1,178 +0,0 @@ -# Welcome. -# -# THis was our team project for programming languages using the Julia language -#The task was to create a career questionare (seperate from the "Faker" file. this was the actual project) -#A user would answer a series of questions and, based on a score, the program would issue a job (or jobs) -#that the user could fit into -# -#different answers affect jobs differently -#need to be a people person in retail, but its ok if they cant do manual labor too much, so it wont affect the score as much -#but some things might disqualify you completely(ex: college degree) -#some wont even matter -#things that are marked (need) are necessities to the job and the user must answer yes -#order of importance from greatest to least -#Retail: people person(need), feet(need), fast paced, manual labor, college ed, high school ed, overnight (works outside) -#Construction: works outside(need), manual labor(need), feet(need), fast pased, overnight, people person, college ed, hs ed -#Nurse: feet(need), people, college ed(need), fast pased, overnight, manual labor, hs ed(need), works outside -#Programmer: College ed, people person, hs ed(need), fast pased, (overnight, feet, manual labor, works outside) -#engineer: College ed(need), hs ed(need), (fast pased, manual labor, people, feet, works outside, overnight ) -#law:people person, works outside, highschool ed(need (i think)), overnight, manual labor, college ed, feet, fast pased, -workspace() - -type job #framework for the job type - name - score #current score for the job, if this falls below zero, the job will be locked - locked #if the user doesnt meet a (need), then we set this true and prevent the user from seeing this job -end - -retail = job("Retail Clerk", 0, false) -construction = job("Construction", 0, false) -nurse = job("Nurse", 0, false) -programmer = job("Programmer", 0, false) -engineer = job("Engineer", 0, false) -law = job("Law Enforcement", 0, false) - -function main() - println("Welcome! Please answer the following questions with either a 'Yes' or No'") - println("") - - println("Do you work well with other people?") - response = string(readline()) - if response == "yes" - retail.score + 8 - construction.score + 3 - nurse.score + 7 - programmer.score + 7 - law.score + 8 - engineer.score + 7 - - elseif response == "no" - retail.locked = true - retail.score - 8 - construction.score - 3 - nurse.score - 7 - programmer.score - 7 - law.score - 8 - end - - println("Are you able to stand on your feet for an extended period of time?") - response = readline() - if response == "yes" - retail.score + 7 - construction.score + 6 - nurse.score + 8 - programmer.score + 3 - law.score + 2 - engineer.score + 4 - - elseif response == "no" - nursel.locked = true - construction.locked = true - retail.locked = true - law.score -2 - end - - println("Are you able to work well in a fast paced environment?") - response = readline() - if response == "yes" - retail.score + 6 - construction.score + 5 - nurse.score + 5 - programmer.score + 5 - law.score + 1 - engineer.score + 6 - - elseif response == "no" - retail.score - 6 - construction.score - 5 - nurse.score - 5 - programmer.score - 5 - law.score - 1 - engineer.score - 6 - end - - - println("Are you able to perform basic acts of manual labor? (eg. lifting up to 40 pounds?") - response = readline() - if response == "yes" - retail.score + 5 - construction.score + 7 - nurse.score + 3 - programmer.score + 2 - law.score + 4 - engineer.score + 5 - elseif response == "no" - construction.locked = true - retail.score - 4 - nurse.score - 3 - law.score - 4 - end - - - println("Have you obtained your GED?") - response = readline() - if response == "yes" - println("Have you obtained, or are in the process of obtaining, your college degree?") - response = readline() - if response == "yes" - retail.score + 4 - construction.score + 2 - nurse.score + 6 - programmer.score + 8 - law.score + 3 - engineer.score + 8 - elseif response == "no" - engineer.locked = true - nurse.locked = true - retail.score + 3 - programmer.score + 6 - law.score + 2 - construction.score + 1 - end - else - programmer.locked = true - engineer.locked = true - nurse.locked = true - law.locked = true - construction.score -1 - retail.score -3 -end -end -main() - -jobs = Set(["Nurse", "Retail Clerk", "Construction Worker", "Engineer", "Law Enforcement", "Programmer"]) - -if nurse.locked || nurse.score < -5 - jobs = delete!(jobs, "Nurse") -end -if construction.locked || construction.score < -5 - jobs = delete!(jobs, "Construction Worker") -end -if law.locked || law.score < -5 - jobs = delete!(jobs, "Law Enforcement") -end -if engineer.locked || engineer.score < -5 - jobs = delete!(jobs, "Engineer") -end -if programmer.locked || programmer.score < -5 - jobs = delete!(jobs, "Programmer") -end -if retail.locked || retail.score < -5 - jobs = delete!(jobs, "Retail Clerk") -end - - -#jobPairs = collect(jobs) -#jobValues = collect(values(jobs)) -#indexes = sort(collect(values(jobs)), rev = true) -#sortedNames = [jobPairs[i] for i in indexin(indexes, jobValues)] - -#sortedNames[1] -print(jobs) - -println("The jobs you are best suited for:" ) -for i in jobs - print("$i: ") - print("$jobs") - println("") -end diff --git a/Programming Languages/Julia/README b/Programming Languages/Julia/README deleted file mode 100644 index cf79d7e..0000000 --- a/Programming Languages/Julia/README +++ /dev/null @@ -1,4 +0,0 @@ -This was our team project for programming languages using the Julia language -The task was to create a career questionare (seperate from the "Faker" file. this was the actual project) -A user would answer a series of questions and, based on a score, the program would issue a job (or jobs) -that the user could fit into diff --git a/Programming Languages/Julia/fakeJob.jl b/Programming Languages/Julia/fakeJob.jl deleted file mode 100644 index aca85cd..0000000 --- a/Programming Languages/Julia/fakeJob.jl +++ /dev/null @@ -1,39 +0,0 @@ -#this package creates fake jobs -# we assign these fake jobs based on a questionare the user would complete -#ultimately its useless since the jobs we're random everytime the function was called - -Pkg.add("Faker") - -using Faker - -function fakeJob() -runningTotal = 0 -print("\nEnter your name: ") -name = chomp(readline(STDIN)) -println("\nHello $(name)!") -println("Time to find you a job!") -println("This program will choose the best job for you based on 5 simple questions!\n") - -questionList = String["how much do you like working outside", - "how much do you like computers", - "how much do you like velociraptors", - "how useful do you think that last question will be", - "how ready are you to start working"] - -for i=1:5 - print("Scale of 1-5, $(questionList[i]): ") - response = parse(Int64,readline(STDIN)) - - if response > 5 || response < 0 - println("Yeah ok, 1-5 buddy, I'll just make that a 3.") - runningTotal += 3 - else - runningTotal += response - end -end - -println("\nOn a scale of 5-25 you're a $(runningTotal)!") -println("That means the best job for you is: $(Faker.job())!") -println("\nAll job assignments are final. Goodbye.") - -end diff --git a/Programming Languages/Julia/test.jl b/Programming Languages/Julia/test.jl deleted file mode 100644 index 3642fc0..0000000 --- a/Programming Languages/Julia/test.jl +++ /dev/null @@ -1,48 +0,0 @@ -#mainly junk code to test Julias functionality -#add two numbers -function add(a,b) - return a + b -end - -add(-12,68) - -#create a "Person" object -type Person - name - age - height -end - -sean = Person("Sean",24,5.11) -sean.name - -sean.height - - -brent = Person("Brent",24,5.09) - -#create a list of Person objects called people -people = [sean, brent] -people[2] -people[2].height - -people[1].weight - -#create a basic function -function compareHeight(person1, person2) - if person1.height > person2.height - println (person1.name, " is taller!") - else - println (person2.name, " is taller!") - end -end - -compareHeight(sean, brent) - -#test some IO functions -function input(prompt::String="") - print(prompt) - chomp(readline()) -end - - diff --git a/Programming Languages/Julia/winston.plot.jl b/Programming Languages/Julia/winston.plot.jl deleted file mode 100644 index f8eaddd..0000000 --- a/Programming Languages/Julia/winston.plot.jl +++ /dev/null @@ -1,14 +0,0 @@ -#tested the functionality of the Winston package in julia -#basically just plots a graph with given input - -Pkg.add("Winston") - -Pkg.add("ImplicitEquations") - -using Winston - -using ImplicitEquations - -a,b = -1,2 -f(x,y) = y^4 - x^4 + a*y^2 + b*x^2 -plot(f == 0) diff --git a/Programming Languages/Prolog/Common Code Prolog.pl b/Programming Languages/Prolog/Common Code Prolog.pl deleted file mode 100644 index ce481c7..0000000 --- a/Programming Languages/Prolog/Common Code Prolog.pl +++ /dev/null @@ -1,33 +0,0 @@ -%Set up our dish scores -dishScore(a , 5). -dishScore(b , 4). -dishScore(c , 3). -dishScore(d , 2). -dishScore(e , 1). - -%set up our diners with prefrences -d1([a, b, c, d, e], S1). -d2([d, b, e, a, c], S2). -d3([c, d, a, e, b], S3). -d4([e, c, a, d, b], S4). - -%set up our coefficients -coefficients([1, 0.8, 0.6, 0.4, 0.2]). - -%Calculate the rank score of each dish -scoreRanking(Ranking, Score) :- - coefficients(Coeff), - scoreRankingLoop(Ranking, Coeff, Score). - -%calculate the total score of each diner, and put them into a list -scoreRankingLoop([], [], 0). -scoreRankingLoop([Dish|Dishes], [C|Coeff], FinalScore) :- - dishScore(Dish, DishScore), - scoreRankingLoop(Dishes, Coeff, RemainingScore), - MyScore is DishScore * C, - FinalScore is RemainingScore + MyScore. - -compareOnScore(Delta, Left, Right) :- - scoreRanking(Left, LScore), - scoreRanking(Right, RScore), - compare(Delta, LScore, RScore). diff --git a/Programming Languages/Prolog/README b/Programming Languages/Prolog/README deleted file mode 100644 index dc21168..0000000 --- a/Programming Languages/Prolog/README +++ /dev/null @@ -1 +0,0 @@ -This is the same common code project done in Prolog; A logic programming language with a built-in infference engine diff --git a/Programming Languages/README b/Programming Languages/README deleted file mode 100644 index 6536665..0000000 --- a/Programming Languages/README +++ /dev/null @@ -1,5 +0,0 @@ -These are a few projects we made during our Programming Languages Course -In this course, we learned the differences between functional, object oriented, imperative, and many other -paradigmes of different programming languages. - -The main languages I wanted to include here are Scheme and Julia diff --git a/Programming Languages/Scheme/Common.Code.scm b/Programming Languages/Scheme/Common.Code.scm deleted file mode 100644 index bd83bf9..0000000 --- a/Programming Languages/Scheme/Common.Code.scm +++ /dev/null @@ -1,58 +0,0 @@ -; This project was part of our "Common Code" project in PL. -; We set up a table, filled with Diners -; The object was to place the diners at the table based on their common food choices -; Each dish was given a score, and depending on how it was ranked by the diner, -; we would alter the score by using a modifier. This would allow diners with the same dish preference to be seated closly together - -;define the score for each food choice -(define a 50) -(define b 40) -(define c 30) -(define d 20) -(define e 10) - -;define our diners with preferences -(define diner1(list "diner1" a b c d e)) -(define diner2(list "diner2" e a d b c)) -(define diner3(list "diner3" c e d b a)) -(define diner4(list "diner4" e d c b a)) - -;set up our score modifier function -(define (score diner mod scr) - (cond ((< mod 0.2)scr);check to see if our modifier is above 0.2 (0 should be min) - (else - (set! scr (+ scr(* (car diner) mod)));;multiply the current modifier with the dish in the first position of the diner list - (set! mod (- mod 0.2));;decrease the modifier - (score (cdr diner) mod scr);;call the function recursively on the remaining dishs until modifier hits zero - ) - ) -) - -;;set up the diners scores -(define score1 (score (cdr diner1) 1 0)) -(define score2 (score (cdr diner2) 1 0)) -(define score3 (score (cdr diner3) 1 0)) -(define score4 (score (cdr diner4) 1 0)) - -;;set up the diners scores again, we used this to make output easier -(define diner1s(list "diner1" score1)) -(define diner2s(list "diner2" score2)) -(define diner3s(list "diner3" score3)) -(define diner4s(list "diner4" score4)) - -;;add the diners with their respective scores to a list -(define diners(list diner1s diner2s diner3s diner4s)) - -;;sort the diners based on their scores -(define (insertion_sort diners) - (cond ((null? diners) diners) - ((null? (cdr diners)) diners) - (else (insert (car diners) (insertion_sort (cdr diners)))))) - -;; -(define (insert item diners) - (cond ((null? diners)(list item)) - ((<= (cadr item) (cadar diners))(cons item diners)) - (else(cons(car diners)(insert item (cdr diners)))))) - - ;;after all this, user calls diners and the order is output diff --git a/Programming Languages/table/Diner.java b/Programming Languages/table/Diner.java deleted file mode 100644 index a8d6b1f..0000000 --- a/Programming Languages/table/Diner.java +++ /dev/null @@ -1,19 +0,0 @@ -import java.util.*; -public class Diner -{ - ArrayList list = new ArrayList(); - public Diner(char rank1,char rank2,char rank3,char rank4,char rank5) - { - list.add(rank1); - list.add(rank2); - list.add(rank3); - list.add(rank4); - list.add(rank5); - } - - public char get(int i) - { - return this.get(i); - } - -} \ No newline at end of file diff --git a/Programming Languages/table/README b/Programming Languages/table/README deleted file mode 100644 index 887c0c0..0000000 --- a/Programming Languages/table/README +++ /dev/null @@ -1,5 +0,0 @@ -This project was part of our "Common Code" project in PL. -We set up a table, filled with Diners -The object was to place the diners at the table based on their common food choices -Each dish was given a score, and depending on how it was ranked by the diner, -we would alter the score by using a modifier. This would allow diners with the same dish preference to be seated closly together diff --git a/Programming Languages/table/Table.java b/Programming Languages/table/Table.java deleted file mode 100644 index f5f6307..0000000 --- a/Programming Languages/table/Table.java +++ /dev/null @@ -1,97 +0,0 @@ -import java.util.*; -public class Table -{ - static ArrayList temp; //temporary list for all diners - static ArrayList temp2; //temporary list for sorting - static ArrayList table; //permanent table list - - public static void main(String[] args) - { - temp = new ArrayList(); - temp2 = new ArrayList(); - table = new ArrayList(); - - Diner diner1 = new Diner('a', 'b', 'c', 'd', 'e'); - Diner diner2 = new Diner('d', 'b', 'e', 'a', 'c'); - Diner diner3 = new Diner('a', 'c', 'd', 'e', 'b'); - Diner diner4 = new Diner('c', 'd', 'b', 'a', 'e'); - Diner diner5 = new Diner('a', 'c', 'b', 'd', 'e'); - Diner diner6 = new Diner('c', 'b', 'd', 'e', 'a'); - - temp.add(diner1); - temp.add(diner2); - temp.add(diner3); - temp.add(diner4); - temp.add(diner5); - temp.add(diner6); - } - - public void sort() - { - while (temp.size() != 0) - { - char dish = 'a'; - for (Diner d : temp)//move through all diners on temp - { - if (d.get(0) == dish) - { - temp2.add(d); - temp.remove(d); - } - } - if (temp2.size() != 0) - { - sortTable(); - } - dish++; - } - } - - public void sortTable() - { - if(temp2.size() == 1) - { - table.add(temp2.get(0)); - temp2.remove(0); - } - else - { - int highest = 0;//(NOT ASCII VALUE, whatever will be inserted first into the table - while (temp2.size() != 0) - { - for (int cmp = 1; cmp <= temp2.size()-1; cmp++) - { - for(int rank = 0; rank <= temp2.get(highest.size()-1); rank++) - { - if(temp2.get(highest.get(rank)) != (temp2.get(cmp).get(rank))) - { - if (compareRank(temp2.get(highest, cmp, rank)) == true) //d1 is "higher" than d2, from aascii, d2 will become the new highest - { - highest = cmp; - } - } - //increment rank only if they are the rankings for the diners we're comparing are the same??? - } - //end of the cmp loop - //move onto next diner - } - - } - } - } - - public Boolean compareRank(Diner d1, Diner d2, int rank)//return true if d1 > d2, in terms of the ascii table - { - char c1 = d1.get(rank); - char c2 = d2.get(rank); - - if (c1 > c2) - { - return true; - } - return false; - } - -} - - diff --git a/README.md b/README.md deleted file mode 100644 index c170778..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# Projects -Hello! My name is Sean Mulhall. Welcome to my GitHub!