preprocess/WikiExtractor.py (12 lines): - line 67: import re # TODO use regex when it will be standard - line 186: # FIXME: sharing this with a Manager slows down. - line 902: # FIXME: Don't use DOTALL here since parameters may be tags with - line 1339: # FIXME: import Lua modules. - line 1819: # FIXME: we don't support numeric expressions in primary - line 1955: return "" # FIXME: fix errors - line 2199: # # TODO: Check for excessive memory usage - line 2383: # # @todo FIXME: Should do batch file existence checks, see comment below - line 2400: # # @todo FIXME: isAlwaysKnown() can be expensive for file links; we should really do - line 2611: if line: # FIXME: n is '"' - line 3072: # FIXME: use a heap - line 3096: # FIXME: if an extractor dies, process stalls; the other processes table_bert/table_bert.py (1 line): - line 165: # TODO: a better way to import these dependencies? table_bert/vertical/vertical_attention_table_bert.py (1 line): - line 105: attention_probs = self.dropout(attention_probs) # TODO: consider remove this cell dropout? table_bert/dataset.py (1 line): - line 636: # TODO: move this to preprocess pre-processing