Giter Site home page Giter Site logo

rajdeepslather / ner_open_data Goto Github PK

View Code? Open in Web Editor NEW

This project forked from a-mma/ner_open_data

0.0 0.0 0.0 2.14 MB

This repo contains timely updated NER tagged data collected through a-mma NER data collection programme

License: The Unlicense

ner_open_data's Introduction

a-mma_NER_Open_Data

This repo contains timely updated NER tagged data collected through a-mma NER data collection programme. The online web interface is located here.

Update [3 July 2018]

  • added NER data collected during last month in news category.

Hey curious explorer ๐Ÿ‘‹, welcome.

We are happy to present to you this NER Open Data repository on the behalf of ๐ŸŽˆ๐ŸŽ† each unknown generous contributor ๐Ÿพ๐ŸŽ‰. Feel free to use this in your pet projects, geeky experiments, futuristic products or anywhere your creative mind tells you to. We feel very proud of making our first baby step ๐Ÿ‘ถ to push language barriers together with the public. Let's make sure that no one gets discriminated in the connected world because of their language, at least in India ๐Ÿ‡ฎ๐Ÿ‡ณ๐Ÿ‡ฎ๐Ÿ‡ณ. And let everyone build tools for anyone else across boundaries.

how to use this data? (data format)

All the information collected within a span of time is formatted as a single JSON object. All tagged information belongs to data field, which is a list. Each element of that list corresponds to each article in some language. A single article is another object having fields text and entities where text field contains the original raw article text and entities field contains a list of tagged entities in that article. This entities field is also another object having fields start, value, end, entity. Below snippet will give you a snapshot of the entire JSON object.

{
  "n_docs": "- total number of documentss tagged so far",
  "n_entities": "- total number of entities tagged so far",
  "data":[
            {
              "text":"- article original raw text",
              "entities":[
                            {
                              "start":"- entity word starting position within text",
                              "end":"- entity word ending position within text",
                              "value":"- actual entity value",
                              "entity":"- entity type specified"
                            },
                           {...},
                           {...}
                        ]
            },
            {...},
            {...}
        ]
}

Are you are a developer, researcher or hobbyist? ๐Ÿ’ป๐Ÿ”ฌ๐Ÿ

We encourage you to make use of this data and let's see what we could give in return.

Are you an Entrepreneur? ๐Ÿข

We have got a great idea and awesome tools, but no data? Don't let data unavailability limit your imagination. Let's pave infrastructure for the future today.

Are you a student? ๐Ÿ’ฏ๐ŸŽ“

You have got a lot of time to learn new stuff and experiment with it. Give this a try and let's see where this leads you. Ask questions on that journey, and we're here to help you smash any roadblocks ๐ŸฅŠ๐ŸฅŠ.

Are you a content creator?

Contribute for the greater good and make sense of your content data (generate structured data).

And finally.., We need your help as well. ๐Ÿ†˜

To keep above-mentioned things alive, we need to fuel it. Here's how to do it:

  • the first and foremost thing to do is giving contributions to Open Data Collection. Just go hereโ˜๏ธ and input some data whenever you get some time.
  • please clarify what a-mma's mission and activities are by reading this documentation๐Ÿ”–. This will give you a broad view of what is going on and might encourage you to keep contributing to a-mma.
  • send your valuable suggestions and ideas to ๐Ÿ“ง [email protected]

Disclaimer

a-mma doesn't own any rights to the data being uploaded by the public. If you are a content creator and you see your content here which violates any rights, please let us know at [email protected] to take that content down.

thanks for your valuable time. Good day! ๐Ÿ‘๐Ÿ‘๐Ÿ‘

ner_open_data's People

Contributors

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