• This project
    • Loading...
  • Sign in

Carlos-Francisco Méndez-Cruz / nlp-preprocessing-pipeline

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • nlp-preprocessing-pipeline
  • dictionaries
  • termFilesLength.json
  • Carlos-Francisco Méndez-Cruz's avatar
    Setting up project · 8484e577
    8484e577 Browse Files
    Carlos-Francisco Méndez-Cruz authored 2018-03-07 13:08:34 -0600
termFilesLength.json 418 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{
    "listTermFiles": {
        "2": ["genes_2grams.txt"],
        "3": ["genes_3grams.txt"],
        "4": ["genes_4grams.txt"],
        "5": ["genes_5grams.txt"]
        "6": ["genes_6grams.txt"]
        "7": ["genes_7grams.txt"]
        "8": ["genes_8grams.txt"]
    },
    "listTerms": {
        "2": [],
        "3": [],
        "4": [],
        "5": []
        "6": [],
        "7": [],
        "8": [],
    }
}