forked from fhamborg/NewsMTSC
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
25 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
include READMEpypi.md | ||
include pythoninfo.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from NewsSentiment.infer import TargetSentimentClassifier |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
This step is optional if you have Python 3.7 or 3.8 installed (run `python --version` | ||
in a terminal and check the version that is printed). If you don't have Python 3.7, we | ||
recommend using Anaconda for setting up requirements because it is very easy (but any way | ||
of installing Python 3.7 is fine). If you do not have Anaconda yet, follow their | ||
[installation instructions](https://docs.anaconda.com/anaconda/install/). | ||
|
||
After installing Anaconda, to set up a Python 3.7 environment (in case you don't have one | ||
yet) execute: | ||
|
||
```bash | ||
conda create --yes -n newsmtsc python=3.7 | ||
conda activate newsmtsc | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters