|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.claudio.trainer.Trainer
public abstract class Trainer
Idea: Transfer between users not only P2P but also E-Mail.
As a variant in all three cases instead of having to write the sentence I could be presented with a chioce of several sentences of which only one is valid. The difficulty in doing this to find good alternatives to the right sentence to present as wrong choices. Possible algorithms would be: substitute single words with "similar" others. Choose stored sentences which share most of the words. For good results some human input might be necessary about what sentences are similar but wrong and what other might be still right answers even though composed of different words.
These three tasks are sufficiently different, that it makes sense to have three separate user interfaces for them. They could be placed on different tabs in the same frame.
Copyright (C) 2006-2008 Claudio Nieder <private@claudio.ch>, CH-8610 Uster
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Constructor Summary | |
---|---|
Trainer()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Print license. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Trainer()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- ignored
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |