Git Product home page Git Product logo

nlp-beginner-projects's Introduction

nlp-beginner-projects

NLP常见任务实现(pytorch版)

输入待标注的句子,输出标注结果
My name is Phil , I am from European Union . -->
['O', 'O', 'O', 'B-PER', 'O', 'O', 'O', 'O', 'B-ORG', 'I-ORG', 'O']

输入人可读的日期,翻译出机器可读的日期
monday may 7 1983 --> 1983-05-07
19 march 1998 --> 1998-03-19
18 jul 2008 --> 2008-07-18
9/10/70 --> 1970-09-10
thursday january 1 1981 --> 1981-01-01
thursday january 26 2015 --> 2015-01-26
saturday april 18 1990 --> 1990-04-18
sunday may 12 1988 --> 1988-05-12

输入"我好可爱",生成藏头诗
我病恨无我,。
好一解颜色。
可怜王经行自远,一解颜色。
爱绿溪阴。
输入"花开有情",生成藏头诗
花边行县柳,河桥晚泊船。
开远树,山鸟助酣歌。
有情何处,箫管凤初来。
情何处所,风吹青珊瑚,可怜王孙立

相关链接:

  1. 项目1数据集
  2. fdu nlp-beginner

nlp-beginner-projects's People

Contributors

positivepeng 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.