Bug fixes to temporal entity flagging
Pre-release
Pre-release
Includes temporal parsing bug fixes done after SemEval 2018 submission.
After conducting mutation testing on temporalTest, the following changes were made:
- Removed unused import statements
- Fixed flagging in 24 hour time to correctly identify values less than 24 for hours and less than 60 for minutes
- Removed unnecessary if statements