andymeneely / chromium-history

Scripts and data related Chromium's history
11 stars 4 forks source link

Performance Tuning NLP #215

Closed bspates closed 9 years ago

bspates commented 9 years ago

Compare current performance with alternative vocab generation method that does not require re-associating the technical words with their origins (i.e. comments, messages. etc). Alternate method involves aggregating text fields in groups by developer and code reviews. Then running these groups through the NLTK scripts one by one and defining their relationships.

Possible Issues:

Advantages: