Hello! I was wondering if the following line is supposed to be commented out?
|
# tag_counts['RB'].append(calculate_total_adverbs(tagged_df)) |
I think that this comment may result in a bug where the produced vector of features is one feature shorter than the list specified in the Neurobiber/biberplus paper. While the feature "RB" is produced, "TRB" is not. This seems to occur even though both RB and TRB are listed as a generated features. I may very well be reading this wrong, just wanted to ask!
Hello! I was wondering if the following line is supposed to be commented out?
biberplus/biberplus/tagger/tag_frequencies.py
Line 80 in 0436999
I think that this comment may result in a bug where the produced vector of features is one feature shorter than the list specified in the Neurobiber/biberplus paper. While the feature "RB" is produced, "TRB" is not. This seems to occur even though both RB and TRB are listed as a generated features. I may very well be reading this wrong, just wanted to ask!