CJ, could you have a look and let me know your thoughts? These are the changes I mentioned last week for doing average bias of a statement. It uses sent tokenize from nltk to get sentences and then uses multiprocessing to parallelize the bias scoring of each sentence before averaging together.
Also, I mentioned it earlier in email I think but, I had to import different pattern.en dependencies to get it to work during development but suspect it should work the same if the import sources for pattern.en are not changed assuming same functions are available.
CJ, could you have a look and let me know your thoughts? These are the changes I mentioned last week for doing average bias of a statement. It uses sent tokenize from nltk to get sentences and then uses multiprocessing to parallelize the bias scoring of each sentence before averaging together.
Also, I mentioned it earlier in email I think but, I had to import different pattern.en dependencies to get it to work during development but suspect it should work the same if the import sources for pattern.en are not changed assuming same functions are available.