Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #767

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
This project collects a number of core libraries for Natural Language Processing (NLP) developed
by [Cognitive Computation Group](https://cogcomp.org).

## Demo
Demo Link: https://cogcomp.seas.upenn.edu/page/demo_view/CogCompNLP
<img width="1166" alt="image" src="https://user-images.githubusercontent.com/22654200/177396316-4aa74b48-a8df-4260-a445-0fd56f896ce0.png">

## How to use it?
Depending on what you are after, follow one of the items:
- **To annotate raw text** (i.e. no need to open the annotator boxes to retrain them) you should look into the [pipeline](pipeline/).
Expand Down