|  | @@ -226,12 +226,7 @@ public class RankStrategy4RegionMergeModelV536 extends RankStrategy4RegionMergeM
 | 
											
												
													
														|  |                          String tags = c34567Map.getOrDefault(key, "");
 |  |                          String tags = c34567Map.getOrDefault(key, "");
 | 
											
												
													
														|  |                          if (!tags.isEmpty()) {
 |  |                          if (!tags.isEmpty()) {
 | 
											
												
													
														|  |                              Future<Pair<String, Double[]>> future = ThreadPoolFactory.defaultPool().submit(() -> {
 |  |                              Future<Pair<String, Double[]>> future = ThreadPoolFactory.defaultPool().submit(() -> {
 | 
											
												
													
														|  | -                                Double[] doubles = null;
 |  | 
 | 
											
												
													
														|  | -                                if (param.getAbExpCodes().contains(word2vecExp)) {
 |  | 
 | 
											
												
													
														|  | -                                    doubles = ExtractorUtils.funcC34567ForTagsNew(tags, title);
 |  | 
 | 
											
												
													
														|  | -                                } else {
 |  | 
 | 
											
												
													
														|  | -                                    doubles = ExtractorUtils.funcC34567ForTags(tags, title);
 |  | 
 | 
											
												
													
														|  | -                                }
 |  | 
 | 
											
												
													
														|  | 
 |  | +                                Double[] doubles = ExtractorUtils.funcC34567ForTagsNew(tags, title);
 | 
											
												
													
														|  |                                  return Pair.create(key, doubles);
 |  |                                  return Pair.create(key, doubles);
 | 
											
												
													
														|  |                              });
 |  |                              });
 | 
											
												
													
														|  |                              futures.add(future);
 |  |                              futures.add(future);
 |