Skip to content
This repository has been archived by the owner on Jul 11, 2021. It is now read-only.

mess-code/nlp-python3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLP Assignment 2017-2018

Student Information

Bach Khoa University - Computer Science
Student Name: Đỗ Hoài Khánh Vũ
Student ID: 1414728
Email: [email protected]

Project Infomation

This is sample project for natural language processing. It querys database from file and answer the sample questions about the flights. This project includes 5 pharse with stored grammar in grammar.fcfg file:

  1. Syntax analytic for sentense: "Which flight to Huế city arrives at 20:00HR?".
  2. Create syntax tree for (1) in the form "(" and ")".
  3. Create logical form from structure of (2).
  4. Create procedural semantics from structure of (3).
  5. Access database and find the answer information for question in the (1).

The outputs of project are stored in output folder include result of 5 pharse.

How To Run It

This project was wrote on the Python3 enviroment and use the nltk v3.2.5 module.

### python3 main.py

End

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%