Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephGeoBenjamin committed Jan 2, 2020
0 parents commit bb9e716
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.vscode
data/*
hypotheses/*

!README.md
!readme.md
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# IndianNLP-Transliteration
For back-transliteration from romanized text to Indian Languages
5 changes: 5 additions & 0 deletions algorithms/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Algorithms
Transliteration and Back-transliteration algorithms implemented as <br>
* Neural networks <br>
* Statistical methods <br>
* Probabilistic models <br>
4 changes: 4 additions & 0 deletions data/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Data

Folder for containing data. <br>
:warning: Conents of this folder will not be commited.
7 changes: 7 additions & 0 deletions hypotheses/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#Hypotheses & Weights

:warning: Conents of this folder will not be commited.
Folder for storing <br>
* Learned parameters <br>
* Weights of Neuralnets <br>
* Checkpoints of Models <br>
3 changes: 3 additions & 0 deletions tasks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Tasks

For specific tasks like training, Inferencing, Predicting etc
6 changes: 6 additions & 0 deletions tools/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#Tools

For task independent Scripts and Programs like <br>
* Preprocessing, cleaning data <br>
* Analytics and Plots on data <br>
* Analytics on inference <br>
3 changes: 3 additions & 0 deletions utilities/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#Utilities

For repeated and generic scripts and routines for tasks

0 comments on commit bb9e716

Please sign in to comment.