Skip to content

Commit

Permalink
Update adding_recognizers.md (#1232)
Browse files Browse the repository at this point in the history
  • Loading branch information
aroffe99 authored Dec 17, 2023
1 parent 6c22e00 commit e7197da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/analyzer/adding_recognizers.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ analyzer = AnalyzerEngine()

analyzer.registry.add_recognizer(titles_recognizer)

results = analyzer.analyze(text=text,language="en")
results = analyzer.analyze(text=text, language="en")
print(results)
```

Expand Down

0 comments on commit e7197da

Please sign in to comment.