Home

Awesome

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]


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:

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 humans@a-mma.in to take that content down.

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