So, looking at Soundex, you are not actually looking for an an Arabic stemmer like http://lucene.apache.org/core/3_6_0/api/all/org/apache/lucene/analysis/ar/ArabicAnalyzer.html but a way to correlate English and Arabic words by their similarity?
/peter G: neubauer.peter S: peter.neubauer P: +46 704 106975 L: http://www.linkedin.com/in/neubauer T: @peterneubauer <http://twitter.com/peterneubauer> Open Data - @mapillary <http://mapillary.com/> Open Source - @neo4j <http://neo4j.org/> Open Future - @coderdojo <http://malmo.coderdojo.se/> On Tue, Jun 10, 2014 at 9:19 AM, Awi <[email protected]> wrote: > I am a learner of Neo4j and used in one of the financial project. > Is there a way where I could query my Neo4j to identify similar names > (mainly for identifying spelling mistakes), and later on I could merge > those records. > Few sources says; using Soundex or other related algorithms would help. > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
