Git Product home page Git Product logo

gsoc2018's People

Contributors

alexanderrossa avatar dependabot[bot] avatar guydepauw avatar rpanchal1996 avatar xsardas1000 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gsoc2018's Issues

on_delete=models.

To get it to work with newer versions of django, you apparently need to add

,on_delete=models.CASCADE

to the models such as

user = models.ForeignKey(User, null=True)

so:

user = models.ForeignKey(User, null=True, on_delete=models.CASCADE)

I am not sure about the .CASCADE part though, as I'm not sure exactly what it does.

Can you update to the latest version of django on your end and check what needs to be done?

Is NER in anonymizer working ?

Hi,

I was testing the text anonymizer, but I can't find the anything being anonymized, I figure you must must be identifying that using NER, and then mark them something else. Correct me if I am wrong:

Input:

Mohandas Karamchand Gandhi (/ˈɡɑːndi, ˈɡændi/;[3][needs Gujarati IPA] Hindustani: [ˈmoːɦəndaːs ˈkərəmtʃənd ˈɡaːndʱi] (About this sound listen); 2 October 1869 – 30 January 1948) was an Indian activist who was the leader of the Indian independence movement against British rule. Employing nonviolent civil disobedience, Gandhi led India to independence and inspired movements for civil rights and freedom across the world. The honorific Mahātmā (Sanskrit: "high-souled", "venerable")[4] – applied to him first in 1914 in South Africa[5] – is now used worldwide. In India, he is also called Bapu (Gujarati: endearment for father,[6] papa)[6][7] and Gandhi ji, and known as the Father of the Nation.[8][9]

Output:

Mohandas Karamchand Gandhi /ˈɡɑːndi , ˈɡændi/;[3][needs Gujarati IPA Hindustani : [ ˈmoːɦəndaːs ˈkərəmtʃənd ˈɡaːndʱi ] ( About this sound listen ) ; 2 October 1869 – 30 January 1948 was an Indian activist who was the leader of the Indian independence movement against British rule . Employing nonviolent civil disobedience , Gandhi led India to independence and inspired movements for civil rights and freedom across the world . The honorific Mahātmā ( Sanskrit : " high - souled " , " venerable")[4 ] – applied to him first in 1914 in South Africa[5 ] – is now used worldwide . In India , he is also called Bapu ( Gujarati : endearment for father,[6 ] papa)[6][7 ] and Gandhi ji , and known as the Father of the Nation.[8][9 ]

Demo does not work

I've got an error "Daily allowance for this key has been exceeded." Is there any chance for me to overcome this issue?

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.