Module tf.advanced
Advanced API
A higher level API so that users can get the corpus data in a simple way and can display materials of their corpus in an intuitive way.
There are many scenarios in which you can work with the advanced API:
in a Python script or in a notebook or in the TF browser.
If you tf.browser.start the TF browser, a tf.browser.web server is started.
The advanced API supports all these scenarios and is divided into these parts:
Use, seeuse()(call up a corpus)App, seetf.advanced.app(the API of a corpus)Display, seetf.advanced.display(displaying material)Linking, seetf.advanced.links(generating useful links)Search, seetf.advanced.search(control the search engine)Sections, seetf.advanced.sections(headings for sections and structure)
Working behind the scenes:
Settings, seetf.advanced.settings(configure an app)Optionsfor display, seetf.advanced.options(tweak the display)Data, seetf.advanced.data(load data)Repo, seetf.advanced.repo(negotiate with the data back-end)
Lower level:
Condense, seetf.advanced.condense(distribute query results over containers)Find, seetf.advanced.find(finding TF apps)Highlight, seetf.advanced.highlight(highlight nodes in displays)Tables, seetf.advanced.tables(tabular structures)Text, seetf.advanced.text(text formats)ZipData, seetf.advanced.zipdata(package and zip TF datasets for sharing)
Lowest level:
Helpers, seetf.advanced.helpers(the usual riffraff)
Sub-modules
tf.advanced.annotate-
Enable manual annotation APIs …
tf.advanced.apptf.advanced.condensetf.advanced.datatf.advanced.display-
Display …
tf.advanced.findtf.advanced.helperstf.advanced.highlighttf.advanced.interchange-
Produce exports of the whole dataset in different formats …
tf.advanced.links-
Produce links to TF data and links from nodes to web resources.
tf.advanced.options-
Display Settings …
tf.advanced.render-
Render …
tf.advanced.repo-
Auto downloading from a back-end repository …
tf.advanced.search-
Calls from the advanced API to the Search API.
tf.advanced.sections-
Section …
tf.advanced.settings-
App settings …
tf.advanced.tablestf.advanced.texttf.advanced.unravel-
Unravel …
tf.advanced.volumes-
Produce links to TF data and links from nodes to web resources.
tf.advanced.zipdata