Skip to content

Commit

Permalink
Update LTWA (#8)
Browse files Browse the repository at this point in the history
* update LTWA (fix #7)

* MANIFEST.in
  • Loading branch information
pierre-24 authored Feb 15, 2024
1 parent 23f2621 commit 949baa7
Show file tree
Hide file tree
Showing 8 changed files with 398 additions and 285 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Python package tests

on:
push:
branches: [ master ]
branches: [ master, dev ]
pull_request:
branches: [ master ]
branches: [ master, dev ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include pyiso4/LTWA_20170914-modified.csv
include pyiso4/LTWA_20210702.csv
include pyiso4/stopwords.txt
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ J. Chem. Phys.
J. Phys. Chem. A
```

By default, the program abbreviate using [this list of abbreviation](pyiso4/LTWA_20170914-modified.csv) (slightly modified version of LTWA 2017)
By default, the program abbreviate using [this list of abbreviation](pyiso4/LTWA_20210702.csv) (slightly modified version of LTWA 2017)
and [this list of stopwords](pyiso4/stopwords.txt).
You can change that using ``--ltwa`` and ``--stopwords`` to provide your own files (with the same syntax).

Expand Down
Loading

0 comments on commit 949baa7

Please # to comment.