!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR	Darren Hiebert	/dhiebert@users.sourceforge.net/
!_TAG_PROGRAM_NAME	Exuberant Ctags	//
!_TAG_PROGRAM_URL	http://ctags.sourceforge.net	/official site/
!_TAG_PROGRAM_VERSION	5.4	//
AbstractStatisticalTokenDistance	com/wcohen/secondstring/AbstractStatisticalTokenDistance.java	/^	public AbstractStatisticalTokenDistance() { this(SimpleTokenizer.DEFAULT_TOKENIZER); }$/;"	m	class:AbstractStatisticalTokenDistance
AbstractStatisticalTokenDistance	com/wcohen/secondstring/AbstractStatisticalTokenDistance.java	/^	public AbstractStatisticalTokenDistance(Tokenizer tokenizer) { this.tokenizer = tokenizer; }$/;"	m	class:AbstractStatisticalTokenDistance
AbstractStatisticalTokenDistance	com/wcohen/secondstring/AbstractStatisticalTokenDistance.java	/^abstract public class AbstractStatisticalTokenDistance extends AbstractStringDistance implements Serializable$/;"	c
AbstractStringDistance	com/wcohen/secondstring/AbstractStringDistance.java	/^public abstract class AbstractStringDistance implements StringDistance$/;"	c
AffineGap	com/wcohen/secondstring/AffineGap.java	/^	public AffineGap() {$/;"	m	class:AffineGap
AffineGap	com/wcohen/secondstring/AffineGap.java	/^	public AffineGap(CharMatchScore charMatchScore,double openGapScore, double extendGapScore, double lowerBound) {$/;"	m	class:AffineGap
AffineGap	com/wcohen/secondstring/AffineGap.java	/^public class AffineGap extends AbstractStringDistance$/;"	c
BLOCKER_PACKAGE	com/wcohen/secondstring/expt/MatchExpt.java	/^	public static final String BLOCKER_PACKAGE = "com.wcohen.secondstring.expt.";$/;"	f	class:MatchExpt
BLOCKER_PACKAGE	com/wcohen/secondstring/expt/MatchExptScript.java	/^	public static final String BLOCKER_PACKAGE = MatchExpt.BLOCKER_PACKAGE;$/;"	f	class:MatchExptScript
BagOfTokens	com/wcohen/secondstring/BagOfTokens.java	/^	BagOfTokens(String s,Token[] toks) $/;"	m	class:BagOfTokens
BagOfTokens	com/wcohen/secondstring/BagOfTokens.java	/^class BagOfTokens extends StringWrapper$/;"	c
Blocker	com/wcohen/secondstring/expt/Blocker.java	/^public abstract class Blocker $/;"	c
CHAR_APPROX_MATCH_SCORE	com/wcohen/secondstring/MongeElkan.java	/^	private static final int CHAR_APPROX_MATCH_SCORE = +3;$/;"	f	class:MongeElkan
CHAR_EXACT_MATCH_SCORE	com/wcohen/secondstring/MongeElkan.java	/^	private static final int CHAR_EXACT_MATCH_SCORE = +5;$/;"	f	class:MongeElkan
CHAR_MISMATCH_MATCH_SCORE	com/wcohen/secondstring/MongeElkan.java	/^	private static final int CHAR_MISMATCH_MATCH_SCORE = -3;$/;"	f	class:MongeElkan
CURRENT_SERIALIZED_VERSION_NUMBER	com/wcohen/secondstring/expt/Blocker.java	/^		private static int CURRENT_SERIALIZED_VERSION_NUMBER = 1;$/;"	f	class:Blocker.Pair
CURRENT_SERIALIZED_VERSION_NUMBER	com/wcohen/secondstring/expt/MatchExpt.java	/^	private static int CURRENT_SERIALIZED_VERSION_NUMBER = 1;$/;"	f	class:MatchExpt
CharJaccard	com/wcohen/secondstring/CharJaccard.java	/^	public CharJaccard() { super(new NGramTokenizer(1,1,false,SimpleTokenizer.DEFAULT_TOKENIZER)); }$/;"	m	class:CharJaccard
CharJaccard	com/wcohen/secondstring/CharJaccard.java	/^public class CharJaccard extends Jaccard$/;"	c
CharMatchScore	com/wcohen/secondstring/CharMatchScore.java	/^abstract public class CharMatchScore $/;"	c
ClusterNGramBlocker	com/wcohen/secondstring/expt/ClusterNGramBlocker.java	/^	public ClusterNGramBlocker() {$/;"	m	class:ClusterNGramBlocker
ClusterNGramBlocker	com/wcohen/secondstring/expt/ClusterNGramBlocker.java	/^public class ClusterNGramBlocker extends NGramBlocker$/;"	c
ClusterTokenBlocker	com/wcohen/secondstring/expt/ClusterTokenBlocker.java	/^	public ClusterTokenBlocker() {$/;"	m	class:ClusterTokenBlocker
ClusterTokenBlocker	com/wcohen/secondstring/expt/ClusterTokenBlocker.java	/^	public ClusterTokenBlocker(Tokenizer tokenizer, double maxFraction) {$/;"	m	class:ClusterTokenBlocker
ClusterTokenBlocker	com/wcohen/secondstring/expt/ClusterTokenBlocker.java	/^public class ClusterTokenBlocker extends TokenBlocker$/;"	c
ConversionSpecification	com/wcohen/secondstring/PrintfFormat.java	/^    ConversionSpecification() { }$/;"	m	class:PrintfFormat.ConversionSpecification
ConversionSpecification	com/wcohen/secondstring/PrintfFormat.java	/^    ConversionSpecification(String fmtArg)$/;"	m	class:PrintfFormat.ConversionSpecification
ConversionSpecification	com/wcohen/secondstring/PrintfFormat.java	/^  private class ConversionSpecification {$/;"	c	class:PrintfFormat
DEBUG	com/wcohen/secondstring/TestPackage.java	/^	private static final boolean DEBUG = false;$/;"	f	class:TestPackage
DEFAULT_TOKENIZER	com/wcohen/secondstring/tokens/NGramTokenizer.java	/^	public static NGramTokenizer DEFAULT_TOKENIZER = new NGramTokenizer(3,5,true,SimpleTokenizer.DEFAULT_TOKENIZER);$/;"	f	class:NGramTokenizer
DEFAULT_TOKENIZER	com/wcohen/secondstring/tokens/SimpleTokenizer.java	/^	public static final SimpleTokenizer DEFAULT_TOKENIZER = new SimpleTokenizer(true,true);$/;"	f	class:SimpleTokenizer
DEFAULT_TOKEN_DISTANCE	com/wcohen/secondstring/SoftTFIDF.java	/^	private static final StringDistance DEFAULT_TOKEN_DISTANCE = new JaroWinkler();$/;"	f	class:SoftTFIDF
DEFAULT_TOKEN_DISTANCE	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^	private static final StringDistance DEFAULT_TOKEN_DISTANCE = new JaroWinkler();$/;"	f	class:SoftTokenFelligiSunter
DISTANCE_PACKAGE	com/wcohen/secondstring/expt/MatchExpt.java	/^	public static final String DISTANCE_PACKAGE = "com.wcohen.secondstring.";$/;"	f	class:MatchExpt
DISTANCE_PACKAGE	com/wcohen/secondstring/expt/MatchExptScript.java	/^	public static final String DISTANCE_PACKAGE = MatchExpt.DISTANCE_PACKAGE;$/;"	f	class:MatchExptScript
DIST_01	com/wcohen/secondstring/CharMatchScore.java	/^	static public CharMatchScore DIST_01 = $/;"	f	class:CharMatchScore
DIST_21	com/wcohen/secondstring/CharMatchScore.java	/^	static public CharMatchScore DIST_21 = $/;"	f	class:CharMatchScore
DirichletJS	com/wcohen/secondstring/DirichletJS.java	/^	public DirichletJS() { $/;"	m	class:DirichletJS
DirichletJS	com/wcohen/secondstring/DirichletJS.java	/^	public DirichletJS(Tokenizer tokenizer,double pseudoCount) { $/;"	m	class:DirichletJS
DirichletJS	com/wcohen/secondstring/DirichletJS.java	/^public class DirichletJS extends JensenShannonDistance$/;"	c
DistanceFactory	com/wcohen/secondstring/DistanceFactory.java	/^public class DistanceFactory$/;"	c
Histogram	com/wcohen/secondstring/SLIM.java	/^		public Histogram(String s,String t) {$/;"	m	class:SLIM.Histogram
Histogram	com/wcohen/secondstring/SLIM.java	/^	private static class Histogram$/;"	c	class:SLIM
IdKey	com/wcohen/secondstring/expt/Blocker.java	/^		public IdKey(String id,String src) { this.id = id; this.src = src; }$/;"	m	class:Blocker.IdKey
IdKey	com/wcohen/secondstring/expt/Blocker.java	/^	private static class IdKey {$/;"	c	class:Blocker
InputFormatException	com/wcohen/secondstring/expt/MatchData.java	/^		public InputFormatException(String file, int line, String msg) {$/;"	m	class:MatchData.InputFormatException
InputFormatException	com/wcohen/secondstring/expt/MatchData.java	/^	public static class InputFormatException extends Exception {$/;"	c	class:MatchData
InsertSMatrix	com/wcohen/secondstring/AffineGap.java	/^			public InsertSMatrix(StringWrapper s,StringWrapper t) { super(s,t); }$/;"	m	class:AffineGap.MatrixTrio.InsertSMatrix
InsertSMatrix	com/wcohen/secondstring/AffineGap.java	/^		protected class InsertSMatrix extends MemoMatrix {$/;"	c	class:AffineGap.MatrixTrio
InsertTMatrix	com/wcohen/secondstring/AffineGap.java	/^			public InsertTMatrix(StringWrapper s,StringWrapper t) { super(s,t); }$/;"	m	class:AffineGap.MatrixTrio.InsertTMatrix
InsertTMatrix	com/wcohen/secondstring/AffineGap.java	/^		protected class InsertTMatrix extends MemoMatrix {$/;"	c	class:AffineGap.MatrixTrio
Instance	com/wcohen/secondstring/expt/MatchData.java	/^		public Instance(String source, String id, String text) {$/;"	m	class:MatchData.Instance
Instance	com/wcohen/secondstring/expt/MatchData.java	/^	public static class Instance $/;"	c	class:MatchData
Jaccard	com/wcohen/secondstring/Jaccard.java	/^	public Jaccard() {$/;"	m	class:Jaccard
Jaccard	com/wcohen/secondstring/Jaccard.java	/^	public Jaccard(Tokenizer tokenizer) {$/;"	m	class:Jaccard
Jaccard	com/wcohen/secondstring/Jaccard.java	/^public class Jaccard extends AbstractStringDistance$/;"	c
Jaro	com/wcohen/secondstring/Jaro.java	/^	public Jaro() { }$/;"	m	class:Jaro
Jaro	com/wcohen/secondstring/Jaro.java	/^public class Jaro extends AbstractStringDistance$/;"	c
JaroWinkler	com/wcohen/secondstring/JaroWinkler.java	/^	public JaroWinkler() { super(new Jaro()); }$/;"	m	class:JaroWinkler
JaroWinkler	com/wcohen/secondstring/JaroWinkler.java	/^public class JaroWinkler extends WinklerRescorer$/;"	c
JaroWinklerTFIDF	com/wcohen/secondstring/JaroWinklerTFIDF.java	/^	public JaroWinklerTFIDF() { super(new JaroWinkler(), 0); }$/;"	m	class:JaroWinklerTFIDF
JaroWinklerTFIDF	com/wcohen/secondstring/JaroWinklerTFIDF.java	/^public class JaroWinklerTFIDF extends SoftTFIDF$/;"	c
JelinekMercerJS	com/wcohen/secondstring/JelinekMercerJS.java	/^	public JelinekMercerJS() { $/;"	m	class:JelinekMercerJS
JelinekMercerJS	com/wcohen/secondstring/JelinekMercerJS.java	/^	public JelinekMercerJS(Tokenizer tokenizer,double lambda) { $/;"	m	class:JelinekMercerJS
JelinekMercerJS	com/wcohen/secondstring/JelinekMercerJS.java	/^public class JelinekMercerJS extends JensenShannonDistance$/;"	c
JensenShannonDistance	com/wcohen/secondstring/JensenShannonDistance.java	/^	public JensenShannonDistance() { this(SimpleTokenizer.DEFAULT_TOKENIZER); }$/;"	m	class:JensenShannonDistance
JensenShannonDistance	com/wcohen/secondstring/JensenShannonDistance.java	/^	public JensenShannonDistance(Tokenizer tokenizer) { this.tokenizer = tokenizer; }$/;"	m	class:JensenShannonDistance
JensenShannonDistance	com/wcohen/secondstring/JensenShannonDistance.java	/^abstract public class JensenShannonDistance extends AbstractStringDistance$/;"	c
Level2	com/wcohen/secondstring/Level2.java	/^	public Level2(Tokenizer tokenizer,StringDistance tokenDistance) {$/;"	m	class:Level2
Level2	com/wcohen/secondstring/Level2.java	/^public class Level2 extends AbstractStringDistance$/;"	c
Level2Jaro	com/wcohen/secondstring/Level2Jaro.java	/^	public Level2Jaro() { super( SimpleTokenizer.DEFAULT_TOKENIZER, MY_JARO) ; }$/;"	m	class:Level2Jaro
Level2Jaro	com/wcohen/secondstring/Level2Jaro.java	/^public class Level2Jaro extends Level2$/;"	c
Level2JaroWinkler	com/wcohen/secondstring/Level2JaroWinkler.java	/^	public Level2JaroWinkler() { super( SimpleTokenizer.DEFAULT_TOKENIZER, MY_JARO_WINKLER) ; }$/;"	m	class:Level2JaroWinkler
Level2JaroWinkler	com/wcohen/secondstring/Level2JaroWinkler.java	/^public class Level2JaroWinkler extends Level2$/;"	c
Level2Levenstein	com/wcohen/secondstring/Level2Levenstein.java	/^	public Level2Levenstein() { super( SimpleTokenizer.DEFAULT_TOKENIZER, MY_LEVENSTEIN) ; }$/;"	m	class:Level2Levenstein
Level2Levenstein	com/wcohen/secondstring/Level2Levenstein.java	/^public class Level2Levenstein extends Level2$/;"	c
Level2MongeElkan	com/wcohen/secondstring/Level2MongeElkan.java	/^	public Level2MongeElkan() { super( SimpleTokenizer.DEFAULT_TOKENIZER, MY_MONGE_ELKAN) ; }$/;"	m	class:Level2MongeElkan
Level2MongeElkan	com/wcohen/secondstring/Level2MongeElkan.java	/^public class Level2MongeElkan extends Level2$/;"	c
Level2SLIM	com/wcohen/secondstring/Level2SLIM.java	/^	public Level2SLIM() { super( SimpleTokenizer.DEFAULT_TOKENIZER, MY_JARO) ; }$/;"	m	class:Level2SLIM
Level2SLIM	com/wcohen/secondstring/Level2SLIM.java	/^public class Level2SLIM extends Level2$/;"	c
Level2SLIMWinkler	com/wcohen/secondstring/Level2SLIMWinkler.java	/^	public Level2SLIMWinkler() { super( SimpleTokenizer.DEFAULT_TOKENIZER, MY_SLIM_WINKLER) ; }$/;"	m	class:Level2SLIMWinkler
Level2SLIMWinkler	com/wcohen/secondstring/Level2SLIMWinkler.java	/^public class Level2SLIMWinkler extends Level2$/;"	c
Levenstein	com/wcohen/secondstring/Levenstein.java	/^	public Levenstein() {$/;"	m	class:Levenstein
Levenstein	com/wcohen/secondstring/Levenstein.java	/^public class Levenstein extends NeedlemanWunsch$/;"	c
MAX_EM_ITERATIONS	com/wcohen/secondstring/SLIM.java	/^	private static final int MAX_EM_ITERATIONS = 20;$/;"	f	class:SLIM
MIN_PARAMETER_CHANGE	com/wcohen/secondstring/SLIM.java	/^	private static final double MIN_PARAMETER_CHANGE = 0.01;$/;"	f	class:SLIM
MY_CHAR_MATCH_SCORE	com/wcohen/secondstring/MongeElkan.java	/^	static private final CharMatchScore MY_CHAR_MATCH_SCORE = new CharMatchScore() {$/;"	f	class:MongeElkan	file:
MY_JARO	com/wcohen/secondstring/Level2Jaro.java	/^	private static final StringDistance MY_JARO = new Jaro();$/;"	f	class:Level2Jaro
MY_JARO	com/wcohen/secondstring/Level2SLIM.java	/^	private static final StringDistance MY_JARO = new SLIM();$/;"	f	class:Level2SLIM
MY_JARO_WINKLER	com/wcohen/secondstring/Level2JaroWinkler.java	/^	private static final StringDistance MY_JARO_WINKLER = new JaroWinkler();$/;"	f	class:Level2JaroWinkler
MY_LEVENSTEIN	com/wcohen/secondstring/Level2Levenstein.java	/^	private static final StringDistance MY_LEVENSTEIN = new Levenstein();$/;"	f	class:Level2Levenstein
MY_MONGE_ELKAN	com/wcohen/secondstring/Level2MongeElkan.java	/^	private static final StringDistance MY_MONGE_ELKAN = new MongeElkan();$/;"	f	class:Level2MongeElkan
MY_SLIM_WINKLER	com/wcohen/secondstring/Level2SLIMWinkler.java	/^	private static final StringDistance MY_SLIM_WINKLER = new SLIMWinkler();$/;"	f	class:Level2SLIMWinkler
MatchData	com/wcohen/secondstring/expt/MatchData.java	/^	public MatchData() $/;"	m	class:MatchData
MatchData	com/wcohen/secondstring/expt/MatchData.java	/^	public MatchData(String filename) throws InputFormatException$/;"	m	class:MatchData
MatchData	com/wcohen/secondstring/expt/MatchData.java	/^public class MatchData $/;"	c
MatchExpt	com/wcohen/secondstring/expt/MatchExpt.java	/^	public MatchExpt(MatchData data,StringDistance dist) { this(data,dist,new NullBlocker()); }$/;"	m	class:MatchExpt
MatchExpt	com/wcohen/secondstring/expt/MatchExpt.java	/^	public MatchExpt(MatchData data,StringDistance dist,Blocker blocker) { setUpExperiment(data,dist,blocker); }$/;"	m	class:MatchExpt
MatchExpt	com/wcohen/secondstring/expt/MatchExpt.java	/^public class MatchExpt implements Serializable$/;"	c
MatchExptScript	com/wcohen/secondstring/expt/MatchExptScript.java	/^	public MatchExptScript() $/;"	m	class:MatchExptScript
MatchExptScript	com/wcohen/secondstring/expt/MatchExptScript.java	/^public class MatchExptScript$/;"	c
MatchIterator	com/wcohen/secondstring/expt/MatchData.java	/^		public MatchIterator() { $/;"	m	class:MatchData.MatchIterator
MatchIterator	com/wcohen/secondstring/expt/MatchData.java	/^	public class MatchIterator implements Iterator $/;"	c	class:MatchData
MatchMemoMatrix	com/wcohen/secondstring/SLIM.java	/^		public MatchMemoMatrix(StringWrapper s,StringWrapper t) { super(s,t); }$/;"	m	class:SLIM.MatchMemoMatrix
MatchMemoMatrix	com/wcohen/secondstring/SLIM.java	/^	private static class MatchMemoMatrix extends MemoMatrix {$/;"	c	class:SLIM
MatrixTrio	com/wcohen/secondstring/AffineGap.java	/^		public MatrixTrio(StringWrapper s,StringWrapper t) {$/;"	m	class:AffineGap.MatrixTrio
MatrixTrio	com/wcohen/secondstring/AffineGap.java	/^	protected class MatrixTrio extends MemoMatrix$/;"	c	class:AffineGap
MemoMatrix	com/wcohen/secondstring/MemoMatrix.java	/^	MemoMatrix(StringWrapper s,StringWrapper t) {$/;"	m	class:MemoMatrix
MemoMatrix	com/wcohen/secondstring/MemoMatrix.java	/^public abstract class MemoMatrix$/;"	c
MixMemoMatrix	com/wcohen/secondstring/SLIM.java	/^		public MixMemoMatrix(StringWrapper s,StringWrapper t,MixtureModel model) { $/;"	m	class:SLIM.MixMemoMatrix
MixMemoMatrix	com/wcohen/secondstring/SLIM.java	/^	private static class MixMemoMatrix extends MemoMatrix {$/;"	c	class:SLIM
Mixture	com/wcohen/secondstring/Mixture.java	/^	public Mixture() { super(); }$/;"	m	class:Mixture
Mixture	com/wcohen/secondstring/Mixture.java	/^	public Mixture(Tokenizer tokenizer) { super(tokenizer);	}$/;"	m	class:Mixture
Mixture	com/wcohen/secondstring/Mixture.java	/^public class Mixture extends AbstractStatisticalTokenDistance$/;"	c
MixtureModel	com/wcohen/secondstring/SLIM.java	/^		public MixtureModel(Histogram hist) $/;"	m	class:SLIM.MixtureModel
MixtureModel	com/wcohen/secondstring/SLIM.java	/^	private static class MixtureModel $/;"	c	class:SLIM
MongeElkan	com/wcohen/secondstring/MongeElkan.java	/^	public MongeElkan() { $/;"	m	class:MongeElkan
MongeElkan	com/wcohen/secondstring/MongeElkan.java	/^public class MongeElkan extends AffineGap$/;"	c
MyFixture	com/wcohen/secondstring/TestPackage.java	/^		public MyFixture(String name) { super(name); }$/;"	m	class:TestPackage.MyFixture
MyFixture	com/wcohen/secondstring/TestPackage.java	/^	public static class MyFixture extends TestCase {$/;"	c	class:TestPackage
MyMatrix	com/wcohen/secondstring/NeedlemanWunsch.java	/^		public MyMatrix(StringWrapper s,StringWrapper t) {$/;"	m	class:NeedlemanWunsch.MyMatrix
MyMatrix	com/wcohen/secondstring/NeedlemanWunsch.java	/^	private class MyMatrix extends MemoMatrix {$/;"	c	class:NeedlemanWunsch
MyMatrix	com/wcohen/secondstring/SmithWaterman.java	/^		public MyMatrix(StringWrapper s,StringWrapper t) {$/;"	m	class:SmithWaterman.MyMatrix
MyMatrix	com/wcohen/secondstring/SmithWaterman.java	/^	private class MyMatrix extends MemoMatrix {$/;"	c	class:SmithWaterman
NGramBlocker	com/wcohen/secondstring/expt/NGramBlocker.java	/^	public NGramBlocker() { super( tokenizer, 1.0 ); }$/;"	m	class:NGramBlocker
NGramBlocker	com/wcohen/secondstring/expt/NGramBlocker.java	/^public class NGramBlocker extends TokenBlocker $/;"	c
NGramTokenizer	com/wcohen/secondstring/tokens/NGramTokenizer.java	/^	public NGramTokenizer(int minNGramSize,int maxNGramSize,boolean keepOldTokens,Tokenizer innerTokenizer) {$/;"	m	class:NGramTokenizer
NGramTokenizer	com/wcohen/secondstring/tokens/NGramTokenizer.java	/^public class NGramTokenizer implements Tokenizer$/;"	c
NeedlemanWunsch	com/wcohen/secondstring/NeedlemanWunsch.java	/^	public NeedlemanWunsch() {$/;"	m	class:NeedlemanWunsch
NeedlemanWunsch	com/wcohen/secondstring/NeedlemanWunsch.java	/^	public NeedlemanWunsch(CharMatchScore charMatchScore,double gapCost) {$/;"	m	class:NeedlemanWunsch
NeedlemanWunsch	com/wcohen/secondstring/NeedlemanWunsch.java	/^public class NeedlemanWunsch extends AbstractStringDistance$/;"	c
NullBlocker	com/wcohen/secondstring/expt/NullBlocker.java	/^	public NullBlocker() {;}$/;"	m	class:NullBlocker
NullBlocker	com/wcohen/secondstring/expt/NullBlocker.java	/^public class NullBlocker extends Blocker {$/;"	c
ONE	com/wcohen/secondstring/AbstractStatisticalTokenDistance.java	/^	private final Integer ONE = new Integer(1);$/;"	f	class:AbstractStatisticalTokenDistance	file:
ONE	com/wcohen/secondstring/JensenShannonDistance.java	/^	private static final Integer ONE = new Integer(1);$/;"	f	class:JensenShannonDistance
Pair	com/wcohen/secondstring/expt/Blocker.java	/^		public Pair(MatchData.Instance a,MatchData.Instance b) { $/;"	m	class:Blocker.Pair
Pair	com/wcohen/secondstring/expt/Blocker.java	/^	public static class Pair implements Comparable, Serializable $/;"	c	class:Blocker
PrintfFormat	com/wcohen/secondstring/PrintfFormat.java	/^  public PrintfFormat(Locale locale,String fmtArg)$/;"	m	class:PrintfFormat
PrintfFormat	com/wcohen/secondstring/PrintfFormat.java	/^  public PrintfFormat(String fmtArg)$/;"	m	class:PrintfFormat
PrintfFormat	com/wcohen/secondstring/PrintfFormat.java	/^public class PrintfFormat {$/;"	c
RANDOM_GAUSSIAN_SD	com/wcohen/secondstring/SLIM.java	/^	private static final double RANDOM_GAUSSIAN_SD = 1.0;$/;"	f	class:SLIM
SLIM	com/wcohen/secondstring/SLIM.java	/^	public SLIM() { }$/;"	m	class:SLIM
SLIM	com/wcohen/secondstring/SLIM.java	/^public class SLIM extends AbstractStringDistance$/;"	c
SLIMWinkler	com/wcohen/secondstring/SLIMWinkler.java	/^	public SLIMWinkler() { super(new SLIM()); }$/;"	m	class:SLIMWinkler
SLIMWinkler	com/wcohen/secondstring/SLIMWinkler.java	/^public class SLIMWinkler extends WinklerRescorer$/;"	c
STOPWORD_TOKEN_MARKER	com/wcohen/secondstring/expt/TokenBlocker.java	/^	private static final Set STOPWORD_TOKEN_MARKER = new HashSet();$/;"	f	class:TokenBlocker
SimpleTokenizer	com/wcohen/secondstring/tokens/SimpleTokenizer.java	/^	public SimpleTokenizer(boolean ignorePunctuation,boolean ignoreCase) {$/;"	m	class:SimpleTokenizer
SimpleTokenizer	com/wcohen/secondstring/tokens/SimpleTokenizer.java	/^public class SimpleTokenizer implements Tokenizer$/;"	c
SlimTFIDF	com/wcohen/secondstring/SlimTFIDF.java	/^	public SlimTFIDF() { super(new SLIMWinkler(), 0.0); }$/;"	m	class:SlimTFIDF
SlimTFIDF	com/wcohen/secondstring/SlimTFIDF.java	/^public class SlimTFIDF extends SoftTFIDF$/;"	c
SmithWaterman	com/wcohen/secondstring/SmithWaterman.java	/^	public SmithWaterman() {$/;"	m	class:SmithWaterman
SmithWaterman	com/wcohen/secondstring/SmithWaterman.java	/^	public SmithWaterman(CharMatchScore charMatchScore,double gapCost) {$/;"	m	class:SmithWaterman
SmithWaterman	com/wcohen/secondstring/SmithWaterman.java	/^public class SmithWaterman extends AbstractStringDistance$/;"	c
SoftTFIDF	com/wcohen/secondstring/SoftTFIDF.java	/^	public SoftTFIDF(StringDistance tokenDistance) {$/;"	m	class:SoftTFIDF
SoftTFIDF	com/wcohen/secondstring/SoftTFIDF.java	/^	public SoftTFIDF(StringDistance tokenDistance,double tokenMatchThreshold) { $/;"	m	class:SoftTFIDF
SoftTFIDF	com/wcohen/secondstring/SoftTFIDF.java	/^	public SoftTFIDF(Tokenizer tokenizer,StringDistance tokenDistance,double tokenMatchThreshold) { $/;"	m	class:SoftTFIDF
SoftTFIDF	com/wcohen/secondstring/SoftTFIDF.java	/^public class SoftTFIDF extends TFIDF$/;"	c
SoftTokenFelligiSunter	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^	public SoftTokenFelligiSunter() {$/;"	m	class:SoftTokenFelligiSunter
SoftTokenFelligiSunter	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^	public SoftTokenFelligiSunter(Tokenizer tokenizer,StringDistance tokenDistance,$/;"	m	class:SoftTokenFelligiSunter
SoftTokenFelligiSunter	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^public class SoftTokenFelligiSunter extends AbstractStatisticalTokenDistance$/;"	c
StringDistance	com/wcohen/secondstring/StringDistance.java	/^public interface StringDistance $/;"	i
StringWrapper	com/wcohen/secondstring/StringWrapper.java	/^	  public StringWrapper(String s) { this.s = s; } $/;"	m	class:StringWrapper
StringWrapper	com/wcohen/secondstring/StringWrapper.java	/^public class StringWrapper $/;"	c
TFIDF	com/wcohen/secondstring/TFIDF.java	/^	public TFIDF() { super(); }$/;"	m	class:TFIDF
TFIDF	com/wcohen/secondstring/TFIDF.java	/^	public TFIDF(Tokenizer tokenizer) { super(tokenizer);	}$/;"	m	class:TFIDF
TFIDF	com/wcohen/secondstring/TFIDF.java	/^public class TFIDF extends AbstractStatisticalTokenDistance$/;"	c
THREE	com/wcohen/secondstring/AbstractStatisticalTokenDistance.java	/^	private final Integer THREE = new Integer(3);$/;"	f	class:AbstractStatisticalTokenDistance	file:
THREE	com/wcohen/secondstring/JensenShannonDistance.java	/^	private static final Integer THREE = new Integer(3);$/;"	f	class:JensenShannonDistance
TRACE	com/wcohen/secondstring/SLIM.java	/^	private static final boolean TRACE = false;$/;"	f	class:SLIM
TWO	com/wcohen/secondstring/AbstractStatisticalTokenDistance.java	/^	private final Integer TWO = new Integer(2);$/;"	f	class:AbstractStatisticalTokenDistance	file:
TWO	com/wcohen/secondstring/JensenShannonDistance.java	/^	private static final Integer TWO = new Integer(2);$/;"	f	class:JensenShannonDistance
TestPackage	com/wcohen/secondstring/TestPackage.java	/^	public TestPackage(String name) { super(name); }$/;"	m	class:TestPackage
TestPackage	com/wcohen/secondstring/TestPackage.java	/^public class TestPackage extends TestSuite $/;"	c
Token	com/wcohen/secondstring/tokens/Token.java	/^	Token(int index,String value) {$/;"	m	class:Token
Token	com/wcohen/secondstring/tokens/Token.java	/^public class Token implements Comparable$/;"	c
TokenBlocker	com/wcohen/secondstring/expt/TokenBlocker.java	/^	public TokenBlocker() {$/;"	m	class:TokenBlocker
TokenBlocker	com/wcohen/secondstring/expt/TokenBlocker.java	/^	public TokenBlocker(Tokenizer tokenizer, double maxFraction) {$/;"	m	class:TokenBlocker
TokenBlocker	com/wcohen/secondstring/expt/TokenBlocker.java	/^public class TokenBlocker extends Blocker $/;"	c
TokenFelligiSunter	com/wcohen/secondstring/TokenFelligiSunter.java	/^	public TokenFelligiSunter() {$/;"	m	class:TokenFelligiSunter
TokenFelligiSunter	com/wcohen/secondstring/TokenFelligiSunter.java	/^	public TokenFelligiSunter(Tokenizer tokenizer,double mismatchFactor) {$/;"	m	class:TokenFelligiSunter
TokenFelligiSunter	com/wcohen/secondstring/TokenFelligiSunter.java	/^public class TokenFelligiSunter extends AbstractStatisticalTokenDistance$/;"	c
TokenNeighbor	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^		public TokenNeighbor(String tokVal,double score) { $/;"	m	class:SoftTokenFelligiSunter.TokenNeighbor
TokenNeighbor	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^	private class TokenNeighbor implements Comparable {$/;"	c	class:SoftTokenFelligiSunter
Tokenizer	com/wcohen/secondstring/tokens/Tokenizer.java	/^public interface Tokenizer $/;"	i
USE_TRIVIAL_MODEL	com/wcohen/secondstring/SLIM.java	/^	private static final boolean USE_TRIVIAL_MODEL = true;$/;"	f	class:SLIM
USE_TWO_GAUSSIANS	com/wcohen/secondstring/SLIM.java	/^	private static final boolean USE_TWO_GAUSSIANS = false;$/;"	f	class:SLIM
UnsmoothedJS	com/wcohen/secondstring/UnsmoothedJS.java	/^public class UnsmoothedJS extends JensenShannonDistance$/;"	c
WinklerRescorer	com/wcohen/secondstring/WinklerRescorer.java	/^	public WinklerRescorer(StringDistance innerDistance) { this.innerDistance = innerDistance; }$/;"	m	class:WinklerRescorer
WinklerRescorer	com/wcohen/secondstring/WinklerRescorer.java	/^public class WinklerRescorer extends AbstractStringDistance$/;"	c
a	com/wcohen/secondstring/expt/Blocker.java	/^		transient private final MatchData.Instance a;$/;"	f	class:Blocker.Pair	file:
accumulateStatistics	com/wcohen/secondstring/AbstractStatisticalTokenDistance.java	/^	public void accumulateStatistics(Iterator i) $/;"	m	class:AbstractStatisticalTokenDistance
accumulateStatistics	com/wcohen/secondstring/AbstractStringDistance.java	/^	public void accumulateStatistics(Iterator i) { $/;"	m	class:AbstractStringDistance
accumulateStatistics	com/wcohen/secondstring/JensenShannonDistance.java	/^	final public void accumulateStatistics(Iterator i) $/;"	m	class:JensenShannonDistance
accumulateStatistics	com/wcohen/secondstring/StringDistance.java	/^	public void accumulateStatistics(Iterator i);$/;"	m	interface:StringDistance
addInstance	com/wcohen/secondstring/expt/MatchData.java	/^	public void addInstance(String src,String id,String text) $/;"	m	class:MatchData
addNeighbor	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^	private void addNeighbor(String s, String t, double d) {$/;"	m	class:SoftTokenFelligiSunter	file:
alternateForm	com/wcohen/secondstring/PrintfFormat.java	/^    private boolean alternateForm = false;$/;"	f	class:PrintfFormat.ConversionSpecification	file:
applyFloatPadding	com/wcohen/secondstring/PrintfFormat.java	/^    private char[] applyFloatPadding($/;"	m	class:PrintfFormat.ConversionSpecification	file:
approx	com/wcohen/secondstring/MongeElkan.java	/^	static private Set[] approx;$/;"	f	class:MongeElkan	file:
argumentPosition	com/wcohen/secondstring/PrintfFormat.java	/^    private int argumentPosition=0;$/;"	f	class:PrintfFormat.ConversionSpecification	file:
argumentPositionForFieldWidth	com/wcohen/secondstring/PrintfFormat.java	/^    private int argumentPositionForFieldWidth=0;$/;"	f	class:PrintfFormat.ConversionSpecification	file:
argumentPositionForPrecision	com/wcohen/secondstring/PrintfFormat.java	/^    private int argumentPositionForPrecision=0;$/;"	f	class:PrintfFormat.ConversionSpecification	file:
averagePrecision	com/wcohen/secondstring/expt/MatchExpt.java	/^	public Double averagePrecision() $/;"	m	class:MatchExpt
b	com/wcohen/secondstring/expt/Blocker.java	/^		transient private final MatchData.Instance b;$/;"	f	class:Blocker.Pair	file:
backgroundFrequency	com/wcohen/secondstring/JensenShannonDistance.java	/^	private Map backgroundFrequency = new HashMap(); $/;"	f	class:JensenShannonDistance	file:
backgroundProb	com/wcohen/secondstring/JensenShannonDistance.java	/^	protected double backgroundProb(Token tok) $/;"	m	class:JensenShannonDistance
bigMean	com/wcohen/secondstring/SLIM.java	/^		double bigMean;      \/\/ wide gaussian's mean$/;"	f	class:SLIM.MixtureModel
bigVariance	com/wcohen/secondstring/SLIM.java	/^		double bigVariance;  \/\/ variance of wide gaussian, which approximates uniform$/;"	f	class:SLIM.MixtureModel
block	com/wcohen/secondstring/expt/Blocker.java	/^	abstract public void block(MatchData data);$/;"	m	class:Blocker
block	com/wcohen/secondstring/expt/NullBlocker.java	/^	public void block(MatchData data) $/;"	m	class:NullBlocker
block	com/wcohen/secondstring/expt/TokenBlocker.java	/^	public void block(MatchData data) $/;"	m	class:TokenBlocker
blocker	com/wcohen/secondstring/expt/MatchExptScript.java	/^	public void blocker(String blockerClass) $/;"	m	class:MatchExptScript
blocker	com/wcohen/secondstring/expt/MatchExptScript.java	/^	public void blocker(String blockerClass, String param, String value) $/;"	m	class:MatchExptScript
blockerNames	com/wcohen/secondstring/expt/MatchExptScript.java	/^	private List blockerNames;$/;"	f	class:MatchExptScript	file:
blockerRecall	com/wcohen/secondstring/expt/MatchExpt.java	/^	public Double blockerRecall()$/;"	m	class:MatchExpt
blockers	com/wcohen/secondstring/expt/MatchExptScript.java	/^	private List blockers;$/;"	f	class:MatchExptScript	file:
blockingTime	com/wcohen/secondstring/expt/MatchExpt.java	/^	private double blockingTime;$/;"	f	class:MatchExpt	file:
build	com/wcohen/secondstring/DistanceFactory.java	/^	private static StringDistance build(int lo,String[] classNames) $/;"	m	class:DistanceFactory
build	com/wcohen/secondstring/DistanceFactory.java	/^	public static StringDistance build(String classNames) $/;"	m	class:DistanceFactory
build	com/wcohen/secondstring/DistanceFactory.java	/^	public static StringDistance build(String[] classNames) $/;"	m	class:DistanceFactory
cPos	com/wcohen/secondstring/PrintfFormat.java	/^  private int cPos=0;$/;"	f	class:PrintfFormat	file:
cellFormat	com/wcohen/secondstring/MemoMatrix.java	/^	protected String cellFormat = "%3g";$/;"	f	class:MemoMatrix
changed	com/wcohen/secondstring/SLIM.java	/^		private boolean changed(double newV,double oldV) {$/;"	m	class:SLIM.MixtureModel	file:
charAt	com/wcohen/secondstring/StringWrapper.java	/^    public char charAt(int i) { return s.charAt(i); }$/;"	m	class:StringWrapper
charMatchScore	com/wcohen/secondstring/AffineGap.java	/^	private CharMatchScore charMatchScore;$/;"	f	class:AffineGap	file:
charMatchScore	com/wcohen/secondstring/NeedlemanWunsch.java	/^	private CharMatchScore charMatchScore;$/;"	f	class:NeedlemanWunsch	file:
charMatchScore	com/wcohen/secondstring/SmithWaterman.java	/^	private CharMatchScore charMatchScore;$/;"	f	class:SmithWaterman	file:
check	com/wcohen/secondstring/TestPackage.java	/^		public void check(StringDistance dist, double expected, double epsilon) {$/;"	m	class:TestPackage.MyFixture
checkForCarry	com/wcohen/secondstring/PrintfFormat.java	/^    private boolean checkForCarry(char[] ca1,int icarry) {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
clear	com/wcohen/secondstring/expt/MatchExptScript.java	/^	public void clear(String what) $/;"	m	class:MatchExptScript
clusterMode	com/wcohen/secondstring/expt/Blocker.java	/^	protected boolean clusterMode;$/;"	f	class:Blocker
collectionSize	com/wcohen/secondstring/AbstractStatisticalTokenDistance.java	/^	protected int collectionSize = 0;$/;"	f	class:AbstractStatisticalTokenDistance
com.wcohen.secondstring	com/wcohen/secondstring/AbstractStatisticalTokenDistance.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/AbstractStringDistance.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/AffineGap.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/BagOfTokens.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/CharJaccard.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/CharMatchScore.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/DirichletJS.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/DistanceFactory.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/Jaccard.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/Jaro.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/JaroWinkler.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/JaroWinklerTFIDF.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/JelinekMercerJS.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/JensenShannonDistance.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/Level2.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/Level2Jaro.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/Level2JaroWinkler.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/Level2Levenstein.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/Level2MongeElkan.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/Level2SLIM.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/Level2SLIMWinkler.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/Levenstein.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/MemoMatrix.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/Mixture.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/MongeElkan.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/NeedlemanWunsch.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/PrintfFormat.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/SLIM.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/SLIMWinkler.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/SlimTFIDF.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/SmithWaterman.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/SoftTFIDF.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/StringDistance.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/StringWrapper.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/TFIDF.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/TestPackage.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/TokenFelligiSunter.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/UnsmoothedJS.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring	com/wcohen/secondstring/WinklerRescorer.java	/^package com.wcohen.secondstring;$/;"	p
com.wcohen.secondstring.expt	com/wcohen/secondstring/expt/Blocker.java	/^package com.wcohen.secondstring.expt;$/;"	p
com.wcohen.secondstring.expt	com/wcohen/secondstring/expt/ClusterNGramBlocker.java	/^package com.wcohen.secondstring.expt;$/;"	p
com.wcohen.secondstring.expt	com/wcohen/secondstring/expt/ClusterTokenBlocker.java	/^package com.wcohen.secondstring.expt;$/;"	p
com.wcohen.secondstring.expt	com/wcohen/secondstring/expt/MatchData.java	/^package com.wcohen.secondstring.expt;$/;"	p
com.wcohen.secondstring.expt	com/wcohen/secondstring/expt/MatchExpt.java	/^package com.wcohen.secondstring.expt;$/;"	p
com.wcohen.secondstring.expt	com/wcohen/secondstring/expt/MatchExptScript.java	/^package com.wcohen.secondstring.expt;$/;"	p
com.wcohen.secondstring.expt	com/wcohen/secondstring/expt/NGramBlocker.java	/^package com.wcohen.secondstring.expt;$/;"	p
com.wcohen.secondstring.expt	com/wcohen/secondstring/expt/NullBlocker.java	/^package com.wcohen.secondstring.expt;$/;"	p
com.wcohen.secondstring.expt	com/wcohen/secondstring/expt/TokenBlocker.java	/^package com.wcohen.secondstring.expt;$/;"	p
com.wcohen.secondstring.tokens	com/wcohen/secondstring/tokens/NGramTokenizer.java	/^package com.wcohen.secondstring.tokens;$/;"	p
com.wcohen.secondstring.tokens	com/wcohen/secondstring/tokens/SimpleTokenizer.java	/^package com.wcohen.secondstring.tokens;$/;"	p
com.wcohen.secondstring.tokens	com/wcohen/secondstring/tokens/Token.java	/^package com.wcohen.secondstring.tokens;$/;"	p
com.wcohen.secondstring.tokens	com/wcohen/secondstring/tokens/Tokenizer.java	/^package com.wcohen.secondstring.tokens;$/;"	p
commonChars	com/wcohen/secondstring/Jaro.java	/^	private String commonChars(String s,String t,int halflen) $/;"	m	class:Jaro	file:
commonPrefixLength	com/wcohen/secondstring/WinklerRescorer.java	/^	private static int commonPrefixLength(int maxLength,String common1,String common2)$/;"	m	class:WinklerRescorer
compareTo	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^		public int compareTo(Object o) {$/;"	m	class:SoftTokenFelligiSunter.TokenNeighbor
compareTo	com/wcohen/secondstring/expt/Blocker.java	/^		public int compareTo(Object o) {$/;"	m	class:Blocker.Pair
compareTo	com/wcohen/secondstring/tokens/Token.java	/^	public int compareTo(Object o) {$/;"	m	class:Token
computable	com/wcohen/secondstring/expt/MatchExptScript.java	/^	private boolean computable;$/;"	f	class:MatchExptScript	file:
compute	com/wcohen/secondstring/AffineGap.java	/^			public double compute(int i,int j) {$/;"	m	class:AffineGap.MatrixTrio.InsertSMatrix
compute	com/wcohen/secondstring/AffineGap.java	/^			public double compute(int i,int j) {$/;"	m	class:AffineGap.MatrixTrio.InsertTMatrix
compute	com/wcohen/secondstring/AffineGap.java	/^		public double compute(int i,int j) {$/;"	m	class:AffineGap.MatrixTrio
compute	com/wcohen/secondstring/MemoMatrix.java	/^	abstract double compute(int i,int j); $/;"	m	class:MemoMatrix
compute	com/wcohen/secondstring/NeedlemanWunsch.java	/^		public double compute(int i,int j) {$/;"	m	class:NeedlemanWunsch.MyMatrix
compute	com/wcohen/secondstring/SLIM.java	/^		double compute(int i,int j) { $/;"	m	class:SLIM.MixMemoMatrix
compute	com/wcohen/secondstring/SLIM.java	/^		double compute(int i,int j) { return sAt(i)==tAt(j) ? 1 : 0; }$/;"	m	class:SLIM.MatchMemoMatrix
compute	com/wcohen/secondstring/SmithWaterman.java	/^		public double compute(int i,int j) {$/;"	m	class:SmithWaterman.MyMatrix
compute	com/wcohen/secondstring/expt/MatchExptScript.java	/^	public void compute() $/;"	m	class:MatchExptScript
computeTokenDistances	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^	private void computeTokenDistances() $/;"	m	class:SoftTokenFelligiSunter	file:
computed	com/wcohen/secondstring/MemoMatrix.java	/^	private boolean[][] computed;$/;"	f	class:MemoMatrix	file:
contains	com/wcohen/secondstring/BagOfTokens.java	/^	boolean contains(Token tok) {$/;"	m	class:BagOfTokens
conversionCharacter	com/wcohen/secondstring/PrintfFormat.java	/^    private char conversionCharacter = '\\0';$/;"	f	class:PrintfFormat.ConversionSpecification	file:
corpus	com/wcohen/secondstring/TestPackage.java	/^		private static List corpus;$/;"	f	class:TestPackage.MyFixture
correctPair	com/wcohen/secondstring/expt/MatchExpt.java	/^	private boolean correctPair(int i) { return pairs[i]!=null && pairs[i].isCorrect(); }$/;"	m	class:MatchExpt	file:
count	com/wcohen/secondstring/SLIM.java	/^		int[] count;$/;"	f	class:SLIM.Histogram
countCorrectPairs	com/wcohen/secondstring/expt/Blocker.java	/^	protected int countCorrectPairs(MatchData data) $/;"	m	class:Blocker
dataset	com/wcohen/secondstring/expt/MatchExptScript.java	/^	public void dataset(String dataFile) throws MatchData.InputFormatException $/;"	m	class:MatchExptScript
datasetNames	com/wcohen/secondstring/expt/MatchExptScript.java	/^	private List datasetNames;$/;"	f	class:MatchExptScript	file:
datasets	com/wcohen/secondstring/expt/MatchExptScript.java	/^	private List datasets;$/;"	f	class:MatchExptScript	file:
defaultDigits	com/wcohen/secondstring/PrintfFormat.java	/^    private final static int defaultDigits=6; $/;"	f	class:PrintfFormat.ConversionSpecification
defaultMaxFraction	com/wcohen/secondstring/expt/TokenBlocker.java	/^	private static double defaultMaxFraction = 1.0;$/;"	f	class:TokenBlocker
dfs	com/wcohen/secondstring/PrintfFormat.java	/^  private DecimalFormatSymbols dfs=null;$/;"	f	class:PrintfFormat	file:
displayResults	com/wcohen/secondstring/expt/MatchExpt.java	/^	public void displayResults(boolean showMismatches,PrintStream out) throws IOException $/;"	m	class:MatchExpt
distance	com/wcohen/secondstring/expt/Blocker.java	/^		private double distance = -9999;$/;"	f	class:Blocker.Pair	file:
distance	com/wcohen/secondstring/expt/MatchExptScript.java	/^	public void distance(String distanceClass) $/;"	m	class:MatchExptScript
distanceNames	com/wcohen/secondstring/expt/MatchExptScript.java	/^	private List distanceNames;$/;"	f	class:MatchExptScript	file:
distances	com/wcohen/secondstring/expt/MatchExptScript.java	/^	private List distances;$/;"	f	class:MatchExptScript	file:
doMain	com/wcohen/secondstring/AbstractStringDistance.java	/^	final protected static void doMain(StringDistance d,String[] argv) $/;"	m	class:AbstractStringDistance
documentFrequency	com/wcohen/secondstring/AbstractStatisticalTokenDistance.java	/^	protected Map documentFrequency = new HashMap(); $/;"	f	class:AbstractStatisticalTokenDistance
eFormatDigits	com/wcohen/secondstring/PrintfFormat.java	/^    private char[] eFormatDigits(double x,char eChar) {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
eFormatString	com/wcohen/secondstring/PrintfFormat.java	/^    private String eFormatString(double x,char eChar) {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
echo	com/wcohen/secondstring/expt/MatchExptScript.java	/^	public void echo(String onOrOff) $/;"	m	class:MatchExptScript
echoCommands	com/wcohen/secondstring/expt/MatchExptScript.java	/^	private boolean echoCommands;$/;"	f	class:MatchExptScript	file:
elevenPoints	com/wcohen/secondstring/expt/MatchExpt.java	/^	private static double[] elevenPoints = new double[] { 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0 };$/;"	f	class:MatchExpt
equals	com/wcohen/secondstring/expt/Blocker.java	/^		public boolean equals(Object o) {$/;"	m	class:Blocker.IdKey
execCommand	com/wcohen/secondstring/expt/MatchExptScript.java	/^	private void execCommand(String command,List args) $/;"	m	class:MatchExptScript	file:
explainScore	com/wcohen/secondstring/AbstractStringDistance.java	/^	abstract public String explainScore(StringWrapper s, StringWrapper t);$/;"	m	class:AbstractStringDistance
explainScore	com/wcohen/secondstring/AbstractStringDistance.java	/^	final public String explainScore(String s, String t) {$/;"	m	class:AbstractStringDistance
explainScore	com/wcohen/secondstring/AffineGap.java	/^	public String explainScore(StringWrapper s,StringWrapper t) {$/;"	m	class:AffineGap
explainScore	com/wcohen/secondstring/Jaccard.java	/^	public String explainScore(StringWrapper s, StringWrapper t) $/;"	m	class:Jaccard
explainScore	com/wcohen/secondstring/Jaro.java	/^	public String explainScore(StringWrapper s, StringWrapper t)	$/;"	m	class:Jaro
explainScore	com/wcohen/secondstring/JensenShannonDistance.java	/^	final public String explainScore(StringWrapper s,StringWrapper t) $/;"	m	class:JensenShannonDistance
explainScore	com/wcohen/secondstring/Level2.java	/^	public String explainScore(StringWrapper s, StringWrapper t) $/;"	m	class:Level2
explainScore	com/wcohen/secondstring/Mixture.java	/^	public String explainScore(StringWrapper s, StringWrapper t) $/;"	m	class:Mixture
explainScore	com/wcohen/secondstring/MongeElkan.java	/^	public String explainScore(StringWrapper s,StringWrapper t) $/;"	m	class:MongeElkan
explainScore	com/wcohen/secondstring/NeedlemanWunsch.java	/^	public String explainScore(StringWrapper s,StringWrapper t) {$/;"	m	class:NeedlemanWunsch
explainScore	com/wcohen/secondstring/SLIM.java	/^	public String explainScore(StringWrapper s, StringWrapper t)	$/;"	m	class:SLIM
explainScore	com/wcohen/secondstring/SmithWaterman.java	/^	public String explainScore(StringWrapper s,StringWrapper t) {$/;"	m	class:SmithWaterman
explainScore	com/wcohen/secondstring/SoftTFIDF.java	/^	public String explainScore(StringWrapper s, StringWrapper t) $/;"	m	class:SoftTFIDF
explainScore	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^	public String explainScore(StringWrapper s, StringWrapper t) $/;"	m	class:SoftTokenFelligiSunter
explainScore	com/wcohen/secondstring/StringDistance.java	/^	public String explainScore(String s, String t);$/;"	m	interface:StringDistance
explainScore	com/wcohen/secondstring/StringDistance.java	/^	public String explainScore(StringWrapper s, StringWrapper t);$/;"	m	interface:StringDistance
explainScore	com/wcohen/secondstring/TFIDF.java	/^	public String explainScore(StringWrapper s, StringWrapper t) $/;"	m	class:TFIDF
explainScore	com/wcohen/secondstring/TokenFelligiSunter.java	/^	public String explainScore(StringWrapper s, StringWrapper t) $/;"	m	class:TokenFelligiSunter
explainScore	com/wcohen/secondstring/WinklerRescorer.java	/^	public String explainScore(StringWrapper s, StringWrapper t)	$/;"	m	class:WinklerRescorer
expt	com/wcohen/secondstring/expt/MatchExptScript.java	/^	private MatchExpt[][][] expt;$/;"	f	class:MatchExptScript	file:
extendGapScore	com/wcohen/secondstring/AffineGap.java	/^	private double extendGapScore;$/;"	f	class:AffineGap	file:
fFormatDigits	com/wcohen/secondstring/PrintfFormat.java	/^    private char[] fFormatDigits(double x) {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
fFormatString	com/wcohen/secondstring/PrintfFormat.java	/^    private String fFormatString(double x) {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
fieldWidth	com/wcohen/secondstring/PrintfFormat.java	/^    private int fieldWidth = 0;$/;"	f	class:PrintfFormat.ConversionSpecification	file:
fieldWidthSet	com/wcohen/secondstring/PrintfFormat.java	/^    private boolean fieldWidthSet = false;$/;"	f	class:PrintfFormat.ConversionSpecification	file:
filename	com/wcohen/secondstring/expt/MatchData.java	/^	private String filename;$/;"	f	class:MatchData	file:
findClassFor	com/wcohen/secondstring/DistanceFactory.java	/^	static private Class findClassFor(String s) throws ClassNotFoundException$/;"	m	class:DistanceFactory	file:
findParamFor	com/wcohen/secondstring/DistanceFactory.java	/^	static private String findParamFor(String s)$/;"	m	class:DistanceFactory	file:
findParamValueFor	com/wcohen/secondstring/DistanceFactory.java	/^	static private String findParamValueFor(String s)$/;"	m	class:DistanceFactory	file:
fmt	com/wcohen/secondstring/PrintfFormat.java	/^    private String fmt;$/;"	f	class:PrintfFormat.ConversionSpecification	file:
freq	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^		public int freq;$/;"	f	class:SoftTokenFelligiSunter.TokenNeighbor
gapCost	com/wcohen/secondstring/NeedlemanWunsch.java	/^	private double gapCost;$/;"	f	class:NeedlemanWunsch	file:
gapCost	com/wcohen/secondstring/SmithWaterman.java	/^	private double gapCost;$/;"	f	class:SmithWaterman	file:
get	com/wcohen/secondstring/MemoMatrix.java	/^	final double get(int i,int j) {$/;"	m	class:MemoMatrix
getA	com/wcohen/secondstring/expt/Blocker.java	/^		public MatchData.Instance getA() { return a; }$/;"	m	class:Blocker.Pair
getArgumentPosition	com/wcohen/secondstring/PrintfFormat.java	/^    int getArgumentPosition() { return argumentPosition; }$/;"	m	class:PrintfFormat.ConversionSpecification
getArgumentPositionForFieldWidth	com/wcohen/secondstring/PrintfFormat.java	/^    int getArgumentPositionForFieldWidth() {$/;"	m	class:PrintfFormat.ConversionSpecification
getArgumentPositionForPrecision	com/wcohen/secondstring/PrintfFormat.java	/^    int getArgumentPositionForPrecision() {$/;"	m	class:PrintfFormat.ConversionSpecification
getB	com/wcohen/secondstring/expt/Blocker.java	/^		public MatchData.Instance getB() { return b; }$/;"	m	class:Blocker.Pair
getConversionCharacter	com/wcohen/secondstring/PrintfFormat.java	/^    char getConversionCharacter() {$/;"	m	class:PrintfFormat.ConversionSpecification
getCount	com/wcohen/secondstring/SLIM.java	/^		public int getCount(int diff) { return count[ diff + maxLength ];	}$/;"	m	class:SLIM.Histogram
getDistance	com/wcohen/secondstring/expt/Blocker.java	/^		public double getDistance() { return distance; } $/;"	m	class:Blocker.Pair
getDocumentFrequency	com/wcohen/secondstring/AbstractStatisticalTokenDistance.java	/^	public int getDocumentFrequency(Token tok) {$/;"	m	class:AbstractStatisticalTokenDistance
getFilename	com/wcohen/secondstring/expt/MatchData.java	/^	public String getFilename()$/;"	m	class:MatchData
getId	com/wcohen/secondstring/expt/MatchData.java	/^		public String getId() { return id; }$/;"	m	class:MatchData.Instance
getIndex	com/wcohen/secondstring/tokens/Token.java	/^	public int getIndex() { return index; }$/;"	m	class:Token
getInstance	com/wcohen/secondstring/expt/MatchData.java	/^	public Instance getInstance(String src, int j) { $/;"	m	class:MatchData
getLambda	com/wcohen/secondstring/JelinekMercerJS.java	/^	public double getLambda() { return lambda; }$/;"	m	class:JelinekMercerJS
getLiteral	com/wcohen/secondstring/PrintfFormat.java	/^    String getLiteral() {$/;"	m	class:PrintfFormat.ConversionSpecification
getMaxDiff	com/wcohen/secondstring/SLIM.java	/^		public int getMaxDiff() { return +maxLength; }$/;"	m	class:SLIM.Histogram
getMinDiff	com/wcohen/secondstring/SLIM.java	/^		public int getMinDiff() { return -maxLength; }$/;"	m	class:SLIM.Histogram
getPair	com/wcohen/secondstring/expt/Blocker.java	/^	abstract public Pair getPair(int i);$/;"	m	class:Blocker
getPair	com/wcohen/secondstring/expt/NullBlocker.java	/^	public Pair getPair(int i) { return (Pair)pairList.get(i); }$/;"	m	class:NullBlocker
getPair	com/wcohen/secondstring/expt/TokenBlocker.java	/^	public Pair getPair(int i) { return (Pair)pairList.get(i); }$/;"	m	class:TokenBlocker
getPseudoCount	com/wcohen/secondstring/DirichletJS.java	/^	public double getPseudoCount() { return pseudoCount; }$/;"	m	class:DirichletJS
getSource	com/wcohen/secondstring/expt/MatchData.java	/^		public String getSource() { return source; }$/;"	m	class:MatchData.Instance
getSource	com/wcohen/secondstring/expt/MatchData.java	/^		public String getSource() { return src; }$/;"	m	class:MatchData.MatchIterator
getSource	com/wcohen/secondstring/expt/MatchData.java	/^	public String getSource(int i) { $/;"	m	class:MatchData
getText	com/wcohen/secondstring/expt/MatchData.java	/^		public StringWrapper getText() { return text; }$/;"	m	class:MatchData.Instance
getTokenMatchThreshold	com/wcohen/secondstring/SoftTFIDF.java	/^	public double getTokenMatchThreshold() { return tokenMatchThreshold; }$/;"	m	class:SoftTFIDF
getTotalCount	com/wcohen/secondstring/SLIM.java	/^		public int getTotalCount() { return totalCount; }$/;"	m	class:SLIM.Histogram
getTotalWeight	com/wcohen/secondstring/BagOfTokens.java	/^	double getTotalWeight() {$/;"	m	class:BagOfTokens
getValue	com/wcohen/secondstring/tokens/Token.java	/^	public String getValue() { return value; }$/;"	m	class:Token
getWeight	com/wcohen/secondstring/BagOfTokens.java	/^	double getWeight(Token tok) {$/;"	m	class:BagOfTokens
graphPrecisionRecall	com/wcohen/secondstring/expt/MatchExpt.java	/^	public void graphPrecisionRecall(PrintStream out) throws IOException $/;"	m	class:MatchExpt
h	com/wcohen/secondstring/JensenShannonDistance.java	/^	private double h(double p) { return - p * Math.log(p); }$/;"	m	class:JensenShannonDistance	file:
halfLengthOfShorter	com/wcohen/secondstring/Jaro.java	/^	private int halfLengthOfShorter(String str1,String str2)$/;"	m	class:Jaro	file:
hasNext	com/wcohen/secondstring/expt/MatchData.java	/^		public boolean hasNext() { return sourceCursor<numSources() && instanceCursor<numInstances(src); }$/;"	m	class:MatchData.MatchIterator
hashCode	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^		public int hashCode() {$/;"	m	class:SoftTokenFelligiSunter.TokenNeighbor
hashCode	com/wcohen/secondstring/StringWrapper.java	/^    public int hashCode() { return s.hashCode(); }$/;"	m	class:StringWrapper
hashCode	com/wcohen/secondstring/expt/Blocker.java	/^		public int hashCode() { return id.hashCode() ^ src.hashCode(); }$/;"	m	class:Blocker.IdKey
hashCode	com/wcohen/secondstring/tokens/Token.java	/^	public int hashCode() { return value.hashCode(); }$/;"	m	class:Token
id	com/wcohen/secondstring/expt/Blocker.java	/^		public String id;$/;"	f	class:Blocker.IdKey
id	com/wcohen/secondstring/expt/MatchData.java	/^		private final String id;$/;"	f	class:MatchData.Instance	file:
ignoreCase	com/wcohen/secondstring/tokens/SimpleTokenizer.java	/^	private boolean ignoreCase = true;$/;"	f	class:SimpleTokenizer	file:
ignorePunctuation	com/wcohen/secondstring/tokens/SimpleTokenizer.java	/^	private boolean ignorePunctuation = true;$/;"	f	class:SimpleTokenizer	file:
index	com/wcohen/secondstring/tokens/Token.java	/^	private final int index;$/;"	f	class:Token	file:
innerDistance	com/wcohen/secondstring/WinklerRescorer.java	/^	private StringDistance innerDistance;$/;"	f	class:WinklerRescorer	file:
innerTokenizer	com/wcohen/secondstring/tokens/NGramTokenizer.java	/^	private Tokenizer innerTokenizer;$/;"	f	class:NGramTokenizer	file:
instanceCursor	com/wcohen/secondstring/expt/MatchData.java	/^		private int sourceCursor,instanceCursor;$/;"	f	class:MatchData.MatchIterator	file:
intern	com/wcohen/secondstring/tokens/NGramTokenizer.java	/^	public Token intern(String s) { return innerTokenizer.intern(s); }$/;"	m	class:NGramTokenizer
intern	com/wcohen/secondstring/tokens/SimpleTokenizer.java	/^	public Token intern(String s) $/;"	m	class:SimpleTokenizer
intern	com/wcohen/secondstring/tokens/Tokenizer.java	/^	public Token intern(String s);$/;"	m	interface:Tokenizer
internSomething	com/wcohen/secondstring/tokens/SimpleTokenizer.java	/^	private Token internSomething(String s) $/;"	m	class:SimpleTokenizer	file:
internalsprintf	com/wcohen/secondstring/PrintfFormat.java	/^    String internalsprintf(Object s) {$/;"	m	class:PrintfFormat.ConversionSpecification
internalsprintf	com/wcohen/secondstring/PrintfFormat.java	/^    String internalsprintf(String s)$/;"	m	class:PrintfFormat.ConversionSpecification
internalsprintf	com/wcohen/secondstring/PrintfFormat.java	/^    String internalsprintf(double s)$/;"	m	class:PrintfFormat.ConversionSpecification
internalsprintf	com/wcohen/secondstring/PrintfFormat.java	/^    String internalsprintf(int s)$/;"	m	class:PrintfFormat.ConversionSpecification
internalsprintf	com/wcohen/secondstring/PrintfFormat.java	/^    String internalsprintf(long s)$/;"	m	class:PrintfFormat.ConversionSpecification
interpolated11PointPrecision	com/wcohen/secondstring/expt/MatchExpt.java	/^	public double[] interpolated11PointPrecision()$/;"	m	class:MatchExpt
interpolated11PointRecallLevels	com/wcohen/secondstring/expt/MatchExpt.java	/^	static public double[] interpolated11PointRecallLevels() { return elevenPoints; }$/;"	m	class:MatchExpt
is	com/wcohen/secondstring/AffineGap.java	/^		protected InsertSMatrix is;$/;"	f	class:AffineGap.MatrixTrio
isCorrect	com/wcohen/secondstring/expt/Blocker.java	/^		public boolean isCorrect() { return sameIds ; }$/;"	m	class:Blocker.Pair
isPositionalFieldWidth	com/wcohen/secondstring/PrintfFormat.java	/^    boolean isPositionalFieldWidth() {$/;"	m	class:PrintfFormat.ConversionSpecification
isPositionalPrecision	com/wcohen/secondstring/PrintfFormat.java	/^    boolean isPositionalPrecision() {$/;"	m	class:PrintfFormat.ConversionSpecification
isPositionalSpecification	com/wcohen/secondstring/PrintfFormat.java	/^    boolean isPositionalSpecification() {$/;"	m	class:PrintfFormat.ConversionSpecification
isVariableFieldWidth	com/wcohen/secondstring/PrintfFormat.java	/^    boolean isVariableFieldWidth() {$/;"	m	class:PrintfFormat.ConversionSpecification
isVariablePrecision	com/wcohen/secondstring/PrintfFormat.java	/^    boolean isVariablePrecision() {$/;"	m	class:PrintfFormat.ConversionSpecification
it	com/wcohen/secondstring/AffineGap.java	/^		protected InsertTMatrix it;$/;"	f	class:AffineGap.MatrixTrio
keepOldTokens	com/wcohen/secondstring/tokens/NGramTokenizer.java	/^	private boolean keepOldTokens;$/;"	f	class:NGramTokenizer	file:
lambda	com/wcohen/secondstring/JelinekMercerJS.java	/^	private double lambda = 0.5;$/;"	f	class:JelinekMercerJS	file:
leadingSign	com/wcohen/secondstring/PrintfFormat.java	/^    private boolean leadingSign = false;$/;"	f	class:PrintfFormat.ConversionSpecification	file:
leadingSpace	com/wcohen/secondstring/PrintfFormat.java	/^    private boolean leadingSpace = false;$/;"	f	class:PrintfFormat.ConversionSpecification	file:
leadingZeros	com/wcohen/secondstring/PrintfFormat.java	/^    private boolean leadingZeros = false;$/;"	f	class:PrintfFormat.ConversionSpecification	file:
leftJustify	com/wcohen/secondstring/PrintfFormat.java	/^    private boolean leftJustify = false;$/;"	f	class:PrintfFormat.ConversionSpecification	file:
length	com/wcohen/secondstring/StringWrapper.java	/^    public int length() { return s.length(); }$/;"	m	class:StringWrapper
logPGaussian	com/wcohen/secondstring/SLIM.java	/^		private double logPGaussian(double s,double mean, double var) $/;"	m	class:SLIM.MixtureModel	file:
lowerBound	com/wcohen/secondstring/AffineGap.java	/^	private double lowerBound;$/;"	f	class:AffineGap	file:
m	com/wcohen/secondstring/AffineGap.java	/^		protected MemoMatrix m;$/;"	f	class:AffineGap.MatrixTrio
main	com/wcohen/secondstring/AffineGap.java	/^	static public void main(String[] argv) {$/;"	m	class:AffineGap
main	com/wcohen/secondstring/CharJaccard.java	/^	static public void main(String[] argv) {$/;"	m	class:CharJaccard
main	com/wcohen/secondstring/DirichletJS.java	/^	static public void main(String[] argv) {$/;"	m	class:DirichletJS
main	com/wcohen/secondstring/DistanceFactory.java	/^	static public void main(String[] args) $/;"	m	class:DistanceFactory
main	com/wcohen/secondstring/Jaccard.java	/^	static public void main(String[] argv) {$/;"	m	class:Jaccard
main	com/wcohen/secondstring/Jaro.java	/^	static public void main(String[] argv) {$/;"	m	class:Jaro
main	com/wcohen/secondstring/JaroWinkler.java	/^	static public void main(String[] argv) {$/;"	m	class:JaroWinkler
main	com/wcohen/secondstring/JaroWinklerTFIDF.java	/^	static public void main(String[] argv) {$/;"	m	class:JaroWinklerTFIDF
main	com/wcohen/secondstring/JelinekMercerJS.java	/^	static public void main(String[] argv) {$/;"	m	class:JelinekMercerJS
main	com/wcohen/secondstring/Level2.java	/^	static public void main(String[] argv) {$/;"	m	class:Level2
main	com/wcohen/secondstring/Level2Jaro.java	/^	static public void main(String[] argv) {$/;"	m	class:Level2Jaro
main	com/wcohen/secondstring/Level2JaroWinkler.java	/^	static public void main(String[] argv) {$/;"	m	class:Level2JaroWinkler
main	com/wcohen/secondstring/Level2Levenstein.java	/^	static public void main(String[] argv) {$/;"	m	class:Level2Levenstein
main	com/wcohen/secondstring/Level2MongeElkan.java	/^	static public void main(String[] argv) {$/;"	m	class:Level2MongeElkan
main	com/wcohen/secondstring/Level2SLIM.java	/^	static public void main(String[] argv) {$/;"	m	class:Level2SLIM
main	com/wcohen/secondstring/Level2SLIMWinkler.java	/^	static public void main(String[] argv) {$/;"	m	class:Level2SLIMWinkler
main	com/wcohen/secondstring/Levenstein.java	/^	static public void main(String[] argv) {$/;"	m	class:Levenstein
main	com/wcohen/secondstring/Mixture.java	/^	static public void main(String[] argv) {$/;"	m	class:Mixture
main	com/wcohen/secondstring/MongeElkan.java	/^	static public void main(String[] argv) {$/;"	m	class:MongeElkan
main	com/wcohen/secondstring/NeedlemanWunsch.java	/^	static public void main(String[] argv) {$/;"	m	class:NeedlemanWunsch
main	com/wcohen/secondstring/SLIM.java	/^	static public void main(String[] argv) {$/;"	m	class:SLIM
main	com/wcohen/secondstring/SLIMWinkler.java	/^	static public void main(String[] argv) {$/;"	m	class:SLIMWinkler
main	com/wcohen/secondstring/SlimTFIDF.java	/^	static public void main(String[] argv) {$/;"	m	class:SlimTFIDF
main	com/wcohen/secondstring/SmithWaterman.java	/^	static public void main(String[] argv) {$/;"	m	class:SmithWaterman
main	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^	static public void main(String[] argv) {$/;"	m	class:SoftTokenFelligiSunter
main	com/wcohen/secondstring/TFIDF.java	/^	static public void main(String[] argv) {$/;"	m	class:TFIDF
main	com/wcohen/secondstring/TestPackage.java	/^	static public void main(String[] argv) {$/;"	m	class:TestPackage
main	com/wcohen/secondstring/TokenFelligiSunter.java	/^	static public void main(String[] argv) {$/;"	m	class:TokenFelligiSunter
main	com/wcohen/secondstring/UnsmoothedJS.java	/^	static public void main(String[] argv) {$/;"	m	class:UnsmoothedJS
main	com/wcohen/secondstring/expt/MatchData.java	/^	public static void main(String[] argv) $/;"	m	class:MatchData
main	com/wcohen/secondstring/expt/MatchExpt.java	/^	static public void main(String[] argv) $/;"	m	class:MatchExpt
main	com/wcohen/secondstring/expt/MatchExptScript.java	/^	static public void main(String[] argv) {$/;"	m	class:MatchExptScript
main	com/wcohen/secondstring/tokens/NGramTokenizer.java	/^	public static void main(String[] argv) $/;"	m	class:NGramTokenizer
main	com/wcohen/secondstring/tokens/SimpleTokenizer.java	/^	public static void main(String[] argv) $/;"	m	class:SimpleTokenizer
matchScore	com/wcohen/secondstring/CharMatchScore.java	/^	abstract public double matchScore(char c,char d);$/;"	m	class:CharMatchScore
matchingTime	com/wcohen/secondstring/expt/MatchExpt.java	/^	private double matchingTime;$/;"	f	class:MatchExpt	file:
max3	com/wcohen/secondstring/MemoMatrix.java	/^	final protected static double max3(double x,double y,double z) {$/;"	m	class:MemoMatrix
max4	com/wcohen/secondstring/MemoMatrix.java	/^	final protected static double max4(double w,double x,double y,double z) {$/;"	m	class:MemoMatrix
maxF1	com/wcohen/secondstring/expt/MatchExpt.java	/^	public Double maxF1() $/;"	m	class:MatchExpt
maxFraction	com/wcohen/secondstring/expt/TokenBlocker.java	/^	double maxFraction;$/;"	f	class:TokenBlocker
maxIterate	com/wcohen/secondstring/Mixture.java	/^	private double maxIterate = 20;$/;"	f	class:Mixture	file:
maxLength	com/wcohen/secondstring/SLIM.java	/^		int maxLength;$/;"	f	class:SLIM.Histogram
maxNGramSize	com/wcohen/secondstring/tokens/NGramTokenizer.java	/^	private int maxNGramSize;$/;"	f	class:NGramTokenizer	file:
mean	com/wcohen/secondstring/SLIM.java	/^		double mean; \/\/ mean of Gaussian$/;"	f	class:SLIM.MixtureModel
minChange	com/wcohen/secondstring/Mixture.java	/^	private double minChange = 0.01;$/;"	f	class:Mixture	file:
minNGramSize	com/wcohen/secondstring/tokens/NGramTokenizer.java	/^	private int minNGramSize;$/;"	f	class:NGramTokenizer	file:
mismatchFactor	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^	private double mismatchFactor;$/;"	f	class:SoftTokenFelligiSunter	file:
mismatchFactor	com/wcohen/secondstring/TokenFelligiSunter.java	/^	private double mismatchFactor = 0.5;$/;"	f	class:TokenFelligiSunter	file:
mixturePrior	com/wcohen/secondstring/SLIM.java	/^	private static double mixturePrior = 0.5;$/;"	f	class:SLIM
mixturePriorWeight	com/wcohen/secondstring/SLIM.java	/^	private static double mixturePriorWeight = 0.0;$/;"	f	class:SLIM
model	com/wcohen/secondstring/SLIM.java	/^		private MixtureModel model;$/;"	f	class:SLIM.MixMemoMatrix	file:
neighborMap	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^	private Map neighborMap;$/;"	f	class:SoftTokenFelligiSunter	file:
neighborhoodDocumentFrequency	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^	private int neighborhoodDocumentFrequency(Token tok, double d) {$/;"	m	class:SoftTokenFelligiSunter	file:
next	com/wcohen/secondstring/expt/MatchData.java	/^		public Object next() {$/;"	m	class:MatchData.MatchIterator
nextId	com/wcohen/secondstring/tokens/SimpleTokenizer.java	/^	private int nextId = 0;$/;"	f	class:SimpleTokenizer	file:
nextStringWrapper	com/wcohen/secondstring/expt/MatchData.java	/^		public StringWrapper nextStringWrapper() { return (StringWrapper)next(); }$/;"	m	class:MatchData.MatchIterator
nonControl	com/wcohen/secondstring/PrintfFormat.java	/^  private String nonControl(String s,int start) {$/;"	m	class:PrintfFormat	file:
numCorrectPairs	com/wcohen/secondstring/expt/Blocker.java	/^	abstract public int numCorrectPairs();$/;"	m	class:Blocker
numCorrectPairs	com/wcohen/secondstring/expt/MatchExpt.java	/^	private int numCorrectPairs;$/;"	f	class:MatchExpt	file:
numCorrectPairs	com/wcohen/secondstring/expt/NullBlocker.java	/^	private int numCorrectPairs;$/;"	f	class:NullBlocker	file:
numCorrectPairs	com/wcohen/secondstring/expt/NullBlocker.java	/^	public int numCorrectPairs() { return numCorrectPairs; }$/;"	m	class:NullBlocker
numCorrectPairs	com/wcohen/secondstring/expt/TokenBlocker.java	/^	int numCorrectPairs;$/;"	f	class:TokenBlocker
numCorrectPairs	com/wcohen/secondstring/expt/TokenBlocker.java	/^	public int numCorrectPairs() { return numCorrectPairs; }$/;"	m	class:TokenBlocker
numInstances	com/wcohen/secondstring/expt/MatchData.java	/^	public int numInstances(String src) { $/;"	m	class:MatchData
numSources	com/wcohen/secondstring/expt/MatchData.java	/^	public int numSources() { $/;"	m	class:MatchData
openGapScore	com/wcohen/secondstring/AffineGap.java	/^	private double openGapScore;$/;"	f	class:AffineGap	file:
optionalL	com/wcohen/secondstring/PrintfFormat.java	/^    private boolean optionalL = false;$/;"	f	class:PrintfFormat.ConversionSpecification	file:
optionalh	com/wcohen/secondstring/PrintfFormat.java	/^    private boolean optionalh = false;$/;"	f	class:PrintfFormat.ConversionSpecification	file:
optionall	com/wcohen/secondstring/PrintfFormat.java	/^    private boolean optionall = false;$/;"	f	class:PrintfFormat.ConversionSpecification	file:
overlap	com/wcohen/secondstring/SLIM.java	/^	private double overlap(String s,String t,MixtureModel model) {$/;"	m	class:SLIM	file:
overlap	com/wcohen/secondstring/SLIM.java	/^	private double overlap(String s,String t,MixtureModel model,int len)$/;"	m	class:SLIM	file:
pairList	com/wcohen/secondstring/expt/NullBlocker.java	/^	private ArrayList pairList;$/;"	f	class:NullBlocker	file:
pairList	com/wcohen/secondstring/expt/TokenBlocker.java	/^	private ArrayList pairList;$/;"	f	class:TokenBlocker	file:
pairs	com/wcohen/secondstring/expt/MatchExpt.java	/^	transient private Blocker.Pair[] pairs; 	\/\/ transient, because this is serialized specially$/;"	f	class:MatchExpt	file:
pairsPerSecond	com/wcohen/secondstring/expt/MatchExpt.java	/^	public Double pairsPerSecond() {$/;"	m	class:MatchExpt
parameterPriorWeight	com/wcohen/secondstring/SLIM.java	/^	private static double parameterPriorWeight = 0.0;$/;"	f	class:SLIM
pos	com/wcohen/secondstring/PrintfFormat.java	/^    private int pos = 0;$/;"	f	class:PrintfFormat.ConversionSpecification	file:
positionalFieldWidth	com/wcohen/secondstring/PrintfFormat.java	/^    private boolean positionalFieldWidth=false;$/;"	f	class:PrintfFormat.ConversionSpecification	file:
positionalPrecision	com/wcohen/secondstring/PrintfFormat.java	/^    private boolean positionalPrecision=false;$/;"	f	class:PrintfFormat.ConversionSpecification	file:
positionalSpecification	com/wcohen/secondstring/PrintfFormat.java	/^    private boolean positionalSpecification=false;$/;"	f	class:PrintfFormat.ConversionSpecification	file:
posteriorProbOfGaussian	com/wcohen/secondstring/SLIM.java	/^		public double posteriorProbOfGaussian(double s)$/;"	m	class:SLIM.MixtureModel
precision	com/wcohen/secondstring/PrintfFormat.java	/^    private int precision = 0;$/;"	f	class:PrintfFormat.ConversionSpecification	file:
precisionRecall	com/wcohen/secondstring/expt/MatchExptScript.java	/^	public void precisionRecall()$/;"	m	class:MatchExptScript
precisionSet	com/wcohen/secondstring/PrintfFormat.java	/^    private boolean precisionSet = false;$/;"	f	class:PrintfFormat.ConversionSpecification	file:
preparationTime	com/wcohen/secondstring/expt/MatchExpt.java	/^	private double preparationTime;$/;"	f	class:MatchExpt	file:
prepare	com/wcohen/secondstring/AbstractStringDistance.java	/^	public StringWrapper prepare(String s) {$/;"	m	class:AbstractStringDistance
prepare	com/wcohen/secondstring/Jaccard.java	/^	public StringWrapper prepare(String s) {$/;"	m	class:Jaccard
prepare	com/wcohen/secondstring/Jaro.java	/^	public StringWrapper prepare(String s) { return new StringWrapper(s);	}$/;"	m	class:Jaro
prepare	com/wcohen/secondstring/JensenShannonDistance.java	/^	final public StringWrapper prepare(String s) {$/;"	m	class:JensenShannonDistance
prepare	com/wcohen/secondstring/Level2.java	/^	public StringWrapper prepare(String s) {$/;"	m	class:Level2
prepare	com/wcohen/secondstring/Mixture.java	/^	public StringWrapper prepare(String s) {$/;"	m	class:Mixture
prepare	com/wcohen/secondstring/SLIM.java	/^	public StringWrapper prepare(String s) { return new StringWrapper(s);	}$/;"	m	class:SLIM
prepare	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^	public StringWrapper prepare(String s) $/;"	m	class:SoftTokenFelligiSunter
prepare	com/wcohen/secondstring/StringDistance.java	/^	public StringWrapper prepare(String s);$/;"	m	interface:StringDistance
prepare	com/wcohen/secondstring/TFIDF.java	/^	public StringWrapper prepare(String s) {$/;"	m	class:TFIDF
prepare	com/wcohen/secondstring/TokenFelligiSunter.java	/^	public StringWrapper prepare(String s) {$/;"	m	class:TokenFelligiSunter
prepare	com/wcohen/secondstring/WinklerRescorer.java	/^	public StringWrapper prepare(String s) { return innerDistance.prepare(s); }$/;"	m	class:WinklerRescorer
prepare	com/wcohen/secondstring/expt/MatchData.java	/^		public void prepare(StringDistance distance) {$/;"	m	class:MatchData.Instance
prepare	com/wcohen/secondstring/expt/MatchData.java	/^	public void prepare(StringDistance distance) $/;"	m	class:MatchData
printCFormat	com/wcohen/secondstring/PrintfFormat.java	/^    private String printCFormat(char x) {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
printDFormat	com/wcohen/secondstring/PrintfFormat.java	/^    private String printDFormat(String sx) {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
printDFormat	com/wcohen/secondstring/PrintfFormat.java	/^    private String printDFormat(int x) {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
printDFormat	com/wcohen/secondstring/PrintfFormat.java	/^    private String printDFormat(long x) {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
printDFormat	com/wcohen/secondstring/PrintfFormat.java	/^    private String printDFormat(short x) {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
printEFormat	com/wcohen/secondstring/PrintfFormat.java	/^    private String printEFormat(double x) {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
printFFormat	com/wcohen/secondstring/PrintfFormat.java	/^    private String printFFormat(double x) {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
printGFormat	com/wcohen/secondstring/PrintfFormat.java	/^    private String printGFormat(double x) {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
printNegativeValues	com/wcohen/secondstring/MemoMatrix.java	/^	private boolean printNegativeValues = false;$/;"	f	class:MemoMatrix	file:
printOFormat	com/wcohen/secondstring/PrintfFormat.java	/^    private String printOFormat(String sx) {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
printOFormat	com/wcohen/secondstring/PrintfFormat.java	/^    private String printOFormat(int x) {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
printOFormat	com/wcohen/secondstring/PrintfFormat.java	/^    private String printOFormat(long x) {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
printOFormat	com/wcohen/secondstring/PrintfFormat.java	/^    private String printOFormat(short x) {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
printSFormat	com/wcohen/secondstring/PrintfFormat.java	/^    private String printSFormat(String x) {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
printXFormat	com/wcohen/secondstring/PrintfFormat.java	/^    private String printXFormat(String sx) {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
printXFormat	com/wcohen/secondstring/PrintfFormat.java	/^    private String printXFormat(int x) {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
printXFormat	com/wcohen/secondstring/PrintfFormat.java	/^    private String printXFormat(long x) {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
printXFormat	com/wcohen/secondstring/PrintfFormat.java	/^    private String printXFormat(short x) {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
priorMean	com/wcohen/secondstring/SLIM.java	/^	private static double priorMean = 0.0;$/;"	f	class:SLIM
priorVar	com/wcohen/secondstring/SLIM.java	/^	private static double priorVar = 1.0;$/;"	f	class:SLIM
probGaussian	com/wcohen/secondstring/SLIM.java	/^		double probGaussian; \/\/ prob of drawing from Gaussian vs uniform$/;"	f	class:SLIM.MixtureModel
pseudoCount	com/wcohen/secondstring/DirichletJS.java	/^	private double pseudoCount = 1.0;$/;"	f	class:DirichletJS	file:
readObject	com/wcohen/secondstring/expt/MatchExpt.java	/^	private void readObject(ObjectInputStream out) throws IOException,ClassNotFoundException$/;"	m	class:MatchExpt	file:
remove	com/wcohen/secondstring/expt/MatchData.java	/^		public void remove() { throw new IllegalStateException("remove not implemented"); }$/;"	m	class:MatchData.MatchIterator
restore	com/wcohen/secondstring/expt/MatchExptScript.java	/^	public void restore(String file) throws IOException,FileNotFoundException,ClassNotFoundException$/;"	m	class:MatchExptScript
runScript	com/wcohen/secondstring/expt/MatchExptScript.java	/^	public void runScript(String configFileName) $/;"	m	class:MatchExptScript
s	com/wcohen/secondstring/MemoMatrix.java	/^	protected StringWrapper s;$/;"	f	class:MemoMatrix
s	com/wcohen/secondstring/SLIM.java	/^		double[] s; \/\/ sample$/;"	f	class:SLIM.MixtureModel
s	com/wcohen/secondstring/StringWrapper.java	/^    private String s;$/;"	f	class:StringWrapper	file:
s	com/wcohen/secondstring/TestPackage.java	/^		private String s = "william w. cohen";$/;"	f	class:TestPackage.MyFixture	file:
sAt	com/wcohen/secondstring/MemoMatrix.java	/^	final protected char sAt(int i) { $/;"	m	class:MemoMatrix
sameIds	com/wcohen/secondstring/expt/Blocker.java	/^		private boolean sameIds;$/;"	f	class:Blocker.Pair	file:
save	com/wcohen/secondstring/expt/MatchExptScript.java	/^	public void save(String file) throws IOException,FileNotFoundException$/;"	m	class:MatchExptScript
scaling	com/wcohen/secondstring/MongeElkan.java	/^	private boolean scaling = true;$/;"	f	class:MongeElkan	file:
score	com/wcohen/secondstring/AbstractStringDistance.java	/^	abstract public double score(StringWrapper s,StringWrapper t);$/;"	m	class:AbstractStringDistance
score	com/wcohen/secondstring/AbstractStringDistance.java	/^	final public double score(String s, String t) {$/;"	m	class:AbstractStringDistance
score	com/wcohen/secondstring/AffineGap.java	/^	private double score(StringWrapper s,StringWrapper t,MatrixTrio mat) {$/;"	m	class:AffineGap	file:
score	com/wcohen/secondstring/AffineGap.java	/^	public double score(StringWrapper s,StringWrapper t) {$/;"	m	class:AffineGap
score	com/wcohen/secondstring/Jaccard.java	/^	public double score(StringWrapper s,StringWrapper t) {$/;"	m	class:Jaccard
score	com/wcohen/secondstring/Jaro.java	/^	public double score(StringWrapper s,StringWrapper t) $/;"	m	class:Jaro
score	com/wcohen/secondstring/JensenShannonDistance.java	/^	final public double score(StringWrapper s,StringWrapper t) $/;"	m	class:JensenShannonDistance
score	com/wcohen/secondstring/Level2.java	/^	public double score(StringWrapper s,StringWrapper t) {$/;"	m	class:Level2
score	com/wcohen/secondstring/Mixture.java	/^	public double score(StringWrapper s,StringWrapper t) $/;"	m	class:Mixture
score	com/wcohen/secondstring/MongeElkan.java	/^	public double score(StringWrapper s,StringWrapper t) {$/;"	m	class:MongeElkan
score	com/wcohen/secondstring/NeedlemanWunsch.java	/^	public double score(StringWrapper s,StringWrapper t) {$/;"	m	class:NeedlemanWunsch
score	com/wcohen/secondstring/SLIM.java	/^	public double score(StringWrapper s,StringWrapper t) $/;"	m	class:SLIM
score	com/wcohen/secondstring/SmithWaterman.java	/^	private double score(StringWrapper s,StringWrapper t,MyMatrix mat) {$/;"	m	class:SmithWaterman	file:
score	com/wcohen/secondstring/SmithWaterman.java	/^	public double score(StringWrapper s,StringWrapper t) {$/;"	m	class:SmithWaterman
score	com/wcohen/secondstring/SoftTFIDF.java	/^	public double score(StringWrapper s,StringWrapper t) {$/;"	m	class:SoftTFIDF
score	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^		public double score;$/;"	f	class:SoftTokenFelligiSunter.TokenNeighbor
score	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^	public double score(StringWrapper s,StringWrapper t) $/;"	m	class:SoftTokenFelligiSunter
score	com/wcohen/secondstring/StringDistance.java	/^	public double score(String s, String t);$/;"	m	interface:StringDistance
score	com/wcohen/secondstring/StringDistance.java	/^	public double score(StringWrapper s,StringWrapper t);$/;"	m	interface:StringDistance
score	com/wcohen/secondstring/TFIDF.java	/^	public double score(StringWrapper s,StringWrapper t) {$/;"	m	class:TFIDF
score	com/wcohen/secondstring/TokenFelligiSunter.java	/^	public double score(StringWrapper s,StringWrapper t) {$/;"	m	class:TokenFelligiSunter
score	com/wcohen/secondstring/WinklerRescorer.java	/^	public double score(StringWrapper s,StringWrapper t) $/;"	m	class:WinklerRescorer
serialVersionUID	com/wcohen/secondstring/expt/Blocker.java	/^		private static final long serialVersionUID = 1;$/;"	f	class:Blocker.Pair
serialVersionUID	com/wcohen/secondstring/expt/MatchExpt.java	/^	private static final long serialVersionUID = 1;$/;"	f	class:MatchExpt
setArgPosition	com/wcohen/secondstring/PrintfFormat.java	/^    private void setArgPosition() {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
setClusterMode	com/wcohen/secondstring/expt/Blocker.java	/^	final public void setClusterMode(Boolean flag) { clusterMode=flag.booleanValue(); }  $/;"	m	class:Blocker
setClusterMode	com/wcohen/secondstring/expt/Blocker.java	/^	final public void setClusterMode(boolean flag) { clusterMode=flag; }  $/;"	m	class:Blocker
setConversionCharacter	com/wcohen/secondstring/PrintfFormat.java	/^    private boolean setConversionCharacter() {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
setDistance	com/wcohen/secondstring/expt/Blocker.java	/^		public void setDistance(double d) { distance=d; } $/;"	m	class:Blocker.Pair
setFieldWidth	com/wcohen/secondstring/PrintfFormat.java	/^    private void setFieldWidth() {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
setFieldWidthArgPosition	com/wcohen/secondstring/PrintfFormat.java	/^    private boolean setFieldWidthArgPosition() {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
setFieldWidthWithArg	com/wcohen/secondstring/PrintfFormat.java	/^    void setFieldWidthWithArg(int fw) {$/;"	m	class:PrintfFormat.ConversionSpecification
setFlagCharacters	com/wcohen/secondstring/PrintfFormat.java	/^    private void setFlagCharacters() {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
setIgnoreCase	com/wcohen/secondstring/tokens/SimpleTokenizer.java	/^	public void setIgnoreCase(boolean flag)  { ignoreCase = flag; }$/;"	m	class:SimpleTokenizer
setIgnorePunctuation	com/wcohen/secondstring/tokens/SimpleTokenizer.java	/^	public void setIgnorePunctuation(boolean flag)  { ignorePunctuation = flag; }$/;"	m	class:SimpleTokenizer
setLambda	com/wcohen/secondstring/JelinekMercerJS.java	/^	public void setLambda(Double lambda) { this.lambda = lambda.doubleValue(); }$/;"	m	class:JelinekMercerJS
setLambda	com/wcohen/secondstring/JelinekMercerJS.java	/^	public void setLambda(double lambda) { this.lambda = lambda; }$/;"	m	class:JelinekMercerJS
setLiteral	com/wcohen/secondstring/PrintfFormat.java	/^    void setLiteral(String s) {$/;"	m	class:PrintfFormat.ConversionSpecification
setMismatchFactor	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^	public void setMismatchFactor(Double d) { mismatchFactor=d.doubleValue(); }$/;"	m	class:SoftTokenFelligiSunter
setMismatchFactor	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^	public void setMismatchFactor(double d) { mismatchFactor=d; }$/;"	m	class:SoftTokenFelligiSunter
setMismatchFactor	com/wcohen/secondstring/TokenFelligiSunter.java	/^	public void setMismatchFactor(Double d) { mismatchFactor=d.doubleValue(); }$/;"	m	class:TokenFelligiSunter
setMismatchFactor	com/wcohen/secondstring/TokenFelligiSunter.java	/^	public void setMismatchFactor(double d) { mismatchFactor=d; }$/;"	m	class:TokenFelligiSunter
setOptionalHL	com/wcohen/secondstring/PrintfFormat.java	/^    private void setOptionalHL() {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
setPrecision	com/wcohen/secondstring/PrintfFormat.java	/^    private void setPrecision() {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
setPrecisionArgPosition	com/wcohen/secondstring/PrintfFormat.java	/^    private boolean setPrecisionArgPosition() {$/;"	m	class:PrintfFormat.ConversionSpecification	file:
setPrecisionWithArg	com/wcohen/secondstring/PrintfFormat.java	/^    void setPrecisionWithArg(int pr) {$/;"	m	class:PrintfFormat.ConversionSpecification
setPrintNegativeValues	com/wcohen/secondstring/MemoMatrix.java	/^	final void setPrintNegativeValues(boolean flag) {$/;"	m	class:MemoMatrix
setPseudoCount	com/wcohen/secondstring/DirichletJS.java	/^	public void setPseudoCount(Double c) { this.pseudoCount = c.doubleValue(); }$/;"	m	class:DirichletJS
setPseudoCount	com/wcohen/secondstring/DirichletJS.java	/^	public void setPseudoCount(double c) { this.pseudoCount = c; }$/;"	m	class:DirichletJS
setScaling	com/wcohen/secondstring/MongeElkan.java	/^	public void setScaling(Double flag) { scaling=flag.doubleValue()!=0.0; }$/;"	m	class:MongeElkan
setScaling	com/wcohen/secondstring/MongeElkan.java	/^	public void setScaling(boolean flag) { scaling=flag; }$/;"	m	class:MongeElkan
setTokenMatchThreshold	com/wcohen/secondstring/SoftTFIDF.java	/^	public void setTokenMatchThreshold(Double d) { tokenMatchThreshold=d.doubleValue(); }	$/;"	m	class:SoftTFIDF
setTokenMatchThreshold	com/wcohen/secondstring/SoftTFIDF.java	/^	public void setTokenMatchThreshold(double d) { tokenMatchThreshold=d; }$/;"	m	class:SoftTFIDF
setTokenMatchThreshold	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^	public void setTokenMatchThreshold(Double d) { tokenMatchThreshold=d.doubleValue(); }	$/;"	m	class:SoftTokenFelligiSunter
setTokenMatchThreshold	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^	public void setTokenMatchThreshold(double d) { tokenMatchThreshold=d; }$/;"	m	class:SoftTokenFelligiSunter
setUpExperiment	com/wcohen/secondstring/expt/MatchExpt.java	/^	private void setUpExperiment(MatchData data,StringDistance dist,Blocker blocker) $/;"	m	class:MatchExpt	file:
setWeight	com/wcohen/secondstring/BagOfTokens.java	/^	void setWeight(Token tok, double d) {$/;"	m	class:BagOfTokens
show	com/wcohen/secondstring/expt/MatchExptScript.java	/^	public void show(String what) $/;"	m	class:MatchExptScript
showIndex	com/wcohen/secondstring/expt/TokenBlocker.java	/^	private void showIndex(Map index) $/;"	m	class:TokenBlocker	file:
showList	com/wcohen/secondstring/expt/MatchExptScript.java	/^	static private void showList(String s,List list) {$/;"	m	class:MatchExptScript	file:
size	com/wcohen/secondstring/BagOfTokens.java	/^	int size() {$/;"	m	class:BagOfTokens
size	com/wcohen/secondstring/expt/Blocker.java	/^	abstract public int size();$/;"	m	class:Blocker
size	com/wcohen/secondstring/expt/NullBlocker.java	/^	public int size() { return pairList.size();  }$/;"	m	class:NullBlocker
size	com/wcohen/secondstring/expt/TokenBlocker.java	/^	public int size() { return pairList.size();  }$/;"	m	class:TokenBlocker
smoothedProbability	com/wcohen/secondstring/DirichletJS.java	/^	protected double smoothedProbability(Token tok, double freq, double totalWeight) $/;"	m	class:DirichletJS
smoothedProbability	com/wcohen/secondstring/JelinekMercerJS.java	/^	protected double smoothedProbability(Token tok, double freq, double totalWeight) $/;"	m	class:JelinekMercerJS
smoothedProbability	com/wcohen/secondstring/JensenShannonDistance.java	/^	abstract protected double smoothedProbability(Token tok, double freq, double totalWeight);$/;"	m	class:JensenShannonDistance
smoothedProbability	com/wcohen/secondstring/UnsmoothedJS.java	/^	protected double smoothedProbability(Token tok, double freq, double totalWeight) $/;"	m	class:UnsmoothedJS
sortingTime	com/wcohen/secondstring/expt/MatchExpt.java	/^	private double sortingTime;$/;"	f	class:MatchExpt	file:
source	com/wcohen/secondstring/expt/MatchData.java	/^		private final String source;$/;"	f	class:MatchData.Instance	file:
sourceCursor	com/wcohen/secondstring/expt/MatchData.java	/^		private int sourceCursor,instanceCursor;$/;"	f	class:MatchData.MatchIterator	file:
sourceLists	com/wcohen/secondstring/expt/MatchData.java	/^	private Map sourceLists;$/;"	f	class:MatchData	file:
sourceNames	com/wcohen/secondstring/expt/MatchData.java	/^	private ArrayList sourceNames;$/;"	f	class:MatchData	file:
split	com/wcohen/secondstring/DistanceFactory.java	/^	static private String[] split(String s) $/;"	m	class:DistanceFactory	file:
spread	com/wcohen/secondstring/SLIM.java	/^		double spread; \/\/ range of possible values$/;"	f	class:SLIM.MixtureModel
sprintf	com/wcohen/secondstring/PrintfFormat.java	/^  public String sprintf() {$/;"	m	class:PrintfFormat
sprintf	com/wcohen/secondstring/PrintfFormat.java	/^  public String sprintf(Object x)$/;"	m	class:PrintfFormat
sprintf	com/wcohen/secondstring/PrintfFormat.java	/^  public String sprintf(Object[] o) {$/;"	m	class:PrintfFormat
sprintf	com/wcohen/secondstring/PrintfFormat.java	/^  public String sprintf(String x)$/;"	m	class:PrintfFormat
sprintf	com/wcohen/secondstring/PrintfFormat.java	/^  public String sprintf(double x)$/;"	m	class:PrintfFormat
sprintf	com/wcohen/secondstring/PrintfFormat.java	/^  public String sprintf(int x)$/;"	m	class:PrintfFormat
sprintf	com/wcohen/secondstring/PrintfFormat.java	/^  public String sprintf(long x)$/;"	m	class:PrintfFormat
src	com/wcohen/secondstring/expt/Blocker.java	/^		public String src;$/;"	f	class:Blocker.IdKey
src	com/wcohen/secondstring/expt/MatchData.java	/^		private String src;  \/\/ caches getSource(sourceCursor)$/;"	f	class:MatchData.MatchIterator	file:
startSymbolicCarry	com/wcohen/secondstring/PrintfFormat.java	/^    private boolean startSymbolicCarry($/;"	m	class:PrintfFormat.ConversionSpecification	file:
suite	com/wcohen/secondstring/TestPackage.java	/^	public static TestSuite suite() {$/;"	m	class:TestPackage
t	com/wcohen/secondstring/MemoMatrix.java	/^	protected StringWrapper t;$/;"	f	class:MemoMatrix
t	com/wcohen/secondstring/TestPackage.java	/^		private String t = "w. liam chen";$/;"	f	class:TestPackage.MyFixture	file:
tAt	com/wcohen/secondstring/MemoMatrix.java	/^	final protected char tAt(int i) { $/;"	m	class:MemoMatrix
table	com/wcohen/secondstring/expt/MatchExptScript.java	/^	public void table(String what) throws NoSuchMethodException,IllegalAccessException,InvocationTargetException$/;"	m	class:MatchExptScript
testDirichletJS	com/wcohen/secondstring/TestPackage.java	/^		public void testDirichletJS() { check( new DirichletJS(), 0.2884, 0.01); }$/;"	m	class:TestPackage.MyFixture
testJaccard	com/wcohen/secondstring/TestPackage.java	/^		public void testJaccard() { check( new Jaccard(), 0.2, 0); }$/;"	m	class:TestPackage.MyFixture
testJaro	com/wcohen/secondstring/TestPackage.java	/^		public void testJaro() { check( new Jaro(), 0.833, 0.01); }$/;"	m	class:TestPackage.MyFixture
testJaroWinkler	com/wcohen/secondstring/TestPackage.java	/^		public void testJaroWinkler() { check( new JaroWinkler(), 0.85, 0.01); }$/;"	m	class:TestPackage.MyFixture
testJaroWinklerTFIDF	com/wcohen/secondstring/TestPackage.java	/^		public void testJaroWinklerTFIDF() { check( new JaroWinklerTFIDF(), 0.886, 0.01); }$/;"	m	class:TestPackage.MyFixture
testJelinekMercerJS	com/wcohen/secondstring/TestPackage.java	/^		public void testJelinekMercerJS() { check( new JelinekMercerJS(), 0.2974, 0.01); }$/;"	m	class:TestPackage.MyFixture
testLevel2Jaro	com/wcohen/secondstring/TestPackage.java	/^		public void testLevel2Jaro() { check( new Level2Jaro(), 0.902, 0.01); }$/;"	m	class:TestPackage.MyFixture
testLevel2MongeElkan	com/wcohen/secondstring/TestPackage.java	/^		public void testLevel2MongeElkan() { check( new Level2MongeElkan(), 0.9167, 0.001); }$/;"	m	class:TestPackage.MyFixture
testLevenstein	com/wcohen/secondstring/TestPackage.java	/^		public void testLevenstein() { check( new Levenstein(), -6, 0); }$/;"	m	class:TestPackage.MyFixture
testMongeElkan	com/wcohen/secondstring/TestPackage.java	/^		public void testMongeElkan() { check( new MongeElkan(), 0.55, 0.01); }$/;"	m	class:TestPackage.MyFixture
testSoftTokenFelligiSunter	com/wcohen/secondstring/TestPackage.java	/^		public void testSoftTokenFelligiSunter() { check( new SoftTokenFelligiSunter(), 3.154, 0.01); }$/;"	m	class:TestPackage.MyFixture
testTFIDF	com/wcohen/secondstring/TestPackage.java	/^		public void testTFIDF() { check( new TFIDF(), 0.2647, 0.01); }$/;"	m	class:TestPackage.MyFixture
testTokenFelligiSunter	com/wcohen/secondstring/TestPackage.java	/^		public void testTokenFelligiSunter() { check( new TokenFelligiSunter(), -0.6931, 0.01); }$/;"	m	class:TestPackage.MyFixture
text	com/wcohen/secondstring/expt/MatchData.java	/^		private StringWrapper text;$/;"	f	class:MatchData.Instance	file:
thousands	com/wcohen/secondstring/PrintfFormat.java	/^    private boolean thousands = false;$/;"	f	class:PrintfFormat.ConversionSpecification	file:
time	com/wcohen/secondstring/expt/MatchExpt.java	/^	public Double time() { $/;"	m	class:MatchExpt
toSample	com/wcohen/secondstring/SLIM.java	/^		public double[] toSample() {$/;"	m	class:SLIM.Histogram
toString	com/wcohen/secondstring/CharJaccard.java	/^	public String toString() { return "[CharJaccard]"; }$/;"	m	class:CharJaccard
toString	com/wcohen/secondstring/DirichletJS.java	/^	public String toString() { return "[DirichletJS pcount="+pseudoCount+"]"; }$/;"	m	class:DirichletJS
toString	com/wcohen/secondstring/Jaccard.java	/^	public String toString() { return "[Jaccard]"; }$/;"	m	class:Jaccard
toString	com/wcohen/secondstring/Jaro.java	/^	public String toString() { return "[Jaro]"; }$/;"	m	class:Jaro
toString	com/wcohen/secondstring/JaroWinklerTFIDF.java	/^	public String toString() { return "[JaroWinklerTFIDF:threshold="+getTokenMatchThreshold()+"]"; }$/;"	m	class:JaroWinklerTFIDF
toString	com/wcohen/secondstring/JelinekMercerJS.java	/^	public String toString() { return "[JelinekMercerJS lambda="+lambda+"]"; }$/;"	m	class:JelinekMercerJS
toString	com/wcohen/secondstring/Level2.java	/^	public String toString() { return "[Level2:tokenizer="+tokenizer+";tokenDist="+tokenDistance+"]"; }$/;"	m	class:Level2
toString	com/wcohen/secondstring/Level2Jaro.java	/^	public String toString() { return "[Level2Jaro]"; }$/;"	m	class:Level2Jaro
toString	com/wcohen/secondstring/Level2JaroWinkler.java	/^	public String toString() { return "[Level2JaroWinkler]"; }$/;"	m	class:Level2JaroWinkler
toString	com/wcohen/secondstring/Level2Levenstein.java	/^	public String toString() { return "[Level2Levenstein]"; }$/;"	m	class:Level2Levenstein
toString	com/wcohen/secondstring/Level2MongeElkan.java	/^	public String toString() { return "[Level2MongeElkan]"; }$/;"	m	class:Level2MongeElkan
toString	com/wcohen/secondstring/Level2SLIM.java	/^	public String toString() { return "[Level2SLIM]"; }$/;"	m	class:Level2SLIM
toString	com/wcohen/secondstring/Level2SLIMWinkler.java	/^	public String toString() { return "[Level2SLIMWinkler]"; }$/;"	m	class:Level2SLIMWinkler
toString	com/wcohen/secondstring/Levenstein.java	/^	public String toString() { return "[Levenstein]"; }$/;"	m	class:Levenstein
toString	com/wcohen/secondstring/MemoMatrix.java	/^	public String toString() $/;"	m	class:MemoMatrix
toString	com/wcohen/secondstring/Mixture.java	/^	public String toString() { return "[Mixture]"; }$/;"	m	class:Mixture
toString	com/wcohen/secondstring/MongeElkan.java	/^	public String toString() { return "[MongeElkan]"; }	$/;"	m	class:MongeElkan
toString	com/wcohen/secondstring/SLIM.java	/^		private String toString(double[] z)$/;"	m	class:SLIM.MixtureModel	file:
toString	com/wcohen/secondstring/SLIM.java	/^		public String toString() $/;"	m	class:SLIM.MixtureModel
toString	com/wcohen/secondstring/SLIM.java	/^		public String toString() {$/;"	m	class:SLIM.Histogram
toString	com/wcohen/secondstring/SLIM.java	/^	public String toString() { return "[SLIM]"; }$/;"	m	class:SLIM
toString	com/wcohen/secondstring/SlimTFIDF.java	/^	public String toString() { return "[SlimTFIDF:threshold="+getTokenMatchThreshold()+"]"; }$/;"	m	class:SlimTFIDF
toString	com/wcohen/secondstring/SmithWaterman.java	/^	public String toString() { return "[SmithWaterman]"; }$/;"	m	class:SmithWaterman
toString	com/wcohen/secondstring/SoftTFIDF.java	/^	public String toString() { return "[SoftTFIDF thresh="+tokenMatchThreshold+";"+tokenDistance+"]"; }$/;"	m	class:SoftTFIDF
toString	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^	public String toString() { return "[SoftTokenFelligiSunter]"; }$/;"	m	class:SoftTokenFelligiSunter
toString	com/wcohen/secondstring/StringWrapper.java	/^    public String toString() { return "[wrap '"+s+"']"; }$/;"	m	class:StringWrapper
toString	com/wcohen/secondstring/TFIDF.java	/^	public String toString() { return "[TFIDF]"; }$/;"	m	class:TFIDF
toString	com/wcohen/secondstring/TokenFelligiSunter.java	/^	public String toString() { return "[TokenFelligiSunter]"; }$/;"	m	class:TokenFelligiSunter
toString	com/wcohen/secondstring/UnsmoothedJS.java	/^	public String toString() { return "[UnsmoothedJS]"; }$/;"	m	class:UnsmoothedJS
toString	com/wcohen/secondstring/WinklerRescorer.java	/^	public String toString() { return "[WinklerRescorer:"+innerDistance+"]"; }$/;"	m	class:WinklerRescorer
toString	com/wcohen/secondstring/expt/ClusterNGramBlocker.java	/^	public String toString() { return "[ClusterNGramBlocker]"; }$/;"	m	class:ClusterNGramBlocker
toString	com/wcohen/secondstring/expt/ClusterTokenBlocker.java	/^	public String toString() { return "[ClusterTokenBlocker]"; }$/;"	m	class:ClusterTokenBlocker
toString	com/wcohen/secondstring/expt/MatchData.java	/^		public String toString() { return "[src: '"+source+"' id: '"+id+"' text: '"+text+"']"; }$/;"	m	class:MatchData.Instance
toString	com/wcohen/secondstring/expt/MatchData.java	/^	public String toString() $/;"	m	class:MatchData
toString	com/wcohen/secondstring/expt/NGramBlocker.java	/^	public String toString() { return "[NGramBlocker]"; }$/;"	m	class:NGramBlocker
toString	com/wcohen/secondstring/expt/NullBlocker.java	/^	public String toString() { return "[NullBlocker:clusterMode="+clusterMode+"]"; }$/;"	m	class:NullBlocker
toString	com/wcohen/secondstring/expt/TokenBlocker.java	/^	public String toString() { return "[TokenBlocker:clusterMode="+clusterMode+",maxFraction="+maxFraction+"]"; }$/;"	m	class:TokenBlocker
toString	com/wcohen/secondstring/tokens/SimpleTokenizer.java	/^	public String toString() { return "[SimpleTokenizer "+ignorePunctuation+";"+ignoreCase+"]"; }$/;"	m	class:SimpleTokenizer
toString	com/wcohen/secondstring/tokens/Token.java	/^	public String toString() { return "[tok "+getIndex()+":"+getValue()+"]"; }$/;"	m	class:Token
tokMap	com/wcohen/secondstring/tokens/SimpleTokenizer.java	/^	private Map tokMap = new TreeMap();$/;"	f	class:SimpleTokenizer	file:
tokVal	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^		public String tokVal;$/;"	f	class:SoftTokenFelligiSunter.TokenNeighbor
tokenDistance	com/wcohen/secondstring/Level2.java	/^	private StringDistance tokenDistance;$/;"	f	class:Level2	file:
tokenDistance	com/wcohen/secondstring/SoftTFIDF.java	/^	private StringDistance tokenDistance;$/;"	f	class:SoftTFIDF	file:
tokenDistance	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^	private StringDistance tokenDistance;$/;"	f	class:SoftTokenFelligiSunter	file:
tokenDistancesComputed	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^	private boolean tokenDistancesComputed = false;$/;"	f	class:SoftTokenFelligiSunter	file:
tokenIterator	com/wcohen/secondstring/BagOfTokens.java	/^	Iterator tokenIterator() {$/;"	m	class:BagOfTokens
tokenMatchThreshold	com/wcohen/secondstring/SoftTFIDF.java	/^	private double tokenMatchThreshold;$/;"	f	class:SoftTFIDF	file:
tokenMatchThreshold	com/wcohen/secondstring/SoftTokenFelligiSunter.java	/^	private double tokenMatchThreshold;$/;"	f	class:SoftTokenFelligiSunter	file:
tokenize	com/wcohen/secondstring/tokens/NGramTokenizer.java	/^	public Token[] tokenize(String input) $/;"	m	class:NGramTokenizer
tokenize	com/wcohen/secondstring/tokens/SimpleTokenizer.java	/^	public Token[] tokenize(String input) $/;"	m	class:SimpleTokenizer
tokenize	com/wcohen/secondstring/tokens/Tokenizer.java	/^	public Token[] tokenize(String input);$/;"	m	interface:Tokenizer
tokenizer	com/wcohen/secondstring/AbstractStatisticalTokenDistance.java	/^	protected Tokenizer tokenizer;$/;"	f	class:AbstractStatisticalTokenDistance
tokenizer	com/wcohen/secondstring/Jaccard.java	/^	private Tokenizer tokenizer;$/;"	f	class:Jaccard	file:
tokenizer	com/wcohen/secondstring/JensenShannonDistance.java	/^	private Tokenizer tokenizer;$/;"	f	class:JensenShannonDistance	file:
tokenizer	com/wcohen/secondstring/Level2.java	/^	private Tokenizer tokenizer;$/;"	f	class:Level2	file:
tokenizer	com/wcohen/secondstring/TokenFelligiSunter.java	/^	private Tokenizer tokenizer;$/;"	f	class:TokenFelligiSunter	file:
tokenizer	com/wcohen/secondstring/expt/NGramBlocker.java	/^	static private Tokenizer tokenizer = $/;"	f	class:NGramBlocker	file:
tokenizer	com/wcohen/secondstring/expt/TokenBlocker.java	/^	private Tokenizer tokenizer;$/;"	f	class:TokenBlocker	file:
totalCount	com/wcohen/secondstring/SLIM.java	/^		int totalCount;$/;"	f	class:SLIM.Histogram
totalTokenCount	com/wcohen/secondstring/AbstractStatisticalTokenDistance.java	/^	protected int totalTokenCount = 0;$/;"	f	class:AbstractStatisticalTokenDistance
totalTokens	com/wcohen/secondstring/JensenShannonDistance.java	/^	int totalTokens = 0;$/;"	f	class:JensenShannonDistance
totalWeight	com/wcohen/secondstring/BagOfTokens.java	/^	private double totalWeight = 0;$/;"	f	class:BagOfTokens	file:
transpositions	com/wcohen/secondstring/Jaro.java	/^	private int transpositions(String common1,String common2)$/;"	m	class:Jaro	file:
unwrap	com/wcohen/secondstring/StringWrapper.java	/^    public String unwrap() { return s; }$/;"	m	class:StringWrapper
vFmt	com/wcohen/secondstring/PrintfFormat.java	/^  private Vector vFmt = new Vector();$/;"	f	class:PrintfFormat	file:
value	com/wcohen/secondstring/MemoMatrix.java	/^	private double[][] value;$/;"	f	class:MemoMatrix	file:
value	com/wcohen/secondstring/tokens/Token.java	/^	private final String value;$/;"	f	class:Token	file:
var	com/wcohen/secondstring/SLIM.java	/^		double var;  \/\/ variance of Gaussian$/;"	f	class:SLIM.MixtureModel
variableFieldWidth	com/wcohen/secondstring/PrintfFormat.java	/^    private boolean variableFieldWidth = false;$/;"	f	class:PrintfFormat.ConversionSpecification	file:
variablePrecision	com/wcohen/secondstring/PrintfFormat.java	/^    private boolean variablePrecision = false;$/;"	f	class:PrintfFormat.ConversionSpecification	file:
weightMap	com/wcohen/secondstring/BagOfTokens.java	/^	private Map weightMap = new TreeMap();$/;"	f	class:BagOfTokens	file:
writeObject	com/wcohen/secondstring/expt/MatchExpt.java	/^	private void writeObject(ObjectOutputStream out) throws IOException$/;"	m	class:MatchExpt	file:
z	com/wcohen/secondstring/SLIM.java	/^		double[] z; \/\/ Prob(s[i] from gaussian | s[i])$/;"	f	class:SLIM.MixtureModel
