We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a9abc commit dd5de6eCopy full SHA for dd5de6e
src/cluecode/copyrights.py
@@ -1278,6 +1278,17 @@ def build_detection_from_node(
1278
(r'^Convert$', 'NN'),
1279
(r'^Compute$', 'NN'),
1280
(r'^Case$', 'NN'),
1281
+ (r'^Hessian$', 'NN'),
1282
+ (r'^Include', 'NN'),
1283
+ (r'^Downstream', 'NN'),
1284
+ (r'^Distributions?', 'NN'),
1285
+ (r'^Volumes?', 'NN'),
1286
+ (r'^Manuals?.?', 'NN'),
1287
+ (r'^Update.?', 'NN'),
1288
+ (r'^[Ff]ormatting.?', 'JUNK'),
1289
+ (r'^Lexers?.?', 'NN'),
1290
+ (r'^Symbols?.?', 'NN'),
1291
+ (r'^Tokens?.?', 'NN'),
1292
1293
(r'^END$', 'NN'),
1294
(r'^Entity$', 'NN'),
0 commit comments