Skip to content

Commit

Permalink
Update mistakes.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GlazerMann authored Dec 27, 2024
1 parent 6c1f0be commit 32e95b1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions constants/mistakes.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

const COMMON_MISTAKES = [ // Common mistakes that aren't picked up by the levenshtein approach. And obvious ones to reduce levenshtein dependence
'_isbn' => 'isbn',
'pasge' => 'page',
'aeccess-date' => 'access-date',
'–citeseerx' => 'citeseerx',
'—publisher' => 'publisher',
';ast1' => 'last1',
Expand Down Expand Up @@ -97,6 +95,7 @@
'acsess date' => 'access-date',
'acsess-date' => 'access-date',
'ad1' => 'author1',
'aeccess-date' => 'access-date',
'afirst1' => 'first1',
'agencia' => 'agency',
'aithor' => 'author',
Expand Down Expand Up @@ -853,6 +852,7 @@
'pagse' => 'page',
'part' => 'issue',
'pases' => 'pages',
'pasge' => 'page',
'passage' => 'pages',
'path' => 'url',
'páxina-web' => 'website',
Expand Down Expand Up @@ -929,6 +929,7 @@
'publishuer' => 'publisher',
'publisjer' => 'publisher',
'publisjjer' => 'publisher',
'publlisher' => 'publisher',
'publosher' => 'publisher',
'publsher' => 'publisher',
'publsiher' => 'publisher',
Expand Down Expand Up @@ -1164,6 +1165,7 @@
'webasite' => 'website',
'webbsite' => 'website',
'webcite' => 'website',
'webebsite' => ' website',
'webiste' => 'website',
'webite' => 'website',
'webse' => 'website',
Expand Down Expand Up @@ -1341,7 +1343,7 @@
'제목' => 'title',
'출판사' => 'publisher',
'확인날짜' => 'access-date',
]; // Lots of stuff that just existed
];

const COMMON_MISTAKES_TOOL = [
'accessdate' => 'access-date',
Expand Down

0 comments on commit 32e95b1

Please sign in to comment.