1 / 9

CSA3180: Natural Language Processing

CSA3180: Natural Language Processing. Text Processing 1 Language Encoding Issues Common Corpora Handling Large Document Collections Applications: Anatomy of a Search Engine NLTK. Language Encoding Issues. Different encoding methods Different languages Unicode Standard

jwatt
Télécharger la présentation

CSA3180: Natural Language Processing

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CSA3180: Natural Language Processing Text Processing 1 Language Encoding Issues Common Corpora Handling Large Document Collections Applications: Anatomy of a Search Engine NLTK CSA3180: Text Processing I

  2. Language Encoding Issues • Different encoding methods • Different languages • Unicode Standard • Further information: • Unicode Consortium • Jukka Korpela Tutorial http://www.cs.tut.fi/~jkorpela/chars.html CSA3180: Text Processing I

  3. Language Encoding Issues • Character Repertoire – set of distinct characters • Character Code – mapping between characters and positive integers • Character Encoding – algorithm for presenting characters using particular code CSA3180: Text Processing I

  4. Language Encoding Issues • Encoding using octets • Common Encodings: • ASCII • ISO Latin I (ISO 8859-1) • ISO Latin II + III Extensions (for Maltese) • Unicode & UTF-8 • ANSI • Cyrillic and Chinese Encodings CSA3180: Text Processing I

  5. Language Encoding Issues • Text encoding on the Web • MIME Standard • Content-Type: text/html; charset=iso-8859-1 • Used in Email and Web Servers • Problems in implementation: few encodings properly supported • UTF-8 recommended CSA3180: Text Processing I

  6. Common Corpora • WordNet • TREC/ACE/TIDES Corpora • Linguistic Data Consortium (LDC) • GigaWord (News) • Tree Banks • MUC (Message Understanding Conference) • TIPSTER (Information Retrieval) CSA3180: Text Processing I

  7. Handling Large Document Collections • Special issues involved in processing • Hierarchical directory structures • File indexes • Batch processing – start, resume, pause, end • Job scheduling CSA3180: Text Processing I

  8. Applications • Anatomy of a Search Engine (Larry Page and Sergey Brin) • Describes the internals of Google • NLP in everyday life! CSA3180: Text Processing I

  9. Next Sessions… • Natural Language Toolkit (NLTK) • http://nltk.sourceforge.net/ • Please download and install! CSA3180: Text Processing I

More Related