Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

shmu3l/nlpword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nlpword

Word frequency implemented with Trie algorithm. The app is capable of receiving three types of input, simple string, Url or a file and allows you to count the frequency usage of each word in your text.(Language Processing)

File Structure ( The important ones :) )

.nlpword
├── flask - main folder
│   ├── app
│   │    └── static
│   │        └── template (templete for easy testing, 
│   │            ├── main page - inputs
│   │            ├── success.html - results
│   │            ├── ws.html - search
│   │        └── helper.py (all they helper function generic split, create trie store
│   │        └── main.py (main routes - /submit-string , /submit-url, /submit-file)
│   └── env
│   └── app.py - running the app.
├── nginx

General guidelines of the process

Untitled-Diagram.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published