Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Large number of pending items #7

Open
johnjcamilleri opened this issue Feb 7, 2020 · 0 comments
Open

Large number of pending items #7

johnjcamilleri opened this issue Feb 7, 2020 · 0 comments
Labels
cleanup Cleaning up data

Comments

@johnjcamilleri
Copy link
Collaborator

A large number of ok-looking entries in DB are marked as pending, e.g.:

db.getCollection('lexemes').find({pending:true, sources:'Spagnol2011'})

/* 1 */
{
    "_id" : ObjectId("5200a366e36f237975000801"),
    "archaic" : true,
    "derived_form" : 1,
    "hypothetical" : true,
    "lemma" : "daqdaq",
    "phonetic" : "dɐʔdɐʔ",
    "pos" : "VERB",
    "root" : {
        "radicals" : "d-q-d-q"
    },
    "sources" : [ 
        "Spagnol2011"
    ],
    "pending" : true,
    "norm_freq" : 0.0
}

/* 2 */
{
    "_id" : ObjectId("5200a366e36f237975000807"),
    "derived_form" : 1.0,
    "lemma" : "fajtem",
    "phonetic" : "fɐɪtɛm",
    "pos" : "VERB",
    "root" : {
        "radicals" : "f-j-t-m"
    },
    "sources" : [ 
        "Spagnol2011"
    ],
    "pending" : true,
    "norm_freq" : 0.0
}

Need to investigate.

@johnjcamilleri johnjcamilleri added the cleanup Cleaning up data label Feb 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Cleaning up data
Projects
None yet
Development

No branches or pull requests

1 participant