Giter Club home page Giter Club logo

natural-language-processing-iiith's Introduction

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

Congratulations!

You have successfully checked out a copy of the latest
stable release of Virtual Lab Developer Kit. The current
stable release is 1.5 . The kit contains all that is
necessary to indicate the structure, that your lab should
follow.


Kindly make a note of a few changes. New Tabs have been
added for: 
  1) Target Audience
  2) Courses Aligned
  3) Pre-requisite Softwares 

In order to be consistent with all other labs, you therefore
need to add the above mentioned 3 more sections to the home
page of your virtual lab. Now, thus, you should have the
following sections on the home page of your lab:

  1) Introduction
  2) List Of Experiments
  3) Target Audience
  4) Courses Aligned
  5) Pre-requisite Softwares
  6) Feedback


You can make the required changes by editing "content.html"
in the following manner:

> Open "content.html" in your preferred editor and search
  for last closing html tag </section>.
> Open the "change.html" file in your choice of editor.
> Select all the content of file "change.html". 
> Copy the content and paste it after the last closing html
  tag </section> (you searched for before).


This is how your content.html will look like once done with
the changes:

/*********************************************************/

<!-- Second section of the article-->
<section id="lab-article-section-2">

<div id="lab-article-section-2-icon" class="icon">
  <!-- Enclose the icon image for the section. -->
  <img src="images/simulation.jpg" />
</div>


<!-- The heading for the section can be enclosed in a 
div tag and shown with a <h2> tag -->
<div id="lab-article-section-2-heading" class="heading">
  List of experiments
</div>
			
<!-- Write the section content inside a paragraph 
element, You can also include images with <img> tag -->
<div id="lab-article-section-2-content" class="content">
  <ul id="list-of-experiments">
  
    <li> 
      <!--Link and name of the experiment 1 -->
      <a href="exp1/index.html">Simple Pendulum Experiment</a> 
    </li>
  </ul>
</div>

</section>

// All the content from "change.html" will follow here.


/*********************************************************/

Now you need to create a fresh build directory for your
virtual lab. To do this,

> Run makefile by the following commands at the same level
  as that of makefile as indicated below: 

/*********************************************************/

  $ make clean           //cleans the build directory 
  $ make all             //creates a fresh build directory

/*********************************************************/

Once, you do a make, you get a fresh copy of the build
directory. Now in order to change the theme of your virtual
lab,

> Go to src folder and run "make theme=blue-icon" on your
  command line in the terminal, to change your lab theme to
  blue-icon as follows:

/*********************************************************/

  $ make theme=blue-icon //changes the theme to blue-icon

/*********************************************************/

Now, in order to test the template, and view your virtual
lab, open the file "build/index.html" in the browser.

With this, you have succesfully checked the template. You
can now keep on adding more experiments to develop your
virtual lab.

For any further doubts, send mail to [email protected].

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

natural-language-processing-iiith's People

Contributors

balamma avatar mrudhvika940 avatar niranjanreddy891 avatar pavanchow avatar sadhanareddy avatar soujanya123 avatar sravanthimodepu avatar varshanihanth avatar vleadadmin avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

natural-language-processing-iiith's Issues

QA_Building POS Tagger_Further Readings_smk

Defect Description :
When we click on further readings page of"Building POS Tagger"the alignment of the text are not in order instead the test should be clear in order to maintain the page utility

Actual Result :
When we click on further readings page of"Building POS Tagger"the alignment of the text are not in order

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/Building%20POS%20Tagger/Building%20POS%20Tagger_09_Further%20Readings_smk.org

Attachment:
nlp30

QA_Building Chunke_Prerequisites_p1

Defect Description :
In the "Building Chunker" experiment, the minimum requirement to run the experiment is not displayed in the page instead a page or Scrolling should appear providing information on minimum requirement to run this experiment, information like Bandwidth,Device Resolution,Hardware Configuration and Software Required

Actual Result :
In the "Building Chunker" experiment, the minimum requirement to run the experiment is not displayed in the page

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/Building%20Chunker/Building%20Chunker_12_Prerequisites_p1.org

