Skip to content

Commit

Permalink
Begin new branch for binary classifier ontop of lemmatizer for plural…
Browse files Browse the repository at this point in the history
… token
  • Loading branch information
SecroLoL committed Oct 27, 2023
1 parent 4ad83d4 commit 73233e9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 104 deletions.
8 changes: 8 additions & 0 deletions stanza/models/lemma_classifier/baseline_model.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""
Baseline model for the existing lemmatizer which always predicts "be" and never "have" on the "'s" token.
"""





Empty file.
Empty file.
104 changes: 0 additions & 104 deletions stanza/utils/visualization/dependency_visualization.py

This file was deleted.

0 comments on commit 73233e9

Please sign in to comment.