Search Engine and Text classification in Python
Project detail
Task 1 :Develop a vertical search engine similar to Google Scholar, but specialised to retrieve only papers/books published by a member of the Faculty of Engineering, Environment & Computing
Task 2 : Develop a text classification system. The input is a text and the output is its subject among zero or more of the classes: Sport, Science, and Health. You are free to use any available resource to prepare your training datasets. For example, you may use existing sport websites and manually copy relevant texts there (whose label will be ‘Sport’). You may also write an RSS feed reader to do a similar task automatically, or prepare your data in any other way you wish.