Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W 

M

main(String[]) - Static method in class ca.yorku.cse.mack.softkeyboard.MSD2
 
main - Static variable in class ca.yorku.cse.mack.softkeyboard.R.layout
 
meanAlignmentSize() - Method in class ca.yorku.cse.mack.softkeyboard.MSD
Returns the mean size of the alignment string as a double
metropolis - Static variable in class ca.yorku.cse.mack.softkeyboard.R.array
 
miss - Static variable in class ca.yorku.cse.mack.softkeyboard.R.raw
 
MSD - Class in ca.yorku.cse.mack.softkeyboard
MSD -- Minimum String Distance -- a class to generate various statistics related to the lexical distance between two strings.
MSD(String, String) - Constructor for class ca.yorku.cse.mack.softkeyboard.MSD
Create an MSD object.
MSD2 - Class in ca.yorku.cse.mack.softkeyboard
This class implements the Minimum String Distance (MSD) algorithm.
MSD2(MSD2.MSDCollection) - Constructor for class ca.yorku.cse.mack.softkeyboard.MSD2
This constructor takes an instance of a MSD2.MSDCollection object, and calculates the Minimum String Distance.
MSD2(String, String, boolean) - Constructor for class ca.yorku.cse.mack.softkeyboard.MSD2
This constructor takes two strings (the presented and transcribed strings) and constructs a MSD object, using the MSD2.TwoStringCollection implementation of the MSD2.MSDCollection interface.
MSD2(String, String) - Constructor for class ca.yorku.cse.mack.softkeyboard.MSD2
This constructor takes two strings (the presented and transcribed strings) and constructs a MSD object, using the MSD2.TwoStringCollection implementation of the MSD2.MSDCollection interface.
MSD2(Vector<String>, Vector<String>, boolean) - Constructor for class ca.yorku.cse.mack.softkeyboard.MSD2
This constructor takes two Vectors of strings (the presented and transcribed data) and constructs a MSD object, using the MSD2.WordCollection implementation of the MSD2.MSDCollection interface.
MSD2(Vector<String>, Vector<String>) - Constructor for class ca.yorku.cse.mack.softkeyboard.MSD2
This constructor takes two Vectors of strings (the presented and transcribed data) and constructs a MSD object, using the MSD2.WordCollection implementation of the MSD2.MSDCollection interface.
MSD2.Alignment - Class in ca.yorku.cse.mack.softkeyboard
The purpose of this sub-class is to hold the information for one alignment.
MSD2.MSDCollection - Interface in ca.yorku.cse.mack.softkeyboard
The parameters to the MSD algorithm are provided through this interface.
MSD2.TwoStringCollection - Class in ca.yorku.cse.mack.softkeyboard
An MSDCollection where the presented and transcribed text strings are simple Java Strings, and the MSD compares the individual characters within the strings.
MSD2.WordCollection - Class in ca.yorku.cse.mack.softkeyboard
An MSDCollection object where the presented and transcribed texts are Vectors of Strings (viz.
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links