Code Monkey home page Code Monkey logo

Comments (4)

zeloru avatar zeloru commented on September 17, 2024 1

Hello,
I found a link that may be helpful:
Parsing English in 500 Lines of Python
https://explosion.ai/blog/parsing-english-in-python

from underthesea.

rain1024 avatar rain1024 commented on September 17, 2024

Thanks for your suggestion.

from underthesea.

rain1024 avatar rain1024 commented on September 17, 2024

In next version v1.3.x, I will integrate deep learning model for Vietnamese dependency parsing. Hope it will come soon 😃

Update (29/11/2020): Our dependency parsing model is ready to use from version 1.3.0

! pip install underthesea==1.3.0a1

>>> # -*- coding: utf-8 -*-
>>> from underthesea import dependency_parse
>>> text = 'Tối 29/11, Việt Nam thêm 2 ca mắc Covid-19'
>>> dependency_parse(text)
[('Tối', 5, 'obl:tmod'),
 ('29/11', 1, 'flat:date'),
 (',', 1, 'punct'),
 ('Việt Nam', 5, 'nsubj'),
 ('thêm', 0, 'root'),
 ('2', 7, 'nummod'),
 ('ca', 5, 'obj'),
 ('mắc', 7, 'nmod'),
 ('Covid-19', 8, 'nummod')]

from underthesea.

rain1024 avatar rain1024 commented on September 17, 2024

Next task: Refactor BiaffineDependencyParser module

  • Refactor BiaffineDependencyParser module

from underthesea.

Related Issues (20)

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.