Skip to content

DabbyNdubisi/LanguageProcessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author(s): Dabby Ndubisi

This outlines the operating instructions for our Syntax Parser
In order to provide a seamless process of loading the software,
we included a Makefile.

Operating Instructions
-----------------------
make
./parser


In order to view the created dependency tree as a png,
Ensure you have the graphviz software and dot installed

For any .dot file in the ./Parses directory, run the following:

dot -T png -O ./Parses/<dot File>.dot

This will create a png of the parse that can be viewed with your favoured
image reader.

About

A C++ Part of Speech Tagger and Syntax Parser for English Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published