I think it'd be really cool to generate complete vocab lists for famous texts such as the Analects, so that students could choose to study these and know they're covering all the vocab.
Generating the list isn't hard, but now I have 1637 items in a text file.
I have a couple of questions about this:
1. Is there any performance issue with having such a huge list? It'd have to be in 16 sections, each with 100 items. What I'm thinking is that Skritter would just handle all the items you already know and add what you don't? Would that be efficient?
2. Do people think it's a good idea to handle the issue in this way? Or try to create a more specialised vocab list? It's just quite difficult to efficiently determine what's "specialised" and what's general vocab that shouldn't be on the list.
Personally I think it'd be cool to just have all 1600 items and let Skritter handle it, I'm just worried it'll have performance issues.