Beispiel #1
0
def load_features():
    """Compute features and save them to pickle."""

    logger.info('Starting computation of features')
    load_mt_frequency_and_tokens()
    load_fa_features()
    logger.info('Done computing and saving features')