Attachment:
nlp39

QA_POS Tagging: Hidden Markov Model_Experiment_smk

Defect Description :
In simulator page of"POS Tagging: Hidden Markov Model" experiment,when we refresh the page, the page it is redirecting to introduction ,where the simulator page should be reloaded.

Actual Result :
In simulator page of"POS Tagging: Hidden Markov Model" experiment,when we refresh the page, the page it is redirecting to introduction

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/POS%20Tagging%20Hidden%20Markov%20Model/POS%20Tagging%20Hidden%20Markov%20Model_05_Experiment_smk.org

Attachment:
nlp21

QA_Building Chunke_Back to experiments_smk

Defect Description :
In the "Building Chunker" experiment,the back to experiments link is not present in the page instead the back to experiments link should be displayed on the screen in-order to view the list of experiments by the user

Actual Result :
In the "Building Chunker" experiment,the back to experiments link is not present in the page

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/Building%20Chunker/Building%20Chunker_11_Back%20to%20experiments_smk.org

Attachment:
nlp39

Inconsistency

In the Theory page of Building Chunker experiment in this lab, unwanted
tags are present.

QA_N-Grams Smoothing_Experiment_smk

Defect Description :
In simulator page of"N-Grams Smoothing" experiment,when we refresh the page, the page it is redirecting to introduction ,where the simulator page should be reloaded.

Actual Result :
In simulator page of"N-Grams Smoothing" experiment,when we refresh the page, the page it is redirecting to introduction

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/N-Grams%20Smoothing/N-Grams%20Smoothing_05_Experiment_smk.org

Attachment:
nlp17

QA_Building POS Tagger_Experiment_smk

Defect Description :
In simulator page of"Building POS Tagger" experiment,when we refresh the page, the page it is redirecting to introduction ,where the simulator page should be reloaded.

Actual Result :
In simulator page of"Building POS Tagger" experiment,when we refresh the page, the page it is redirecting to introduction

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/Building%20POS%20Tagger/Building%20POS%20Tagger_05_Experiment_smk.org

Attachment:
nlp29

QA_Word Analysis_Prerequisites_p1

Defect Description :
In the "Word Analysis" experiment, the minimum requirement to run the experiment is not displayed in the page instead a page or Scrolling should appear providing information on minimum requirement to run this experiment, information like Bandwidth,Device Resolution,Hardware Configuration and Software Required

Actual Result :
In the "Word Analysis" experiment, the minimum requirement to run the experiment is not displayed in the page

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/Word%20Analysis/Word%20Analysis_13_Prerequisites_p1.org

Attachment:
nlp4

Experiment is working incompletely

In the Building POS Tagger experiment of this lab, the experiment is not proceeding further after filling the First step is to train a corpus, select the size of a corpus field.

QA_N-Grams_Prerequisites_p1

Defect Description :
In the "N-Grams" experiment, the minimum requirement to run the experiment is not displayed in the page instead a page or Scrolling should appear providing information on minimum requirement to run this experiment, information like Bandwidth,Device Resolution,Hardware Configuration and Software Required

Actual Result :
In the "N-Grams" experiment, the minimum requirement to run the experiment is not displayed in the page

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/N-Grams/N-Grams_13_Prerequisites_p1.org

Attachment:
nlp16

QA_POS Tagging: Viterbi Decoding_Back to experiments_smk

Defect Description :
In the "POS Tagging: Viterbi Decoding" experiment,the back to experiments link is not present in the page instead the back to experiments link should be displayed on the screen in-order to view the list of experiments by the user

Actual Result :
In the "POS Tagging: Viterbi Decoding" experiment,the back to experiments link is not present in the page
Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/POS%20Tagging%20Viterbi%20Decoding/POS%20Tagging%20Viterbi%20Decoding_13_Back%20to%20experiments_smk.org

Attachment:
nlp27

QA_POS Tagging: Viterbi Decoding_Prerequisites_p1

