Advanced 6 topic areas 70+ exercises

NLP Engineer

NLP Engineers build systems that extract structure and meaning from text — tokenizing, tagging entities, and fine-tuning transformer models for classification or extraction tasks. Their daily English covers explaining why an NER model missed a rare entity type, writing an evaluation report comparing F1 scores across model versions, and describing tokenization edge cases in a code review. This path builds the classic NLP vocabulary — distinct from prompt engineering and conversational AI, which focus on using rather than building language models.

Topics covered

  • Classic NLP fundamentals
  • Feature engineering for text
  • Transformer architecture
  • spaCy & NLTK vocabulary
  • Evaluation metrics
  • Interview phrases

Vocabulary spotlight

4 terms every NLP Engineer should know in English:

tokenization n.

The process of splitting raw text into smaller units — words, subwords, or characters — that a model can process

"Switching to a subword tokenizer fixed the out-of-vocabulary problem we had with rare product names."
named entity recognition n.

A task that identifies and classifies spans of text into predefined categories such as person, organization, or location

"Our named entity recognition pipeline correctly tags "Amazon" as an organization but occasionally mislabels it as a location."
attention mechanism n.

A neural network component that lets a model weigh the relevance of different input tokens when producing each output token

"The attention mechanism lets the model focus on "not" even though it is several tokens away from the word it negates."
F1 score n.

The harmonic mean of precision and recall, used as a single balanced metric for classification and extraction tasks like NER

"The new model improved recall but hurt precision enough that the overall F1 score barely moved."
Open full glossary →

📚 Vocabulary Reference

Key terms organised by category for NLP Engineers:

Classic NLP

tokenizationlemmatizationstemmingPOS taggingnamed entity recognitiondependency parsingstop wordn-gramcorpusannotation

Feature Engineering

bag of wordsTF-IDFword embeddingone-hot encodingsequence lengthpaddingvocabulary sizeout-of-vocabulary tokensentence boundary detectiontext normalization

Transformers

attention mechanismpositional encodingencoderdecoderseq2seqself-attentionfine-tuningpretrainingtransfer learningembedding layer

Evaluation

F1 scoreprecisionrecallBLEU scoreROUGE scoreexact matchconfusion matrixheld-out test setinter-annotator agreementerror analysis
Study full vocabulary modules →

Recommended exercises

Real-world scenarios you'll practise

  • Explaining why an NER model missed a rare entity type and what additional training data would help
  • Writing an evaluation report comparing F1 scores across two model versions for a stakeholder without an ML background
  • Describing a tokenization edge case — like hyphenated compound words — in a code review comment
  • Presenting the trade-off between a rule-based NLP pipeline and a fine-tuned transformer for a low-resource language

Recommended reading

Explore another role

🏥 Healthcare IT Developer

Open path →

Frequently Asked Questions

What English skills do NLP Engineers most need to improve?+

NLP Engineers most commonly need to improve: technical vocabulary (the correct English terms for domain concepts), collocation accuracy (using the right verb for each action), written communication (bug reports, PR descriptions, technical docs), and spoken communication for standups, code reviews, and stakeholder meetings.

How long does the NLP Engineer learning path take?+

The NLP Engineer learning path contains 20–40 hours of material studied comprehensively. Most learners focus on the highest-priority modules first and return to the rest over time. Spending 30 minutes per day for 4–6 weeks produces noticeable improvement in workplace English.

What vocabulary should a NLP Engineer prioritise first?+

Start with the vocabulary that appears most in your daily work — terms you read in documentation, use in commit messages, and hear in meetings. The NLP Engineer path begins with the most frequent vocabulary clusters before moving to advanced communication patterns.

Are there interview exercises for NLP Engineer roles?+

Yes. The NLP Engineer path includes role-specific interview question modules with model answers and key phrases — the actual questions interviewers ask and the vocabulary needed to answer them fluently. There is also a dedicated Interview Practice hub for general interview skills.

Does this path include pronunciation help?+

Yes. The path links to pronunciation exercises for the technical terms most commonly mispronounced in this domain. The Pronunciation hub includes drills for acronyms, silent letters, word stress, and minimal pairs — all in IT context.

What are the most common English mistakes NLP Engineers make?+

The most common mistakes: incorrect collocations (using the wrong verb with a technical noun), false friends from L1, tense errors when narrating past incidents or walkthroughs, and using overly formal or overly casual register in written communication.

How do I improve my English for code reviews?+

Learn the standard code review collocations: approve a PR, request changes, leave a nit, address feedback, block a merge, resolve a conversation. Use hedging language for suggestions: "This might be cleaner as…", "Have you considered…?". The Collocations section includes a dedicated Code Review set.

Can I use this path alongside my daily work?+

Yes — the path is designed for working professionals. Each exercise set takes 10–15 minutes. The most effective approach is to study a vocabulary module before a meeting or task where you'll use that vocabulary, then practise immediately after. Context-linked practice produces much faster retention.

Is the content free?+

Yes, completely free. No registration required, no payment, no time limit. All vocabulary modules, exercises, glossary entries, and learning path guides are open access.

How do I track my progress through this path?+

Progress is tracked in your browser's local storage — completed exercise sets are marked with a checkmark when you return. No account is needed. You can bookmark specific modules and use the exercises overview to see which sets you've completed.