Skip to content

Commit 2ecbb48

Browse files
committed
added classifiers html files
1 parent 42c44b8 commit 2ecbb48

File tree

3 files changed

+54
-76
lines changed

3 files changed

+54
-76
lines changed
Lines changed: 18 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,24 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
73

8-
<link rel="stylesheet" href="./classifier.css">
9-
<title>Language Analysis</title>
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<link rel="stylesheet" href="./classifier.css">
9+
<title>Language Analysis</title>
1010
</head>
11-
<body>
12-
13-
<h1>Language Classifier</h1>
14-
15-
<p><span>About the Classifier: </span>Detect language in text. I will detect langauge from 49 different languages arranged in language families.</p>
16-
<p>It detects the language from almost 49 categories, for example: <span>"English"</span>, &nbsp; <span>"Chinese"</span>, &nbsp; <span>"Hindi"</span>, &nbsp; <span>"French"</span> , and many more!</p>
17-
<div class="inputbox">
18-
<input type="text" class="input2" placeholder="Enter sentence in any language...">
19-
<button type="submit" class="btn">Analyze</button>
20-
</div>
21-
22-
<div class="langcontainer">
23-
24-
</div>
25-
26-
27-
28-
<script src="./script.js"></script>
2911

12+
<body>
13+
<h1>Language Classifier</h1>
14+
<p><span>About the Classifier: </span>Detect language in text. I will detect langauge from 49 different languages arranged in language families.</p>
15+
<p>It detects the language from almost 49 categories, for example: <span>"English"</span>, &nbsp; <span>"Chinese"</span>, &nbsp; <span>"Hindi"</span>, &nbsp; <span>"French"</span> , and many more!</p>
16+
<div class="inputbox">
17+
<input type="text" class="input2" placeholder="Enter sentence in any language...">
18+
<button type="submit" class="btn">Analyze</button>
19+
</div>
20+
<div class="langcontainer"> </div>
21+
<script src="./script.js"></script>
3022
</body>
31-
</html>
23+
24+
</html>
Lines changed: 18 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,24 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
73

8-
<link rel="stylesheet" href="./classifier.css">
9-
<title>News Analysis</title>
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<link rel="stylesheet" href="./classifier.css">
9+
<title>News Analysis</title>
1010
</head>
11-
<body>
12-
13-
<h1>News Analysis</h1>
14-
15-
<p><span>About the Classifier: </span>Classify News articles by the topic such as Politics, Sports and many more.</p>
16-
<p>It classifies the news into six categories: <span>"SPORTS"</span>, &nbsp; <span>"BUSINESS"</span>, &nbsp;<span>"WORLD"</span>, &nbsp; <span>"SCIENCE & TECHNOLOGY"</span>, &nbsp; <span>"ARTS & CULTURE"</span>&nbsp; and <span>"HEALTH & LIVING"</span></p>
17-
18-
<div class="inputbox">
19-
20-
<textarea name="" id="" cols="30" rows="8" class="textarea" placeholder="">Enter Your News Here...</textarea>
21-
<button type="submit" class="btn">Analyze</button>
22-
</div>
23-
24-
<div class="newscontainer">
25-
26-
</div>
27-
28-
29-
30-
<script src="script.js"></script>
3111

12+
<body>
13+
<h1>News Analysis</h1>
14+
<p><span>About the Classifier: </span>Classify News articles by the topic such as Politics, Sports and many more.</p>
15+
<p>It classifies the news into six categories: <span>"SPORTS"</span>, &nbsp; <span>"BUSINESS"</span>, &nbsp;<span>"WORLD"</span>, &nbsp; <span>"SCIENCE & TECHNOLOGY"</span>, &nbsp; <span>"ARTS & CULTURE"</span>&nbsp; and <span>"HEALTH & LIVING"</span></p>
16+
<div class="inputbox">
17+
<textarea name="" id="" cols="30" rows="8" class="textarea" placeholder="">Enter Your News Here...</textarea>
18+
<button type="submit" class="btn">Analyze</button>
19+
</div>
20+
<div class="newscontainer"> </div>
21+
<script src="script.js"></script>
3222
</body>
33-
</html>
23+
24+
</html>
Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,25 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
73

8-
<link rel="stylesheet" href="./classifier.css">
9-
<title>Sentiment Analysis</title>
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<link rel="stylesheet" href="./classifier.css">
9+
<title>Sentiment Analysis</title>
1010
</head>
11-
<body>
12-
13-
<h1>Text Sentiment Analysis</h1>
14-
15-
<p><span>About the Classifier: </span>Detect Sentiments in the text. This is a generic sentiment analysis classifier for texts in English. It works great in any kind of texts.</p>
16-
<p>It classifies the text into three categories: <span>"POSITIVE"</span>, <span>"NEGATIVE"</span> and <span>"NEUTRAL"</span></p>
17-
<div class="inputbox">
18-
<input type="text" class="input" placeholder="Enter sentence here.">
19-
<button type="submit" class="btn">Analyze</button>
20-
</div>
2111

22-
<div class="textcontainer">
23-
24-
</div>
25-
26-
12+
<body>
13+
<h1>Text Sentiment Analysis</h1>
14+
<p><span>About the Classifier: </span>Detect Sentiments in the text. This is a generic sentiment analysis classifier for texts in English. It works great in any kind of texts.</p>
15+
<p>It classifies the text into three categories: <span>"POSITIVE"</span>, <span>"NEGATIVE"</span> and <span>"NEUTRAL"</span></p>
16+
<div class="inputbox">
17+
<input type="text" class="input" placeholder="Enter sentence here.">
18+
<button type="submit" class="btn">Analyze</button>
19+
</div>
20+
<div class="textcontainer"> </div>
21+
<script src="./script.js"></script>
22+
</body>
2723

28-
<script src="./script.js"></script>
24+
</html>
2925

30-
</body>
31-
</html>

0 commit comments

Comments
 (0)