Skip to content

Instantly share code, notes, and snippets.

View asderix's full-sized avatar

Ronny Fuchs asderix

View GitHub Profile
@asderix
asderix / EscScalaExample.scala
Created April 23, 2019 08:41
ESC example for Scala
/**
* author: Ronny Fuchs, info@asderix.com
* license: Apache license 2.0 - https://www.apache.org/licenses/
*/
package esc.scala.example
import esc.similarity._
import esc.commons._
import esc.index._
@asderix
asderix / EscJavaExample.java
Created April 23, 2019 06:03
Example how to use ESC with Java.
/**
* author: Ronny Fuchs, info@asderix.com
* license: Apache license 2.0 - https://www.apache.org/licenses/
*/
package esc.java.example;
import esc.commons.FinderMatch;
import esc.commons.IndexPerson;
import esc.index.Finder;