|
convert_list_into_dictionary
convert_list_into_dictionary (original, init_value)
|
Added in advas.0.0.6
Converts a list into a dictionary.
In: |
original |
a list |
|
init_value |
the value each list item should be initialized with |
Out: |
|
a list of words (dictionary) with pairs list[term]=frequency |
|
|