Skip to content

Commit

Permalink
Semantic Viewer: New widget
Browse files Browse the repository at this point in the history
  • Loading branch information
VesnaT committed Nov 26, 2021
1 parent 182d8a1 commit 3a25c0e
Show file tree
Hide file tree
Showing 6 changed files with 933 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Widgets
widgets/corpustonetwork
widgets/keywords
widgets/score-documents
widgets/semanticviewer

Scripting
---------
Expand Down
9 changes: 9 additions & 0 deletions doc/widgets.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,15 @@
"term"
]
},
{
"text": "Semantic Viewer",
"doc": "widgets/semanticviewer.md",
"icon": "../orangecontrib/text/widgets/icons/SemanticViewer.svg",
"background": "light-blue",
"keywords": [
"search"
]
},
{
"text": "Statistics",
"doc": "widgets/statistics.md",
Expand Down
17 changes: 17 additions & 0 deletions doc/widgets/semanticviewer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Semantic Viewer
===============

Displays corpus semantics.

**Inputs**

- Corpus: A collection of documents.
- Words: A table of words.

**Outputs**

- Matching Docs: Selected documents.
- Other Docs: Other documents.
- Corpus: A collection of documents.

**Semantic Viewer** is meant for viewing corpus semantics.
42 changes: 42 additions & 0 deletions orangecontrib/text/widgets/icons/SemanticViewer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3a25c0e

Please sign in to comment.