File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ include CONTRIBUTING.rst
33include HISTORY.rst
44include LICENSE
55include README.rst
6+ include ravenpackapi/upload/*
67
78recursive-include tests *
89recursive-exclude * __pycache__
Original file line number Diff line number Diff line change @@ -187,6 +187,15 @@ an Entity given the RP\_ENTITY\_ID
187187 if ticker.is_valid():
188188 print (ticker)
189189
190+ Text Analytics
191+ ~~~~~~~~~~~~~~
192+
193+ Analyse your own content using RavenPack’s proprietary NLP technology.
194+
195+ The API for analyzing your internal content is still in beta and may
196+ change in the future. You can request an early access and `see an
197+ example of usage here <ravenpackapi/examples/text_extraction.py> `__.
198+
190199Accessing the low-level requests
191200~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
192201
Original file line number Diff line number Diff line change 1- import json
21import logging
32import os
43
Original file line number Diff line number Diff line change 2424 # 3 - Alpha
2525 # 4 - Beta
2626 # 5 - Production/Stable
27- 'Development Status :: 4 - Beta ' ,
27+ 'Development Status :: 5 - Production ' ,
2828
2929 # Indicate who your project is intended for
3030 'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments