Vocabulary Processor is a program that automates the processing of vocabulary lists in the .svc format. It generates English articles for users to review and study. The program provides features to extract desired columns from a file, filter words and their meanings, generate new English articles, and create a new .svc file with the extracted vocabulary. Additionally, it allows users to randomly select a specified number of English words from the extracted vocabulary and display them.
- Automatically extracts desired columns from a file and filters words and their meanings.
- Generates new English articles and saves them as a new .svc file.
- Randomly selects a specified number of English words from the extracted vocabulary and displays them.
-
Ensure you have Go installed on your system. If not, you can download and install it from the official Go website: https://golang.org/
-
Clone this repository:
[email protected]:Ellioben/wordwander.git
- Navigate to the project directory.
cd wordwander
-
Place the input .svc file in the
collection
folder within the project directory. -
Compile the source code to generate the binary file.
go build main.go
- Run the compiled binary file.
./main
-
Follow the program prompts to perform the desired operations, such as generating English articles or displaying random words.
-
View the generated English articles and other result files in the
output
folder within the project directory.