Thanks for pointing out your focus on search. I tried it out, and indeed, search is fantastic. In particular, being able to use approximate transliterations makes searching superb! Language options is cherry on top.
I now see there are at least two top-level use cases I see to using the app:
1) Search: when you already know what you want (app is already fantastic for this!)
2) Exploring and discovering: when you are in "exploration mode," seeking to expand your horizons
I tend to use (2) a lot: usually, I want to go discover all the songs in a certain ragam, and then pick one. The app doesn't quite work for this purpose currently, which is what motivated the feedback in my post above. BTW, your website works beautifully for exploring/discovering.
Carnatic Youtube Collection
-
- Posts: 43
- Joined: 10 Jan 2020, 12:37
- x 9
- x 1
#52 Re: Carnatic Youtube Collection
BTW, just for my curiosity: technically, how does transliteration work so well with your website and app? How does the app recognize "gnb" as "G. N. Balasubramaniam", or "dhwijavanthi" as the correct ragam? How do videos with different spellings for the same song get indexed correctly to the same song?
-
- Posts: 43
- Joined: 10 Jan 2020, 12:37
- x 9
- x 1
#53 Re: Carnatic Youtube Collection
Ah, never mind, I tried out a fuzzy search library in python, and it actually works surprisingly well with the cases above.
-
- Posts: 305
- Joined: 17 Feb 2007, 06:15
- x 10
#54 Re: Carnatic Youtube Collection
You have fuzzy search in python : https://whoosh.readthedocs.io/en/latest/intro.html
For javascript I use: https://lucaong.github.io/minisearch/
Fuzzy search is standard part of any scripting languages.
Challenges are in transliterations of sanskritized words into tamil like: balagopala (~ palakopala) where the fuzzy search helps
Raman
For javascript I use: https://lucaong.github.io/minisearch/
Fuzzy search is standard part of any scripting languages.
Challenges are in transliterations of sanskritized words into tamil like: balagopala (~ palakopala) where the fuzzy search helps
Raman
-
- Posts: 43
- Joined: 10 Jan 2020, 12:37
- x 9
- x 1
#55 Re: Carnatic Youtube Collection
Good to know. The tweaks in the latest version are very good!
-
- Posts: 8
- Joined: 08 Nov 2021, 00:58
- x 2
- x 2
#56 Re: Carnatic Youtube Collection
This is not just an index of Carnatic tracks on Youtube, but likely the most comprehensive database, literally, of all Carnatic music compositions known to mankind. Great thanks on this fantastic effort, and for open sourcing it!
-
- Posts: 8
- Joined: 08 Nov 2021, 00:58
- x 2
- x 2
#57 Re: Carnatic Youtube Collection
@ranjanimalavi, is it helpful to you to "reduce the noise" to submit errors? And if so, what is the best way to submit errors. To be clear, error rate is quite low and it's very usable overall.
Examples: AWPqzHrkT-A, HCJFJ4fHgIo are classified as Purvi, but they should be purvikalyani.
Examples: AWPqzHrkT-A, HCJFJ4fHgIo are classified as Purvi, but they should be purvikalyani.
-
- Posts: 305
- Joined: 17 Feb 2007, 06:15
- x 10
#58 Re: Carnatic Youtube Collection
madChapu,
I have kept the errors within 2%, but some cases are not known to me.
both has same title:
Isai Chaaral Maharajapuram S Srinivasan Poorvi Kalyana Alapana"
though description has poorvikalyani and nowhere there is a song.
and title wins which has only poorvi.
There is a developer contact under:
https://play.google.com/store/apps/deta ... n_IN&gl=US
[email protected]
you can send a mail to above email, i will correct it.
Raman
I have kept the errors within 2%, but some cases are not known to me.
both has same title:
Isai Chaaral Maharajapuram S Srinivasan Poorvi Kalyana Alapana"
though description has poorvikalyani and nowhere there is a song.
and title wins which has only poorvi.
There is a developer contact under:
https://play.google.com/store/apps/deta ... n_IN&gl=US
[email protected]
you can send a mail to above email, i will correct it.
Raman