-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (46 loc) · 1.25 KB
/
index.html
File metadata and controls
46 lines (46 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PyThaiNLP Documentation</title>
<style>
body {
font-family: sans-serif;
max-width: 800px;
margin: 2rem auto;
padding: 0 1rem;
}
h1 { color: #333; }
ul { list-style: none; padding: 0; }
li { margin: 0.5rem 0; }
a { color: #0066cc; text-decoration: none; }
a:hover { text-decoration: underline; }
</style>
</head>
<body>
<h1>PyThaiNLP Documentation</h1>
<p>
Latest development docs:
<a href="https://pythainlp.github.io/dev-docs/">dev-docs</a>
</p>
<h2>Released versions</h2>
<ul>
<li><a href="5.3.4/">5.3.4</a></li>
<li><a href="5.3.3/">5.3.3</a></li>
<li><a href="5.3.2/">5.3.2</a></li>
<li><a href="5.3/">5.3</a></li>
<li><a href="5.2/">5.2</a></li>
<li><a href="5.1/">5.1</a></li>
<li><a href="5.0/">5.0</a></li>
<li><a href="4.0/">4.0</a></li>
<li><a href="3.1/">3.1</a></li>
<li><a href="3.0/">3.0</a></li>
<li><a href="2.3/">2.3</a></li>
<li><a href="2.2/">2.2</a></li>
<li><a href="2.1/">2.1</a></li>
<li><a href="2.0/">2.0</a></li>
<li><a href="1.7/">1.7</a></li>
</ul>
</body>
</html>