-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (64 loc) · 1.39 KB
/
index.html
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>NlpToolkit</title>
</head>
<body>
<h2>Turkish Resources</h2>
<p>
<a href="turkish-framenet.html">FrameNet</a>
</p>
<p>
<a href="turkish-propbank.html">PropBank</a>
</p>
<p>
<a href="turkish-wordnet.html">WordNet</a>
</p>
<p>
<a href="turkish-sentinet.html">SentiNet</a>
</p>
<p>
<a href="turkish-dictionary.html">Dictionary</a>
</p>
<p>
<a href="turkish-morphological-lexicon.html">Morphological Lexicon</a>
</p>
<h2>Turkish Processing</h2>
<p>
<a href="turkish-spell-checker.html">Spell Checker</a>
</p>
<p>
<a href="turkish-morphological-analysis.html">Morphological Analysis</a>
</p>
<p>
<a href="turkish-morphological-disambiguation.html">Morphological Disambiguation</a>
</p>
<p>
<a href="turkish-asciifier.html">Asciifier</a>
</p>
<p>
<a href="turkish-deasciifier.html">Deasciifier</a>
</p>
<p>
<a href="turkish-word-sense-disambiguation.html">Word Sense Disambiguation</a>
</p>
<p>
<a href="turkish-sentiment-analysis.html">Sentiment Analysis</a>
</p>
<p>
<a href="turkish-named-entity-recognition.html">Named Entity Recognition</a>
</p>
<h2>English Resources</h2>
<p>
<a href="english-propbank.html">PropBank</a>
</p>
<p>
<a href="english-wordnet.html">WordNet</a>
</p>
<h2>English Processing</h2>
<p>
<a href="english-pos-tagger.html">Pos Tagger</a>
</p>
</body>
</html>