Since I'm limited in comment space, let me add some thoughts here:
Problems:
|
2 | Refined problem | ||
How to tag texts automatic automatically while remaining effectiveeffectivness?Since I'm limited in comment space, let me add some thoughts here: Problems: |
||||
|
1 |
|
||
How to tag texts automatic while remaining effective?Let's say I've got a set of a million tags and a text that needs to be parsed for these and possibly new tags. The amount of tags here is just an example to illustrate my thinking problem - too many to loop through in a linear way, too many to keep in memory etc. Somehow I can't think of a solution with low footprint (and which stays speedy). I'm aware that one has to expect trade-offs, but I'd assume I'm overlooking some concepts. This is especially interesting for intelligent tagging ( "Michael Jackson" = "artist" etc ) since the applied tag might not be part of the text itself. Besides doing word blacklisting, caching of popular tags and huge sql queries, what would be the most effective way of approaching this? (funny enough, I've to tag this question myself :-) )
|
||||