Coder Social home page Coder Social logo

Main repository (Read Only)

=====================================================

Join our online chat at Gitter

Guide

1.Clone the repository
2. run `git pull && git submodule update --init --recursive` to automatically update all submodules
4. run `git submodule foreach --recursive git checkout master`
3. Work on specific repository separately

On Branching:
Some repository has multiple branches, to pull and work on them : 
    ex : git checkout -b Parser origin/Parser

Qt Settings

Default build directory : ../build-%{CurrentProject:Name}-%{CurrentKit:FileSystemName}-%{CurrentBuild:Name}

Project Diagram

1. Tokenize Input into Tokens
2. Tag Tokens with POS Tags
3. Determine the most probable Tag for each Token
4. Parse Tokens into Syntax Tree using Grammar Structure
5. Determine Head Verb/Noun of the Tree and each of its Sub-Trees
6. Determine the most probable Tree
7. Create Relationship Diagram from the Tree

Meaning Representation Scope

1. Simple Declarative Sentences with Transitive Verbs (Ex: He kicks the ball)
2. Declarative Sentences with Transitives and Indirect Objects (Ex: He kicks the ball to her)
3. Declaratives with Intransitives (Ex: He kicks)
4. Declaratives with Linking Verbs that state existence or definition (Ex: He is a person)
5. Declaratives with non-specific subjects (Ex: That is a car. Ex: That thing walked)
6. Imperatives with simple Transitives, like a command (Ex: Define an apple. Ex: Draw a square)
7. Imperatives with Indirect Objects and Prepositions (Ex: Show me an apple. Ex: Show me an apple on a table)
8. Simple Y/N Questions for Actions (Ex: Did he kick the ball?)
9. Y/N Questions for Existence and Definition (Ex: Is he a person? Ex: Is that a ball?)
10. Simple Wh-Questions (Ex: What did he kick? Ex: Who is he?)
11. Wh-Questions with Modifiers (Ex: When is the apple on a table?)

Link on submodules : https://chrisjean.com/git-submodules-adding-using-removing-and-updating/

Natural Language Processsing's Projects

entropy icon entropy

Probabilistic approach in determining the possible intention of a grammar structure

granular-extractor icon granular-extractor

A respository to implement "Name Entity Recognition", establish Ontological Relations, and Relations detection and Classification.

nlp icon nlp

Main repository that contains the other submodules (Read only repository - Do not commit on this one)

parser icon parser

Project to extract texts into tokens, words and it's corresponding set of roles

unit-testing icon unit-testing

A repository to testcase all other projects (Use branch to separate different testing projects)

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.