* Add interest and language fields to experience and education schemas
* Add a function to utils that checks profile eligibility for searching or scoring
* `from hrflow.utils.searching import is_valid_for_searching`
* `from hrflow.utils.scoring import is_valid_for_scoring`
* `generate_parsing_evaluation_report`
* Handle the evaluation of indexed jobs in a board
* Update profile parsing evaluation by changing `person` (=`first_name` & `last_name`) score to `full_name` score (filling `full_name` field in parsing)
* Fix the way the `location` fill rate is calculated at the root of the profile, which used to result in a constant score of 1. Now it looks at the filling of the location text field for the profile. The location score for experiences & educations was not affected by this bug.