เริ่มต้นใช้งานเริ่มต้นใช้งานได้ฟรี

Review methods #2

In this exercise, you will review four additional methods.

  • e: Modeling techniques, including LDA, used to cluster text into groups or types based on similar words being used.
  • f: A method for searching through text and tagging words that distinguish people, locations, or organizations.
  • g: Method used to search text for specific patterns.
  • h: Representing words using a large vector space where similar words are close together within the vector space.

แบบฝึกหัดนี้เป็นส่วนหนึ่งของหลักสูตร

Introduction to Natural Language Processing in R

ดูคอร์ส

คำแนะนำการฝึกหัด

  • Using the 4 descriptions above, set the model or method equal to the corresponding letter.

แบบฝึกหัดเชิงโต้ตอบแบบลงมือทำ

ลองทำแบบฝึกหัดนี้โดยเติมโค้ดตัวอย่างนี้ให้สมบูรณ์

# Named Entity Recognition
NER <- ___

# Topic Modeling
TM <- ___

# Word Embeddings 
WE <- ___

# Regular Expressions
REGEX <- ___
แก้ไขและรันโค้ด