Projects STRLCPY Maryam Commits 0f057a61
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    maryam/modules/iris/sentiment.py
    skipped 23 lines
    24 24   'description': 'Running sentiment analysis on your data.',
    25 25   'required': ('vaderSentiment',),
    26 26   'options': (
    27  - ('json', None, False, 'Json file that contains the data', '-j', 'store', str),
     27 + ('json', None, True, 'Json file that contains the data', '-j', 'store', str),
    28 28   ('key', '', False, 'Data key. the value should be a list. None means the json file contains a list: ["..", ..]', '-k', 'store', str),
    29 29   ('thread', 5, False, 'The number of thread per each sell(default=10)', '-t', 'store', int),
    30 30   ('pipe', False, False, 'Dev only! pipe data from other modules(default=False)', '-p', 'store_true', bool),
    skipped 63 lines
Please wait...
Page is in error, reload to recover