Text Classification
Transformers
Safetensors
deberta-v2
Generated from Trainer
text-embeddings-inference
Instructions to use dv347/grammar-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dv347/grammar-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dv347/grammar-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dv347/grammar-classifier") model = AutoModelForSequenceClassification.from_pretrained("dv347/grammar-classifier") - Notebooks
- Google Colab
- Kaggle
| [ | |
| [ | |
| "attendee_constraint", | |
| "\"(&\" attendee_constraint attendee_constraint \")\"" | |
| ], | |
| [ | |
| "attendee_constraint", | |
| "\"(AttendeeListExcludesRecipient (?=\" recipient \"))\"" | |
| ], | |
| [ | |
| "attendee_constraint", | |
| "\"(AttendeeListHasPeople\" person \")\"" | |
| ], | |
| [ | |
| "attendee_constraint", | |
| "\"(AttendeeListHasRecipient\" person \")\"" | |
| ], | |
| [ | |
| "attendee_constraint", | |
| "\"(AttendeeListHasRecipientConstraint\" person \")\"" | |
| ], | |
| [ | |
| "attendee_constraint", | |
| "\"(AttendeeListHasRecipientWithType\" recipient \"(AttendeeType.Optional))\"" | |
| ], | |
| [ | |
| "attendee_constraint", | |
| "\"(AttendeeListHasRecipientWithType\" recipient \"(AttendeeType.Required))\"" | |
| ], | |
| [ | |
| "call", | |
| "\"(Yield (> (size\" event \")\" number \"))\"" | |
| ], | |
| [ | |
| "call", | |
| "\"(Yield (size\" org \"))\"" | |
| ], | |
| [ | |
| "call", | |
| "\"(Yield\" event \")\"" | |
| ], | |
| [ | |
| "call", | |
| "\"(Yield\" org \")\"" | |
| ], | |
| [ | |
| "call", | |
| "\"(Yield\" weather \")\"" | |
| ], | |
| [ | |
| "call", | |
| "\"(do\" call call \")\"" | |
| ], | |
| [ | |
| "call", | |
| "\"(do\" datetime call \")\"" | |
| ], | |
| [ | |
| "call", | |
| "\"(do\" org call \")\"" | |
| ], | |
| [ | |
| "call", | |
| "event" | |
| ], | |
| [ | |
| "date", | |
| "\"(DateTime.date\" datetime \")\"" | |
| ], | |
| [ | |
| "date", | |
| "\"(Execute (refer (extensionConstraint (^(Date) EmptyStructConstraint))))\"" | |
| ], | |
| [ | |
| "date", | |
| "\"(MD\" day month \")\"" | |
| ], | |
| [ | |
| "date", | |
| "\"(MDY\" day month year \")\"" | |
| ], | |
| [ | |
| "date", | |
| "\"(PeriodBeforeDate\" date period \")\"" | |
| ], | |
| [ | |
| "date", | |
| "\"(^(Date) EmptyStructConstraint)\"" | |
| ], | |
| [ | |
| "date", | |
| "\"(adjustByPeriod\" date period \")\"" | |
| ], | |
| [ | |
| "date", | |
| "\"(nextDayOfMonth\" date number \")\"" | |
| ], | |
| [ | |
| "date", | |
| "\"(nextDayOfMonth\" day number \")\"" | |
| ], | |
| [ | |
| "date", | |
| "\"(nextMonthDay\" date month number \")\"" | |
| ], | |
| [ | |
| "date", | |
| "day" | |
| ], | |
| [ | |
| "date", | |
| "holiday" | |
| ], | |
| [ | |
| "date_range", | |
| "\"(DateAndConstraint\" date date \")\"" | |
| ], | |
| [ | |
| "date_range", | |
| "\"(DowToDowOfWeek\" day day week \")\"" | |
| ], | |
| [ | |
| "date_range", | |
| "\"(EarlyDateRange\" date_range \")\"" | |
| ], | |
| [ | |
| "date_range", | |
| "\"(LateDateRange\" date_range \")\"" | |
| ], | |
| [ | |
| "date_range", | |
| "\"(NextPeriod\" period \")\"" | |
| ], | |
| [ | |
| "date_range", | |
| "\"(SeasonFall)\"" | |
| ], | |
| [ | |
| "date_range", | |
| "\"(SeasonSpring)\"" | |
| ], | |
| [ | |
| "date_range", | |
| "\"(SeasonSummer)\"" | |
| ], | |
| [ | |
| "date_range", | |
| "\"(SeasonWinter)\"" | |
| ], | |
| [ | |
| "date_range", | |
| "\"(WeekendOfDate\" date \")\"" | |
| ], | |
| [ | |
| "date_range", | |
| "month" | |
| ], | |
| [ | |
| "date_range", | |
| "week" | |
| ], | |
| [ | |
| "date_range", | |
| "year" | |
| ], | |
| [ | |
| "datetime", | |
| "\"(DateAtTimeWithDefaults\" date time \")\"" | |
| ], | |
| [ | |
| "datetime", | |
| "\"(Event.end\" event \")\"" | |
| ], | |
| [ | |
| "datetime", | |
| "\"(Event.start\" event \")\"" | |
| ], | |
| [ | |
| "datetime", | |
| "\"(PeriodDurationBeforeDateTime\" datetime \"(PeriodDuration.apply :duration\" duration \"))\"" | |
| ], | |
| [ | |
| "datetime", | |
| "\"(PeriodDurationBeforeDateTime\" datetime \"(PeriodDuration.apply\" duration \"))\"" | |
| ], | |
| [ | |
| "datetime", | |
| "\"(TimeAfterDateTime\" datetime time \")\"" | |
| ], | |
| [ | |
| "datetime", | |
| "\"(TimeBeforeDateTime\" datetime time \")\"" | |
| ], | |
| [ | |
| "datetime", | |
| "\"(adjustByPeriodDuration\" datetime \"(PeriodDuration.apply :duration\" duration \"))\"" | |
| ], | |
| [ | |
| "datetime", | |
| "\"(adjustByPeriodDuration\" datetime \"(PeriodDuration.apply\" duration \"))\"" | |
| ], | |
| [ | |
| "datetime", | |
| "date" | |
| ], | |
| [ | |
| "datetime", | |
| "time" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(&\" datetime_constraint datetime_constraint \")\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(?<\" datetime \")\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(?<=\" datetime \")\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(?=\" datetime \")\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(?>\" datetime \")\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(?>=\" datetime \")\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(AroundDateTime\" datetime \")\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(Date.dayOfWeek_? (?=(Monday)))\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(Date.dayOfWeek_? (negate (Weekend)))\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(Date.dayOfWeek_?(Weekdays))\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(DateTime.date_?\" date_range \")\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(DateTime.date_?\" datetime \")\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(DateTime.date_?\" datetime_constraint \")\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(DateTime.date_?\" week \")\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(DateTime.date_?\" year \")\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(DateTime.time_?\" datetime \")\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(DateTime.time_?\" datetime_constraint \")\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(DateTimeAndConstraint\" datetime datetime \")\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(DateTimeConstraint (?<\" time \")\" date \")\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(DateTimeConstraint (?=\" time \")\" date \")\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(DateTimeConstraint (?>\" time \")\" date \")\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(DateTimeConstraint\" time date \")\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(DateTimeFromDowConstraint\" datetime_constraint time \")\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(GreaterThanFromStructDateTime (?=\" datetime \"))\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(Later)\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(LessThanFromStructDateTime (?=\" datetime \"))\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(OnDateAfterTime\" date time \")\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(OnDateBeforeTime\" date time \")\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(negate (Weekend))\"" | |
| ], | |
| [ | |
| "datetime_constraint", | |
| "\"(orConstraint\" datetime_constraint datetime_constraint \")\"" | |
| ], | |
| [ | |
| "day", | |
| "\"(ClosestDay\" day \"(Day.apply\" number \"))\"" | |
| ], | |
| [ | |
| "day", | |
| "\"(ClosestDayOfWeek\" date day \")\"" | |
| ], | |
| [ | |
| "day", | |
| "\"(Date.dayOfWeek\" date \")\"" | |
| ], | |
| [ | |
| "day", | |
| "\"(DowOfWeekNew\" day month \")\"" | |
| ], | |
| [ | |
| "day", | |
| "\"(DowOfWeekNew\" day week \")\"" | |
| ], | |
| [ | |
| "day", | |
| "\"(DowOfWeekNew\" day year \")\"" | |
| ], | |
| [ | |
| "day", | |
| "\"(Friday)\"" | |
| ], | |
| [ | |
| "day", | |
| "\"(LastDayOfMonth\" month \")\"" | |
| ], | |
| [ | |
| "day", | |
| "\"(LastWeekendOfMonth\" month \")\"" | |
| ], | |
| [ | |
| "day", | |
| "\"(Monday)\"" | |
| ], | |
| [ | |
| "day", | |
| "\"(NextDOW\" day \")\"" | |
| ], | |
| [ | |
| "day", | |
| "\"(Saturday)\"" | |
| ], | |
| [ | |
| "day", | |
| "\"(Sunday)\"" | |
| ], | |
| [ | |
| "day", | |
| "\"(Thursday)\"" | |
| ], | |
| [ | |
| "day", | |
| "\"(Today)\"" | |
| ], | |
| [ | |
| "day", | |
| "\"(Tomorrow)\"" | |
| ], | |
| [ | |
| "day", | |
| "\"(Tuesday)\"" | |
| ], | |
| [ | |
| "day", | |
| "\"(Wednesday)\"" | |
| ], | |
| [ | |
| "day", | |
| "\"(Yesterday)\"" | |
| ], | |
| [ | |
| "day", | |
| "\"(nextDayOfWeek\" datetime day \")\"" | |
| ], | |
| [ | |
| "day", | |
| "\"(previousDayOfMonth\" date number \")\"" | |
| ], | |
| [ | |
| "day", | |
| "\"(previousDayOfWeek\" date date \")\"" | |
| ], | |
| [ | |
| "day", | |
| "\"(previousMonthDay\" day month number \")\"" | |
| ], | |
| [ | |
| "day", | |
| "number" | |
| ], | |
| [ | |
| "duration", | |
| "\"(addDurations\" duration duration \")\"" | |
| ], | |
| [ | |
| "duration", | |
| "\"(toDays\" number \")\"" | |
| ], | |
| [ | |
| "duration", | |
| "\"(toHours\" number \")\"" | |
| ], | |
| [ | |
| "duration", | |
| "\"(toMinutes\" number \")\"" | |
| ], | |
| [ | |
| "duration", | |
| "\"(toMonths\" number \")\"" | |
| ], | |
| [ | |
| "duration", | |
| "\"(toWeeks\" number \")\"" | |
| ], | |
| [ | |
| "duration", | |
| "\"(toYears\" number \")\"" | |
| ], | |
| [ | |
| "duration_constraint", | |
| "\"(?=\" duration \")\"" | |
| ], | |
| [ | |
| "duration_constraint", | |
| "\"(?>\" duration \")\"" | |
| ], | |
| [ | |
| "event", | |
| "\"(CreateCommitEventWrapper (CreatePreflightEventWrapper\" event_constraint \"))\"" | |
| ], | |
| [ | |
| "event", | |
| "\"(Execute (refer (^(Dynamic) ActionIntensionConstraint)))\"" | |
| ], | |
| [ | |
| "event", | |
| "\"(Execute (refer (extensionConstraint (^(Event) EmptyStructConstraint))))\"" | |
| ], | |
| [ | |
| "event", | |
| "\"(FindEventWrapperWithDefaults\" event_constraint \")\"" | |
| ], | |
| [ | |
| "event", | |
| "\"(FindLastEvent\" event_constraint \")\"" | |
| ], | |
| [ | |
| "event", | |
| "\"(FindNumNextEvent\" event_constraint number \")\"" | |
| ], | |
| [ | |
| "event", | |
| "\"(QueryEventResponse.results (FindEventWrapperWithDefaults\" event_constraint \"))\"" | |
| ], | |
| [ | |
| "event", | |
| "\"(^(Event) EmptyStructConstraint)\"" | |
| ], | |
| [ | |
| "event", | |
| "\"(singleton\" event \")\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(&\" event_constraint event_constraint \")\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(Event.attendees_?\" attendee_constraint \")\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(Event.duration_?\" duration_constraint \")\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(Event.end_?\" datetime_constraint \")\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(Event.isAllDay_? (?= true))\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(Event.isOneOnOne_? (?= true))\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(Event.location_?\" location_constraint \")\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(Event.showAs_?\" status_constraint \")\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(Event.start_?\" datetime_constraint \")\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(Event.subject_? (?=\" string \"))\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(Event.subject_? (?~=\" string \"))\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(EventAfterDateTime\" event time \")\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(EventAllDayForDateRange\" event_constraint date_range \")\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(EventAllDayOnDate\" event_constraint date \")\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(EventAllDayStartingDateForPeriod\" event_constraint date period \")\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(EventAtTime\" event_constraint time \")\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(EventBeforeDateTime\" datetime event_constraint \")\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(EventDuringRange\" event_constraint date_range \")\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(EventDuringRangeTime\" event_constraint time_range \")\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(EventForRestOfToday\" event_constraint \")\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(EventOnDate\" date event_constraint \")\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(EventOnDateAfterTime\" date event_constraint time \")\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(EventOnDateBeforeTime\" date event_constraint time \")\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(EventOnDateTime\" datetime event_constraint \")\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(EventOnDateWithTimeRange\" event_constraint time \")\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(FindLastEvent\" event_constraint \")\"" | |
| ], | |
| [ | |
| "event_constraint", | |
| "\"(^(Event) EmptyStructConstraint)\"" | |
| ], | |
| [ | |
| "holiday", | |
| "\"(Holiday.AprilFoolsDay)\"" | |
| ], | |
| [ | |
| "holiday", | |
| "\"(Holiday.EarthDay)\"" | |
| ], | |
| [ | |
| "holiday", | |
| "\"(Holiday.Easter)\"" | |
| ], | |
| [ | |
| "holiday", | |
| "\"(Holiday.FathersDay)\"" | |
| ], | |
| [ | |
| "holiday", | |
| "\"(Holiday.Halloween)\"" | |
| ], | |
| [ | |
| "holiday", | |
| "\"(Holiday.IndependenceDay)\"" | |
| ], | |
| [ | |
| "holiday", | |
| "\"(Holiday.LaborDay)\"" | |
| ], | |
| [ | |
| "holiday", | |
| "\"(Holiday.MemorialDay)\"" | |
| ], | |
| [ | |
| "holiday", | |
| "\"(Holiday.MothersDay)\"" | |
| ], | |
| [ | |
| "holiday", | |
| "\"(Holiday.NewYearsDay)\"" | |
| ], | |
| [ | |
| "holiday", | |
| "\"(Holiday.NewYearsEve)\"" | |
| ], | |
| [ | |
| "holiday", | |
| "\"(Holiday.StPatricksDay)\"" | |
| ], | |
| [ | |
| "holiday", | |
| "\"(Holiday.TaxDay)\"" | |
| ], | |
| [ | |
| "holiday", | |
| "\"(Holiday.Thanksgiving)\"" | |
| ], | |
| [ | |
| "holiday", | |
| "\"(Holiday.ValentinesDay)\"" | |
| ], | |
| [ | |
| "holiday", | |
| "\"(HolidayYear\" holiday year \")\"" | |
| ], | |
| [ | |
| "holiday", | |
| "\"(NextHolidayFromToday\" holiday \")\"" | |
| ], | |
| [ | |
| "holiday", | |
| "\"(nextHoliday\" date holiday \")\"" | |
| ], | |
| [ | |
| "holiday", | |
| "\"(previousHoliday\" date holiday \")\"" | |
| ], | |
| [ | |
| "location", | |
| "\"(Event.location\" event_constraint \")\"" | |
| ], | |
| [ | |
| "location", | |
| "\"(LocationKeyphrase.apply\" string \")\"" | |
| ], | |
| [ | |
| "location_constraint", | |
| "\"(&\" location_constraint location_constraint \")\"" | |
| ], | |
| [ | |
| "location_constraint", | |
| "\"(?=\" location \")\"" | |
| ], | |
| [ | |
| "location_constraint", | |
| "\"(roomRequest)\"" | |
| ], | |
| [ | |
| "month", | |
| "\"(April)\"" | |
| ], | |
| [ | |
| "month", | |
| "\"(August)\"" | |
| ], | |
| [ | |
| "month", | |
| "\"(Date.month\" date \")\"" | |
| ], | |
| [ | |
| "month", | |
| "\"(Date.month\" day \")\"" | |
| ], | |
| [ | |
| "month", | |
| "\"(December)\"" | |
| ], | |
| [ | |
| "month", | |
| "\"(February)\"" | |
| ], | |
| [ | |
| "month", | |
| "\"(FullMonthofLastMonth)\"" | |
| ], | |
| [ | |
| "month", | |
| "\"(FullMonthofMonth\" month \")\"" | |
| ], | |
| [ | |
| "month", | |
| "\"(FullMonthofMonth\" month year \")\"" | |
| ], | |
| [ | |
| "month", | |
| "\"(FullMonthofPreviousMonth\" month \")\"" | |
| ], | |
| [ | |
| "month", | |
| "\"(January)\"" | |
| ], | |
| [ | |
| "month", | |
| "\"(July)\"" | |
| ], | |
| [ | |
| "month", | |
| "\"(June)\"" | |
| ], | |
| [ | |
| "month", | |
| "\"(March)\"" | |
| ], | |
| [ | |
| "month", | |
| "\"(May)\"" | |
| ], | |
| [ | |
| "month", | |
| "\"(NextMonth)\"" | |
| ], | |
| [ | |
| "month", | |
| "\"(November)\"" | |
| ], | |
| [ | |
| "month", | |
| "\"(October)\"" | |
| ], | |
| [ | |
| "month", | |
| "\"(September)\"" | |
| ], | |
| [ | |
| "month", | |
| "\"(toMonth\" number \")\"" | |
| ], | |
| [ | |
| "number", | |
| "\"(+\" number number \")\"" | |
| ], | |
| [ | |
| "number", | |
| "\"(longToNum (Acouple))\"" | |
| ], | |
| [ | |
| "number", | |
| "\"(longToNum (Afew))\"" | |
| ], | |
| [ | |
| "number", | |
| "NUMBER" | |
| ], | |
| [ | |
| "number", | |
| "NUMBER \"L\"" | |
| ], | |
| [ | |
| "org", | |
| "\"(==\" person person \")\"" | |
| ], | |
| [ | |
| "org", | |
| "\"(Path.apply\" string \")\"" | |
| ], | |
| [ | |
| "org", | |
| "\"(Person.emailAddress\" person \")\"" | |
| ], | |
| [ | |
| "org", | |
| "\"(Person.phoneNumber\" person \")\"" | |
| ], | |
| [ | |
| "org", | |
| "\"(PersonOnTeam\" person team \")\"" | |
| ], | |
| [ | |
| "org", | |
| "attendee_constraint" | |
| ], | |
| [ | |
| "org", | |
| "person" | |
| ], | |
| [ | |
| "period", | |
| "\"(addPeriods\" period period \")\"" | |
| ], | |
| [ | |
| "period", | |
| "duration" | |
| ], | |
| [ | |
| "person", | |
| "\"(FindManager\" person \")\"" | |
| ], | |
| [ | |
| "person", | |
| "\"(FindReports\" person \")\"" | |
| ], | |
| [ | |
| "person", | |
| "\"(FindTeamOf\" person \")\"" | |
| ], | |
| [ | |
| "person", | |
| "\"(PersonFromRecipient\" person \")\"" | |
| ], | |
| [ | |
| "person", | |
| "recipient" | |
| ], | |
| [ | |
| "recipient", | |
| "\"(Execute (refer (extensionConstraint\" recipient \")))\"" | |
| ], | |
| [ | |
| "recipient", | |
| "\"(RecipientFromRecipientConstraint (?=\" recipient \"))\"" | |
| ], | |
| [ | |
| "recipient", | |
| "\"(RecipientFromRecipientConstraint\" recipient \")\"" | |
| ], | |
| [ | |
| "recipient", | |
| "\"(RecipientWithNameLike (^(Recipient) EmptyStructConstraint) (PersonName.apply\" string \"))\"" | |
| ], | |
| [ | |
| "recipient", | |
| "\"(toRecipient (CurrentUser))\"" | |
| ], | |
| [ | |
| "status_constraint", | |
| "\"(?= (ShowAsStatus.Busy))\"" | |
| ], | |
| [ | |
| "status_constraint", | |
| "\"(?= (ShowAsStatus.Free))\"" | |
| ], | |
| [ | |
| "status_constraint", | |
| "\"(?= (ShowAsStatus.OutOfOffice))\"" | |
| ], | |
| [ | |
| "status_constraint", | |
| "\"(?= (ShowAsStatus.Tentative))\"" | |
| ], | |
| [ | |
| "status_constraint", | |
| "\"(?= (ShowAsStatus.Unknown))\"" | |
| ], | |
| [ | |
| "status_constraint", | |
| "\"(?= (ShowAsStatus.WorkingElsewhere))\"" | |
| ], | |
| [ | |
| "string", | |
| "ESCAPED_STRING" | |
| ], | |
| [ | |
| "team", | |
| "\"(FindTeamOf\" recipient \")\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(Afternoon)\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(Breakfast)\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(Brunch)\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(DateTime.time\" datetime \")\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(Dinner)\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(Early)\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(EarlyTimeRange\" time \")\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(EndOfWorkDay)\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(Evening)\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(HourMilitary\" number \")\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(HourMinuteAm\" number number \")\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(HourMinuteMilitary\" number number \")\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(HourMinutePm\" number number \")\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(Late)\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(LateAfternoon)\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(LateMorning)\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(LateTimeRange\" time \")\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(Lunch)\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(Midnight)\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(Morning)\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(NextTime\" time \")\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(Night)\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(Noon)\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(Now)\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(NumberAM\" number \")\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(NumberPM\" number \")\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(TimeAround\" time \")\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(TimeToTime\" time time \")\"" | |
| ], | |
| [ | |
| "time", | |
| "\"(adjustByDuration\" time duration \")\"" | |
| ], | |
| [ | |
| "time_range", | |
| "\"(Morning)\"" | |
| ], | |
| [ | |
| "weather", | |
| "\"(IsCold\" weather \")\"" | |
| ], | |
| [ | |
| "weather", | |
| "\"(WeatherQueryApi (AtPlace (FindPlace\" location \"))\" datetime_constraint \")\"" | |
| ], | |
| [ | |
| "weather", | |
| "\"(WeatherQueryApi (AtPlace (Here))\" datetime_constraint \")\"" | |
| ], | |
| [ | |
| "weather", | |
| "\"(WillRain\" weather \")\"" | |
| ], | |
| [ | |
| "week", | |
| "\"(LastWeekNew)\"" | |
| ], | |
| [ | |
| "week", | |
| "\"(NextWeekList)\"" | |
| ], | |
| [ | |
| "week", | |
| "\"(NextWeekend)\"" | |
| ], | |
| [ | |
| "week", | |
| "\"(NumberWeekFromEndOfMonth\" number month \")\"" | |
| ], | |
| [ | |
| "week", | |
| "\"(NumberWeekOfMonth\" number month \")\"" | |
| ], | |
| [ | |
| "week", | |
| "\"(ThisWeek)\"" | |
| ], | |
| [ | |
| "week", | |
| "\"(ThisWeekend)\"" | |
| ], | |
| [ | |
| "week", | |
| "\"(WeekOfDateNew\" date \")\"" | |
| ], | |
| [ | |
| "week", | |
| "\"(WeekendOfMonth\" number month \")\"" | |
| ], | |
| [ | |
| "year", | |
| "\"(Date.year\" date \")\"" | |
| ], | |
| [ | |
| "year", | |
| "\"(FullYearofYear\" year \")\"" | |
| ], | |
| [ | |
| "year", | |
| "\"(LastYear)\"" | |
| ], | |
| [ | |
| "year", | |
| "\"(NextYear)\"" | |
| ], | |
| [ | |
| "year", | |
| "\"(Year.apply\" number \")\"" | |
| ], | |
| [ | |
| "year", | |
| "\"(toFourDigitYear\" number \")\"" | |
| ] | |
| ] |