1) The document describes a 5 step process for converting a MySQL database containing the Wordnet lexical database to Apache HBase. The steps include modeling the database in UML, generating Java code, mapping the data to HBase tables, migrating the data from MySQL to HBase, and building services and a web application.
2) It provides details on each step, including reverse engineering the Wordnet schema to UML, generating Java code for persistence and queries, configuring row keys and mapping the data model to HBase tables, developing an incremental migration tool, and creating a sample web application for Wordnet queries.
3) The results show Wordnet queries returning related data from HBase in under 200 milliseconds