recognizer

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

MIT
GroupId

GroupId

si.urbas
ArtifactId

ArtifactId

recognizer
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

recognizer
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Source Code Management

Source Code Management

https://github.com/urbas/speedith

Download recognizer

How to add to project

<!-- https://jarcasting.com/artifacts/si.urbas/recognizer/ -->
<dependency>
    <groupId>si.urbas</groupId>
    <artifactId>recognizer</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/si.urbas/recognizer/
implementation 'si.urbas:recognizer:0.0.1'
// https://jarcasting.com/artifacts/si.urbas/recognizer/
implementation ("si.urbas:recognizer:0.0.1")
'si.urbas:recognizer:jar:0.0.1'
<dependency org="si.urbas" name="recognizer" rev="0.0.1">
  <artifact name="recognizer" type="jar" />
</dependency>
@Grapes(
@Grab(group='si.urbas', module='recognizer', version='0.0.1')
)
libraryDependencies += "si.urbas" % "recognizer" % "0.0.1"
[si.urbas/recognizer "0.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Speedith


Speedith is a diagrammatic theorem prover for spider diagrams.

Build Status


Licence

Speedith is licenced under the MIT licence. Please read LICENCE.md for more information.


Developer's Guide to Speedith


General Requirements

These requirements have to be checked only once. After you make sure you have these, you can build Speedith at any time.

Optional:

  • Tesseract (needed for character recognition in drawn input):

    • Linux & OS X: Please follow this guide.

    • Windows: no need to install. Tesseract comes pre-packaged.


Building Speedith

Use Maven to build Speedith (in the root directory of your cloned Speedith repository):

mvn install

Running Speedith

The build will result in a distributable package:

Speedith.Gui/target/speedith-gui-0.0.1-SNAPSHOT-bin.zip

Unpack the archive and navigate into the unpacked speedith/bin folder.

Once in speedith/bin folder, execute the script that best matches your platform.

For example, on Windows you might want to execute either

speedith-win32.bat

or

speedith-win64.bat

Versions

Version
0.0.1