Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Genetic Lingo01:11

Genetic Lingo

Overview
Improving Translational Accuracy02:07

Improving Translational Accuracy

Base complementarity between the three base pairs of mRNA codon and the tRNA anticodon is not a failsafe mechanism. Inaccuracies can range from a single mismatch to no correct base pairing at all. The free energy difference between the correct and nearly correct base pairs can be as small as 3 kcal/ mol. With complementarity being the only proofreading step, the estimated error frequency would be one wrong amino acid in every 100 amino acids incorporated. However, error frequencies observed in...
Improving Translational Accuracy02:07

Improving Translational Accuracy

Base complementarity between the three base pairs of mRNA codon and the tRNA anticodon is not a failsafe mechanism. Inaccuracies can range from a single mismatch to no correct base pairing at all. The free energy difference between the correct and nearly correct base pairs can be as small as 3 kcal/ mol. With complementarity being the only proofreading step, the estimated error frequency would be one wrong amino acid in every 100 amino acids incorporated. However, error frequencies observed in...

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Paediatric lymphoblastic lymphoma: a national review of 20 years of clinical and biological data in Ireland.

Annals of hematology·2025
Same author

Infant acute lymphoblastic leukaemia-Progress from worldwide clinical efforts.

British journal of haematology·2025
Same author

MRD-risk stratification mitigates TLX3 prognostic impact in paediatric T-cell acute lymphoblastic leukaemia: A national cohort analysis.

British journal of haematology·2024
Same author

Comments on "Social inequalities in treatment receipt for childhood cancers in Ireland: A population-based analysis".

International journal of cancer·2024
Same author

Adapted risk stratification and intensive chemotherapy abrogate the poor prognosis of pediatric B acute lymphoblastic leukemia with intrachromosomal amplification of chromosome 21 (iAMP21): a National cohort analysis.

Leukemia & lymphoma·2023
Same author

Nonsteroidal anti-inflammatory drugs as a targeted therapy for bone marrow failure in Ghosal hematodiaphyseal dysplasia.

Blood·2022

Related Experiment Videos

Building a biomedical tokenizer using the token lattice design pattern and the adapted Viterbi algorithm.

Neil Barrett1, Jens Weber-Jahnke

  • 1Department of Computer Science, University of Victoria, Victoria, Canada. nbarrett@uvic.ca

BMC Bioinformatics
|June 11, 2011
PubMed
Summary
This summary is machine-generated.

A novel tokenizer design pattern and systematic approach improve biomedical text tokenization. This method, combining regular expressions and machine learning, achieves high accuracy, matching leading custom tokenizers.

Related Experiment Videos

Area of Science:

  • Natural Language Processing
  • Computational Biology
  • Bioinformatics

Background:

  • Tokenization lacks a universal standard for English, particularly in biomedical texts.
  • Existing biomedical tokenizers often use classification, leading to varied outputs that hinder reuse.
  • There's a need for systematic approaches to create and adapt tokenizers for new biomedical subdomains.

Purpose of the Study:

  • To introduce a novel tokenizer design pattern and systematic creation approach for biomedical text.
  • To develop a hybrid tokenizer combining regular expressions and machine learning.
  • To evaluate the effectiveness of the new approach against existing tokenization methods.

Main Methods:

  • Developed a novel tokenizer design pattern and systematic creation guidelines.
  • Implemented a tokenizer using a combination of regular expressions and a novel machine learning approach.
  • Evaluated the tokenizer's performance on biomedical text tokenization tasks against three other methods.

Main Results:

  • The developed tokenizer achieved high accuracy in biomedical text tokenization.
  • Medpost and the adapted Viterbi tokenizer showed the best performance, with accuracies of 92.9% and 92.4%, respectively.
  • The study confirmed that Part-of-Speech (POS) tagging significantly aids in disambiguating tokenization.

Conclusions:

  • The proposed design pattern and guidelines offer a viable method for constructing effective biomedical tokenizers.
  • The new approach yields tokenizers comparable to leading custom-built solutions.
  • Effective tokenization relies heavily on POS tag sequences and the quality of training data.