- 授权协议: GPL
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://github.com/ysc/superword
- 软件文档: http://github.com/ysc/superword
软件介绍
Superword is a Java open source project dedicated in the study of English words analysis and auxiliary reading, including but not limited to, spelling similarity, definition similarity, pronunciation similarity, the transformation rules of the spelling, the prefix and the dynamic prefix, the suffix and the dynamic suffix, roots, compound words, text auxiliary reading, web page auxiliary reading, book auxiliary reading, etc..
Online Superword
Donate to support Superword
Quick Start:
1、Install JDK8
Add the $JAVA_HOME/bin directory into the $PATH environment variable,ensure you can use Java command:
java -version
java version "1.8.0_60"
Tip:
Must use JDK8 not JDK7.
2、Get the source code of superword
git clone https://github.com/ysc/superword.git
cd superword
We suggest you register a GitHub account, fork the superword project to your own account,
and then clone the source code from your own account.
This facilitates the application of GitHub features "Pull requests" for collaborative development.
Tip for Chinese:
If you can't access GitHub or the download speed is very slow, use the following address:
git clone https://git.oschina.net/ysc/superword.git
3、Configure MySQL database
MySQL character encoding: UTF-8,
Server IP Address: 127.0.0.1
Server Port: 3306
Database: superword
User name: root
Password: root
Execute the script in MySQL command line:
source src/main/resources/mysql/superword.sql
source src/main/resources/mysql/word_definition.sql
source src/main/resources/mysql/word_pronunciation.sql
4、Run the project
UNIX-like operating systems:
chmod +x startup.sh & ./startup.sh
Windows operating system:
mvn clean install
Manually copy the target/superword-1.0.war file to your own apache-tomcat-8.0.28/webapps directory,
then start Tomcat.
5、Use system
Open browser access: http://localhost:8080/superword/index.jsp
Resources download
The audio files of the Merriam-Webster dictionary that contain 11053 words: Download address
The audio files of the Oxford dictionary that contain 31222 words: Download address
The HTML pages of the Oxford dictionary that contain 33376 words: Download address,Parse Program
The HTML pages of the Merriam-Webster dictionary that contain 59809 words: Download address,Parse Program
The HTML pages of the old version iCIBA dictionary that contain 61809 words: Download address,Parse Program
The HTML pages of the new version iCIBA dictionary that contain 63777 words: Download address,Parse Program
The HTML pages of the youdao dictionary that contain 63789 words: Download address,Parse Program
The 249 PDF e-books are related to IT field and software development: it-software-domain.zip
Related articles
与孩子一起学编程
[美] 桑德Warren Sande、Carter Sande / 苏金国、姚曜 等 / 人民邮电出版社 / 2010-11 / 65.00元
一本老少咸宜的编程入门奇书!一册在手,你完全可以带着自己的孩子,跟随Sande父子组合在轻松的氛围中熟悉那些编程概念,如内存、循环、输入和输出、数据结构和图形用户界面等。这些知识一点儿也不高深,听起来备感亲切,书中言语幽默风趣而不失真义,让学习过程充满乐趣。细心的作者还配上了孩子们都喜欢的可爱漫画和经过运行测试的程序示例,教你用最易编写和最易理解的Python语言,写出你梦想中的游戏程序。 ......一起来看看 《与孩子一起学编程》 这本书的介绍吧!
MD5 加密
MD5 加密工具
html转js在线工具
html转js在线工具
