Skip to content

Commit 8fc0027

Browse files
committed
Do not treat Line and Set as NNP #2700
Line and Set are plain nouns not proper nouns. Reported-by: Bryan Sutula <[email protected]> Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent eee8640 commit 8fc0027

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

src/cluecode/copyrights.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,6 +1044,8 @@ def from_node(
10441044
(r'^JMagnetic$', 'NN'),
10451045
(r'^Joint$', 'NN'),
10461046
(r'^Jsunittest$', 'NN'),
1047+
(r'^List$', 'NN'),
1048+
(r'^Set$', 'NN'),
10471049
(r'^Last$', 'NN'),
10481050
(r'^LAW', 'NN'),
10491051
(r'^Legal$', 'NN'),
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#
2+
# Copyright (c) 2007-2010 Sharon Rosner, Wayne E. Seguin, Aman Gupta, Adrian Madrid, Jeremy Evans
3+
module List
4+
# Set
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
what:
2+
- copyrights
3+
copyrights:
4+
- Copyright (c) 2007-2010 Sharon Rosner, Wayne E. Seguin, Aman Gupta, Adrian Madrid, Jeremy Evans

0 commit comments

Comments
 (0)