Skip to content

Commit

Permalink
Tweak model.
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Jun 8, 2018
1 parent 959c28e commit eebda2d
Show file tree
Hide file tree
Showing 6 changed files with 14,660 additions and 14,230 deletions.
4 changes: 2 additions & 2 deletions lib/anystyle/feature/keyword.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def observe(token, alpha: token, **opts)
:thesis
when /^(proceedings|conference|meeting|transactions|communications|seminar|symposi(on|um))/i
:proceedings
when /^(Journal|Zeitschrift|Quarterly|Magazine?|Times|Rev(iew|vue)?|Bulletin|News|Week)/
when /^(Journal|Zeitschrift|Quarterly|Magazine?|Times|Rev(iew|vue)?|Bulletin|News|Week|Gazett[ea])/
:journal
when /^in$/i
:in
Expand All @@ -31,7 +31,7 @@ def observe(token, alpha: token, **opts)
:page
when /^(vol(ume)?s?|iss(ue)?|n[or]?|number)$/i
:volume
when /^(ser(ies?)?|reihe)$/i
when /^(ser(ies?)?|reihe|[ck]oll(e[ck]tion))$/i
:series
when /^(edn|edition|expanded|rev(ised)?|p?reprint(ed)?|illustrated)$/i,
/^(aufl(age)?|\p{Alpha}*ausg(abe)?)$/i
Expand Down
Loading

0 comments on commit eebda2d

Please sign in to comment.