|
Change Variable Type chunked : List<Collection<Tree>> to chunked : List<List<Tree>> in method private fixMultiWordTokens(trees List<Tree>) : List<Tree> in class edu.stanford.nlp.international.spanish.pipeline.AnCoraProcessor |
From |
To |
|
Change Variable Type folds : List<Collection<T>> to folds : List<List<T>> in method public trainTestFoldsForCV(values List<T>, numFolds int) : Collection<Pair<Collection<T>,Collection<T>>> in class edu.stanford.nlp.util.CollectionUtils |
From |
To |
|
Change Variable Type chunks : List<Collection<Example>> to chunks : List<List<Example>> in method public computeCostFunction(batchSize int, regParameter double, dropOutProb double) : Cost in class edu.stanford.nlp.parser.nndep.Classifier |
From |
To |