Skip to content

Commit

Permalink
Add Trt token to abbreviation dictionary.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Oct 6, 2016
1 parent aaae48e commit 02b1fa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ final class AbbreviationLabel {
"Oct", "Octyl",
"PAB", "Pentyl", "Ph", "Phenyl", "Pivaloyl", "PMB", "Pro", "Propargyl", "Propyl", "Pv",
"R", "SEM",
"T", "TBDMS", "TBDPS", "TES", "Tf", "THP", "THPO", "TIPS", "TMS", "Tos", "Tol", "Tosyl", "Tr", "Troc",
"T", "TBDMS", "Trt", "TBDPS", "TES", "Tf", "THP", "THPO", "TIPS", "TMS", "Tos", "Tol", "Tosyl", "Tr", "Troc",
"Vinyl", "Voc", "Z"};

private static Trie PREFIX_TRIE = new Trie();
Expand Down

0 comments on commit 02b1fa8

Please sign in to comment.