hda-technical / dancebooks

Historical dance bibliography
https://bib.hda.org.ru
Other
8 stars 11 forks source link

Provide algorithm for surname detection #50

Open georgthegreat opened 8 years ago

georgthegreat commented 8 years ago

We have to handle complex cases properly:

  1. Виктор Васнецов -> Васнецов
  2. Pablo Minguet e Yrol -> Minguet e Yrol
  3. C. J. von Feldtenstein -> Feldtenstein
  4. A. D. -> A. D.

Though bibliography is written in python at the time, I would suggest implementing this in C++. And I am not sure that there no solution for this problem yet.

Oreolek commented 7 years ago

Bountysource

lafeo commented 5 years ago

I am Java developer and I can handle this perfectly in Java, currently in progress will post as soon as I am done.