Giter VIP home page Giter VIP logo

2020-nlp-tokenizer-hw's Introduction

2020-NLP-Tokenizer-HW

Implementation of a Tokenizer homework for an NLP course.

This is a tokenization task. A set of sentences from Wikipedia are provided as input. Each line will contain a single sentence. These sentences are provided already split into training, dev and test sets. You take a sentence as input and you split the sentences into its tokens. The task is framed as a character annotation task: given a sentence, on each character you have to use the BIS format, that is, tagging each character as B (beginning of the token), I (intermediate or end position of the token), S for space. For instance, given the sentence:

The pen is on the table.

The system will have to provide the following output.

BIISBIISBISBISBIISBIIIIB

The task comes in two flavors:

  • easy (en.wiki files): standard text
  • hard (en.wiki.merged files): all spaces are removed, therefore making separating tokens harder

For training and development sets, both input (.sentences) and out (.gold) are provided. For test sets, only the input is provided.

2020-nlp-tokenizer-hw's People

Contributors

noodlewcoke avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.