fairsplit
fairsplit copied to clipboard
Detect appropriate icon for expenses based on title
Changes
- Use semantic analysis of the title to determine what icon should be used for an expense.
- Consider implementing this with a dictionary, where the keys are the keywords, and the values are the icon names.
- This would ensure there are fast look-ups (O(1) time complexity).
- Consider implementing this with a dictionary, where the keys are the keywords, and the values are the icon names.