Skip to content

Commit

Permalink
treat fa as forma (fix #254)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimus committed Sep 26, 2023
1 parent 6508e91 commit 8c3e0a1
Show file tree
Hide file tree
Showing 4 changed files with 3,418 additions and 3,396 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

## [v1.7.5] - 2023-09-12 Tue

- Fix [#254]: treat `fa` as forma.
- Fix [#252]: process `dem` as an author word for `Von dem Bush` and like.
- Fix [#251]: do not process `y` as `and` for `Rafael Arango y Molina`.
- Fix [#249]: allow `cf` at the end of the strings, cf for infraspecies.
Expand Down
2 changes: 1 addition & 1 deletion ent/parser/grammar.peg
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ RankOther <- ('morph' / 'convar' / 'pseudovar' / 'sect' /

RankVar <- ('variety' / '[var.]' / 'var') ('.' / &(SpaceCharEOI))

RankForma <- ('forma' / 'fma' / 'fm' / 'form' / 'fo' / 'f') ('.' / &(SpaceCharEOI))
RankForma <- ('fa' / 'forma' / 'fma' / 'fm' / 'form' / 'fo' / 'f') ('.' / &(SpaceCharEOI))

RankSsp <- ('ssp' / 'subspec' / 'subsp') ('.' / &(SpaceCharEOI))

Expand Down
Loading

0 comments on commit 8c3e0a1

Please sign in to comment.