Defect Description :
In the "POS Tagging: Viterbi Decoding" experiment, the minimum requirement to run the experiment is not displayed in the page instead a page or Scrolling should appear providing information on minimum requirement to run this experiment, information like Bandwidth,Device Resolution,Hardware Configuration and Software Required

Actual Result :
In the "POS Tagging: Viterbi Decoding" experiment, the minimum requirement to run the experiment is not displayed in the page

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/POS%20Tagging%20Viterbi%20Decoding/POS%20Tagging%20Viterbi%20Decoding_14_Prerequisites_p1.org

Attachment:
nlp28

Inconsistency

In the Procedure page of Chunking experiment in this lab, Underline is extended more than required in the Steps for the experiment section.

QA_N-Grams Smoothing_Further Readings_smk

Defect Description :
When we click on further readings page of"N-Grams Smoothing"the alignment of the text are not in order instead the test should be clear in order to maintain the page utility

Actual Result :
When we click on further readings page of"N-Grams Smoothing"the alignment of the text are not in order

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/N-Grams%20Smoothing/N-Grams%20Smoothing_10_Further%20Readings_smk.org

Attachment:

nlp18

QA_N-Grams_Experiment_smk

Defect Description :
In simulator page of"N-Grams" experiment,when we refresh the page, the page it is redirecting to introduction ,where the simulator page should be reloaded.

Actual Result :
In simulator page of"N-Grams" experiment,when we refresh the page, the page it is redirecting to introduction

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/N-Grams/N-Grams_05_Experiment_smk.org

Attachment:
nlp13

QA_Morphology_Further Readings_smk

Defect Description :
When we click on further readings page of"Morphology"the alignment of the text are not in order instead the test should be clear in order to maintain the page utility

Actual Result :
When we click on further readings page of"Morphology"the alignment of the text are not in order

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/Morphology/Morphology_11_Further%20Readings_smk.org

Attachment:
nlp10

QA_N-Grams Smoothing_Back to experiments_smk

Defect Description :
In the "N-Grams Smoothing" experiment,the back to experiments link is not present in the page instead the back to experiments link should be displayed on the screen in-order to view the list of experiments by the user

Actual Result :
In the "N-Grams Smoothing" experiment,the back to experiments link is not present in the page

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/N-Grams%20Smoothing/N-Grams%20Smoothing_12_Back%20to%20experiments_smk.org

Attachment:
nlp19

QA_POS Tagging: Hidden Markov Model_Further Readings_smk

Defect Description :
When we click on further readings page of"POS Tagging: Hidden Markov Model"the alignment of the text are not in order instead the test should be clear in order to maintain the page utility

Actual Result :
When we click on further readings page of"POS Tagging: Hidden Markov Model"the alignment of the text are not in order

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/POS%20Tagging%20Hidden%20Markov%20Model/POS%20Tagging%20Hidden%20Markov%20Model_11_Further%20Readings_smk.org

Attachment:
nlp22

QA_Building POS Tagger_Back to experiments_smk

Defect Description :
In the "Building POS Tagger" experiment,the back to experiments link is not present in the page instead the back to experiments link should be displayed on the screen in-order to view the list of experiments by the user

Actual Result :
In the "Building POS Tagger" experiment,the back to experiments link is not present in the page

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/Building%20POS%20Tagger/Building%20POS%20Tagger_11_Back%20to%20experiments_smk.org

Attachment:
nlp31

QA_Word Analysis_Back to experiments_smk

Defect Description :
In the "Word Analysis" experiment,the back to experiments link is not present in the page instead the back to experiments link should be displayed on the screen in-order to view the list of experiments by the user

Actual Result :
In the "Word Analysis" experiment,the back to experiments link is not present in the page

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/Word%20Analysis/Word%20Analysis_12_Back%20to%20experiments_smk.org

Attachment:
nlp3

QA_N-Grams Smoothing_Prerequisites_p1

Defect Description :
In the "N-Grams Smoothing" experiment, the minimum requirement to run the experiment is not displayed in the page instead a page or Scrolling should appear providing information on minimum requirement to run this experiment, information like Bandwidth,Device Resolution,Hardware Configuration and Software Required

