|
Change Variable Type s : StringBuffer to s : StringBuilder in method private treeAsStemmedCollocation(t Tree) : String in class edu.stanford.nlp.trees.CollocationFinder |
From |
To |
|
Change Variable Type testStringNonStemmed : StringBuffer to testStringNonStemmed : StringBuilder in method private getCollocationsList(t Tree) : void in class edu.stanford.nlp.trees.CollocationFinder |
From |
To |
|
Change Variable Type s : StringBuffer to s : StringBuilder in method private treeAsNonStemmedCollocation(t Tree) : String in class edu.stanford.nlp.trees.CollocationFinder |
From |
To |
|
Change Variable Type currWindowLength : Integer to currWindowLength : int in method private getCollocationsList(t Tree) : void in class edu.stanford.nlp.trees.CollocationFinder |
From |
To |
|
Change Variable Type mutatedString : StringBuffer to mutatedString : StringBuilder in method private getMangledTree(t Tree) : Tree in class edu.stanford.nlp.trees.CollocationFinder |
From |
To |
|
Change Variable Type leftSistersBuffer : Integer to leftSistersBuffer : int in method private getCollocationsList(t Tree) : void in class edu.stanford.nlp.trees.CollocationFinder |
From |
To |