-
Notifications
You must be signed in to change notification settings - Fork 717
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from JohnSnowLabs/remove_regex_ner
Remove Regex NER
- Loading branch information
Showing
10 changed files
with
0 additions
and
348 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
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
28 changes: 0 additions & 28 deletions
28
src/main/scala/com/johnsnowlabs/nlp/annotators/ner/regex/EntityDictionary.scala
This file was deleted.
Oops, something went wrong.
73 changes: 0 additions & 73 deletions
73
src/main/scala/com/johnsnowlabs/nlp/annotators/ner/regex/NERRegexApproach.scala
This file was deleted.
Oops, something went wrong.
67 changes: 0 additions & 67 deletions
67
src/main/scala/com/johnsnowlabs/nlp/annotators/ner/regex/NERRegexModel.scala
This file was deleted.
Oops, something went wrong.
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
25 changes: 0 additions & 25 deletions
25
src/test/scala/com/johnsnowlabs/nlp/annotators/ner/NERTaggerBehaviors.scala
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
src/test/scala/com/johnsnowlabs/nlp/annotators/ner/NERTaggerTestSpec.scala
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
src/test/scala/com/johnsnowlabs/nlp/annotators/ner/regex/RegexApproachBehaviors.scala
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
src/test/scala/com/johnsnowlabs/nlp/annotators/ner/regex/RegexApproachTestSpec.scala
This file was deleted.
Oops, something went wrong.