Skip to content

Commit

Permalink
Added a non-functioning checkbox to the stopword list dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
scottkleinman committed Feb 10, 2013
1 parent f48a44a commit 65453e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,10 @@ function hash_sort( &$hash, $sort ) {

<div id="dialog-stopwords" title="Upload Stopword List">

<p><input type="checkbox" name="stopwordorderbox" <?php echo ($stopwordorderbox == "on") ? "checked" : "" ?>/> Apply stopwords
before chunking <img valign="bottom" src="question_mark.png" alt="Question Mark" title="**This function is not yet active** Stopwords
are normally deleted after chunking so that the chunk boundaries will match those of an unfiltered text. If you wish to filter
stopwords <em>before</em> chunking has taken place (which will cause inconsistent decreases in the size of your chunks), check this box." /></p>
<label for="swfileselect">File to upload:</label>
<input type="file" id="swfileselect" name="swfileselect[]" />
<div id="swfiledrag"></div>
Expand Down

0 comments on commit 65453e7

Please sign in to comment.