Actual Result :
In the "N-Grams Smoothing" experiment, the minimum requirement to run the experiment is not displayed in the page

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/N-Grams%20Smoothing/N-Grams%20Smoothing_13_Prerequisites_p1.org

Attachment:
nlp20

QA_Morphology_Back to experiments_smk

Defect Description :
In the "Morphology" experiment,the back to experiments link is not present in the page instead the back to experiments link should be displayed on the screen in-order to view the list of experiments by the user

Actual Result :
In the "Morphology" experiment,the back to experiments link is not present in the page

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/Morphology/Morphology_13_Back%20to%20experiments_smk.org

Attachment:
nlp11

QA_Chunking_Back to experiments_smk

Defect Description :
In the "Chunking" experiment,the back to experiments link is not present in the page instead the back to experiments link should be displayed on the screen in-order to view the list of experiments by the user

Actual Result :
In the "Chunking" experiment,the back to experiments link is not present in the page

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/Chunking/Chunking_11_Back%20to%20experiments_smk.org

Attachment:
nlp35

QA_N-Grams_Further Readings_smk

Defect Description :
When we click on further readings page of"N-Grams"the alignment of the text are not in order instead the test should be clear in order to maintain the page utility

Actual Result :
When we click on further readings page of"N-Grams"the alignment of the text are not in order

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/N-Grams/N-Grams_10_Further%20Readings_smk.org

Attachment:
nlp14

QA_Building Chunke_Further Readings_smk

Defect Description :
When we click on further readings page of"Building Chunker"the alignment of the text are not in order instead the test should be clear in order to maintain the page utility

Actual Result :
When we click on further Reading page of"Building Chunker"the alignment of the text are not in order

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/Building%20Chunker/Building%20Chunker_09_Further%20Readings_smk.org

Attachment:
nlp38

QA_Chunking_Further Readings_smk

Defect Description :
When we click on further readings page of"Chunking"the alignment of the text are not in order instead the test should be clear in order to maintain the page utility

Actual Result :
When we click on further readiness page of"Chunking"the alignment of the text are not in order

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/Chunking/Chunking_09_Further%20Readings_smk.org

Attachment:
nlp34

QA_Word Generation_Experiment_smk

Defect Description :
In simulator page of"Word Generation" experiment,when we refresh the page, the page it is redirecting to introduction ,where the simulator page should be reloaded.

Actual Result :
In simulator page of"Word Generation" experiment,when we refresh the page, the page it is redirecting to introduction

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/Word%20Generation/Word%20Generation_05_Experiment_smk.org

Attachment:
nlp5

QA_POS Tagging: Hidden Markov Model_Prerequisites_p1

Defect Description :
In the "POS Tagging: Hidden Markov Model" experiment, the minimum requirement to run the experiment is not displayed in the page instead a page or Scrolling should appear providing information on minimum requirement to run this experiment, information like Bandwidth,Device Resolution,Hardware Configuration and Software Required

Actual Result :
In the "POS Tagging: Hidden Markov Model" experiment, the minimum requirement to run the experiment is not displayed in the page

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/POS%20Tagging%20Hidden%20Markov%20Model/POS%20Tagging%20Hidden%20Markov%20Model_14_Prerequisites_p1.org

Attachment:
nlp24

QA_Morphology_Experiment_smk

Defect Description :
In simulator page of"Morphology" experiment,when we refresh the page, the page it is redirecting to introduction ,where the simulator page should be reloaded.

Actual Result :
In simulator page of"Morphology" experiment,when we refresh the page, the page it is redirecting to introduction

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/Morphology/Morphology_05_Experiment_smk.org

Attachment:
nlp9

QA_Word Analysis_Experiment_smk

Defect Description :
In simulator page of"Word Analysis" experiment,when we refresh the page, the page it is redirecting to introduction ,where the simulator page should be reloaded.

