Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mr-sunglasses/ask-football
Ask me Questions about Football.
https://github.com/mr-sunglasses/ask-football
Last synced: 6 days ago
JSON representation
Ask me Questions about Football.
- Host: GitHub
- URL: https://github.com/mr-sunglasses/ask-football
- Owner: Mr-Sunglasses
- License: mit
- Created: 2024-01-11T09:38:52.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-05T02:28:26.000Z (11 months ago)
- Last Synced: 2024-11-18T07:47:07.639Z (2 months ago)
- Language: Python
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ask-FootBall
Ask me Questions about Football.Problem : We should have give some Table header's, with the help of these data header's we should have to write a function that can take table header's and question and return which table header's field extracted and filter's applied to it.
# Approch of solving this problem.
## Improvements that can be done
- More regex search fieds can be added to cover more edge cases
- Some generic mechanism to identify similar keywords can be implementd
- Some kind of user feedback can we taken (ie): Somewhat expected data and by that feedback more regex edge cases could be added.
- Currently the system uses pure regex to identify token in the questions, We can use some NLP libraries to do so.