コード例 #1
0
 def sort(self, sorted_items):
     return KeyHeapq(sorted_items, key=lambda x: self.__sort_wmes(x.token))
コード例 #2
0
 def sort(self, sorted_items):
     return KeyHeapq(sorted_items, key=lambda x: -x.complexity)
コード例 #3
0
 def build_container(self):
     return KeyHeapq(key=lambda x: self.__sort_wmes(x.token))
コード例 #4
0
 def build_container(self):
     return KeyHeapq(key=lambda x: -x.complexity)