Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot markup refinement #12

Open
funderburkjim opened this issue Jul 31, 2021 · 1 comment
Open

Bot markup refinement #12

funderburkjim opened this issue Jul 31, 2021 · 1 comment

Comments

@funderburkjim
Copy link
Contributor

Noticed some incompleteness in botanical markup in Wilson. Although the work in #11 got most of
the markup needed, some were missed.

First case currently noticed is within context of regex matches ([A-Z][.] `
These occur in 98 lines. There are a few false positives. But a few categories. Here are suggested
remedies for the different cases noticed.

Type 1:
OLD:
{#arttagala#}¦ m. ({#-laH#}) Blue barleria, (B. caerulea.)
NEW:
{#arttagala#}¦ m. ({#-laH#}) Blue barleria, (<bot>B. caerulea</bot>.)
OR 
{#arttagala#}¦ m. ({#-laH#}) Blue barleria, (<bot>Barleria. caerulea.</bot>)

WHICH SHOULD WE USE?
Type1a:  almost the same type
OLD:
.²2 A yellow species of <bot>Barleria</bot>, (B. prionitis.)
NEW option 1:
.²2 A yellow species of <bot>Barleria</bot>, (<bot>B. prionitis</bot>.)
NEW option 2:
.²2 A yellow species of Barleria, (<bot>Barleria prionitis</bot>.)
AND still other variations possible.
WHICH SHOULD WE USE?
Type 2 -- The genus must be inferred
OLD:
.²1 A sort of pine, (P. Devadāru.)
NEW:  
.²1 A sort of pine, (<bot>Pinus Devadāru.</bot>)
 Devadāru is not a standard species name. See: https://www.wisdomlib.org/definition/devadaru

These are probably most of the 90+ cases.
Please provide feedback on which solution you think should be used.

@gasyoun
Copy link
Member

gasyoun commented Aug 3, 2021

{#arttagala#}¦ m. ({#-laH#}) Blue barleria, (Barleria. caerulea.)

Only not sure about the dot in caerulea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants