shodan 369bb6a94a minor javadoc updates 18 years ago
..
MANIFEST.MF a84151bfcf automated sphinxapi.jar building 18 years ago
Makefile 7df7aa1260 style, comments, bugfixes 18 years ago
README 0c0ed990bd java api notes 18 years ago
SphinxClient.java 369bb6a94a minor javadoc updates 18 years ago
SphinxException.java 7df7aa1260 style, comments, bugfixes 18 years ago
SphinxMatch.java 7df7aa1260 style, comments, bugfixes 18 years ago
SphinxResult.java 7df7aa1260 style, comments, bugfixes 18 years ago
SphinxWordInfo.java 7df7aa1260 style, comments, bugfixes 18 years ago
mk.cmd 27e762e257 style does matter 18 years ago
mkdoc.cmd 27e762e257 style does matter 18 years ago
test.java 7df7aa1260 style, comments, bugfixes 18 years ago

README

Sphinx Java API notes
----------------------

0) THIS IS A WORK IN PROGRESS. COMPATIBILITY-BREAKING CLASS INTERFACE
CHANGES STILL MIGHT BE PERFORMED. SUGGESTIONS ARE WELCOME.

1) Officially supported JDKs are 1.5 and above.

2) The code would probably build with prior JDK versions as well,
but since JDK 1.4 is already in End-Of-Life transition period,
this could be gradually dropped.

3) To build `sphinxapi.jar':

- make sure that `javac' and `jar' are in PATH
- make sure JAVA_HOME is properly set
- issue `make'

4) To run sample client program:

- issue `java -jar sphinxapi.jar'

--eof--