Aman Kumar

Results 5 issues of Aman Kumar

### the search bar is getting out from the navbar when selected ### Screenshot: ![Screenshot from 2020-02-21 19-10-54](https://user-images.githubusercontent.com/54955755/75039266-5001f580-54de-11ea-952d-5e7a4c0cafaf.png) ### Additional context if really a bug,i would like to take this...

🐛 Bug
🚀 PR open

Getting some assertion errors ![image](https://user-images.githubusercontent.com/54955755/161534731-7fe21f81-da07-4e40-b4e1-8f4eb384272a.png)

1. In this Phoneticize function why the argument beam was passed as 10000? I want to use beam value 1000 as it is helping me to reduce the time to...

## Description Added unittests for some functions of common.py Fixes #42 ## How Has This Been Tested? It has been tested using the `pytest` command - [X] Integration Tests -...

Issue: There are a lot of functions in the common.py file which don't have unit tests. Currently, only the is_int function is tested Solution: Unit tests for the other testable...