We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75821d2 commit e104affCopy full SHA for e104aff
src/cluecode/copyrights.py
@@ -1810,9 +1810,6 @@ def build_detection_from_node(
1810
r'[A-Z][a-z]+[\.,]?'
1811
r')$', 'NNP'),
1812
1813
- # Matches a capitalized word with a dot (Like Frankie.Chu).
1814
- (r'^[A-Z][a-zA-Z]*\.[a-zA-Z]+$', 'NNP'),
1815
-
1816
# cmmunications
1817
(r'communications', 'NNP'),
1818
@@ -3498,10 +3495,6 @@ def build_detection_from_node(
3498
3495
# developed by Atkinson, et al.
3499
3496
AUTHOR: {<AUTH> <NNP>+ <CC> <AUTHDOT> } #Atkinson, et al.
3500
3497
3501
- # Author:Frankie.Chu
3502
- AUTHOR: {<AUTH> <NNP>}
3503
3504
3505
#######################################
3506
# Mixed AUTHOR and COPYRIGHT
3507
0 commit comments