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 97d0bcb commit 6a9663eCopy full SHA for 6a9663e
src/cluecode/copyrights.py
@@ -741,6 +741,10 @@ def build_detection_from_node(
741
(r'^Fu$', 'NNP'),
742
(r'^W3C\(r\)$', 'COMP'),
743
744
+ # three or more AsCamelCase GetQueueReference, with some exceptions
745
+ (r'^OpenStreetMap.?$', 'NAME'),
746
+ (r'^([A-Z][a-z]+){3,}$', 'JUNK'),
747
+
748
############################################################################
749
# JUNK proper
750
0 commit comments