Actual Result :
In simulator page of"Word Analysis" experiment,when we refresh the page, the page it is redirecting to introduction

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/Word%20Analysis/Word%20Analysis_05_Experiment_smk.org

Attachment:
nlp1

Junk Characters

In the Further Readings Page of Word Analysis experiment of this lab, Junk character is present near the logo of Virtual labs on the top left corner of the page.
In the Objective page of Word Generation Experiment of this lab, Junk character is present near the logo of Virtual labs on the top left corner of the page.

QA_Chunking_Experiment_smk

Defect Description :
In simulator page of"Chunking" experiment,when we refresh the page, the page it is redirecting to introduction ,where the simulator page should be reloaded.

Actual Result :
In simulator page of"Chunking" experiment,when we refresh the page, the page it is redirecting to introduction

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/Chunking/Chunking_05_Experiment_smk.org

Attachment:
nlp33

Inconsistency of data and unwanted <br> tags

In the Quizzes page of Word Analysis experiment in the Theory pages of Word Generation, POS Tagging - Hidden Markov Model, POS Tagging - Viterbi Decoding and Building POS Tagger experiments in this lab, observed unwanted breaks are present and Where needed breaks are not present. To maintain the consistency and look and feel of the page need to correct these minor issue.

In the Procedure page of Word Analysis, Word Generation, Morphology,N-Gram, N-Grams Smoothing and POS Tagging - Viterbi Decoding Experiments in this lab, Underline is extended more than required in the Steps for the experiment section.

In the Quizzes page of Morphology experiment, Inconsistency of data is present.
In the Quizzes page of of all the experiments the numbering of the questions can be highlighted to improve the look and feel of the pages.

Inconsistency

In the Procedure page of Building POS Tagger experiment in this lab, Underline is extended more than required in the Steps for the experiment section.
In the same page of this experiment unwanted break tags have been given. Need to remove unwanted tags

QA_Word Analysis_Further Readings_smk

Defect Description :
When we click on further readings page of"Word Analysis"the alignment of the text are not in order instead the test should be clear in order to maintain the page utility

Actual Result :
When we click on further readings page of"Word Analysis"the alignment of the text are not in order

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/Word%20Analysis/Word%20Analysis_10_Further%20Readings_smk.org

Attachment:
nlp2

Inconsistency of Buttons in the experiment

In the experiment page of Word Analysis experiment of Natural Language Processing Lab, Inconsistency of the buttons is present in the experiment. Where as the buttons should be consistent in order to maintain the look and feel of the lab.

nlp-qa-i2

QA_POS Tagging: Hidden Markov Model_Back to experiments_smk

Defect Description :
In the "POS Tagging: Hidden Markov Model" experiment,the back to experiments link is not present in the page instead the back to experiments link should be displayed on the screen in-order to view the list of experiments by the user

Actual Result :
In the "POS Tagging: Hidden Markov Model" experiment,the back to experiments link is not present in the page

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/POS%20Tagging%20Hidden%20Markov%20Model/POS%20Tagging%20Hidden%20Markov%20Model_13_Back%20to%20experiments_smk.org

Attachment:
nlp23

QA_Word Generation_Back to experiments_smk

Defect Description :
In the "Word Generation" experiment,the back to experiments link is not present in the page instead the back to experiments link should be displayed on the screen in-order to view the list of experiments by the user

Actual Result :
In the "Word Generation" experiment,the back to experiments link is not present in the page

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/Word%20Generation/Word%20Generation_12_Back%20to%20experiments_smk.org

Attachment:
nlp7

QA_POS Tagging: Viterbi Decoding_Further Readings_smk

Defect Description :
When we click on further readings page of"POS Tagging: Viterbi Decoding"the alignment of the text are not in order instead the test should be clear in order to maintain the page utility

Actual Result :
When we click on further readings page of"POS Tagging: Viterbi Decoding"the alignment of the text are not in order
Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/POS%20Tagging%20Viterbi%20Decoding/POS%20Tagging%20Viterbi%20Decoding_11_Further%20Readings_smk.org

