Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

Words Transformer FX is a JavaFX application. It is a simple tool that you can easily establish your database to pair words together. You may use this application to translate texts from one language into another language and to make sure that your words in your context are consistent.

Notifications You must be signed in to change notification settings

magiclen/Words-Transformer-FX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Words Transformer FX

Introduction

Words Transformer FX is a JavaFX application. It is a simple tool that you can easily establish your database to pair words together. You may use this application to translate texts from one language into another language and to make sure that your words in your context are consistent.

Usage

1. If you have a database file named 'WordsData', you can put it into the directory where your 'WordsTransformerFX.jar' is.
2. Run the program file named WordsTransformerFX.jar.
3. Input a word or a keyword that you want to search.
4. Copy the result.
5. If you want to edit the database file, you can input your 'keyword' and its corresponding 'value' and click the 'Add/Edit' button.

Database

If you want to do a mass of changes, you can use your text editor to open the database file named 'WordsData'. The structure of that file is very simple, like this:

drake claws = 龍爪

or

Fire Drake = 火龍戰士 --> 焰火龍

where '-->' is used for the history of that tuple and it can be repeated.

License

Copyright 2015-2016 magiclen.org

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

What's More?

Please check out our web page at

https://magiclen.org/words-transformer-fx/

About

Words Transformer FX is a JavaFX application. It is a simple tool that you can easily establish your database to pair words together. You may use this application to translate texts from one language into another language and to make sure that your words in your context are consistent.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages