This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* author: Ronny Fuchs, [email protected] | |
* license: Apache license 2.0 - https://www.apache.org/licenses/ | |
*/ | |
package esc.scala.example | |
import esc.similarity._ | |
import esc.commons._ | |
import esc.index._ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* author: Ronny Fuchs, [email protected] | |
* 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; |