2. consider possible with multiple same raw fund names in documents, not to remove unmatched_db_list when match relevant raw fund/ share name Otherwise, it will occur some raw names couldn't match db name issue. |
||
|---|---|---|
| .. | ||
| hybrid_solution_script.py | ||
| readme.md | ||
| string_similarity.py | ||
readme.md
Hybrid Solution Files Description
There are the 3 files that will be used to perform Fund Matching Task.
-
abbreviation_records.json: JSON files with abbreviations. -
string_similarity.py: Written logics to match the strings using Cosine, Levenshtien and Jaccard. -
hybrid_solution_script.py: Code for pre-processing and Hybrid solution model. 'final_function_to_match' is the function to use to get fund mapping.