• 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
    New terminological tagging for CRFs · ca7bb246
    ca7bb246
    Carlos-Francisco Méndez-Cruz authored 2018-03-07 17:31:08 -0600
termFilesLength.json 421 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
{
    "hashTermFiles": {
        "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"]
    },
    "hashTerms": {
        "2": [],
        "3": [],
        "4": [],
        "5": [],
        "6": [],
        "7": [],
        "8": []
    }
}