Skip to content

Commit

Permalink
Bundle error with wors-to-numbers: finnfiddle/words-to-numbers#43
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalacho-mit committed Nov 29, 2023
1 parent beee3b2 commit 3769c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/src/textClassification/services/partOfSpeech.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Tag } from "en-pos";
import { wordsToNumbers } from "words-to-numbers";
import wordsToNumbers from "words-to-numbers";

const tagsByPartOfSpeech = {
noun: ["NN", "PRP", "WP"],
Expand Down

0 comments on commit 3769c57

Please sign in to comment.