Skip to content

Commit 1126236

Browse files
Merge pull request #154 from SuffolkLITLab/migrate-from-spaCy-and-nltk
Migrate from spa cy and nltk
2 parents fef2d18 + c345bbb commit 1126236

40 files changed

+4620
-7720
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ dev-testing/.DS_Store
1111
.env
1212
.venv
1313
venv
14+
*results.json
15+
.code/

LICENSE

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,10 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
22+
23+
ATTRIBUTIONS:
24+
25+
This project contains code from PassivePy (https://github.com/mitramir55/PassivePy),
26+
which is included under the MIT License.
27+
28+
Copyright (c) 2021 Mitra Mirshafiee

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
recursive-include formfyxer/data *
2-
global-include *.joblib *.txt *.yml
2+
global-include *.txt *.yml
33
include .env.example

README.md

Lines changed: 104 additions & 207 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)