-
Notifications
You must be signed in to change notification settings - Fork 433
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'microsoft:master' into master
- Loading branch information
Showing
53 changed files
with
8,821 additions
and
3,076 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,4 @@ | |
from .chinese import * | ||
from .french import * | ||
from .portuguese import * | ||
from .dutch import * |
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
26 changes: 26 additions & 0 deletions
26
Python/libraries/recognizers-date-time/recognizers_date_time/date_time/dutch/__init__.py
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. | ||
|
||
from .base_configs import * | ||
from .common_configs import * | ||
from .duration_extractor_config import * | ||
from .date_extractor_config import * | ||
from .time_extractor_config import * | ||
from .datetime_extractor_config import * | ||
from .dateperiod_extractor_config import * | ||
from .timeperiod_extractor_config import * | ||
from .datetimeperiod_extractor_config import * | ||
from .set_extractor_config import * | ||
from .holiday_extractor_config import * | ||
from .merged_extractor_config import * | ||
from .duration_parser_config import * | ||
from .date_parser_config import * | ||
from .time_parser_config import * | ||
from .datetime_parser_config import * | ||
from .dateperiod_parser_config import * | ||
from .timeperiod_parser_config import * | ||
from .datetimeperiod_parser_config import * | ||
from .set_parser_config import * | ||
from .holiday_parser_config import * | ||
from .merged_parser_config import * | ||
from .parsers import * |
Oops, something went wrong.