Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introducing Lingo

Xuanyi
April 20, 2017

Introducing Lingo

I introduced package lingo, a fast natural language processing library for Go during the Golang Sydney April meetup.
https://github.com/chewxy/lingo

Xuanyi

April 20, 2017
Tweet

More Decks by Xuanyi

Other Decks in Programming

Transcript

  1. lingo
    go get -u github.com/chewxy/lingo

    View Slide

  2. Subpackages
    Produc'on Quality
    •  Tokeniza1on
    •  Part of Speech Tagging
    •  Dependency Parsing
    •  Corpus management
    •  Treebank management
    •  Named En1ty Recogni1on (being rearchitected)
    •  BaBeries included algorithms
    @chewxy on TwiBer

    View Slide

  3. DEMO TIME
    @chewxy on TwiBer

    View Slide

  4. Models
    @chewxy on TwiBer

    View Slide

  5. Get lingo
    github.com/chewxy/lingo
    @chewxy on TwiBer

    View Slide