Attachment:
nlp26

QA_Word Generation_Further Readings_smk

Defect Description :
When we click on further readings page of"Word Generation"the alignment of the text are not in order instead the test should be clear in order to maintain the page utility

Actual Result :
When we click on further readings page of"Word Generation"the alignment of the text are not in order

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/Word%20Generation/Word%20Generation_10_Further%20Readings_smk.org

Attachment:
nlp6

QA_N-Grams_Back to experiments_smk

Defect Description :
In the "N-Grams" experiment,the back to experiments link is not present in the page instead the back to experiments link should be displayed on the screen in-order to view the list of experiments by the user

Actual Result :
In the "N-Grams" experiment,the back to experiments link is not present in the page

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/N-Grams/N-Grams_12_Back%20to%20experiments_smk.org

Attachment:
nlp15

QA_Word Generation_Prerequisites_p1

Defect Description :
In the "Word Generation" experiment, the minimum requirement to run the experiment is not displayed in the page instead a page or Scrolling should appear providing information on minimum requirement to run this experiment, information like Bandwidth,Device Resolution,Hardware Configuration and Software Required

Actual Result :
In the "Word Generation" experiment, the minimum requirement to run the experiment is not displayed in the page

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/Word%20Generation/Word%20Generation_13_Prerequisites_p1.org

Attachment:
nlp8

QA_POS Tagging: Viterbi Decoding_Experiment_smk

Defect Description :
In simulator page of"POS Tagging: Viterbi Decoding" experiment,when we refresh the page, the page it is redirecting to introduction ,where the simulator page should be reloaded.

Actual Result :
In simulator page of"POS Tagging: Viterbi Decoding" experiment,when we refresh the page, the page it is redirecting to introduction

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/POS%20Tagging%20Viterbi%20Decoding/POS%20Tagging%20Viterbi%20Decoding_05_Experiment_smk.org

Attachment:
nlp25

QA_Building POS Tagger_Prerequisites_p1

Defect Description :
In the "Building POS Tagger" experiment, the minimum requirement to run the experiment is not displayed in the page instead a page or Scrolling should appear providing information on minimum requirement to run this experiment, information like Bandwidth,Device Resolution,Hardware Configuration and Software Required

Actual Result :
In the "Building POS Tagger" experiment, the minimum requirement to run the experiment is not displayed in the page

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/Building%20POS%20Tagger/Building%20POS%20Tagger_12_Prerequisites_p1.org

Attachment:
nlp32

QA_Building Chunke_Experiment_smk

Defect Description :
In simulator page of"Building Chunker" experiment,when we refresh the page, the page it is redirecting to introduction ,where the simulator page should be reloaded.

Actual Result :
In simulator page of"Building Chunker" experiment,when we refresh the page, the page it is redirecting to introduction

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/Building%20Chunker/Building%20Chunker_05_Experiment_smk.org

Attachment:
nlp37

QA_Morphology_Prerequisites_p1

Defect Description :
In the "Morphology" experiment, the minimum requirement to run the experiment is not displayed in the page instead a page or Scrolling should appear providing information on minimum requirement to run this experiment, information like Bandwidth,Device Resolution,Hardware Configuration and Software Required

Actual Result :
In the "Morphology" experiment, the minimum requirement to run the experiment is not displayed in the page

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/Morphology/Morphology_14_Prerequisites_p1.org

Attachment:
nlp12

QA_Chunking_Prerequisites_p1

Defect Description :
In the "Chunking" experiment, the minimum requirement to run the experiment is not displayed in the page instead a page or Scrolling should appear providing information on minimum requirement to run this experiment, information like Bandwidth,Device Resolution,Hardware Configuration and Software Required

Actual Result :
In the "Chunking" experiment, the minimum requirement to run the experiment is not displayed in the page

Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5

Test Step Link:
https://github.com/Virtual-Labs/natural-language-processing-iiith/blob/master/test-cases/integration_test-cases/Chunking/Chunking_12_Prerequisites_p1.org

Attachment:
nlp36

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.