-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathside-primary.html
More file actions
48 lines (43 loc) · 1.17 KB
/
side-primary.html
File metadata and controls
48 lines (43 loc) · 1.17 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
47
48
<p class="logo">
<a href="{{ pathto(master_doc) }}"
><img
class="logo"
src="{{ pathto('_static/textblob-logo.png', 1) }}"
height="200"
width="230"
alt="Logo"
/></a>
</p>
<p>
<iframe
src="https://ghbtns.com/github-btn.html?user=sloria&repo=TextBlob&type=watch&count=true&size=large"
allowtransparency="true"
frameborder="0"
scrolling="0"
width="200px"
height="35px"
></iframe>
</p>
<p>
TextBlob is a Python library for processing textual data. It
provides a consistent API for diving into common natural language processing
(NLP) tasks such as part-of-speech tagging, noun phrase extraction, sentiment
analysis, and more.
</p>
<h3>Useful Links</h3>
<ul>
<li><a href="https://pypi.python.org/pypi/textblob">TextBlob @ PyPI</a></li>
<li><a href="https://github.com/sloria/textblob">TextBlob @ GitHub</a></li>
<li><a href="https://github.com/sloria/textblob/issues">Issue Tracker</a></li>
</ul>
<h3>Stay Informed</h3>
<p>
<iframe
src="https://ghbtns.com/github-btn.html?user=sloria&type=follow"
allowtransparency="true"
frameborder="0"
scrolling="0"
width="165"
height="20"
></iframe>
</p>