Text Merge
Project Description
This project aims to develop new algorithms and a visual interface for merging texts obtained from books, magazines, etc. The project involves identifying similarities and frequencies between sentences/words, making decisions on merging texts, and combining character-based sentences/words based on the obtained data. The main objectives are to create a user-friendly interface with at least two text input buttons, a merge button, and a save button to store the entered texts in .json format. The project will use Java as the programming language and MongoDB as the NoSQL database. The entered texts will be stored as NoSQL documents for listing and saving purposes. The visual interface will allow users to easily enter, merge, and save texts using text input labels and corresponding buttons.