done
This commit is contained in:
parent
577a85c9b1
commit
f7561acf3c
4 changed files with 120 additions and 71 deletions
|
|
@ -1,8 +1,6 @@
|
|||
const doubleMetaphone = require('talisman/phonetics/double-metaphone')
|
||||
const _ = require('lodash/fp')
|
||||
|
||||
// KOSTIS TODO: Decide on a method. Remove the others
|
||||
|
||||
const makePhonetic = _.flow(doubleMetaphone, _.uniq)
|
||||
|
||||
// Combine name-parts in a standard order.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue