InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by Text Extraction and Cleanup? |
|
Answer» The PROCESS of extracting raw text from the INPUT data by getting rid of all the other non-textual information, such as markup, METADATA, etc., and CONVERTING the text to the required ENCODING format is called text extraction and cleanup. Usually, this depends on the format of available data for the required project. Following are the common ways used for Text Extraction in NLP:
|
|